* lisp/rect.el (rectangle--highlight-for-redisplay):
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0ade65b5
SM
12013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
a0d5f7a4
SM
3 * rect.el (rectangle--highlight-for-redisplay):
4 * emacs-lisp/smie.el (smie--next-indent-change):
5 Use buffer-chars-modified-tick.
6
c93f3f5c
SM
7 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
8
0ade65b5
SM
9 * electric.el (electric-indent-post-self-insert-function):
10 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
11
ef9dd188
HE
122013-11-04 Helmut Eller <eller.helmut@gmail.com>
13
14 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
15
306e7308
NT
162013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
17
18 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
19 (bug#15786).
20
e5afbcac
SM
212013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22
1d01ad41
SM
23 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
24
e5afbcac
SM
25 * progmodes/python.el: Fix up last change.
26 (python-shell--save-temp-file): New function.
27 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
28 `string' comes from the current buffer.
29 (python-shell-send-string-no-output): Remove `msg' arg.
30 (python--use-fake-loc): New var.
31 (python-shell-buffer-substring): Obey it. Try to compensate for the
32 extra coding line added by python-shell--save-temp-file.
33 (python-shell-send-region): Use python-shell--save-temp-file and
34 python-shell-send-file directly. Add `nomain' argument.
35 (python-shell-send-buffer): Use python-shell-send-region.
36 (python-electric-pair-string-delimiter): New function.
37 (python-mode): Use it.
38
d0065ff1
EZ
392013-11-04 Eli Zaretskii <eliz@gnu.org>
40
41 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
42 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
43 environment and decoding all of the default-directory's to here
44 from command-line.
45 (command-line): Decode also argv[0].
46
47 * loadup.el: Error out if default-directory is a multibyte string
48 when we are dumping.
49
50 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
51
7397c587
TZ
522013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
53
54 * emacs-lisp/package.el (package-menu-mode)
e5afbcac
SM
55 (package-menu--print-info, package-menu--archive-predicate):
56 Add Archive column to package list.
7397c587 57
b27cc9fc
MA
582013-11-04 Michael Albinus <michael.albinus@gmx.de>
59
60 Fix problems found while writing a test suite.
61
62 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
63 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
64 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
65 to nil when running original file name handler. Otherwise,
66 there are problems with constructs like "$$FOO".
67
68 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
69 for `localname'.
70
d8c4f18a
BB
712013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
72
7b530552
BB
73 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
74
75 * subr.el (version<, version<=, version=):
76 Update docstrings with information for snapshot versions.
77
d8c4f18a
BB
78 * helpers.el: New library for misc helper functions.
79 (hash-table-keys): New function returning a list of hash keys.
80 (hash-table-values): New function returning a list of hash values.
81
dca01b09
DG
822013-11-04 Dmitry Gutov <dgutov@yandex.ru>
83
84 * progmodes/ruby-mode.el (ruby-smie--forward-token)
85 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
86
0a749fa0
MN
872013-11-04 Michal Nazarewicz <mina86@mina86.com>
88
89 * textmodes/fill.el (fill-single-char-nobreak-p): New function
90 checking whether point is after a 1-letter word.
91
922013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
ec79b92b
NT
93
94 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
95 Don't infloop when expanding region over `multiline' syntax-type that
96 begins a line (bug#15778).
97
4aca7145
SM
982013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
101 Make it into a proper minor mode.
102 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
103 (rectangle-mark-mode-map): New keymap.
104 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
105
a0833f62
GM
1062013-11-04 Glenn Morris <rgm@gnu.org>
107
108 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
109
e61845c1
SM
1102013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
113 (ruby-smie-rules): Use smie-rule-parent instead.
114
115 * emacs-lisp/smie.el (smie-rule-parent): Always call
116 smie-indent-virtual rather than only for hanging tokens.
117 (smie--next-indent-change): New helper command.
118
62942f89
GM
1192013-11-03 Glenn Morris <rgm@gnu.org>
120
121 * Makefile.in (abs_srcdir): Remove.
122 (emacs): Unset EMACSLOADPATH.
123
b0b9e592
GM
1242013-11-02 Glenn Morris <rgm@gnu.org>
125
18ba6a33 126 * Makefile.in (EMACS): Use a relative filename.
8061810d 127 (abs_top_builddir): Remove.
18ba6a33
GM
128 (custom-deps, finder-data, autoloads): Use --chdir.
129
6a8b929e
GM
130 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
131
c617f3d0
GM
132 Use relative filenames in TAGS files.
133 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
134 (lisptagsfiles4, TAGS): Use relative file names.
135 (TAGS-LISP): Remove.
136 (maintainer-clean): No more TAGS-LISP file.
137
b0b9e592
GM
138 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
139 (lisptagsfiles4): Use absolute filenames again.
140 (TAGS, TAGS-LISP): Not everything needs to run in one line.
141 Remove all *loaddefs files, not just the first. Remove esh-groups.
142 (maintainer-clean): Delete TAGS, TAGS-LISP.
143
d1c0ea6a
BB
1442013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
145
e61845c1
SM
146 * emacs-lisp/package.el (package-version-join):
147 Recognize snapshot versions.
d1c0ea6a 148
684d71c6
BB
1492013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
150
151 * subr.el (version-regexp-alist): Add support for snapshot versions.
152
3d42b968
DG
1532013-11-02 Dmitry Gutov <dgutov@yandex.ru>
154
e61845c1
SM
155 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
156 New function, replacement for `smie-rule-parent' for when we want to
3d42b968
DG
157 skip over our direct parent if it's an assignment token..
158 (ruby-smie-rules): Use it.
159
7ffd3721
DG
1602013-11-02 Dmitry Gutov <dgutov@yandex.ru>
161
162 * progmodes/ruby-mode.el Use `syntax-propertize-function'
163 unconditionally. Remove now unnecessary forward declarations.
164 Remove XEmacs-specific setup.
165 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
166 (ruby-font-lock-syntactic-keywords)
167 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
168 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
169 (ruby-here-doc-end-syntax): Remove.
170 (ruby-mode): Don't check whether `syntax-propertize-rules' is
171 defined as function.
172
a3996a2e
BB
1732013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
174
175 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
176
6f9260e8
BB
1772013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
178
179 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
180 table and abbrev table, `define-derived-mode' does that for us
181 anyway.
182
6014de84
GM
1832013-11-01 Glenn Morris <rgm@gnu.org>
184
185 * Makefile.in: Remove manual mh-e dependencies (writing .elc
186 files is atomic for some time, so no parallel compilation issues).
187
3c334c14
JD
1882013-11-01 Jan Djärv <jan.h.d@swipnet.se>
189
190 * faces.el (face-x-resources): Add :distant-foreground.
191 (region): Use :distant-foreground for gtk and ns.
192
9bc236c8
TH
1932013-11-01 Tassilo Horn <tsdh@gnu.org>
194
5246583b 195 Allow multiple bibliographies when BibLaTeX is used rather than
9bc236c8
TH
196 BibTeX.
197 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
198 (reftex-locate-bibliography-files): Us it.
199
d14c81ee
CB
2002013-11-01 Claudio Bley <claudio.bley@googlemail.com>
201
0e7690de
CB
202 * image.el (image-type-header-regexps): Fix the 'pbm' part to
203 allow comments in pbm files.
204
d14c81ee
CB
205 * term/w32-win.el (dynamic-library-alist): Support newer versions
206 of libjpeg starting with v7: look only for the DLL from the
207 version against which Emacs was built.
ac1bf374 208 Support versions of libpng beyond 1.4.x.
019c8218 209 Support libtiff v4.x.
d14c81ee 210
983d0df5
BB
2112013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
212
213 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
214 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
215 Add property :safe.
216 (ruby-deep-arglist): Add property :type.
217
47f58d85
GM
2182013-10-31 Glenn Morris <rgm@gnu.org>
219
220 * Makefile.in (custom-deps, finder-data): No need to setq the target
221 variables, we are in the right directory and the defaults work fine.
222
4f85b479
GM
2232013-10-30 Glenn Morris <rgm@gnu.org>
224
ca7dd4cd
GM
225 * Makefile.in (autoloads): Do not use abs_lisp.
226
4f85b479
GM
227 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
228 `newline' does not respect `standard-output', so use `princ'.
229
cf59e41c
AA
2302013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
231
232 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
233 * buff-menu.el (Buffer-menu--unmark): New function.
234 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
235
74cf04fb
GM
2362013-10-30 Glenn Morris <rgm@gnu.org>
237
b040b60e
GM
238 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
239
f53d3815
GM
240 * emacs-lisp/package.el (lm-homepage): Declare.
241
5413d873
GM
242 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
243 Fix doc typos.
244
cecedb36
GM
245 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
246
74cf04fb
GM
247 * Makefile.in (finder-data, autoloads, update-subdirs)
248 (compile-main, compile-clean, compile-always, bootstrap-clean):
249 Check return value of cd.
250 (compile-calc): Remove.
251
195ee2f0
SM
2522013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
253
ae4002ce
SM
254 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
255
256 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
257 (byte-compile-and-folded): New function.
258 (=, <, >, <=, >=): Use it.
259
260 * dos-w32.el (minibuffer-history-case-insensitive-variables)
261 (path-separator, null-device, buffer-file-coding-system)
262 (lpr-headers-switches): Check system-type before modifying them.
263 (find-buffer-file-type-coding-system): Mark obsolete.
264 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
265 find-file-not-found-set-buffer-file-coding-system.
266 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
267 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
268 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
269 (w32-direct-print-region-helper, w32-direct-print-region-function)
270 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
271 * startup.el (normal-top-level-add-subdirs-to-load-path):
272 * ps-print.el (ps-print-region-function):
273 * lpr.el (print-region-function): Use new name.
274
53b39e89
SM
275 * subr.el (custom-declare-variable-early): Remove function.
276 (custom-declare-variable-list): Remove var.
277 (error, user-error): Remove `while' loop.
278 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
279 (user-emacs-directory-warning, locate-user-emacs-file):
280 Move to files.el.
281 * simple.el (read-quoted-char-radix, read-quoted-char):
282 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
283 Move from subr.el.
284 * custom.el (custom-declare-variable-list): Don't process
285 custom-declare-variable-list.
286
195ee2f0
SM
287 * progmodes/python.el (python-shell-get-buffer): New function.
288 (python-shell-get-process): Use it.
289 (python-shell-send-string): Always use utf-8 and add a cookie to tell
290 Python which encoding was used. Don't split-string since we only care
291 about the first line. Return the temp-file, if applicable.
292 (python-shell-send-region): Tell compile.el how to turn locations in
293 the temp-file into locations in the source buffer.
294
7e3561ee
SM
2952013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
296
4c9797cb
SM
297 * subr.el (undefined): Add missing behavior from the C code for
298 unbound keys.
299
3472b6c6
SM
300 * rect.el: Use lexical-binding. Add new rectangular region support.
301 (rectangle-mark): New command.
302 (rectangle--region): New var.
303 (deactivate-mark-hook): Reset rectangle--region.
304 (rectangle--extract-region, rectangle--insert-for-yank)
305 (rectangle--highlight-for-redisplay)
306 (rectangle--unhighlight-for-redisplay): New functions.
307 (region-extract-function, redisplay-unhighlight-region-function)
308 (redisplay-highlight-region-function): Use them to handle
309 rectangular region.
310 * simple.el (region-extract-function): New var.
311 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
312 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
313 (kill-region): Replace obsolete `yank-handler' arg with `region'.
314 (copy-region-as-kill, kill-ring-save): Add `region' argument.
315 (redisplay-unhighlight-region-function)
316 (redisplay-highlight-region-function): New vars.
317 (redisplay--update-region-highlight): New function.
318 (pre-redisplay-function): Use it.
319 (exchange-point-and-mark): Don't deactivate the mark before
320 reactivate-it anyway.
321 * comint.el (comint-kill-region): Remove yank-handler argument.
322 * delsel.el (delete-backward-char, backward-delete-char-untabify)
323 (delete-char): Remove property, since it's now part of their
324 default behavior.
325 (self-insert-iso): Remove property since this command doesn't exist.
326
7e3561ee
SM
327 * emacs-lisp/package.el (package--download-one-archive)
328 (describe-package-1): Don't query the user about final newline.
329
b9bef71f
DC
3302013-10-29 Daniel Colascione <dancol@dancol.org>
331
332 * net/tramp.el (tramp-methods): Document new functionality.
333 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
334 tramp-hostname-checker if method provides one instead of scanning
335 argument list for "%h" to decide hostname acceptability.
336
4efc33f0
MA
3372013-10-28 Michael Albinus <michael.albinus@gmx.de>
338
339 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
340 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
341 Handle COPY-CONTENTS. (Bug#15737)
342
ed42a877
DU
3432013-10-28 Daiki Ueno <ueno@gnu.org>
344
345 * epa-file.el
7e3561ee
SM
346 (epa-file-cache-passphrase-for-symmetric-encryption):
347 Document that this option has no effect with GnuPG 2.0 (bug#15552).
ed42a877 348
18c9f8a2
XF
3492013-10-27 Xue Fuqiao <xfq.free@gmail.com>
350
7a4bc7be
XF
351 * image.el (defimage):
352 (image-load-path): Doc fixes.
18c9f8a2 353
b1e8e010
AM
3542013-10-27 Alan Mackenzie <acm@muc.de>
355
356 Indent statements in macros following "##" correctly.
7e3561ee
SM
357 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
358 Modify the "#" arm of a cond form to handle "#" and "##" operators.
b1e8e010 359
73d40d1e 3602013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
fdab3d0b
NT
361
362 * linum.el (linum-update-window): Fix boundary test (bug#13446).
363
c8c605ac
DG
3642013-10-27 Dmitry Gutov <dgutov@yandex.ru>
365
366 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
367 after `=' is probably a new expression.
368
ca7e59d4
RS
3692013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
370
371 * man.el (man-imenu-title): New option.
372 (Man-mode-map): Add menu. (Bug#15722)
373 (Man-mode): Add imenu to menu.
374
bae91342
DG
3752013-10-26 Dmitry Gutov <dgutov@yandex.ru>
376
377 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
378 specific in what the first arg can be: a non-keyword word,
379 string/regexp/percent literal opener, opening paren, or unary
380 operator followed directly by word.
381
eb89dc14
SM
3822013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
385 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
386 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
387 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
388 Remove vars, they do not apply any more.
389 (prolog-mode-abbrev-table): Remove redundant declaration.
390 (prolog-upper-case-string, prolog-lower-case-string): Remove.
391 (prolog-use-smie): Remove.
392 (prolog-smie-rules): Add indentation rule for the if-then-else layout
393 supported by prolog-electric-if-then-else-flag.
394 (prolog-mode-variables, prolog-menu): Use setq-local.
395 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
396 Remove binding to `Backspace' since this key doesn't exist anyway.
397 Remove bindings for electric self-inserting keys.
398 (prog-mode): Assume it's defined.
399 (prolog-post-self-insert): New function.
400 (prolog-mode): Use it.
401 (prolog-indent-line, prolog-indent-level)
402 (prolog-find-indent-of-matching-paren)
403 (prolog-indentation-level-of-line, prolog-goto-comment-column)
404 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
405 (prolog-goto-next-paren, prolog-in-string-or-comment)
406 (prolog-tokenize, prolog-inside-mline-comment)
407 (prolog-find-start-of-mline-comment): Remove functions.
408 (prolog-find-unmatched-paren, prolog-clause-end)
409 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
410 (prolog-electric--if-then-else): Rename from
411 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
412 (prolog-tokenize-searchkey): Remove const.
413 (prolog-clause-info): Use forward-sexp.
414 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
415 (prolog-electric-if-then-else): Remove commands.
416 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
417 for use in post-self-insert-hook.
418 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
419 for use in post-self-insert-hook.
420 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
421 for use in post-self-insert-hook.
422 (prolog-electric--underscore): Rename from prolog-electric--underscore;
423 adapt it for use in post-self-insert-hook.
424
3dab0a83
MA
4252013-10-25 Michael Albinus <michael.albinus@gmx.de>
426
427 * emacs-lisp/ert.el (ert-run-tests-interactively):
428 Use `completing-read'. (Bug#9756)
429
fbfd0e1d
EZ
4302013-10-25 Eli Zaretskii <eliz@gnu.org>
431
432 * simple.el (line-move): Call line-move-1 instead of
433 line-move-visual when the current window hscroll is zero, but
434 temporary-goal-column indicates we will need to hscroll as result
435 of the movement. (Bug#15712)
436
963ce636
DG
4372013-10-25 Dmitry Gutov <dgutov@yandex.ru>
438
439 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
eb89dc14
SM
440 capitalization. Use :visible instead of :active.
441 Fix `ruby-indent-exp' reference. Add menu items for the generic
963ce636
DG
442 commands that are used with SMIE.
443 (ruby-do-end-to-brace): Insert space after `{'.
444
a0be396a
JA
4452013-10-25 John Anthony <john@jo.hnanthony.com>
446
f73754c9
JA
447 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
448
449 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
a0be396a 450
f5bf77df
GM
4512013-10-25 Glenn Morris <rgm@gnu.org>
452
453 * vc/vc.el (vc-print-log): Don't use a working revision unless
454 one was explicitly specified. (Bug#15322)
455
37241f62
SM
4562013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * subr.el (add-to-list): Preserve return value in compiler-macro
459 (bug#15692).
460
6408a65d
RS
4612013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
462
463 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
464 result. Ask user to retry using '-all' flag. (Bug#15701)
465
71e3276b
SM
4662013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * emacs-lisp/smie.el: New smie-config system.
469 (smie-config): New defcustom.
470 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
471 (smie-config-guess, smie-config-save): New commands.
472 (smie-config--mode-local, smie-config--buffer-local)
473 (smie-config--trace, smie-config--modefuns): New vars.
474 (smie-config--advice, smie-config--mode-hook)
475 (smie-config--setter, smie-config-local, smie-config--get-trace)
476 (smie-config--guess-value, smie-config--guess): New functions.
477 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
478 text properties. Treat "string fence" syntax like string syntax.
479
480 * progmodes/sh-script.el (sh-use-smie): Change default.
481 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
482 (sh-var-value): Simplify by CSE.
483 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
484 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
485 is used.
486 (sh-guess-basic-offset): Use cl-incf.
487 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
488
60db713e
HE
4892013-10-24 Helmut Eller <eller.helmut@gmail.com>
490
491 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
492 (bug#15699).
493
8b251df6
GM
4942013-10-24 Glenn Morris <rgm@gnu.org>
495
496 * Makefile.in (abs_top_srcdir): Remove.
497 (update-subdirs): Use relative path to update-subdirs.
498
6be0e22b
EZ
4992013-10-24 Eli Zaretskii <eliz@gnu.org>
500
501 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
502 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
60db713e
HE
503 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
504 Call unmsys--file-name before expand-file-name, not after it.
6be0e22b 505
50b5b857
MA
5062013-10-24 Michael Albinus <michael.albinus@gmx.de>
507
508 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
509 (ert-test-skipped): New error.
510 (ert-skip, ert-stats-skipped): New defuns.
511 (ert--skip-unless): New macro.
512 (ert-test-skipped): New struct.
513 (ert--run-test-debugger, ert-test-result-type-p)
514 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
515 (ert--stats-set-test-and-result, ert-char-for-test-result)
516 (ert-string-for-test-result, ert-run-tests-batch)
60db713e 517 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3dab0a83 518 Handle skipped tests. (Bug#9803)
50b5b857 519
6f317c2f
GM
5202013-10-24 Glenn Morris <rgm@gnu.org>
521
e43817c1
GM
522 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
523
6f317c2f
GM
524 * Makefile.in (abs_top_srcdir): New, set by configure.
525 (update-subdirs): Correct build-aux location.
526
369bbf71
DG
5272013-10-24 Dmitry Gutov <dgutov@yandex.ru>
528
8297b2cf
DG
529 * vc/vc.el (vc-print-root-log): Always set `default-directory'
530 value, whether we could auto-deduce `backend', or not.
531
369bbf71
DG
532 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
533 with parameters" example. Simplify the "is it block or is it
534 hash" check, but also make it more thorough.
535
d5f1282f
MF
5362013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
537
538 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
539
bc4aaa31
SM
5402013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
541
03d44565
SM
542 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
543 { if it is hanging.
544
bc4aaa31
SM
545 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
546 :before ";".
547
f493ff19
JB
5482013-10-23 Jed Brown <jed@59A2.org> (tiny change)
549
550 * progmodes/compile.el (compilation-directory-matcher)
551 (compilation-page-delimiter):
552 Support GNU Make-4.0 directory quoting. (Bug#15678)
553
c744a3b9
LL
5542013-10-23 Leo Liu <sdl.web@gmail.com>
555
556 * ido.el (ido-tidy): Handle read-only text.
557
b8e3b0a9
GM
5582013-10-23 Glenn Morris <rgm@gnu.org>
559
560 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
561 (emacs, compile, compile-always):
562 Quote entities that might contain whitespace.
563 (custom-deps, finder-data, autoloads): Use abs_lisp.
564 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
565 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
566 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
567
ee4282cd
DG
5682013-10-23 Dmitry Gutov <dgutov@yandex.ru>
569
bc4aaa31
SM
570 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
571 Use `following-char'.
7790a270 572
ee4282cd 5732013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790a270
SM
574
575 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
576 * progmodes/ruby-mode.el (ruby-smie-rules):
577 Remove corresponding workaround. Fix indentation rule of ";" so it
578 also applies when ";" is the parent.
579
d40a46d7
XF
5802013-10-22 Xue Fuqiao <xfq.free@gmail.com>
581
582 * frame.el (display-screens, display-pixel-height)
583 (display-pixel-width, display-mm-width, display-backing-store)
584 (display-save-under, display-planes, display-color-cells)
7790a270
SM
585 (display-visual-class, display-monitor-attributes-list):
586 Mention the optional ‘display’ argument in doc strings.
d40a46d7 587
a0f143c9
MG
5882013-10-22 Michael Gauland <mikelygee@amuri.net>
589
590 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
591 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
592
18cacc39
DG
5932013-10-21 Dmitry Gutov <dgutov@yandex.ru>
594
595 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
596 TODO. Add "." after " @ ".
597 (ruby-smie--at-dot-call): New function. Checks if point at method
598 call with explicit target.
599 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
600 to the method name tokens when it precedes them.
601 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
602 (ruby-smie-rules): Add rule for indentation before and after "."
603 token.
604
df74c4be
SM
6052013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
606
c6dab55f
SM
607 * textmodes/remember.el (remember-diary-extract-entries):
608 Avoid add-to-list.
609
df74c4be
SM
610 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
611 an instruction.
612
8c1ae481
DG
6132013-10-21 Dmitry Gutov <dgutov@yandex.ru>
614
cfef16c0
DG
615 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
616 (ruby-smie--implicit-semi-p): Add new operator chars.
617
8c1ae481
DG
618 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
619 `smie-down-list'.
620 (ruby-smie--args-separator-p): Check that there's no newline
621 between method call and its arguments.
622
87756ca9
AM
6232013-10-20 Alan Mackenzie <acm@muc.de>
624
625 Allow comma separated lists after Java "implements".
626
df74c4be
SM
627 * progmodes/cc-engine.el (c-backward-over-enum-header):
628 Parse commas.
87756ca9
AM
629 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
630 from a "disallowed" list in enum fontification.
631
c25f8957
JB
6322013-10-20 Johan Bockgård <bojohan@gnu.org>
633
df74c4be 634 * startup.el (default-frame-background-mode): Remove unused defvar.
4a5da22b 635
c25f8957
JB
636 * progmodes/verilog-mode.el (verilog-mode): Don't set
637 comment-indent-function globally.
638
aca5fcdc
JD
6392013-10-20 Jan Djärv <jan.h.d@swipnet.se>
640
5f161884
JD
641 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
642 Move Info menu item creation to ns-win.el.
643
644 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
645 in menu bar.
646
aca5fcdc
JD
647 * menu-bar.el: Move GNUStep specific menus...
648
649 * term/ns-win.el (ns-initialize-window-system): ... to here.
650
914b7f98
SM
6512013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * simple.el (newline): Only run post-self-insert-hook when
654 called interactively.
655
846ffe77
JB
6562013-10-19 Johan Bockgård <bojohan@gnu.org>
657
658 * icomplete.el (icomplete-with-completion-tables): Add :version.
659
033f22dd
AM
6602013-10-19 Alan Mackenzie <acm@muc.de>
661
662 Fix fontification bugs with constructors and const.
663
664 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
665 CASE 2) Remove the check for the absence of a suffix construct
666 after a function declaration with only types (no identifiers) in
667 the parentheses. Also, accept a function declaration with just a
668 type inside the parentheses, if this type can be positively
669 recognised as such, or if a prefix keyword like "explicit" nails
670 down the construct as a declaration.
671
58ce0cfc
EZ
6722013-10-19 Eli Zaretskii <eliz@gnu.org>
673
674 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
675 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
676 the problem whereby selecting a menu item that leads to a
677 minibuffer prompt moves the cursor out of the minibuffer window,
678 making it hard to type at the prompt. Suggested by Stefan Monnier
679 <monnier@iro.umontreal.ca>.
680
50e28e7d
JD
6812013-10-19 Jan Djärv <jan.h.d@swipnet.se>
682
683 * menu-bar.el: Don't make Services menu.
684
7deed4bf
RS
6852013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
686
687 * ffap.el: Handle "/usr/include/c++/<version>" directories.
688 (ffap-alist): Use ffap-c++-mode for c++-mode.
689 (ffap-c++-path): New variable.
690 (ffap-c++-mode): New function.
691
7bcb455b
JVJ
6922013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
693
694 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
695
f0ff1cd5
MA
6962013-10-18 Michael Albinus <michael.albinus@gmx.de>
697
698 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
699 introduced on 2013-09-08, which results in an infinite loop
700 requesting a password.
701
d64da4b7
GM
7022013-10-18 Glenn Morris <rgm@gnu.org>
703
704 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
705
ea89ff08
WS
7062013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
707
708 Sync with upstream verilog-mode revision 1a6ecec7.
709 * progmodes/verilog-mode.el (verilog-mode-version): Update.
710 (verilog-mode-release-date): Remove.
711 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
712 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
713 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
714 (verilog-auto-tieoff-ignore-regexp)
715 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
716 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
717 (verilog-signals-with, verilog-dir-cache-preserving)
718 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
719 Doc fixes.
720 (verilog-case-fold): New option, to control case folding in
721 regexp searches, bug597.
722 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
723 (verilog-string-match-fold, verilog-in-paren-count)
724 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
725 (verilog-at-close-struct-p): New functions.
726 (verilog-beg-block-re-ordered, verilog-extended-case-re)
727 (verilog-forward-sexp, verilog-set-auto-endcomments):
728 (verilog-leap-to-case-head): Handle "unique0" case.
729 (verilog-in-constraint-re): New constant.
730 (verilog-keywords, verilog-type-font-keywords):
731 Add some SystemVerilog 1800-2012 keywords.
732 (verilog-label-be): Remove unimplemented argument, bug669.
733 (verilog-batch-execute-func): When batch expanding clear
734 create-lockfiles to prevent spurious user locks when a file ends
735 up not changing.
736 (verilog-calculate-indent, verilog-calc-1)
737 (verilog-at-close-constraint-p, verilog-at-constraint-p)
738 (verilog-do-indent): Fix indentation of nested constraints
739 and structures.
740 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
741 (verilog-auto-inst-param): Use verilog-string-match-fold.
742 (verilog-read-inst-module-matcher):
743 Fix AUTOINST on gate primitives with #1.
744 (verilog-read-decls): Fix double-declaring user-defined typed signals.
745 Reads all user-defined typed variables.
746 (verilog-read-defines): Fix reading definitions inside comments, bug647.
747 (verilog-signals-matching-regexp)
748 (verilog-signals-not-matching-regexp, verilog-auto):
749 Respect verilog-case-fold.
750 (verilog-diff-report): Fix line count.
751 (verilog-auto-assign-modport): Remove unused local `modi'.
752 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
753 better handle multidimensional arrays.
754 Fix packed array ports misadding bit index in AUTOINST, bug637.
755 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
756 to not double-declare existing outputs and inputs, respectively.
757 (verilog-template-map): Bind U to verilog-sk-uvm-component.
758 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
759 (verilog-sk-uvm-component): New skeleton.
760 (verilog-submit-bug-report): Add verilog-case-fold,
761 remove verilog-mode-release-date.
762
ef566920
BR
7632013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
764
765 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
766 as before.
767
29df8a0b
RT
7682013-10-18 Reuben Thomas <rrt@sc3d.org>
769
770 * textmodes/remember.el (remember): set buffer-offer-save in
771 remember buffers (bug#13566).
772
04a19a79
DC
7732013-10-18 Daniel Colascione <dancol@dancol.org>
774
775 When evaluating forms in ielm, direct standard output to ielm
776 buffer. Add new ielm-return-for-effect command. Remove trailing
777 whitespace throughout.
778
779 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
780 (ielm-return-for-effect): New command.
781 (ielm-send-input): Accept optional `for-effect' parameter.
df74c4be
SM
782 (ielm-eval-input): Accept optional `for-effect' parameter.
783 Bind `standard-output' to stream we create using
04a19a79
DC
784 `ielm-standard-output-impl'. Suppress printing result when
785 `for-effect'.
786 (ielm-standard-output-impl): New function.
787 (inferior-emacs-lisp-mode): Explain new features in documentation.
788
4c1f03ef
MA
7892013-10-17 Michael Albinus <michael.albinus@gmx.de>
790
791 Code cleanup.
792
793 * net/tramp.el (tramp-debug-message): Do not check for connection
794 buffer.
795 (tramp-message): Use "vector" connection property.
796
797 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
798 (tramp-equal-remote, tramp-eshell-directory-change)
799 * net/tramp-adb.el (tramp-adb-handle-copy-file)
800 (tramp-adb-handle-rename-file)
801 * net/tramp-cmds.el (tramp-list-remote-buffers)
802 (tramp-cleanup-connection, tramp-cleanup-this-connection)
803 * net/tramp-compat.el (tramp-compat-process-running-p)
804 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
805 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
806 (tramp-gvfs-handle-rename-file)
807 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
808 (tramp-set-file-uid-gid)
809 * net/tramp-smb.el (tramp-smb-handle-copy-file)
810 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
811 of `file-remote-p'.
812
813 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
814 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
815 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
816 (tramp-gw-open-network-stream): Suppress unrelated traces.
817
818 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
819 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
820 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
821 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
822 connection property.
823
824 * net/tramp-cache.el (top): Suppress traces when reading
f0ff1cd5 825 persistency file.
4c1f03ef
MA
826
827 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
828 Refactor common code. Improve debug message.
829 (tramp-maybe-open-connection)
830 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
831 connection buffer too early.
832
833 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
834 from `tramp-smb-actions-with-acl'.
835 (tramp-smb-actions-set-acl): New defconst.
836 (tramp-smb-handle-copy-directory)
837 (tramp-smb-action-get-acl): New defun, renamed from
838 `tramp-smb-action-with-acl'.
839 (tramp-smb-action-set-acl): New defun.
840 (tramp-smb-handle-set-file-acl): Rewrite.
841
642eb8b6
GM
8422013-10-17 Glenn Morris <rgm@gnu.org>
843
844 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
845
85527ff3
SM
8462013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
847
921c1d62
SM
848 * skeleton.el (skeleton-newline): Remove.
849 (skeleton-internal-1): Use (insert "\n") instead.
850
e333fb10
SM
851 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
852 let-bindings.
853
85527ff3
SM
854 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
855 forward-sexp-function while we redo its job (bug#15613).
856
c8722a97
JB
8572013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
858
859 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
860 represented by lists.
861
7a550bbb
GM
8622013-10-16 Glenn Morris <rgm@gnu.org>
863
864 * tmm.el (tmm--history): New dynamic variable.
865 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
866
f19da8ad
MA
8672013-10-16 Michael Albinus <michael.albinus@gmx.de>
868
869 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
870 (tramp-smb-errors): Add error messages.
871 (tramp-smb-actions-with-acl): New defconst.
872 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
873 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
874 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
875 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
876 (tramp-smb-get-stat-capability): Fix tests.
877
a24b9961
DK
8782013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
879
880 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
881 (bug#15580).
882
62ad85e6
GM
8832013-10-16 Glenn Morris <rgm@gnu.org>
884
0283d6b0
GM
885 * ansi-color.el (ansi-color-drop-regexp):
886 Add 1J, 1K, 2K. (Bug#15617)
887
012e2f9f
GM
888 * files.el (hack-local-variables--warned-lexical): New.
889 (hack-local-variables):
890 Warn about misplaced lexical-binding. (Bug#15616)
891
62ad85e6
GM
892 * net/eww.el (eww-render): Always set eww-current-url,
893 and update header line. (Bug#15622)
894 (eww-display-html): ... Rather than just doing it here.
895
6456c0ea
EZ
8962013-10-15 Eli Zaretskii <eliz@gnu.org>
897
898 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
899 menu navigations commands.
900
c2de5588
DK
9012013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
902
903 * progmodes/subword.el (subword-capitalize): Be careful when
904 the search for [[:alpha:]] fails (bug#15580).
905
ccd4a783
EZ
9062013-10-14 Eli Zaretskii <eliz@gnu.org>
907
908 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
909 to commands that scroll the menu.
910
1eda1d8d
DG
9112013-10-14 Dmitry Gutov <dgutov@yandex.ru>
912
c2de5588
DK
913 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
914 Handle methods ending with `?' and `!'.
1eda1d8d 915
e70181b8
AM
9162013-10-14 Akinori MUSHA <knu@iDaemons.org>
917
918 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
919 `japanese-cp932' to `cp932' to fix the problem where saving a
920 source file written in Shift_JIS twice would end up having
921 `coding: japanese-cp932' which Ruby could not recognize.
922 (ruby-mode-set-encoding): Add support for encodings mapped to nil
923 in `ruby-encoding-map'.
924 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
925 doesn't need to be explicitly declared in magic comment.
926 (ruby-encoding-map): Add type declaration for better customize UI.
927
9148ee92
GM
9282013-10-13 Glenn Morris <rgm@gnu.org>
929
a5d38e34
GM
930 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
931 Occur buffers are read-only. http://bugs.debian.org/720775
932
9148ee92
GM
933 * emacs-lisp/authors.el (authors-fixed-entries):
934 Comment out old alpha stuff.
935
a9ba094b
DG
9362013-10-13 Dmitry Gutov <dgutov@yandex.ru>
937
938 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
939 to `after-save-hook' instead of `before-save-hook'.
940 (ruby-mode-set-encoding): Use the value of coding system used to
941 write the file. Call `basic-save-buffer-1' after modifying the
942 buffer.
943
7a068717
AM
9442013-10-13 Alan Mackenzie <acm@muc.de>
945
946 Fix indentation/fontification of Java enum with
947 "implements"/generic.
948
c2de5588
DK
949 * progmodes/cc-engine.el (c-backward-over-enum-header):
950 Extracted from the three other places and enhanced to handle generics.
7a068717
AM
951 (c-inside-bracelist-p): Uses new function above.
952 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
953 function above.
954 (c-font-lock-enum-tail): Uses new function above.
955
85b64f02
KH
9562013-10-13 Kenichi Handa <handa@gnu.org>
957
958 * international/mule-cmds.el (select-safe-coding-system): Remove a
959 superfluous condition in chekcing whether a coding system is safe
960 or not.
961
fc7f501b
OK
9622013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
963
964 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
965
fdcb2049
AP
9662013-10-13 Andreas Politz <politza@hochschule-trier.de>
967
968 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
969
8c106d17
GM
9702013-10-13 Glenn Morris <rgm@gnu.org>
971
feab892d
GM
972 * menu-bar.el (menu-bar-update-buffers):
973 Unify Buffers menu prompt string. (Bug#15576)
974
b22d0686
GM
975 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
976
8c106d17
GM
977 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
978 Add some entries.
979 (authors-fixed-entries): Use accented form of name.
980
1b12c797
SM
9812013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
982
650fa7bf 983 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
e70181b8 984 method calls (bug#15594).
650fa7bf
SM
985 (ruby-smie--args-separator-p): New function.
986 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
987 recognize paren-free method calls.
988
1b12c797
SM
989 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
990 internals of universal-argument.
991
029619c8
EZ
9922013-10-11 Eli Zaretskii <eliz@gnu.org>
993
994 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
f747170f
EZ
995 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
996 dropped menu on second mouse click on the menu bar.
029619c8 997
dd070019
SM
9982013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1001 (explicit-shell-file-name): Declare.
1002 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1003 (sh-completion-at-point-function): New function.
1004 (sh-mode): Use it.
1005 (sh-smie--keyword-p): Remove unused argument.
1006 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1007 vars.
1008 (sh-set-shell): Always setup SMIE, even if we use the
1009 old indentation code.
1010
0922b826
DG
10112013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1012
b68e2926
DG
1013 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1014 cases of ? and =.
1015 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1016 predicate would return nil are almost non-existent.
1017 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1018
0922b826
DG
1019 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1020 cache also after commands that modify the buffer but don't move
1021 point.
1022
ee041f2d
SM
10232013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * env.el (substitute-env-in-file-name): New function.
1026 (substitute-env-vars): Extend the meaning of the optional arg.
1027
a5dab159
EZ
10282013-10-10 Eli Zaretskii <eliz@gnu.org>
1029
1030 * term/w32-win.el (dynamic-library-alist): Define separate lists
1031 of GIF DLLs for versions before and after 5.0.0 of giflib.
1032 (Bug#15531)
1033
db138698
JT
10342013-10-10 João Távora <joaotavora@gmail.com>
1035
1036 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1037 not locked, use last revision and current source as
1038 defaults. (Bug#15569)
1039
2f6e161e
MY
10402013-10-10 Masatake YAMATO <yamato@redhat.com>
1041
1042 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1043 menu-bar is hidden.
1044
6c8413fc
MR
10452013-10-10 Martin Rudalics <rudalics@gmx.at>
1046
1047 * window.el (pop-to-buffer-same-window): Fix doc-string.
1048 (Bug#15492)
1049
20832de0
SM
10502013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1053
c6e8ae77
AC
10542013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1055
1056 * calendar/icalendar.el (icalendar-import-file):
1057 Fix interactive spec. (Bug#15482)
1058
9db13baf
GM
10592013-10-10 Glenn Morris <rgm@gnu.org>
1060
9271e90e
GM
1061 * desktop.el (desktop-save): Default to saving in .emacs.d,
1062 since PWD is no longer in desktop-path by default. (Bug#15319)
1063
9db13baf
GM
1064 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1065 now that text mode has a menu with the same entry.
1066 (menu-bar-text-mode-auto-fill): Remove now unused func.
1067 * textmodes/text-mode.el (text-mode-map):
1068 Use auto-fill help text from menu-bar.el.
1069
a0be396a 10702013-10-10 John Anthony <john@jo.hnanthony.com>
a066720c
JA
1071
1072 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1073
2edcd3c7
JL
10742013-10-09 Juri Linkov <juri@jurta.org>
1075
1076 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1077 instead of this-command-keys. Add universal-argument-more and
1078 universal-argument-minus to the list of prefix commands. (Bug#15568)
1079
574411d0
GM
10802013-10-09 Glenn Morris <rgm@gnu.org>
1081
14afa541
GM
1082 * vc/vc-svn.el (vc-svn-create-repo):
1083 Expand paths in file://... url. (Bug#15446)
1084
574411d0
GM
1085 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1086 Add some entries.
1087 (authors): Remove unused local variables.
1088
79804536
SM
10892013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1090
1091 * profiler.el: Create a more coherent calltree from partial backtraces.
1092 (profiler-format): Hide the tail with `invisible' so that C-s can still
1093 find the hidden elements.
1094 (profiler-calltree-depth): Don't recurse so enthusiastically.
1095 (profiler-function-equal): New hash-table-test.
1096 (profiler-calltree-build-unified): New function.
1097 (profiler-calltree-build): Use it.
1098 (profiler-report-make-name-part): Indent the calltree less.
1099 (profiler-report-mode): Add visibility specs for profiler-format.
1100 (profiler-report-expand-entry, profiler-report-toggle-entry):
1101 Expand the whole subtree when provided with a prefix arg.
1102
238150c8
DG
11032013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1104
1105 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1106 iuwu-mod token.
1107 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1108 hanging iuwu-mod token.
1109 (ruby-smie--forward-token): Do not include a dot after a token in
1110 that token.
1111 (ruby-smie--backward-token): Likewise.
1112
b0949cc4
JL
11132013-10-08 Juri Linkov <juri@jurta.org>
1114
1115 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1116 to isearch-other-control-char.
1117 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1118 and isearch-post-command-hook to post-command-hook.
1119 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1120 and isearch-post-command-hook from post-command-hook.
1121 (isearch-unread-key-sequence)
1122 (isearch-reread-key-sequence-naturally)
1123 (isearch-lookup-scroll-key, isearch-other-control-char)
1124 (isearch-other-meta-char): Remove functions.
1125 (isearch-pre-command-hook, isearch-post-command-hook):
1126 New functions based on isearch-other-meta-char rewritten
1127 relying on the new behavior of overriding-terminal-local-map
1128 that does not replace the local keymaps any more. (Bug#15200)
1129
4ed77415
EZ
11302013-10-08 Eli Zaretskii <eliz@gnu.org>
1131
1132 Support menus on text-mode terminals.
1133 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1134 functionality.
1135
1136 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1137
c2de5588
DK
1138 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1139 Move here from mouse.el.
4ed77415
EZ
1140 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1141 and arrow keys.
1142 (tty-menu-navigation-map): New map for TTY menu navigation.
1143
1144 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1145
1146 * frame.el (display-mouse-p): Report text-mode mouse as available
1147 on w32.
1148 (display-popup-menus-p): Report availability if mouse is
1149 available; don't condition on window-system.
1150
1151 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1152 (tty-menu-selected-face): New faces.
1153
b7d5bd82
TL
11542013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1155
06286513
SM
1156 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1157 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1158 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1159 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1160 New constants.
1161 (lisp-mode-variables): New `elisp' argument.
1162 (emacs-lisp-mode): Use it.
1163 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1164 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1165
b7d5bd82
TL
1166 * indent.el: Use lexical-binding.
1167 (indent-region): Add progress reporter.
1168 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1169 last step.
1170 (indent--next-tab-stop): New function to implement this behavior.
1171 (tab-to-tab-stop, move-to-tab-stop): Use it.
1172
11732013-10-08 Teemu Likonen <tlikonen@iki.fi>
1174
1175 * indent.el (indent-rigidly--current-indentation): New function.
1176 (indent-rigidly-map): New var.
1177 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1178
5ea75d23
BG
11792013-10-08 Bastien Guerry <bzg@gnu.org>
1180
1181 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1182
cc5da1ec
SM
11832013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1184
8ffa1a0b
SM
1185 * progmodes/perl-mode.el: Use lexical-binding.
1186 Remove redundant :group args.
1187 (perl-nochange): Change default to be closer to other major modes's
1188 standard behavior.
1189 (perl-indent-line): Don't consider text on current line as a
1190 valid beginning of function from which to indent.
1191
f2223371
SM
1192 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1193 with more than one argument (bug#15538).
1194
44256060
SM
1195 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1196
cc5da1ec
SM
1197 * vc/pcvs.el: Use lexical-binding.
1198 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1199 environment of `eval'.
1200 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1201 than a list of expressions. Adjust callers.
1202 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1203
0ea1599d
DG
12042013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1205
1206 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
cc5da1ec 1207 case of the dot in a chained method call being on the following line.
0ea1599d 1208
da3e5ebb
SM
12092013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1210
2abb4e65
SM
1211 * electric.el (electric-indent-inhibit): New var.
1212 (electric-indent-post-self-insert-function): Use it.
1213 * progmodes/python.el (python-mode): Set it.
1214
d2e0e795
SM
1215 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1216 open braces.
1217
1218 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1219
bdc6b4c8
SM
1220 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1221 (css-mode): Use electric-indent-chars.
1222
da3e5ebb
SM
1223 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1224 (font-lock-beg, font-lock-end): Move before first use.
1225 (nxml-mode): Use syntax-propertize-function.
1226 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1227 (nxml-extend-after-change-region): Remove.
1228 * nxml/xmltok.el: Use lexical-binding.
1229 (xmltok-save): Use `declare'.
1230 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1231 * nxml/nxml-util.el: Use lexical-binding.
1232 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1233 Use `declare'.
1234 * nxml/nxml-ns.el: Use lexical-binding.
1235 (nxml-ns-save): Use `declare'.
1236 (nxml-ns-prefixes-for): Avoid add-to-list.
1237 * nxml/rng-match.el: Use lexical-binding.
1238 (rng--ipattern): Use cl-defstruct.
1239 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1240 (rng-cons-group-after, rng-subst-group-after)
1241 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1242 Use closures instead of `(lambda...).
1243
f8f91d5d
MA
12442013-10-07 Michael Albinus <michael.albinus@gmx.de>
1245
1246 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1247 of BEG and END.
1248
da3e5ebb
SM
1249 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1250 Use `tramp-handle-insert-file-contents'.
f8f91d5d
MA
1251 (tramp-gvfs-handle-insert-file-contents): Remove function.
1252
da3e5ebb
SM
1253 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1254 Use `save-restriction' in order to keep markers.
f8f91d5d
MA
1255
1256 * net/trampver.el: Update release number.
1257
7ccae3b1
SM
12582013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1259
55ca2c0d
SM
1260 * progmodes/compile.el (compilation-parse-errors):
1261 Use compilation--put-prop.
1262 (compilation--ensure-parse): Check compilation-multiline.
1263
731fc3ae
SM
1264 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1265
da3e5ebb
SM
1266 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1267 lexical-binding.
a5833280 1268
2e7ba2c2
SM
1269 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1270
7ccae3b1
SM
1271 * progmodes/ruby-mode.el: Fix recently added tests.
1272 (ruby-smie-grammar): Add - and +.
1273 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1274 (ruby-smie--backward-id): New functions.
1275 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1276 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1277 any more.
1278
85698d63
LL
12792013-10-07 Leo Liu <sdl.web@gmail.com>
1280
1281 * register.el (register-preview-delay)
1282 (register-preview-functions): New variables.
1283 (register-read-with-preview, register-preview)
1284 (register-describe-oneline): New functions.
1285 (point-to-register, window-configuration-to-register)
1286 (frame-configuration-to-register, jump-to-register)
1287 (number-to-register, view-register, insert-register)
1288 (copy-to-register, append-to-register, prepend-to-register)
1289 (copy-rectangle-to-register): Use register-read-with-preview to
1290 read register. (Bug#15525)
1291
3986af6c
DS
12922013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1293
1294 * net/network-stream.el (network-stream-open-starttls): Don't add
1295 --insecure if it's already present, because that gnutls-cli
1296 rejects getting that parameter twice.
1297
5cd9cda9
DG
12982013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1299
1300 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1301 keyword, too.
1302
da9ea6d9
DG
13032013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1304
1305 * newcomment.el (comment-use-global-state): Change default value
1306 to t, mark obsolete (Bug#15251).
1307 (comment-beginning): In addition to `comment-to-syntax', check the
1308 value of `comment-use-global-state'.
1309
34d1a133
SM
13102013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1311
1312 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1313 (ruby-comment-column): Follow the global default, by default.
1314 (ruby-smie-grammar): Add assignment syntax.
1315 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1316 open-paren, a comma, or a \.
1317 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1318 and line continuations.
1319 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1320 followed by implicit semi-colons. Add rule for string concatenation
1321 and for indentation at BOB.
1322 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1323
1324 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1325 calling next-sexp, since next-token may have skipped chars which
1326 next-sexp doesn't know should be skipped!
1327
6f6ab820
LL
13282013-10-05 Leo Liu <sdl.web@gmail.com>
1329
34d1a133
SM
1330 * progmodes/octave.el (octave-send-region):
1331 Call compilation-forget-errors.
6f6ab820 1332
34ca0f4c
XF
13332013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1334
1335 * vc/vc-svn.el (vc-svn-find-admin-dir):
1336 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1337 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1338 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1339 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1340
a27c1b72
SM
13412013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1344
258ab3bc
SM
13452013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * subr.el (read-passwd): Hide chars even when called within a context
1348 where after-change-functions is disabled (bug#15501).
1349 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1350 until we removed ourself from overriding-terminal-local-map.
1351
939fb29c
LL
13522013-10-04 Leo Liu <sdl.web@gmail.com>
1353
258ab3bc
SM
1354 * progmodes/octave.el (inferior-octave-mode):
1355 Call compilation-forget-errors.
939fb29c 1356
63bd7f35
XF
13572013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1358
1359 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1360
9e6229fa
MA
13612013-10-04 Michael Albinus <michael.albinus@gmx.de>
1362
1363 * net/secrets.el (secrets-create-collection): Add optional
1364 argument ALIAS. Use proper Label keyword. Append ALIAS as
1365 dbus-call-method argument. (Bug#15516)
1366
1dab32a3
LL
13672013-10-04 Leo Liu <sdl.web@gmail.com>
1368
1369 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1370 (inferior-octave-compilation-font-lock-keywords): New variables.
1371 (compilation-error-regexp-alist)
1372 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1373 (inferior-octave-mode): Use compilation-shell-minor-mode.
1374
6cad7ba3
JS
13752013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1376
1377 * minibuffer.el (completion--replace): Be careful that `end' might be
1378 a marker.
1379
acbadd00
DU
13802013-10-03 Daiki Ueno <ueno@gnu.org>
1381
1382 Add support for package signature checking.
1383 * emacs-lisp/package.el (url-http-file-exists-p)
1384 (epg-make-context, epg-context-set-home-directory)
1385 (epg-verify-string, epg-context-result-for)
1386 (epg-signature-status, epg-signature-to-string)
1387 (epg-check-configuration, epg-configuration)
1388 (epg-import-keys-from-file): Declare.
1389 (package-check-signature): New user option.
1390 (package-unsigned-archives): New user option.
1391 (package-desc): Add `signed' field.
1392 (package-load-descriptor): Set `signed' field if .signed file exists.
1393 (package--archive-file-exists-p): New function.
1394 (package--check-signature): New function.
1395 (package-install-from-archive): Check package signature.
1396 (package--download-one-archive): Check archive signature.
1397 (package-delete): Remove .signed file.
1398 (package-import-keyring): New command.
1399 (package-refresh-contents): Import default keyring.
1400 (package-desc-status): Add "unsigned" status.
1401 (describe-package-1, package-menu--print-info)
1402 (package-menu-mark-delete, package-menu--find-upgrades)
1403 (package-menu--status-predicate): Support "unsigned" status.
1404
adf2aa61
SM
14052013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1408 the new compilation scheme using the new byte-codes.
1409
1410 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1411 (byte-pophandler): New byte codes.
1412 (byte-goto-ops): Adjust accordingly.
1413 (byte-compile--use-old-handlers): New var.
1414 (byte-compile-catch): Use new byte codes depending on
1415 byte-compile--use-old-handlers.
1416 (byte-compile-condition-case--old): Rename from
1417 byte-compile-condition-case.
1418 (byte-compile-condition-case--new): New function.
1419 (byte-compile-condition-case): New function that dispatches depending
1420 on byte-compile--use-old-handlers.
1421 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1422 when we can.
1423
1424 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1425 Optimize under `condition-case' and `catch' if
1426 byte-compile--use-old-handlers is nil.
1427 (disassemble-offset): Handle new bytecodes.
1428
328a8179
SM
14292013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1430
1431 * subr.el (error): Use `declare'.
1432 (decode-char, encode-char): Use advertised-calling-convention instead
1433 of the docstring to discourage use of the `restriction' arg.
1434
15a1e936
DU
14352013-10-03 Daiki Ueno <ueno@gnu.org>
1436
1437 * epg.el (epg-verify-file): Add a comment saying that it does not
1438 notify verification error as a return value nor a signal.
1439 (epg-verify-string): Ditto.
1440
376f862a
KR
14412013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1442
1443 * progmodes/compile.el (compilation-start): Try globbing the arg to
1444 `cd' (bug#15417).
1445
a2f93a5f
MA
14462013-10-02 Michael Albinus <michael.albinus@gmx.de>
1447
1448 Sync with Tramp 2.2.8.
1449
1450 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1451 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1452 * net/trampver.el: Update release number.
1453
0daa0804
JD
14542013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1455
1456 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1457 and default-process-coding-system for darwin only.
1458
abd1ae34
SM
14592013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1462
be4e325d
MH
14632013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1464
1465 * vc/vc-git.el (vc-git-grep): Disable pager.
1466
e9155c4a
DG
14672013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1468
494e898b
DG
1469 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1470 Use :url instead of :homepage, as per
1471 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1472
e9155c4a
DG
1473 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1474 non-nil, use `syntax-ppss' (Bug#15251).
1475
481a8e0f
RS
14762013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1477
be4e325d
MH
1478 * progmodes/octave.el (inferior-octave-startup-file):
1479 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 1480
056453c6
DG
14812013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1482
be4e325d
MH
1483 * emacs-lisp/package.el (package-desc-from-define):
1484 Accept additional arguments as plist, convert them to an alist and store
1485 them in the `extras' slot.
056453c6
DG
1486 (package-generate-description-file): Convert extras alist back to
1487 plist and append to the `define-package' form arguments.
1488 (package--alist-to-plist): New function.
1489 (package--ac-desc): Add `extras' slot.
1490 (package--add-to-archive-contents): Check if the archive-contents
1491 vector is long enough, and if it is, pass its `extras' slot value
1492 to `package-desc-create'.
1493 (package-buffer-info): Call `lm-homepage', pass the returned value
1494 to `package-desc-from-define'.
1495 (describe-package-1): Render the homepage button (Bug#13291).
1496
be4e325d
MH
1497 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1498 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 1499
832966e5
JD
15002013-09-29 Jan Djärv <jan.h.d@swipnet.se>
1501
1502 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1503 and default-process-coding-system to utf-8-unix (Bug#15402).
1504
6cfe977d
XF
15052013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1506
1507 * subr.el (looking-back): Do not recommend using looking-back.
1508
38de11bd
AM
15092013-09-28 Alan Mackenzie <acm@muc.de>
1510
1511 Fix indentation/fontification of Java enum with "implements".
1512
1513 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1514 regexp which matches "implements", etc., in Java.
1515 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1516 specifier clauses coming after "enum".
1517 * progmodes/cc-fonts.el (c-font-lock-declarations)
1518 (c-font-lock-enum-tail): Check for extra specifier clauses coming
1519 after "enum".
1520
1610938f
JD
15212013-09-28 Jan Djärv <jan.h.d@swipnet.se>
1522
1523 * faces.el (region): Change ns_selection_color to
1524 ns_selection_fg_color, add ns_selection_bg_color.
1525
e090f499
LL
15262013-09-28 Leo Liu <sdl.web@gmail.com>
1527
4d2e94d1
LL
1528 * progmodes/octave.el (inferior-octave-completion-table)
1529 (inferior-octave-completion-at-point): Minor tweaks.
1530
e090f499
LL
1531 * textmodes/ispell.el (ispell-lookup-words): Rename from
1532 lookup-words. (Bug#15460)
1533 (lookup-words): Obsolete.
1534 (ispell-complete-word, ispell-command-loop): All uses changed.
1535
7e138a62
RS
15362013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1537
1538 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
1539 (octave-mode-menu): Add octave-send-buffer.
1540 (octave-send-buffer): New function.
1541
5af5ed08
RS
15422013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1543
1544 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
1545 octave-lookfor.
1546 (octave-mode-menu): Add octave-lookfor.
1547 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
1548 octave-lookfor.
1549 (octave-lookfor): New function.
1550
3b7b2692
SM
15512013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * emacs-lisp/cl-macs.el:
1554 (cl--loop-destr-temps): Remove.
1555 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
1556 its convention.
1557 (cl--loop-set-iterator-function): New function.
1558 (cl-loop): Adjust accordingly, so as not to use cl-subst.
1559 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
1560 Bind `it' with `let' instead of substituting it with `cl-subst'.
1561 (cl--unused-var-p): New function.
1562 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
1563 Eliminate some unused variable warnings (bug#15326).
1564
529fb53f
TH
15652013-09-27 Tassilo Horn <tsdh@gnu.org>
1566
1567 * doc-view.el (doc-view-scale-reset): Rename from
1568 `doc-view-reset-zoom-level'.
1569 (doc-view-scale-adjust): New command.
1570 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1571 `doc-view-scale-adjust'.
1572
0550c95a
TH
15732013-09-26 Tassilo Horn <tsdh@gnu.org>
1574
1575 * doc-view.el (doc-view-reset-zoom-level): New command.
1576 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1577 zoom commands (bug#15466).
1578
6950f152
KH
15792013-09-26 Kenichi Handa <handa@gnu.org>
1580
1581 * international/quail.el (quail-help): Make it not a command.
1582
39587580
LL
15832013-09-26 Leo Liu <sdl.web@gmail.com>
1584
1585 * minibuffer.el (completion-all-sorted-completions): Make args
1586 optional as they are.
1587
00578659
DC
15882013-09-25 Daniel Colascione <dancol@dancol.org>
1589
1590 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1591 specs are and that they're not evaluated.
1592
0c173878
SS
15932013-09-24 Sam Steingold <sds@gnu.org>
1594
1595 * midnight.el (clean-buffer-list-kill-regexps)
1596 (clean-buffer-list-kill-buffer-names): Update for the new Man
1597 buffer naming which includes the object name.
1598
84998447
SM
15992013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * eshell/esh-cmd.el (eshell--sep-terms): New var.
1602 (eshell-parse-command, eshell-parse-pipeline): Use it since
1603 eshell-separate-commands requires a dynamic scoped var.
1604 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1605
33215353
LL
16062013-09-23 Leo Liu <sdl.web@gmail.com>
1607
1608 * autoinsert.el (auto-insert-alist): Make the value of
1609 lexical-binding match its file setting.
1610
57b16162
JB
16112013-09-23 Juanma Barranquero <lekktu@gmail.com>
1612
c8af4e67
JB
1613 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1614
57b16162
JB
1615 * autoarg.el (autoarg-kp-digit-argument):
1616 * electric.el (Electric-command-loop):
1617 * kmacro.el (kmacro-step-edit-insert):
1618 Do not set universal-argument-num-events.
1619
7186ba60
LL
16202013-09-22 Leo Liu <sdl.web@gmail.com>
1621
1622 * files.el (interpreter-mode-alist): Add octave.
1623
ece15004
AM
16242013-09-21 Alan Mackenzie <acm@muc.de>
1625
1626 C++: fontify identifier in declaration following "public:" correctly.
1627 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1628 to match "public", etc.
1629 (c-decl-prefix-re): Add ":" into the C++ value.
1630 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1631 bit. Add a check for a ":" preceded by "public", etc.
1632
75d83e22
EZ
16332013-09-21 Eli Zaretskii <eliz@gnu.org>
1634
1635 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1636 recognized by GDB 7.5 and later.
1637
d052d3bd
XF
16382013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1639
1640 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1641
31dca772
R
16422013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * subr.el (internal--call-interactively): New const.
1645 (called-interactively-p): Use it (bug#3984).
1646
98ccf24e
XF
16472013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1648
1649 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
1650 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1651 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 1652
c39cc7d1
SM
16532013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
1656 (eshell-ls-orig-insert-directory): Remove.
1657 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
1658 (eshell-ls-use-in-dired): Use advice-add/remove.
1659 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1660 Add `orig-fun' arg for use in :around advice.
1661 Make it check (redundantly) eshell-ls-use-in-dired.
1662
9a0289a2
GM
16632013-09-19 Glenn Morris <rgm@gnu.org>
1664
a2c501b8
GM
1665 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1666
c440407a
GM
1667 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1668
9a0289a2
GM
1669 * emacs-lisp/eieio.el (class-parent): Undo previous change.
1670
85e05915
MA
16712013-09-19 Michael Albinus <michael.albinus@gmx.de>
1672
1673 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1674 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1675 (tramp-get-remote-python): New defuns.
1676 (tramp-get-remote-uid-with-perl)
1677 (tramp-get-remote-gid-with-perl): New defuns. Perl code
1678 contributed by yary <not.com@gmail.com> (tiny change).
1679 (tramp-get-remote-uid-with-python)
1680 (tramp-get-remote-gid-with-python): New defuns. Python code
1681 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
1682 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
1683
ce503312
GM
16842013-09-19 Glenn Morris <rgm@gnu.org>
1685
f7544773
GM
1686 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
1687
72fd2877
GM
1688 * eshell/em-unix.el (eshell-remove-entries):
1689 Rename argument to avoid name-clash with global `top-level'.
1690
336b5a56
GM
1691 * eshell/esh-proc.el (eshell-kill-process-function):
1692 Remove eshell-reset-after-proc from eshell-kill-hook if present.
1693 (eshell-reset-after-proc): Remove unused arg `proc'.
1694
57a3a53d
GM
1695 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
1696 (directory-files-and-attributes): Mark unused arg.
1697
3261d4af
GM
1698 * eshell/em-unix.el (eshell-remove-entries):
1699 Remove unused arg `path'. Update callers.
1700
8e51b5d0
GM
1701 * eshell/em-hist.el (eshell-hist-parse-arguments):
1702 Remove unused arg `silent'. Update callers.
1703
ce503312
GM
1704 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
1705 Fix (f)boundp mix-up.
1706
1707 * eshell/em-smart.el (eshell-smart-scroll-window)
1708 (eshell-disable-after-change):
336b5a56 1709 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 1710
ee3ce8a7
AM
17112013-09-18 Alan Mackenzie <acm@muc.de>
1712
1713 Fix fontification of type when followed by "const".
1714 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
1715 "known" types from fontification.
1716
ec9177ba
GM
17172013-09-18 Glenn Morris <rgm@gnu.org>
1718
7bb3e768
GM
1719 * emacs-lisp/chart.el (x-display-color-cells): Declare.
1720 (chart-face-list): Drop Emacsen without display-color-p.
1721
5148da15
GM
1722 * net/eww.el (libxml-parse-html-region): Declare.
1723 (eww-display-html): Explicit error if no libxml2 support.
1724
2f68e157
GM
1725 * doc-view.el (doc-view-mode): Silence --without-x compilation.
1726
9019d095
GM
1727 * image.el (image-type-from-buffer, image-multi-frame-p):
1728 Remove --without-x warning/error.
67645389 1729
5f30349b 1730 * mouse.el (mouse-yank-primary):
45069b2e 1731 * term.el (term-mouse-paste):
5f30349b
GM
1732 Reorder to silence --without-x compilation.
1733
cd8edbbe
GM
1734 * mpc.el (doc-view-mode): Silence --without-x compilation.
1735
8a78544e
GM
1736 * mail/rmailmm.el (rmail-mime-set-bulk-data):
1737 Silence --without-x compilation.
1738
12679bfd
GM
1739 * progmodes/gud.el (gud-find-file, gud-mode):
1740 Silence --without-x compilation.
1741 (tooltip-mode): Declare.
30810a05 1742
f0047cb9
GM
1743 * wdired.el (dired-backup-overwrite): Remove declaration.
1744 (wdired-mode-map): Add doc string.
1745
e740f9d2
GM
1746 * custom.el (x-get-resource): Declare.
1747
92d77c89
GM
1748 * eshell/em-glob.el (ange-cache):
1749 * eshell/em-unix.el (ange-cache): Declare.
1750
76e69577
GM
1751 * faces.el (x-display-list, x-open-connection, x-get-resource):
1752 Declare.
7e58af4b
GM
1753
1754 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
1755 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
1756 Declare.
76e69577 1757
4bd4c0af 1758 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 1759
ffb82dbd
GM
1760 * net/gnutls.el (gnutls-log-level): Declare.
1761
986ed135
GM
1762 * net/shr.el (image-size, image-animate): Declare.
1763
e740f9d2
GM
1764 * simple.el (font-info): Declare.
1765
d2f3e9f8
GM
1766 * subr.el (x-popup-dialog): Declare.
1767
047a1a4c
GM
1768 * term/common-win.el (x-select-enable-primary)
1769 (x-last-selected-text-primary, x-last-selected-text-clipboard):
1770 Declare.
1771
f4a1d572
GM
1772 * term/ns-win.el (x-handle-args): Declare.
1773
e843de77
GM
1774 * term/x-win.el (x-select-enable-clipboard): Declare.
1775
5fa89513
GM
1776 * term/w32-win.el (create-default-fontset): Declare.
1777
38702b5b
GM
1778 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
1779 Declare.
1780
e740f9d2
GM
1781 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
1782 (fit-frame-to-buffer): Explicit error if --without-x.
1783 (mouse-autoselect-window-select): Silence compiler.
1784
49a053fc
GM
1785 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1786
1787 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
1788 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
1789 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 1790 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
1791 Remove unused local variables.
1792
1793 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
1794
ec9177ba
GM
1795 * textmodes/two-column.el: Make 2C-split work for --without-x.
1796 (scroll-bar-columns): Autoload.
1797 (top-level): Require fringe when compiling.
1798
9f25cb77
LL
17992013-09-18 Leo Liu <sdl.web@gmail.com>
1800
1801 * subr.el (add-hook): Robustify to handle closure as well.
1802
2b42da98
GM
18032013-09-17 Glenn Morris <rgm@gnu.org>
1804
1805 * simple.el (messages-buffer-mode-map): Unbind "g".
1806
e8b66a6a
SM
18072013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1808
9c0ad4f7
SM
1809 * help-mode.el (help-mode-finish): Use derived-mode-p.
1810 Remove obsolete highlighting.
1811
7a806dfb
SM
1812 * play/life.el (life-mode): Use define-derived-mode. Derive from
1813 special-mode.
1814 (life): Let-bind inhibit-read-only.
1815 (life-setup): Avoid `setq'. Use `life-mode'.
1816
96dbf5a8
SM
1817 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
1818 which should not be needed any more.
1819 (package-menu-refresh, package-menu-describe-package): Use user-error.
1820
e8b66a6a
SM
1821 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
1822 (eshell-post-rewrite-command-hook): Make obsolete.
1823 (eshell-parse-command): Simplify.
1824 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
1825 (eshell--cmd): Declare.
1826 (eshell-parse-pipeline): Remove unused var `final-p'.
1827 Pass a dynvar to eshell-post-rewrite-command-hook.
1828 Implement the new eshell-post-rewrite-command-function.
1829 (eshell-invoke-directly): Remove unused arg `input'.
1830 * eshell/esh-io.el (eshell-io-initialize):
1831 Use eshell-post-rewrite-command-function (bug#15399).
1832 (eshell--apply-redirections): Rename from eshell-apply-redirections;
1833 adjust to new calling convention.
1834 (eshell-create-handles): Rename args to avoid clashing with dynvar
1835 `standard-output'.
1836
90582f05
GM
18372013-09-17 Glenn Morris <rgm@gnu.org>
1838
1839 * simple.el (messages-buffer-mode): New major mode.
1840 (messages-buffer): New function.
1841 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
1842 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 1843 (ert-run-test): Use `messages-buffer' function.
90582f05 1844 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
1845 * help.el (view-echo-area-messages): Use `messages-buffer' function.
1846 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 1847
39eb0cb5 18482013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
1849
1850 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
1851
1f1e06e2
SM
1852 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
1853
70568a90
SM
18542013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1855
504a0381
SM
1856 * icomplete.el (icomplete-in-buffer): New var.
1857 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
1858 vars and replace them with functions.
1859 (icomplete-minibuffer-setup): Adjust accordingly.
1860 (icomplete--completion-table, icomplete--completion-predicate)
1861 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
1862 New functions.
1863 (icomplete-forward-completions, icomplete-backward-completions)
1864 (icomplete-simple-completing-p, icomplete-exhibit)
1865 (icomplete-completions): Use them.
1866 (icomplete--in-region-buffer): New var.
1867 (icomplete--in-region-setup): New function.
1868 (icomplete-mode): Use it.
1869
70568a90
SM
1870 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
1871 (bug#15379).
1872 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
1873 return args and options.
1874 (eshell-eval-using-options): Use the new return value of
1875 eshell--do-opts to set the options's vars in their scope.
1876 (eshell--set-option): Rename from eshell-set-option.
1877 Add arg `opt-vals'.
1878 (eshell--process-option): Rename from eshell-process-option.
1879 Add arg `opt-vals'.
1880 (eshell--process-args): Use an `opt-vals' alist to store the options's
1881 values during their processing and return them additionally to the
1882 remaining args.
1883
578c21bc
DG
18842013-09-15 Dmitry Gutov <dgutov@yandex.ru>
1885
1886 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
1887 continuation character an operator, as far as indentation is
1888 concerned (Bug#15369).
1889
c089653d
MR
18902013-09-15 Martin Rudalics <rudalics@gmx.at>
1891
1892 * window.el (window--state-put-2): Don't process buffer state
1893 when buffer doesn't exist any more (Bug#15382).
1894
1e53bb4b
GM
18952013-09-15 Glenn Morris <rgm@gnu.org>
1896
30753242
GM
1897 * eshell/em-unix.el (eshell/rm):
1898 Make -f ignore missing files. (Bug#15373)
1899
1e53bb4b
GM
1900 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
1901 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
1902 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
1903
0d8863b3
GM
19042013-09-14 Glenn Morris <rgm@gnu.org>
1905
1906 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
1907
d3fc6549
GM
19082013-09-13 Glenn Morris <rgm@gnu.org>
1909
1910 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
1911 (dired-guess-default): Make `file' available in the env. (Bug#15363)
1912
fcd42c11
DA
19132013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
1914
1915 * frame.el (x-focus-frame): Mark as declared in frame.c.
1916
7830899f
SM
19172013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * ls-lisp.el: Use advice-add.
1920 (original-insert-directory): Remove.
1921 (ls-lisp--insert-directory): Rename from insert-directory; add
1922 `orig-fun' argument.
1923 (insert-directory): Advise.
1924
84387cd2
EZ
19252013-09-13 Eli Zaretskii <eliz@gnu.org>
1926
1927 * term.el (term-emulate-terminal): Decode the command string
1928 before passing it to term-command-hook. (Bug#15337)
1929
35ffc6ba
GM
19302013-09-13 Glenn Morris <rgm@gnu.org>
1931
5c3f9bcc
GM
1932 * eshell/esh-util.el (ange-cache): Move declaration earlier.
1933
2ada368a
GM
1934 * eshell/esh-ext.el (eshell-search-path): Declare.
1935
fcef2e13
GM
1936 * eshell/em-prompt.el (eshell/pwd): Autoload it.
1937 Otherwise an error occurs if eshell-dirs module not loaded.
1938
35ffc6ba
GM
1939 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
1940
35c3d36e
MA
19412013-09-13 Michael Albinus <michael.albinus@gmx.de>
1942
1943 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
1944 `tramp-check-proper-host'. Check for a valid method name.
1945
1946 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1947 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1948 * net/tramp-sh.el (tramp-maybe-open-connection):
1949 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
1950
1951 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
1952 also for hash values.
1953
ae5e4c48
SM
19542013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1955
379add74
SM
1956 * term/ns-win.el (parameters): Don't declare as dynamic.
1957 (before-make-frame-hook): Don't add ineffective function.
1958
ae5e4c48
SM
1959 * eshell/*.el: Use lexical-binding (bug#15231).
1960
b5623270
KH
19612013-09-12 Kenichi Handa <handa@gnu.org>
1962
ae5e4c48 1963 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 1964
30213927
GM
19652013-09-12 Glenn Morris <rgm@gnu.org>
1966
be94d713 1967 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 1968 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 1969
44915370
GM
1970 * subr.el (do-after-load-evaluation): Also give compiler warnings
1971 when obsolete files are used (except by obsolete files).
1972
a6ae021f
GM
1973 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
1974 in the status output, assume `filename' is the first. (Bug#15322)
1975
40e64f0c
GM
1976 * vc/vc.el (vc-deduce-fileset): Doc fix.
1977
16d9f896
GM
1978 * calc/calc-help.el (Info-goto-node):
1979 * progmodes/cperl-mode.el (Info-find-node):
1980 * vc/ediff.el (Info-goto-node): Update declarations.
1981
dea01c6e
GM
1982 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
1983
759880bf 1984 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
1985 (vc-bzr-pull): Require vc-dispatcher.
1986 * vc/vc-git.el (vc-compilation-mode): Declare.
1987 (vc-git-pull): Require vc-dispatcher.
1988
08d66420
GM
1989 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
1990
30b626e9
GM
1991 * progmodes/octave.el (help-button-action): Declare.
1992
8c05cb10
GM
1993 * shell.el (shell-directory-tracker): Output error as a message
1994 rather than just returning it as a string.
1995 (shell-process-pushd): Remove useless use of message.
1996
30213927
GM
1997 * dframe.el (dframe-timer-fn):
1998 * files.el (dir-locals-read-from-file):
1999 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2000 (mpc-format):
2001 * reveal.el (reveal-post-command):
2002 * saveplace.el (load-save-place-alist-from-file):
2003 * shell.el (shell-resync-dirs):
2004 * w32-common-fns.el (x-get-selection-value):
2005 * emacs-lisp/copyright.el (copyright-find-copyright):
2006 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2007 * emulation/tpu-edt.el (tpu-copy-keyfile):
2008 * play/bubbles.el (bubbles--mark-neighbourhood):
2009 * progmodes/executable.el
2010 (executable-make-buffer-file-executable-if-script-p):
2011 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2012
d3b049e6
SM
20132013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2014
170266d0
SM
2015 Cleanup Eshell to rely less on dynamic scoping.
2016 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2017 last-value, and ext-command here. Bind `args' closer to `body'.
2018 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2019 (eshell--args): Declare new dynamic var.
2020 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2021 last-value, and ext-command. Pass `args' to `body'.
2022 (eshell-process-args): Bind eshell--args.
2023 (eshell-set-option): Use eshell--args.
2024 * eshell/eshell.el (eshell): Use derived-mode-p.
2025 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2026 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2027 (eshell-glob-function): Declare.
2028 * eshell/esh-util.el: Require cl-lib.
2029 (eshell-read-hosts-file): Avoid add-to-list.
2030 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2031 `err'.
2032 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2033 Declare.
2034 (eshell/diff): Remove unused var `err'.
2035 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2036 `killflag'.
2037 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2038 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2039 first use.
2040 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2041 Move declaration before first use.
2042 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
2043 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2044 rely on cl-return.
2045
56834f3b
GM
20462013-09-12 Glenn Morris <rgm@gnu.org>
2047
2048 * term/ns-win.el (global-map): Remove binding for ispell-next,
2049 deleted 1999-05-29. (Bug#15357)
2050
5c91a2b8
GM
20512013-09-11 Glenn Morris <rgm@gnu.org>
2052
da712f22
GM
2053 * echistory.el (electric-command-history): Remove call to deleted func.
2054
512e4cdc
GM
2055 * play/landmark.el (landmark-mode): Fix typos.
2056
d3506ca5
GM
2057 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2058 Check cvs-sort-ignore-file is bound.
2059
5c91a2b8
GM
2060 * savehist.el: No need for cl when compiling on Emacs.
2061
feeff482
SM
20622013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2063
656bd483
SM
2064 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2065 (bug#15338).
d3b049e6
SM
2066 (eshell-self-insert-command, eshell-send-invisible):
2067 Remove unused argument.
656bd483
SM
2068 (eshell-handle-control-codes): Remove unused var `orig'.
2069 Avoid delete-backward-char.
2070
feeff482
SM
2071 * files.el (set-auto-mode): Simplify a bit further.
2072
2a08047a
GM
20732013-09-11 Glenn Morris <rgm@gnu.org>
2074
2075 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2076 (set-auto-mode): Don't regexp-quote elements.
2077 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2078 * progmodes/cc-mode.el (interpreter-mode-alist):
2079 * progmodes/ruby-mode.el (interpreter-mode-alist):
2080 Revert previous change.
2081
34675540
SM
20822013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2083
1b3b87df
SM
2084 * play/snake.el (snake-mode):
2085 * play/mpuz.el (mpuz-mode):
2086 * play/landmark.el (lm-mode):
2087 * play/blackbox.el (blackbox-mode):
2088 * play/5x5.el (5x5-mode):
2089 * obsolete/options.el (Edit-options-mode):
2090 * net/quickurl.el (quickurl-list-mode):
2091 * net/newst-treeview.el (newsticker-treeview-mode):
2092 * mail/rmailsum.el (rmail-summary-mode):
2093 * mail/mspools.el (mspools-mode):
2094 * locate.el (locate-mode):
2095 * ibuffer.el (ibuffer-mode):
2096 * emulation/ws-mode.el (wordstar-mode):
2097 * emacs-lisp/debug.el (debugger-mode):
2098 * array.el (array-mode):
2099 * net/eudc.el (eudc-mode): Use define-derived-mode.
2100 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2101 Move initialization into declaration.
2102 (mairix-searches-mode): Use define-derived-mode.
2103 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2104 (eudc-edit-hotlist): Use dolist.
2105 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2106 (Man-mode): Use define-derived-mode.
2107 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2108 (Info-edit-mode): Use define-derived-mode.
2109 (Info-cease-edit): Use Info-mode.
2110 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2111 into declaration.
2112 (eshell-mode): Use define-derived-mode.
2113 * chistory.el (command-history-mode-map): Rename from
2114 command-history-map.
2115 (command-history-mode): Use define-derived-mode.
da712f22 2116 (Command-history-setup): Remove function.
1b3b87df
SM
2117 * calc/calc.el (calc-trail-mode-map): New var.
2118 (calc-trail-mode): Use define-derived-mode.
2119 (calc-trail-buffer): Set calc-main-buffer manually.
2120 * bookmark.el (bookmark-insert-annotation): New function.
2121 (bookmark-edit-annotation): Use it.
2122 (bookmark-edit-annotation-mode): Make it a proper major mode.
2123 (bookmark-send-edited-annotation): Use derived-mode-p.
2124 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2125 closer to its ideal place. Use \' to match EOS.
2126
34675540
SM
2127 * profiler.el (profiler-calltree-find): Use function-equal.
2128
6a5c15d9
GM
21292013-09-10 Glenn Morris <rgm@gnu.org>
2130
1af4c220
GM
2131 * files.el (interpreter-mode-alist): Convert to regexps.
2132 (set-auto-mode): Adapt for this. (Bug#15306)
2133 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2134 Comment out unused variable.
2135 * progmodes/cc-mode.el (interpreter-mode-alist):
2136 * progmodes/python.el (interpreter-mode-alist):
2137 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2138 * progmodes/sh-script.el (sh-set-shell):
2139 No longer use interpreter-mode-alist to get list of shells.
2140
6a5c15d9
GM
2141 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2142
8c27f5ff
SM
21432013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2144
02ef6c1a 2145 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 2146 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
2147 Bind switch-frame explicitly. Replace universal-argument-minus with
2148 a conditional binding.
2149 (universal-argument-num-events, saved-overriding-map): Remove.
2150 (restore-overriding-map): Remove.
2151 (universal-argument--mode): Rename from save&set-overriding-map,
2152 and rewrite.
2153 (universal-argument, universal-argument-more, negative-argument)
2154 (digit-argument): Adjust accordingly.
2155 (universal-argument-minus): Remove.
2156 (universal-argument-other-key): Remove.
2157
8c27f5ff
SM
2158 * subr.el (with-demoted-errors): Add `format' argument.
2159
6480194c
MA
21602013-09-10 Michael Albinus <michael.albinus@gmx.de>
2161
2162 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2163 `tramp-cleanup-connection'.
2164
2165 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2166 parameters KEEP-DEBUG and KEEP-PASSWORD.
2167
2168 * net/tramp.el (tramp-file-name-handler):
2169 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2170 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2171 (tramp-maybe-open-connection):
8c27f5ff
SM
2172 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2173 Use `tramp-cleanup-connection'.
6480194c 2174
8c27f5ff
SM
2175 * net/tramp-sh.el (tramp-maybe-open-connection):
2176 Catch 'uname-changed inside the progress reporter.
6480194c 2177
e5e916d8
GM
21782013-09-10 Glenn Morris <rgm@gnu.org>
2179
9a2c9b47
GM
2180 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2181
e5e916d8
GM
2182 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2183 returns "alternate access method" in mode (eg "-rw-r--r--.").
2184
144e38fe
GM
21852013-09-08 Glenn Morris <rgm@gnu.org>
2186
2187 * saveplace.el (load-save-place-alist-from-file):
2188 Demote errors. (Bug#15305)
2189
af9ff9e8
MA
21902013-09-08 Michael Albinus <michael.albinus@gmx.de>
2191
2192 Improve compatibility with older Emacsen, and XEmacs.
2193
2194 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2195 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
2196 (with-tramp-progress-reporter): Do not let-bind `result'.
2197 This yields to scoping errors in XEmacs.
af9ff9e8
MA
2198 (tramp-handle-make-auto-save-file-name): New function, moved from
2199 tramp-sh.el.
2200
2201 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2202 for `make-auto-save-file-name'.
8c27f5ff
SM
2203 (tramp-adb--gnu-switches-to-ash):
2204 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2205
2206 * net/tramp-cache.el (tramp-cache-print): Call
2207 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2208
2209 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2210 bound. It isn't for XEmacs.
2211
8c27f5ff
SM
2212 * net/tramp-compat.el (tramp-compat-copy-file):
2213 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
2214 (tramp-compat-replace-regexp-in-string): New defun.
2215
2216 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2217 for `make-auto-save-file-name'.
2218 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2219 `copy-file'.
2220 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2221 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2222 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2223
8c27f5ff
SM
2224 * net/tramp-gw.el (tramp-gw-open-network-stream):
2225 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 2226
8c27f5ff
SM
2227 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2228 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
2229 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2230 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
2231 (tramp-sh-file-inotifywait-process-filter):
2232 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2233 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2234
2235 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2236 for `make-auto-save-file-name'.
8c27f5ff
SM
2237 (tramp-smb-handle-copy-directory):
2238 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2239 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2240 (tramp-smb-handle-copy-file): Improve error message.
2241 (tramp-smb-handle-rename-file): Rename directly only in case
2242 `newname' does not exist yet. This is a restriction of smbclient.
2243 (tramp-smb-maybe-open-connection): Rerun the function only when
2244 `auth-sources' is non-nil.
2245
0ca754d0
KH
22462013-09-08 Kenichi Handa <handa@gnu.org>
2247
2248 * international/characters.el: Set category "^" (Combining) for
2249 more characters.
2250
e8dd0787
AM
22512013-09-07 Alan Mackenzie <acm@muc.de>
2252
2253 Correctly fontify Java class constructors.
2254 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2255 in Java Mode.
2256 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
2257 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2258 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
2259 "typeless" declaration there.
2260
f2f248e7
RW
22612013-09-07 Roland Winkler <winkler@gnu.org>
2262
2263 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2264 field subtitle for entry type book.
2265
67982e2b
SM
22662013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * minibuffer.el: Make minibuffer-complete call completion-in-region
2269 rather than other way around.
2270 (completion--some, completion-pcm--find-all-completions):
2271 Don't delay signals when debugging.
2272 (minibuffer-completion-contents): Beware fields within the
2273 minibuffer contents.
2274 (completion-all-sorted-completions): Use defvar-local.
2275 (completion--do-completion, completion--cache-all-sorted-completions)
2276 (completion-all-sorted-completions, minibuffer-force-complete):
2277 Add args `beg' and `end'.
2278 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2279 (minibuffer-complete): Use completion-in-region.
2280 (completion-complete-and-exit): New fun, extracted from
2281 minibuffer-complete-and-exit.
2282 (minibuffer-complete-and-exit): Use it.
2283 (completion--complete-and-exit): Rename from
2284 minibuffer--complete-and-exit.
2285 (completion-in-region--single-word): New function, extracted from
2286 minibuffer-complete-word.
2287 (minibuffer-complete-word): Use it.
2288 (display-completion-list): Make `common-substring' argument obsolete.
2289 (completion--in-region): Call completion--in-region-1 instead of
2290 minibuffer-complete.
2291 (completion-help-at-point): Pass boundaries to
2292 minibuffer-completion-help as args rather than via an overlay.
2293 (completion-pcm--string->pattern): Use `any-delim'.
2294 (completion-pcm--optimize-pattern): New function.
2295 (completion-pcm--pattern->regex): Handle `any-delim'.
2296 * icomplete.el (icomplete-forward-completions)
2297 (icomplete-backward-completions, icomplete-completions):
2298 Adjust calls to completion-all-sorted-completions and
2299 completion--cache-all-sorted-completions.
2300 (icomplete-with-completion-tables): Default to t.
2301 * emacs-lisp/crm.el (crm--current-element): Rename from
2302 crm--select-current-element. Don't put an overlay but return the
2303 boundaries instead.
2304 (crm--completion-command): Take two new args to bind to the boundaries.
2305 (crm-completion-help): Adjust accordingly.
2306 (crm-complete): Use completion-in-region.
2307 (crm-complete-word): Use completion-in-region--single-word.
2308 (crm-complete-and-exit): Use completion-complete-and-exit.
2309
e17d94a5
SM
23102013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2313 than dynamically.
2314
96727100
JL
23152013-09-06 Juri Linkov <juri@jurta.org>
2316
2317 * info.el (Info-display-images-node): When image file doesn't exist
2318 display text version of the image if it's provided in the Info file.
2319 Otherwise, display the location of missing image from SRC attribute.
2320 Add help-echo text property from ALT attribute. (Bug#15279)
2321
86cf7329
SM
23222013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2323
2324 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2325 (edit-abbrevs-mode): Use define-derived-mode.
2326
2327 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2328 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2329 that it's defined.
2330 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2331 Use define-derived-mode.
2332
2333 * epg.el (epg-start-encrypt): Minor CSE simplification.
2334
816244a2
WX
23352013-09-06 William Xu <william.xwl@gmail.com>
2336
2337 * arc-mode.el: Add support for 7za (bug#15264).
2338 (archive-7z-program): New var.
2339 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2340 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2341 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2342
1486fa31
MA
23432013-09-06 Michael Albinus <michael.albinus@gmx.de>
2344
2345 Remove URL syntax.
2346
2347 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2348 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2349 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2350 (tramp-postfix-host-format, tramp-file-name-regexp)
2351 (tramp-completion-file-name-regexp)
2352 (tramp-completion-dissect-file-name)
2353 (tramp-handle-substitute-in-file-name): Remove 'url case.
2354 (tramp-file-name-regexp-url)
2355 (tramp-completion-file-name-regexp-url): Remove constants.
2356
39785324
GM
23572013-09-06 Glenn Morris <rgm@gnu.org>
2358
2359 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2360
1f896cb7
DG
23612013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2362
2363 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2364 keywords" below "here-doc beginnings" (Bug#15270).
2365
c0458e0b
SM
23662013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2367
2368 * subr.el (pop): Use `car-safe'.
2369 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2370 to detect unused `pop' return value.
2371
2372 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2373 var `block-regexp'.
2374 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2375 (python-fill-string): Remove unused var `marker'.
2376 (python-skeleton-add-menu-items): Remove unused var `items'.
2377
2378 * international/mule-cmds.el: Require CL.
2379 (find-coding-systems-for-charsets): Avoid add-to-list.
2380 (sanitize-coding-system-list): New function, extracted from
2381 select-safe-coding-system-interactively.
2382 (select-safe-coding-system-interactively): Use it.
2383 (read-input-method-name): Accept symbols for `default'.
2384
2385 * emacs-lisp/advice.el (defadvice): Add indent rule.
2386
6c42fc3e
DH
23872013-09-05 Daniel Hackney <dan@haxney.org>
2388
2389 * dired-x.el:
2390 * net/ange-ftp.el:
2391 * net/browse-url.el:
2392 * net/dbus.el:
2393 * net/eudc.el:
2394 * net/eudcb-ldap.el:
2395 * net/eww.el:
2396 * net/imap.el:
2397 * printing.el:
2398 * vc/ediff-diff.el:
2399 * vc/ediff-init.el:
2400 * vc/ediff-merg.el:
2401 * vc/ediff-mult.el:
2402 * vc/ediff-util.el:
2403 * vc/ediff-wind.el:
2404 * vc/ediff.el:
2405 * vc/emerge.el:
2406 * vc/pcvs.el:
2407 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2408 byte compiler. Remove some unused let-bound variables.
2409
4c528aab
SM
24102013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2411
2412 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2413 a "ref-cell", since it gets better optimized (bug#14883).
2414
bd15c390
GM
24152013-09-05 Glenn Morris <rgm@gnu.org>
2416
2417 * progmodes/cc-awk.el (c-forward-sws): Declare.
2418
1c3ac2e5
GM
24192013-09-04 Glenn Morris <rgm@gnu.org>
2420
2421 * generic-x.el [rul-generic-mode]: Require cc-mode.
2422 (c++-mode-syntax-table): Declare.
2423 (rul-generic-mode-syntax-table): Init in the defvar.
2424
52b1cc79
SM
24252013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2426
c828af56
SM
2427 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2428 (vc-do-command, vc-set-async-update):
2429 * vc/vc-mtn.el (vc-mtn-dir-status):
2430 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2431 (vc-hg-pull, vc-hg-merge-branch):
2432 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2433 (vc-git-merge-branch):
2434 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2435 (vc-cvs-dir-status-files):
2436 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2437 (vc-bzr-dir-status-files):
2438 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2439 * vc/vc-annotate.el: Use lexical-binding.
2440 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2441 (vc-sentinel-movepoint): Declare.
2442 (vc-annotate): Don't use `goto-line'.
2443 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2444 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2445 (vc-sentinel-movepoint): Declare.
2446 * vc/vc-svn.el: Use lexical-binding.
2447 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2448 * vc/vc-sccs.el:
2449 * vc/vc-rcs.el: Use lexical-binding.
2450
abae272c
SM
2451 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2452 `deleted'. Don't drop errors silently.
2453
52b1cc79
SM
2454 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2455
63191d9f
XF
24562013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2457
2458 * vc/vc.el (vc-ignore): Rewrite.
2459 (vc-default-ignore): New function.
2460 (vc-default-ignore-completion-table): Use find-ignore-file.
2461
2462 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2463 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2464 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2465 Remove. Most code moved to vc.el.
2466
9d3f707c
SM
24672013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2468
abae272c 2469 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
2470 * net/tramp-smb.el (tramp-smb-get-file-entries):
2471 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2472 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2473
fde38d49
SM
2474 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2475 Update call to it.
2476 (eww-change-select): Remove unused var `properties'.
2477 (eww-make-unique-file-name): Remove unused var `base'.
2478
2479 * finder.el (finder-compile-keywords): Don't mess with windows.
2480
84032db7
SM
2481 * calculator.el (calculator-funcall): Fix typo in last change.
2482
724f5e41
SM
2483 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2484
14b511d4
SM
2485 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2486 <pkg>-autoloads.el file stop us.
2487
9d3f707c 2488 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 2489 warnings, and factor out common code.
9d3f707c 2490
88527bc0
DG
24912013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2492
2493 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2494 two-character operators and whether the character preceding them
2495 changes their meaning (Bug#15208).
2496
96edb677
FEG
24972013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2498
2499 Format code sent to Python shell for robustness.
9d3f707c
SM
2500 * progmodes/python.el (python-shell-buffer-substring):
2501 New function.
96edb677
FEG
2502 (python-shell-send-region, python-shell-send-buffer): Use it.
2503
95beaef3
MA
25042013-09-02 Michael Albinus <michael.albinus@gmx.de>
2505
2506 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2507 * net/tramp.el (tramp-user-error): ... here.
2508 (tramp-find-method, tramp-check-proper-host)
2509 (tramp-dissect-file-name, tramp-debug-message)
2510 (tramp-handle-shell-command):
2511 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2512 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2513
2514 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2515
f167c27b
MR
25162013-09-02 Martin Rudalics <rudalics@gmx.at>
2517
2518 * avoid.el (mouse-avoidance-point-position)
2519 (mouse-avoidance-too-close-p): Handle case where posn-at-point
2520 returns nil.
2521
cd16c5f1
FEG
25222013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2523
2524 * progmodes/python.el (python-shell-completion-get-completions):
2525 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 2526 (python-nav-if-name-main): New command.
cd16c5f1 2527
e73c3a0d
GM
25282013-09-01 Glenn Morris <rgm@gnu.org>
2529
f8ccce03
GM
2530 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2531 Avoid leading space in $wins. Otherwise the sed command used by
2532 eg compile-main ends up containing "/*.el". (Bug#15170)
2533
e73c3a0d
GM
2534 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
2535
415f808e
GM
25362013-08-30 Glenn Morris <rgm@gnu.org>
2537
2538 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2539 Fix is-this-a-directory logic. (Bug#15220)
2540
f069bba8
SM
25412013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2542
112798c1
SM
2543 * textmodes/css-mode.el: Use SMIE.
2544 (css-smie-grammar): New var.
2545 (css-smie--forward-token, css-smie--backward-token)
2546 (css-smie-rules): New functions.
2547 (css-mode): Use them.
2548 (css-navigation-syntax-table): Remove var.
2549 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
2550 (css-indent-calculate, css-indent-line): Remove functions.
2551
2552 Misc changes to reduce use of `(lambda...); and other cleanups.
2553 * cus-edit.el: Use lexical-binding.
2554 (customize-push-and-save, customize-apropos)
2555 (custom-buffer-create-internal): Use closures.
2556 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
2557 * progmodes/ada-xref.el: Use setq.
2558 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
2559 * dframe.el: Use lexical-binding.
2560 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
2561 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
2562 * descr-text.el: Use lexical-binding.
2563 (describe-text-widget, describe-text-sexp, describe-property-list):
2564 Use closures.
2565 * comint.el (comint-history-isearch-push-state): Use a closure.
2566 * calculator.el: Use lexical-binding.
2567 (calculator-number-to-string): Make it work with lexical-binding.
2568 (calculator-funcall): Same and use cl-letf.
2569
2da4c3ab
SM
2570 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2571 (lisp--company-doc-string, lisp--company-location): New functions.
2572 (lisp-completion-at-point): Use them to improve Company support.
2573
f069bba8
SM
2574 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2575 params of lambda expressions.
2576 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2577 (ruby-smie--opening-pipe-p): New function.
2578 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2579 symbols and matched |...| for formal params.
2580 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2581 from being treated as hanging. Handle "rescue".
2582
6758b6a8
GM
25832013-08-29 Glenn Morris <rgm@gnu.org>
2584
2585 * progmodes/cc-engine.el (c-pull-open-brace):
2586 Move definition before use.
2587
e8dfd197
SM
25882013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2591 are immutable. Don't use `unsafe' any more.
2592 (cl--defsubst-expand): Don't substitute at the same time as keeping
2593 a residual unused let-binding. Don't use `unsafe' any more.
2594
cc585c96
GM
25952013-08-29 Glenn Morris <rgm@gnu.org>
2596
ba579ea6
GM
2597 * calendar/cal-china.el (calendar-chinese-year-cache):
2598 Recenter on 2015.
2599
8201a87e
GM
2600 * nxml/nxml-util.el (nxml-debug-clear-inside):
2601 Use cl-loop rather than loop.
2602
6ee877c7
GM
2603 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2604
cc585c96
GM
2605 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2606
27be8d39
GM
26072013-08-28 Glenn Morris <rgm@gnu.org>
2608
397440a1
GM
2609 * progmodes/antlr-mode.el: No need to require cc-mode twice.
2610
2bb762d4
GM
2611 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2612
27be8d39
GM
2613 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2614
2d69b99e
SM
26152013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2616
f663baa7
SM
2617 * simple.el (repeat-complex-command--called-interactively-skip):
2618 New function.
2619 (repeat-complex-command): Use it (bug#14136).
2620
dd4f8b74
SM
2621 * progmodes/cc-mode.el: Minor cleanup of var declarations.
2622 (c-define-abbrev-table): Add `doc' argument.
2623 (c-mode-abbrev-table, c++-mode-abbrev-table)
2624 (objc-mode-abbrev-table, java-mode-abbrev-table)
2625 (idl-mode-abbrev-table, pike-mode-abbrev-table)
2626 (awk-mode-abbrev-table): Use it.
2627 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2628 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2629 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2630 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2631 Move initialization into the declaration; and remove any
2632 autoload cookie.
2633
b58969f7
SM
2634 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2635 and dynamic let binding.
2636
4021d6a6
SM
2637 * vc/smerge-mode.el: Remove redundant :group args.
2638
2d69b99e
SM
2639 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2640 to load-path.
2641
274919fd
JL
26422013-08-28 Juri Linkov <juri@jurta.org>
2643
2644 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2645 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2646 (isearch-other-meta-char): Handle an undefined shifted printing
2647 character by downshifting it. (Bug#15200)
2648
121f8c95
JL
26492013-08-28 Juri Linkov <juri@jurta.org>
2650
2651 * isearch.el (isearch-search): Change regexp error message for
2652 non-regexp searches. (Bug#15166)
2653
50b13cde
PE
26542013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2655
2656 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2657 for portability to hosts where /bin/sh has problems.
2658
95888bca
SM
26592013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2660
2661 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2662
bbe558f1
JL
26632013-08-27 Juri Linkov <juri@jurta.org>
2664
2665 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2666 in the keyboard macro. (Bug#15126)
2667
26f98a7d
JL
26682013-08-27 Juri Linkov <juri@jurta.org>
2669
2670 * isearch.el (isearch-quote-char): Comment out converting unibyte
2671 to multibyte, thus syncing with its `quoted-insert' counterpart.
2672 (Bug#15166)
2673
7c97d35e
MR
26742013-08-27 Martin Rudalics <rudalics@gmx.at>
2675
2676 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
2677 argument in call of get-largest-window (Bug#15185).
2678 Reported by Stephen Leake.
7c97d35e 2679
a0b5606e 26802013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
2681
2682 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
2683
9e89d835
SM
26842013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * progmodes/python.el (python-font-lock-keywords): Don't return nil
2687 from a matcher-function unless there's no more matches (bug#15161).
2688
78fc2530
MA
26892013-08-26 Michael Albinus <michael.albinus@gmx.de>
2690
2691 * minibuffer.el: Revert change from 2013-08-20.
2692
2693 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
2694 with text property `tramp-default', if appropriate.
2695 (tramp-check-proper-host): New defun.
2696 (tramp-dissect-file-name): Do not check hostname. Revert change
2697 of 2013-03-18.
2698 (tramp-backtrace): Make VEC-OR-PROC optional.
2699
2700 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2701 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2702 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
2703 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2704 Apply `tramp-check-proper-host'.
78fc2530 2705
edca97cd
TH
27062013-08-26 Tassilo Horn <tsdh@gnu.org>
2707
2708 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
2709 lambda expression in order to have `describe-variable' display it.
2710
df54bcbd
MA
27112013-08-26 Michael Albinus <michael.albinus@gmx.de>
2712
2713 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
2714 BUF can be optional. (Bug#15186)
2715
eed99101
XF
27162013-08-25 Xue Fuqiao <xfq.free@gmail.com>
2717
2718 * progmodes/flymake.el (flymake-get-real-file-name-function):
2719 Fix broken customization. (Bug#15184)
2720
b5eb9035
AM
27212013-08-25 Alan Mackenzie <acm@muc.de>
2722
8a51e842
AM
2723 Improve indentation of bracelists defined by macros (without "=").
2724
2725 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
2726 expansion begins with "{", regard it as bracelist when it doesn't
2727 contain a ";".
2728
869455d4
AM
2729 Parse C++ inher-intro when there's a template split over 2 lines.
2730
2731 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
2732 rigorously the search for "class" etc. followed by ":".
2733
2734 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
2735 random languages a regexp which never matches rather than nil.
2736
b5eb9035
AM
2737 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
2738
2739 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
2740 (c-awk-regexp-one-line-possibly-open-char-list-re)
2741 (c-awk-one-line-possibly-open-regexp-re)
2742 (c-awk-one-line-non-syn-ws*-re): Remove.
2743 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
2744 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
2745 (c-awk-space*-unclosed-regexp-/-re): New constants.
2746 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
2747 aren't regexp delimiters.
2748
2749 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
2750 handling for a rare situation in AWK Mode involving unterminated
2751 strings/regexps.
2752
61611d54
GM
27532013-08-23 Glenn Morris <rgm@gnu.org>
2754
2d85dc34
GM
2755 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
2756
cb8d2612
GM
2757 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
2758
bb35f42f
GM
2759 * files.el (create-file-buffer): If the result would begin with
2760 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 2761
b9808e77
SM
27622013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2763
e3a66363
SM
2764 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
2765 text-properties (bug#15155).
2766
b9808e77
SM
2767 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
2768 exist any more.
2769 (calc-keypad-redraw): Remove unused var `pad'.
2770 (calc-keypad-press): Remove unused var `menu'.
2771
7fd5f65e
MR
27722013-08-23 Martin Rudalics <rudalics@gmx.at>
2773
b9808e77
SM
2774 * window.el (display-buffer-pop-up-frame):
2775 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
2776 use it as the new frame's buffer (Bug#15133).
2777
8352b530
SM
27782013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * calendar/timeclock.el: Minor cleanups.
2781 (timeclock-ask-before-exiting, timeclock-use-display-time):
2782 Use `symbol'.
2783 (timeclock-modeline-display): Define as alias before the
2784 actual definition.
2785 (timeclock-mode-line-display): Use define-minor-mode.
2786 (timeclock-day-list-template): Make it a function, add an argument.
2787 (timeclock-day-list-required, timeclock-day-list-length)
2788 (timeclock-day-list-debt, timeclock-day-list-span)
2789 (timeclock-day-list-break): Adjust calls accordingly.
2790
9f7b1925
SM
27912013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
2794 Use read--expression so that completion works again.
2795
6e50e983
SS
27962013-08-21 Sam Steingold <sds@gnu.org>
2797
2798 Add rudimentary inferior shell interaction
2799 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
2800 (sh-set-shell): Reset it.
9f7b1925
SM
2801 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
2802 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 2803
dbb0d350
SM
28042013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * align.el: Use lexical-binding.
2807 (align-region): Simplify accordingly.
2808
c88586a9
MA
28092013-08-20 Michael Albinus <michael.albinus@gmx.de>
2810
2811 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
2812
2813 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
2814 `non-essential' up.
2815
f95527c8
MA
28162013-08-17 Michael Albinus <michael.albinus@gmx.de>
2817
2818 * net/tramp.el:
2819 * net/tramp-adb.el:
2820 * net/tramp-cmds.el:
2821 * net/tramp-ftp.el:
2822 * net/tramp-gvfs.el:
2823 * net/tramp-gw.el:
2824 * net/tramp-sh.el: Don't wrap external variable declarations by
2825 `eval-when-compile'.
2826
4b5fe4ee
LMI
28272013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2828
2829 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
2830 now that Emacs supports ImageMagick animations.
2831
13c366c9
MA
28322013-08-16 Michael Albinus <michael.albinus@gmx.de>
2833
2834 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
2835 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
2836
3dfc5cd6
MR
28372013-08-16 Martin Rudalics <rudalics@gmx.at>
2838
2839 * window.el (mouse-autoselect-window-select): Do autoselect when
2840 mouse pointer is on margin.
2841
4bbb4381
WP
28422013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
2843
2844 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
2845
3a2ddc2d
GM
28462013-08-16 Glenn Morris <rgm@gnu.org>
2847
e8bedf5a
GM
2848 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
2849 Handle "Remote Directory" response of some clients. (Bug#15058)
2850
58c4682f
GM
2851 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
2852 Tweak warning. (Bug#14926)
2853
57953f49
GM
2854 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
2855 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
2856
3a2ddc2d
GM
2857 * image-mode.el (image-mode-map): Add menu items to reverse,
2858 increase, decrease, reset animation speed.
2859 (image--set-speed, image-increase-speed, image-decrease-speed)
2860 (image-reverse-speed, image-reset-speed): New functions.
2861 (image-mode-map): Add bindings for speed commands.
2862
2863 * image.el (image-animate-get-speed, image-animate-set-speed):
2864 New functions.
2865 (image-animate-timeout): Respect image :speed property.
2866
10fa0ed3
SM
28672013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
2870 previous line (bug#15101).
2871 (debugger-eval-expression, debugger-record-expression):
2872 Use read--expression (bug#15102).
2873
5d89d9d2
MA
28742013-08-15 Michael Albinus <michael.albinus@gmx.de>
2875
2876 Remove byte compiler warnings, visible when compiling with
2877 `byte-compile-force-lexical-warnings' set to t.
2878
2879 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
2880 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
2881 (tramp-handle-unhandled-file-name-directory)
2882 (tramp-handle-file-notify-add-watch, tramp-action-login)
2883 (tramp-action-succeed, tramp-action-permission-denied)
2884 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
2885 arguments with "_".
2886
2887 * net/tramp-adb.el (tramp-adb-parse-device-names)
2888 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
2889 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
2890 (tramp-adb-handle-file-truename): Remove unused arguments.
2891
2892 * net/tramp-cache.el (tramp-flush-directory-property)
2893 (tramp-flush-connection-property, tramp-list-connections)
2894 (tramp-parse-connection-properties): Prefix unused arguments with "_".
2895
10fa0ed3
SM
2896 * net/tramp-compat.el (tramp-compat-make-temp-file):
2897 Rename FILENAME to F.
5d89d9d2
MA
2898
2899 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2900 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
2901 (tramp-zeroconf-parse-workstation-device-names)
2902 (tramp-zeroconf-parse-webdav-device-names)
2903 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
2904
2905 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2906 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
2907
2908 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
2909 arguments.
2910 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
2911 (tramp-sh-handle-insert-file-contents-literally)
2912 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
2913 with "_".
2914 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
2915 Remove unused variables.
2916
2917 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2918 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
2919 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
2920
2921 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
2922 Make them a defconst.
2923 (tramp-uuencode-region): Remove unused variable.
2924
62f33bae
JB
29252013-08-14 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * frameset.el (frameset--prop-setter): New function.
2928 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
2929 (frameset-filter-minibuffer): Deal with the case that the minibuffer
2930 parameter was already set in FILTERED. Doc fix.
2931 (frameset--record-minibuffer-relationships): Allow saving a
2932 minibufferless frame without its corresponding minibuffer frame.
2933 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
2934 frame, if the frame id matches.
2935 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
2936 frames before orphaned ones.
2937 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 2938
c660a885
MR
29392013-08-14 Martin Rudalics <rudalics@gmx.at>
2940
2941 * window.el (window-make-atom): Don't overwrite parameter
2942 already present.
2943 (display-buffer-in-atom-window): Handle special case where we
2944 split an already atomic window.
2945 (window--major-non-side-window, display-buffer-in-side-window)
2946 (window--side-check): Ignore minibuffer window when walking
2947 window tree.
2948 (window-deletable-p): Return 'frame only if no other frame uses
2949 our minibuffer window.
2950 (record-window-buffer): Run buffer-list-update-hook.
2951 (split-window): Make sure window--check-frame won't destroy an
2952 existing atomic window in case the new window gets nested
2953 inside.
2954 (display-buffer-at-bottom): Ignore minibuffer window when
2955 walking window tree. Don't split a side window.
2956 (pop-to-buffer): Don't set-buffer here, the select-window call
2957 should do that.
2958 (mouse-autoselect-window-select): Autoselect only if we are in the
2959 text portion of the window.
2960
8259030d
LMI
29612013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2962
21c58ae2
LMI
2963 * net/shr.el (shr-parse-image-data): New function to grab both the
2964 data itself and the Content-Type.
2965 (shr-put-image): Use it.
2966
2967 * net/eww.el (eww-display-image): Ditto.
2968
8259030d
LMI
2969 * image.el (image-content-type-suffixes): New variable.
2970
ad756449
FEG
29712013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2972
2973 * progmodes/python.el (python-imenu--build-tree)
2974 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
2975
f73f4ce6
XF
29762013-08-13 Xue Fuqiao <xfq.free@gmail.com>
2977
2978 * simple.el (backward-word): Mention the optional argument.
2979
1f585e65
SM
29802013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2981
2982 * frameset.el (frameset--make): Rename constructor from make-frameset.
2983 (frameset-p, frameset-valid-p): Don't autoload.
2984 (frameset-valid-p): Use normal accessors.
2985
af1c6c84
GM
29862013-08-13 Glenn Morris <rgm@gnu.org>
2987
55e47f95
GM
2988 * progmodes/compile.el (compile-command): Tweak example in doc.
2989 * obsolete/scribe.el (scribe-mode):
2990 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
2991
f0024d8c
GM
2992 * mail/feedmail.el (feedmail-confirm-outgoing)
2993 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
2994
2995 * cus-start.el (truncate-partial-width-windows): Fix type.
2996
2997 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
2998
af1c6c84
GM
2999 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3000
5514cc4c
SM
30012013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * emacs-lisp/timer.el (timer--time-setter): New function.
3004 (timer--time): Use it as gv-setter.
3005
3006 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3007 setter is not a symbol.
3008
7997a2f1
GJ
30092013-08-12 Grégoire Jadi <daimrod@gmail.com>
3010
3011 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3012 if sending fails. This makes debugging easier.
3013
01f1a9ab
JB
30142013-08-12 Juanma Barranquero <lekktu@gmail.com>
3015
3016 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3017 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3018 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3019
594a4307
EZ
30202013-08-12 Eli Zaretskii <eliz@gnu.org>
3021
3022 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3023
7a22490f 30242013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
3025
3026 * format.el (format-annotate-function):
3027 Handle read-only text properties in the source. (Bug#14887)
3028
3e41a054
LMI
30292013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3030
5514cc4c
SM
3031 * net/eww.el (eww-display-html): Ignore coding system errors.
3032 One web site uses "utf-8lias" as the coding system.
3e41a054 3033
7ec326db
JB
30342013-08-11 Juanma Barranquero <lekktu@gmail.com>
3035
3036 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3037
5660113b
JB
30382013-08-10 Juanma Barranquero <lekktu@gmail.com>
3039
9a4ebc74
JB
3040 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3041 (tutorial--detailed-help): Remove unused local variables.
3042 (tutorial--save-tutorial-to): Use ignore-errors.
3043 (help-with-tutorial): Use looking-at-p.
3044
3045 * view.el (view-buffer-other-window, view-buffer-other-frame):
3046 Mark unused arguments.
3047
3048 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3049 (woman-select-symbol-fonts, woman, woman-find-file)
3050 (woman-insert-file-contents, woman-non-underline-faces):
3051 Use string-match-p.
3052 (woman1-unquote): Move declaration.
3053
3054 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3055 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3056 argument. Remove unused local variable.
3057 (xml-parse-elem-type): Use string-match-p.
3058 (xml-substitute-numeric-entities): Use ignore-errors.
3059
45fdb482
JB
3060 * calculator.el (calculator): Mark unused argument.
3061 (calculator-paste, calculator-quit, calculator-integer-p):
3062 Use ignore-errors.
3063 (calculator-string-to-number, calculator-decimal, calculator-exp)
3064 (calculator-op-or-exp): Use string-match-p.
3065
3066 * dired.el (dired-buffer-more-recently-used-p): Declare.
3067 (dired-insert-set-properties, dired-insert-old-subdirs):
3068 Use ignore-errors.
3069
3070 * dired-aux.el (dired-compress): Use ignore-errors.
3071 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3072 (dired-do-async-shell-command, dired-do-shell-command)
3073 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3074 (dired-insert-subdir-validate): Use string-match-p.
3075 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3076 (dired-add-entry): Use string-match-p, looking-at-p.
3077 (dired-insert-subdir-newpos): Remove unused local variable.
3078
3079 * filenotify.el (file-notify-callback): Remove unused local variable.
3080
3081 * filesets.el (filesets-error): Mark unused argument.
3082 (filesets-which-command-p, filesets-filter-dir-names)
3083 (filesets-directory-files, filesets-get-external-viewer)
3084 (filesets-ingroup-get-data): Use string-match-p.
3085
3086 * find-file.el (ff-other-file-name, ff-other-file-name)
3087 (ff-find-the-other-file, ff-cc-hh-converter):
3088 Remove unused local variables.
3089 (ff-get-file-name): Use string-match-p.
3090 (ff-all-dirs-under): Use ignore-errors.
3091
3092 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3093 (follow-select-if-visible): Remove unused local variable.
3094
3095 * forms.el (read-file-filter): Move declaration.
3096 (forms--make-format, forms--make-parser, forms-insert-record):
3097 Quote function with #'.
3098 (forms--update): Use string-match-p. Quote function with #'.
3099
3100 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3101 (help-make-xrefs): Use looking-at-p.
3102 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3103
3104 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3105 (ibuffer-confirm-operation-on): Use string-match-p.
3106
3107 * msb.el (msb-item-handler, msb-dired-item-handler):
3108 Mark unused arguments.
3109
3110 * ses.el (ses-decode-cell-symbol)
3111 (ses-kill-override): Remove unused local variable.
3112 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3113 (ses-load): Use ignore-errors, looking-at-p.
3114 (ses-jump-safe): Use ignore-errors.
3115 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3116
3117 * tabify.el (untabify, tabify): Mark unused arguments.
3118
3119 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3120 Mark unused argument.
3121 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3122 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3123
c880af52
JB
3124 * emacs-lisp/timer.el (timer--time): Define setter with
3125 gv-define-setter to avoid deprecation warning.
3126
5660113b 3127 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 3128 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
3129 (cmpl-statistics-block): Remove (body was commented out).
3130 All callers changed.
3131 (add-completions-from-buffer, load-completions-from-file):
3132 Remove unused variables.
3133
156aab80
JB
31342013-08-09 Juanma Barranquero <lekktu@gmail.com>
3135
5c5dee78
JB
3136 * filecache.el (file-cache-delete-file-list):
3137 Print message only when told so.
3138 (file-cache-files-matching): Use #' in mapconcat argument.
3139
156aab80
JB
3140 * ffap.el (ffap-url-at-point): Fix reference to variable
3141 thing-at-point-default-mail-uri-scheme.
3142
ad9dcd70
SM
31432013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3144
54bd972f
SM
3145 * subr.el (define-error): New function.
3146 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3147 error-file-not-found and define with define-error.
3148 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3149 and define with define-error.
3150 * userlock.el (file-locked, file-supersession):
3151 * simple.el (mark-inactive):
3152 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3153 * progmodes/ada-mode.el (ada-mode-errors):
3154 * play/life.el (life-extinct):
3155 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3156 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3157 * nxml/rng-util.el (rng-error):
3158 * nxml/rng-uri.el (rng-uri-error):
3159 * nxml/rng-match.el (rng-compile-error):
3160 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3161 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3162 * nxml/nxml-rap.el (nxml-scan-error):
3163 * nxml/nxml-outln.el (nxml-outline-error):
3164 * net/soap-client.el (soap-error):
3165 * net/gnutls.el (gnutls-error):
3166 * net/ange-ftp.el (ftp-error):
3167 * mpc.el (mpc-proc-error):
3168 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3169 (json-number-format, json-string-escape, json-string-format)
3170 (json-key-format, json-object-format):
3171 * jka-compr.el (compression-error):
3172 * international/quail.el (quail-error):
3173 * international/kkc.el (kkc-error):
3174 * emacs-lisp/ert.el (ert-test-failed):
3175 * calc/calc.el (calc-error, inexact-result, math-overflow)
3176 (math-underflow):
3177 * bookmark.el (bookmark-error-no-filename):
3178 * epg.el (epg-error): Define with define-error.
3179
0ea9e53a
SM
3180 * time.el (display-time-event-handler)
3181 (display-time-next-load-average): Don't call sit-for since it seems
3182 unnecessary (bug#15045).
3183
b0429158
SM
3184 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3185 Use #' instead of ' to quote functions.
3186 (checkdoc-output-mode): Use setq-local.
3187 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3188 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3189 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3190 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3191 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3192 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3193 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3194 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3195
ad9dcd70
SM
3196 * ido.el (ido-completion-help): Fix up compiler warning.
3197
77187e6f
JB
31982013-08-09 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * frameset.el (frameset-p): Add autoload cookie.
3201 (frameset--jump-to-register): New function, based on code moved from
3202 register.el.
3203 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3204
3205 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3206 (frameset-restore, frameset-save, frameset-session-filter-alist):
3207 Remove declarations.
3208 (register-alist): Doc fix.
3209 (frameset-to-register): Move to frameset.el.
3210 (jump-to-register, describe-register-1): Remove frameset-specific code.
3211
9d3aa82c
JB
32122013-08-08 Juanma Barranquero <lekktu@gmail.com>
3213
3214 * allout-widgets.el (allout-widgets-pre-command-business)
3215 (allout-widgets-post-command-business)
3216 (allout-widgets-after-change-handler)
3217 (allout-decorate-item-and-context, allout-set-boundary-marker)
3218 (allout-body-modification-handler)
3219 (allout-graphics-modification-handler): Mark ignored arguments.
3220 (allout-widgets-post-command-business)
3221 (allout-widgets-exposure-change-processor)
3222 (allout-widgets-exposure-undo-processor)
3223 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3224 (allout-parse-item-at-point, allout-decorate-item-guides)
3225 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3226 * allout.el (epa-passphrase-callback-function): Declare.
3227 (allout-overlay-insert-in-front-handler)
3228 (allout-overlay-interior-modification-handler)
3229 (allout-isearch-end-handler, allout-chart-siblings)
3230 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3231 (allout-yank-processing, allout-process-exposed)
3232 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 3233 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
3234 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3235 (lisp-indent-defform): Mark ignored arguments.
3236 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3237 (calculate-lisp-indent): Remove unused variables.
3238 * international/characters.el (indian-2-column, arabic-2-column)
3239 (tibetan): Mark ignored arguments.
3240 (use-cjk-char-width-table): Mark ignored arguments.
3241 Remove unused variables.
3242 * international/fontset.el (build-default-fontset-data)
3243 (x-compose-font-name, create-fontset-from-fontset-spec):
3244 Mark ignored arguments.
3245 (fontset-plain-name): Remove unused variables.
3246 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3247 (keyboard-coding-system): Mark ignored arguments.
3248 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3249 * help.el (resize-temp-buffer-window):
3250 * window.el (display-buffer-in-major-side-window)
3251 (display-buffer-in-side-window, display-buffer-in-previous-window):
3252 Remove unused variables.
3253 * isearch.el (isearch-forward-symbol):
3254 * version.el (emacs-bzr-version-bzr):
3255 * international/mule-cmds.el (current-language-environment):
3256 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3257 (x-handle-display):
3258 * term/pc-win.el (x-list-fonts, x-display-planes)
3259 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3260 (x-server-version, x-display-screens, x-display-mm-height)
3261 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3262 (x-selection-owner-p, x-own-selection-internal)
3263 (x-disown-selection-internal, x-get-selection-internal)
3264 (msdos-initialize-window-system):
3265 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3266 * term/x-win.el (x-handle-no-bitmap-icon):
3267 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3268 (vc-default-find-file-hook, vc-default-extra-menu):
3269 Mark ignored arguments.
3270
0ca3f70e
SM
32712013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3272
3273 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3274 break-condition in the context of the debugged code (bug#12685).
3275
74c5d24c
CS
32762013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3277
3278 * comint.el:
3279 Do not use an overlay to highlight the last prompt. (Bug#14744)
3280 (comint-mode): Make comint-last-prompt buffer local.
3281 (comint-last-prompt): New variable.
3282 (comint-last-prompt-overlay): Remove. Superseded by
3283 comint-last-prompt.
0ca3f70e
SM
3284 (comint-snapshot-last-prompt, comint-output-filter):
3285 Use comint-last-prompt.
74c5d24c 3286
c03c02ee
JB
32872013-08-08 Juanma Barranquero <lekktu@gmail.com>
3288
a3738d20 3289 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
3290 (frameset-save): Check validity of the resulting frameset.
3291
04263d23
XF
32922013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3293
3294 * ido.el (ido-record-command): Add doc string.
3295
76c5e5ab
JB
32962013-08-08 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * frameset.el (frameset): Do not disable creation of the default
3299 frameset-p predicate. Doc fix.
3300 (frameset-valid-p): New function, copied from the old predicate-p.
3301 Add additional checks.
3302 (frameset-restore): Check with frameset-valid-p.
3303 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3304 (frameset-name, frameset-description, frameset-properties)
3305 (frameset-states): Add docstring.
f9dbf1cb
JB
3306 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3307 (frameset-filter-alist): Doc fixes.
76c5e5ab 3308
bd0c3c0b
JB
33092013-08-08 Juanma Barranquero <lekktu@gmail.com>
3310
3311 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3312
c735544c
SM
33132013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3316 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3317 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3318 (byte-compile-normal-call): Remove obsolescence check.
3319
2805a651
JB
33202013-08-08 Juanma Barranquero <lekktu@gmail.com>
3321
3677ffeb
JB
3322 * frameset.el (frameset-restore): Doc fix.
3323
2805a651
JB
3324 * register.el (frameset-frame-id, frameset-frame-with-id)
3325 (frameset-p, frameset-restore, frameset-save): Declare.
3326 (register-alist): Document framesets.
3327 (frameset-session-filter-alist): Declare.
3328 (frameset-to-register): New function.
3329 (jump-to-register): Implement jumping to framesets. Doc fix.
3330 (describe-register-1): Describe framesets.
3331
3332 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3333
a912c016
JB
33342013-08-07 Juanma Barranquero <lekktu@gmail.com>
3335
3336 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3337 Use lexical-binding.
3338
3339 * frameset.el (frameset): Use type vector, not list (incompatible
3340 change). Do not declare a new constructor, use the default one.
3341 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3342 `name' and `description', respectively, and add read-only slot
3343 `timestamp'. Doc fixes.
3344 (frameset-copy, frameset-persistent-filter-alist)
3345 (frameset-filter-alist, frameset-switch-to-gui-p)
3346 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3347 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3348 (frameset-filter-iconified, frameset-keep-original-display-p):
3349 Doc fixes.
3350 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3351 Rename from frameset-filter-(save|restore)-param. All callers changed.
3352 Doc fix.
3353 (frameset-p): Adapt to change to vector and be more thorough.
3354 Change arg name to OBJECT. Doc fix.
3355 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3356 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3357 All callers changed.
3358 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3359 All callers changed.
3360 (frameset--record-minibuffer-relationships): Rename from
3361 frameset--process-minibuffer-frames. All callers changed.
3362 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3363 Use new default constructor (again). Doc fix.
3364 (frameset--find-frame-if): Rename from `frameset--find-frame.
3365 All callers changed.
3366 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3367 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3368 Doc fix.
3369 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3370 PARAMETERS and WINDOW-STATE, respectively.
3371 (frameset-restore): Add new keyword argument PREDICATE.
3372 Reset frameset--target-display to nil. Doc fix.
3373
bb41480a
SM
33742013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3375
f001e98e
SM
3376 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3377 (bat-mode): Use it.
3378 (bat-mode-syntax-table): Mark \n as end-of-comment.
3379 (bat-font-lock-keywords): Remove comment rule.
3380
7679edb1
SM
3381 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3382 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3383
bb41480a
SM
3384 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3385 (byte-compile-callargs-warn): Use `push'.
3386 (byte-compile-arglist-warn): Ignore higher-order "calls".
3387 (byte-compile-file-form-autoload): Use `pcase'.
3388 (byte-compile-function-form): If quoting a symbol, check that it exists.
3389
cdc1ebb9
EZ
33902013-08-07 Eli Zaretskii <eliz@gnu.org>
3391
3392 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3393 and add a few popular commands found in batch files.
3394 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3395 (dos-mode): Doc fixes.
3396
312b1740
SM
33972013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3400 (dos-mode): Use setq-local. Add space after "rem".
3401 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3402 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3403
400a3178
AM
34042013-08-07 Arni Magnusson <arnima@hafro.is>
3405
3406 * progmodes/dos.el: New file.
3407 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3408 dos-mode.
3409
3b5c03d3
GM
34102013-08-06 Glenn Morris <rgm@gnu.org>
3411
3412 * calendar/calendar.el: Add new faces, and day-header-array.
3413 (calendar-weekday-header, calendar-weekend-header)
3414 (calendar-month-header): New faces.
3415 (calendar-day-header-construct): New function.
3416 (calendar-day-header-width): Also :set calendar-day-header-array.
3417 (calendar-american-month-header, calendar-european-month-header)
3418 (calendar-iso-month-header): Use calendar- faces.
3419 (calendar-generate-month):
3420 Use calendar-day-header-array for day headers; apply faces to them.
3421 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3422 (calendar-abbrev-construct): Add optional maxlen argument.
3423 (calendar-day-name-array): Doc fix.
3424 (calendar-day-name-array, calendar-abbrev-length)
3425 (calendar-day-abbrev-array):
3426 Also :set calendar-day-header-array, and maybe redraw.
3427 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 3428 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
3429 (calendar-day-name): Add option to use header array.
3430
ec6a2d7a
LMI
34312013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3432
3433 * net/shr.el (shr-render-td): Remove debugging.
3434 (shr-render-td): Make width computation consistent by defaulting
3435 all zero-width columns to 10 characters. This may not be optimal,
3436 but it's at least consistent.
2122cb6d
LMI
3437 (shr-make-table-1): Redo last change to fix the real problem in
3438 colspan handling.
ec6a2d7a 3439
ed4fd9c5
DA
34402013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3441
0ca3f70e
SM
3442 * files.el (cache-long-line-scans):
3443 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 3444
64e22afe
JB
34452013-08-06 Juanma Barranquero <lekktu@gmail.com>
3446
024b38fc
JB
3447 * frameset.el (frameset, frameset-filter-alist)
3448 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3449 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3450 (frameset-compute-pos): Rename from frameset--compute-pos,
3451 and add docstring.
3452 (frameset-move-onscreen): Use frameset-compute-pos.
3453 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3454
64e22afe
JB
3455 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3456 Fix typos in docstrings.
3457
c8c2aca8
DA
34582013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3459
3460 * frame.el (get-other-frame): Tiny cleanup.
3461
1d237bba
JB
34622013-08-06 Juanma Barranquero <lekktu@gmail.com>
3463
8951efef
JB
3464 * vc/vc.el (vc-default-ignore-completion-table):
3465 Silence byte-compiler warning.
3466
307764cc
JB
3467 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3468 slot , which can indeed be nil.
3469 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3470 Move entry for `left' from persistent to live filter alist.
3471 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3472 Doc fixes.
3473 (frameset-filter-params): When restoring a frame, copy items added to
3474 `filtered', to avoid unwittingly modifying the original parameters.
3475 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3476 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3477
1d237bba
JB
3478 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3479 to use looking-at-p instead of looking-at. (Bug#15028)
3480
dc6c0eda
SM
34812013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3482
3483 Revert introduction of isearch-filter-predicates (bug#14714).
3484 Rely on add-function instead.
3485 * isearch.el (isearch-filter-predicates): Rename it back to
3486 isearch-filter-predicate.
3487 (isearch-message-prefix): Use advice-function-mapc and advice
3488 properties to get the isearch-message-prefix.
3489 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3490 instead of run-hook-with-args-until-failure.
3491 (isearch-filter-visible): Not obsolete any more.
3492 * loadup.el: Preload nadvice.
3493 * replace.el (perform-replace): Revert to funcall
3494 instead of run-hook-with-args-until-failure.
3495 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3496 * dired-aux.el (dired-isearch-filenames-mode): Rename from
3497 dired-isearch-filenames-toggle; make it into a proper minor mode.
3498 Use add/remove-function.
3499 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3500 Call the minor-mode rather than add/remove-hook.
3501 (dired-isearch-filter-filenames):
3502 Remove isearch-message-prefix property.
3503 * info.el (Info--search-loop): New function, extracted from Info-search.
3504 Funcall isearch-filter-predicate instead of
3505 run-hook-with-args-until-failure isearch-filter-predicates.
3506 (Info-search): Use it.
3507 (Info-mode): Use isearch-filter-predicate instead of
3508 isearch-filter-predicates.
3509
290d5b58
DA
35102013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3511
3512 Do not call to `selected-window' where it is assumed by default.
3513 Affected functions are `window-minibuffer-p', `window-dedicated-p',
3514 `window-hscroll', `window-width', `window-height', `window-buffer',
3515 `window-frame', `window-start', `window-point', `next-window'
3516 and `window-display-table'.
3517 * abbrev.el (abbrev--default-expand):
3518 * bs.el (bs--show-with-configuration):
3519 * buff-menu.el (Buffer-menu-mouse-select):
3520 * calc/calc.el (calc):
3521 * calendar/calendar.el (calendar-generate-window):
3522 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
3523 (diary-make-entry):
3524 * comint.el (send-invisible, comint-dynamic-complete-filename)
3525 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
3526 * completion.el (complete):
3527 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
3528 * disp-table.el (describe-current-display-table):
3529 * doc-view.el (doc-view-insert-image):
3530 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
3531 * ehelp.el (with-electric-help):
3532 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3533 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
3534 * emacs-lisp/helper.el (Helper-help-scroller):
3535 * emulation/cua-base.el (cua--post-command-handler-1):
3536 * eshell/esh-mode.el (eshell-output-filter):
3537 * ffap.el (ffap-gnus-wrapper):
3538 * help-macro.el (make-help-screen):
3539 * hilit-chg.el (highlight-compare-buffers):
3540 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
3541 * hl-line.el (global-hl-line-highlight):
3542 * icomplete.el (icomplete-simple-completing-p):
3543 * isearch.el (isearch-done):
3544 * jit-lock.el (jit-lock-stealth-fontify):
3545 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
3546 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
3547 * mpc.el (mpc-tagbrowser, mpc):
3548 * net/rcirc.el (rcirc-any-buffer):
3549 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
3550 * play/landmark.el (landmark-max-width, landmark-max-height):
3551 * play/zone.el (zone):
3552 * progmodes/compile.el (compilation-goto-locus):
3553 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3554 * progmodes/etags.el (find-tag-other-window):
3555 * progmodes/fortran.el (fortran-column-ruler):
3556 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3557 * progmodes/verilog-mode.el (verilog-point-text):
3558 * reposition.el (reposition-window):
3559 * rot13.el (toggle-rot13-mode):
3560 * server.el (server-switch-buffer):
3561 * shell.el (shell-dynamic-complete-command)
3562 (shell-dynamic-complete-environment-variable):
3563 * simple.el (insert-buffer, set-selective-display)
3564 (delete-completion-window):
3565 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
3566 (speedbar-recenter):
3567 * startup.el (fancy-splash-head):
3568 * textmodes/ispell.el (ispell-command-loop):
3569 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3570 * tutorial.el (help-with-tutorial):
3571 * vc/add-log.el (add-change-log-entry):
3572 * vc/compare-w.el (compare-windows):
3573 * vc/ediff-help.el (ediff-indent-help-message):
3574 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3575 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3576 (ediff-setup-control-frame):
3577 * vc/emerge.el (emerge-position-region):
3578 * vc/pcvs-util.el (cvs-bury-buffer):
3579 * window.el (walk-windows, mouse-autoselect-window-select):
3580 * winner.el (winner-set-conf, winner-undo): Related users changed.
3581
38276e01
JB
35822013-08-05 Juanma Barranquero <lekktu@gmail.com>
3583
3584 * frameset.el (frameset--set-id): Doc fix.
3585 (frameset-frame-id, frameset-frame-id-equal-p)
3586 (frameset-locate-frame-id): New functions.
3587 (frameset--process-minibuffer-frames, frameset--reuse-frame)
3588 (frameset-restore): Use them.
3589
12b4c0ea
DA
35902013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3591
3592 Do not call to `selected-frame' where it is assumed by default.
3593 Affected functions are `raise-frame', `redraw-frame',
3594 `frame-first-window', `frame-terminal' and `delete-frame'.
3595 * calendar/appt.el (appt-disp-window):
3596 * epg.el (epg-wait-for-completion):
3597 * follow.el (follow-delete-other-windows-and-split)
3598 (follow-avoid-tail-recenter):
3599 * international/mule.el (set-terminal-coding-system):
3600 * mail/rmail.el (rmail-mail-return):
3601 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3602 * progmodes/f90.el (f90-add-imenu-menu):
3603 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3604 * server.el (server-switch-buffer):
3605 * simple.el (delete-completion-window):
3606 * talk.el (talk):
3607 * term/xterm.el (terminal-init-xterm-modify-other-keys)
3608 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3609 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3610 * vc/ediff.el (ediff-documentation): Related users changed.
3611 * frame.el (selected-terminal): Remove the leftover.
3612
17f25e76
GM
36132013-08-05 Glenn Morris <rgm@gnu.org>
3614
3615 * calendar/calendar.el (calendar-generate-month):
3616 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
3617 (calendar-generate-month, calendar-font-lock-keywords):
3618 Fix for calendar-day-header-width > length of any day name.
17f25e76 3619
063233c3
JB
36202013-08-05 Juanma Barranquero <lekktu@gmail.com>
3621
3622 * desktop.el (desktop-clear): Use new name of sort predicate.
3623
3624 * frameset.el (frameset): Add docstring. Move :version property to its
3625 own `version' slot.
3626 (frameset-copy): Rename from copy-frameset.
3627 (frameset-p): Check more thoroughly.
3628 (frameset-prop): Do not check for :version, which is no longer a prop.
3629 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3630 Use new :never value instead of t.
3631 (frameset-filter-alist): Expand and clarify docstring.
3632 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3633 (frameset-filter-minibuffer, frameset-filter-save-param)
3634 (frameset-filter-restore-param, frameset-filter-iconified):
3635 Add pointer to docstring of frameset-filter-alist.
3636 (frameset-filter-params): Rename filter values to be more meaningful:
3637 :never instead of t, and reverse the meanings of :save and :restore.
3638 (frameset--process-minibuffer-frames): Clarify error message.
3639 (frameset-save): Avoid unnecessary and confusing call to framep.
3640 Use new BOA constructor for framesets.
3641 (frameset--reuse-list): Doc fix.
3642 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
3643 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3644 (frameset-minibufferless-first-p): Doc fix.
3645 Rename from frameset-sort-frames-for-deletion.
3646 (frameset-restore): Doc fixes. Use new function names.
3647 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3648
d5671a82
JB
36492013-08-04 Juanma Barranquero <lekktu@gmail.com>
3650
3651 * desktop.el (desktop-restore-forces-onscreen)
3652 (desktop-restore-reuses-frames): Document :keyword constant values.
3653 (desktop-filter-parameters-alist): Remove, now identical to
3654 frameset-filter-alist.
3655 (desktop--filter-tty*): Remove, moved to frameset.el.
3656 (desktop-save-frameset, desktop-restore-frameset):
3657 Do not pass :filters argument.
3658
3659 * frameset.el (frameset-live-filter-alist)
3660 (frameset-persistent-filter-alist): New variables.
3661 (frameset-filter-alist): Use them. Add autoload cookie.
3662 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3663 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3664 `frameset--id' (it's supposed to be internal to frameset.el).
3665 (frameset--process-minibuffer-frames): Ditto. Doc fix.
3666 (frameset--initial-params): New function.
3667 (frameset--get-frame): Use it. Doc fix.
3668 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3669 Accept :all, not 'all.
3670 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3671 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
3672 with fbound symbols. Fix frame id matching, and remove matching ids if
3673 the frame being restored is deleted. Obey :delete.
3674
671d5c16
SM
36752013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * subr.el (macrop): New function.
3678 (text-clone--maintaining): New var.
3679 (text-clone--maintain): Rename from text-clone-maintain. Use it
3680 instead of inhibit-modification-hooks.
3681
3682 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
3683 a proxy, so as handle autoloads and redefinitions of the target.
3684 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
3685
3686 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
3687 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
3688 (pcase--mutually-exclusive-p): New function.
3689 (pcase--split-consp): Use it.
3690 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
3691 mutually exclusive with the current predicate.
3692
3693 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
3694 (edebug-macrop): Remove. Use `macrop' instead.
3695 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
3696 (ad-macro-p):
3697 * eshell/esh-cmd.el (eshell-macrop):
3698 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
3699
1d44e9dc
SM
37002013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
3703 (advice-mapc): New function, using it.
3704 (advice-function-member-p): New function.
3705 (advice--normalize): Store the cdr in advice--saved-rewrite since
3706 that's the part that will be changed.
3707 (advice--symbol-function): New function.
3708 (advice-remove): Handle removal before the function is defined.
3709 Adjust to new advice--saved-rewrite.
3710 (advice-member-p): Use advice-function-member-p and
3711 advice--symbol-function.
3712
5414a283
JB
37132013-08-04 Juanma Barranquero <lekktu@gmail.com>
3714
51d30f2c
JB
3715 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
3716 (frameset-filter-minibuffer): Doc fix.
3717 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
3718 (frameset--set-id, frameset--process-minibuffer-frames)
3719 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
3720 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 3721
5414a283
JB
3722 * desktop.el (desktop-clear): Only delete frames when called
3723 interactively and desktop-restore-frames is non-nil. Doc fix.
3724 (desktop-read): Set desktop-saved-frameset to nil.
3725
ab419665
XF
37262013-08-04 Xue Fuqiao <xfq.free@gmail.com>
3727
3728 * vc/vc.el (vc-ignore): Rewrite.
3729 (vc-default-ignore-completion-table):
3730 (vc--read-lines):
3731 (vc--add-line, vc--remove-regexp): New functions.
3732
3733 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
3734 (vc-svn-ignore-completion-table): New function.
3735
3736 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
3737 (vc-hg-ignore-completion-table):
3738 (vc-hg-find-ignore-file): New functions.
3739
3740 * vc/vc-git.el (vc-git-ignore): Rewrite.
3741 (vc-git-ignore-completion-table):
3742 (vc-git-find-ignore-file): New functions.
3743
3744 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
3745
3746 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
3747 (vc-bzr-ignore-completion-table):
3748 (vc-bzr-find-ignore-file): New functions.
3749
2613dea2
JB
37502013-08-03 Juanma Barranquero <lekktu@gmail.com>
3751
3752 * frameset.el (frameset-prop): New function and setter.
3753 (frameset-save): Do not modify frame list passed by the caller.
3754
9c959872
SM
37552013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3756
3757 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
3758
a104f656
SM
37592013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3760
70122acf
SM
3761 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
3762 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
3763
a104f656
SM
3764 * custom.el (custom-initialize-default, custom-initialize-set)
3765 (custom-initialize-reset, custom-initialize-changed): Affect the
3766 toplevel-default-value (bug#6275, bug#14586).
3767 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
3768 for bug#6275.
3769
f078d570
JB
37702013-08-02 Juanma Barranquero <lekktu@gmail.com>
3771
185e3b5a
JB
3772 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3773 Add cl-def* expressions.
3774
f078d570
JB
3775 * frameset.el (frameset-filter-params): Fix order of arguments.
3776
9421876d
JB
37772013-08-02 Juanma Barranquero <lekktu@gmail.com>
3778
3779 Move code related to saving frames to frameset.el.
3780 * desktop.el: Require frameset.
3781 (desktop-restore-frames): Doc fix.
3782 (desktop-restore-reuses-frames): Rename from
3783 desktop-restoring-reuses-frames.
3784 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
3785 (desktop-clear): Clear frames too.
3786 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
3787 (desktop--filter-tty*, desktop-save, desktop-read):
3788 Use frameset functions.
3789 (desktop-before-saving-frames-functions, desktop--filter-*-color)
3790 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3791 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
3792 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
3793 (desktop--process-minibuffer-frames, desktop-save-frames)
3794 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
3795 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
3796 (desktop--sort-states, desktop-restoring-frames-p)
3797 (desktop-restore-frames): Remove. Most code moved to frameset.el.
3798 (desktop-restoring-frameset-p, desktop-restore-frameset)
3799 (desktop--check-dont-save, desktop-save-frameset): New functions.
3800 (desktop--app-id): New constant.
3801 (desktop-first-buffer, desktop-buffer-ok-count)
3802 (desktop-buffer-fail-count): Move before first use.
3803 * frameset.el: New file.
3804
76dc5996
SM
38052013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * files.el: Use lexical-binding.
3808 (dir-locals-read-from-file): Remove unused `err' variable.
3809 (hack-dir-local-variables--warned-coding): New var.
3810 (hack-dir-local-variables): Use it to avoid repeated warnings.
3811 (make-backup-file-name--default-function): New function.
3812 (make-backup-file-name-function): Use it as default.
3813 (buffer-stale--default-function): New function.
3814 (buffer-stale-function): Use it as default.
3815 (revert-buffer-insert-file-contents--default-function): New function.
3816 (revert-buffer-insert-file-contents-function): Use it as default.
3817 (insert-directory): Avoid add-to-list.
3818
3819 * autorevert.el (auto-revert-handler): Simplify.
3820 Use buffer-stale--default-function.
3821
06d36e2b
TH
38222013-08-01 Tassilo Horn <tsdh@gnu.org>
3823
5f648ab4
TH
3824 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
3825
06d36e2b
TH
3826 * whitespace.el (whitespace-ensure-local-variables): New function.
3827 (whitespace-cleanup-region): Call it.
3828 (whitespace-turn-on): Call it.
3829
a43dc424
MA
38302013-08-01 Michael Albinus <michael.albinus@gmx.de>
3831
3832 Complete file name handlers.
3833
3834 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3835 (tramp-handle-verify-visited-file-modtime)
3836 (tramp-handle-file-notify-rm-watch): New functions.
3837 (tramp-call-process): Do not bind `default-directory'.
3838
44e18199
JB
3839 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3840 Order alphabetically.
a43dc424
MA
3841 [access-file, add-name-to-file, dired-call-process]:
3842 [dired-compress-file, file-acl, file-notify-rm-watch]:
3843 [file-ownership-preserved-p, file-selinux-context]:
3844 [make-directory-internal, make-symbolic-link, set-file-acl]:
3845 [set-file-selinux-context, set-visited-file-modtime]:
3846 [verify-visited-file-modtime]: Add handler.
3847 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
3848
3849 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3850 [file-notify-add-watch, file-notify-rm-watch]:
3851 [set-file-times, set-visited-file-modtime]:
3852 [verify-visited-file-modtime]: Add handler.
3853 (with-tramp-gvfs-error-message)
3854 (tramp-gvfs-handle-set-visited-file-modtime)
3855 (tramp-gvfs-fuse-file-name): Remove.
3856 (tramp-gvfs-handle-file-notify-add-watch)
3857 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
3858 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
3859
44e18199
JB
3860 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3861 Order alphabetically.
a43dc424
MA
3862 [file-notify-rm-watch ]: Use default Tramp handler.
3863 [executable-find]: Remove private handler.
3864 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
3865 `default-directory'.
3866 (tramp-sh-handle-executable-find)
3867 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
3868 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3869 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
3870 Do not use `format' in `tramp-message'.
3871
3872 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
3873 [file-notify-rm-watch, set-visited-file-modtime]:
3874 [verify-visited-file-modtime]: Add handler.
3875 (tramp-smb-call-winexe): Do not bind `default-directory'.
3876
7188b515
XF
38772013-08-01 Xue Fuqiao <xfq.free@gmail.com>
3878
3879 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
3880
2412ee1a
DG
38812013-07-31 Dmitry Gutov <dgutov@yandex.ru>
3882
3883 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
3884 use it.
3885 (log-view-diff-changeset): Same.
3886 (log-view-diff-common): Call backend command `previous-revision'
3887 to find out the previous revision, in both cases. Swap the
3888 variables `to' and `fr', so that `fr' usually refers to the
3889 earlier revision (Bug#14989).
3890
5002a754
KRC
38912013-07-31 Kan-Ru Chen <kanru@kanru.info>
3892
3893 * ibuf-ext.el (ibuffer-filter-by-filename):
3894 Make it work with dired buffers too.
3895
44e18199 38962013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
3897
3898 * emacs-lisp/re-builder.el (reb-color-display-p):
3899 * files.el (save-buffers-kill-terminal):
3900 * net/browse-url.el (browse-url):
3901 * server.el (server-save-buffers-kill-terminal):
3902 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
3903 Prefer nil to selected-frame for the first arg of frame-parameter.
3904
aeca3fbb
XF
39052013-07-31 Xue Fuqiao <xfq.free@gmail.com>
3906
3907 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
3908
158bc55c
SB
39092013-07-30 Stephen Berman <stephen.berman@gmx.net>
3910
3911 * minibuffer.el (completion--twq-all): Try and preserve each
3912 completion's case choice (bug#14907).
3913
d50fceab
LMI
39142013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3915
ac38e731
LMI
3916 * net/network-stream.el (open-network-stream): Mention the new
3917 :nogreeting parameter.
3918 (network-stream-open-starttls): Use the :nogreeting parameter
3919 (bug#14938).
3920
1211de50
LMI
3921 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
3922
997798bf
LMI
3923 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
3924 more natural than popping.
3925
d50fceab 3926 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 3927 (shr-urlify): Highlight under mouse.
d50fceab 3928
5c09de04
XF
39292013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3930
207d1d04
XF
3931 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
3932
3933 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
3934
5c09de04
XF
3935 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
3936 buffer for output.
3937
3cd51eaa
XF
3938 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
3939 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 3940
44e18199 3941 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 3942 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
3943
3944 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
3945
3946 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
3947 buffer for output.
3948
35a89bdd
EZ
39492013-07-29 Eli Zaretskii <eliz@gnu.org>
3950
3951 * frame.el (frame-notice-user-settings): Avoid inflooping when the
3952 initial frame is minibuffer-less. (Bug#14841)
3953
78822e94
MA
39542013-07-29 Michael Albinus <michael.albinus@gmx.de>
3955
3956 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
3957 option.
3958
3959 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3960 (tramp-maybe-open-connection): Use it.
3961
9503c190
JB
39622013-07-28 Juanma Barranquero <lekktu@gmail.com>
3963
3964 * desktop.el (desktop--make-frame): Include `minibuffer' in the
3965 minimal set of parameters passed when creating a frame, because
3966 the minibuffer status of a frame cannot be changed later.
3967
d5a845b4
SB
39682013-07-28 Stephen Berman <stephen.berman@gmx.net>
3969
3970 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
3971 replace-regexp-in-string and inadvertent omissions in previous change.
3972 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 3973 name of filtered items buffer.
d5a845b4 3974
ddeffb17
JB
39752013-07-28 Juanma Barranquero <lekktu@gmail.com>
3976
3977 * desktop.el: Optionally force offscreen frames back onscreen.
3978 (desktop-restoring-reuses-frames): New option.
3979 (desktop--compute-pos, desktop--move-onscreen): New functions.
3980 (desktop--make-frame): Use desktop--move-onscreen.
3981
f5950f7a
AM
39822013-07-27 Alan Mackenzie <acm@muc.de>
3983
3984 Fontify a Java generic method as a function.
3985 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
3986 value to t.
3987
ae43b66a
SB
39882013-07-27 Stephen Berman <stephen.berman@gmx.net>
3989
3990 * calendar/todo-mode.el: Add command to rename todo files.
3991 (todo-rename-file): New command.
3992 (todo-key-bindings-t): Add key binding for it. Change the
3993 bindings of todo-filter-regexp-items(-multifile) to use `x'
3994 instead of `r', since the latter is better suited to the new
3995 renaming command.
3996
5ab78d3d
AM
39972013-07-27 Alan Mackenzie <acm@muc.de>
3998
3999 Make Java try-with-resources statement parse properly.
4000 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4001 (c-block-stmt-1-2-key): New language constants/variables.
4002 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4003 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4004 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 4005 with c-block-stmt-1-2-key.
5ab78d3d 4006
d85c4d50
JB
40072013-07-27 Juanma Barranquero <lekktu@gmail.com>
4008
4009 * desktop.el (desktop--make-frame): Apply most frame parameters after
4010 creating the frame to force (partially or totally) offscreen frames to
4011 be restored as such.
4012
e4c467f9
XF
40132013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4014
4015 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 4016 (Bug#14948)
e4c467f9 4017
7ced0d04
SM
40182013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4021 `base' arg of backtrace-frame.
4022
fec92060
EZ
40232013-07-26 Eli Zaretskii <eliz@gnu.org>
4024
4025 * simple.el (list-processes): Doc fix.
4026
d58d31fb
JB
40272013-07-26 Juanma Barranquero <lekktu@gmail.com>
4028
4029 * desktop.el (desktop--select-frame):
d85c4d50 4030 Try harder to reuse existing frames.
d58d31fb 4031
53ff3e77
SM
40322013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4035 (edebug-eval): Use backtrace-eval.
4036 (edebug--display, edebug--recursive-edit): Don't let-bind the
4037 edebug-outer-* vars that keep track of variables we locally let-bind.
4038 (edebug-outside-excursion): Don't restore outside values of locally
4039 let-bound vars.
4040 (edebug--display): Use user-error.
4041 (cl-lexical-debug, cl-debug-env): Remove.
4042
045f7a53
JB
40432013-07-26 Juanma Barranquero <lekktu@gmail.com>
4044
4045 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4046 are restored to be sure that they are visible before deleting any
4047 remaining ones.
4048
59070b32
MM
40492013-07-26 Matthias Meulien <orontee@gmail.com>
4050
742a3501
XF
4051 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4052 vc-print-root-log. (Bug#14948)
59070b32 4053
b1fb3596
RS
40542013-07-26 Richard Stallman <rms@gnu.org>
4055
4056 Add aliases for encrypting mail.
4057 * epa.el (epa-mail-aliases): New option.
4058 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4059 Bind inhibit-read-only so read-only text doesn't ruin everything.
4060 (epa-mail-default-recipients): New subroutine broken out.
4061 Handle epa-mail-aliases.
4062
56ea7291
SM
40632013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 Add support for lexical variables to the debugger's `e' command.
4066 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4067 vars, except for debugger-outer-match-data.
4068 (debugger-frame-number): Move check for "on a function call" from
4069 callers into it. Add `skip-base' argument.
4070 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4071 (debugger-env-macro): Only reset the state stored in non-variables,
4072 i.e. current-buffer and match-data.
4073 (debugger-eval-expression): Rewrite using backtrace-eval.
4074 * subr.el (internal--called-interactively-p--get-frame): Remove.
4075 (called-interactively-p):
4076 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4077 `base' arg of backtrace-frame instead.
4078
15ac32d5
GM
40792013-07-26 Glenn Morris <rgm@gnu.org>
4080
8358a09d
GM
4081 * align.el (align-regexp): Doc fix. (Bug#14857)
4082 (align-region): Explicit error if subexpression missing/does not match.
4083
15ac32d5
GM
4084 * simple.el (global-visual-line-mode):
4085 Do not duplicate the mode lighter. (Bug#14858)
4086
f47ad11b
MR
40872013-07-25 Martin Rudalics <rudalics@gmx.at>
4088
4089 * window.el (display-buffer): In display-buffer bind
4090 split-window-keep-point to t, bug#14829.
4091
02530987
JB
40922013-07-25 Juanma Barranquero <lekktu@gmail.com>
4093
4094 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4095 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4096 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4097 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4098 Change accordingly.
f63ebeb5
JB
4099 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4100 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 4101
6ccb9cab 41022013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 4103
6ccb9cab 4104 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 4105
cb3a56d2
JB
41062013-07-25 Juanma Barranquero <lekktu@gmail.com>
4107
4108 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4109 parameter to modify-frame-parameters if the value has not changed;
4110 this is a workaround for bug#14949.
4111 (desktop--make-frame): On cl-delete-if call, check parameter name,
4112 not full parameter.
4113
7aa7fff0
XF
41142013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4115
4116 * vc/vc.el (vc-ignore): New function.
4117
4118 * vc/vc-svn.el (vc-svn-ignore): New function.
4119
4120 * vc/vc-hg.el (vc-hg-ignore): New function.
4121
4122 * vc/vc-git.el (vc-git-ignore): New function.
4123
4124 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4125 (vc-dir-ignore): New function.
4126
4127 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 4128 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
4129
4130 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4131
4132 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4133
889acc5c
JB
41342013-07-24 Juanma Barranquero <lekktu@gmail.com>
4135
4136 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4137 (desktop-restore-frames): Warn when deleting an existing frame failed.
4138
86c40970
GM
41392013-07-24 Glenn Morris <rgm@gnu.org>
4140
4141 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4142
d5d3c58a
MA
41432013-07-24 Michael Albinus <michael.albinus@gmx.de>
4144
4145 * filenotify.el (file-notify-supported-p):
4146 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4147 Remove functions.
4148
4149 * autorevert.el (auto-revert-use-notify):
4150 (auto-revert-notify-add-watch):
4151 * net/tramp.el (tramp-file-name-for-operation):
4152 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4153 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4154 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4155 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4156 Remove `file-notify-supported-p' entry.
4157
d100084b
GM
41582013-07-24 Glenn Morris <rgm@gnu.org>
4159
4160 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 4161 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 4162
ac93e56b
SM
41632013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4164
249eea30
SM
4165 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4166 checked with memq (bug#14935).
4167
ac93e56b
SM
4168 * files.el (revert-buffer-function): Use a non-nil default.
4169 (revert-buffer-preserve-modes): Declare var to
4170 provide access to the `preserve-modes' argument.
4171 (revert-buffer): Let-bind it.
4172 (revert-buffer--default): New function, extracted from revert-buffer.
4173
2cdeb903
SM
41742013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * lpr.el: Signal print errors more prominently.
4177 (print-region-function): Don't default to nil.
4178 (lpr-print-region): New function, extracted from print-region-1.
4179 Check lpr's return value and signal an error in case of problem.
4180 (print-region-1): Use it.
4181 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4182 versions instead.
4183 (ps-printer-name): Default to nil.
4184 (ps-printer-name-option): Default to lpr-printer-switch.
4185 (ps-print-region-function): Don't default to nil.
4186 (ps-postscript-code-directory): Simplify default.
4187 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4188 (ps-string-list, ps-eval-switch, ps-flatten-list)
4189 (ps-flatten-list-1): Remove.
4190 (ps-multibyte-buffer): Avoid setq.
4191 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4192 (print-region-function, ps-print-region-function): Don't set them here.
4193
73600831
XF
41942013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4195
0e55c076
XF
4196 * ido.el (ido-fractionp):
4197 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4198 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4199 (ido-max-directory-size, ido-max-dir-file-cache)
4200 (ido-decorations): Doc fix.
4201
73600831
XF
4202 * ansi-color.el: Fix old URL.
4203
3d012865
MM
42042013-07-23 Michael R. Mauger <michael@mauger.com>
4205
e903c210 4206 * progmodes/sql.el: Version 3.3
3d012865
MM
4207 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4208 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4209 (sql-interactive-remove-continuation-prompt): Rewrite, use
4210 functions above. Fix continuation prompt and complete output line
4211 handling.
4212 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4213 redirected output buffer.
4214 (sql-mode): Restore deleted code (Bug#13591).
4215
da77a2e2
JB
42162013-07-23 Juanma Barranquero <lekktu@gmail.com>
4217
4218 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4219
80ff0c71
MA
42202013-07-23 Michael Albinus <michael.albinus@gmx.de>
4221
4222 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4223
4224 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4225 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4226 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4227
b61d71e4
JB
42282013-07-23 Juanma Barranquero <lekktu@gmail.com>
4229
4230 * desktop.el (desktop-clear): Simplify; remove useless checks
4231 against invalid buffer names.
4232 (desktop-list*): Use cl-list*.
4233 (desktop-buffer-info, desktop-create-buffer): Simplify.
4234
c3512092
LL
42352013-07-23 Leo Liu <sdl.web@gmail.com>
4236
4237 * bookmark.el (bookmark-make-record): Restore NAME as a default
4238 value. (Bug#14933)
4239
0ac26976
SM
42402013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4241
7d22ce18
SM
4242 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4243 extracted from autoload--insert-text.
4244 (autoload--insert-text): Remove.
4245 (autoload--print-cookie-text): New function, extracted from
4246 autoload--insert-cookie-text.
4247 (autoload--insert-cookie-text): Remove.
4248 (autoload-generate-file-autoloads): Adjust calls accordingly.
4249
9b2607e8
SM
4250 * winner.el (winner-hook-installed-p): Remove.
4251 (winner-mode): Simplify accordingly.
4252
c43a8618
SM
4253 * subr.el (add-to-list): Fix compiler-macro when `append' is
4254 not constant. Don't use `cl-member' for the base case.
4255
0ac26976
SM
4256 * progmodes/subword.el: Fix boundary case (bug#13758).
4257 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4258 own group.
4259 (subword-backward-regexp): Make it a constant.
4260 (subword-forward-internal): Don't treat a trailing capital as the
4261 beginning of a word.
4262
6874724a
AR
42632013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4264
4265 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4266 global value of tabulated-list-revert-hook (bug#14930).
4267
70f1b5e8
JB
42682013-07-22 Juanma Barranquero <lekktu@gmail.com>
4269
a1c80d9d
JB
4270 * desktop.el: Require 'cl-lib.
4271 (desktop-before-saving-frames-functions): New hook.
4272 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4273 for frames being saved. Rename from desktop--save-minibuffer-frames.
4274 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
4275 Do not save frames with non-nil `desktop-dont-save' parameter.
4276 Filter out deleted frames.
a1c80d9d
JB
4277 (desktop--find-frame): Use cl-find-if.
4278 (desktop--select-frame): Use cl-(first|second|third) to access values
4279 of desktop-mini.
4280 (desktop--make-frame): Use cl-delete-if.
4281 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4282 (desktop-restore-frames): Use cl-(first|second|third) to access values
4283 of desktop-mini. Look for visible frame at the end, not while
4284 restoring frames.
4285
70f1b5e8
JB
4286 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4287 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4288 Use string-match-p, looking-at-p (bug#14927).
4289
728dc3cc
JB
42902013-07-21 Juanma Barranquero <lekktu@gmail.com>
4291
56bc453c
JB
4292 * desktop.el (desktop-saved-frame-states):
4293 Rename from desktop--saved-states; all users changed.
4294 (desktop-save-frames): Rename from desktop--save-frames.
4295 Do not save state to desktop file.
4296 (desktop-save): Save desktop-saved-frame-states to desktop file
4297 and reset to nil.
4298 (desktop-restoring-frames-p): New function.
4299 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4300 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4301 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4302
728dc3cc
JB
4303 * desktop.el: Correctly restore iconified frames.
4304 (desktop--filter-iconified-position): New function.
4305 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4306
862f1c9c
GM
43072013-07-20 Glenn Morris <rgm@gnu.org>
4308
c4074c9f
GM
4309 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4310 Let `message' do the formatting.
4311 (def-gdb-preempt-display-buffer): Add explicit format.
4312
d828e5f9
GM
4313 * image-dired.el (image-dired-track-original-file):
4314 Use with-current-buffer.
4315 (image-dired-track-thumbnail): Use with-current-buffer.
4316 Avoid changing point of wrong window.
4317
862f1c9c
GM
4318 * image-dired.el (image-dired-track-original-file):
4319 Avoid changing point of wrong window. (Bug#14909)
4320
f0398ec1 43212013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
4322
4323 * progmodes/gdb-mi.el (gdb-done-or-error):
4324 Guard against "%" in gdb output. (Bug#14127)
4325
1451928f
AS
43262013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4327
763a086d
JB
4328 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4329 (Bug#14826)
f7a03897 4330
1451928f
AS
4331 * international/mule.el (coding-system-iso-2022-flags): Fix last
4332 change.
4333
99107004
KH
43342013-07-20 Kenichi Handa <handa@gnu.org>
4335
763a086d
JB
4336 * international/mule.el (coding-system-iso-2022-flags):
4337 Add `8-bit-level-4'. (Bug#8522)
99107004 4338
48494e06
LMI
43392013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4340
8ba8eec5
LMI
4341 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4342 (bug#14815).
4343
dfbc66e3
LMI
4344 * net/eww.el (eww-process-text-input): Allow inputting when the
4345 point is at the start of the line, as the properties aren't
4346 front-sticky.
4347
48494e06
LMI
4348 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4349 degenerate widths.
4350
77c92cb9
RS
43512013-07-19 Richard Stallman <rms@gnu.org>
4352
aec7da77
RS
4353 * epa.el (epa-popup-info-window): Doc fix.
4354
77c92cb9
RS
4355 * subr.el (split-string): New arg TRIM.
4356
945c5bb1
JB
43572013-07-18 Juanma Barranquero <lekktu@gmail.com>
4358
4359 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4360 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4361
e06ec67f
MA
43622013-07-18 Michael Albinus <michael.albinus@gmx.de>
4363
c7064f05 4364 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
4365 `file-notify-support'. Do not autoload. Adapt all uses.
4366 (file-notify-supported-p): New defun.
4367
c7064f05
JB
4368 * autorevert.el (auto-revert-use-notify):
4369 Use `file-notify-supported-p' instead of `file-notify-support'.
4370 Adapt docstring.
e06ec67f
MA
4371 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4372
4373 * net/tramp.el (tramp-file-name-for-operation):
4374 Add `file-notify-supported-p'.
4375
4376 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4377 New defun.
4378 (tramp-sh-file-name-handler-alist): Add it as handler for
4379 `file-notify-supported-p '.
4380
4381 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4382 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4383 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4384 Add `ignore' as handler for `file-notify-*' functions.
4385
5dc8a629
EZ
43862013-07-17 Eli Zaretskii <eliz@gnu.org>
4387
4388 * simple.el (line-move-partial, line-move): Don't start vscroll or
4389 scroll-up if the current line is not taller than the window.
4390 (Bug#14881)
4391
77aea2fb
DG
43922013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4393
4394 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4395 highlight question marks in the method names as strings.
ac72c08d
DG
4396 (ruby-block-beg-keywords): Inline.
4397 (ruby-font-lock-keyword-beg-re): Extract from
4398 `ruby-font-lock-keywords'.
77aea2fb 4399
18c26d81
JD
44002013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4401
4402 * frame.el (blink-cursor-blinks): New defcustom.
4403 (blink-cursor-blinks-done): New defvar.
4404 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4405 (blink-cursor-timer-function): Check if number of blinks has been
4406 done on X and NS.
4407 (blink-cursor-suspend, blink-cursor-check): New defuns.
4408
da48522e
GM
44092013-07-15 Glenn Morris <rgm@gnu.org>
4410
4411 * edmacro.el (edmacro-format-keys): Fix previous change.
4412
0463c1ef
PE
44132013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4414
4415 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4416 The hack didn't work outside English locales anyway.
4417
b43f6451
JB
44182013-07-15 Juanma Barranquero <lekktu@gmail.com>
4419
4420 * simple.el (define-alternatives): Rename from alternatives-define,
4421 per RMS' suggestion.
4422
b958c0ad
JB
44232013-07-14 Juanma Barranquero <lekktu@gmail.com>
4424
4425 * desktop.el (desktop-restore-frames): Change default to t.
4426 (desktop-restore-in-current-display): Now offer more options.
4427 (desktop-restoring-reuses-frames): New customization option.
4428 (desktop--saved-states): Doc fix.
4429 (desktop-filter-parameters-alist): New variable, renamed and expanded
4430 from desktop--excluded-frame-parameters.
4431 (desktop--target-display): New variable.
4432 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4433 (desktop--filter-tty*, desktop--filter-*-color)
4434 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4435 (desktop--filter-save-desktop-parm)
4436 (desktop-restore-in-original-display-p): New functions.
4437 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4438 (desktop--save-minibuffer-frames): New function, inspired by a similar
4439 function from Martin Rudalics.
4440 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4441 (desktop--restore-in-this-display-p): Remove.
4442 (desktop--find-frame): Rename from desktop--find-frame-in-display
4443 and add predicate argument.
4444 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4445 (desktop--reuse-list): New variable.
4446 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4447 New functions.
4448 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4449
f6dd8b36
MA
44502013-07-14 Michael Albinus <michael.albinus@gmx.de>
4451
4452 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4453
2ce3c565
DG
44542013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4455
763a086d
JB
4456 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4457 Highlight conversion methods on Kernel.
2ce3c565 4458
2cdb7698
AM
44592013-07-13 Alan Mackenzie <acm@muc.de>
4460
4461 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4462 and comment it out. This out-commenting enables certain C++
4463 declarations to be parsed correctly.
4464
1a67b811
EZ
44652013-07-13 Eli Zaretskii <eliz@gnu.org>
4466
1b796d6b
EZ
4467 * international/mule.el (define-coding-system): Doc fix.
4468
1a67b811
EZ
4469 * simple.el (default-font-height): Don't call font-info if the
4470 frame's default font didn't change since the frame was created.
4471 (Bug#14838)
4472
58fbe886
LL
44732013-07-13 Leo Liu <sdl.web@gmail.com>
4474
4475 * ido.el (ido-read-file-name): Guard against non-symbol value.
4476
1f0480d4
FEG
44772013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4478
4479 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4480 in nested defuns.
4481
97ead0e5
LL
44822013-07-13 Leo Liu <sdl.web@gmail.com>
4483
4484 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4485 ido-set-matches call. (Bug#6852)
4486
0880a952
DG
44872013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4488
4489 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4490 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4491 Ruby 2.0.
4492 (ruby-font-lock-keywords): Distinguish calls to functions with
4493 module-like names from module references. Highlight character
4494 literals.
4495
a7d8babb
SDJ
44962013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4497
4498 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 4499 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 4500
acfcc8c5
JB
45012013-07-12 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * desktop.el (desktop--v2s): Remove unused local variable.
4504 (desktop-save-buffer): Make defvar-local; adjust docstring.
4505 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4506 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4507
051f2775
AS
45082013-07-12 Andreas Schwab <schwab@linux-m68k.org>
4509
4510 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4511
f24e7572
GM
45122013-07-12 Eli Zaretskii <eliz@gnu.org>
4513
4514 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4515 (Bug#14842)
4516
539a920c
GM
45172013-07-12 Glenn Morris <rgm@gnu.org>
4518
4519 * doc-view.el: Require cl-lib at runtime too.
4520 (doc-view-remove-if): Remove.
4521 (doc-view-search-next-match, doc-view-search-previous-match):
4522 Use cl-remove-if.
4523
4524 * edmacro.el: Require cl-lib at runtime too.
4525 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
4526 (edmacro-mismatch, edmacro-subseq): Remove.
4527
4528 * shadowfile.el: Require cl-lib.
4529 (shadow-remove-if): Remove.
4530 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
4531 Use cl-remove-if.
4532
4533 * wid-edit.el: Require cl-lib.
4534 (widget-choose): Use cl-remove-if.
4535 (widget-remove-if): Remove.
4536
4537 * progmodes/ebrowse.el: Require cl-lib at runtime too.
4538 (ebrowse-delete-if-not): Remove.
4539 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
4540 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
4541 Use cl-delete-if-not.
4542
1048af7c
JB
45432013-07-12 Juanma Barranquero <lekktu@gmail.com>
4544
4545 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
4546 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
4547
6c0674ee
LL
45482013-07-12 Leo Liu <sdl.web@gmail.com>
4549
4550 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
4551
a19b3c2d
GM
45522013-07-11 Glenn Morris <rgm@gnu.org>
4553
4582a01c
GM
4554 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
4555 (edebug-gensym-index, edebug-gensym):
4556 Remove reimplementation of cl-gensym.
4557 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
4558
4559 * thumbs.el: Require cl-lib at run-time too.
4560 (thumbs-gensym-counter, thumbs-gensym):
4561 Remove reimplementation of cl-gensym.
4562 (thumbs-temp-file): Use cl-gensym.
4563
a19b3c2d
GM
4564 * emacs-lisp/ert.el: Require cl-lib at runtime too.
4565 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
4566 (ert--intersection, ert--set-difference, ert--set-difference-eq)
4567 (ert--union, ert--gensym-counter, ert--gensym-counter)
4568 (ert--coerce-to-vector, ert--remove*, ert--string-position)
4569 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4570 (ert-make-test-unbound, ert--expand-should-1)
4571 (ert--expand-should, ert--should-error-handle-error)
4572 (should-error, ert--explain-equal-rec)
4573 (ert--plist-difference-explanation, ert-select-tests)
4574 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4575 Use cl-lib functions rather than reimplementations.
4576
88f6a933
MA
45772013-07-11 Michael Albinus <michael.albinus@gmx.de>
4578
4579 * net/tramp.el (tramp-methods): Extend docstring.
4580 (tramp-connection-timeout): New defcustom.
4581 (tramp-error-with-buffer): Reset timestamp only when appropriate.
4582 (with-tramp-progress-reporter): Simplify.
4583 (tramp-process-actions): Improve messages.
4584
4585 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4586 * net/tramp-sh.el (tramp-maybe-open-connection):
4587 Use `tramp-connection-timeout'.
4588 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4589 (Bug#14808)
4590
a43d577e
LL
45912013-07-11 Leo Liu <sdl.web@gmail.com>
4592
4593 * ido.el (ido-read-file-name): Conform to the requirements of
4594 read-file-name. (Bug#11861)
4595 (ido-read-directory-name): Conform to the requirements of
4596 read-directory-name.
4597
d77974bf
JB
45982013-07-11 Juanma Barranquero <lekktu@gmail.com>
4599
4600 * subr.el (delay-warning): New function.
4601
35cb8a3e
EZ
46022013-07-10 Eli Zaretskii <eliz@gnu.org>
4603
4604 * simple.el (default-line-height): New function.
4605 (line-move-partial, line-move): Use it instead of computing the
4606 line height inline.
4607 (line-move-partial): Always compute ROWH. If the last line is
4608 partially-visible, but its text is completely visible, allow
4609 cursor to enter such a partially-visible line.
4610
525c5c77
MA
46112013-07-10 Michael Albinus <michael.albinus@gmx.de>
4612
4613 Improve error messages. (Bug#14808)
4614
4615 * net/tramp.el (tramp-current-connection): New defvar, moved from
4616 tramp-sh.el.
0ac26976 4617 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 4618 needed anymore.
0ac26976
SM
4619 (tramp-error-with-buffer): Show message in minibuffer.
4620 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
4621 (with-tramp-progress-reporter): Improve messages.
4622 (tramp-process-actions): Use progress reporter. Delete process in
4623 case of error. Improve messages.
4624
763a086d
JB
4625 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4626 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 4627 (tramp-current-connection): Remove.
525c5c77
MA
4628 (tramp-maybe-open-connection): The car of
4629 `tramp-current-connection' are the first 3 slots of the vector.
4630
c7a4d368
TZ
46312013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
4632
4633 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4634 inside continued strings.
4635
954b166e
PE
46362013-07-10 Paul Eggert <eggert@cs.ucla.edu>
4637
4638 Timestamp fixes for undo (Bug#14824).
4639 * files.el (clear-visited-file-modtime): Move here from fileio.c.
4640
56973319
LL
46412013-07-10 Leo Liu <sdl.web@gmail.com>
4642
4643 * files.el (require-final-newline): Allow safe local value.
4644 (Bug#14834)
4645
5550a72c
LL
46462013-07-09 Leo Liu <sdl.web@gmail.com>
4647
4648 * ido.el (ido-read-directory-name): Handle fallback.
4649 (ido-read-file-name): Update DIR to ido-current-directory.
4650 (Bug#1516)
c28b9050 4651 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 4652
70c46b28
DG
46532013-07-09 Dmitry Gutov <dgutov@yandex.ru>
4654
4655 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4656 "autoload". Remove "warn lower camel case" section, previously
4657 commented out. Highlight negation char. Do not highlight the
4658 target in singleton method definitions.
4659
0b64b838
SM
46602013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4661
7fd72e2c
SM
4662 * faces.el (tty-setup-hook): Declare the hook.
4663
0b64b838
SM
4664 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4665 and detect when a guard/pred depends on local vars (bug#14773).
4666 (pcase--u1): Adjust caller.
4667
ab49d60b
EZ
46682013-07-08 Eli Zaretskii <eliz@gnu.org>
4669
4670 * simple.el (line-move-partial, line-move): Account for
4671 line-spacing.
701d79aa
EZ
4672 (line-move-partial): Avoid setting vscroll when the last
4673 partially-visible line in window is of default height.
ab49d60b 4674
2d756ae0
LMI
46752013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4676
4677 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4678 been used a while.
4679
ed095bd7
JB
46802013-07-07 Juanma Barranquero <lekktu@gmail.com>
4681
4682 * subr.el (read-quoted-char): Remove unused local variable `char'.
4683
f1e6674b
MK
46842013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
4685
584ee3fc
GM
4686 * ediff.el (ediff-version): Version update.
4687 (ediff-files-command, ediff3-files-command, ediff-merge-command)
4688 (ediff-merge-with-ancestor-command, ediff-directories-command)
4689 (ediff-directories3-command, ediff-merge-directories-command)
4690 (ediff-merge-directories-with-ancestor-command): New functions.
4691 All are command-line interfaces to ediff: to facilitate calling
4692 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
4693
4694 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
4695 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 4696
584ee3fc
GM
4697 * viper.el (viper-version): Version update.
4698 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 4699
584ee3fc
GM
47002013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4701
4702 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
4703 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
4704 (viper-intercept-ESC-key): Simplify.
4705 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
4706 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
4707 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
4708 (viper-setup-ESC-to-escape): New functions.
4709 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
4710 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 4711
9aff9b38
EZ
47122013-07-07 Eli Zaretskii <eliz@gnu.org>
4713
5165d44a
JB
4714 * simple.el (default-font-height, window-screen-lines):
4715 New functions.
9aff9b38
EZ
4716 (line-move, line-move-partial): Use them instead of
4717 frame-char-height and window-text-height. This makes scrolling
4718 text smoother when the buffer's default face uses a font that is
4719 different from the frame's default font.
4720
1afb1d07
JD
47212013-07-06 Jan Djärv <jan.h.d@swipnet.se>
4722
4723 * files.el (write-file): Do not display confirm dialog for NS,
4724 it does its own dialog, which can't be cancelled (Bug#14578).
4725
23de972a
EZ
47262013-07-06 Eli Zaretskii <eliz@gnu.org>
4727
4728 * simple.el (line-move-partial): Adjust the row returned by
4729 posn-at-point for the current window-vscroll. (Bug#14567)
4730
54a42486
MA
47312013-07-06 Michael Albinus <michael.albinus@gmx.de>
4732
4733 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
4734 (tramp-sh-file-inotifywait-process-filter): Handle file names with
4735 spaces.
4736
34ada5f4
MR
47372013-07-06 Martin Rudalics <rudalics@gmx.at>
4738
4739 * window.el (window-state-put-stale-windows): New variable.
4740 (window--state-put-2): Save list of windows without matching buffer.
4741 (window-state-put): Remove "bufferless" windows if possible.
4742
11e03d89
JB
47432013-07-06 Juanma Barranquero <lekktu@gmail.com>
4744
4745 * simple.el (alternatives-define): Remove leftover :group keyword.
4746 Tweak docstring.
4747
3504a4be
LL
47482013-07-06 Leo Liu <sdl.web@gmail.com>
4749
4750 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
4751 (ido-enable-virtual-buffers): New variable.
4752 (ido-buffer-internal, ido-toggle-virtual-buffers)
4753 (ido-make-buffer-list): Use it.
4754 (ido-exhibit): Support turning on and off virtual buffers
4755 automatically.
4756
61e56e2c
JB
47572013-07-06 Juanma Barranquero <lekktu@gmail.com>
4758
4759 * simple.el (alternatives-define): New macro.
4760
321e1a9c
SM
47612013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * subr.el (read-quoted-char): Use read-key.
4764 (sit-for): Let read-event decode tty input (bug#14782).
4765
d610f6dd
SB
47662013-07-05 Stephen Berman <stephen.berman@gmx.net>
4767
4768 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
4769 mode command and externally. Fix various related bugs.
4770 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
4771 (todo-delete-file): New command.
4772 (todo-check-file): New function.
4773 (todo-show): Handle external deletion of the file we're trying to
4774 show (bug#14688). Replace called-interactively-p by an optional
4775 prefix argument to avoid problematic interaction with catch form
4776 when byte compiled (bug#14702).
4777 (todo-quit): Handle external deletion of the archive's todo file.
4778 Make sure the buffer that was visiting the archive file is still
4779 live before trying to bury it.
4780 (todo-category-completions): Handle external deletion of any
4781 category completion files.
4782 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
4783 of todo files, in case of external deletion.
4784 (todo-add-file): Replace unnecessary setq by let-binding.
4785 (todo-find-archive): Check whether there are any archives.
4786 Replace unnecessary setq by let-binding.
4787 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
4788 archive buffer whether or not the archive already exists.
4789 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
4790 check if the archive is new; if it is, update list of archives.
4791 (todo-default-todo-file): Allow nil to be a valid value for when
4792 there are no todo files.
4793 (todo-reevaluate-default-file-defcustom): Use corrected definition
4794 of todo-default-todo-file.
4795 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
4796 (todo-delete-category, todo-show-categories-table)
4797 (todo-category-number): Clarify comment.
4798 (todo-filter-items): Clarify documentation string.
4799 (todo-show-current-file, todo-display-as-todo-file)
4800 (todo-reset-and-enable-done-separator): Tweak documentation string.
4801 (todo-done-separator): Make separator length window-width, since
4802 bug#2749 is now fixed.
4803
ddbdfd6f
MA
48042013-07-05 Michael Albinus <michael.albinus@gmx.de>
4805
321e1a9c
SM
4806 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4807 Support both "gvfs-monitor-dir" and "inotifywait".
4808 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
4809 `tramp-sh-file-notify-process-filter'.
4810 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4811 (tramp-get-remote-gvfs-monitor-dir): New defuns.
4812
96eb829a
LL
48132013-07-05 Leo Liu <sdl.web@gmail.com>
4814
4815 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
4816
cf13177e
YM
48172013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4818
4819 * frame.el (display-pixel-height, display-pixel-width)
4820 (display-mm-height, display-mm-width): Mention behavior on
4821 multi-monitor setups in docstrings.
4822 (w32-display-monitor-attributes-list): Declare function.
4823 (display-monitor-attributes-list): Use it.
4824
864c58ca
MA
48252013-07-04 Michael Albinus <michael.albinus@gmx.de>
4826
4827 * filenotify.el: New package.
4828
4829 * autorevert.el (top): Require filenotify.el.
4830 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
4831 instead.
4832 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4833 (auto-revert-notify-handler): Use `file-notify-*' functions.
4834
4835 * subr.el (file-notify-handle-event): Move function to filenotify.el.
4836
321e1a9c
SM
4837 * net/tramp.el (tramp-file-name-for-operation):
4838 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
4839
4840 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4841 for `file-notify-add-watch' and `file-notify-rm-watch'.
4842 (tramp-process-sentinel): Improve trace.
4843 (tramp-sh-handle-file-notify-add-watch)
4844 (tramp-sh-file-notify-process-filter)
4845 (tramp-sh-handle-file-notify-rm-watch)
4846 (tramp-get-remote-inotifywait): New defuns.
4847
96673afe
JL
48482013-07-03 Juri Linkov <juri@jurta.org>
4849
4850 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
4851 call of `occur-read-primary-args' to interactive spec.
4852
4853 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
4854 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
4855
924494f4
MM
48562013-07-03 Matthias Meulien <orontee@gmail.com>
4857
4858 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
4859 `Buffer-menu-multi-occur'. Add it to the menu.
4860 (Buffer-menu-mode): Document it in docstring.
4861 (Buffer-menu-multi-occur): New command. (Bug#14673)
4862
56f75efc
DG
48632013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4864
4865 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4866 keywords and built-ins.
4867
9b057d61
GM
48682013-07-03 Glenn Morris <rgm@gnu.org>
4869
208dee4d
GM
4870 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
4871
9b057d61
GM
4872 Make info-xref checks case-sensitive by default
4873 * info.el (Info-find-node, Info-find-in-tag-table)
4874 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
4875 Add option for exact case matching of nodes.
4876 * info-xref.el (info-xref): New custom group.
4877 (info-xref-case-fold): New option.
4878 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
4879
e01aa29c
LL
48802013-07-03 Leo Liu <sdl.web@gmail.com>
4881
4882 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
4883
3086ca2e
DG
48842013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4885
4886 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
4887 middle of block statement initially, lower the depth. Remove
4888 FIXME comment, not longer valid. Remove middle of block statement
4889 detection, no need to do that anymore since we've been using
4890 `ruby-parse-region' here.
4891
a3b49114
JD
48922013-07-02 Jan Djärv <jan.h.d@swipnet.se>
4893
4894 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
4895
08e5c823 48962013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
4897
4898 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
4899
2addf922
JB
49002013-07-01 Juanma Barranquero <lekktu@gmail.com>
4901
4902 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
4903 (desktop-restore-in-current-display): New customization option.
4904 (desktop--excluded-frame-parameters): Add `font'.
4905 (desktop--save-frames): Rename from desktop--save-windows.
4906 (desktop--restore-in-this-display-p): New function.
4907 (desktop--make-full-frame): Remove unwanted width/height from
4908 full(width|height) frames.
4909 (desktop--restore-frames): Rename from desktop--restore-windows.
4910 Obey desktop-restore-current-display. Do not delete old frames or
4911 select a new frame unless we were able to restore at least one frame.
4912
ef099a94
MN
49132013-06-30 Michal Nazarewicz <mina86@mina86.com>
4914
4915 * files.el (find-file-noselect): Simplify conditional expression.
4916
4917 * remember.el (remember-append-to-file):
4918 Don't mix `find-buffer-visiting' and `get-file-buffer'.
4919
4920 Add `remember-notes' function to store random notes across Emacs
4921 restarts.
4922 * remember.el (remember-data-file): Add :set callback to affect
4923 notes buffer (if any).
4924 (remember-notes): New command.
4925 (remember-notes-buffer-name, bury-remember-notes-on-kill):
4926 New defcustoms for the `remember-notes' function.
4927 (remember-notes-save-and-bury-buffer): New command.
4928 (remember-notes-mode-map): New variable.
4929 (remember-mode): New minor mode.
4930 (remember-notes--kill-buffer-query): New function.
4931 * startup.el (initial-buffer-choice): Add notes to custom type.
4932
0865d506
EZ
49332013-06-30 Eli Zaretskii <eliz@gnu.org>
4934
0ba54312
EZ
4935 * bindings.el (right-char, left-char): Don't call sit-for, this is
4936 no longer needed. Use arithmetic comparison only for numerical
4937 arguments.
4938
ef099a94
MN
4939 * international/mule-cmds.el (select-safe-coding-system):
4940 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 4941
2fae38e5
LMI
49422013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4943
4944 * net/shr.el (shr-make-table-1): Add a sanity check that allows
4945 progression on degenerate tables.
ef099a94 4946 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 4947
a47cbd64
JB
49482013-06-30 Juanma Barranquero <lekktu@gmail.com>
4949
4950 Some fixes and improvements for desktop frame restoration.
4951 It is still experimental and disabled by default.
4952 * desktop.el (desktop--save-windows): Put the selected frame at
4953 the head of the list.
4954 (desktop--make-full-frame): New function.
4955 (desktop--restore-windows): Try to re-select the frame that was
4956 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
4957 just show an error message and continue. Set up maximized frames
4958 so they have default non-maximized dimensions.
a47cbd64 4959
6dbafa30
DG
49602013-06-30 Dmitry Gutov <dgutov@yandex.ru>
4961
ef099a94
MN
4962 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4963 Don't start heredoc inside a string or comment.
6dbafa30 4964
4c672a0f
EZ
49652013-06-29 Eli Zaretskii <eliz@gnu.org>
4966
4967 * bindings.el (visual-order-cursor-movement): New defcustom.
4968 (right-char, left-char): Provide visual-order cursor motion by
4969 calling move-point-visually. Update the doc strings.
4970
50960f36
KH
49712013-06-28 Kenichi Handa <handa@gnu.org>
4972
4973 * international/mule.el (define-coding-system): New coding system
4974 properties :inhibit-null-byte-detection,
4975 :inhibit-iso-escape-detection, and :prefer-utf-8.
4976 (set-buffer-file-coding-system): If :charset-list property of
4977 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
4978 appropriate for setting.
4979
c1ea3abf
JB
4980 * international/mule-cmds.el (select-safe-coding-system):
4981 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
4982 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
4983
4984 * international/mule-conf.el (prefer-utf-8): New coding system.
4985 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
4986 files.
4987
75dbaf9d
IK
49882013-06-28 Ivan Kanis <ivan@kanis.fr>
4989
eadb6068
IK
4990 * net/shr.el (shr-render-region): New function.
4991
75dbaf9d
IK
4992 * net/eww.el: Autoload `eww-browse-url'.
4993
9ea5cf9f
DG
49942013-06-27 Dmitry Gutov <dgutov@yandex.ru>
4995
c1ea3abf
JB
4996 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4997 Adapt to `package-desc-version' being a list.
4998 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
4999 archive element.
5000
39c0e36f
JB
50012013-06-27 Juanma Barranquero <lekktu@gmail.com>
5002
5003 New experimental feature to save&restore window and frame setup.
5004 * desktop.el (desktop-save-windows): New defcustom.
5005 (desktop--saved-states): New var.
5006 (desktop--excluded-frame-parameters): New defconst.
5007 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5008 (desktop--restore-windows, desktop--save-windows): New functions.
5009 (desktop-save): Call `desktop--save-windows'.
5010 (desktop-read): Call `desktop--restore-windows'.
5011
7f13406b
LMI
50122013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5013
ef099a94 5014 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 5015
1e072639
SB
50162013-06-27 Stephen Berman <stephen.berman@gmx.net>
5017
5018 * info.el (Info-try-follow-nearest-node): Move search for footnote
5019 above search for node name to prevent missing a footnote (bug#14717).
5020
f3e2cbde
SB
50212013-06-27 Stephen Berman <stephen.berman@gmx.net>
5022
5023 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5024
99906aa0
LL
50252013-06-27 Leo Liu <sdl.web@gmail.com>
5026
5027 * net/eww.el (eww-read-bookmarks): Check file size.
5028
539f75f4
SM
50292013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5032 advice--pending if newdef is nil or an autoload (bug#13820).
5033 (advice-mapc): New function.
5034
843571cb
LMI
50352013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5036
5037 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5038 probably.
23a75d7f 5039 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
5040 (eww-add-bookmark): New command.
5041 (eww-bookmark-mode): New mode and commands.
a285ce99 5042 (eww-add-bookmark): Remove newlines from the title.
47fd571b 5043 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 5044
f2136e1e
GM
50452013-06-26 Glenn Morris <rgm@gnu.org>
5046
eab35f39
GM
5047 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5048 (hfy-size): Handle ttys. (Bug#14668)
5049
f2136e1e
GM
5050 * info-xref.el: Update for Texinfo 5 change in *note format.
5051 (info-xref-node-re, info-xref-note-re): New constants.
5052 (info-xref-check-buffer): Use info-xref-note-re.
5053
a49ff80c
SM
50542013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5055
a343d218
SM
5056 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5057
a49ff80c
SM
5058 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5059 nil terminate the loop (bug#14718).
5060
8308f184
LMI
50612013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5062
5063 * net/eww.el: Rework history traversal. When going forward/back,
5064 put these actions into the history, too, so that they can be
5065 replayed.
26bf2b82 5066 (eww-render): Move the history reset to the correct buffer.
8308f184 5067
ec64c273
JL
50682013-06-25 Juri Linkov <juri@jurta.org>
5069
5070 * files-x.el (modify-dir-local-variable): Change the header comment
5071 in the file with directory local variables. (Bug#14692)
5072
e080a9d7
JL
5073 * files-x.el (read-file-local-variable-value): Add `default'.
5074 (Bug#14710)
5075
bfbc93a1
IK
50762013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5077
5078 * net/eww.el (eww-make-unique-file-name): Create a unique file
5079 name before saving to entering `y' accidentally asynchronously.
5080
50812013-06-25 Ivan Kanis <ivan@kanis.fr>
5082
5083 * net/eww.el (eww-download): New command and keystroke.
5084
16f74f10
LMI
50852013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5086
a49ff80c 5087 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
5088
5089 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5090 be more consistent with Info and dired.
5091
5092 * net/eww.el (eww-mode-map): Ditto.
5093
12059709
SM
50942013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5097 packages from archives.
5098 (package-archive-contents): Change format; include obsolete packages.
5099 (package-desc): Use `dir' to mark builtin packages.
5100 (package--from-builtin): Set the `dir' field to `builtin'.
5101 (generated-autoload-file, version-control): Declare.
5102 (package-compute-transaction): Change first arg and return value to be
5103 lists of package-descs. Adjust to new package-archive-contents format.
5104 (package--add-to-archive-contents): Adjust to new
5105 package-archive-contents format.
5106 (package-download-transaction): Arg is now a list of package-descs.
5107 (package-install): If `pkg' is a package name, pass it as
5108 a requirement, so it is subject to the usual (e.g. disabled) checks.
5109 (describe-package): Accept package-desc as well.
5110 (describe-package-1): Describe a specific package-desc. Add links to
5111 other package-descs for the same package name.
5112 (package-menu-describe-package): Pass the actual package-desc.
5113 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5114 works correctly.
5115 (package-desc-status): New function.
5116 (package-menu--refresh): New function, extracted
5117 from package-menu--generate.
5118 (package-menu--generate): Use it.
5119 (package-delete): Update package-alist.
5120 (package-menu-execute): Don't call package-initialize.
5121
5122 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5123 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5124 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5125 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5126 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5127 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5128
8bbdea0f
MR
51292013-06-25 Martin Rudalics <rudalics@gmx.at>
5130
5131 * window.el (window--state-get-1): Workaround for bug#14527.
5132 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5133
e82b0991
LMI
51342013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5135
5136 * net/eww.el (eww-back-url): Implement the history by stashing all
5137 the data into a list.
d3f0f918 5138 (eww-forward-url): Allow going forward in the history, too.
e82b0991 5139
c763842b
SM
51402013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5143 for values and use read--expression for expressions (bug#14710).
5144 (read-file-local-variable): Avoid setq.
5145 (read-file-local-variable-mode): Use minor-mode-list.
5146
bceff189
RW
51472013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5148
864c58ca 5149 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
5150 for DOI URLs.
5151
45f431c6
RW
51522013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5153
864c58ca 5154 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
5155 Update imenu-support when dialect changes.
5156
f42d8237
LL
51572013-06-25 Leo Liu <sdl.web@gmail.com>
5158
5159 * ido.el (ido-read-internal): Allow forward slash on windows.
5160
be549ce6
LMI
51612013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5162
5163 * net/eww.el (eww): Start of strings is \\`, not ^.
5164
71d4c19d
IK
51652013-06-24 Ivan Kanis <ivan@kanis.fr>
5166
5196f88a
IK
5167 * net/shr.el (shr-browse-url): Fix interactive spec.
5168
71d4c19d
IK
5169 * net/eww.el (eww): Add a trailing slash to domain names.
5170
ae36ca55
JB
51712013-06-24 Juanma Barranquero <lekktu@gmail.com>
5172
5173 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5174
0ebd92a3
LMI
51752013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5176
bdaa086b
LMI
5177 * net/shr.el (shr-browse-url): Use an external browser if given a
5178 prefix.
5179
c763842b 5180 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 5181
b89fc156
IK
51822013-06-24 Ivan Kanis <ivan@kanis.fr>
5183
5184 * net/eww.el (eww): Work more correctly for file: URLs.
5185 (eww-detect-charset): Allow quoted charsets.
5186 (eww-yank-page-url): New command and keystroke.
5187
18eb4bca
DU
51882013-06-24 Daiki Ueno <ueno@gnu.org>
5189
5190 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5191 file name of gpg executable.
5192 (epg-context-program): New function.
5193 (epg-context-home-directory): New function.
5194 (epg-context-set-program): New function.
5195 (epg-context-set-home-directory): New function.
5196 (epg--start): Use `epg-context-program' instead of
5197 'epg-gpg-program'.
5198 (epg--list-keys-1): Likewise.
5199
6c6268c8
LL
52002013-06-24 Leo Liu <sdl.web@gmail.com>
5201
5202 * ido.el (ido-read-internal): Fix bug#14620.
5203
5e400cb3
JB
52042013-06-23 Juanma Barranquero <lekktu@gmail.com>
5205
5206 * faces.el (face-documentation): Simplify.
5207 (read-face-attribute, tty-find-type, x-resolve-font-name):
5208 Use `string-match-p'.
5209 (list-faces-display): Use `string-match-p'. Simplify.
5210 (face-spec-recalc): Check face to avoid face alias loops.
5211 (read-color): Use `string-match-p' and non-capturing parenthesis.
5212
f3f9606c
LMI
52132013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5214
5215 * net/shr.el (shr-rescale-image): Use the new
5216 :max-width/:max-height functionality.
5217
a3ca09b9
IK
52182013-06-23 Ivan Kanis <ivan@kanis.fr>
5219
5220 * net/eww.el (eww-search-prefix): New variable.
5221 (eww): Use it.
f865b474
IK
5222 (eww-external-browser): New variable.
5223 (eww-mode-map): New keystroke.
5224 (eww-browse-with-external-browser): New command.
a3ca09b9 5225
e854cfc7
IK
5226 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5227
18bb9e21
JB
52282013-06-23 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5231 Don't skip aligning the next header field when padding is 0;
5232 otherwise, field width is not respected unless the title is as
5233 wide as the field.
5234
5b165ade
SM
52352013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * emacs-lisp/package.el (package-el-version): Remove.
5238 (package-process-define-package): Fix inf-loop.
5239 (package-install): Allow symbols as arguments again.
5240
12adebe9
DG
52412013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5242
5243 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5244 add some more keyword-like methods.
5245 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5246
388573ee
JB
52472013-06-22 Juanma Barranquero <lekktu@gmail.com>
5248
5249 * bs.el (bs-buffer-show-mark): Make defvar-local.
5250 (bs-mode): Use setq-local.
5251
5252 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5253 (emacs-lock--try-unlocking): Make defvar-local.
5254
4582a01c 52552013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 5256
2663dd23
GM
5257 * play/cookie1.el (cookie-apropos): Minor simplification.
5258
3d94f3ad
GM
5259 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5260
f72e2fdb
DG
52612013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5262
5263 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5264 `regexp-opt', it breaks the build during dumping.
5265
73eab938
DG
52662013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5267
c763842b
SM
5268 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5269 Highlight keyword-like methods on Kernel and Module with
73eab938 5270 font-lock-builtin-face.
5cf8176d
DG
5271 (auto-mode-alist): Consolidate different entries into one regexp
5272 and add more *file-s.
73eab938 5273
d26255f6
SB
52742013-06-21 Stephen Berman <stephen.berman@gmx.net>
5275
5276 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5277
5278 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5279 (diary-entry): Use it in the action of this button type instead of
5280 diary-goto-entry.
5281
5282 * calendar/todo-mode.el: New version.
5283 (todo-add-category): Append new category to end of file and give
5284 it the highest number, instead of putting it at the beginning and
5285 giving it 0. Incorporate noninteractive functionality.
5286 (todo-forward-category): Adapt to 1-based category numbering.
5287 Allow skipping over archived categories.
5288 (todo-backward-category): Derive from todo-forward-category.
5289 (todo-backward-item, todo-forward-item): Make noninteractive and
5290 delegate interactive part to new commands. Make sensitive to done items.
5291 (todo-categories): Make value an alist of category names and
5292 vectors of item counts.
5293 (todo-category-beg): Make a defconst.
5294 (todo-category-number): Use 1 instead of 0 as initial value.
5295 (todo-category-select): Make sensitive to overlays, optional item
5296 highlighting and done items.
5297 (todo-delete-item): Make sensitive to overlays and marked and done items.
5298 (todo-edit-item): Make sensitive to overlays and editing of
5299 date/time header optional. Add format checks.
5300 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5301 no-op if point is not on an item. Advertise using todo-edit-quit.
5302 (todo-edit-mode): Make sensitive to new format, font-locking, and
5303 multiple todo files.
5304 (todo-insert-item, todo-insert-item-here): Derive from
5305 todo-basic-insert-item and extend functionality.
5306 (todo-item-end, todo-item-start): Make sensitive to done items.
5307 (todo-item-string): Don't return text properties. Restore point.
5308 (todo-jump-to-category): Make sensitive to multiple todo files and
5309 todo archives. Use extended category completion.
5310 (todo-lower-item, todo-raise-item): Rename to *-priority and
5311 derive from todo-set-item-priority.
5312 (todo-mode): Derive from special-mode. Make sensitive to new
5313 format, font-locking and multiple todo files. Make read-only.
5314 (todo-mode-map): Don't suppress digit keys, so they can supply
5315 prefix arguments. Add many new key bindings.
5316 (todo-prefix): Insert as an overlay instead of file text.
5317 Change semantics from diary date expression to purely visual mark.
5318 (todo-print): Rename to todo-print-buffer. Make buffer display
5319 features printable. Remove option to restrict number of items
5320 printed. Add option to print to file.
5321 (todo-print-function): Rename to todo-print-buffer-function.
5322 (todo-quit): Extend to handle exiting new todo modes.
5323 (todo-remove-item): Make sensitive to overlays.
5324 (todo-save): Extend to buffers of filtered items.
5325 (todo-show): Make sensitive to done items, multiple todo files and
5326 new todo modes. Offer to convert legacy todo file before creating
5327 first new todo file.
5328 (todo-show-priorities): Rename to todo-top-priorities.
5329 Change semantics of value 0.
5330 (todo-top-priorities): Rename to todo-filter-top-priorities,
5331 derive from todo-filter-items and extend functionality.
5332 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5333 and extend functionality to other types of filtered items.
5334 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5335 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5336 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5337 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5338 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5339 (todo-edit-mode-hook, todo-entry-prefix-function)
5340 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5341 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5342 (todo-initials, todo-insert-threshold, todo-item-string-start)
5343 (todo-line-string, todo-menu, todo-mode-hook)
5344 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5345 (todo-print-priorities, todo-remove-separator)
5346 (todo-save-top-priorities-too, todo-string-count-lines)
5347 (todo-string-multiline-p, todo-time-string-format)
5348 (todo-tmp-buffer-name): Remove.
5349 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5350 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5351 (todo-edit-category-diary-inclusion)
5352 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5353 (todo-edit-file, todo-edit-item-date-day)
5354 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5355 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5356 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5357 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5358 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5359 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5360 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5361 (todo-filter-top-priorities-multifile, todo-find-archive)
5362 (todo-find-filtered-items-file, todo-go-to-source-item)
5363 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5364 (todo-jump-to-archive-category, todo-lower-category)
5365 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5366 (todo-move-category, todo-move-item, todo-next-button)
5367 (todo-next-item, todo-padded-string, todo-powerset)
5368 (todo-previous-button, todo-previous-item)
5369 (todo-print-buffer-to-file, todo-raise-category)
5370 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5371 (todo-set-category-number, todo-set-item-priority)
5372 (todo-set-top-priorities-in-category)
5373 (todo-set-top-priorities-in-file, todo-show-categories-table)
5374 (todo-sort-categories-alphabetically-or-numerically)
5375 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5376 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5377 (todo-toggle-item-header, todo-toggle-item-highlighting)
5378 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5379 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5380 (todo-unarchive-items, todo-unmark-category): New commands.
5381 (todo-absolute-file-name, todo-add-to-buffer-list)
5382 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5383 (todo-basic-insert-item, todo-category-completions)
5384 (todo-category-number, todo-category-string-matcher-1)
5385 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5386 (todo-check-format, todo-clear-matches)
5387 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5388 (todo-current-category, todo-date-string-matcher)
5389 (todo-define-insertion-command, todo-diary-expired-matcher)
5390 (todo-diary-goto-entry, todo-diary-item-p)
5391 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5392 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5393 (todo-done-item-section-p, todo-done-separator)
5394 (todo-done-string-matcher, todo-files, todo-filter-items)
5395 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5396 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5397 (todo-insert-category-line, todo-insert-item-from-calendar)
5398 (todo-insert-sort-button, todo-insert-with-overlays)
5399 (todo-insertion-command-name, todo-insertion-key-bindings)
5400 (todo-label-to-key, todo-longest-category-name-length)
5401 (todo-make-categories-list, todo-mode-external-set)
5402 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5403 (todo-modes-set-3, todo-multiple-filter-files)
5404 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5405 (todo-read-category, todo-read-date, todo-read-dayname)
5406 (todo-read-file-name, todo-read-time)
5407 (todo-reevaluate-category-completions-files-defcustom)
5408 (todo-reevaluate-default-file-defcustom)
5409 (todo-reevaluate-filelist-defcustoms)
5410 (todo-reevaluate-filter-files-defcustom)
5411 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5412 (todo-reset-done-separator, todo-reset-done-separator-string)
5413 (todo-reset-done-string, todo-reset-global-current-todo-file)
5414 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5415 (todo-reset-prefix, todo-set-categories)
5416 (todo-set-date-from-calendar, todo-set-show-current-file)
5417 (todo-set-top-priorities, todo-short-file-name)
5418 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5419 (todo-total-item-counts, todo-update-buffer-list)
5420 (todo-update-categories-display, todo-update-categories-sexp)
5421 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5422 New functions.
5423 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5424 New major modes.
5425 (todo-categories, todo-display, todo-edit, todo-faces)
5426 (todo-filtered): New defgroups.
5427 (todo-archived-only, todo-button, todo-category-string, todo-date)
5428 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5429 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5430 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5431 (todo-add-item-if-new-category, todo-always-add-time-string)
5432 (todo-categories-align, todo-categories-archived-label)
5433 (todo-categories-category-label, todo-categories-diary-label)
5434 (todo-categories-done-label, todo-categories-number-separator)
5435 (todo-categories-todo-label, todo-categories-totals-label)
5436 (todo-category-completions-files, todo-completion-ignore-case)
5437 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5438 (todo-done-separator-string, todo-done-string)
5439 (todo-files-function, todo-filter-done-items, todo-filter-files)
5440 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5441 (todo-initial-category, todo-initial-file, todo-item-mark)
5442 (todo-legacy-date-time-regexp, todo-mode-line-function)
5443 (todo-nondiary-marker, todo-number-prefix)
5444 (todo-print-buffer-function, todo-show-current-file)
5445 (todo-show-done-only, todo-show-first, todo-show-with-done)
5446 (todo-skip-archived-categories, todo-top-priorities-overrides)
5447 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5448 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5449 New defcustoms.
5450 (todo-category-done, todo-date-pattern, todo-date-string-start)
5451 (todo-diary-items-buffer, todo-done-string-start)
5452 (todo-filtered-items-buffer, todo-item-start)
5453 (todo-month-abbrev-array, todo-month-name-array)
5454 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5455 (todo-top-priorities-buffer): New defconsts.
5456 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5457 (todo-categories-with-marks, todo-category-string-face)
5458 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5459 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5460 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5461 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5462 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5463 (todo-font-lock-keywords, todo-global-current-todo-file)
5464 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5465 (todo-insertion-commands-args)
5466 (todo-insertion-commands-args-genlist)
5467 (todo-insertion-commands-names, todo-insertion-map)
5468 (todo-key-bindings-t, todo-key-bindings-t+a)
5469 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5470 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5471 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5472 (todo-visited): New variables.
5473
cad5d1cb
GM
54742013-06-21 Glenn Morris <rgm@gnu.org>
5475
5476 * play/cookie1.el (cookie-apropos): Add optional display argument.
5477 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5478 (psychoanalyze-pinhead): Use cookie-doctor.
5479
9e277302
JB
54802013-06-21 Juanma Barranquero <lekktu@gmail.com>
5481
5482 * emacs-lisp/package.el (tar-get-file-descriptor)
5483 (tar--extract): Declare.
5484
c5b0993e
EW
54852013-06-21 Eduard Wiebe <usenet@pusto.de>
5486
5487 Extend flymake's warning predicate to be a function (bug#14217).
5488 * progmodes/flymake.el (flymake-warning-predicate): New.
5489 (flymake-parse-line): Use it.
5490 (flymake-warning-re): Make obsolete alias to
5491 `flymake-warning-predicate'.
5492
a7d2d465
SM
54932013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * emacs-lisp/package.el (package-alist): Include obsolete packages.
5496 (package-obsolete-list): Remove.
5497 (package-activate): Remove min-version argument. Add `force' argument.
5498 Adjust to new package-alist format.
5499 (package-mark-obsolete): Remove.
5500 (package-unpack): Force reload of the package's autoloads.
5501 (package-installed-p): Check builtins if the installed package is not
5502 recent enough.
5503 (package-initialize): Don't reset package-obsolete-list.
5504 Don't specify which package version to activate.
5505 (package-process-define-package, describe-package-1)
5506 (package-menu--generate): Adjust to new package-alist format.
5507
cedf5c9d
JB
55082013-06-21 Juanma Barranquero <lekktu@gmail.com>
5509
5510 * allout-widgets.el (allout-widgets-mode-off)
5511 (allout-widgets-mode-on, allout-widgets-pre-command-business)
5512 (allout-widgets-post-command-business)
5513 (allout-widgets-after-copy-or-kill-function)
5514 (allout-widgets-after-undo-function, allout-test-range-overlaps)
5515 (allout-decorate-item-and-context)
5516 (allout-graphics-modification-handler): Fix typos in docstrings.
5517 (allout-get-or-create-parent-widget): Use `looking-at-p'.
5518
5519 * cmuscheme.el (scheme-start-file): Doc fix.
5520 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
5521 (scheme-input-filter): Use `string-match-p'.
5522
5523 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
5524
5525 * dired-x.el: Use Dired consistently in docstrings.
5526
5527 * dired.el: Use Dired consistently in docstrings.
5528 (dired-readin, dired-mode): Use `setq-local'.
5529 (dired-switches-alist): Make defvar-local.
5530 (dired-buffers-for-dir): Use `zerop'.
5531 (dired-safe-switches-p, dired-switches-escape-p)
5532 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
5533 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
5534 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
5535 (dired-goto-next-nontrivial-file): Use `string-match-p'.
5536 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
5537 (dired-toggle-marks, dired-mark-files-containing-regexp)
5538 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
5539 (dired-flag-auto-save-files, dired-flag-backup-files):
5540 Use `looking-at-p'.
5541 (dired-mark-files-regexp, dired-build-subdir-alist):
5542 Use `string-match-p', `looking-at-p'.
5543
5544 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
5545 (direct-print-region-helper): Use `string-match-p'.
5546
aed838b5
LL
55472013-06-21 Leo Liu <sdl.web@gmail.com>
5548
cedf5c9d
JB
5549 * comint.el (comint-redirect-results-list-from-process):
5550 Fix infinite loop.
aed838b5 5551
d80a808f
LMI
55522013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5553
5554 * net/eww.el (eww-update-header-line-format): Quote % characters.
5555
e7a526e3
GM
55562013-06-21 Glenn Morris <rgm@gnu.org>
5557
5558 * play/cookie1.el (cookie): New custom group.
5559 (cookie-file): New option.
5560 (cookie-check-file): New function.
5561 (cookie): Make it interactive. Make start and end messages optional.
5562 Interactively, display the result. Default to cookie-file.
5563 (cookie-insert): Default to cookie-file.
5564 (cookie-snarf): Make start and end messages optional.
5565 Default to cookie-file. Use with-temp-buffer.
5566 (cookie-read): Rename from read-cookie.
5567 Make start and end messages optional. Default to cookie-file.
5568 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 5569 Do not autoload it.
e7a526e3
GM
5570 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5571 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5572
62efb35e
LL
55732013-06-21 Leo Liu <sdl.web@gmail.com>
5574
5575 * progmodes/octave.el (octave-mode): Backward compatibility fix.
5576
21e3f963
GM
55772013-06-21 Glenn Morris <rgm@gnu.org>
5578
5579 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5580
fd846ab4
SM
55812013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5582 Daniel Hackney <dan@haxney.org>
5583
5584 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5585 Consolidate the single-file vs tarball code.
5586 (package-desc-suffix): New function.
5587 (package-desc-full-name): Don't bother inlining it.
5588 (package-load-descriptor): Return the new package-desc.
5589 (package-mark-obsolete): Remove unused arg `package'.
5590 (package-unpack): Make it work for single files as well.
5591 Make it update package-alist.
5592 (package--make-autoloads-and-stuff): Rename from
5593 package--make-autoloads-and-compile. Don't compile any more.
5594 (package--compile): New function.
5595 (package-generate-description-file): New function, extracted from
5596 package-unpack-single.
5597 (package-unpack-single): Remove.
5598 (package--with-work-buffer): Add indentation and debugging info.
5599 (package-download-single): Remove.
5600 (package-install-from-archive): Rename from package-download-tar, make
5601 it take a pkg-desc, and make it work for single files as well.
5602 (package-download-transaction): Simplify.
5603 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
5604 external tar program.
5605 (package-install-from-buffer): Remove `pkg-desc' argument.
5606 Use package-tar-file-info for tar-mode buffers.
5607 (package-install-file): Simplify accordingly.
5608 (package-archive-base): Change to take a pkg-desc.
5609 * tar-mode.el (tar--check-descriptor): New function, extracted from
5610 tar-get-descriptor.
5611 (tar-get-descriptor): Use it.
5612 (tar-get-file-descriptor): New function.
5613 (tar--extract): New function, extracted from tar-extract.
5614 (tar--extract): Use it.
5615 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5616 case the summary uses non-ascii. Adjust to new calling convention of
5617 package-tar-file-info.
5618
b7deae5e
LL
56192013-06-21 Leo Liu <sdl.web@gmail.com>
5620
fd846ab4
SM
5621 * comint.el (comint-redirect-results-list-from-process):
5622 Fix random delay. (Bug#14681)
b7deae5e 5623
7a65a0b2
JB
56242013-06-21 Juanma Barranquero <lekktu@gmail.com>
5625
5626 * profiler.el (profiler-format-number): Use log, not log10.
5627
1493c2af
JB
56282013-06-20 Juanma Barranquero <lekktu@gmail.com>
5629
5630 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5631
aff6371e
SM
56322013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5635 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5636 yet available.
5637 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5638 (AUTOGENEL): ... here.
5639 * emacs-lisp/cl-macs.el (cl--sublis): New function.
5640 (cl--defsubst-expand): Use it.
5641
89561f72
PE
56422013-06-20 Paul Eggert <eggert@cs.ucla.edu>
5643
5644 * subr.el (log10): Move here from C code, and declare as obsolete.
5645 All uses of (log10 X) replaced with (log X 10).
5646
47199123
JB
56472013-06-20 Juanma Barranquero <lekktu@gmail.com>
5648
5649 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5650 Declare with `defvar-local'.
5651 (tabulated-list-use-header-line, tabulated-list-entries)
5652 (tabulated-list-padding, tabulated-list-printer)
5653 (tabulated-list-sort-key): Declare with `defvar-local'.
5654 (tabulated-list-init-header, tabulated-list-print-fake-header):
5655 Use `setq-local'.
5656
4a172eab
MA
56572013-06-20 Michael Albinus <michael.albinus@gmx.de>
5658
47199123
JB
5659 * arc-mode.el (archive-mode): Add `archive-write-file' to
5660 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 5661
5fc0acc0
JB
56622013-06-20 Juanma Barranquero <lekktu@gmail.com>
5663
d5b27848
JB
5664 * cus-edit.el (custom-commands): Fix typos.
5665 (custom-display): Fix tooltip text.
5666 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5667 Fix typos in docstrings.
5668 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5669 (custom-unlispify-menu-entry, custom-magic-value-create)
5670 (custom-add-see-also, custom-group-value-create): Use ?\s.
5671 (custom-guess-type, customize-apropos, editable-field)
5672 (custom-face-value-create): Use `string-match-p'.
5673 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5674
5675 * custom.el (custom-load-symbol): Use `string-match-p'.
5676
a5c581d8
JB
5677 * ansi-color.el: Convert to lexical binding.
5678 (ansi-colors): Fix URL.
5679 (ansi-color-context, ansi-color-context-region): Use defvar-local.
5680 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
5681 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
5682
970ad972
G
56832013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5684
5685 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
5686
5687 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
5688
56892013-06-19 Tom Tromey <tromey@redhat.com>
5690
5691 * net/eww.el (eww-top-url): Remove.
5692 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5693 (eww-render): Set new variables. Don't set eww-top-url.
5694 (eww-handle-link): Handle "prev", "home", and "contents".
5695 Downcase the rel text.
5696 (eww-top-url): Choose best top URL.
5697
56982013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5699
5700 * net/eww.el: Rewrite to implement form elements "by hand" instead of
5701 relying in widget.el. Using widget.el leads to too many
5702 user interface inconsistencies.
5703 (eww-self-insert): Implement entering commands in text fields.
5704 (eww-process-text-input): New function to make text input field editing
5705 work.
5706 (eww-submit): Rewrite to use the new-style form methods.
5707 (eww-select-display): Display the correct selected item.
5708 (eww-change-select): Implement changing the select value.
5709 (eww-toggle-checkbox): Implement radio/checkboxes.
5710 (eww-update-field): Fix compilation error.
5711 (eww-tag-textarea): Implement <textarea>.
5712
5713 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
5714 we don't shadow mode-specific bindings.
5715
5716 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
5717 nothing to push.
5718
5719 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
5720
4582a01c 57212013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
5722
5723 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
5724
15b263dc
MA
57252013-06-19 Michael Albinus <michael.albinus@gmx.de>
5726
5727 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
5728 not needed.
5729
5730 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
5731
8f5297f7
LMI
57322013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5733
5734 * net/browse-url.el (browse-url-browser-function):
5735 `eww-browse-url' has the right calling signature, `eww' does not.
5736
011c4552
GM
57372013-06-19 Glenn Morris <rgm@gnu.org>
5738
2285bd27
GM
5739 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5740 Only eval autoloaded macros.
5741 (byte-compile-autoload): Only give the macro warning for macros.
5742
1d653303
GM
5743 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
5744 (ps-underlined-faces): Declare.
5745
bdd779ec
GM
5746 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
5747 (speedbar-add-supported-extension): Declare.
5748
011c4552
GM
5749 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
5750 Don't include a date stamp in the header of the generated file;
5751 it leads to needless differences between output files.
5752
e59dfb0e
MA
57532013-06-19 Michael Albinus <michael.albinus@gmx.de>
5754
c763842b
SM
5755 * net/secrets.el (secrets-struct-secret-content-type):
5756 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 5757 Some servers do not offer introspection.
e59dfb0e 5758
102626e2
SM
57592013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * electric.el (electric-pair-mode): Improve interaction with
5762 electric-layout-mode.
5763 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
5764 (electric-pair-syntax): Use text-mode-syntax-table in comments
5765 and strings.
5766 (electric-pair--insert): New function.
5767 (electric-pair-post-self-insert-function): Use it and
5768 electric--after-char-pos.
5769
ad528125
LL
57702013-06-19 Leo Liu <sdl.web@gmail.com>
5771
5772 * progmodes/octave.el (octave-help): Fix regexp.
5773
924d6997
G
57742013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5775
5776 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
5777 (shr-table-horizontal-line): Allow nil as a value, and change the
5778 default.
5779 (shr-insert-table-ruler): Respect the nil value.
5780
57812013-06-18 Tom Tromey <tromey@barimba>
5782
5783 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5784 New defvars.
5785 (eww-open-file): New defun.
5786 (eww-render): Initialize new variables.
5787 (eww-display-html): Handle "link" and "a".
5788 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
5789 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
5790 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
5791 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5792 New defuns.
924d6997 5793
d1bbba4f
DG
57942013-06-18 Dmitry Gutov <dgutov@yandex.ru>
5795
5796 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
5797 Distinguish ternary operator tokens from slash symbol and slash
5798 char literal.
5799
14dd22d2
JB
58002013-06-18 Juanma Barranquero <lekktu@gmail.com>
5801
5802 Convert symbol prettification into minor mode and global minor mode.
5803
5804 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
5805 `prog-prettify-symbols', and make a local defvar instead of defcustom.
5806 (prettify-symbols--keywords): Rename from
5807 `prog-prettify-symbols-alist' and make a local defvar.
5808 (prettify-symbols--compose-symbol): Rename from
5809 `prog--prettify-font-lock-compose-symbol'.
5810 (prettify-symbols--make-keywords): Rename from
5811 `prog-prettify-font-lock-symbols-keywords' and simplify.
5812 (prog-prettify-install): Remove.
5813 (prettify-symbols-mode): New minor mode, based on
5814 `prog-prettify-install'.
5815 (turn-on-prettify-symbols-mode): New function.
5816 (global-prettify-symbols-mode): New globalized minor mode.
5817
5818 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5819 * progmodes/cfengine.el (cfengine3-mode):
5820 * progmodes/perl-mode.el (perl-mode): Don't call
5821 `prog-prettify-install'; set `prettify-symbols-alist' instead.
5822
292c880c
JL
58232013-06-18 Juri Linkov <juri@jurta.org>
5824
5825 * files-x.el (modify-file-local-variable-message): New function.
5826 (modify-file-local-variable)
5827 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
5828 and call `modify-file-local-variable-message' when it's non-nil.
5829 (add-file-local-variable, delete-file-local-variable)
5830 (add-file-local-variable-prop-line)
5831 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
5832 and use it. (Bug#9820)
5833
0950aa27
JL
58342013-06-18 Juri Linkov <juri@jurta.org>
5835
5836 * emulation/vi.el (vi-shell-op):
5837 * emulation/vip.el (vip-execute-com, ex-command):
5838 * emulation/viper-cmd.el (viper-exec-bang):
5839 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
5840 the call of `shell-command-on-region'. (Bug#14637)
5841
5842 * simple.el (shell-command-on-region): Doc fix.
5843
8fbcca16
SM
58442013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
5847 (bug#14633).
5848
dd7426ea
GM
58492013-06-18 Glenn Morris <rgm@gnu.org>
5850
4ba54f7d
GM
5851 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
5852
dd7426ea
GM
5853 * newcomment.el (comment-search-forward, comment-search-backward):
5854 Doc fix. (Bug#14376)
5855
58aa805b
JB
58562013-06-18 Juanma Barranquero <lekktu@gmail.com>
5857
5858 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
5859 (buffer-face-mode-invoke): Doc fix.
5860
9a08a617
MM
58612013-06-18 Matthias Meulien <orontee@gmail.com>
5862
5863 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 5864 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 5865
f2f426ca
GM
58662013-06-18 Glenn Morris <rgm@gnu.org>
5867
9445f99b
GM
5868 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
5869 Replace obsolete function generic-make-keywords with its expansion.
5870
e0df2d14
GM
5871 * progmodes/python.el (ffap-alist): Declare.
5872
f2f426ca
GM
5873 * textmodes/reftex.el (bibtex-mode-map): Declare.
5874
f7f9a720
SM
58752013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
5878 (package-unpack, package-unpack-single): Return the pkg-dir.
5879 (package-download-transaction): Use it to update package-alist.
5880
57ff04e0
LMI
58812013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5882
5883 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
5884 possible choice.
5885
c048c022
JL
58862013-06-17 Juri Linkov <juri@jurta.org>
5887
5888 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
5889
b5bcaee5
DG
58902013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5891
a020afb9
JB
5892 * emacs-lisp/package.el (package-load-descriptor):
5893 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
5894 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
5895
551e07e5
JB
58962013-06-17 Juanma Barranquero <lekktu@gmail.com>
5897
5898 * startup.el (command-line): Expand package name returned by
5899 `package--description-file' (bug#14639).
5900
d363bffb
DG
59012013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5902
5903 * emacs-lisp/package.el (package-load-descriptor): Do not call
5904 `emacs-lisp-mode', just use its syntax table.
5905
f612933b
JB
59062013-06-17 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
5909 `font-lock-extra-managed-props' if any prettifying keyword is added.
5910 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
5911 (prog-mode): Use `setq-local'.
5912
db3b7db5
SM
59132013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * international/characters.el (standard-case-table): Set syntax of ?»
5916 and ?« to punctuation.
5917
f3d674df
JB
59182013-06-16 Juanma Barranquero <lekktu@gmail.com>
5919
5920 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
5921 Save relevant match data before calling `syntax-ppss' (bug#14595).
5922
31489a32
JL
59232013-06-15 Juri Linkov <juri@jurta.org>
5924
5925 * files-x.el (modify-file-local-variable-prop-line): Add local
5926 variables to the end of the existing comment on the first line.
5927 Use `file-auto-mode-skip' to skip interpreter magic line,
5928 and also skip XML declaration.
5929
66bd25ab
SM
59302013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * startup.el (package--builtin-versions): New var.
5933 (package-subdirectory-regexp): Remove.
5934 (package--description-file): Hard code its value instead.
5935
5936 * emacs-lisp/package.el: Don't activate packages older than builtin.
5937 (package-obsolete-list): Rename from package-obsolete-alist, and make
5938 it into a simple list of package-desc.
5939 (package-strip-version): Remove.
5940 (package-built-in-p): Use package--builtin-versions.
5941 (package-mark-obsolete): Simplify.
5942 (package-process-define-package): Mark it obsolete if older than the
5943 builtin version.
5944 (package-handle-response): Use line-end-position.
5945 (package-read-archive-contents, package--download-one-archive):
5946 Simplify.
5947 (package--add-to-archive-contents): Skip if older than the builtin or
5948 installed version.
5949 (package-menu-describe-package): Fix last change.
5950 (package-list-unversioned): New var.
5951 (package-menu--generate): Use it.
5952
5953 * emacs-lisp/autoload.el: Manage package--builtin-versions.
5954 (autoload--insert-text, autoload--insert-cookie-text): New functions.
5955 (autoload-builtin-package-versions): New variable.
5956 (autoload-generate-file-autoloads): Use them.
5957 Remove the list of autoloaded functions/macros from the
5958 (autoload...) comments.
5959
5960 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
5961
9583ec36
EZ
59622013-06-15 Eli Zaretskii <eliz@gnu.org>
5963
5964 * simple.el (line-move-partial): Don't jump to the next screen
5965 line as soon as it becomes visible. Instead, continue enlarging
5966 the vscroll until the portion of a tall screen line that's left on
5967 display is about the height of the frame's default font.
5968 (Bug#14567)
5969
f0100d8a
GM
59702013-06-15 Glenn Morris <rgm@gnu.org>
5971
b86a85ca
GM
5972 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
5973 compilation-error-regexp-alist void, or local while let-bound.
5974
f0100d8a
GM
5975 * progmodes/make-mode.el (makefile-mode-syntax-table):
5976 Treat "=" as punctuation. (Bug#14614)
5977
05e7ce90
JB
59782013-06-15 Juanma Barranquero <lekktu@gmail.com>
5979
5980 * help-fns.el (describe-variable):
5981 Add extra line for permanent-local variables.
5982
12e5e86e
SH
59832013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
5984
5985 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5986 Add export, import, library. (Bug#9164)
5987 (library): Set indent function.
5988
230dcbaf
GM
59892013-06-14 Glenn Morris <rgm@gnu.org>
5990
5991 * term/xterm.el (xterm--query):
5992 Stop after first matching handler. (Bug#14615)
5993
e36b2d20 59942013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
5995
5996 Add support for dired in saveplace.
5997 * dired.el (dired-initial-position-hook): New variable.
5998 (dired-initial-position): Call hook to place cursor position.
5999 * saveplace.el (save-place-to-alist): Add dired position.
6000 (save-place-dired-hook): New function.
6001
0b31660d
SM
60022013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6003
bf1e6ae8
SM
6004 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6005 through a symbol rather than letrec.
6006
1b8dff23
SM
6007 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6008 (package-desc): Add `dir' field.
6009 (package-desc-full-name): New function.
6010 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6011 (package-maybe-load-descriptor): Remove.
6012 (package-load-all-descriptors): Just call package-load-descriptor.
6013 (package--disabled-p): New function.
6014 (package-desc-vers, package-desc-doc): Remove aliases.
6015 (package--dir): Remove function.
6016 (package-activate): Check if a package is disabled.
6017 (package-process-define-package): New function, extracted from
6018 define-package.
6019 (define-package): Turn into a place holder.
6020 (package-unpack-single, package-tar-file-info):
6021 Use package--description-file.
6022 (package-compute-transaction): Use package--disabled-p.
6023 (package-download-transaction): Don't call
6024 package-maybe-load-descriptor since they're all loaded anyway.
6025 (package-install): Change argument to be a pkg-desc.
6026 (package-delete): Use a single pkg-desc argument.
6027 (describe-package-1): Use package-desc-dir instead of package--dir.
6028 Use package-desc property instead of package-symbol.
6029 (package-install-button-action): Adjust accordingly.
6030 (package--push): Rewrite.
6031 (package-menu--print-info): Adjust accordingly. Change the ID format
6032 to be a pkg-desc.
6033 (package-menu-describe-package, package-menu-get-status)
6034 (package-menu--find-upgrades, package-menu-mark-upgrades)
6035 (package-menu-execute, package-menu--name-predicate):
6036 Adjust accordingly.
6037 * startup.el (package--description-file): New function.
6038 (command-line): Use it.
6039 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6040 Use package-desc-version.
6041
0b31660d
SM
6042 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6043 (byte-compile-preprocess): Use it.
6044 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6045 can't quite recognize.
6046 (byte-compile-add-to-list): Remove.
6047 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6048 (cconv-closure-convert): Add assertion.
6049
6050 * emacs-lisp/map-ynp.el: Use lexical-binding.
6051 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6052 Factor out some repeated code.
6053
de0503df
SM
60542013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6055
6056 * subr.el (with-eval-after-load): New macro.
6057 (eval-after-load): Allow form to be a function.
6058 take advantage of lexical-binding.
6059 (do-after-load-evaluation): Use dolist and adjust to new format.
6060 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6061
bc5c8c5a
JL
60622013-06-13 Juri Linkov <juri@jurta.org>
6063
6064 * replace.el (perform-replace): Display "symbol " and other search
6065 modes from `isearch-message-prefix' in the *Help* buffer.
6066
6067 * isearch.el (isearch-query-replace): Add " symbol" and other
6068 possible search modes from `isearch-message-prefix' to the prompt.
6069 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6070 when reading a regexp to collect.
6071
a22289f7
JL
60722013-06-13 Juri Linkov <juri@jurta.org>
6073
6074 * isearch.el (word-search-regexp): Match whitespace if the search
6075 string begins or ends in whitespace. The LAX arg is applied to
6076 both ends of the search string. Use `regexp-quote' and explicit
6077 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6078 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6079 boundaries are replaced with symbol boundaries, and characters
6080 between symbols match non-word non-symbol syntax. (Bug#14602)
6081
cb89acab
JL
60822013-06-13 Juri Linkov <juri@jurta.org>
6083
6084 * isearch.el (isearch-del-char): Don't exceed the length of
6085 `isearch-string' by the prefix arg. (Bug#14563)
6086
6e8cfc81
JL
60872013-06-13 Juri Linkov <juri@jurta.org>
6088
6089 * isearch.el (isearch-yank-word, isearch-yank-line)
6090 (isearch-char-by-name, isearch-quote-char)
6091 (isearch-printing-char, isearch-process-search-char):
6092 Add optional count prefix arg. (Bug#14563)
6093
6094 * international/isearch-x.el
6095 (isearch-process-search-multibyte-characters):
6096 Add optional count prefix arg.
6097
c23d55f4
VS
60982013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6099
6100 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6101 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6102 lexical-binding.
6103
61042013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6105
6106 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6107
ba947bc4
GM
61082013-06-13 Glenn Morris <rgm@gnu.org>
6109
8baeb37a
GM
6110 * startup.el (tty-handle-args):
6111 Don't just discard "--" and anything after. (Bug#14608)
6112
ba947bc4
GM
6113 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6114
9abefce4
MA
61152013-06-13 Michael Albinus <michael.albinus@gmx.de>
6116
6117 Implement changes in Secret Service API. Make it backward compatible.
6118 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6119 (secrets-create-item): Use it. Prefix properties with interface.
6120
5755011f
MH
61212013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6122
6123 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6124 (term-emulate-terminal): Respect term-suppress-hard-newline.
6125
1261d2da
S
61262013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6127
6128 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6129 Only remove a `thumb-file' overlay. (Bug#14548)
6130
868490bb
GJ
61312013-06-12 Grégoire Jadi <daimrod@gmail.com>
6132
6133 * mail/reporter.el (reporter-submit-bug-report):
6134 Handle missing package-name. (Bug#14600)
6135
79d7167f
TH
61362013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6137
6138 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6139 (reftex-citation-prompt, reftex-default-bibliography)
6140 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6141 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6142 (reftex-bib-sort-author, reftex-bib-sort-year)
6143 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6144 (reftex-extract-bib-entries-from-thebibliography)
6145 (reftex-get-bibkey-default, reftex-get-bib-names)
6146 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6147 (reftex-format-bib-entry, reftex-parse-bibitem)
6148 (reftex-format-bibitem, reftex-do-citation)
6149 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6150 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6151 (reftex-insert-bib-matches, reftex-format-citation)
6152 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6153 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6154 existing comments into docstrings.
6155
5f9dbd7a
XF
61562013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6157
6158 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6159
94df41ab
AS
61602013-06-12 Andreas Schwab <schwab@suse.de>
6161
6162 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6163 for auto-save files.
6164
a7f3fecc
GM
61652013-06-12 Glenn Morris <rgm@gnu.org>
6166
001809f6
GM
6167 * ido.el (ido-delete-ignored-files): Remove.
6168 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6169 Go back to calling ido-ignore-item-p directly.
a7f3fecc 6170
834b5ded
EL
61712013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6172
08c73ed2
EL
6173 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6174
834b5ded
EL
6175 * ido.el (ido-delete-ignored-files): New function,
6176 split from ido-make-file-list-1.
6177 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6178 (ido-make-file-list-1): Use ido-delete-ignored-files.
6179
daabf15a
LL
61802013-06-12 Leo Liu <sdl.web@gmail.com>
6181
6182 * progmodes/octave.el (inferior-octave-startup)
6183 (inferior-octave-completion-table)
6184 (inferior-octave-track-window-width-change)
6185 (octave-eldoc-function-signatures, octave-help)
6186 (octave-find-definition): Use single quoted strings.
6187 (inferior-octave-startup-args): Change default value.
6188 (inferior-octave-startup): Do not hard code "-i" and
6189 "--no-line-editing".
6190 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6191 (inferior-octave-directory-tracker): Use it.
6192 (octave-goto-function-definition): Robustify.
6193 (octave-help): Support highlighting operators in 'See also'.
6194 (octave-find-definition): Find subfunctions only in Octave mode.
6195
cf4e5178
SM
61962013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6197
6198 * help-fns.el (help-fns--compiler-macro): If the handler function is
6199 named, then put a link to it.
6200 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6201 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6202 (cl-typep): Use it.
6203 (cl-eval-when): Simplify debug spec.
6204 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6205 compiler-macro function instead of setting `compiler-macro-file'.
6206
99c81280 62072013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
6208
6209 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6210 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6211
f56be016
SM
62122013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6213 Daniel Hackney <dan@haxney.org>
6214
6215 First part of Daniel Hackney's patch to package.el.
6216 * emacs-lisp/package.el: Use defstruct.
6217 (package-desc): New, main struct.
6218 (package--bi-desc, package--ac-desc): New structs, used to describe the
6219 format in external files.
6220 (package-desc-vers): Replace with package-desc-version accessor.
6221 (package-desc-doc): Replace with package-desc-summary accessor.
6222 (package-activate-1): Remove `package' arg since the pkg-vec now
6223 includes the name.
6224 (define-package): Use package-desc-from-define.
6225 (package-unpack-single): Change file-name arg to be a symbol.
6226 (package--add-to-archive-contents): Use package-desc-create and new
6227 accessor functions to package--ac-desc.
6228 (package-buffer-info, package-tar-file-info): Return a package-desc.
6229 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6230 arg to be a package-desc.
6231 (package-install-file): Adjust accordingly. Use \' to match EOS.
6232 (package--from-builtin): New function.
6233 (describe-package-1, package-menu--generate): Use it.
6234 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6235 (package-generate-autoloads): Idem and return the name of the file.
6236 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6237 Change pkg-info arg to be a package-desc.
6238 Use package-make-ac-desc.
6239 (package-upload-file): Use \' to match EOS.
6240 * finder.el (finder-compile-keywords): Use package-make-builtin.
6241
31119d63
SM
62422013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6243
931a2762
SM
6244 * vc/vc.el (vc-deduce-fileset): Change error message.
6245 (vc-read-backend): New function.
6246 (vc-next-action): Use it.
6247
5a3eb0c6
SM
6248 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6249
e3eb1bb7
SM
6250 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6251 (prolog-font-lock-keywords): Use regexp-opt instead.
6252 Don't manually highlight strings.
6253 (prolog-mode-variables): Simplify comment-start-skip.
6254 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6255
31119d63
SM
6256 * emacs-lisp/generic.el (generic--normalise-comments)
6257 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6258 (generic-mode-set-comments): Use them.
6259 (generic-bracket-support): Use setq-local.
6260 (generic-make-keywords-list): Declare obsolete.
6261
7de135d0
GM
62622013-06-11 Glenn Morris <rgm@gnu.org>
6263
6264 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6265 Prettify after setting font-lock-defaults. (Bug#14574)
6266
fa6bc6fd
JB
62672013-06-11 Juanma Barranquero <lekktu@gmail.com>
6268
6269 * replace.el (query-replace, occur-read-regexp-defaults-function)
6270 (replace-search):
6271 * subr.el (declare-function, number-sequence, local-set-key)
6272 (substitute-key-definition, locate-user-emacs-file)
6273 (with-silent-modifications, split-string, eval-after-load):
6274 Fix typos, remove unneeded backslashes and reflow some docstrings.
6275
cf1f9b9a
SM
62762013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6279 default for Elisp files.
6280
56602a4b
GM
62812013-06-11 Glenn Morris <rgm@gnu.org>
6282
6283 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6284 although define-derived-mode was doing this anyway. (Bug#14583)
6285
30ae0b2c
JB
62862013-06-10 Juanma Barranquero <lekktu@gmail.com>
6287
6288 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6289 Fix make-variable-buffer-local call to refer to the correct variable.
6290
fa472906
AG
62912013-06-10 Aidan Gauland <aidalgol@amuri.net>
6292
6293 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
6294 (eshell-visual-subcommands, eshell-visual-options):
6295 Add summary line to docstrings. Add cross-references.
fa472906 6296
ff4871b9
GM
62972013-06-10 Glenn Morris <rgm@gnu.org>
6298
6299 * epa.el (epa-read-file-name): New function. (Bug#14510)
6300 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6301
04fcf1b0
AG
63022013-06-09 Aidan Gauland <aidalgol@amuri.net>
6303
6304 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6305 output redirection to be ignored with visual commands.
6306
88b00caa
AG
63072013-06-09 Aidan Gauland <aidalgol@amuri.net>
6308
6309 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
6310 (eshell-term-initialize): Move long lambda to separate function
6311 eshell-visual-command-p.
e7b41c4c
JB
6312 * eshell/em-dirs.el (eshell-dirs-initialise):
6313 * eshell/em-script.el (eshell-script-initialize):
6314 Add missing #' to lambda.
88b00caa 6315
fda74125
LL
63162013-06-08 Leo Liu <sdl.web@gmail.com>
6317
6318 * progmodes/octave.el (octave-add-log-current-defun): New function.
6319 (octave-mode): Set add-log-current-defun-function.
6320 (octave-goto-function-definition): Do not move point if not found.
6321 (octave-find-definition): Enhance to try subfunctions first.
6322
467f3b33
GM
63232013-06-08 Glenn Morris <rgm@gnu.org>
6324
6325 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6326 (byte-compile-backward-char, byte-compile-backward-word):
6327 Improve previous change, to handle non-explicit nil.
6328
544badc3
SM
63292013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6332 (smie--opener/closer-at-point): New function.
6333 (smie--matching-block-data): Use it. Don't match from right after an
6334 opener or right before a closer. Obey smie-blink-matching-inners.
6335 Don't signal a mismatch for repeated inners like "switch..case..case".
6336
a175bf33
LL
63372013-06-07 Leo Liu <sdl.web@gmail.com>
6338
6339 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6340 to t. (Bug#14303)
ce8209d4
LL
6341 (octave-function-header-regexp): Fix. (Bug#14570)
6342 (octave-help-mode-finish-hook, octave-help-mode-finish):
6343 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
6344
6345 * newcomment.el (comment-search-backward): Revert last change.
6346 (Bug#14434)
6347
6348 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6349
a822acff
EZ
63502013-06-07 Eli Zaretskii <eliz@gnu.org>
6351
6352 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6353 through xargs, to avoid failure due to MS-Windows limitations on
6354 command-line length.
6355
961166f5
GM
63562013-06-06 Glenn Morris <rgm@gnu.org>
6357
d0341459
GM
6358 * font-lock.el (lisp-font-lock-keywords-2):
6359 Treat user-error like error.
6360
961166f5
GM
6361 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6362 (byte-compile-backward-char, byte-compile-backward-word):
6363 Handle explicit nil arguments. (Bug#14565)
6364
80fa505f
AM
63652013-06-05 Alan Mackenzie <acm@muc.de>
6366
6367 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 6368 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 6369 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 6370 (Bug#9706)
80fa505f 6371
fccdc796
SM
63722013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * autorevert.el (auto-revert-notify-handler): Use memq.
6375 Hide assertion failure.
6376
6377 * skeleton.el: Use cl-lib.
6378 (skeleton-further-elements): Use defvar-local.
6379 (skeleton-insert): Use cl-progv.
6380
9bfff84b
TZ
63812013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6382
6383 * progmodes/prog-mode.el (prog-prettify-symbols)
6384 (prog-prettify-install): Update docstrings.
6385
55577e7c
SM
63862013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6387
6388 * simple.el: Move all the prog-mode code to prog-mode.el.
6389 * progmodes/prog-mode.el: New file.
6390 * loadup.el: Add prog-mode.el.
6391
8fc57765
TZ
63922013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6393
6394 * simple.el (prog-prettify-symbols): Add version.
6395 (prog-prettify-install): Add convenience function to prettify symbols.
6396
6397 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6398 (perl--augmented-font-lock-keywords-1)
6399 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6400 variables and use it.
6401
6402 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6403 (cfengine3-mode): Remove unneeded variable and use it.
6404
6405 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6406 (lisp--augmented-font-lock-keywords-1)
6407 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6408 Remove unneeded variables and use it.
6409
650645d5 64102013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
6411
6412 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 6413 to point when opening the connection. (Bug#14380)
28f5da6d 6414
781b4af6
SM
64152013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 * subr.el (load-history-regexp, load-history-filename-element)
6418 (eval-after-load, after-load-functions, do-after-load-evaluation)
6419 (eval-next-after-load, display-delayed-warnings)
6420 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6421 definition of save-match-data.
6422 (overriding-local-map): Remove accidental obsolescence declaration.
6423
6424 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6425
3ca0d0b4
TZ
64262013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6427
6428 Generalize symbol prettify support to prog-mode and implement it
6429 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6430 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6431 (prog--prettify-font-lock-compose-symbol)
6432 (prog-prettify-font-lock-symbols-keywords): New variables and
6433 functions to support symbol prettification.
6434 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6435 (lisp--augmented-font-lock-keywords-1)
6436 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6437 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6438 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
6439 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6440 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
6441 * progmodes/perl-mode.el (perl-prettify-symbols)
6442 (perl--font-lock-compose-symbol)
6443 (perl--font-lock-symbols-keywords): Move to prog-mode.
6444 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6445 (perl-font-lock-keywords-1)
6446 (perl-font-lock-keywords-2): Remove explicit prettify support.
6447 (perl--augmented-font-lock-keywords)
6448 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
6449 (perl--augmented-font-lock-keywords-2, perl-mode):
6450 Implement prettify support.
3ca0d0b4 6451
976cb066
LL
64522013-06-05 Leo Liu <sdl.web@gmail.com>
6453
6454 Re-implement smie matching block highlight using
6455 show-paren-data-function. (Bug#14395)
6456 * emacs-lisp/smie.el (smie-matching-block-highlight)
6457 (smie--highlight-matching-block-overlay)
6458 (smie--highlight-matching-block-lastpos)
6459 (smie-highlight-matching-block)
6460 (smie-highlight-matching-block-mode): Remove.
6461 (smie--matching-block-data-cache): New variable.
6462 (smie--matching-block-data): New function.
6463 (smie-setup): Use smie--matching-block-data for
6464 show-paren-data-function.
6465
6466 * progmodes/octave.el (octave-mode-menu): Fix.
6467 (octave-find-definition): Skip garbage lines.
6468
208d0342
SM
64692013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 Fix compilation error with simultaneous dynamic+lexical scoping.
6472 Add warning when a defvar appears after the first let-binding.
6473 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6474 (byte-compile-close-variables): Initialize it.
6475 (byte-compile--declare-var): New function.
6476 (byte-compile-file-form-defvar)
6477 (byte-compile-file-form-define-abbrev-table)
6478 (byte-compile-file-form-custom-declare-variable): Use it.
6479 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6480 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6481 (byte-compile-bind): Handle dynamic bindings that shadow
6482 lexical bindings.
6483 (byte-compile-unbind): Make arg non-optional.
6484 (byte-compile-let): Simplify.
6485 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6486 (cconv--analyse-function, cconv-analyse-form): Populate it.
6487 Protect byte-compile-bound-variables to limit the scope of defvars.
6488 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6489 Remove unneeded rule for `declare'.
6490
6491 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6492 so as to avoid depending on cl-adjoin at run-time.
6493 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6494
6495 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6496 (macroexp--warn-and-return): Use it.
6497
2587b005
LL
64982013-06-05 Leo Liu <sdl.web@gmail.com>
6499
6500 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6501
f1da3c88
LL
65022013-06-04 Leo Liu <sdl.web@gmail.com>
6503
6504 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6505 (compilation-auto-jump): Suppress the "Mark set" message to give
6506 way to exit message.
6507
3caa391f
AM
65082013-06-04 Alan Mackenzie <acm@muc.de>
6509
6510 Remove faulty optimisation from indentation calculation.
6511 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
6512 search limit based on 2000 characters back from indent-point.
6513
068922a2
TH
65142013-06-03 Tassilo Horn <tsdh@gnu.org>
6515
6516 * eshell/em-term.el (cl-lib): Require `cl-lib'.
6517
1f8fdd53
SM
65182013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6519
bbcc4d97
SM
6520 * emacs-lisp/lisp.el: Use lexical-binding.
6521 (lisp--local-variables-1, lisp--local-variables): New functions.
6522 (lisp--local-variables-completion-table): New var.
208d0342 6523 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 6524
1f8fdd53
SM
6525 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
6526 eagerly (bug#14422).
6527
c9628c79
MA
65282013-06-03 Michael Albinus <michael.albinus@gmx.de>
6529
6530 * autorevert.el (auto-revert-notify-enabled)
6531 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6532 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
6533 (auto-revert-notify-handler): Handle also gfilenotify.
6534
e7b41c4c 6535 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 6536 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 6537 Remove.
c9628c79 6538
e5e4a942
JL
65392013-06-03 Juri Linkov <juri@jurta.org>
6540
6541 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
6542 `M-s h .'. (Bug#14427)
6543
6544 * hi-lock.el (highlight-symbol-at-point): New alias for the new
6545 command `hi-lock-face-symbol-at-point'.
6546 (hi-lock-face-symbol-at-point): New command.
6547 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
6548 (hi-lock-menu): Add `highlight-symbol-at-point'.
6549 (hi-lock-mode): Doc fix.
6550
6551 * isearch.el (isearch-forward-symbol-at-point): New command.
6552 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
6553 (isearch-highlight-regexp): Add a regexp which matches
6554 words/symbols for word/symbol mode.
6555
6556 * subr.el (find-tag-default-bounds): New function with the body
6557 mostly moved from `find-tag-default'.
6558 (find-tag-default): Move most code to `find-tag-default-bounds',
6559 call it and apply `buffer-substring-no-properties' afterwards.
6560
26b3353a
TH
65612013-06-03 Tassilo Horn <tsdh@gnu.org>
6562
781b4af6
SM
6563 * eshell/em-term.el (eshell-term-initialize):
6564 Use `cl-intersection' rather than `intersection'.
26b3353a 6565
51b60f53
XF
65662013-06-02 Xue Fuqiao <xfq.free@gmail.com>
6567
fe054b63 6568 * vc/log-view.el: Doc fix.
d3ffe17c 6569 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 6570
a0eb10b3 65712013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
6572
6573 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6574 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6575 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6576 (eieio-unbound, eieio-default-superclass)
6577 (eieio--define-field-accessors, method-static, method-before)
6578 (method-primary, method-after, method-num-lists)
6579 (method-generic-before, method-generic-primary)
6580 (method-generic-after, method-num-slots)
6581 (eieio-specialized-key-to-generic-key)
6582 (eieio--check-type, class-v, class-p)
6583 (eieio-class-name, define-obsolete-function-alias)
6584 (eieio-class-parents-fast, eieio-class-children-fast)
6585 (same-class-fast-p, class-constructor, generic-p)
6586 (generic-primary-only-p, generic-primary-only-one-p)
6587 (class-option-assoc, class-option, eieio-object-p)
6588 (class-abstract-p, class-method-invocation-order)
6589 (eieio-defclass-autoload-map, eieio-defclass-autoload)
6590 (eieio-class-un-autoload, eieio-defclass)
6591 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6592 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6593 (eieio--defgeneric-init-form, eieio-defgeneric-form)
6594 (eieio-defgeneric-reset-generic-form)
6595 (eieio-defgeneric-form-primary-only)
6596 (eieio-defgeneric-reset-generic-form-primary-only)
6597 (eieio-defgeneric-form-primary-only-one)
6598 (eieio-defgeneric-reset-generic-form-primary-only-one)
6599 (eieio-unbind-method-implementations)
6600 (eieio--defmethod, eieio--typep)
6601 (eieio-perform-slot-validation, eieio-validate-slot-value)
6602 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6603 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6604 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6605 (eieio-slot-name-index, eieio-class-slot-name-index)
6606 (eieio-set-defaults, eieio-initarg-to-attribute)
6607 (eieio-attribute-to-initarg, eieio-c3-candidate)
6608 (eieio-c3-merge-lists, eieio-class-precedence-c3)
6609 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6610 (eieio-class-precedence-list, eieio-generic-call-methodname)
6611 (eieio-generic-call-arglst, eieio-generic-call-key)
6612 (eieio-generic-call-next-method-list)
6613 (eieio-pre-method-execution-functions, eieio-generic-call)
6614 (eieio-generic-call-primary-only, eieiomt-method-list)
6615 (eieiomt-optimizing-obarray, eieiomt-install)
6616 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6617 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 6618 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
6619 (defclass): Remove `eval-and-compile' from macro.
6620 (call-next-method, shared-initialize): Instead of using
6621 `scoped-class' variable, use new eieio--scoped-class, and
6622 eieio--with-scoped-class.
6623 (initialize-instance): Rename local variable 'scoped-class' to
6624 'this-class' to remove ambiguitity from old global.
6625
6626 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
6627 eieio.el.
4f405069
JB
6628 (eieio--scoped-class-stack): New variable.
6629 (eieio--scoped-class): New fcn.
890f7890
DE
6630 (eieio--with-scoped-class): New scoping macro.
6631 (eieio-defclass): Use pushnew instead of add-to-list.
6632 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6633 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6634 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6635 `scoped-class' variable, use new eieio--scoped-class, and
6636 eieio--with-scoped-class.
6637
6638 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6639
d105b0e2
TH
66402013-06-02 Tassilo Horn <tsdh@gnu.org>
6641
6642 * eshell/esh-ext.el (eshell-external-command): Pass args to
6643 `eshell-find-interpreter'.
6644 (eshell-find-interpreter): Add new second parameter ARGS.
6645
6646 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 6647 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
6648
6649 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 6650 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
6651
6652 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6653 (eshell-visual-options): New defcustom.
6654 (eshell-escape-control-x): Adapt docstring.
6655 (eshell-term-initialize): Test `eshell-visual-subcommands' and
6656 `eshell-visual-options' in addition to `eshell-visual-commands'.
6657 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6658
f46305c8 66592013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
6660
6661 * progmodes/python.el (python-indent-block-enders): Add break,
6662 continue and raise keywords.
6663
d870df21
GM
66642013-06-01 Glenn Morris <rgm@gnu.org>
6665
9133b82e
GM
6666 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6667
02c992ec 6668 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
6669 * progmodes/cc-cmds.el (delete-forward-p):
6670 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
6671 * progmodes/cc-engine.el (buffer-syntactic-context):
6672 * progmodes/cc-fonts.el (face-property-instance):
6673 * progmodes/cc-mode.el (set-keymap-parents):
6674 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
6675 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
6676 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
6677 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
6678 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 6679
31e7b090
GM
6680 * progmodes/cc-vars.el (other): Emacs has this widget since
6681 at least 21.1, so don't (re)define it.
6682
d870df21
GM
6683 * eshell/em-cmpl.el (eshell-cmpl-initialize):
6684 Replace the obsolete alias pcomplete-arg-quote-list.
6685
c75c93c7
LL
66862013-06-01 Leo Liu <sdl.web@gmail.com>
6687
6688 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
6689 punctuation syntax.
6690 (inferior-octave-minimal-columns)
6691 (inferior-octave-last-column-width): New variables.
6692 (inferior-octave-track-window-width-change): New function.
6693 (inferior-octave-mode): Adjust column width so that Octave output,
6694 for example from 'ls', can fit into the window nicely.
6695
973d1e12
DG
66962013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6697
6698 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6699 Highlight expansions inside regexp literals.
6700
0888c286
GM
67012013-05-31 Glenn Morris <rgm@gnu.org>
6702
e26aac1f
GM
6703 * obsolete/sym-comp.el (symbol-complete):
6704 Replace obsolete completion-annotate-function.
6705
0888c286
GM
6706 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
6707
19bb8e62
DG
67082013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6709
781b4af6
SM
6710 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6711 New function, checks if point is inside a literal that allows
19bb8e62
DG
6712 expression expansion.
6713 (ruby-syntax-propertize-expansion): Use it.
6714 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
6715 around the body.
6716
01dea85f
JL
67172013-05-30 Juri Linkov <juri@jurta.org>
6718
6719 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
6720 to "\M-si".
6721 (isearch-invisible): New variable.
6722 (isearch-forward): Doc fix.
6723 (isearch-mode): Set `isearch-invisible'
6724 to the value of `search-invisible'.
6725 (isearch-toggle-case-fold): Doc fix.
6726 (isearch-toggle-invisible): New command.
6727 (isearch-query-replace): Let-bind `search-invisible'
6728 to the value of `isearch-invisible'.
6729 (isearch-search): Use `isearch-invisible' instead of
6730 `search-invisible'. Let-bind `search-invisible'
6731 to the value of `isearch-invisible'. (Bug#11378)
6732
ab1bdce5
JL
67332013-05-30 Juri Linkov <juri@jurta.org>
6734
6735 * replace.el (perform-replace): Avoid `isearch-range-invisible'
6736 call when `query-flag' is nil and `search-invisible' is non-nil.
6737 (Bug#11746)
6738
d6d236e2
GM
67392013-05-30 Glenn Morris <rgm@gnu.org>
6740
8accd027
GM
6741 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
6742
2a8bed1c
GM
6743 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
6744 (cc-require): Suppress spurious "noruntime" warnings.
6745 (cc-require-when-compile): Use fboundp, for sake of compiler.
6746
d6d236e2
GM
6747 * progmodes/cc-mode.el: Move load of cc-vars before that of
6748 cc-langs (which in turn loads cc-vars), to quieten compiler.
6749
9190b35b
SM
67502013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * paren.el: Simplify the code.
6753 (show-paren-mode): Always start the timer.
6754 (show-paren--idle-timer): Rename from show-paren-idle-timer.
6755 (show-paren--overlay, show-paren--overlay-1): Rename from
6756 show-paren-overlay and show-paren-overlay-1, and initialize to an
6757 overlay rather than to nil.
6758 (show-paren-function): Misc cleanup and simplifications.
6759
4f8d1cf6
SM
67602013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 * paren.el (show-paren-data-function): New hook.
6763 (show-paren--default): New function, extracted from show-paren-function.
6764 (show-paren-function): Use show-paren-data-function.
6765
02d844b5
GM
67662013-05-30 Glenn Morris <rgm@gnu.org>
6767
d209d4a9
GM
6768 * ielm.el (ielm-map, ielm-complete-symbol):
6769 Use completion-at-point rather than obsolete functions.
6770 (inferior-emacs-lisp-mode): Doc fix.
6771 Set completion-at-point-functions, rather than
6772 comint-dynamic-complete-functions.
6773
2082faa6
GM
6774 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
6775 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
6776 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
6777
dd8620de
GM
6778 * image.el (image-animated-p): Tweak definition.
6779
ceca95b1
GM
6780 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
6781 (rlogin-process-connection-type): Tweak default. Add set-after.
6782 (rlogin-host): Doc fix.
6783 (rlogin): Tweak prompt.
6784 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
6785
ee9f1acc
GM
6786 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
6787 * progmodes/tcl.el (inferior-tcl-mode-map):
6788 Use completion-at-point rather than obsolete alias.
6789
45ce222e
GM
6790 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
6791
02d844b5
GM
6792 * minibuffer.el (read-file-name-completion-ignore-case):
6793 Move before completion--in-region, for eager macro expansion.
6794
ac44d6c1
JL
67952013-05-29 Juri Linkov <juri@jurta.org>
6796
6797 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
6798 for total count of matching lines. Add `global-matches' for total
6799 count of matches. Rename `matches' to `lines' for count of
6800 matching lines. Add `matches' for count of matches.
6801 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
6802 to `prev-line' for line number of prev match endpt.
6803 Increment `matches' for every match. Print the number of
6804 matching lines in the header.
6805 (occur-context-lines): Rename `lines' to `curr-line'.
6806 Rename `prev-lines' to `prev-line'. (Bug#14017)
6807
3c9c9d38
JL
68082013-05-29 Juri Linkov <juri@jurta.org>
6809
6810 * replace.el (perform-replace): Add `skip-read-only-count',
6811 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
6812 Increment them for corresponding conditions and report the number
6813 of skipped occurrences in the final message. (Bug#11746)
6814 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6815 (replace-string, replace-regexp): Doc fix.
6816
33e249a2
SM
68172013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6818
8e399682
SM
6819 * emacs-lisp/trace.el (trace--read-args): Provide a default.
6820
33e249a2 6821 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 6822 prog-mode-map (bug#14504).
33e249a2 6823
f236dd84
LL
68242013-05-29 Leo Liu <sdl.web@gmail.com>
6825
6826 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
6827 (octave-help): Small simplification.
6828
6829 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
6830 off the highlight first.
6831
3694d13f
GM
68322013-05-29 Glenn Morris <rgm@gnu.org>
6833
03983bdc
GM
6834 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
6835 Handle idlwave-last-system-routine-info-cons-cell being nil.
6836
bc74a74a
GM
6837 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6838 (idlwave-write-paths): Simplify via with-temp-buffer.
6839
8b394200
GM
6840 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
6841 * emulation/cua-rect.el: Also load cua-base at run time.
6842
3694d13f
GM
6843 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
6844 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
6845 (cperl-imenu-on-info): Require imenu.
6846
336d7284
AM
68472013-05-28 Alan Mackenzie <acm@muc.de>
6848
6849 Handle "capitalised keywords" correctly.
33e249a2 6850 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 6851
cb29c582
AG
68522013-05-28 Aidan Gauland <aidalgol@amuri.net>
6853
781b4af6 6854 * eshell/em-unix.el: Add -r option to cp.
cb29c582 6855
690e44b2
GM
68562013-05-28 Glenn Morris <rgm@gnu.org>
6857
e658d75c
GM
6858 * vc/vc-arch.el (vc-exec-after): Declare.
6859 (vc-switches): Autoload.
6860 * vc/vc-bzr.el: No need to require vc when compiling.
6861 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
6862 (vc-resynch-buffer, vc-dir-refresh): Declare.
6863 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
6864 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
6865 (vc-resynch-buffer): Declare.
6866 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 6867 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
6868 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
6869 (grep-read-regexp, grep-read-files, grep-expand-template)
6870 (vc-dir-refresh): Declare.
6871 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
6872 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
6873 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
6874 * vc/vc-mtn.el (vc-exec-after): Declare.
6875 (vc-switches): Autoload.
6876 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
6877 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
6878 (vc-file-tree-walk): Declare.
712b9732
GM
6879 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
6880 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
6881 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
6882 * vc/vc-svn.el (vc-exec-after): Declare.
6883 (vc-switches, vc-setup-buffer): Autoload.
6884 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
6885 Autoload.
6886 (vc-resynch-buffer): Declare.
6887
98e87fb3
GM
6888 * obsolete/fast-lock.el (byte-compile-warnings):
6889 Don't warn about obsolete features in this obsolete file.
6890
f5379553
GM
6891 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
6892 Move definition before use.
6893
7a20ef83
GM
6894 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
6895 (dun-unix-verbs): Remove dun-zippy.
6896 (dun-zippy): Remove function.
6897
690e44b2
GM
6898 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6899
3a52ccf7
JL
69002013-05-27 Juri Linkov <juri@jurta.org>
6901
6902 * replace.el (replace-search): New function with code moved out
6903 from `perform-replace'.
6904 (replace-highlight, replace-dehighlight): Move function definitions
6905 up closer to `replace-search'. (Bug#11746)
6906
d289938a
JL
69072013-05-27 Juri Linkov <juri@jurta.org>
6908
6909 * replace.el (perform-replace): Ignore invisible matches.
6910 In addition to checking `query-replace-skip-read-only', also
6911 filter out matches by calling `run-hook-with-args-until-failure'
6912 on `isearch-filter-predicates', and also check `search-invisible'
6913 for t or call `isearch-range-invisible'.
6914 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
6915
66fc57e3
JL
69162013-05-27 Juri Linkov <juri@jurta.org>
6917
6918 * isearch.el (isearch-filter-predicates): Rename from
6919 `isearch-filter-predicate'. Doc fix. (Bug#11378)
6920 (isearch-message-prefix): Display text from the property
6921 `isearch-message-prefix' of the currently active filters.
6922 (isearch-search): Don't compare `isearch-filter-predicate' with
6923 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
6924 on `isearch-filter-predicates'. Also check `search-invisible' for t
6925 or call `isearch-range-invisible'.
6926 (isearch-filter-visible): Make obsolete.
6927 (isearch-lazy-highlight-search):
6928 Call `run-hook-with-args-until-failure' on
6929 `isearch-filter-predicates' and use `isearch-range-invisible'.
6930
6931 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
6932 `isearch-filter-predicates' instead of `funcall'ing
6933 `isearch-filter-predicate'.
6934 (Info-mode): Set `Info-isearch-filter' to
6935 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
6936
6937 * dired-aux.el (dired-isearch-filter-predicate-orig):
6938 Remove variable.
6939 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
6940 (dired-isearch-filenames-end): Add and remove
6941 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
6942 instead of changing the value of `isearch-filter-predicate'.
6943 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
6944 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
6945 Put property `isearch-message-prefix' to "filename " on
6946 `dired-isearch-filter-filenames'.
6947
6948 * wdired.el (wdired-change-to-wdired-mode):
6949 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
6950 locally instead of changing `isearch-filter-predicate'.
6951 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
6952
f1a60a0f
DG
69532013-05-27 Dmitry Gutov <dgutov@yandex.ru>
6954
6955 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
6956 return the commit hash (Bug#14459). Also set the
6957 `vc-git-detached' property.
6958 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
6959 (vc-git-mode-line-string): Use the same help-echo format whether
6960 in detached mode or not, because we know the actual revision now.
6961 When in detached mode, shorten the revision to 7 chars.
6962
7f17cc40
SM
69632013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6964
6965 * emacs-lisp/easy-mmode.el (define-minor-mode):
6966 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
6967 mode hook and provide a docstring.
6968
25c8401c
AM
69692013-05-27 Alan Mackenzie <acm@muc.de>
6970
6971 Remove spurious syntax-table text properties inserted by C-y.
6972 * progmodes/cc-mode.el (c-after-change): Also clear hard
6973 syntax-table property with value nil.
6974
dde84790
MA
69752013-05-27 Michael Albinus <michael.albinus@gmx.de>
6976
6977 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
6978 when reading the events; the buffer layout shall not be changed.
6979
837fd9af
LL
69802013-05-27 Leo Liu <sdl.web@gmail.com>
6981
6982 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
6983 New variable.
6984 (inferior-octave-directory-tracker): Automatically re-sync
6985 default-directory.
6986 (octave-help): Improve handling of 'See also'.
6987
4fd996b3
SM
69882013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6989
416f1802
SM
6990 * doc-view.el: Minor naming convention tweaks.
6991 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
6992
4fd996b3
SM
6993 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
6994 even if there's no `display' property yet (bug#14435).
6995
a052ef3b
EZ
69962013-05-25 Eli Zaretskii <eliz@gnu.org>
6997
4fd996b3 6998 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
6999
7000 * Makefile.in (custom-deps, finder-data, autoloads)
7001 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7002 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7003 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7004
c9023370
SM
70052013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7008 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 7009 Don't burp at EOB.
c9023370 7010
24d699fa
LL
70112013-05-25 Leo Liu <sdl.web@gmail.com>
7012
7013 * comint.el (comint-previous-matching-input): Do not flood the
7014 *Messages* buffer with trivial messages.
7015
17e5c0cc
SM
70162013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * progmodes/flymake.el (flymake-nop): Don't return a string.
7019 (flymake-set-at): Fix typo.
7020
7021 * simple.el (read--expression): New function, extracted from
7022 eval-expression. Set completion-at-point-functions (bug#14465).
7023 (eval-expression, eval-minibuffer): Use it.
7024
5d028165
XF
70252013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7026
7027 * progmodes/flymake.el (flymake-save-buffer-in-file)
7028 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7029 (flymake-selected-frame, flymake-log, flymake-ins-after)
7030 (flymake-set-at, flymake-get-buildfile-from-cache)
7031 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7032 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7033 Refine the doc string.
7034 (flymake-get-file-name-mode-and-masks): Reformat.
7035 (flymake-get-real-file-name-function): Fix a minor bug.
7036
7a1d7ba7
JL
70372013-05-24 Juri Linkov <juri@jurta.org>
7038
7039 * progmodes/grep.el (grep-mode-font-lock-keywords):
7040 Support =linenumber= format used by git-grep for lines with
7041 function names. (Bug#13549)
7042
650cff3d
SM
70432013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7046 0 after a semi-colon; it works better for smie-auto-fill.
7047 (octave--indent-new-comment-line): New function.
7048 (octave-indent-new-comment-line): Use it (indirectly).
7049 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7050 modify comment-line-break-function.
7051
7052 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7053 (smie-setup): Use add-function to set it.
7054
9631677d
SS
70552013-05-24 Sam Steingold <sds@gnu.org>
7056
7057 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7058 argument (before the `interactive' argument).
7059
50105835
SM
70602013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * image-mode.el (image-mode-winprops): Add winprops to
7063 image-mode-winprops-alist before running
7064 image-mode-new-window-functions.
7065 * doc-view.el (doc-view-new-window-function): Don't delay
7066 doc-view-goto-page via timers (bug#14435).
7067
57b9823e
TH
70682013-05-24 Tassilo Horn <tsdh@gnu.org>
7069
7070 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7071 (doc-view-desktop-save-buffer): New function.
7072 (doc-view-restore-desktop-buffer): New function.
50105835
SM
7073 (desktop-buffer-mode-handlers):
7074 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
7075 handler.
7076 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7077 `desktop-save-buffer' function.
7078
91aafa16
MA
70792013-05-24 Michael Albinus <michael.albinus@gmx.de>
7080
7081 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7082 (tramp-gvfs-file-name-handler): Raise a user error when
7083 `tramp-gvfs-enabled' is nil.
7084 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7085 Do not raise a user error when loading package. (Bug#14447)
7086
ec076379
MA
7087 * net/xesam.el: Move to obsolete/.
7088
db785726
GM
70892013-05-24 Glenn Morris <rgm@gnu.org>
7090
af5c7606
GM
7091 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7092
e5d1916a
GM
7093 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7094
ded62b08
GM
7095 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7096 (Info-find-node, Man-getpage-in-background): Declare.
7097
9e614a3f
GM
7098 * mail/unrmail.el (unrmail):
7099 Replace obsolete detect-coding-with-priority.
7100
892f8ca3
GM
7101 * net/socks.el (socks-split-string): Use this rather than split-string.
7102 (socks-nslookup-host): Update for above change.
7103 (dynamic-choice, s5-dynamic-choice-match)
7104 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7105 Comment out unused code.
7106
3c291973
GM
7107 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7108 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7109 (gud-tooltip-echo-area): Make obsolete.
7110 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7111
43cc956b
GM
7112 * progmodes/js.el (js--optimize-arglist): Declare.
7113
dab49a3b
GM
7114 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7115
36b9d085
GM
7116 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7117 (ediff-window-C): Declare.
7118
e354ae76
GM
7119 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7120 Tweak requires to silence compiler.
7121
b8e57bf4
GM
7122 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7123 (he-search-string, he-tried-table, he-expand-list)
7124 (he-init-string, he-string-member, he-substitute-string)
7125 (he-reset-string): Declare.
7126
db785726
GM
7127 * obsolete/options.el (list-options): Use custom-variable-p,
7128 rather than obsolete alias.
7129
b3531901
SS
71302013-05-23 Sam Steingold <sds@gnu.org>
7131
7132 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 7133 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
7134 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7135
bdda4c66
SM
71362013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * emacs-lisp/smie.el (smie-indent-forward-token)
7139 (smie-indent-backward-token): Handle string tokens (bug#14381).
7140
c43d45f9
TH
71412013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7142
fe1eb856
RS
7143 * ielm.el (ielm-menu): New menu.
7144 (inferior-emacs-lisp-mode): Set comment-start.
96172128 7145
fe1eb856
RS
71462013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7147
7148 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7149 Fix deactivate action.
7150
7151 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7152 Add cleveref macros.
074dd971 7153
c43d45f9
TH
7154 * lisp/textmodes/reftex-parse.el
7155 (reftex-locate-bibliography-files): Accept options for
7156 bibliography commands.
7157 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7158 Add addbibresource. Basic Biblatex support.
7159
7764286e
MA
71602013-05-23 Michael Albinus <michael.albinus@gmx.de>
7161
7162 * net/tramp-gvfs.el (top):
7163 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7164 when loading package. (Bug#14447)
7165
d361bc10
GM
71662013-05-23 Glenn Morris <rgm@gnu.org>
7167
8fa23984
GM
7168 * progmodes/js.el: No need to load comint when compiling.
7169 (ring-insert, comint-send-string, comint-send-input)
7170 (comint-last-input-end, ido-chop): Declare.
7171
a5c7df1a
GM
7172 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7173 * vc/ediff-mult.el: Adjust requires.
7174 (ediff-directories-internal, ediff-directory-revisions-internal)
7175 (ediff-patch-file-internal): Declare.
7176 * vc/ediff-ptch.el: Adjust requires.
7177 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7178 (ediff-find-file): Autoload.
7179 * vc/ediff-util.el: No need to load ediff when compiling.
7180 (ediff-regions-internal): Declare.
7181 * vc/ediff-wind.el: Adjust requires.
7182 (ediff-compute-toolbar-width): Define when compiling.
7183 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7184 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7185 (dired-get-filename, dired-get-marked-files)
7186 (ediff-last-dir-patch, ediff-patch-default-directory)
7187 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7188 (ediff-patch-buffer-internal): Declare.
7189
e2aec513
GM
7190 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7191 (ispell-process, ispell-buffer-local-words, lm-summary)
7192 (lm-section-start, lm-section-end): Declare.
7193 (checkdoc-ispell-init): Simplify.
7194
e68bbd7c
GM
7195 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7196 (he-string-member, he-reset-string, he-substitute-string): Declare.
7197
7efe0991
GM
7198 * eshell/em-ls.el: Adjust requires.
7199 (eshell-glob-regexp): Declare.
f87b1284
GM
7200 * eshell/em-tramp.el: Adjust requires.
7201 (eshell-parse-command): Autoload.
7202 * eshell/em-xtra.el: Adjust requires.
7203 (eshell-parse-command): Autoload.
7204 * eshell/esh-ext.el: Adjust requires.
7205 (eshell-parse-command, eshell-close-handles): Autoload.
7206 * eshell/esh-io.el: Adjust requires.
7207 (eshell-output-filter): Autoload.
7208 * eshell/esh-util.el: No need to load tramp when compiling.
7209 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7210 Declare.
7211 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7212 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7213 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7214 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7215 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7216 * eshell/esh-opt.el, eshell/esh-proc.el:
7217 * eshell/esh-var.el: Adjust requires.
7218 * eshell/eshell.el: Do not require esh-util twice.
7219 (eshell-add-input-to-history): Declare.
7220 (eshell-command): Check history module is active before using it.
7221
d361bc10
GM
7222 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7223
85d090a9
LL
72242013-05-22 Leo Liu <sdl.web@gmail.com>
7225
7226 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7227
5d0acd9d
MA
72282013-05-22 Michael Albinus <michael.albinus@gmx.de>
7229
7230 * autorevert.el (auto-revert-notify-add-watch)
7231 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7232 it indicates changes in file modification time.
7233
0cdffd7d
GM
72342013-05-22 Glenn Morris <rgm@gnu.org>
7235
ca5995ec
GM
7236 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7237 Always delete the autoloaded function from the noruntime and
7238 unresolved functions lists.
7239
6450907e
GM
7240 * allout.el: No need to load epa, epg, overlay when compiling.
7241 (epg-context-set-passphrase-callback, epg-list-keys)
7242 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7243 (epg-key-user-id-list): Declare.
7244
9c6906f6
GM
7245 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7246 (viper-set-parsing-style-toggling-macro)
7247 (viper-set-emacs-state-searchstyle-macros):
7248 Use called-interactively-p on Emacs.
7249 (viper-looking-back): Make it an obsolete alias. Update callers.
7250 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7251 Use looking-back rather than viper-looking-back.
7252 (viper-tmp-insert-at-eob, viper-enlarge-region)
7253 (viper-read-string-with-history, viper-register-to-point)
7254 (viper-append-to-register, viper-change-state-to-vi)
7255 (viper-backward-char-carefully, viper-forward-char-carefully)
7256 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7257 (viper-change-state-to-emacs): Declare.
7258 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7259 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7260 * emulation/viper-mous.el: Do not load viper-cmd.
7261 (viper-backward-char-carefully, viper-forward-char-carefully)
7262 (viper-forward-word, viper-adjust-window): Declare.
7263
5f70c169
GM
7264 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7265
b1b7f300
GM
7266 * progmodes/idlw-help.el (idlwave-help-fontify):
7267 Use called-interactively-p.
7268
f6ebbb46
GM
7269 * term/w32console.el (w32-get-console-codepage)
7270 (w32-get-console-output-codepage): Declare.
7271
0cdffd7d
GM
7272 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7273 Remove unnecessary declarations.
7274 (dframe-message): Doc fix.
7275
7276 * info.el (dframe-select-attached-frame, dframe-current-frame):
7277 Declare.
7278
7279 * speedbar.el (speedbar-message): Make it an obsolete alias.
7280 Update all callers.
7281 (speedbar-with-attached-buffer)
7282 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7283 (speedbar-with-writable): Use backquote.
7284 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7285 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7286 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7287 rather than speedbar- aliases.
7288 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7289 (speedbar-make-specialized-keymap, speedbar-insert-button)
7290 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7291 (speedbar-do-function-pointer): Declare.
7292 (rmail-speedbar-button, rmail-speedbar-find-file)
7293 (rmail-speedbar-move-message):
7294 Use dframe-with-attached-buffer rather than speedbar- alias.
7295 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7296 (dframe-message, speedbar-make-specialized-keymap)
7297 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7298 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7299 (speedbar-insert-button, dframe-select-attached-frame)
7300 (dframe-maybee-jump-to-attached-frame)
7301 (speedbar-change-initial-expansion-list)
7302 (speedbar-previously-used-expansion-list-name): Declare.
7303 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7304 Use dframe-message, dframe-with-attached-buffer rather than
7305 speedbar- aliases.
7306 (gud-sentinel): Silence compiler.
7307 * progmodes/vhdl-mode.el (speedbar-refresh)
7308 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7309 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7310 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7311 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7312 (speedbar-file-lists, speedbar-make-tag-line)
7313 (speedbar-line-directory, speedbar-goto-this-file)
7314 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7315 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7316 (speedbar-make-button, speedbar-reset-scanners)
7317 (speedbar-files-item-info, speedbar-line-text)
7318 (speedbar-find-file-in-frame, speedbar-set-timer)
7319 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7320 (speedbar-with-writable): Do not (re)define it.
7321 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7322 rather than speedbar- alias.
7323
ee44b62a
LL
73242013-05-21 Leo Liu <sdl.web@gmail.com>
7325
7326 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7327 menu items.
7328 (octave-mode): Tweak fill-nobreak-predicate.
7329 (inferior-octave-startup): Check process to avoid infinite loop.
7330 (inferior-octave): Pop to buffer first to show abornmal process
7331 exit information.
7332
640f050f
GM
73332013-05-21 Glenn Morris <rgm@gnu.org>
7334
79458038
GM
7335 * printing.el (pr-menu-bar): Define when compiling.
7336
9cc3e83f
LL
73372013-05-21 Leo Liu <sdl.web@gmail.com>
7338
7339 * progmodes/octave.el (octave-auto-fill): Remove.
7340 (octave-indent-new-comment-line): Improve.
7341 (octave-mode): Use auto fill mode through
4f405069 7342 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 7343 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 7344 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
7345 (octave-help): Show parent directory.
7346
f440830d
GM
73472013-05-21 Glenn Morris <rgm@gnu.org>
7348
7349 * files.el (dired-unmark):
7350 * progmodes/gud.el (gdb-input): Update declarations.
7351
7352 * calculator.el (electric, ehelp): No need to load when compiling.
7353 (Electric-command-loop, electric-describe-mode): Declare.
7354
7355 * doc-view.el (doc-view-current-converter-processes): Move before use.
7356
7357 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7358 Move MODE-set-explicitly definition before use.
7359
7360 * international/mule-diag.el (mule-diag):
7361 Don't use obsolete window-system-version.
7362
7363 * mail/feedmail.el (smtpmail): No need to load when compiling.
7364 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7365
7366 * mail/mail-utils.el (rfc822): No need to load when compiling.
7367 (rfc822-addresses): Autoload it.
7368 (mail-strip-quoted-names): Trivial simplification.
7369
7370 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7371 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7372
7373 * net/snmp-mode.el (tempo): Don't duplicate requires.
7374
7375 * progmodes/prolog.el (info): No need to load when compiling.
7376 (comint): Require before shell requires it.
7377 (Info-goto-node): Autoload it.
7378 (Info-follow-nearest-node): Declare.
7379 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7380
7381 * textmodes/artist.el (picture-mode-exit): Declare.
7382
7383 * textmodes/reftex-parse.el (reftex-parse-from-file):
7384 Trivial rewrite so the compiler can parse it better.
7385
b4da2cbb
LL
73862013-05-20 Leo Liu <sdl.web@gmail.com>
7387
7388 * progmodes/octave.el (octave-help-mode-map)
7389 (octave-help-mode-finish-hook): New variables.
7390 (octave-help-mode, octave-help-mode-finish): New functions.
7391 (octave-help): Use octave-help-mode.
7392
33c0f65b
GM
73932013-05-20 Glenn Morris <rgm@gnu.org>
7394
7395 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7396
1a0a0a8a
DG
73972013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7398
7399 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7400 start at point, so that expansion starting right after opening
7401 slash in a regexp is recognized.
7402 (ruby-syntax-before-regexp-re): New defvar, extracted from
7403 ruby-syntax-propertize-function. Since the value of this regexp
7404 is looked up at runtime now, we should be able to turn
7405 `ruby-syntax-methods-before-regexp' into a defcustom later.
7406 (ruby-syntax-propertize-function): Split regexp matching into two
7407 parts, for opening and closing slashes. That allows us to skip
7408 over string interpolations and support multiline regexps.
7409 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7410 for them, which calls `ruby-syntax-propertize-expansion'.
7411 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7412 call to `ruby-syntax-propertize-function'.
7413 (ruby-syntax-propertize-expansion): Extracted from
7414 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
7415 (ruby-syntax-propertize-percent-literal): Leave point right after
7416 the percent symbol, so that the expression expansion rule can
7417 propertize the contents.
462388b6
DG
7418 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7419 heredoc openers.
7420 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 7421
c1a6c0a4
JL
74222013-05-18 Juri Linkov <juri@jurta.org>
7423
7424 * man.el (Man-default-man-entry): Remove `-' from the end
7425 of the default value. (Bug#14400)
7426
8051fccd
GM
74272013-05-18 Glenn Morris <rgm@gnu.org>
7428
7429 * comint.el (comint-password-prompt-regexp):
7430 Allow "password for XXX" where XXX contains colons (eg https://...).
7431
5e80b74f
LL
74322013-05-18 Leo Liu <sdl.web@gmail.com>
7433
7434 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 7435 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
7436 (octave-source-directories): Don't check process.
7437 (octave-source-directories, octave-find-definition): Doc fix.
7438
521a54c5
GM
74392013-05-18 Glenn Morris <rgm@gnu.org>
7440
86a94b05
GM
7441 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7442 Remove backspace/delete bindings. (Bug#14392)
7443
521a54c5
GM
7444 * cus-dep.el (custom-make-dependencies): Sort the output.
7445 (custom-versions-load-alist): Convert comment to doc.
7446
42caeb89
LL
74472013-05-17 Leo Liu <sdl.web@gmail.com>
7448
7449 * newcomment.el (comment-search-backward): Stricter in finding
7450 comment start. (Bug#14303)
7451
7452 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7453 (octave-comment-start-skip): Properly anchored.
7454
e219dd97
LL
74552013-05-17 Leo Liu <sdl.web@gmail.com>
7456
fe1eb856
RS
7457 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7458 Clean up when turned off. (Bug#14395)
e219dd97
LL
7459 (smie--highlight-matching-block-overlay): No longer buffer-local.
7460 (smie-highlight-matching-block): Adjust.
7461
dc5dcb4b
PE
74622013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7463
7464 Doc string fix for "nanoseconds" (Bug#14406).
7465 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7466 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7467
1db165f0
JB
74682013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7469
7470 * calc/calc-units.el (math-extract-units): Preserve powers
7471 of units.
7472
c7a8fcac
LL
74732013-05-17 Leo Liu <sdl.web@gmail.com>
7474
7475 * subr.el (delete-consecutive-dups): New function.
7476 * ido.el (ido-set-matches-1): Use it.
7477 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7478 * ido.el (ido-remove-consecutive-dups): Remove.
7479
f678b18a
SM
74802013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7481
7482 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7483 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7484 regexp-opt's `words'.
7485
ebfe68e8
LL
74862013-05-16 Leo Liu <sdl.web@gmail.com>
7487
7488 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
7489 (smie--highlight-matching-block-overlay)
7490 (smie--highlight-matching-block-lastpos)
7491 (smie--highlight-matching-block-timer): New variables.
7492 (smie-highlight-matching-block): New function.
7493 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
7494 (smie-setup): Conditionally enable smie-blink-matching-open.
7495
bc8bc17d
WS
74962013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
7497
7498 Sync with upstream verilog-mode r840.
7499 * progmodes/verilog-mode.el (verilog-mode-version)
7500 (verilog-mode-release-date): Update.
7501 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7502 (verilog-sig-tieoff): Fix string error on
7503 AUTORESET with colon define, bug594. Reported by Andrew Hou.
7504 (verilog-read-decls): Fix parameters confusing
7505 AUTOINST interfaces, bug565. Reported by Leith Johnson.
7506
df065a0b
EZ
75072013-05-16 Eli Zaretskii <eliz@gnu.org>
7508
7509 * subr.el (reveal-filename): New function.
7510
7511 * loadup.el: Compute Emacs executable versions on MS-Windows,
7512 where executables have the .exe extension. Add a hard link
7513 emacs-XX.YY.ZZ.exe on MS-Windows.
7514
7515 * Makefile.in (XARGS_LIMIT): New variable.
7516 (custom-deps, finder-data, autoloads)
7517 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7518 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7519 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
7520 (compile-main): Limit xargs according to $(XARGS_LIMIT).
7521
2d4bf34b
LL
75222013-05-16 Leo Liu <sdl.web@gmail.com>
7523
7524 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
7525 (octave-mode-menu, octave-mode-map): Remove its uses.
7526
6b9c2d85
RZ
75272013-05-16 Reto Zimmermann <reto@gnu.org>
7528
7529 Sync with upstream vhdl mode v3.34.2.
7530 * progmodes/vhdl-mode.el: Use `push' throughout.
7531 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
7532 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
7533 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
7534 (vhdl-actual-generic-name): New option to derive actual generic name.
7535 (vhdl-port-paste-signals): Replace formal by actual generics.
7536 (vhdl-beautify): New name for old group vhdl-align. Update users.
7537 (vhdl-beautify-options): New option.
7538 (vhdl-last-input-event): New compat alias. Use throughout.
7539 (vhdl-goto-line): Replace user level function `goto-line'.
7540 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
7541 vhdl-fix-statement-buffer.
7542 (vhdl-create-mode-menu): Add some entries.
7543 (vhdl-align-region-groups): Respect vhdl-beautify-options.
7544 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
7545 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
7546 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
7547 to force statements on one line.
7548 (vhdl-remove-trailing-spaces-region):
7549 New, split from vhdl-remove-trailing-spaces.
7550 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
7551 Respect vhdl-beautify-options.
7552 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
7553 (vhdl-update-sensitivity-list): Not add with index if exists without.
7554 Not include array index with signal. Ignore keywords in comments.
7555 (vhdl-get-visible-signals): Regexp tweaks.
7556 (vhdl-template-component-inst): Handle empty library.
7557 (vhdl-template-type): Add template for 'enum' type.
7558 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
7559 Use vhdl-replace-string.
7560 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
7561 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
7562 (vhdl-speedbar-initialize): Update for above name change.
7563 (vhdl-compose-wire-components): Fix in handling of constants.
7564 (vhdl-error-regexp-emacs-alist): New variable.
7565 (vhdl-error-regexp-add-emacs): New function;
7566 adds support for new compile.el (Emacs 22+)
7567 (vhdl-generate-makefile-1): Change target order for single lib. units.
7568 Allow use of absolute file names.
7569
9df4ec5e
LL
75702013-05-16 Leo Liu <sdl.web@gmail.com>
7571
7572 * simple.el (prog-indent-sexp): Indent enclosing defun.
7573
f5ba00a6
GM
75742013-05-15 Glenn Morris <rgm@gnu.org>
7575
ed8be7ff
GM
7576 * cus-start.el (show-trailing-whitespace): Move to editing basics.
7577 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7578 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7579 (whitespace-highlight): Move to whitespace group.
7580
7581 * comint.el (comint-source):
7582 * pcmpl-linux.el (pcmpl-linux):
7583 * shell.el (shell-faces):
7584 * eshell/esh-opt.el (eshell-opt):
7585 * international/ccl.el (ccl): Remove empty custom groups.
7586
7587 * completion.el (dynamic-completion-mode):
7588 * jit-lock.el (jit-lock-debug-mode):
7589 * minibuffer.el (completion-in-region-mode):
7590 * type-break.el (type-break-mode-line-message-mode)
7591 (type-break-query-mode):
7592 * emulation/tpu-edt.el (tpu-edt-mode):
7593 * progmodes/subword.el (global-subword-mode, global-superword-mode):
7594 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7595 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7596
7597 * term/xterm.el (xterm): Change parent group to terminals.
7598
7599 * master.el (master): Remove empty custom group.
7600 (master-mode): Remove unused :group argument.
7601 * textmodes/refill.el (refill): Remove empty custom group.
7602 (refill-mode): Remove unused :group argument.
7603
7604 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7605
82a7c41b
GM
7606 * cus-dep.el: Provide a feature.
7607 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
7608 Don't mistakenly ignore files whose basenames match a basename
7609 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 7610 Add a fallback method for getting :group.
f5ba00a6 7611
6d65486d
JL
76122013-05-15 Juri Linkov <juri@jurta.org>
7613
da547b32
JL
7614 * isearch.el (isearch-char-by-name): Rename from
7615 `isearch-insert-char-by-name'. Doc fix.
7616 (isearch-forward): Mention `isearch-char-by-name' in
7617 the docstring. (Bug#13348)
7618
6d65486d
JL
7619 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7620 `exit-minibuffer' instead of
7621 `isearch-nonincremental-exit-minibuffer'.
7622 (isearch-edit-string): Remove mention of
7623 `isearch-nonincremental-exit-minibuffer' from docstring.
7624 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7625 (isearch-forward-exit-minibuffer)
7626 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
7627
c9990474
SM
76282013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7629
6e911150
SM
7630 * loadup.el: Just use unversioned DOC.
7631
c9990474
SM
7632 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7633 literals as extending to EOB.
7634 (nxml-last-fontify-end): Remove unused variable.
7635 (nxml-after-change1): Use with-silent-modifications.
7636 (nxml-extend-after-change-region): Simplify.
7637 (nxml-extend-after-change-region1): Remove function.
7638 (nxml-after-change1): Don't adjust for dependent regions.
7639 (nxml-fontify-matcher): Simplify.
7640 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7641 (xmltok-add-dependent): Remove function.
7642 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7643 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7644 (xmltok-scan-prolog-after-processing-instruction-open): Treat
7645 unclosed <[[, <?, comment, and other literals as extending to EOB.
7646 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7647 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7648 Remove functions.
7649 (rng-do-some-validation-1): Don't mark dependent regions.
7650 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7651 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7652 (nxml-clear-dependent-regions): Remove functions.
7653 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7654 (nxml-ensure-scan-up-to-date):
7655 Don't clear&mark dependent regions.
7656
e3772e98
LL
76572013-05-15 Leo Liu <sdl.web@gmail.com>
7658
c9990474
SM
7659 * progmodes/octave.el (octave-goto-function-definition):
7660 Improve and fix callers.
e3772e98 7661
5ac2eb34
SM
76622013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7663
c46c57b0
SM
7664 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7665 the setter (bug#14387).
7666
5ac2eb34
SM
7667 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7668 surrounding group (bug#14402).
7669
180ed218
JL
76702013-05-14 Juri Linkov <juri@jurta.org>
7671
7672 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
7673 (Bug#14390)
7674
0ac0fecb
GM
76752013-05-14 Glenn Morris <rgm@gnu.org>
7676
7677 * progmodes/f90.el (f90-imenu-generic-expression):
7678 Fix typo in 2013-05-08 change. (Bug#14402)
7679
2e78e6a7
JPG
76802013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7681
5ac2eb34
SM
7682 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
7683 Remove signals for which replies are never received.
2e78e6a7 7684
53267cca
JPG
76852013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7686
7687 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
7688 (gdb-handler-alist, gdb-handler-number): Remove variables.
7689 (gdb-handler-list): New variable.
7690 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
7691 (gdb-pending-handler-p, gdb-handle-reply)
7692 (gdb-remove-all-pending-triggers): New functions.
7693 (gdb-discard-unordered-replies): New defcustom.
7694 (gdb-handler): New defstruct.
7695 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
7696 instead of gdb-pending-triggers. Update docstring.
7697 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
7698 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
7699 (gdb-var-update-handler, def-gdb-auto-update-trigger)
7700 (def-gdb-auto-update-handler, gdb-get-changed-registers)
7701 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
7702 (gdb-frame-handler): Pending triggers are now automatically managed.
7703 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
7704 Remove argument.
7705 (gdb-input): Automatically handles pending triggers. Update docstring.
7706 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
7707 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
7708 Update comments.
7709 (gdb-done-or-error): Now use gdb-handle-reply.
7710
d04ce803
JPG
77112013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7712
7713 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
7714 gdb-debug-log.
7715
0114073a
GM
77162013-05-14 Glenn Morris <rgm@gnu.org>
7717
7718 * subr.el (user-emacs-directory-warning): New option.
7719 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
7720
4d25fd7e
LL
77212013-05-14 Leo Liu <sdl.web@gmail.com>
7722
7723 * progmodes/octave.el (octave-font-lock-keywords): Fix error
7724 during redisplay.
7725 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
7726 (octave-font-lock-texinfo-comment): Fix invalid search bound
7727 error: wrong side of point.
4d25fd7e 7728
27c8b6eb
GM
77292013-05-14 Glenn Morris <rgm@gnu.org>
7730
61aaeb01
GM
7731 * progmodes/flymake.el (flymake-xml-program): New option.
7732 (flymake-xml-init): Use it.
7733
5bf90bc5
GM
7734 * term/xterm.el: Provide a feature.
7735
7736 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 7737
f4c7dfd2
GM
77382013-05-13 Glenn Morris <rgm@gnu.org>
7739
7740 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
7741 Add compat aliases as a hack workaround. (Bug#14384)
7742
2aeb3a1d
LL
77432013-05-13 Leo Liu <sdl.web@gmail.com>
7744
b0e069c2
LL
7745 * progmodes/octave.el (octave-indent-comment): Fix indentation for
7746 ###, and %!.
f5a9432f
LL
7747 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
7748 C-M-q.
b0e069c2
LL
7749 (octave-comment-start-skip): Include %!.
7750 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 7751
30ea8374
LL
77522013-05-12 Leo Liu <sdl.web@gmail.com>
7753
7754 * progmodes/octave.el (inferior-octave-startup): Store the value
7755 of __octave_srcdir__ for octave-source-directories.
7756 (inferior-octave-check-process): New function refactored out of
7757 inferior-octave-send-list-and-digest.
7758 (octave-source-directories)
7759 (octave-find-definition-filename-function): New variables.
7760 (octave-source-directories)
7761 (octave-find-definition-default-filename): New functions.
7762 (octave-find-definition): Improve to find functions implemented in C++.
7763
472a3834
GM
77642013-05-12 Glenn Morris <rgm@gnu.org>
7765
7766 * calendar/diary-lib.el (diary-outlook-format-1):
7767 Don't include dayname in the output. (Bug#14349)
7768
3191b52f
GM
77692013-05-11 Glenn Morris <rgm@gnu.org>
7770
0060ac73
GM
7771 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
7772
3191b52f
GM
7773 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
7774 Treat cc-provide like provide.
7775
e065ba74
KR
77762013-05-11 Kevin Ryde <user42@zip.com.au>
7777
7778 * cus-dep.el (custom-make-dependencies):
7779 Use generated-autoload-load-name for the sake of files such
7780 such cedet/semantic/bovine/c.el, where the base file name
7781 is not in load-path. (Bug#5277)
7782
36f84c37
GM
77832013-05-11 Glenn Morris <rgm@gnu.org>
7784
7785 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
7786 Provide features.
7787
c8730c3a
LL
77882013-05-11 Leo Liu <sdl.web@gmail.com>
7789
7790 * progmodes/octave.el (octave-indent-comment): Improve.
7791 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
7792 (octave-eldoc-function-signatures, octave-eldoc-function):
7793 New functions.
c8730c3a
LL
7794 (octave-mode, inferior-octave-mode): Add eldoc support.
7795
212e29f2
RS
77962013-05-11 Richard Stallman <rms@gnu.org>
7797
7798 * epa.el (epa-decrypt-file): Take output file name as argument
7799 and read it using `interactive'.
7800
083fe0d7
LL
78012013-05-11 Leo Liu <sdl.web@gmail.com>
7802
7803 * progmodes/octave.el (octave-beginning-of-line)
7804 (octave-end-of-line): Check before using up-list because it jumps
7805 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
7806 (octave-indent-comment): New function.
7807 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
7808 (octave-begin-keywords, octave-end-keywords)
7809 (octave-reserved-words, octave-smie-bnf-table)
7810 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 7811
8582e4c4
GM
78122013-05-11 Glenn Morris <rgm@gnu.org>
7813
f20def1f
GM
7814 * faces.el (internal-face-x-get-resource):
7815 * frame.el (ns-display-monitor-attributes-list):
d78abe37 7816 * calc/calc-aent.el (math-to-radians-2):
f20def1f 7817 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 7818 Fix declarations.
f20def1f 7819
445f95e2
GM
7820 * calc/calc-menu.el: Make it loadable in isolation.
7821
7822 * net/eudcb-bbdb.el: Make it loadable without bbdb.
7823 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
7824 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
7825 (eudc-bbdb-query-internal): Require 'bbdb.
7826
99fb2756
GM
7827 * lpr.el (lpr-headers-switches):
7828 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
7829
7830 * progmodes/sql.el (sql-login-params): Fix and improve :type.
7831
0da7ad96
GM
7832 * emulation/edt-mapper.el: In batch mode, error rather than hang.
7833
8582e4c4
GM
7834 * term.el (term-set-escape-char): Make it idempotent.
7835
f71c50d0
LL
78362013-05-10 Leo Liu <sdl.web@gmail.com>
7837
5ac2eb34
SM
7838 * progmodes/octave.el (inferior-octave-completion-table):
7839 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
7840 completion due to bug#11906.
7841 (octave-beginning-of-defun): Re-write to be more general.
7842
d5837773
GM
78432013-05-10 Glenn Morris <rgm@gnu.org>
7844
7845 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
7846
027c0f75
SM
78472013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7848
7849 * comint.el (comint-redirect-send-command-to-process): Use :around
7850 rather than :override for comint-redirect-filter.
7851 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
7852 Call it instead of comint-redirect-original-filter-function (which
7853 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
7854
4465bfb4
JD
78552013-05-09 Jan Djärv <jan.h.d@swipnet.se>
7856
7857 * frame.el (display-monitor-attributes-list): Add NS case.
7858 (ns-display-monitor-attributes-list): Declare.
7859
2d809ffa 78602013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
7861
7862 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
7863
e54eeb9b
GM
78642013-05-09 Glenn Morris <rgm@gnu.org>
7865
56cd351d
GM
7866 * international/fontset.el (vertical-centering-font-regexp):
7867 Set standard-value.
7868
d84b6108
GM
7869 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
7870
a931698a
GM
7871 * bookmark.el (bookmark-search-delay):
7872 * cus-start.el (vertical-centering-font-regexp):
7873 * ps-mule.el (ps-mule-font-info-database-default):
7874 * ps-print.el (ps-default-fg, ps-default-bg):
7875 * type-break.el (type-break-good-break-interval):
7876 * whitespace.el (whitespace-indentation-regexp)
7877 (whitespace-space-after-tab-regexp):
7878 * emacs-lisp/testcover.el (testcover-1value-functions)
7879 (testcover-noreturn-functions, testcover-progn-functions)
7880 (testcover-prog1-functions):
7881 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7882 * eshell/em-glob.el (eshell-glob-translate-alist):
7883 * play/tetris.el (tetris-tty-colors):
7884 * progmodes/cpp.el (cpp-face-default-list):
7885 * progmodes/flymake.el (flymake-allowed-file-name-masks):
7886 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
7887 (idlwave-help-browser-generic-args):
7888 * progmodes/make-mode.el (makefile-special-targets-list):
7889 * progmodes/python.el (python-shell-virtualenv-path):
7890 * progmodes/verilog-mode.el (verilog-active-low-regexp)
7891 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
7892 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
7893 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7894 * textmodes/reftex-vars.el (reftex-format-label-function):
7895 * textmodes/remember.el (remember-diary-file): Fix custom types.
7896
e54eeb9b
GM
7897 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
7898 Add :version.
7899
455851dd
LL
79002013-05-09 Leo Liu <sdl.web@gmail.com>
7901
7902 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 7903 Restore file completion. (Bug#14300)
455851dd
LL
7904 (inferior-octave-startup): Fix incorrect highlighting for the
7905 first prompt.
7906
a9e4425b
SM
79072013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * progmodes/ruby-mode.el: First cut at SMIE support.
7910 (ruby-use-smie): New var.
7911 (ruby-smie-grammar): New constant.
7912 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
7913 (ruby-smie--forward-token, ruby-smie--backward-token)
7914 (ruby-smie-rules): New functions.
7915 (ruby-mode-variables): Setup SMIE if applicable.
7916
060ca408
EZ
79172013-05-08 Eli Zaretskii <eliz@gnu.org>
7918
7919 * simple.el (line-move-visual): Signal beginning/end of buffer
7920 only if vertical-motion moved less than it was requested. Avoids
7921 silly incorrect error messages when there are display strings with
7922 multiple newlines at EOL.
7923
1d5963cc
SM
79242013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7925
7926 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
7927 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
7928 (prolog-char-quote-workaround):
7929 * progmodes/cperl-mode.el (cperl-under-as-char):
7930 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
7931 Mark as obsolete.
7932 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
7933 their declaration.
7934 (vhdl-mode-syntax-table-init): Remove.
7935
c9990474
SM
7936 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
7937 last change.
1d5963cc
SM
7938
7939 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
7940 syntax for "_".
7941 (ld-script-font-lock-keywords):
7942 Change regexps to use things like \_< and \_>.
7943
7944 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
7945 Change all regexps to use things like \_< and \_>.
7946
7947 * progmodes/autoconf.el (autoconf-definition-regexp)
7948 (autoconf-font-lock-keywords, autoconf-current-defun-function):
7949 Handle a _ with symbol syntax.
7950 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
7951
c9990474
SM
7952 * progmodes/ada-mode.el (ada-mode-abbrev-table):
7953 Consolidate declaration.
1d5963cc
SM
7954 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
7955 the declaration.
7956 (ada-create-syntax-table): Remove.
7957 (ada-capitalize-word): Don't mess with the syntax of "_" since it
7958 already has the right syntax nowadays.
7959 (ada-goto-next-word): Don't change the syntax of "_".
7960
7961 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
7962 with-wrapper-hook.
7963
72d3cfca
SS
79642013-05-08 Sam Steingold <sds@gnu.org>
7965
7966 * thingatpt.el (thing-at-point): Accept optional second argument
7967 NO-PROPERTIES to strip the text properties from the return value.
7968 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
7969 to `thing-at-point' instead of stripping the properties ourselves.
7970 Also, when `thing-at-point' fails to find a url, prepend "http://"
7971 to the filename at point on the assumption that the user is
7972 pointing at something like gnu.org/gnu.
7973
5cb15713
JB
79742013-05-08 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7977 * faces.el (crm-separator):
7978 Silence byte-compiler.
7979
7980 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
7981 (tool-bar-map): Remove unneeded defvars.
7982
ea78b95b
LL
79832013-05-08 Leo Liu <sdl.web@gmail.com>
7984
7985 Re-work a fix for bug#10994 based on Le Wang's patch.
7986 * ido.el (ido-remove-consecutive-dups): New helper.
7987 (ido-completing-read): Use it.
7988 (ido-chop): Revert fix for bug#10994.
7989
dc7466df
AS
79902013-05-08 Adam Spiers <emacs@adamspiers.org>
7991
7992 * cus-edit.el (custom-save-variables):
7993 Pretty-print long values. (Bug#14187)
7994
9ecf672a
GM
79952013-05-08 Glenn Morris <rgm@gnu.org>
7996
7997 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
7998 (m4-mode-syntax-table): Init in the defvar.
7999 (m4-mode-abbrev-table): Let define-derived-mode define it.
8000
3f555be8
TT
80012013-05-08 Tom Tromey <tromey@redhat.com>
8002
8003 * progmodes/m4-mode.el (m4-mode-syntax-table):
8004 Do not treat "_" as word constituent. (Bug#14167)
8005
7cc8ae06
GM
80062013-05-07 Glenn Morris <rgm@gnu.org>
8007
4f58bc06
GM
8008 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8009 Remove explicit eshell-isearch-cancel-map.
8010
7cc8ae06
GM
8011 * progmodes/f90.el (f90-smart-end-names): New option.
8012 (f90-smart-end): Doc fix.
8013 (f90-end-block-optional-name): New constant.
8014 (f90-block-match): Respect f90-smart-end-names.
8015
ceb57e59
SM
80162013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8019 about implicit semi-colons (bug#14218).
8020
4e3f9230
YM
80212013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8022
8023 * frame.el (display-monitor-attributes-list)
8024 (frame-monitor-attributes): New functions.
8025
203a5572
LL
80262013-05-06 Leo Liu <sdl.web@gmail.com>
8027
8028 * progmodes/octave.el (octave-syntax-propertize-function): Change
8029 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8030 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 8031 (octave-completion-at-point): Rename from
203a5572
LL
8032 octave-completion-at-point-function.
8033 (inferior-octave-directory-tracker): Robustify.
8034 (octave-text-functions): Remove and fix its uses. No such things
8035 any more.
8036
ee6cff99
SM
80372013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * emacs-lisp/trace.el (trace--display-buffer): New function.
8040 (trace-make-advice): Use it.
8041
32985194
JL
80422013-05-06 Juri Linkov <juri@jurta.org>
8043
8044 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8045 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8046 Doc fix.
8047 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8048 in the help string. (Bug#12985)
8049
a1c700de
KD
80502013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8051
8052 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8053
c67c0839
SM
80542013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8055
323885fd
SM
8056 * progmodes/perl-mode.el: Add support for here documents.
8057 (perl-syntax-propertize-function): Match here-doc markers.
8058 (perl-syntax-propertize-special-constructs): Find their end.
8059 (perl-imenu-generic-expression): Use [:alnum:].
8060
c67c0839
SM
8061 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8062 (advice--add-function): Refresh the advice if already present
8063 (bug#14317).
8064
d491e7a8
IA
80652013-05-06 Ivan Andrus <darthandrus@gmail.com>
8066
8067 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8068
ddf9925e
GM
80692013-05-06 Glenn Morris <rgm@gnu.org>
8070
7cc3af27
GM
8071 * w32-fns.el (w32-charset-info-alist): Declare.
8072
16e343d6
GM
8073 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8074 of its defcustom properties.
8075 (eshell-cmpl-initialize): No need to load pcomplete.
8076
7d889a47
GM
8077 * generic-x.el: No need to require comint when compiling.
8078
ddf9925e
GM
8079 * net/eudc-export.el: Make it loadable without bbdb.
8080 (top-level): Use require rather than load-library.
8081 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8082 (eudc-batch-export-records-to-bbdb)
8083 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8084 Require bbdb.
8085
1e2c18df
SM
80862013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8089 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8090 some tweaks, instead.
8091
02502a5f
LL
80922013-05-05 Leo Liu <sdl.web@gmail.com>
8093
8094 * progmodes/octave.el (octave-font-lock-keywords)
8095 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8096 (inferior-octave-send-list-and-digest): Improve error message.
8097 (octave-mode, inferior-octave-mode): Use setq-local.
8098 (octave-help): Set info-lookup-mode.
8099
0dc04f42
RS
81002013-05-05 Richard Stallman <rms@gnu.org>
8101
6c54491c
RS
8102 * vc/compare-w.el (compare-windows-whitespace):
8103 Treat no-break space as whitespace.
8104
0dc04f42
RS
8105 * mail/rmailsum.el (rmail-summary-rmail-update):
8106 Detect empty summary and don't change selected message.
8107 (rmail-summary-goto-msg): Likewise.
8108
df8f35df
RS
8109 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8110 Doc fixes, rename args.
8111
5356e1a3
AM
81122013-05-05 Alan Mackenzie <acm@muc.de>
8113
8114 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8115
d44014cb
JL
81162013-05-05 Juri Linkov <juri@jurta.org>
8117
8118 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8119 to not add the length of the summary segment to the return value.
8120 (Bug#14125)
8121
c129b51f
LL
81222013-05-05 Leo Liu <sdl.web@gmail.com>
8123
8124 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8125 (inferior-octave-output-filter): Remove.
8126 (octave-send-region, inferior-octave-startup): Fix callers.
8127 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8128 (octave-binary-file-extensions): New user variable.
8129 (octave-find-definition): Confirm if opening binary files.
8130 (octave-help-file): Use octave-find-definition to get the binary
8131 confirmation.
8132 (octave-help): Adjust for octave-help-file change.
8133
aa7dab97
SM
81342013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8135
8136 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8137 Merge the two entries that handle function definitions.
8138 (pascal--syntax-propertize): New const.
8139 (pascal-mode): Use it. Use setq-local.
8140
fd3a9a6b
GM
81412013-05-04 Glenn Morris <rgm@gnu.org>
8142
8143 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8144 (diary-from-outlook): Respect diary-from-outlook-function.
8145
30c7e542
SM
81462013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8149 Move the declaration from C.
8150 (read-minibuffer, eval-minibuffer): Move from C.
8151 (completion-setup-function): Avoid minibuffer-completion-contents.
8152
b54f978b
LL
81532013-05-03 Leo Liu <sdl.web@gmail.com>
8154
8155 * progmodes/octave.el (octave-font-lock-keywords): Do not
8156 dehighlight 'end' in comments or strings.
30c7e542
SM
8157 (octave-completing-read, octave-goto-function-definition):
8158 New helpers.
d4d0f9b3
LL
8159 (octave-help-buffer): New user variable.
8160 (octave-help-file, octave-help-function): New button types.
8161 (octave-help): New command and bind it to C-h ;.
8162 (octave-find-definition): New command and bind it to M-.
d74a1581 8163 (user-error): Alias to error if not defined.
b54f978b 8164
27135018
LL
81652013-05-02 Leo Liu <sdl.web@gmail.com>
8166
8167 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8168 for \. (bug#14332)
8169 (octave-font-lock-keywords): Include [ and {.
8170
0d634d3a
LL
81712013-05-02 Leo Liu <sdl.web@gmail.com>
8172
8173 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8174 (inferior-octave): Remove calling comint-mode and return the buffer.
8175 (inferior-octave-startup): Cosmetic changes.
8176
b4c8295e
LL
81772013-05-02 Leo Liu <sdl.web@gmail.com>
8178
30c7e542
SM
8179 * progmodes/octave.el (octave-syntax-propertize-function):
8180 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 8181
f12ad6ec
GM
81822013-05-02 Glenn Morris <rgm@gnu.org>
8183
8184 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8185 * desktop.el (vc-dir-mode): Just autoload it here.
8186
30cac1e0
AM
81872013-05-02 Alan Mackenzie <acm@muc.de>
8188
8189 Eliminate variable c-standard-font-lock-fontify-region-function.
8190 * progmodes/cc-mode.el
8191 (c-standard-font-lock-fontify-region-function): Remove.
8192 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8193
d8ef28b1
LL
81942013-05-01 Leo Liu <sdl.web@gmail.com>
8195
2640d52e 8196 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 8197 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 8198 variables were removed from Octave in 2007.
d8ef28b1
LL
8199 (inferior-octave-startup): Fix uses.
8200 (comint-line-beginning-position): Remove compatibility code for
8201 emacs 21.
8202
ac63ec89
JL
82032013-05-01 Juri Linkov <juri@jurta.org>
8204
8205 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8206
9e9be37c
JL
82072013-05-01 Juri Linkov <juri@jurta.org>
8208
8209 * comint.el (comint-previous-matching-input): Don't print message
8210 "History item: %d" when `isearch-mode' is active.
8211 (comint-history-isearch-message): Print message "History item: %d"
8212 when `comint-input-ring-index' is not empty and this function is
8213 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8214
9b92c13b
LL
82152013-05-01 Leo Liu <sdl.web@gmail.com>
8216
8217 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8218 definitions. Use completion-at-point to insert keywords.
8219 (octave-abbrev-start): Remove.
8220 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8221
b12d33d7
LL
82222013-04-30 Leo Liu <sdl.web@gmail.com>
8223
8224 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8225 change.
8226
3d1c39fa
AM
82272013-04-30 Alan Mackenzie <acm@muc.de>
8228
8229 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
8230 * progmodes/cc-engine.el (c-back-over-member-initializers):
8231 new function.
3d1c39fa
AM
8232 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8233 (most) member init lists.
8234
5147fc17
RS
82352013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8236
8237 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8238 variable.
8239
5b78d7fc
LL
82402013-04-30 Leo Liu <sdl.web@gmail.com>
8241
8242 * progmodes/octave.el (octave-variables): Remove. No builtin
8243 variables any more. All converted to functions.
8244 (octave-font-lock-keywords, octave-completion-at-point-function):
8245 Fix uses.
8246 (octave-font-lock-texinfo-comment): New user variable.
8247 (octave-texinfo-font-lock-keywords): New variable for texinfo
8248 comment block.
8249 (octave-function-comment-block): New face.
8250 (octave-font-lock-texinfo-comment): New function.
8251 (octave-mode): Font lock texinfo comment block.
8252
38d8527b
LL
82532013-04-29 Leo Liu <sdl.web@gmail.com>
8254
8255 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8256 indexing expression.
8257 (octave-continuation-string): Do not use \.
8258 (inferior-octave-complete-impossible): Remove.
8259 (inferior-octave-completion-table)
8260 (inferior-octave-completion-at-point): Remove its uses.
8261 (inferior-octave-startup): completion_matches was introduced to
8262 Octave in 1996 so safe to assume it.
8263 (octave-function-file-comment): Improve to follow how Octave does it.
8264 (octave-update-function-file-comment): Tweak.
8265
2ec12cb0
LL
82662013-04-29 Leo Liu <sdl.web@gmail.com>
8267
8268 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8269 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8270 (octave-function-file-comment): Fix typo.
8271 (octave-sync-function-file-names): Use read-char-choice.
8272
6eaed048
JB
82732013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8274
8275 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8276 to t for the less important warnings.
8277
3ffa2d4f
DH
82782013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8279
8280 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8281
685c9501
GM
82822013-04-27 Glenn Morris <rgm@gnu.org>
8283
8284 * vc/log-view.el (log-view-current-entry):
8285 Treat "---" separator lines as part of the following rev. (Bug#14169)
8286
0208ede7
JL
82872013-04-27 Juri Linkov <juri@jurta.org>
8288
8289 * subr.el (read-number): Doc fix about using it by interactive
8290 code letter `n'. (Bug#14254)
8291
5db9dace
JL
82922013-04-27 Juri Linkov <juri@jurta.org>
8293
8294 * desktop.el (desktop-auto-save-timeout): New option.
8295 (desktop-file-checksum): New variable.
8296 (desktop-save): Add optional arg `auto-save' and don't auto-save
8297 if nothing changed.
8298 (desktop-auto-save-timer): New variable.
8299 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8300 (after-init-hook): Call `desktop-auto-save-set-timer'.
8301 Suggested by Reuben Thomas <rrt@sc3d.org> in
8302 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8303
b7260dd4
LL
83042013-04-27 Leo Liu <sdl.web@gmail.com>
8305
8306 * progmodes/octave.el (octave-function-file-p)
8307 (octave-skip-comment-forward, octave-function-file-comment)
8308 (octave-update-function-file-comment): New functions.
8309 (octave-mode-map): Bind C-c ; to
8310 octave-update-function-file-comment.
8311 (octave-mode-menu): Add octave-update-function-file-comment.
8312 (octave-mode, inferior-octave-mode): Fix doc-string.
8313 (octave-insert-defun): Conform to Octave's coding convention.
8314 (Bug#14285)
8315
8316 * files.el (basic-save-buffer): Don't let errors in
8317 before-save-hook prevent saving buffer.
8318
c46da669
RW
83192013-04-20 Roland Winkler <winkler@gnu.org>
8320
8321 * faces.el (read-face-name): Use completing-read if arg multiple
8322 is nil.
8323
a81ee1eb
IL
83242013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8325
8326 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
8327 displayed, move point to after the totals line.
8328 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
8329 for the details.
8330
4fac34ce
SM
83312013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8334 Add current dir to the load-path.
8335 (package-generate-autoloads): Don't rely on
8336 autoload-ensure-default-file.
8337
f6bfc063
RT
83382013-04-26 Reuben Thomas <rrt@sc3d.org>
8339
d40ab5cf
BG
8340 * textmodes/remember.el (remember-store-in-files): Document that
8341 the file name format is passed to `format-time-string'.
f6bfc063 8342
e55d3b04
LL
83432013-04-26 Leo Liu <sdl.web@gmail.com>
8344
8345 * progmodes/octave.el (octave-sync-function-file-names): New function.
8346 (octave-mode): Use it in before-save-hook.
8347
e53052d3
SM
83482013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8349
140ef50c
SM
8350 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8351 (bug#14274).
8352
e53052d3
SM
8353 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8354 \n and comment, even if it's not an implicit ; (bug#14218).
8355
af80458d 83562013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
8357
8358 * subr.el (read-number): Once more use `read' rather than
8359 `string-to-number', to trap non-numeric input. (Bug#14254)
8360
af80458d 83612013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
8362
8363 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8364 Use `syntax-multiline' text property consistently instead of
8a621d53 8365 `font-lock-multiline'. (Bug#14237)
70203c2e 8366
e6ea1f6c
GM
83672013-04-26 Glenn Morris <rgm@gnu.org>
8368
8369 * emacs-lisp/shadow.el (list-load-path-shadows):
8370 No longer necessary to check for duplicate simple.el, since
8371 2012-07-07 change to init_lread to not include installation lisp
8372 directories in load-path when running uninstalled. (Bug#14270)
8373
070ccca4
LL
83742013-04-26 Leo Liu <sdl.web@gmail.com>
8375
8376 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8377 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 8378 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
8379 octave-in-string-or-comment-p.
8380 (octave-in-comment-p, octave-in-string-p)
8381 (octave-in-string-or-comment-p): Replace defsubst with defun.
8382
9d1c5fb6
PE
83832013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8384
8385 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8386
c034abda
BG
83872013-04-25 Bastien Guerry <bzg@gnu.org>
8388
8389 * textmodes/remember.el (remember-data-directory)
8390 (remember-directory-file-name-format): Fix custom types.
8391
584ea277
LL
83922013-04-25 Leo Liu <sdl.web@gmail.com>
8393
e53052d3
SM
8394 * progmodes/octave.el (octave-completion-at-point-function):
8395 Make use of inferior octave process.
584ea277
LL
8396 (octave-initialize-completions): Remove.
8397 (inferior-octave-completion-table): New function.
8398 (inferior-octave-completion-at-point): Use it.
8399 (octave-completion-alist): Remove.
8400
1693b06a
SM
84012013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8404 (opascal-mode-syntax-table): New var.
8405 (opascal-literal-kind, opascal-is-literal-end)
8406 (opascal-literal-token-at): Rewrite.
8407 (opascal--literal-start-re, opascal-font-lock-keywords)
8408 (opascal--syntax-propertize): New constants.
8409 (opascal-font-lock-defaults): Adjust.
8410 (opascal-mode): Use them. Set comment-<foo> variables as well.
8411 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8412 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8413 (delphi-other-face, opascal-other-face): Remove face variables.
8414 (opascal-save-state): Remove macro.
8415 (opascal-fontifying-progress-step): Remove constant.
8416 (opascal--ignore-changes): Remove var.
8417 (opascal-set-token-property, opascal-parse-next-literal)
8418 (opascal-is-stable-literal, opascal-complete-literal)
8419 (opascal-is-literal-start, opascal-face-of)
8420 (opascal-parse-region, opascal-parse-region-until-stable)
8421 (opascal-fontify-region, opascal-after-change)
8422 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8423 (opascal-debug-parse-region, opascal-debug-parse-window)
8424 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8425 (opascal-debug-fontify-buffer): Remove.
8426 (opascal-debug-mode-map): Adjust accordingly.
8427
be64c05d
LL
84282013-04-25 Leo Liu <sdl.web@gmail.com>
8429
8430 Merge octave-mod.el and octave-inf.el into octave.el with some
8431 cleanups.
8432 * progmodes/octave.el: New file renamed from octave-mod.el.
8433 * progmodes/octave-inf.el: Merged into octave.el.
8434 * progmodes/octave-mod.el: Renamed to octave.el.
8435
d79d37bd
TH
84362013-04-25 Tassilo Horn <tsdh@gnu.org>
8437
8438 * textmodes/reftex-vars.el
8439 (reftex-label-ignored-macros-and-environments): New defcustom.
8440
8441 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8442
ced3fc5d
SM
84432013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8444
8445 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8446 (smie-indent-keyword): Improve the check to ensure that the next
8447 comment is really on the same line.
8448 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8449
8450 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8451 semi-colons if the line is not otherwise empty (bug#14218).
8452
1c141dad
GM
84532013-04-25 Glenn Morris <rgm@gnu.org>
8454
8455 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8456
5058062a
SM
84572013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8458
8459 * progmodes/opascal.el (opascal-set-token-property): Rename from
8460 opascal-set-text-properties and only set `token' (bug#14134).
8461 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8462 (opascal-literal-text-properties): Remove.
8463 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8464 Adjust callers.
8465
5db9dace 84662013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
8467
8468 * textmodes/remember.el (remember-handler-functions): Add an
8469 option for a new handler `remember-store-in-files'.
8470 (remember-data-directory, remember-directory-file-name-format):
8471 New options.
8472 (remember-store-in-files): New function to store remember notes
8473 as separate files within a directory.
8474
4391916c
MH
84752013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8476
8477 * progmodes/compile.el (compilation-next-error-function):
8478 Pass "formats" to compilation-find-file (bug#11777).
8479
bb7cdf58
GM
84802013-04-24 Glenn Morris <rgm@gnu.org>
8481
3b8fe752 8482 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
8483 * vc/vc-hg.el (vc-hg-print-log):
8484 * vc/vc-svn.el (vc-svn-print-log):
8485 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8486
bb7cdf58
GM
8487 * vc/vc-bzr.el (vc-bzr-print-log):
8488 * vc/vc-cvs.el (vc-cvs-print-log):
8489 * vc/vc-git.el (vc-git-print-log):
8490 * vc/vc-hg.el (vc-hg-print-log):
8491 * vc/vc-mtn.el (vc-mtn-print-log):
8492 * vc/vc-rcs.el (vc-rcs-print-log):
8493 * vc/vc-sccs.el (vc-sccs-print-log):
8494 * vc/vc-svn.el (vc-svn-print-log):
8495 * vc/vc.el (vc-print-log-internal): Doc fixes.
8496
b46a056e
GM
84972013-04-23 Glenn Morris <rgm@gnu.org>
8498
8499 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8500 Remove venerable code attempting to avoid substitute-command-keys.
8501
0aecf718
TH
85022013-04-23 Tassilo Horn <tsdh@gnu.org>
8503
4391916c
MH
8504 * textmodes/reftex-vars.el (reftex-label-regexps):
8505 Call `reftex-compile-variables' after changes to this variable.
0aecf718 8506
117f94cf
SM
85072013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8508
4391916c 8509 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
8510 Use lexical-binding.
8511 (jit-lock-force-redisplay): Use markers, check buffer's continued
8512 existence and beware narrowed buffers.
8513 (jit-lock-fontify-now): Adjust call accordingly.
8514
1d829c64
SM
85152013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
8518 to avoid misleading the user.
8519
72d548a9
LL
85202013-04-22 Leo Liu <sdl.web@gmail.com>
8521
8522 * info-look.el: Prefer latex2e.info. (Bug#14240)
8523
d0853629
MA
85242013-04-22 Michael Albinus <michael.albinus@gmx.de>
8525
8526 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
8527
8528 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 8529 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
8530 (tramp-set-completion-function, tramp-parse-putty):
8531 * net/tramp-adb.el (tramp-adb-execute-adb-command):
8532 * net/tramp-gvfs.el (tramp-gvfs-send-command):
8533 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8534 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
8535 (tramp-call-local-coding-command): Use `tramp-call-process'
8536 instead of `tramp-compat-call-process'.
8537
8538 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
8539 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
8540 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 8541 (tramp-find-inline-compress): Improve traces.
d0853629
MA
8542 (tramp-maybe-send-script): Check for Perl binary.
8543 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
8544
38cc0210
DU
85452013-04-22 Daiki Ueno <ueno@gnu.org>
8546
8547 * epg.el (epg-context-pinentry-mode): New function.
8548 (epg-context-set-pinentry-mode): New function.
8549 (epg--start): Pass --pinentry-mode option to gpg command.
8550
cc641ee1
XF
85512013-04-21 Xue Fuqiao <xfq.free@gmail.com>
8552
02d844b5 8553 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 8554 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 8555 `completion-at-point'. (Bug#13774)
5d4e5c31 8556
cc641ee1
XF
8557 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
8558 default key binding for `describe-distribution' has been moved to
8559 `C-h C-o'. (Bug#13970)
8560
1b42ee43
GM
85612013-04-21 Glenn Morris <rgm@gnu.org>
8562
8563 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
8564 Add doc strings.
8565 (vc-print-log): Clarify interactive prompt.
8566
a6d63d97
GM
85672013-04-20 Glenn Morris <rgm@gnu.org>
8568
8569 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8570 No longer include timestamp etc information.
8571
d7f5c16f
RW
85722013-04-20 Roland Winkler <winkler@gnu.org>
8573
8574 * faces.el (read-face-name): Bug fix, return just one face if arg
8575 multiple is nil. (Bug#14209)
8576
bcd7a0a4
SM
85772013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8580 (remove-function): Autoload.
8581
8582 * comint.el (comint-redirect-original-filter-function): Remove.
8583 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
8584 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8585 (vc-cvs-annotate-command):
bcd7a0a4
SM
8586 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8587 * progmodes/prolog.el (prolog-consult-compile):
8588 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8589 Use add/remove-function instead.
8590 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8591 (gud-tooltip-process-output, gud-tooltip-tips):
8592 Use add/remove-function instead.
8593 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8594 (scheme-interaction-mode, exit-scheme-interaction-mode):
8595 Use add/remove-function instead.
8596
8597 * vc/vc-dispatcher.el: Use lexical-binding.
8598 (vc--process-sentinel): Rename from vc-process-sentinel.
8599 Change last arg to be the code to run. Don't use vc-previous-sentinel
8600 and vc-sentinel-commands any more.
8601 (vc-exec-after): Allow code to be a function. Use add/remove-function.
8602 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8603
e36b2d20 86042013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 8605
bcd7a0a4 8606 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 8607 Handle function names with a single character. (Bug#14111)
4d3268ba 8608
781b4af6 86092013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
8610
8611 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8612 for subroutines defined in an eval (bug#14182).
8613
7d688336
TV
86142013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8615
8616 * bookmark.el (bookmark-completing-read): Improve handling of empty
8617 string (bug#14176).
8618
31dcede0
SM
86192013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8622
adc31213
FEG
86232013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
8624
8625 New faster Imenu implementation (bug#14058).
8626 * progmodes/python.el:
8627 (python-imenu-prev-index-position):
8628 (python-imenu-format-item-label-function)
8629 (python-imenu-format-parent-item-label-function)
8630 (python-imenu-format-parent-item-jump-label-function):
8631 New vars.
8632 (python-imenu-format-item-label)
8633 (python-imenu-format-parent-item-label)
8634 (python-imenu-format-parent-item-jump-label)
8635 (python-imenu--put-parent, python-imenu--build-tree)
8636 (python-imenu-create-index, python-imenu-create-flat-index)
8637 (python-util-popn): New functions.
8638 (python-mode): Set imenu-create-index-function to
8639 python-imenu-create-index.
8640
cdca8255
SM
86412013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8642
8643 * winner.el (winner-active-region): Use region-active-p, activate-mark
8644 and deactivate-mark (bug#14225).
8645
8646 * simple.el (deactivate-mark): Don't inline it.
8647
beb42340
MA
86482013-04-18 Michael Albinus <michael.albinus@gmx.de>
8649
8650 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8651
fc7f4d7e
TH
86522013-04-18 Tassilo Horn <tsdh@gnu.org>
8653
8654 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8655 file extensions from the archive-mode entry in order to prefer
8656 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8657
29f47822
LL
86582013-04-18 Leo Liu <sdl.web@gmail.com>
8659
8660 * bindings.el (help-event-list): Add ?\?.
8661
d36ed1c8
SM
86622013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * subr.el (with-wrapper-hook): Declare obsolete.
8665 * simple.el (filter-buffer-substring-function): New hook.
8666 (filter-buffer-substring): Use it.
8667 (filter-buffer-substring-functions): Mark obsolete.
8668 * minibuffer.el (completion-in-region-function): New hook.
8669 (completion-in-region): Use it.
8670 (completion-in-region-functions): Mark obsolete.
8671 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
8672 * abbrev.el (abbrev-expand-function): New hook.
8673 (expand-abbrev): Use it.
8674 (abbrev-expand-functions): Mark obsolete.
8675 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
8676 and :filter-return.
8677
04754d36
FEG
86782013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8679
8680 * progmodes/python.el (python-nav--syntactically): Fix cornercases
8681 and do not care about match data.
8682
dd8791e9
SM
86832013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8684
8685 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
8686 completion tables when completing error conditions and
8687 `declare' arguments.
8688 (lisp-complete-symbol, field-complete): Mark as obsolete.
8689 (check-parens): Unmatched parens are user errors.
8690 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
8691
ffe54a13
AM
86922013-04-17 Michal Nazarewicz <mina86@mina86.com>
8693
dd8791e9
SM
8694 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
8695 command changed buffer (ie. `flyspell-pre-buffer' is not current
8696 buffer), which prevents making decisions based on invalid value of
8697 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
8698 cause an error when `flyspell-pre-point' was nil after switching
8699 buffers.
8700 (flyspell-post-command-hook): No longer needs to change buffers when
8701 checking pre-word. While at it remove unnecessary progn.
ffe54a13 8702
ec7e39f2
AM
87032013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
8704
8705 * textmodes/ispell.el (ispell-add-per-file-word-list):
8706 Fix `flyspell-correct-word-before-point' error when accepting
8707 words and `coment-padding' is an integer by using
8708 `comment-normalize-vars' (Bug #14214).
8709
083850a6
FEG
87102013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8711
8712 New defun movement commands.
8713 * progmodes/python.el (python-nav--syntactically)
8714 (python-nav--forward-defun, python-nav-backward-defun)
8715 (python-nav-forward-defun): New functions.
8716
619ed6e1
FEG
87172013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8718
8719 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
8720 (python-syntax-context): Use named compiler-macro for backwards
8721 compatibility with Emacs 24.x.
8722
7a1beb6c
LL
87232013-04-17 Leo Liu <sdl.web@gmail.com>
8724
8725 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
8726 octave-hide-process-buffer.
8727
2d3fa3e5
SM
87282013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8729
8730 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
8731 (bug#14216).
8732
7ce5be54
JPG
87332013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
8734
8735 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
8736 Fix adjustment of offset when receiving incomplete responses from GDB
8737 (bug#14129).
8738
351edece
SM
87392013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8740
8741 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
8742 python-mode-abbrev-table.
8743 (python-skeleton-define): Adjust accordingly.
8744 (python-mode-abbrev-table): New table that inherits from it so that
8745 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
8746
8747 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
8748 (abbrev-symbol): Use it.
8749 (abbrev--before-point): Use it since we already handle inheritance.
8750
613f9481
LL
87512013-04-16 Leo Liu <sdl.web@gmail.com>
8752
8753 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
8754 binding to info-lookup-symbol.
8755
51646b62
JB
87562013-04-16 Juanma Barranquero <lekktu@gmail.com>
8757
8758 * minibuffer.el (completion--twq-all):
8759 * term/ns-win.el (ns-initialize-window-system):
8760 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
8761
efb3f01d
SM
87622013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8763
36c0a301
SM
8764 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
8765 global bindings.
8766
efb3f01d
SM
8767 * doc-view.el (doc-view-start-process): Handle url-handler directories.
8768
fb549d64
DG
87692013-04-15 Dmitry Gutov <dgutov@yandex.ru>
8770
8771 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
8772 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
8773 to nil.
8774 (ruby-end-of-defun): Remove the unused arg, change the docstring
8775 to reflect that this function is only used as the value of
8776 `end-of-defun-function'.
8777 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
8778 to reflect an earlier change that beginning/end-of-defun functions
8779 jump between methods in a class definition, as well as top-level
8780 functions.
8781
21e8fe2f
SM
87822013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * minibuffer.el (minibuffer-complete): Don't just scroll
8785 a *Completions* that's been iconified.
8786 (minibuffer-force-complete): Make sure repetitions do cycle when going
8787 through completion-in-region -> minibuffer-complete.
8788
20e527d0
AM
87892013-04-15 Alan Mackenzie <acm@muc.de>
8790
8791 Correct the placement of c-cpp-delimiters when there're #s not at
8792 col 0.
8793
8794 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
8795 place a submatch around the #.
21e8fe2f
SM
8796 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
8797 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
8798 on the #, not BOL.
8799
dabefae5
SM
88002013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * emacs-lisp/nadvice.el: Properly test names when adding advice.
8803 (advice--member-p): New arg `name'.
8804 (advice--add-function, advice-member-p): Use it (bug#14202).
8805
85c9ab64
AM
88062013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
8807
8808 Reformulate java imenu-generic-expression.
8809 The old expression contained ill formed regexps.
8810
8811 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
8812 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
8813 (cc-imenu-java-method-arg-regexp): New defconsts.
8814 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 8815 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
8816 handling of spaces in the regexp.
8817
0f821d99
AM
88182013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8819
8820 * textmodes/ispell.el (ispell-command-loop): Remove
8821 flyspell highlight of a word when ispell accepts it (bug #14178).
8822
eb922adf
MA
88232013-04-15 Michael Albinus <michael.albinus@gmx.de>
8824
8825 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
8826 uses code from the previous `ange-ftp-run-real-handler'.
8827 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
8828 only in case that function exist. This is needed for proper
8829 unloading of Tramp.
8830
4d9a0979
TH
88312013-04-15 Tassilo Horn <tsdh@gnu.org>
8832
8833 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
8834
8835 * textmodes/reftex.el (reftex-compile-variables): Use it.
8836
a829b0dc
SM
88372013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8838
91e8293c
SM
8839 * files.el (normal-mode): Only use default major-mode if no other mode
8840 was specified.
8841
830aed4d
SM
8842 * emacs-lisp/trace.el (trace-values): New function.
8843
a829b0dc
SM
8844 * files.el: Allow : in local variables (bug#14089).
8845 (hack-local-variable-regexp): New var.
8846 (hack-local-variables-prop-line, hack-local-variables): Use it.
8847
7ae9f0fb
RW
88482013-04-13 Roland Winkler <winkler@gnu.org>
8849
8850 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
8851 data before it gets modified by bibtex-beginning-of-entry.
8852
6646e848
RW
88532013-04-13 Roland Winkler <winkler@gnu.org>
8854
8855 * textmodes/bibtex.el (bibtex-url): Doc fix.
8856
88572013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
8858
8859 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
8860 does not visit a BibTeX file, exclude it from the list of buffers
8861 returned by bibtex-initialize.
8862
0aa3616e
SB
88632013-04-13 Stephen Berman <stephen.berman@gmx.net>
8864
8865 * window.el (split-window): Remove interactive form, since as a
8866 command this function is a special case of split-window-below.
8867 Correct doc string.
8868
011cddd6
RW
88692013-04-12 Roland Winkler <winkler@gnu.org>
8870
8871 * faces.el (read-face-name): Do not override value of arg default.
8872 Allow single faces and strings as default values. Remove those
8873 elements from return value that are not faces.
8874 (describe-face): Simplify.
8875 (face-at-point): New optional args thing and multiple so that this
8876 function can provide the same functionality previously provided by
8877 read-face-name.
8878 (make-face-bold, make-face-unbold, make-face-italic)
8879 (make-face-unitalic, make-face-bold-italic, invert-face)
8880 (modify-face, read-face-and-attribute): Use face-at-point.
8881
8882 * cus-edit.el (customize-face, customize-face-other-window)
8883 * cus-theme.el (custom-theme-add-face)
8884 * face-remap.el (buffer-face-set)
8885 * facemenu.el (facemenu-set-face): Use face-at-point.
8886
f24e0036
MA
88872013-04-12 Michael Albinus <michael.albinus@gmx.de>
8888
8889 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
8890
da3cda2d
TH
88912013-04-10 Tassilo Horn <tsdh@gnu.org>
8892
8893 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
8894 off leading { and trailing } from field values.
8895
15e54145
SM
88962013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8897
78ce603d
SM
8898 * emacs-lisp/timer.el (timer--check): New function.
8899 (timer--time, timer-set-function, timer-event-handler): Use it.
8900 (timer-set-idle-time): Simplify.
8901 (timer--activate): CSE.
8902 (timer-event-handler): Give more info in error message.
8903 (internal-timer-start-idle): New function, moved from C.
8904
15e54145
SM
8905 * mpc.el (mpc-proc): Add `restart' argument.
8906 (mpc-proc-cmd): Use it.
8907 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
8908 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
8909 less often.
8910
7144c627
MY
89112013-04-10 Masatake YAMATO <yamato@redhat.com>
8912
8913 * progmodes/sh-script.el: Implement `sh-mode' own
8914 `add-log-current-defun-function' (bug#14112).
8915 (sh-current-defun-name): New function.
8916 (sh-mode): Use the function.
8917
b39792eb
BG
89182013-04-09 Bastien Guerry <bzg@gnu.org>
8919
8920 * simple.el (choose-completion-string): Fix docstring (bug#14163).
8921
8acdeb71
SM
89222013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8923
6fcdab68
SM
8924 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
8925
8acdeb71
SM
8926 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
8927 timer (bug#14156).
8928
e3e7b504
NF
89292013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
8930
8931 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
8932 declaration.
8933
201bb296
LL
89342013-04-07 Leo Liu <sdl.web@gmail.com>
8935
8936 * pcmpl-x.el: New file.
8937
ebb19708
DA
89382013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
8939
8940 Do not set x-display-name until X connection is established.
8941 This is needed to prevent from weird situation described at
8942 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
8943 * frame.el (make-frame): Set x-display-name after call to
8944 window system initialization function, not before.
8945 * term/x-win.el (x-initialize-window-system): Add optional
8946 display argument and use it.
8947 * term/w32-win.el (w32-initialize-window-system):
8948 * term/ns-win.el (ns-initialize-window-system):
8949 * term/pc-win.el (msdos-initialize-window-system):
8950 Add compatible optional display argument.
8951
33bb237a
EZ
89522013-04-06 Eli Zaretskii <eliz@gnu.org>
8953
8954 * files.el (normal-backup-enable-predicate): On MS-Windows and
8955 MS-DOS compare truenames of temporary-file-directory and of the
8956 file, so that 8+3 aliases (usually found in $TEMP on Windows)
8957 don't fail comparison by compare-strings. Also, compare file
8958 names case-insensitively on MS-Windows and MS-DOS.
8959
134abf1f
SM
89602013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8961
8962 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
8963 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
8964
d695cb94
DG
89652013-04-05 Dmitry Gutov <dgutov@yandex.ru>
8966
e3e7b504
NF
8967 * whitespace.el (whitespace-color-on, whitespace-color-off):
8968 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 8969
f4ad7ea1 89702013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
8971
8972 * ispell.el (ispell-set-spellchecker-params):
8973 Really set `ispell-args' for all equivs.
8974
632556e4
SM
89752013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * ido.el (ido-completions): Use extra elements of ido-decorations
8978 (bug#14143).
8979 (ido-decorations): Update docstring.
8980
2a417372
MA
89812013-04-05 Michael Albinus <michael.albinus@gmx.de>
8982
8983 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8984 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
8985 nil during initialization, in order not to miss changes since the
8986 file was opened. (Bug#14140)
8987
fc164b0c
LL
89882013-04-05 Leo Liu <sdl.web@gmail.com>
8989
8990 * kmacro.el (kmacro-call-macro): Fix bug#14135.
8991
0ccecc08
JB
89922013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
8993
8994 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
8995
51af1aa2
GM
89962013-04-04 Glenn Morris <rgm@gnu.org>
8997
8998 * electric.el (electric-pair-inhibit-predicate): Add :version.
8999
b208ebc6
SM
90002013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9003 when a package is required several times (bug#14082).
9004
f3d3eaf0
RW
90052013-04-04 Roland Winkler <winkler@gnu.org>
9006
9007 * faces.el (read-face-name): Behave as promised by the docstring.
9008 Assume that arg default is a list of faces.
9009 (describe-face): Call read-face-name with list of default faces.
9010
2575da50
TV
90112013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9012
9013 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9014 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9015 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9016 the header.
9017 (bookmark-exit-hook-internal): Save even if list is empty.
9018
397703b4
YH
90192013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9020
9021 * emacs-lisp/package.el (package-pinned-packages): New var.
9022 (package--add-to-archive-contents): Obey it (bug#14118).
9023
691e26ae
AM
90242013-04-03 Alan Mackenzie <acm@muc.de>
9025
8a621d53
JB
9026 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9027 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
9028
9029 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9030 parameter `not-in-delimiter'. Handle being inside comment opener.
9031 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9032 character in case we're typing a '*' after a '/'.
9033 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9034 instead by passing the parameter to c-state-pp-to-literal.
9035
9036 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9037 for elt. 7 of a parse state.
9038
4b725a70
PE
90392013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9040
9041 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9042 * international/latin1-disp.el, international/mule-util.el:
9043 * language/cyril-util.el, language/european.el, language/ind-util.el:
9044 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9045 * language/tibetan.el, language/viet-util.el:
9046 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9047
15c579f0
SM
90482013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9051 (electric-pair-post-self-insert-function): Use it.
9052 (electric-pair-default-inhibit): New function, extracted from
9053 electric-pair-post-self-insert-function.
9054
a77e2924
RW
90552013-03-31 Roland Winkler <winkler@gnu.org>
9056
9057 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9058
2bd8a4a8
SM
90592013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9060
9061 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9062
8d3655be 90632013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
9064
9065 Un-indent after "pass" and "return" statements (Bug#13888)
9066 * progmodes/python.el (python-indent-block-enders): New var.
9067 (python-indent-calculate-indentation): Use it.
9068
8d3655be 90692013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
9070
9071 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9072 defun. Defining it as defalias could introduce too eager
9073 byte-compiler optimization. (Bug#14030)
9074
8d3655be 90752013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
9076
9077 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9078
0b1619da
LL
90792013-03-30 Leo Liu <sdl.web@gmail.com>
9080
9081 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9082 (kmacro-execute-from-register): Pass the keyboard macro to
9083 kmacro-call-macro or repeating won't work correctly.
9084
0b938190
TZ
90852013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9086
9087 * progmodes/subword.el: Back to using `forward-symbol'.
9088
9089 * subr.el (forward-whitespace, forward-symbol)
9090 (forward-same-syntax): Move from thingatpt.el.
9091
35710234
LL
90922013-03-29 Leo Liu <sdl.web@gmail.com>
9093
9094 * kmacro.el (kmacro-to-register): New command.
9095 (kmacro-execute-from-register): New function.
9096 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9097
efc0bb73
SM
90982013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * mpc.el: Use defvar-local and setq-local.
9101 (mpc--proc-connect): Connection failures are not bugs.
9102 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9103 (mpc-volume-map): Bind to the up-events.
9104
75a2f981
TZ
91052013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9106
9107 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9108 instead of `forward-symbol'.
9109
17c781d1
SM
91102013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9113 (edebug--recursive-edit): Use it.
9114 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9115 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9116
f67bfbcf
LL
91172013-03-28 Leo Liu <sdl.web@gmail.com>
9118
9119 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9120
b59f639d
EZ
91212013-03-27 Eli Zaretskii <eliz@gnu.org>
9122
9123 * facemenu.el (list-colors-callback): New defvar.
9124 (list-colors-redisplay): New function.
9125 (list-colors-display): Install list-colors-redisplay as the
9126 revert-buffer-function. (Bug#14063)
9127
f557c1b1
SM
91282013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9129
b1da2957
SM
9130 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9131 and suffixes don't overlap (bug#14061).
9132
f557c1b1
SM
9133 * case-table.el: Use lexical-binding.
9134 (case-table-get-table): New function.
9135 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9136
002668e1
TZ
91372013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9138
9139 * progmodes/subword.el: Add `superword-mode' to do word motion
9140 over symbol_words (parallels and leverages `subword-mode' which
9141 does word motion inside MixedCaseWords).
9142
73572c72
AG
91432013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9144
78b8f320 9145 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 9146 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 9147
69b2c07e
SM
91482013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9151 Change return value to be a sexp. Delay `get-buffer' to after
9152 restoring the desktop (bug#13951).
9153
08bb5ee2
LL
91542013-03-26 Leo Liu <sdl.web@gmail.com>
9155
9156 * register.el: Move semantic tag handling back to
9157 cedet/semantic/senator.el. (Bug#14052)
9158
8d4c974e
SM
91592013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9162 into the prompt either (bug#13963).
9163
b234d92c
SM
91642013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9167 part of "(error-foo)".
9168
ddfa3cb4
JL
91692013-03-24 Juri Linkov <juri@jurta.org>
9170
9171 * replace.el (list-matching-lines-prefix-face): New defcustom.
9172 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9173 `occur-engine' if `face-differs-from-default-p' returns t.
9174 (occur-engine): Add `,' inside backquote construct to evaluate
9175 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9176 Pass `prefix-face' to the functions `occur-context-lines' and
9177 `occur-engine-add-prefix'.
9178 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9179 `prefix-face' and propertize the prefix with `prefix-face'.
9180 (Bug#14017)
9181
7b0e2f85
LL
91822013-03-24 Leo Liu <sdl.web@gmail.com>
9183
9184 * nxml/rng-valid.el (rng-validate-while-idle)
9185 (rng-validate-quick-while-idle): Guard against deleted buffer.
9186 (Bug#13999)
9187
9188 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9189 is the last entry in kill-buffer-hook.
9190
9191 * files.el (kill-buffer-hook): Doc fix.
9192
b3082f49
DG
91932013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9194
b234d92c
SM
9195 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9196 Make it safe-local.
bde73d27 9197
b3082f49
DG
9198 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9199
a320a2db
LL
92002013-03-23 Leo Liu <sdl.web@gmail.com>
9201
7e74b0fb
LL
9202 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9203 Remove.
9204
9205 * nxml/rng-valid.el (rng-validate-mode)
9206 (rng-after-change-function, rng-do-some-validation):
9207 * nxml/rng-maint.el (rng-validate-buffer):
9208 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9209 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9210 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9211 (nxml-extend-after-change-region): Use with-silent-modifications.
9212
a320a2db
LL
9213 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9214 timer-idle-list.
9215
9216 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9217 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9218 timer-idle-list. (Bug#13999)
9219
e38e6780
JL
92202013-03-23 Juri Linkov <juri@jurta.org>
9221
9222 * info.el (info-index-match): New face.
9223 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9224 main pattern and add text properties with the new face to matches
9225 in index entries relative to the beginning of the index entry.
9226 (Bug#14015)
9227
e8cc7880
DE
92282013-03-21 Eric Ludlam <zappo@gnu.org>
9229
9230 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9231 Inhibit read only while inserting objects.
9232
9bb0d822
TZ
92332013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9234
9235 * progmodes/cfengine.el: Update docs to mention
9236 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9237 symbol motion. Remove "_" from the word syntax.
9238
aa703640
TZ
92392013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9240
9241 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9242 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9243
afff09d0
JL
92442013-03-20 Juri Linkov <juri@jurta.org>
9245
9246 * info.el (Info-next-reference-or-link)
9247 (Info-prev-reference-or-link): New functions.
9248 (Info-next-reference, Info-prev-reference): Use them.
9249 (Info-try-follow-nearest-node): Handle footnote navigation.
9250 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9251
9a1ff164
SM
92522013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9255 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9256
2667d15d
PE
92572013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9258
9259 Suppress unnecessary non-ASCII chatter during build process.
9260 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9261 (batch-skkdic-convert): Suppress most of the chatter.
9262 It's not needed so much now that machines are faster,
9263 and its non-ASCII component was confusing; see Dmitry Gutov in
9264 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9265
438b0579
LL
92662013-03-20 Leo Liu <sdl.web@gmail.com>
9267
9268 * ido.el (ido-chop): Fix bug#10994.
9269
c128ab07
DG
92702013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9271
9272 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9273 Remove vars.
9a1ff164
SM
9274 (whitespace-color-on, whitespace-color-off):
9275 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 9276
0e6008c5
SM
92772013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9280 remapping in mode-line.
9281 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9282
627b52b0
DG
92832013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9284
9285 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9286 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
9287 (whitespace-font-lock-keywords): Change description.
9288 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9289 the constructed keywords instead.
9290 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 9291
50c3a20b
LL
92922013-03-19 Leo Liu <sdl.web@gmail.com>
9293
9294 * progmodes/compile.el (compilation-display-error): New command.
9295 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9296 C-o. (Bug#13992)
9297
2aa2157b
PE
92982013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9299
9300 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9301
e477dbfa
JD
93022013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9303
9304 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9305
64ab82d1
MA
93062013-03-18 Michael Albinus <michael.albinus@gmx.de>
9307
9308 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9309
9310 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9311 * net/tramp-gvfs.el (top):
9312 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9313 (tramp-handle-shell-command): Use it.
9314 (tramp-dissect-file-name): Raise an error when hostname is a
9315 method name, and neither method nor user is specified.
9316
9317 * net/trampver.el: Update release number.
9318
33cef733
LL
93192013-03-18 Leo Liu <sdl.web@gmail.com>
9320
9321 Make sure eldoc can be turned off properly.
9322 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9323 eldoc-mode.
9324 (eldoc-display-message-p): Revert last change.
9325 (eldoc-display-message-no-interference-p)
9326 (eldoc-print-current-symbol-info): Tweak.
9327
2167b7b2
TH
93282013-03-18 Tassilo Horn <tsdh@gnu.org>
9329
9330 * doc-view.el (doc-view-new-window-function): Check the new window
9331 overlay's display property instead the char property of the
9332 buffer's first char. Use `with-selected-window' instead of
9333 `save-window-excursion' with `select-window'.
9334 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 9335 display property instead the char property of the buffer's first char.
2167b7b2 9336
982efbcd
PE
93372013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9338
9339 Automate the build of ja-dic.el (Bug#13984).
9340 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9341 from the input, rather than assume that it's been done for us by the
9342 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9343 the current date into a ja-dic.el comment, as that complicates
9344 regression testing.
9345
2fcc7665
SM
93462013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * whitespace.el: Fix double evaluation.
9349 (whitespace-space, whitespace-hspace, whitespace-tab)
9350 (whitespace-newline, whitespace-trailing, whitespace-line)
9351 (whitespace-space-before-tab, whitespace-indentation)
9352 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9353 obsolete defvars.
9354 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9355 (whitespace-color-on): Use a single font-lock-add-keywords call.
9356 Fix double-evaluation of face variables.
9357
67c0a6e6
MA
93582013-03-17 Michael Albinus <michael.albinus@gmx.de>
9359
2fcc7665
SM
9360 * net/tramp-adb.el (tramp-adb-parse-device-names):
9361 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 9362 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 9363
69489f1d
LL
93642013-03-17 Leo Liu <sdl.web@gmail.com>
9365
9366 Extend eldoc to display info in the mode-line. (Bug#13978)
9367 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9368 (eldoc-mode-line-string): New variable.
9369 (eldoc-minibuffer-message): New function.
9370 (eldoc-message-function): New variable.
9371 (eldoc-message): Use it.
9372 (eldoc-display-message-p)
2fcc7665
SM
9373 (eldoc-display-message-no-interference-p):
9374 Support eldoc-post-insert-mode.
69489f1d
LL
9375
9376 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9377 (eval-expression): Run it.
9378
9c44569e
RW
93792013-03-17 Roland Winkler <winkler@gnu.org>
9380
9381 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9382 strings in the list of return values.
9383
327f1f6f
JB
93842013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9385
9386 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9387 radix before checking for HMS forms.
9388
67ed8fcd
LL
93892013-03-16 Leo Liu <sdl.web@gmail.com>
9390
9391 * progmodes/scheme.el: Add indentation and font-locking for λ.
9392 (Bug#13975)
9393
78be8b64 93942013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
9395
9396 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9397 token before point (bug#13942).
9398
78be8b64 93992013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 9400
95b43468 9401 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 9402
98e775e6
EZ
94032013-03-16 Eli Zaretskii <eliz@gnu.org>
9404
9405 * startup.el (command-line-normalize-file-name): Fix handling of
9406 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9407 <xfq.free@gmail.com> in
9408 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9409
2edd6029
MA
94102013-03-15 Michael Albinus <michael.albinus@gmx.de>
9411
9412 Sync with Tramp 2.2.7.
9413
9414 * net/trampver.el: Update release number.
9415
d35f5864
TH
94162013-03-14 Tassilo Horn <tsdh@gnu.org>
9417
e903c210 9418 * doc-view.el: Fix bug#13887.
f35ffe5e
TH
9419 (doc-view-insert-image): Don't modify overlay associated to
9420 non-live windows, and implement horizontal centering of image in
9421 case it's smaller than the window.
9422 (doc-view-new-window-function): Force redisplay of new windows on
9423 doc-view buffers.
d35f5864 9424
1c4a85ed
KF
94252013-03-13 Karl Fogel <kfogel@red-bean.com>
9426
9427 * saveplace.el (save-place-alist-to-file): Don't sort
9428 `save-place-alist', just pretty-print it (bug#13882).
9429
85b66a21
MA
94302013-03-13 Michael Albinus <michael.albinus@gmx.de>
9431
a020afb9
JB
9432 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9433 Check whether `default-file-name-coding-system' is bound.
9434 It isn't in XEmacs.
85b66a21 9435
175600da
SM
94362013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9437
e7f7cb1a
SM
9438 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9439 backquotes for `obsolete' (bug#13929).
9440
175600da
SM
9441 * international/mule.el (find-auto-coding): Include file name in
9442 obsolescence warning (bug#13922).
9443
ca68a22e
TZ
94442013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9445
9446 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9447 for CFEngine 3-specific indentation.
9448 (cfengine3-indent-line): Use it. Fix up category regex.
9449 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9450
940e5099
SM
94512013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * type-break.el (type-break-file-name):
9454 * textmodes/remember.el (remember-data-file):
9455 * strokes.el (strokes-file):
9456 * shadowfile.el (shadow-initialize):
9457 * saveplace.el (save-place-file):
9458 * ps-bdf.el (bdf-cache-file):
9459 * progmodes/idlwave.el (idlwave-config-directory):
9460 * net/quickurl.el (quickurl-url-file):
9461 * international/kkc.el (kkc-init-file-name):
9462 * ido.el (ido-save-directory-list-file):
9463 * emulation/viper.el (viper-custom-file-name):
9464 * emulation/vip.el (vip-startup-file):
9465 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9466 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9467
cc725808
PE
94682013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9469
9470 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9471 * language/thai-word.el: Switch to UTF-8.
9472
a020afb9 9473See ChangeLog.16 for earlier changes.
e3d51b27
MR
9474
9475;; Local Variables:
9476;; coding: utf-8
e3d51b27
MR
9477;; End:
9478
ab422c4d 9479 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
9480
9481 This file is part of GNU Emacs.
9482
9483 GNU Emacs is free software: you can redistribute it and/or modify
9484 it under the terms of the GNU General Public License as published by
9485 the Free Software Foundation, either version 3 of the License, or
9486 (at your option) any later version.
9487
9488 GNU Emacs is distributed in the hope that it will be useful,
9489 but WITHOUT ANY WARRANTY; without even the implied warranty of
9490 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9491 GNU General Public License for more details.
9492
9493 You should have received a copy of the GNU General Public License
9494 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.