* net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
[bpt/emacs.git] / lisp / ChangeLog
1 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4 "en_US.utf8" and "LC_CTYPE" to "".
5 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
7
8 2013-11-15 Leo Liu <sdl.web@gmail.com>
9
10 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
11
12 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * progmodes/gud.el (ctl-x-map):
15 Remove C-x SPC binding. (Bug#12342)
16 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
17
18 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
19
20 * subr.el (version-regexp-alist):
21 Recognize hg, svn and darcs versions as snapshot versions.
22
23 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
24 Add the ability to always insert an utf-8 encoding comment.
25 Fix and simplify coding comment update logic.
26
27 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
28
29 * net/tramp-gvfs.el (top): Run init code only when
30 `tramp-gvfs-enabled' is not nil.
31 (tramp-gvfs-enabled): Check also :system bus.
32
33 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 Sync with upstream verilog-mode revision 78e66ba.
36 * progmodes/verilog-mode.el (verilog-end-of-defun)
37 (verilog-type-completion, verilog-get-list): Remove unused funcs.
38 (verilog-get-end-of-defun): Remove unused argument.
39 (verilog-comment-depth): Remove unused local `e'.
40 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
41 Don't pass arg to verilog-get-end-of-defun.
42
43 2013-11-14 Glenn Morris <rgm@gnu.org>
44
45 * obsolete/assoc.el (aget): Prefix dynamic variable.
46
47 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
48
49 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * widget.el, hfy-cmap.el: Remove bogus package version number.
52
53 2013-11-13 Glenn Morris <rgm@gnu.org>
54
55 * replace.el (replace-eval-replacement):
56 Try to give more helpful error message. (Bug#15836)
57
58 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
59 (archive-7z-update): Avoid custom type mismatches.
60
61 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
62
63 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
64
65 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
66 address can be empty.
67
68 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
69 Accept nil SWITCHES.
70 (tramp-gvfs-handle-write-region): Implement APPEND.
71
72 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
73
74 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
75 binary "|" operator and closing block args delimiter.
76 Remove FIXME comment referring to Ruby 1.8-only syntax.
77 (ruby-smie--implicit-semi-p): Not after "|" operator.
78 (ruby-smie--closing-pipe-p): New function.
79 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
80 (ruby-smie-rules): Indent after "|".
81
82 2013-11-12 Glenn Morris <rgm@gnu.org>
83
84 * ps-print.el (ps-face-attribute-list):
85 Handle anonymous faces. (Bug#15827)
86
87 2013-11-12 Martin Rudalics <rudalics@gmx.at>
88
89 * window.el (display-buffer-other-frame): Fix doc-string.
90 (Bug#15868)
91
92 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * subr.el (force-mode-line-update): Delete, move to buffer.c.
95
96 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
97
98 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
99 (tramp-sh-handle-file-local-copy): Don't write a message when
100 saving temporary files.
101
102 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
103 both directories are remote.
104 (tramp-smb-handle-directory-files): Do not return double entries.
105 Do not expand full file names.
106 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
107 (tramp-smb-handle-write-region): Implement APPEND.
108 (tramp-smb-get-stat-capability): Fix a stupid bug.
109
110 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
113
114 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
115
116 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
117 throwing error over malformed let/let* (bug#15814).
118
119 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * iswitchb.el (iswitchb-mode): Mark obsolete.
122
123 2013-11-11 Glenn Morris <rgm@gnu.org>
124
125 * international/uni-bidi.el, international/uni-category.el:
126 * international/uni-name.el, international/uni-numeric.el:
127 Regenerate for Unicode 6.3.0.
128
129 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
130
131 * net/tramp.el (tramp-methods):
132 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
133 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
134
135 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
136
137 * progmodes/sh-script.el (sh-font-lock-keywords-var):
138 Force highlighting text after Summary keyword in doc face for rpm.
139
140 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
141
142 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
143 available and the word has no wildcards, append one to the grep pattern.
144 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
145 (ispell-complete-word): Call `ispell-lookup-words' with the value
146 independent of `ispell-look-p'.
147
148 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
149
150 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
151 Not after "||".
152 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
153 their parent.
154
155 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
156
157 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
158 (ruby-font-lock-keywords): Use backquote.
159
160 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
161
162 * progmodes/ruby-mode.el (ruby-smie--forward-token)
163 (ruby-smie--backward-token): Only consider full-string matches.
164
165 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
166
167 * faces.el (describe-face): Add distant-foreground.
168
169 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
170
171 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
172 Use `ruby-encoding-magic-comment-style' to control the
173 style of the auto-inserted encoding comment.
174
175 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
176
177 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
178 Use `smie-backward-sexp' with token argument.
179
180 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
181
182 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
183 Remove instrumentation code.
184
185 2013-11-08 Glenn Morris <rgm@gnu.org>
186
187 * progmodes/autoconf.el (autoconf-mode):
188 Tweak comment-start-skip. (Bug#15822)
189
190 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
193 at bobp (bug#15826).
194 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
195
196 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
197
198 * man.el (Man-start-calling): New macro, extracted from
199 Man-getpage-in-background.
200 (Man-getpage-in-background): Use it.
201 (Man-update-manpage): New command.
202 (Man-mode-map): Bind it.
203
204 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
205
206 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
207 of "and", "or", "&&" and "||".
208 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
209 argument. Prohibit opening curly brace because it could only be a
210 block opener in that position.
211 (ruby-smie--forward-token, ruby-smie--backward-token):
212 Separate "|" from "&" or "*" going after it. That can happen in block
213 arguments.
214 (ruby-smie--indent-to-stmt): New function, seeks the end of
215 previous statement or beginning of buffer.
216 (ruby-smie-rules): Use it.
217 (ruby-smie-rules): Check if there's a ":" before a curly block
218 opener candidate; if there is, it's a hash.
219
220 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
221
222 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
223 (cl--block-wrapper): Fix last accidental change.
224
225 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
226
227 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
228 Instrument, in order to hunt failure on hydra.
229
230 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
231
232 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
233 malformed bindings form (bug#15814).
234
235 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
236
237 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
238 "." compared to " @ ". This incidentally fixes some indentation
239 examples with "do".
240 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
241 (ruby-smie-grammar): New tokens: "and" and "or".
242 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
243 Exclude "and" and "or". Remove "do" in order to work around token
244 priorities.
245 (ruby-smie-rules): Add all infix tokens. Handle the case of
246 beginning-of-buffer.
247
248 2013-11-06 Glenn Morris <rgm@gnu.org>
249
250 * Makefile.in (setwins_almost, setwins_for_subdirs):
251 Avoid accidental matches.
252
253 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 * menu-bar.el (popup-menu): Use key-binding.
256
257 2013-11-06 Eli Zaretskii <eliz@gnu.org>
258
259 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
260 menus, support also the menus produced by minor modes.
261 (Bug#15817)
262
263 2013-11-06 Leo Liu <sdl.web@gmail.com>
264
265 * thingatpt.el (thing-at-point-looking-at): Add optional arg
266 DISTANCE to bound the search. All uses changed. (Bug#15808)
267
268 2013-11-06 Glenn Morris <rgm@gnu.org>
269
270 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
271 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
272 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
273
274 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * electric.el (electric-indent-just-newline): New command.
277 (electric-indent-mode-map): New keymap.
278 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
279 Re-add :group which weren't redundant.
280
281 * electric.el (electric-indent-local-mode): New minor mode.
282 (electric-indent-functions-without-reindent): New var.
283 (electric-indent-post-self-insert-function): Use it.
284 * emacs-lisp/gv.el (buffer-local-value): Add setter.
285
286 2013-11-05 Eli Zaretskii <eliz@gnu.org>
287
288 * international/quail.el (quail-help): Be more explicit about the
289 meaning of the labels shown on the keys. (Bug#15800)
290
291 * startup.el (normal-top-level): Load the subdirs.el files before
292 setting the locale environment. (Bug#15805)
293
294 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
297 via arguments so as to get the right ones (bug#15418).
298
299 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
300
301 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
302
303 Fix problems found while writing a test suite.
304
305 * net/tramp-compat.el (tramp-compat-load): New defun.
306 * net/tramp.el (tramp-handle-load): Use it.
307
308 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
309 "(numberp ok-if-already-exists)" correctly.
310
311 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
312
313 * international/characters.el (glyphless-char-display-control):
314 Add usage note.
315
316 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
317
318 * progmodes/python.el (python-mode):
319 * progmodes/scheme.el (scheme-mode):
320 * progmodes/prolog.el (prolog-mode):
321 * progmodes/ruby-mode.el (ruby-mode):
322 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
323 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
324
325 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * rect.el (rectangle--highlight-for-redisplay):
328 * emacs-lisp/smie.el (smie--next-indent-change):
329 Use buffer-chars-modified-tick.
330
331 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
332
333 * electric.el (electric-indent-post-self-insert-function):
334 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
335
336 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
337
338 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
339
340 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
341
342 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
343 (bug#15786).
344
345 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
348
349 * progmodes/python.el: Fix up last change.
350 (python-shell--save-temp-file): New function.
351 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
352 `string' comes from the current buffer.
353 (python-shell-send-string-no-output): Remove `msg' arg.
354 (python--use-fake-loc): New var.
355 (python-shell-buffer-substring): Obey it. Try to compensate for the
356 extra coding line added by python-shell--save-temp-file.
357 (python-shell-send-region): Use python-shell--save-temp-file and
358 python-shell-send-file directly. Add `nomain' argument.
359 (python-shell-send-buffer): Use python-shell-send-region.
360 (python-electric-pair-string-delimiter): New function.
361 (python-mode): Use it.
362
363 2013-11-04 Eli Zaretskii <eliz@gnu.org>
364
365 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
366 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
367 environment and decoding all of the default-directory's to here
368 from command-line.
369 (command-line): Decode also argv[0].
370
371 * loadup.el: Error out if default-directory is a multibyte string
372 when we are dumping.
373
374 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
375
376 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
377
378 * emacs-lisp/package.el (package-menu-mode)
379 (package-menu--print-info, package-menu--archive-predicate):
380 Add Archive column to package list.
381
382 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
383
384 Fix problems found while writing a test suite.
385
386 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
387 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
388 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
389 to nil when running original file name handler. Otherwise,
390 there are problems with constructs like "$$FOO".
391
392 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
393 for `localname'.
394
395 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
396
397 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
398
399 * subr.el (version<, version<=, version=):
400 Update docstrings with information for snapshot versions.
401
402 * helpers.el: New library for misc helper functions.
403 (hash-table-keys): New function returning a list of hash keys.
404 (hash-table-values): New function returning a list of hash values.
405
406 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
407
408 * progmodes/ruby-mode.el (ruby-smie--forward-token)
409 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
410
411 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
412
413 * textmodes/fill.el (fill-single-char-nobreak-p): New function
414 checking whether point is after a 1-letter word.
415
416 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
417
418 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
419 Don't infloop when expanding region over `multiline' syntax-type that
420 begins a line (bug#15778).
421
422 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
425 Make it into a proper minor mode.
426 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
427 (rectangle-mark-mode-map): New keymap.
428 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
429
430 2013-11-04 Glenn Morris <rgm@gnu.org>
431
432 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
433
434 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
437 (ruby-smie-rules): Use smie-rule-parent instead.
438
439 * emacs-lisp/smie.el (smie-rule-parent): Always call
440 smie-indent-virtual rather than only for hanging tokens.
441 (smie--next-indent-change): New helper command.
442
443 2013-11-03 Glenn Morris <rgm@gnu.org>
444
445 * Makefile.in (abs_srcdir): Remove.
446 (emacs): Unset EMACSLOADPATH.
447
448 2013-11-02 Glenn Morris <rgm@gnu.org>
449
450 * Makefile.in (EMACS): Use a relative filename.
451 (abs_top_builddir): Remove.
452 (custom-deps, finder-data, autoloads): Use --chdir.
453
454 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
455
456 Use relative filenames in TAGS files.
457 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
458 (lisptagsfiles4, TAGS): Use relative file names.
459 (TAGS-LISP): Remove.
460 (maintainer-clean): No more TAGS-LISP file.
461
462 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
463 (lisptagsfiles4): Use absolute filenames again.
464 (TAGS, TAGS-LISP): Not everything needs to run in one line.
465 Remove all *loaddefs files, not just the first. Remove esh-groups.
466 (maintainer-clean): Delete TAGS, TAGS-LISP.
467
468 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
469
470 * emacs-lisp/package.el (package-version-join):
471 Recognize snapshot versions.
472
473 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
474
475 * subr.el (version-regexp-alist): Add support for snapshot versions.
476
477 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
478
479 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
480 New function, replacement for `smie-rule-parent' for when we want to
481 skip over our direct parent if it's an assignment token..
482 (ruby-smie-rules): Use it.
483
484 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
485
486 * progmodes/ruby-mode.el Use `syntax-propertize-function'
487 unconditionally. Remove now unnecessary forward declarations.
488 Remove XEmacs-specific setup.
489 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
490 (ruby-font-lock-syntactic-keywords)
491 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
492 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
493 (ruby-here-doc-end-syntax): Remove.
494 (ruby-mode): Don't check whether `syntax-propertize-rules' is
495 defined as function.
496
497 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
498
499 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
500
501 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
502
503 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
504 table and abbrev table, `define-derived-mode' does that for us
505 anyway.
506
507 2013-11-01 Glenn Morris <rgm@gnu.org>
508
509 * Makefile.in: Remove manual mh-e dependencies (writing .elc
510 files is atomic for some time, so no parallel compilation issues).
511
512 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
513
514 * faces.el (face-x-resources): Add :distant-foreground.
515 (region): Use :distant-foreground for gtk and ns.
516
517 2013-11-01 Tassilo Horn <tsdh@gnu.org>
518
519 Allow multiple bibliographies when BibLaTeX is used rather than
520 BibTeX.
521 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
522 (reftex-locate-bibliography-files): Us it.
523
524 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
525
526 * image.el (image-type-header-regexps): Fix the 'pbm' part to
527 allow comments in pbm files.
528
529 * term/w32-win.el (dynamic-library-alist): Support newer versions
530 of libjpeg starting with v7: look only for the DLL from the
531 version against which Emacs was built.
532 Support versions of libpng beyond 1.4.x.
533 Support libtiff v4.x.
534
535 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
536
537 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
538 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
539 Add property :safe.
540 (ruby-deep-arglist): Add property :type.
541
542 2013-10-31 Glenn Morris <rgm@gnu.org>
543
544 * Makefile.in (custom-deps, finder-data): No need to setq the target
545 variables, we are in the right directory and the defaults work fine.
546
547 2013-10-30 Glenn Morris <rgm@gnu.org>
548
549 * Makefile.in (autoloads): Do not use abs_lisp.
550
551 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
552 `newline' does not respect `standard-output', so use `princ'.
553
554 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
555
556 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
557 * buff-menu.el (Buffer-menu--unmark): New function.
558 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
559
560 2013-10-30 Glenn Morris <rgm@gnu.org>
561
562 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
563
564 * emacs-lisp/package.el (lm-homepage): Declare.
565
566 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
567 Fix doc typos.
568
569 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
570
571 * Makefile.in (finder-data, autoloads, update-subdirs)
572 (compile-main, compile-clean, compile-always, bootstrap-clean):
573 Check return value of cd.
574 (compile-calc): Remove.
575
576 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
579
580 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
581 (byte-compile-and-folded): New function.
582 (=, <, >, <=, >=): Use it.
583
584 * dos-w32.el (minibuffer-history-case-insensitive-variables)
585 (path-separator, null-device, buffer-file-coding-system)
586 (lpr-headers-switches): Check system-type before modifying them.
587 (find-buffer-file-type-coding-system): Mark obsolete.
588 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
589 find-file-not-found-set-buffer-file-coding-system.
590 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
591 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
592 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
593 (w32-direct-print-region-helper, w32-direct-print-region-function)
594 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
595 * startup.el (normal-top-level-add-subdirs-to-load-path):
596 * ps-print.el (ps-print-region-function):
597 * lpr.el (print-region-function): Use new name.
598
599 * subr.el (custom-declare-variable-early): Remove function.
600 (custom-declare-variable-list): Remove var.
601 (error, user-error): Remove `while' loop.
602 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
603 (user-emacs-directory-warning, locate-user-emacs-file):
604 Move to files.el.
605 * simple.el (read-quoted-char-radix, read-quoted-char):
606 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
607 Move from subr.el.
608 * custom.el (custom-declare-variable-list): Don't process
609 custom-declare-variable-list.
610
611 * progmodes/python.el (python-shell-get-buffer): New function.
612 (python-shell-get-process): Use it.
613 (python-shell-send-string): Always use utf-8 and add a cookie to tell
614 Python which encoding was used. Don't split-string since we only care
615 about the first line. Return the temp-file, if applicable.
616 (python-shell-send-region): Tell compile.el how to turn locations in
617 the temp-file into locations in the source buffer.
618
619 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * subr.el (undefined): Add missing behavior from the C code for
622 unbound keys.
623
624 * rect.el: Use lexical-binding. Add new rectangular region support.
625 (rectangle-mark): New command.
626 (rectangle--region): New var.
627 (deactivate-mark-hook): Reset rectangle--region.
628 (rectangle--extract-region, rectangle--insert-for-yank)
629 (rectangle--highlight-for-redisplay)
630 (rectangle--unhighlight-for-redisplay): New functions.
631 (region-extract-function, redisplay-unhighlight-region-function)
632 (redisplay-highlight-region-function): Use them to handle
633 rectangular region.
634 * simple.el (region-extract-function): New var.
635 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
636 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
637 (kill-region): Replace obsolete `yank-handler' arg with `region'.
638 (copy-region-as-kill, kill-ring-save): Add `region' argument.
639 (redisplay-unhighlight-region-function)
640 (redisplay-highlight-region-function): New vars.
641 (redisplay--update-region-highlight): New function.
642 (pre-redisplay-function): Use it.
643 (exchange-point-and-mark): Don't deactivate the mark before
644 reactivate-it anyway.
645 * comint.el (comint-kill-region): Remove yank-handler argument.
646 * delsel.el (delete-backward-char, backward-delete-char-untabify)
647 (delete-char): Remove property, since it's now part of their
648 default behavior.
649 (self-insert-iso): Remove property since this command doesn't exist.
650
651 * emacs-lisp/package.el (package--download-one-archive)
652 (describe-package-1): Don't query the user about final newline.
653
654 2013-10-29 Daniel Colascione <dancol@dancol.org>
655
656 * net/tramp.el (tramp-methods): Document new functionality.
657 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
658 tramp-hostname-checker if method provides one instead of scanning
659 argument list for "%h" to decide hostname acceptability.
660
661 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
662
663 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
664 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
665 Handle COPY-CONTENTS. (Bug#15737)
666
667 2013-10-28 Daiki Ueno <ueno@gnu.org>
668
669 * epa-file.el
670 (epa-file-cache-passphrase-for-symmetric-encryption):
671 Document that this option has no effect with GnuPG 2.0 (bug#15552).
672
673 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
674
675 * image.el (defimage):
676 (image-load-path): Doc fixes.
677
678 2013-10-27 Alan Mackenzie <acm@muc.de>
679
680 Indent statements in macros following "##" correctly.
681 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
682 Modify the "#" arm of a cond form to handle "#" and "##" operators.
683
684 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
685
686 * linum.el (linum-update-window): Fix boundary test (bug#13446).
687
688 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
689
690 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
691 after `=' is probably a new expression.
692
693 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
694
695 * man.el (man-imenu-title): New option.
696 (Man-mode-map): Add menu. (Bug#15722)
697 (Man-mode): Add imenu to menu.
698
699 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
700
701 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
702 specific in what the first arg can be: a non-keyword word,
703 string/regexp/percent literal opener, opening paren, or unary
704 operator followed directly by word.
705
706 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
709 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
710 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
711 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
712 Remove vars, they do not apply any more.
713 (prolog-mode-abbrev-table): Remove redundant declaration.
714 (prolog-upper-case-string, prolog-lower-case-string): Remove.
715 (prolog-use-smie): Remove.
716 (prolog-smie-rules): Add indentation rule for the if-then-else layout
717 supported by prolog-electric-if-then-else-flag.
718 (prolog-mode-variables, prolog-menu): Use setq-local.
719 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
720 Remove binding to `Backspace' since this key doesn't exist anyway.
721 Remove bindings for electric self-inserting keys.
722 (prog-mode): Assume it's defined.
723 (prolog-post-self-insert): New function.
724 (prolog-mode): Use it.
725 (prolog-indent-line, prolog-indent-level)
726 (prolog-find-indent-of-matching-paren)
727 (prolog-indentation-level-of-line, prolog-goto-comment-column)
728 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
729 (prolog-goto-next-paren, prolog-in-string-or-comment)
730 (prolog-tokenize, prolog-inside-mline-comment)
731 (prolog-find-start-of-mline-comment): Remove functions.
732 (prolog-find-unmatched-paren, prolog-clause-end)
733 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
734 (prolog-electric--if-then-else): Rename from
735 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
736 (prolog-tokenize-searchkey): Remove const.
737 (prolog-clause-info): Use forward-sexp.
738 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
739 (prolog-electric-if-then-else): Remove commands.
740 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
741 for use in post-self-insert-hook.
742 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
743 for use in post-self-insert-hook.
744 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
745 for use in post-self-insert-hook.
746 (prolog-electric--underscore): Rename from prolog-electric--underscore;
747 adapt it for use in post-self-insert-hook.
748
749 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
750
751 * emacs-lisp/ert.el (ert-run-tests-interactively):
752 Use `completing-read'. (Bug#9756)
753
754 2013-10-25 Eli Zaretskii <eliz@gnu.org>
755
756 * simple.el (line-move): Call line-move-1 instead of
757 line-move-visual when the current window hscroll is zero, but
758 temporary-goal-column indicates we will need to hscroll as result
759 of the movement. (Bug#15712)
760
761 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
762
763 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
764 capitalization. Use :visible instead of :active.
765 Fix `ruby-indent-exp' reference. Add menu items for the generic
766 commands that are used with SMIE.
767 (ruby-do-end-to-brace): Insert space after `{'.
768
769 2013-10-25 John Anthony <john@jo.hnanthony.com>
770
771 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
772
773 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
774
775 2013-10-25 Glenn Morris <rgm@gnu.org>
776
777 * vc/vc.el (vc-print-log): Don't use a working revision unless
778 one was explicitly specified. (Bug#15322)
779
780 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * subr.el (add-to-list): Preserve return value in compiler-macro
783 (bug#15692).
784
785 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
786
787 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
788 result. Ask user to retry using '-all' flag. (Bug#15701)
789
790 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * emacs-lisp/smie.el: New smie-config system.
793 (smie-config): New defcustom.
794 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
795 (smie-config-guess, smie-config-save): New commands.
796 (smie-config--mode-local, smie-config--buffer-local)
797 (smie-config--trace, smie-config--modefuns): New vars.
798 (smie-config--advice, smie-config--mode-hook)
799 (smie-config--setter, smie-config-local, smie-config--get-trace)
800 (smie-config--guess-value, smie-config--guess): New functions.
801 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
802 text properties. Treat "string fence" syntax like string syntax.
803
804 * progmodes/sh-script.el (sh-use-smie): Change default.
805 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
806 (sh-var-value): Simplify by CSE.
807 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
808 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
809 is used.
810 (sh-guess-basic-offset): Use cl-incf.
811 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
812
813 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
814
815 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
816 (bug#15699).
817
818 2013-10-24 Glenn Morris <rgm@gnu.org>
819
820 * Makefile.in (abs_top_srcdir): Remove.
821 (update-subdirs): Use relative path to update-subdirs.
822
823 2013-10-24 Eli Zaretskii <eliz@gnu.org>
824
825 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
826 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
827 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
828 Call unmsys--file-name before expand-file-name, not after it.
829
830 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
831
832 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
833 (ert-test-skipped): New error.
834 (ert-skip, ert-stats-skipped): New defuns.
835 (ert--skip-unless): New macro.
836 (ert-test-skipped): New struct.
837 (ert--run-test-debugger, ert-test-result-type-p)
838 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
839 (ert--stats-set-test-and-result, ert-char-for-test-result)
840 (ert-string-for-test-result, ert-run-tests-batch)
841 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
842 Handle skipped tests. (Bug#9803)
843
844 2013-10-24 Glenn Morris <rgm@gnu.org>
845
846 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
847
848 * Makefile.in (abs_top_srcdir): New, set by configure.
849 (update-subdirs): Correct build-aux location.
850
851 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
852
853 * vc/vc.el (vc-print-root-log): Always set `default-directory'
854 value, whether we could auto-deduce `backend', or not.
855
856 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
857 with parameters" example. Simplify the "is it block or is it
858 hash" check, but also make it more thorough.
859
860 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
861
862 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
863
864 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
867 { if it is hanging.
868
869 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
870 :before ";".
871
872 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
873
874 * progmodes/compile.el (compilation-directory-matcher)
875 (compilation-page-delimiter):
876 Support GNU Make-4.0 directory quoting. (Bug#15678)
877
878 2013-10-23 Leo Liu <sdl.web@gmail.com>
879
880 * ido.el (ido-tidy): Handle read-only text.
881
882 2013-10-23 Glenn Morris <rgm@gnu.org>
883
884 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
885 (emacs, compile, compile-always):
886 Quote entities that might contain whitespace.
887 (custom-deps, finder-data, autoloads): Use abs_lisp.
888 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
889 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
890 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
891
892 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
893
894 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
895 Use `following-char'.
896
897 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
900 * progmodes/ruby-mode.el (ruby-smie-rules):
901 Remove corresponding workaround. Fix indentation rule of ";" so it
902 also applies when ";" is the parent.
903
904 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
905
906 * frame.el (display-screens, display-pixel-height)
907 (display-pixel-width, display-mm-width, display-backing-store)
908 (display-save-under, display-planes, display-color-cells)
909 (display-visual-class, display-monitor-attributes-list):
910 Mention the optional ‘display’ argument in doc strings.
911
912 2013-10-22 Michael Gauland <mikelygee@amuri.net>
913
914 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
915 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
916
917 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
918
919 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
920 TODO. Add "." after " @ ".
921 (ruby-smie--at-dot-call): New function. Checks if point at method
922 call with explicit target.
923 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
924 to the method name tokens when it precedes them.
925 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
926 (ruby-smie-rules): Add rule for indentation before and after "."
927 token.
928
929 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * textmodes/remember.el (remember-diary-extract-entries):
932 Avoid add-to-list.
933
934 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
935 an instruction.
936
937 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
938
939 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
940 (ruby-smie--implicit-semi-p): Add new operator chars.
941
942 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
943 `smie-down-list'.
944 (ruby-smie--args-separator-p): Check that there's no newline
945 between method call and its arguments.
946
947 2013-10-20 Alan Mackenzie <acm@muc.de>
948
949 Allow comma separated lists after Java "implements".
950
951 * progmodes/cc-engine.el (c-backward-over-enum-header):
952 Parse commas.
953 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
954 from a "disallowed" list in enum fontification.
955
956 2013-10-20 Johan Bockgård <bojohan@gnu.org>
957
958 * startup.el (default-frame-background-mode): Remove unused defvar.
959
960 * progmodes/verilog-mode.el (verilog-mode): Don't set
961 comment-indent-function globally.
962
963 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
964
965 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
966 Move Info menu item creation to ns-win.el.
967
968 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
969 in menu bar.
970
971 * menu-bar.el: Move GNUStep specific menus...
972
973 * term/ns-win.el (ns-initialize-window-system): ... to here.
974
975 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * simple.el (newline): Only run post-self-insert-hook when
978 called interactively.
979
980 2013-10-19 Johan Bockgård <bojohan@gnu.org>
981
982 * icomplete.el (icomplete-with-completion-tables): Add :version.
983
984 2013-10-19 Alan Mackenzie <acm@muc.de>
985
986 Fix fontification bugs with constructors and const.
987
988 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
989 CASE 2) Remove the check for the absence of a suffix construct
990 after a function declaration with only types (no identifiers) in
991 the parentheses. Also, accept a function declaration with just a
992 type inside the parentheses, if this type can be positively
993 recognised as such, or if a prefix keyword like "explicit" nails
994 down the construct as a declaration.
995
996 2013-10-19 Eli Zaretskii <eliz@gnu.org>
997
998 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
999 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1000 the problem whereby selecting a menu item that leads to a
1001 minibuffer prompt moves the cursor out of the minibuffer window,
1002 making it hard to type at the prompt. Suggested by Stefan Monnier
1003 <monnier@iro.umontreal.ca>.
1004
1005 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1006
1007 * menu-bar.el: Don't make Services menu.
1008
1009 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1010
1011 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1012 (ffap-alist): Use ffap-c++-mode for c++-mode.
1013 (ffap-c++-path): New variable.
1014 (ffap-c++-mode): New function.
1015
1016 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1017
1018 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1019
1020 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1021
1022 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1023 introduced on 2013-09-08, which results in an infinite loop
1024 requesting a password.
1025
1026 2013-10-18 Glenn Morris <rgm@gnu.org>
1027
1028 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1029
1030 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1031
1032 Sync with upstream verilog-mode revision 1a6ecec7.
1033 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1034 (verilog-mode-release-date): Remove.
1035 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1036 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1037 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1038 (verilog-auto-tieoff-ignore-regexp)
1039 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1040 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1041 (verilog-signals-with, verilog-dir-cache-preserving)
1042 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1043 Doc fixes.
1044 (verilog-case-fold): New option, to control case folding in
1045 regexp searches, bug597.
1046 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1047 (verilog-string-match-fold, verilog-in-paren-count)
1048 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1049 (verilog-at-close-struct-p): New functions.
1050 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1051 (verilog-forward-sexp, verilog-set-auto-endcomments):
1052 (verilog-leap-to-case-head): Handle "unique0" case.
1053 (verilog-in-constraint-re): New constant.
1054 (verilog-keywords, verilog-type-font-keywords):
1055 Add some SystemVerilog 1800-2012 keywords.
1056 (verilog-label-be): Remove unimplemented argument, bug669.
1057 (verilog-batch-execute-func): When batch expanding clear
1058 create-lockfiles to prevent spurious user locks when a file ends
1059 up not changing.
1060 (verilog-calculate-indent, verilog-calc-1)
1061 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1062 (verilog-do-indent): Fix indentation of nested constraints
1063 and structures.
1064 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1065 (verilog-auto-inst-param): Use verilog-string-match-fold.
1066 (verilog-read-inst-module-matcher):
1067 Fix AUTOINST on gate primitives with #1.
1068 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1069 Reads all user-defined typed variables.
1070 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1071 (verilog-signals-matching-regexp)
1072 (verilog-signals-not-matching-regexp, verilog-auto):
1073 Respect verilog-case-fold.
1074 (verilog-diff-report): Fix line count.
1075 (verilog-auto-assign-modport): Remove unused local `modi'.
1076 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1077 better handle multidimensional arrays.
1078 Fix packed array ports misadding bit index in AUTOINST, bug637.
1079 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1080 to not double-declare existing outputs and inputs, respectively.
1081 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1082 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1083 (verilog-sk-uvm-component): New skeleton.
1084 (verilog-submit-bug-report): Add verilog-case-fold,
1085 remove verilog-mode-release-date.
1086
1087 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1088
1089 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1090 as before.
1091
1092 2013-10-18 Reuben Thomas <rrt@sc3d.org>
1093
1094 * textmodes/remember.el (remember): set buffer-offer-save in
1095 remember buffers (bug#13566).
1096
1097 2013-10-18 Daniel Colascione <dancol@dancol.org>
1098
1099 When evaluating forms in ielm, direct standard output to ielm
1100 buffer. Add new ielm-return-for-effect command. Remove trailing
1101 whitespace throughout.
1102
1103 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1104 (ielm-return-for-effect): New command.
1105 (ielm-send-input): Accept optional `for-effect' parameter.
1106 (ielm-eval-input): Accept optional `for-effect' parameter.
1107 Bind `standard-output' to stream we create using
1108 `ielm-standard-output-impl'. Suppress printing result when
1109 `for-effect'.
1110 (ielm-standard-output-impl): New function.
1111 (inferior-emacs-lisp-mode): Explain new features in documentation.
1112
1113 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
1114
1115 Code cleanup.
1116
1117 * net/tramp.el (tramp-debug-message): Do not check for connection
1118 buffer.
1119 (tramp-message): Use "vector" connection property.
1120
1121 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1122 (tramp-equal-remote, tramp-eshell-directory-change)
1123 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1124 (tramp-adb-handle-rename-file)
1125 * net/tramp-cmds.el (tramp-list-remote-buffers)
1126 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1127 * net/tramp-compat.el (tramp-compat-process-running-p)
1128 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1129 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1130 (tramp-gvfs-handle-rename-file)
1131 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1132 (tramp-set-file-uid-gid)
1133 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1134 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1135 of `file-remote-p'.
1136
1137 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1138 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1139 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1140 (tramp-gw-open-network-stream): Suppress unrelated traces.
1141
1142 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1143 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1144 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1145 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1146 connection property.
1147
1148 * net/tramp-cache.el (top): Suppress traces when reading
1149 persistency file.
1150
1151 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1152 Refactor common code. Improve debug message.
1153 (tramp-maybe-open-connection)
1154 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1155 connection buffer too early.
1156
1157 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1158 from `tramp-smb-actions-with-acl'.
1159 (tramp-smb-actions-set-acl): New defconst.
1160 (tramp-smb-handle-copy-directory)
1161 (tramp-smb-action-get-acl): New defun, renamed from
1162 `tramp-smb-action-with-acl'.
1163 (tramp-smb-action-set-acl): New defun.
1164 (tramp-smb-handle-set-file-acl): Rewrite.
1165
1166 2013-10-17 Glenn Morris <rgm@gnu.org>
1167
1168 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1169
1170 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * skeleton.el (skeleton-newline): Remove.
1173 (skeleton-internal-1): Use (insert "\n") instead.
1174
1175 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1176 let-bindings.
1177
1178 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1179 forward-sexp-function while we redo its job (bug#15613).
1180
1181 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1182
1183 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1184 represented by lists.
1185
1186 2013-10-16 Glenn Morris <rgm@gnu.org>
1187
1188 * tmm.el (tmm--history): New dynamic variable.
1189 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1190
1191 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1194 (tramp-smb-errors): Add error messages.
1195 (tramp-smb-actions-with-acl): New defconst.
1196 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1197 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1198 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1199 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1200 (tramp-smb-get-stat-capability): Fix tests.
1201
1202 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1203
1204 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1205 (bug#15580).
1206
1207 2013-10-16 Glenn Morris <rgm@gnu.org>
1208
1209 * ansi-color.el (ansi-color-drop-regexp):
1210 Add 1J, 1K, 2K. (Bug#15617)
1211
1212 * files.el (hack-local-variables--warned-lexical): New.
1213 (hack-local-variables):
1214 Warn about misplaced lexical-binding. (Bug#15616)
1215
1216 * net/eww.el (eww-render): Always set eww-current-url,
1217 and update header line. (Bug#15622)
1218 (eww-display-html): ... Rather than just doing it here.
1219
1220 2013-10-15 Eli Zaretskii <eliz@gnu.org>
1221
1222 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1223 menu navigations commands.
1224
1225 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1226
1227 * progmodes/subword.el (subword-capitalize): Be careful when
1228 the search for [[:alpha:]] fails (bug#15580).
1229
1230 2013-10-14 Eli Zaretskii <eliz@gnu.org>
1231
1232 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1233 to commands that scroll the menu.
1234
1235 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1236
1237 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1238 Handle methods ending with `?' and `!'.
1239
1240 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
1241
1242 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1243 `japanese-cp932' to `cp932' to fix the problem where saving a
1244 source file written in Shift_JIS twice would end up having
1245 `coding: japanese-cp932' which Ruby could not recognize.
1246 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1247 in `ruby-encoding-map'.
1248 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1249 doesn't need to be explicitly declared in magic comment.
1250 (ruby-encoding-map): Add type declaration for better customize UI.
1251
1252 2013-10-13 Glenn Morris <rgm@gnu.org>
1253
1254 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1255 Occur buffers are read-only. http://bugs.debian.org/720775
1256
1257 * emacs-lisp/authors.el (authors-fixed-entries):
1258 Comment out old alpha stuff.
1259
1260 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1261
1262 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1263 to `after-save-hook' instead of `before-save-hook'.
1264 (ruby-mode-set-encoding): Use the value of coding system used to
1265 write the file. Call `basic-save-buffer-1' after modifying the
1266 buffer.
1267
1268 2013-10-13 Alan Mackenzie <acm@muc.de>
1269
1270 Fix indentation/fontification of Java enum with
1271 "implements"/generic.
1272
1273 * progmodes/cc-engine.el (c-backward-over-enum-header):
1274 Extracted from the three other places and enhanced to handle generics.
1275 (c-inside-bracelist-p): Uses new function above.
1276 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1277 function above.
1278 (c-font-lock-enum-tail): Uses new function above.
1279
1280 2013-10-13 Kenichi Handa <handa@gnu.org>
1281
1282 * international/mule-cmds.el (select-safe-coding-system): Remove a
1283 superfluous condition in chekcing whether a coding system is safe
1284 or not.
1285
1286 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1287
1288 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1289
1290 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
1291
1292 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1293
1294 2013-10-13 Glenn Morris <rgm@gnu.org>
1295
1296 * menu-bar.el (menu-bar-update-buffers):
1297 Unify Buffers menu prompt string. (Bug#15576)
1298
1299 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1300
1301 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1302 Add some entries.
1303 (authors-fixed-entries): Use accented form of name.
1304
1305 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1308 method calls (bug#15594).
1309 (ruby-smie--args-separator-p): New function.
1310 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1311 recognize paren-free method calls.
1312
1313 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1314 internals of universal-argument.
1315
1316 2013-10-11 Eli Zaretskii <eliz@gnu.org>
1317
1318 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1319 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1320 dropped menu on second mouse click on the menu bar.
1321
1322 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1325 (explicit-shell-file-name): Declare.
1326 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1327 (sh-completion-at-point-function): New function.
1328 (sh-mode): Use it.
1329 (sh-smie--keyword-p): Remove unused argument.
1330 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1331 vars.
1332 (sh-set-shell): Always setup SMIE, even if we use the
1333 old indentation code.
1334
1335 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1336
1337 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1338 cases of ? and =.
1339 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1340 predicate would return nil are almost non-existent.
1341 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1342
1343 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1344 cache also after commands that modify the buffer but don't move
1345 point.
1346
1347 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * env.el (substitute-env-in-file-name): New function.
1350 (substitute-env-vars): Extend the meaning of the optional arg.
1351
1352 2013-10-10 Eli Zaretskii <eliz@gnu.org>
1353
1354 * term/w32-win.el (dynamic-library-alist): Define separate lists
1355 of GIF DLLs for versions before and after 5.0.0 of giflib.
1356 (Bug#15531)
1357
1358 2013-10-10 João Távora <joaotavora@gmail.com>
1359
1360 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1361 not locked, use last revision and current source as
1362 defaults. (Bug#15569)
1363
1364 2013-10-10 Masatake YAMATO <yamato@redhat.com>
1365
1366 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1367 menu-bar is hidden.
1368
1369 2013-10-10 Martin Rudalics <rudalics@gmx.at>
1370
1371 * window.el (pop-to-buffer-same-window): Fix doc-string.
1372 (Bug#15492)
1373
1374 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1377
1378 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1379
1380 * calendar/icalendar.el (icalendar-import-file):
1381 Fix interactive spec. (Bug#15482)
1382
1383 2013-10-10 Glenn Morris <rgm@gnu.org>
1384
1385 * desktop.el (desktop-save): Default to saving in .emacs.d,
1386 since PWD is no longer in desktop-path by default. (Bug#15319)
1387
1388 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1389 now that text mode has a menu with the same entry.
1390 (menu-bar-text-mode-auto-fill): Remove now unused func.
1391 * textmodes/text-mode.el (text-mode-map):
1392 Use auto-fill help text from menu-bar.el.
1393
1394 2013-10-10 John Anthony <john@jo.hnanthony.com>
1395
1396 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1397
1398 2013-10-09 Juri Linkov <juri@jurta.org>
1399
1400 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1401 instead of this-command-keys. Add universal-argument-more and
1402 universal-argument-minus to the list of prefix commands. (Bug#15568)
1403
1404 2013-10-09 Glenn Morris <rgm@gnu.org>
1405
1406 * vc/vc-svn.el (vc-svn-create-repo):
1407 Expand paths in file://... url. (Bug#15446)
1408
1409 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1410 Add some entries.
1411 (authors): Remove unused local variables.
1412
1413 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1414
1415 * profiler.el: Create a more coherent calltree from partial backtraces.
1416 (profiler-format): Hide the tail with `invisible' so that C-s can still
1417 find the hidden elements.
1418 (profiler-calltree-depth): Don't recurse so enthusiastically.
1419 (profiler-function-equal): New hash-table-test.
1420 (profiler-calltree-build-unified): New function.
1421 (profiler-calltree-build): Use it.
1422 (profiler-report-make-name-part): Indent the calltree less.
1423 (profiler-report-mode): Add visibility specs for profiler-format.
1424 (profiler-report-expand-entry, profiler-report-toggle-entry):
1425 Expand the whole subtree when provided with a prefix arg.
1426
1427 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1428
1429 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1430 iuwu-mod token.
1431 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1432 hanging iuwu-mod token.
1433 (ruby-smie--forward-token): Do not include a dot after a token in
1434 that token.
1435 (ruby-smie--backward-token): Likewise.
1436
1437 2013-10-08 Juri Linkov <juri@jurta.org>
1438
1439 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1440 to isearch-other-control-char.
1441 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1442 and isearch-post-command-hook to post-command-hook.
1443 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1444 and isearch-post-command-hook from post-command-hook.
1445 (isearch-unread-key-sequence)
1446 (isearch-reread-key-sequence-naturally)
1447 (isearch-lookup-scroll-key, isearch-other-control-char)
1448 (isearch-other-meta-char): Remove functions.
1449 (isearch-pre-command-hook, isearch-post-command-hook):
1450 New functions based on isearch-other-meta-char rewritten
1451 relying on the new behavior of overriding-terminal-local-map
1452 that does not replace the local keymaps any more. (Bug#15200)
1453
1454 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1455
1456 Support menus on text-mode terminals.
1457 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1458 functionality.
1459
1460 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1461
1462 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1463 Move here from mouse.el.
1464 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1465 and arrow keys.
1466 (tty-menu-navigation-map): New map for TTY menu navigation.
1467
1468 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1469
1470 * frame.el (display-mouse-p): Report text-mode mouse as available
1471 on w32.
1472 (display-popup-menus-p): Report availability if mouse is
1473 available; don't condition on window-system.
1474
1475 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1476 (tty-menu-selected-face): New faces.
1477
1478 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1481 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1482 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1483 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1484 New constants.
1485 (lisp-mode-variables): New `elisp' argument.
1486 (emacs-lisp-mode): Use it.
1487 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1488 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1489
1490 * indent.el: Use lexical-binding.
1491 (indent-region): Add progress reporter.
1492 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1493 last step.
1494 (indent--next-tab-stop): New function to implement this behavior.
1495 (tab-to-tab-stop, move-to-tab-stop): Use it.
1496
1497 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
1498
1499 * indent.el (indent-rigidly--current-indentation): New function.
1500 (indent-rigidly-map): New var.
1501 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1502
1503 2013-10-08 Bastien Guerry <bzg@gnu.org>
1504
1505 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1506
1507 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 * progmodes/perl-mode.el: Use lexical-binding.
1510 Remove redundant :group args.
1511 (perl-nochange): Change default to be closer to other major modes's
1512 standard behavior.
1513 (perl-indent-line): Don't consider text on current line as a
1514 valid beginning of function from which to indent.
1515
1516 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1517 with more than one argument (bug#15538).
1518
1519 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1520
1521 * vc/pcvs.el: Use lexical-binding.
1522 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1523 environment of `eval'.
1524 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1525 than a list of expressions. Adjust callers.
1526 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1527
1528 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1529
1530 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
1531 case of the dot in a chained method call being on the following line.
1532
1533 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 * electric.el (electric-indent-inhibit): New var.
1536 (electric-indent-post-self-insert-function): Use it.
1537 * progmodes/python.el (python-mode): Set it.
1538
1539 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1540 open braces.
1541
1542 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1543
1544 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1545 (css-mode): Use electric-indent-chars.
1546
1547 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1548 (font-lock-beg, font-lock-end): Move before first use.
1549 (nxml-mode): Use syntax-propertize-function.
1550 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1551 (nxml-extend-after-change-region): Remove.
1552 * nxml/xmltok.el: Use lexical-binding.
1553 (xmltok-save): Use `declare'.
1554 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1555 * nxml/nxml-util.el: Use lexical-binding.
1556 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1557 Use `declare'.
1558 * nxml/nxml-ns.el: Use lexical-binding.
1559 (nxml-ns-save): Use `declare'.
1560 (nxml-ns-prefixes-for): Avoid add-to-list.
1561 * nxml/rng-match.el: Use lexical-binding.
1562 (rng--ipattern): Use cl-defstruct.
1563 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1564 (rng-cons-group-after, rng-subst-group-after)
1565 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1566 Use closures instead of `(lambda...).
1567
1568 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1569
1570 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1571 of BEG and END.
1572
1573 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1574 Use `tramp-handle-insert-file-contents'.
1575 (tramp-gvfs-handle-insert-file-contents): Remove function.
1576
1577 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1578 Use `save-restriction' in order to keep markers.
1579
1580 * net/trampver.el: Update release number.
1581
1582 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1583
1584 * progmodes/compile.el (compilation-parse-errors):
1585 Use compilation--put-prop.
1586 (compilation--ensure-parse): Check compilation-multiline.
1587
1588 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1589
1590 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1591 lexical-binding.
1592
1593 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1594
1595 * progmodes/ruby-mode.el: Fix recently added tests.
1596 (ruby-smie-grammar): Add - and +.
1597 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1598 (ruby-smie--backward-id): New functions.
1599 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1600 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1601 any more.
1602
1603 2013-10-07 Leo Liu <sdl.web@gmail.com>
1604
1605 * register.el (register-preview-delay)
1606 (register-preview-functions): New variables.
1607 (register-read-with-preview, register-preview)
1608 (register-describe-oneline): New functions.
1609 (point-to-register, window-configuration-to-register)
1610 (frame-configuration-to-register, jump-to-register)
1611 (number-to-register, view-register, insert-register)
1612 (copy-to-register, append-to-register, prepend-to-register)
1613 (copy-rectangle-to-register): Use register-read-with-preview to
1614 read register. (Bug#15525)
1615
1616 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1617
1618 * net/network-stream.el (network-stream-open-starttls): Don't add
1619 --insecure if it's already present, because that gnutls-cli
1620 rejects getting that parameter twice.
1621
1622 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1623
1624 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1625 keyword, too.
1626
1627 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1628
1629 * newcomment.el (comment-use-global-state): Change default value
1630 to t, mark obsolete (Bug#15251).
1631 (comment-beginning): In addition to `comment-to-syntax', check the
1632 value of `comment-use-global-state'.
1633
1634 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1637 (ruby-comment-column): Follow the global default, by default.
1638 (ruby-smie-grammar): Add assignment syntax.
1639 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1640 open-paren, a comma, or a \.
1641 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1642 and line continuations.
1643 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1644 followed by implicit semi-colons. Add rule for string concatenation
1645 and for indentation at BOB.
1646 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1647
1648 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1649 calling next-sexp, since next-token may have skipped chars which
1650 next-sexp doesn't know should be skipped!
1651
1652 2013-10-05 Leo Liu <sdl.web@gmail.com>
1653
1654 * progmodes/octave.el (octave-send-region):
1655 Call compilation-forget-errors.
1656
1657 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1658
1659 * vc/vc-svn.el (vc-svn-find-admin-dir):
1660 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1661 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1662 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1663 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1664
1665 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1668
1669 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * subr.el (read-passwd): Hide chars even when called within a context
1672 where after-change-functions is disabled (bug#15501).
1673 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1674 until we removed ourself from overriding-terminal-local-map.
1675
1676 2013-10-04 Leo Liu <sdl.web@gmail.com>
1677
1678 * progmodes/octave.el (inferior-octave-mode):
1679 Call compilation-forget-errors.
1680
1681 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1682
1683 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1684
1685 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
1686
1687 * net/secrets.el (secrets-create-collection): Add optional
1688 argument ALIAS. Use proper Label keyword. Append ALIAS as
1689 dbus-call-method argument. (Bug#15516)
1690
1691 2013-10-04 Leo Liu <sdl.web@gmail.com>
1692
1693 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1694 (inferior-octave-compilation-font-lock-keywords): New variables.
1695 (compilation-error-regexp-alist)
1696 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1697 (inferior-octave-mode): Use compilation-shell-minor-mode.
1698
1699 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1700
1701 * minibuffer.el (completion--replace): Be careful that `end' might be
1702 a marker.
1703
1704 2013-10-03 Daiki Ueno <ueno@gnu.org>
1705
1706 Add support for package signature checking.
1707 * emacs-lisp/package.el (url-http-file-exists-p)
1708 (epg-make-context, epg-context-set-home-directory)
1709 (epg-verify-string, epg-context-result-for)
1710 (epg-signature-status, epg-signature-to-string)
1711 (epg-check-configuration, epg-configuration)
1712 (epg-import-keys-from-file): Declare.
1713 (package-check-signature): New user option.
1714 (package-unsigned-archives): New user option.
1715 (package-desc): Add `signed' field.
1716 (package-load-descriptor): Set `signed' field if .signed file exists.
1717 (package--archive-file-exists-p): New function.
1718 (package--check-signature): New function.
1719 (package-install-from-archive): Check package signature.
1720 (package--download-one-archive): Check archive signature.
1721 (package-delete): Remove .signed file.
1722 (package-import-keyring): New command.
1723 (package-refresh-contents): Import default keyring.
1724 (package-desc-status): Add "unsigned" status.
1725 (describe-package-1, package-menu--print-info)
1726 (package-menu-mark-delete, package-menu--find-upgrades)
1727 (package-menu--status-predicate): Support "unsigned" status.
1728
1729 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1732 the new compilation scheme using the new byte-codes.
1733
1734 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1735 (byte-pophandler): New byte codes.
1736 (byte-goto-ops): Adjust accordingly.
1737 (byte-compile--use-old-handlers): New var.
1738 (byte-compile-catch): Use new byte codes depending on
1739 byte-compile--use-old-handlers.
1740 (byte-compile-condition-case--old): Rename from
1741 byte-compile-condition-case.
1742 (byte-compile-condition-case--new): New function.
1743 (byte-compile-condition-case): New function that dispatches depending
1744 on byte-compile--use-old-handlers.
1745 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1746 when we can.
1747
1748 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1749 Optimize under `condition-case' and `catch' if
1750 byte-compile--use-old-handlers is nil.
1751 (disassemble-offset): Handle new bytecodes.
1752
1753 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * subr.el (error): Use `declare'.
1756 (decode-char, encode-char): Use advertised-calling-convention instead
1757 of the docstring to discourage use of the `restriction' arg.
1758
1759 2013-10-03 Daiki Ueno <ueno@gnu.org>
1760
1761 * epg.el (epg-verify-file): Add a comment saying that it does not
1762 notify verification error as a return value nor a signal.
1763 (epg-verify-string): Ditto.
1764
1765 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1766
1767 * progmodes/compile.el (compilation-start): Try globbing the arg to
1768 `cd' (bug#15417).
1769
1770 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1771
1772 Sync with Tramp 2.2.8.
1773
1774 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1775 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1776 * net/trampver.el: Update release number.
1777
1778 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1779
1780 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1781 and default-process-coding-system for darwin only.
1782
1783 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1786
1787 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1788
1789 * vc/vc-git.el (vc-git-grep): Disable pager.
1790
1791 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1792
1793 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1794 Use :url instead of :homepage, as per
1795 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1796
1797 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1798 non-nil, use `syntax-ppss' (Bug#15251).
1799
1800 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1801
1802 * progmodes/octave.el (inferior-octave-startup-file):
1803 Prefer ~/.emacs.d/init_octave.m.
1804
1805 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1806
1807 * emacs-lisp/package.el (package-desc-from-define):
1808 Accept additional arguments as plist, convert them to an alist and store
1809 them in the `extras' slot.
1810 (package-generate-description-file): Convert extras alist back to
1811 plist and append to the `define-package' form arguments.
1812 (package--alist-to-plist): New function.
1813 (package--ac-desc): Add `extras' slot.
1814 (package--add-to-archive-contents): Check if the archive-contents
1815 vector is long enough, and if it is, pass its `extras' slot value
1816 to `package-desc-create'.
1817 (package-buffer-info): Call `lm-homepage', pass the returned value
1818 to `package-desc-from-define'.
1819 (describe-package-1): Render the homepage button (Bug#13291).
1820
1821 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1822 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
1823
1824 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
1825
1826 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1827 and default-process-coding-system to utf-8-unix (Bug#15402).
1828
1829 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1830
1831 * subr.el (looking-back): Do not recommend using looking-back.
1832
1833 2013-09-28 Alan Mackenzie <acm@muc.de>
1834
1835 Fix indentation/fontification of Java enum with "implements".
1836
1837 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1838 regexp which matches "implements", etc., in Java.
1839 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1840 specifier clauses coming after "enum".
1841 * progmodes/cc-fonts.el (c-font-lock-declarations)
1842 (c-font-lock-enum-tail): Check for extra specifier clauses coming
1843 after "enum".
1844
1845 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
1846
1847 * faces.el (region): Change ns_selection_color to
1848 ns_selection_fg_color, add ns_selection_bg_color.
1849
1850 2013-09-28 Leo Liu <sdl.web@gmail.com>
1851
1852 * progmodes/octave.el (inferior-octave-completion-table)
1853 (inferior-octave-completion-at-point): Minor tweaks.
1854
1855 * textmodes/ispell.el (ispell-lookup-words): Rename from
1856 lookup-words. (Bug#15460)
1857 (lookup-words): Obsolete.
1858 (ispell-complete-word, ispell-command-loop): All uses changed.
1859
1860 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1861
1862 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
1863 (octave-mode-menu): Add octave-send-buffer.
1864 (octave-send-buffer): New function.
1865
1866 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1867
1868 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
1869 octave-lookfor.
1870 (octave-mode-menu): Add octave-lookfor.
1871 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
1872 octave-lookfor.
1873 (octave-lookfor): New function.
1874
1875 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * emacs-lisp/cl-macs.el:
1878 (cl--loop-destr-temps): Remove.
1879 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
1880 its convention.
1881 (cl--loop-set-iterator-function): New function.
1882 (cl-loop): Adjust accordingly, so as not to use cl-subst.
1883 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
1884 Bind `it' with `let' instead of substituting it with `cl-subst'.
1885 (cl--unused-var-p): New function.
1886 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
1887 Eliminate some unused variable warnings (bug#15326).
1888
1889 2013-09-27 Tassilo Horn <tsdh@gnu.org>
1890
1891 * doc-view.el (doc-view-scale-reset): Rename from
1892 `doc-view-reset-zoom-level'.
1893 (doc-view-scale-adjust): New command.
1894 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1895 `doc-view-scale-adjust'.
1896
1897 2013-09-26 Tassilo Horn <tsdh@gnu.org>
1898
1899 * doc-view.el (doc-view-reset-zoom-level): New command.
1900 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1901 zoom commands (bug#15466).
1902
1903 2013-09-26 Kenichi Handa <handa@gnu.org>
1904
1905 * international/quail.el (quail-help): Make it not a command.
1906
1907 2013-09-26 Leo Liu <sdl.web@gmail.com>
1908
1909 * minibuffer.el (completion-all-sorted-completions): Make args
1910 optional as they are.
1911
1912 2013-09-25 Daniel Colascione <dancol@dancol.org>
1913
1914 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1915 specs are and that they're not evaluated.
1916
1917 2013-09-24 Sam Steingold <sds@gnu.org>
1918
1919 * midnight.el (clean-buffer-list-kill-regexps)
1920 (clean-buffer-list-kill-buffer-names): Update for the new Man
1921 buffer naming which includes the object name.
1922
1923 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * eshell/esh-cmd.el (eshell--sep-terms): New var.
1926 (eshell-parse-command, eshell-parse-pipeline): Use it since
1927 eshell-separate-commands requires a dynamic scoped var.
1928 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1929
1930 2013-09-23 Leo Liu <sdl.web@gmail.com>
1931
1932 * autoinsert.el (auto-insert-alist): Make the value of
1933 lexical-binding match its file setting.
1934
1935 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
1936
1937 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1938
1939 * autoarg.el (autoarg-kp-digit-argument):
1940 * electric.el (Electric-command-loop):
1941 * kmacro.el (kmacro-step-edit-insert):
1942 Do not set universal-argument-num-events.
1943
1944 2013-09-22 Leo Liu <sdl.web@gmail.com>
1945
1946 * files.el (interpreter-mode-alist): Add octave.
1947
1948 2013-09-21 Alan Mackenzie <acm@muc.de>
1949
1950 C++: fontify identifier in declaration following "public:" correctly.
1951 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1952 to match "public", etc.
1953 (c-decl-prefix-re): Add ":" into the C++ value.
1954 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1955 bit. Add a check for a ":" preceded by "public", etc.
1956
1957 2013-09-21 Eli Zaretskii <eliz@gnu.org>
1958
1959 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1960 recognized by GDB 7.5 and later.
1961
1962 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1963
1964 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1965
1966 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1967
1968 * subr.el (internal--call-interactively): New const.
1969 (called-interactively-p): Use it (bug#3984).
1970
1971 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1972
1973 * vc/pcvs.el (cvs-mode-ignore):
1974 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1975 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
1976
1977 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
1980 (eshell-ls-orig-insert-directory): Remove.
1981 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
1982 (eshell-ls-use-in-dired): Use advice-add/remove.
1983 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1984 Add `orig-fun' arg for use in :around advice.
1985 Make it check (redundantly) eshell-ls-use-in-dired.
1986
1987 2013-09-19 Glenn Morris <rgm@gnu.org>
1988
1989 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1990
1991 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1992
1993 * emacs-lisp/eieio.el (class-parent): Undo previous change.
1994
1995 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
1996
1997 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1998 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1999 (tramp-get-remote-python): New defuns.
2000 (tramp-get-remote-uid-with-perl)
2001 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2002 contributed by yary <not.com@gmail.com> (tiny change).
2003 (tramp-get-remote-uid-with-python)
2004 (tramp-get-remote-gid-with-python): New defuns. Python code
2005 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2006 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2007
2008 2013-09-19 Glenn Morris <rgm@gnu.org>
2009
2010 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2011
2012 * eshell/em-unix.el (eshell-remove-entries):
2013 Rename argument to avoid name-clash with global `top-level'.
2014
2015 * eshell/esh-proc.el (eshell-kill-process-function):
2016 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2017 (eshell-reset-after-proc): Remove unused arg `proc'.
2018
2019 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2020 (directory-files-and-attributes): Mark unused arg.
2021
2022 * eshell/em-unix.el (eshell-remove-entries):
2023 Remove unused arg `path'. Update callers.
2024
2025 * eshell/em-hist.el (eshell-hist-parse-arguments):
2026 Remove unused arg `silent'. Update callers.
2027
2028 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2029 Fix (f)boundp mix-up.
2030
2031 * eshell/em-smart.el (eshell-smart-scroll-window)
2032 (eshell-disable-after-change):
2033 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2034
2035 2013-09-18 Alan Mackenzie <acm@muc.de>
2036
2037 Fix fontification of type when followed by "const".
2038 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2039 "known" types from fontification.
2040
2041 2013-09-18 Glenn Morris <rgm@gnu.org>
2042
2043 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2044 (chart-face-list): Drop Emacsen without display-color-p.
2045
2046 * net/eww.el (libxml-parse-html-region): Declare.
2047 (eww-display-html): Explicit error if no libxml2 support.
2048
2049 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2050
2051 * image.el (image-type-from-buffer, image-multi-frame-p):
2052 Remove --without-x warning/error.
2053
2054 * mouse.el (mouse-yank-primary):
2055 * term.el (term-mouse-paste):
2056 Reorder to silence --without-x compilation.
2057
2058 * mpc.el (doc-view-mode): Silence --without-x compilation.
2059
2060 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2061 Silence --without-x compilation.
2062
2063 * progmodes/gud.el (gud-find-file, gud-mode):
2064 Silence --without-x compilation.
2065 (tooltip-mode): Declare.
2066
2067 * wdired.el (dired-backup-overwrite): Remove declaration.
2068 (wdired-mode-map): Add doc string.
2069
2070 * custom.el (x-get-resource): Declare.
2071
2072 * eshell/em-glob.el (ange-cache):
2073 * eshell/em-unix.el (ange-cache): Declare.
2074
2075 * faces.el (x-display-list, x-open-connection, x-get-resource):
2076 Declare.
2077
2078 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2079 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2080 Declare.
2081
2082 * frame.el (x-display-grayscale-p, x-display-name): Declare.
2083
2084 * net/gnutls.el (gnutls-log-level): Declare.
2085
2086 * net/shr.el (image-size, image-animate): Declare.
2087
2088 * simple.el (font-info): Declare.
2089
2090 * subr.el (x-popup-dialog): Declare.
2091
2092 * term/common-win.el (x-select-enable-primary)
2093 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2094 Declare.
2095
2096 * term/ns-win.el (x-handle-args): Declare.
2097
2098 * term/x-win.el (x-select-enable-clipboard): Declare.
2099
2100 * term/w32-win.el (create-default-fontset): Declare.
2101
2102 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2103 Declare.
2104
2105 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2106 (fit-frame-to-buffer): Explicit error if --without-x.
2107 (mouse-autoselect-window-select): Silence compiler.
2108
2109 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2110
2111 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2112 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2113 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2114 * eshell/esh-util.el (eshell-sublist):
2115 Remove unused local variables.
2116
2117 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2118
2119 * textmodes/two-column.el: Make 2C-split work for --without-x.
2120 (scroll-bar-columns): Autoload.
2121 (top-level): Require fringe when compiling.
2122
2123 2013-09-18 Leo Liu <sdl.web@gmail.com>
2124
2125 * subr.el (add-hook): Robustify to handle closure as well.
2126
2127 2013-09-17 Glenn Morris <rgm@gnu.org>
2128
2129 * simple.el (messages-buffer-mode-map): Unbind "g".
2130
2131 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * help-mode.el (help-mode-finish): Use derived-mode-p.
2134 Remove obsolete highlighting.
2135
2136 * play/life.el (life-mode): Use define-derived-mode. Derive from
2137 special-mode.
2138 (life): Let-bind inhibit-read-only.
2139 (life-setup): Avoid `setq'. Use `life-mode'.
2140
2141 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2142 which should not be needed any more.
2143 (package-menu-refresh, package-menu-describe-package): Use user-error.
2144
2145 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2146 (eshell-post-rewrite-command-hook): Make obsolete.
2147 (eshell-parse-command): Simplify.
2148 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2149 (eshell--cmd): Declare.
2150 (eshell-parse-pipeline): Remove unused var `final-p'.
2151 Pass a dynvar to eshell-post-rewrite-command-hook.
2152 Implement the new eshell-post-rewrite-command-function.
2153 (eshell-invoke-directly): Remove unused arg `input'.
2154 * eshell/esh-io.el (eshell-io-initialize):
2155 Use eshell-post-rewrite-command-function (bug#15399).
2156 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2157 adjust to new calling convention.
2158 (eshell-create-handles): Rename args to avoid clashing with dynvar
2159 `standard-output'.
2160
2161 2013-09-17 Glenn Morris <rgm@gnu.org>
2162
2163 * simple.el (messages-buffer-mode): New major mode.
2164 (messages-buffer): New function.
2165 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2166 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2167 (ert-run-test): Use `messages-buffer' function.
2168 (ert--force-message-log-buffer-truncation): Ignore read-only.
2169 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2170 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2171
2172 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2175
2176 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2177
2178 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * icomplete.el (icomplete-in-buffer): New var.
2181 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2182 vars and replace them with functions.
2183 (icomplete-minibuffer-setup): Adjust accordingly.
2184 (icomplete--completion-table, icomplete--completion-predicate)
2185 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2186 New functions.
2187 (icomplete-forward-completions, icomplete-backward-completions)
2188 (icomplete-simple-completing-p, icomplete-exhibit)
2189 (icomplete-completions): Use them.
2190 (icomplete--in-region-buffer): New var.
2191 (icomplete--in-region-setup): New function.
2192 (icomplete-mode): Use it.
2193
2194 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2195 (bug#15379).
2196 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2197 return args and options.
2198 (eshell-eval-using-options): Use the new return value of
2199 eshell--do-opts to set the options's vars in their scope.
2200 (eshell--set-option): Rename from eshell-set-option.
2201 Add arg `opt-vals'.
2202 (eshell--process-option): Rename from eshell-process-option.
2203 Add arg `opt-vals'.
2204 (eshell--process-args): Use an `opt-vals' alist to store the options's
2205 values during their processing and return them additionally to the
2206 remaining args.
2207
2208 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2209
2210 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2211 continuation character an operator, as far as indentation is
2212 concerned (Bug#15369).
2213
2214 2013-09-15 Martin Rudalics <rudalics@gmx.at>
2215
2216 * window.el (window--state-put-2): Don't process buffer state
2217 when buffer doesn't exist any more (Bug#15382).
2218
2219 2013-09-15 Glenn Morris <rgm@gnu.org>
2220
2221 * eshell/em-unix.el (eshell/rm):
2222 Make -f ignore missing files. (Bug#15373)
2223
2224 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2225 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2226 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2227
2228 2013-09-14 Glenn Morris <rgm@gnu.org>
2229
2230 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2231
2232 2013-09-13 Glenn Morris <rgm@gnu.org>
2233
2234 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2235 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2236
2237 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2238
2239 * frame.el (x-focus-frame): Mark as declared in frame.c.
2240
2241 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * ls-lisp.el: Use advice-add.
2244 (original-insert-directory): Remove.
2245 (ls-lisp--insert-directory): Rename from insert-directory; add
2246 `orig-fun' argument.
2247 (insert-directory): Advise.
2248
2249 2013-09-13 Eli Zaretskii <eliz@gnu.org>
2250
2251 * term.el (term-emulate-terminal): Decode the command string
2252 before passing it to term-command-hook. (Bug#15337)
2253
2254 2013-09-13 Glenn Morris <rgm@gnu.org>
2255
2256 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2257
2258 * eshell/esh-ext.el (eshell-search-path): Declare.
2259
2260 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2261 Otherwise an error occurs if eshell-dirs module not loaded.
2262
2263 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2264
2265 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
2266
2267 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2268 `tramp-check-proper-host'. Check for a valid method name.
2269
2270 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2271 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2272 * net/tramp-sh.el (tramp-maybe-open-connection):
2273 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2274
2275 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2276 also for hash values.
2277
2278 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * term/ns-win.el (parameters): Don't declare as dynamic.
2281 (before-make-frame-hook): Don't add ineffective function.
2282
2283 * eshell/*.el: Use lexical-binding (bug#15231).
2284
2285 2013-09-12 Kenichi Handa <handa@gnu.org>
2286
2287 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2288
2289 2013-09-12 Glenn Morris <rgm@gnu.org>
2290
2291 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2292 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2293
2294 * subr.el (do-after-load-evaluation): Also give compiler warnings
2295 when obsolete files are used (except by obsolete files).
2296
2297 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2298 in the status output, assume `filename' is the first. (Bug#15322)
2299
2300 * vc/vc.el (vc-deduce-fileset): Doc fix.
2301
2302 * calc/calc-help.el (Info-goto-node):
2303 * progmodes/cperl-mode.el (Info-find-node):
2304 * vc/ediff.el (Info-goto-node): Update declarations.
2305
2306 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2307
2308 * vc/vc-bzr.el (vc-compilation-mode): Declare.
2309 (vc-bzr-pull): Require vc-dispatcher.
2310 * vc/vc-git.el (vc-compilation-mode): Declare.
2311 (vc-git-pull): Require vc-dispatcher.
2312
2313 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2314
2315 * progmodes/octave.el (help-button-action): Declare.
2316
2317 * shell.el (shell-directory-tracker): Output error as a message
2318 rather than just returning it as a string.
2319 (shell-process-pushd): Remove useless use of message.
2320
2321 * dframe.el (dframe-timer-fn):
2322 * files.el (dir-locals-read-from-file):
2323 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2324 (mpc-format):
2325 * reveal.el (reveal-post-command):
2326 * saveplace.el (load-save-place-alist-from-file):
2327 * shell.el (shell-resync-dirs):
2328 * w32-common-fns.el (x-get-selection-value):
2329 * emacs-lisp/copyright.el (copyright-find-copyright):
2330 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2331 * emulation/tpu-edt.el (tpu-copy-keyfile):
2332 * play/bubbles.el (bubbles--mark-neighbourhood):
2333 * progmodes/executable.el
2334 (executable-make-buffer-file-executable-if-script-p):
2335 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2336
2337 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 Cleanup Eshell to rely less on dynamic scoping.
2340 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2341 last-value, and ext-command here. Bind `args' closer to `body'.
2342 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2343 (eshell--args): Declare new dynamic var.
2344 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2345 last-value, and ext-command. Pass `args' to `body'.
2346 (eshell-process-args): Bind eshell--args.
2347 (eshell-set-option): Use eshell--args.
2348 * eshell/eshell.el (eshell): Use derived-mode-p.
2349 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2350 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2351 (eshell-glob-function): Declare.
2352 * eshell/esh-util.el: Require cl-lib.
2353 (eshell-read-hosts-file): Avoid add-to-list.
2354 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2355 `err'.
2356 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2357 Declare.
2358 (eshell/diff): Remove unused var `err'.
2359 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2360 `killflag'.
2361 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2362 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2363 first use.
2364 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2365 Move declaration before first use.
2366 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2367 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2368 rely on cl-return.
2369
2370 2013-09-12 Glenn Morris <rgm@gnu.org>
2371
2372 * term/ns-win.el (global-map): Remove binding for ispell-next,
2373 deleted 1999-05-29. (Bug#15357)
2374
2375 2013-09-11 Glenn Morris <rgm@gnu.org>
2376
2377 * echistory.el (electric-command-history): Remove call to deleted func.
2378
2379 * play/landmark.el (landmark-mode): Fix typos.
2380
2381 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2382 Check cvs-sort-ignore-file is bound.
2383
2384 * savehist.el: No need for cl when compiling on Emacs.
2385
2386 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2389 (bug#15338).
2390 (eshell-self-insert-command, eshell-send-invisible):
2391 Remove unused argument.
2392 (eshell-handle-control-codes): Remove unused var `orig'.
2393 Avoid delete-backward-char.
2394
2395 * files.el (set-auto-mode): Simplify a bit further.
2396
2397 2013-09-11 Glenn Morris <rgm@gnu.org>
2398
2399 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2400 (set-auto-mode): Don't regexp-quote elements.
2401 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2402 * progmodes/cc-mode.el (interpreter-mode-alist):
2403 * progmodes/ruby-mode.el (interpreter-mode-alist):
2404 Revert previous change.
2405
2406 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * play/snake.el (snake-mode):
2409 * play/mpuz.el (mpuz-mode):
2410 * play/landmark.el (lm-mode):
2411 * play/blackbox.el (blackbox-mode):
2412 * play/5x5.el (5x5-mode):
2413 * obsolete/options.el (Edit-options-mode):
2414 * net/quickurl.el (quickurl-list-mode):
2415 * net/newst-treeview.el (newsticker-treeview-mode):
2416 * mail/rmailsum.el (rmail-summary-mode):
2417 * mail/mspools.el (mspools-mode):
2418 * locate.el (locate-mode):
2419 * ibuffer.el (ibuffer-mode):
2420 * emulation/ws-mode.el (wordstar-mode):
2421 * emacs-lisp/debug.el (debugger-mode):
2422 * array.el (array-mode):
2423 * net/eudc.el (eudc-mode): Use define-derived-mode.
2424 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2425 Move initialization into declaration.
2426 (mairix-searches-mode): Use define-derived-mode.
2427 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2428 (eudc-edit-hotlist): Use dolist.
2429 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2430 (Man-mode): Use define-derived-mode.
2431 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2432 (Info-edit-mode): Use define-derived-mode.
2433 (Info-cease-edit): Use Info-mode.
2434 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2435 into declaration.
2436 (eshell-mode): Use define-derived-mode.
2437 * chistory.el (command-history-mode-map): Rename from
2438 command-history-map.
2439 (command-history-mode): Use define-derived-mode.
2440 (Command-history-setup): Remove function.
2441 * calc/calc.el (calc-trail-mode-map): New var.
2442 (calc-trail-mode): Use define-derived-mode.
2443 (calc-trail-buffer): Set calc-main-buffer manually.
2444 * bookmark.el (bookmark-insert-annotation): New function.
2445 (bookmark-edit-annotation): Use it.
2446 (bookmark-edit-annotation-mode): Make it a proper major mode.
2447 (bookmark-send-edited-annotation): Use derived-mode-p.
2448 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2449 closer to its ideal place. Use \' to match EOS.
2450
2451 * profiler.el (profiler-calltree-find): Use function-equal.
2452
2453 2013-09-10 Glenn Morris <rgm@gnu.org>
2454
2455 * files.el (interpreter-mode-alist): Convert to regexps.
2456 (set-auto-mode): Adapt for this. (Bug#15306)
2457 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2458 Comment out unused variable.
2459 * progmodes/cc-mode.el (interpreter-mode-alist):
2460 * progmodes/python.el (interpreter-mode-alist):
2461 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2462 * progmodes/sh-script.el (sh-set-shell):
2463 No longer use interpreter-mode-alist to get list of shells.
2464
2465 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2466
2467 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * simple.el: Use set-temporary-overlay-map for universal-argument.
2470 (universal-argument-map): Don't use default-bindings (bug#15317).
2471 Bind switch-frame explicitly. Replace universal-argument-minus with
2472 a conditional binding.
2473 (universal-argument-num-events, saved-overriding-map): Remove.
2474 (restore-overriding-map): Remove.
2475 (universal-argument--mode): Rename from save&set-overriding-map,
2476 and rewrite.
2477 (universal-argument, universal-argument-more, negative-argument)
2478 (digit-argument): Adjust accordingly.
2479 (universal-argument-minus): Remove.
2480 (universal-argument-other-key): Remove.
2481
2482 * subr.el (with-demoted-errors): Add `format' argument.
2483
2484 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
2485
2486 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2487 `tramp-cleanup-connection'.
2488
2489 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2490 parameters KEEP-DEBUG and KEEP-PASSWORD.
2491
2492 * net/tramp.el (tramp-file-name-handler):
2493 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2494 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2495 (tramp-maybe-open-connection):
2496 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2497 Use `tramp-cleanup-connection'.
2498
2499 * net/tramp-sh.el (tramp-maybe-open-connection):
2500 Catch 'uname-changed inside the progress reporter.
2501
2502 2013-09-10 Glenn Morris <rgm@gnu.org>
2503
2504 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2505
2506 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2507 returns "alternate access method" in mode (eg "-rw-r--r--.").
2508
2509 2013-09-08 Glenn Morris <rgm@gnu.org>
2510
2511 * saveplace.el (load-save-place-alist-from-file):
2512 Demote errors. (Bug#15305)
2513
2514 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
2515
2516 Improve compatibility with older Emacsen, and XEmacs.
2517
2518 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2519 only if it is bound. It isn't for XEmacs.
2520 (with-tramp-progress-reporter): Do not let-bind `result'.
2521 This yields to scoping errors in XEmacs.
2522 (tramp-handle-make-auto-save-file-name): New function, moved from
2523 tramp-sh.el.
2524
2525 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2526 for `make-auto-save-file-name'.
2527 (tramp-adb--gnu-switches-to-ash):
2528 Use `tramp-compat-replace-regexp-in-string'.
2529
2530 * net/tramp-cache.el (tramp-cache-print): Call
2531 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2532
2533 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2534 bound. It isn't for XEmacs.
2535
2536 * net/tramp-compat.el (tramp-compat-copy-file):
2537 Catch `wrong-number-of-arguments' error.
2538 (tramp-compat-replace-regexp-in-string): New defun.
2539
2540 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2541 for `make-auto-save-file-name'.
2542 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2543 `copy-file'.
2544 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2545 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2546 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2547
2548 * net/tramp-gw.el (tramp-gw-open-network-stream):
2549 Use `tramp-compat-replace-regexp-in-string'.
2550
2551 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2552 Call `tramp-handle-make-auto-save-file-name'.
2553 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2554 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2555 (tramp-sh-file-inotifywait-process-filter):
2556 Use `tramp-compat-replace-regexp-in-string'.
2557 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2558
2559 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2560 for `make-auto-save-file-name'.
2561 (tramp-smb-handle-copy-directory):
2562 Call `tramp-compat-replace-regexp-in-string'.
2563 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2564 (tramp-smb-handle-copy-file): Improve error message.
2565 (tramp-smb-handle-rename-file): Rename directly only in case
2566 `newname' does not exist yet. This is a restriction of smbclient.
2567 (tramp-smb-maybe-open-connection): Rerun the function only when
2568 `auth-sources' is non-nil.
2569
2570 2013-09-08 Kenichi Handa <handa@gnu.org>
2571
2572 * international/characters.el: Set category "^" (Combining) for
2573 more characters.
2574
2575 2013-09-07 Alan Mackenzie <acm@muc.de>
2576
2577 Correctly fontify Java class constructors.
2578 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2579 in Java Mode.
2580 (c-recognize-typeless-decls): Set the Java value to t.
2581 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2582 While handling a "(", add a check for, effectively, Java, and handle a
2583 "typeless" declaration there.
2584
2585 2013-09-07 Roland Winkler <winkler@gnu.org>
2586
2587 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2588 field subtitle for entry type book.
2589
2590 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * minibuffer.el: Make minibuffer-complete call completion-in-region
2593 rather than other way around.
2594 (completion--some, completion-pcm--find-all-completions):
2595 Don't delay signals when debugging.
2596 (minibuffer-completion-contents): Beware fields within the
2597 minibuffer contents.
2598 (completion-all-sorted-completions): Use defvar-local.
2599 (completion--do-completion, completion--cache-all-sorted-completions)
2600 (completion-all-sorted-completions, minibuffer-force-complete):
2601 Add args `beg' and `end'.
2602 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2603 (minibuffer-complete): Use completion-in-region.
2604 (completion-complete-and-exit): New fun, extracted from
2605 minibuffer-complete-and-exit.
2606 (minibuffer-complete-and-exit): Use it.
2607 (completion--complete-and-exit): Rename from
2608 minibuffer--complete-and-exit.
2609 (completion-in-region--single-word): New function, extracted from
2610 minibuffer-complete-word.
2611 (minibuffer-complete-word): Use it.
2612 (display-completion-list): Make `common-substring' argument obsolete.
2613 (completion--in-region): Call completion--in-region-1 instead of
2614 minibuffer-complete.
2615 (completion-help-at-point): Pass boundaries to
2616 minibuffer-completion-help as args rather than via an overlay.
2617 (completion-pcm--string->pattern): Use `any-delim'.
2618 (completion-pcm--optimize-pattern): New function.
2619 (completion-pcm--pattern->regex): Handle `any-delim'.
2620 * icomplete.el (icomplete-forward-completions)
2621 (icomplete-backward-completions, icomplete-completions):
2622 Adjust calls to completion-all-sorted-completions and
2623 completion--cache-all-sorted-completions.
2624 (icomplete-with-completion-tables): Default to t.
2625 * emacs-lisp/crm.el (crm--current-element): Rename from
2626 crm--select-current-element. Don't put an overlay but return the
2627 boundaries instead.
2628 (crm--completion-command): Take two new args to bind to the boundaries.
2629 (crm-completion-help): Adjust accordingly.
2630 (crm-complete): Use completion-in-region.
2631 (crm-complete-word): Use completion-in-region--single-word.
2632 (crm-complete-and-exit): Use completion-complete-and-exit.
2633
2634 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2637 than dynamically.
2638
2639 2013-09-06 Juri Linkov <juri@jurta.org>
2640
2641 * info.el (Info-display-images-node): When image file doesn't exist
2642 display text version of the image if it's provided in the Info file.
2643 Otherwise, display the location of missing image from SRC attribute.
2644 Add help-echo text property from ALT attribute. (Bug#15279)
2645
2646 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2647
2648 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2649 (edit-abbrevs-mode): Use define-derived-mode.
2650
2651 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2652 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2653 that it's defined.
2654 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2655 Use define-derived-mode.
2656
2657 * epg.el (epg-start-encrypt): Minor CSE simplification.
2658
2659 2013-09-06 William Xu <william.xwl@gmail.com>
2660
2661 * arc-mode.el: Add support for 7za (bug#15264).
2662 (archive-7z-program): New var.
2663 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2664 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2665 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2666
2667 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
2668
2669 Remove URL syntax.
2670
2671 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2672 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2673 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2674 (tramp-postfix-host-format, tramp-file-name-regexp)
2675 (tramp-completion-file-name-regexp)
2676 (tramp-completion-dissect-file-name)
2677 (tramp-handle-substitute-in-file-name): Remove 'url case.
2678 (tramp-file-name-regexp-url)
2679 (tramp-completion-file-name-regexp-url): Remove constants.
2680
2681 2013-09-06 Glenn Morris <rgm@gnu.org>
2682
2683 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2684
2685 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2686
2687 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2688 keywords" below "here-doc beginnings" (Bug#15270).
2689
2690 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * subr.el (pop): Use `car-safe'.
2693 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2694 to detect unused `pop' return value.
2695
2696 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2697 var `block-regexp'.
2698 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2699 (python-fill-string): Remove unused var `marker'.
2700 (python-skeleton-add-menu-items): Remove unused var `items'.
2701
2702 * international/mule-cmds.el: Require CL.
2703 (find-coding-systems-for-charsets): Avoid add-to-list.
2704 (sanitize-coding-system-list): New function, extracted from
2705 select-safe-coding-system-interactively.
2706 (select-safe-coding-system-interactively): Use it.
2707 (read-input-method-name): Accept symbols for `default'.
2708
2709 * emacs-lisp/advice.el (defadvice): Add indent rule.
2710
2711 2013-09-05 Daniel Hackney <dan@haxney.org>
2712
2713 * dired-x.el:
2714 * net/ange-ftp.el:
2715 * net/browse-url.el:
2716 * net/dbus.el:
2717 * net/eudc.el:
2718 * net/eudcb-ldap.el:
2719 * net/eww.el:
2720 * net/imap.el:
2721 * printing.el:
2722 * vc/ediff-diff.el:
2723 * vc/ediff-init.el:
2724 * vc/ediff-merg.el:
2725 * vc/ediff-mult.el:
2726 * vc/ediff-util.el:
2727 * vc/ediff-wind.el:
2728 * vc/ediff.el:
2729 * vc/emerge.el:
2730 * vc/pcvs.el:
2731 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2732 byte compiler. Remove some unused let-bound variables.
2733
2734 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2737 a "ref-cell", since it gets better optimized (bug#14883).
2738
2739 2013-09-05 Glenn Morris <rgm@gnu.org>
2740
2741 * progmodes/cc-awk.el (c-forward-sws): Declare.
2742
2743 2013-09-04 Glenn Morris <rgm@gnu.org>
2744
2745 * generic-x.el [rul-generic-mode]: Require cc-mode.
2746 (c++-mode-syntax-table): Declare.
2747 (rul-generic-mode-syntax-table): Init in the defvar.
2748
2749 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2752 (vc-do-command, vc-set-async-update):
2753 * vc/vc-mtn.el (vc-mtn-dir-status):
2754 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2755 (vc-hg-pull, vc-hg-merge-branch):
2756 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2757 (vc-git-merge-branch):
2758 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2759 (vc-cvs-dir-status-files):
2760 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2761 (vc-bzr-dir-status-files):
2762 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2763 * vc/vc-annotate.el: Use lexical-binding.
2764 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2765 (vc-sentinel-movepoint): Declare.
2766 (vc-annotate): Don't use `goto-line'.
2767 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2768 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2769 (vc-sentinel-movepoint): Declare.
2770 * vc/vc-svn.el: Use lexical-binding.
2771 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2772 * vc/vc-sccs.el:
2773 * vc/vc-rcs.el: Use lexical-binding.
2774
2775 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2776 `deleted'. Don't drop errors silently.
2777
2778 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2779
2780 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2781
2782 * vc/vc.el (vc-ignore): Rewrite.
2783 (vc-default-ignore): New function.
2784 (vc-default-ignore-completion-table): Use find-ignore-file.
2785
2786 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2787 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2788 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2789 Remove. Most code moved to vc.el.
2790
2791 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
2794 * net/tramp-smb.el (tramp-smb-get-file-entries):
2795 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2796 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2797
2798 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2799 Update call to it.
2800 (eww-change-select): Remove unused var `properties'.
2801 (eww-make-unique-file-name): Remove unused var `base'.
2802
2803 * finder.el (finder-compile-keywords): Don't mess with windows.
2804
2805 * calculator.el (calculator-funcall): Fix typo in last change.
2806
2807 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2808
2809 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2810 <pkg>-autoloads.el file stop us.
2811
2812 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
2813 warnings, and factor out common code.
2814
2815 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2816
2817 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2818 two-character operators and whether the character preceding them
2819 changes their meaning (Bug#15208).
2820
2821 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2822
2823 Format code sent to Python shell for robustness.
2824 * progmodes/python.el (python-shell-buffer-substring):
2825 New function.
2826 (python-shell-send-region, python-shell-send-buffer): Use it.
2827
2828 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
2829
2830 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2831 * net/tramp.el (tramp-user-error): ... here.
2832 (tramp-find-method, tramp-check-proper-host)
2833 (tramp-dissect-file-name, tramp-debug-message)
2834 (tramp-handle-shell-command):
2835 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2836 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2837
2838 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2839
2840 2013-09-02 Martin Rudalics <rudalics@gmx.at>
2841
2842 * avoid.el (mouse-avoidance-point-position)
2843 (mouse-avoidance-too-close-p): Handle case where posn-at-point
2844 returns nil.
2845
2846 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2847
2848 * progmodes/python.el (python-shell-completion-get-completions):
2849 Drop use of deleted `comint-last-prompt-overlay'.
2850 (python-nav-if-name-main): New command.
2851
2852 2013-09-01 Glenn Morris <rgm@gnu.org>
2853
2854 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2855 Avoid leading space in $wins. Otherwise the sed command used by
2856 eg compile-main ends up containing "/*.el". (Bug#15170)
2857
2858 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
2859
2860 2013-08-30 Glenn Morris <rgm@gnu.org>
2861
2862 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2863 Fix is-this-a-directory logic. (Bug#15220)
2864
2865 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2866
2867 * textmodes/css-mode.el: Use SMIE.
2868 (css-smie-grammar): New var.
2869 (css-smie--forward-token, css-smie--backward-token)
2870 (css-smie-rules): New functions.
2871 (css-mode): Use them.
2872 (css-navigation-syntax-table): Remove var.
2873 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
2874 (css-indent-calculate, css-indent-line): Remove functions.
2875
2876 Misc changes to reduce use of `(lambda...); and other cleanups.
2877 * cus-edit.el: Use lexical-binding.
2878 (customize-push-and-save, customize-apropos)
2879 (custom-buffer-create-internal): Use closures.
2880 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
2881 * progmodes/ada-xref.el: Use setq.
2882 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
2883 * dframe.el: Use lexical-binding.
2884 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
2885 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
2886 * descr-text.el: Use lexical-binding.
2887 (describe-text-widget, describe-text-sexp, describe-property-list):
2888 Use closures.
2889 * comint.el (comint-history-isearch-push-state): Use a closure.
2890 * calculator.el: Use lexical-binding.
2891 (calculator-number-to-string): Make it work with lexical-binding.
2892 (calculator-funcall): Same and use cl-letf.
2893
2894 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2895 (lisp--company-doc-string, lisp--company-location): New functions.
2896 (lisp-completion-at-point): Use them to improve Company support.
2897
2898 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2899 params of lambda expressions.
2900 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2901 (ruby-smie--opening-pipe-p): New function.
2902 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2903 symbols and matched |...| for formal params.
2904 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2905 from being treated as hanging. Handle "rescue".
2906
2907 2013-08-29 Glenn Morris <rgm@gnu.org>
2908
2909 * progmodes/cc-engine.el (c-pull-open-brace):
2910 Move definition before use.
2911
2912 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2915 are immutable. Don't use `unsafe' any more.
2916 (cl--defsubst-expand): Don't substitute at the same time as keeping
2917 a residual unused let-binding. Don't use `unsafe' any more.
2918
2919 2013-08-29 Glenn Morris <rgm@gnu.org>
2920
2921 * calendar/cal-china.el (calendar-chinese-year-cache):
2922 Recenter on 2015.
2923
2924 * nxml/nxml-util.el (nxml-debug-clear-inside):
2925 Use cl-loop rather than loop.
2926
2927 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2928
2929 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2930
2931 2013-08-28 Glenn Morris <rgm@gnu.org>
2932
2933 * progmodes/antlr-mode.el: No need to require cc-mode twice.
2934
2935 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2936
2937 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2938
2939 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2940
2941 * simple.el (repeat-complex-command--called-interactively-skip):
2942 New function.
2943 (repeat-complex-command): Use it (bug#14136).
2944
2945 * progmodes/cc-mode.el: Minor cleanup of var declarations.
2946 (c-define-abbrev-table): Add `doc' argument.
2947 (c-mode-abbrev-table, c++-mode-abbrev-table)
2948 (objc-mode-abbrev-table, java-mode-abbrev-table)
2949 (idl-mode-abbrev-table, pike-mode-abbrev-table)
2950 (awk-mode-abbrev-table): Use it.
2951 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2952 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2953 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2954 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2955 Move initialization into the declaration; and remove any
2956 autoload cookie.
2957
2958 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2959 and dynamic let binding.
2960
2961 * vc/smerge-mode.el: Remove redundant :group args.
2962
2963 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2964 to load-path.
2965
2966 2013-08-28 Juri Linkov <juri@jurta.org>
2967
2968 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2969 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2970 (isearch-other-meta-char): Handle an undefined shifted printing
2971 character by downshifting it. (Bug#15200)
2972
2973 2013-08-28 Juri Linkov <juri@jurta.org>
2974
2975 * isearch.el (isearch-search): Change regexp error message for
2976 non-regexp searches. (Bug#15166)
2977
2978 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2979
2980 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2981 for portability to hosts where /bin/sh has problems.
2982
2983 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2986
2987 2013-08-27 Juri Linkov <juri@jurta.org>
2988
2989 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2990 in the keyboard macro. (Bug#15126)
2991
2992 2013-08-27 Juri Linkov <juri@jurta.org>
2993
2994 * isearch.el (isearch-quote-char): Comment out converting unibyte
2995 to multibyte, thus syncing with its `quoted-insert' counterpart.
2996 (Bug#15166)
2997
2998 2013-08-27 Martin Rudalics <rudalics@gmx.at>
2999
3000 * window.el (display-buffer-use-some-window): Add missing
3001 argument in call of get-largest-window (Bug#15185).
3002 Reported by Stephen Leake.
3003
3004 2013-08-27 Glenn Morris <rgm@gnu.org>
3005
3006 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3007
3008 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3011 from a matcher-function unless there's no more matches (bug#15161).
3012
3013 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3014
3015 * minibuffer.el: Revert change from 2013-08-20.
3016
3017 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3018 with text property `tramp-default', if appropriate.
3019 (tramp-check-proper-host): New defun.
3020 (tramp-dissect-file-name): Do not check hostname. Revert change
3021 of 2013-03-18.
3022 (tramp-backtrace): Make VEC-OR-PROC optional.
3023
3024 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3025 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3026 * net/tramp-sh.el (tramp-maybe-open-connection):
3027 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3028 Apply `tramp-check-proper-host'.
3029
3030 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3031
3032 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3033 lambda expression in order to have `describe-variable' display it.
3034
3035 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3036
3037 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3038 BUF can be optional. (Bug#15186)
3039
3040 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3041
3042 * progmodes/flymake.el (flymake-get-real-file-name-function):
3043 Fix broken customization. (Bug#15184)
3044
3045 2013-08-25 Alan Mackenzie <acm@muc.de>
3046
3047 Improve indentation of bracelists defined by macros (without "=").
3048
3049 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3050 expansion begins with "{", regard it as bracelist when it doesn't
3051 contain a ";".
3052
3053 Parse C++ inher-intro when there's a template split over 2 lines.
3054
3055 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3056 rigorously the search for "class" etc. followed by ":".
3057
3058 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3059 random languages a regexp which never matches rather than nil.
3060
3061 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3062
3063 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3064 (c-awk-regexp-one-line-possibly-open-char-list-re)
3065 (c-awk-one-line-possibly-open-regexp-re)
3066 (c-awk-one-line-non-syn-ws*-re): Remove.
3067 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3068 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3069 (c-awk-space*-unclosed-regexp-/-re): New constants.
3070 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3071 aren't regexp delimiters.
3072
3073 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3074 handling for a rare situation in AWK Mode involving unterminated
3075 strings/regexps.
3076
3077 2013-08-23 Glenn Morris <rgm@gnu.org>
3078
3079 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3080
3081 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3082
3083 * files.el (create-file-buffer): If the result would begin with
3084 spaces, prepend a "|" instead of removing them. (Bug#15162)
3085
3086 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3087
3088 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3089 text-properties (bug#15155).
3090
3091 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3092 exist any more.
3093 (calc-keypad-redraw): Remove unused var `pad'.
3094 (calc-keypad-press): Remove unused var `menu'.
3095
3096 2013-08-23 Martin Rudalics <rudalics@gmx.at>
3097
3098 * window.el (display-buffer-pop-up-frame):
3099 Call pop-up-frame-function with BUFFER current so `make-frame' will
3100 use it as the new frame's buffer (Bug#15133).
3101
3102 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * calendar/timeclock.el: Minor cleanups.
3105 (timeclock-ask-before-exiting, timeclock-use-display-time):
3106 Use `symbol'.
3107 (timeclock-modeline-display): Define as alias before the
3108 actual definition.
3109 (timeclock-mode-line-display): Use define-minor-mode.
3110 (timeclock-day-list-template): Make it a function, add an argument.
3111 (timeclock-day-list-required, timeclock-day-list-length)
3112 (timeclock-day-list-debt, timeclock-day-list-span)
3113 (timeclock-day-list-break): Adjust calls accordingly.
3114
3115 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3118 Use read--expression so that completion works again.
3119
3120 2013-08-21 Sam Steingold <sds@gnu.org>
3121
3122 Add rudimentary inferior shell interaction
3123 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3124 (sh-set-shell): Reset it.
3125 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3126 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3127
3128 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * align.el: Use lexical-binding.
3131 (align-region): Simplify accordingly.
3132
3133 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
3134
3135 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3136
3137 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3138 `non-essential' up.
3139
3140 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
3141
3142 * net/tramp.el:
3143 * net/tramp-adb.el:
3144 * net/tramp-cmds.el:
3145 * net/tramp-ftp.el:
3146 * net/tramp-gvfs.el:
3147 * net/tramp-gw.el:
3148 * net/tramp-sh.el: Don't wrap external variable declarations by
3149 `eval-when-compile'.
3150
3151 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3152
3153 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3154 now that Emacs supports ImageMagick animations.
3155
3156 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3159 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3160
3161 2013-08-16 Martin Rudalics <rudalics@gmx.at>
3162
3163 * window.el (mouse-autoselect-window-select): Do autoselect when
3164 mouse pointer is on margin.
3165
3166 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3167
3168 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3169
3170 2013-08-16 Glenn Morris <rgm@gnu.org>
3171
3172 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3173 Handle "Remote Directory" response of some clients. (Bug#15058)
3174
3175 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3176 Tweak warning. (Bug#14926)
3177
3178 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3179 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3180
3181 * image-mode.el (image-mode-map): Add menu items to reverse,
3182 increase, decrease, reset animation speed.
3183 (image--set-speed, image-increase-speed, image-decrease-speed)
3184 (image-reverse-speed, image-reset-speed): New functions.
3185 (image-mode-map): Add bindings for speed commands.
3186
3187 * image.el (image-animate-get-speed, image-animate-set-speed):
3188 New functions.
3189 (image-animate-timeout): Respect image :speed property.
3190
3191 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3194 previous line (bug#15101).
3195 (debugger-eval-expression, debugger-record-expression):
3196 Use read--expression (bug#15102).
3197
3198 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
3199
3200 Remove byte compiler warnings, visible when compiling with
3201 `byte-compile-force-lexical-warnings' set to t.
3202
3203 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3204 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3205 (tramp-handle-unhandled-file-name-directory)
3206 (tramp-handle-file-notify-add-watch, tramp-action-login)
3207 (tramp-action-succeed, tramp-action-permission-denied)
3208 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3209 arguments with "_".
3210
3211 * net/tramp-adb.el (tramp-adb-parse-device-names)
3212 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3213 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3214 (tramp-adb-handle-file-truename): Remove unused arguments.
3215
3216 * net/tramp-cache.el (tramp-flush-directory-property)
3217 (tramp-flush-connection-property, tramp-list-connections)
3218 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3219
3220 * net/tramp-compat.el (tramp-compat-make-temp-file):
3221 Rename FILENAME to F.
3222
3223 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3224 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3225 (tramp-zeroconf-parse-workstation-device-names)
3226 (tramp-zeroconf-parse-webdav-device-names)
3227 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3228
3229 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3230 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3231
3232 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3233 arguments.
3234 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3235 (tramp-sh-handle-insert-file-contents-literally)
3236 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3237 with "_".
3238 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3239 Remove unused variables.
3240
3241 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3242 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3243 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3244
3245 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3246 Make them a defconst.
3247 (tramp-uuencode-region): Remove unused variable.
3248
3249 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * frameset.el (frameset--prop-setter): New function.
3252 (frameset-prop): Add gv-setter declaration.
3253 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3254 parameter was already set in FILTERED. Doc fix.
3255 (frameset--record-minibuffer-relationships): Allow saving a
3256 minibufferless frame without its corresponding minibuffer frame.
3257 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3258 frame, if the frame id matches.
3259 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3260 frames before orphaned ones.
3261 (frameset-restore): Warn about orphaned windows, instead of error out.
3262
3263 2013-08-14 Martin Rudalics <rudalics@gmx.at>
3264
3265 * window.el (window-make-atom): Don't overwrite parameter
3266 already present.
3267 (display-buffer-in-atom-window): Handle special case where we
3268 split an already atomic window.
3269 (window--major-non-side-window, display-buffer-in-side-window)
3270 (window--side-check): Ignore minibuffer window when walking
3271 window tree.
3272 (window-deletable-p): Return 'frame only if no other frame uses
3273 our minibuffer window.
3274 (record-window-buffer): Run buffer-list-update-hook.
3275 (split-window): Make sure window--check-frame won't destroy an
3276 existing atomic window in case the new window gets nested
3277 inside.
3278 (display-buffer-at-bottom): Ignore minibuffer window when
3279 walking window tree. Don't split a side window.
3280 (pop-to-buffer): Don't set-buffer here, the select-window call
3281 should do that.
3282 (mouse-autoselect-window-select): Autoselect only if we are in the
3283 text portion of the window.
3284
3285 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3286
3287 * net/shr.el (shr-parse-image-data): New function to grab both the
3288 data itself and the Content-Type.
3289 (shr-put-image): Use it.
3290
3291 * net/eww.el (eww-display-image): Ditto.
3292
3293 * image.el (image-content-type-suffixes): New variable.
3294
3295 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3296
3297 * progmodes/python.el (python-imenu--build-tree)
3298 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3299
3300 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3301
3302 * simple.el (backward-word): Mention the optional argument.
3303
3304 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * frameset.el (frameset--make): Rename constructor from make-frameset.
3307 (frameset-p, frameset-valid-p): Don't autoload.
3308 (frameset-valid-p): Use normal accessors.
3309
3310 2013-08-13 Glenn Morris <rgm@gnu.org>
3311
3312 * progmodes/compile.el (compile-command): Tweak example in doc.
3313 * obsolete/scribe.el (scribe-mode):
3314 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3315
3316 * mail/feedmail.el (feedmail-confirm-outgoing)
3317 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3318
3319 * cus-start.el (truncate-partial-width-windows): Fix type.
3320
3321 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3322
3323 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3324
3325 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * emacs-lisp/timer.el (timer--time-setter): New function.
3328 (timer--time): Use it as gv-setter.
3329
3330 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3331 setter is not a symbol.
3332
3333 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
3334
3335 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3336 if sending fails. This makes debugging easier.
3337
3338 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
3339
3340 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3341 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3342 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3343
3344 2013-08-12 Eli Zaretskii <eliz@gnu.org>
3345
3346 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3347
3348 2013-08-12 Glenn Morris <rgm@gnu.org>
3349
3350 * format.el (format-annotate-function):
3351 Handle read-only text properties in the source. (Bug#14887)
3352
3353 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3354
3355 * net/eww.el (eww-display-html): Ignore coding system errors.
3356 One web site uses "utf-8lias" as the coding system.
3357
3358 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
3359
3360 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3361
3362 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3365 (tutorial--detailed-help): Remove unused local variables.
3366 (tutorial--save-tutorial-to): Use ignore-errors.
3367 (help-with-tutorial): Use looking-at-p.
3368
3369 * view.el (view-buffer-other-window, view-buffer-other-frame):
3370 Mark unused arguments.
3371
3372 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3373 (woman-select-symbol-fonts, woman, woman-find-file)
3374 (woman-insert-file-contents, woman-non-underline-faces):
3375 Use string-match-p.
3376 (woman1-unquote): Move declaration.
3377
3378 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3379 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3380 argument. Remove unused local variable.
3381 (xml-parse-elem-type): Use string-match-p.
3382 (xml-substitute-numeric-entities): Use ignore-errors.
3383
3384 * calculator.el (calculator): Mark unused argument.
3385 (calculator-paste, calculator-quit, calculator-integer-p):
3386 Use ignore-errors.
3387 (calculator-string-to-number, calculator-decimal, calculator-exp)
3388 (calculator-op-or-exp): Use string-match-p.
3389
3390 * dired.el (dired-buffer-more-recently-used-p): Declare.
3391 (dired-insert-set-properties, dired-insert-old-subdirs):
3392 Use ignore-errors.
3393
3394 * dired-aux.el (dired-compress): Use ignore-errors.
3395 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3396 (dired-do-async-shell-command, dired-do-shell-command)
3397 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3398 (dired-insert-subdir-validate): Use string-match-p.
3399 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3400 (dired-add-entry): Use string-match-p, looking-at-p.
3401 (dired-insert-subdir-newpos): Remove unused local variable.
3402
3403 * filenotify.el (file-notify-callback): Remove unused local variable.
3404
3405 * filesets.el (filesets-error): Mark unused argument.
3406 (filesets-which-command-p, filesets-filter-dir-names)
3407 (filesets-directory-files, filesets-get-external-viewer)
3408 (filesets-ingroup-get-data): Use string-match-p.
3409
3410 * find-file.el (ff-other-file-name, ff-other-file-name)
3411 (ff-find-the-other-file, ff-cc-hh-converter):
3412 Remove unused local variables.
3413 (ff-get-file-name): Use string-match-p.
3414 (ff-all-dirs-under): Use ignore-errors.
3415
3416 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3417 (follow-select-if-visible): Remove unused local variable.
3418
3419 * forms.el (read-file-filter): Move declaration.
3420 (forms--make-format, forms--make-parser, forms-insert-record):
3421 Quote function with #'.
3422 (forms--update): Use string-match-p. Quote function with #'.
3423
3424 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3425 (help-make-xrefs): Use looking-at-p.
3426 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3427
3428 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3429 (ibuffer-confirm-operation-on): Use string-match-p.
3430
3431 * msb.el (msb-item-handler, msb-dired-item-handler):
3432 Mark unused arguments.
3433
3434 * ses.el (ses-decode-cell-symbol)
3435 (ses-kill-override): Remove unused local variable.
3436 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3437 (ses-load): Use ignore-errors, looking-at-p.
3438 (ses-jump-safe): Use ignore-errors.
3439 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3440
3441 * tabify.el (untabify, tabify): Mark unused arguments.
3442
3443 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3444 Mark unused argument.
3445 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3446 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3447
3448 * emacs-lisp/timer.el (timer--time): Define setter with
3449 gv-define-setter to avoid deprecation warning.
3450
3451 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
3452 (*record-cmpl-statistics-p*): Remove (was commented out).
3453 (cmpl-statistics-block): Remove (body was commented out).
3454 All callers changed.
3455 (add-completions-from-buffer, load-completions-from-file):
3456 Remove unused variables.
3457
3458 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3459
3460 * filecache.el (file-cache-delete-file-list):
3461 Print message only when told so.
3462 (file-cache-files-matching): Use #' in mapconcat argument.
3463
3464 * ffap.el (ffap-url-at-point): Fix reference to variable
3465 thing-at-point-default-mail-uri-scheme.
3466
3467 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * subr.el (define-error): New function.
3470 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3471 error-file-not-found and define with define-error.
3472 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3473 and define with define-error.
3474 * userlock.el (file-locked, file-supersession):
3475 * simple.el (mark-inactive):
3476 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3477 * progmodes/ada-mode.el (ada-mode-errors):
3478 * play/life.el (life-extinct):
3479 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3480 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3481 * nxml/rng-util.el (rng-error):
3482 * nxml/rng-uri.el (rng-uri-error):
3483 * nxml/rng-match.el (rng-compile-error):
3484 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3485 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3486 * nxml/nxml-rap.el (nxml-scan-error):
3487 * nxml/nxml-outln.el (nxml-outline-error):
3488 * net/soap-client.el (soap-error):
3489 * net/gnutls.el (gnutls-error):
3490 * net/ange-ftp.el (ftp-error):
3491 * mpc.el (mpc-proc-error):
3492 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3493 (json-number-format, json-string-escape, json-string-format)
3494 (json-key-format, json-object-format):
3495 * jka-compr.el (compression-error):
3496 * international/quail.el (quail-error):
3497 * international/kkc.el (kkc-error):
3498 * emacs-lisp/ert.el (ert-test-failed):
3499 * calc/calc.el (calc-error, inexact-result, math-overflow)
3500 (math-underflow):
3501 * bookmark.el (bookmark-error-no-filename):
3502 * epg.el (epg-error): Define with define-error.
3503
3504 * time.el (display-time-event-handler)
3505 (display-time-next-load-average): Don't call sit-for since it seems
3506 unnecessary (bug#15045).
3507
3508 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3509 Use #' instead of ' to quote functions.
3510 (checkdoc-output-mode): Use setq-local.
3511 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3512 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3513 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3514 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3515 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3516 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3517 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3518 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3519
3520 * ido.el (ido-completion-help): Fix up compiler warning.
3521
3522 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * frameset.el (frameset-p): Add autoload cookie.
3525 (frameset--jump-to-register): New function, based on code moved from
3526 register.el.
3527 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3528
3529 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3530 (frameset-restore, frameset-save, frameset-session-filter-alist):
3531 Remove declarations.
3532 (register-alist): Doc fix.
3533 (frameset-to-register): Move to frameset.el.
3534 (jump-to-register, describe-register-1): Remove frameset-specific code.
3535
3536 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3537
3538 * allout-widgets.el (allout-widgets-pre-command-business)
3539 (allout-widgets-post-command-business)
3540 (allout-widgets-after-change-handler)
3541 (allout-decorate-item-and-context, allout-set-boundary-marker)
3542 (allout-body-modification-handler)
3543 (allout-graphics-modification-handler): Mark ignored arguments.
3544 (allout-widgets-post-command-business)
3545 (allout-widgets-exposure-change-processor)
3546 (allout-widgets-exposure-undo-processor)
3547 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3548 (allout-parse-item-at-point, allout-decorate-item-guides)
3549 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3550 * allout.el (epa-passphrase-callback-function): Declare.
3551 (allout-overlay-insert-in-front-handler)
3552 (allout-overlay-interior-modification-handler)
3553 (allout-isearch-end-handler, allout-chart-siblings)
3554 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3555 (allout-yank-processing, allout-process-exposed)
3556 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
3557 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
3558 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3559 (lisp-indent-defform): Mark ignored arguments.
3560 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3561 (calculate-lisp-indent): Remove unused variables.
3562 * international/characters.el (indian-2-column, arabic-2-column)
3563 (tibetan): Mark ignored arguments.
3564 (use-cjk-char-width-table): Mark ignored arguments.
3565 Remove unused variables.
3566 * international/fontset.el (build-default-fontset-data)
3567 (x-compose-font-name, create-fontset-from-fontset-spec):
3568 Mark ignored arguments.
3569 (fontset-plain-name): Remove unused variables.
3570 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3571 (keyboard-coding-system): Mark ignored arguments.
3572 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3573 * help.el (resize-temp-buffer-window):
3574 * window.el (display-buffer-in-major-side-window)
3575 (display-buffer-in-side-window, display-buffer-in-previous-window):
3576 Remove unused variables.
3577 * isearch.el (isearch-forward-symbol):
3578 * version.el (emacs-bzr-version-bzr):
3579 * international/mule-cmds.el (current-language-environment):
3580 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3581 (x-handle-display):
3582 * term/pc-win.el (x-list-fonts, x-display-planes)
3583 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3584 (x-server-version, x-display-screens, x-display-mm-height)
3585 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3586 (x-selection-owner-p, x-own-selection-internal)
3587 (x-disown-selection-internal, x-get-selection-internal)
3588 (msdos-initialize-window-system):
3589 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3590 * term/x-win.el (x-handle-no-bitmap-icon):
3591 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3592 (vc-default-find-file-hook, vc-default-extra-menu):
3593 Mark ignored arguments.
3594
3595 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3598 break-condition in the context of the debugged code (bug#12685).
3599
3600 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3601
3602 * comint.el:
3603 Do not use an overlay to highlight the last prompt. (Bug#14744)
3604 (comint-mode): Make comint-last-prompt buffer local.
3605 (comint-last-prompt): New variable.
3606 (comint-last-prompt-overlay): Remove. Superseded by
3607 comint-last-prompt.
3608 (comint-snapshot-last-prompt, comint-output-filter):
3609 Use comint-last-prompt.
3610
3611 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3612
3613 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
3614 (frameset-save): Check validity of the resulting frameset.
3615
3616 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3617
3618 * ido.el (ido-record-command): Add doc string.
3619
3620 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3621
3622 * frameset.el (frameset): Do not disable creation of the default
3623 frameset-p predicate. Doc fix.
3624 (frameset-valid-p): New function, copied from the old predicate-p.
3625 Add additional checks.
3626 (frameset-restore): Check with frameset-valid-p.
3627 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3628 (frameset-name, frameset-description, frameset-properties)
3629 (frameset-states): Add docstring.
3630 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3631 (frameset-filter-alist): Doc fixes.
3632
3633 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3634
3635 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3636
3637 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3640 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3641 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3642 (byte-compile-normal-call): Remove obsolescence check.
3643
3644 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3645
3646 * frameset.el (frameset-restore): Doc fix.
3647
3648 * register.el (frameset-frame-id, frameset-frame-with-id)
3649 (frameset-p, frameset-restore, frameset-save): Declare.
3650 (register-alist): Document framesets.
3651 (frameset-session-filter-alist): Declare.
3652 (frameset-to-register): New function.
3653 (jump-to-register): Implement jumping to framesets. Doc fix.
3654 (describe-register-1): Describe framesets.
3655
3656 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3657
3658 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3661 Use lexical-binding.
3662
3663 * frameset.el (frameset): Use type vector, not list (incompatible
3664 change). Do not declare a new constructor, use the default one.
3665 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3666 `name' and `description', respectively, and add read-only slot
3667 `timestamp'. Doc fixes.
3668 (frameset-copy, frameset-persistent-filter-alist)
3669 (frameset-filter-alist, frameset-switch-to-gui-p)
3670 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3671 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3672 (frameset-filter-iconified, frameset-keep-original-display-p):
3673 Doc fixes.
3674 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3675 Rename from frameset-filter-(save|restore)-param. All callers changed.
3676 Doc fix.
3677 (frameset-p): Adapt to change to vector and be more thorough.
3678 Change arg name to OBJECT. Doc fix.
3679 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3680 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3681 All callers changed.
3682 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3683 All callers changed.
3684 (frameset--record-minibuffer-relationships): Rename from
3685 frameset--process-minibuffer-frames. All callers changed.
3686 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3687 Use new default constructor (again). Doc fix.
3688 (frameset--find-frame-if): Rename from `frameset--find-frame.
3689 All callers changed.
3690 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3691 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3692 Doc fix.
3693 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3694 PARAMETERS and WINDOW-STATE, respectively.
3695 (frameset-restore): Add new keyword argument PREDICATE.
3696 Reset frameset--target-display to nil. Doc fix.
3697
3698 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3701 (bat-mode): Use it.
3702 (bat-mode-syntax-table): Mark \n as end-of-comment.
3703 (bat-font-lock-keywords): Remove comment rule.
3704
3705 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3706 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3707
3708 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3709 (byte-compile-callargs-warn): Use `push'.
3710 (byte-compile-arglist-warn): Ignore higher-order "calls".
3711 (byte-compile-file-form-autoload): Use `pcase'.
3712 (byte-compile-function-form): If quoting a symbol, check that it exists.
3713
3714 2013-08-07 Eli Zaretskii <eliz@gnu.org>
3715
3716 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3717 and add a few popular commands found in batch files.
3718 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3719 (dos-mode): Doc fixes.
3720
3721 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3724 (dos-mode): Use setq-local. Add space after "rem".
3725 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3726 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3727
3728 2013-08-07 Arni Magnusson <arnima@hafro.is>
3729
3730 * progmodes/dos.el: New file.
3731 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3732 dos-mode.
3733
3734 2013-08-06 Glenn Morris <rgm@gnu.org>
3735
3736 * calendar/calendar.el: Add new faces, and day-header-array.
3737 (calendar-weekday-header, calendar-weekend-header)
3738 (calendar-month-header): New faces.
3739 (calendar-day-header-construct): New function.
3740 (calendar-day-header-width): Also :set calendar-day-header-array.
3741 (calendar-american-month-header, calendar-european-month-header)
3742 (calendar-iso-month-header): Use calendar- faces.
3743 (calendar-generate-month):
3744 Use calendar-day-header-array for day headers; apply faces to them.
3745 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3746 (calendar-abbrev-construct): Add optional maxlen argument.
3747 (calendar-day-name-array): Doc fix.
3748 (calendar-day-name-array, calendar-abbrev-length)
3749 (calendar-day-abbrev-array):
3750 Also :set calendar-day-header-array, and maybe redraw.
3751 (calendar-day-header-array): New option. (Bug#15007)
3752 (calendar-font-lock-keywords): Set to nil and make obsolete.
3753 (calendar-day-name): Add option to use header array.
3754
3755 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3756
3757 * net/shr.el (shr-render-td): Remove debugging.
3758 (shr-render-td): Make width computation consistent by defaulting
3759 all zero-width columns to 10 characters. This may not be optimal,
3760 but it's at least consistent.
3761 (shr-make-table-1): Redo last change to fix the real problem in
3762 colspan handling.
3763
3764 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3765
3766 * files.el (cache-long-line-scans):
3767 Make obsolete alias to `cache-long-scans'.
3768
3769 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3770
3771 * frameset.el (frameset, frameset-filter-alist)
3772 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3773 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3774 (frameset-compute-pos): Rename from frameset--compute-pos,
3775 and add docstring.
3776 (frameset-move-onscreen): Use frameset-compute-pos.
3777 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3778
3779 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3780 Fix typos in docstrings.
3781
3782 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3783
3784 * frame.el (get-other-frame): Tiny cleanup.
3785
3786 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3787
3788 * vc/vc.el (vc-default-ignore-completion-table):
3789 Silence byte-compiler warning.
3790
3791 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3792 slot , which can indeed be nil.
3793 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3794 Move entry for `left' from persistent to live filter alist.
3795 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3796 Doc fixes.
3797 (frameset-filter-params): When restoring a frame, copy items added to
3798 `filtered', to avoid unwittingly modifying the original parameters.
3799 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3800 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3801
3802 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3803 to use looking-at-p instead of looking-at. (Bug#15028)
3804
3805 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 Revert introduction of isearch-filter-predicates (bug#14714).
3808 Rely on add-function instead.
3809 * isearch.el (isearch-filter-predicates): Rename it back to
3810 isearch-filter-predicate.
3811 (isearch-message-prefix): Use advice-function-mapc and advice
3812 properties to get the isearch-message-prefix.
3813 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3814 instead of run-hook-with-args-until-failure.
3815 (isearch-filter-visible): Not obsolete any more.
3816 * loadup.el: Preload nadvice.
3817 * replace.el (perform-replace): Revert to funcall
3818 instead of run-hook-with-args-until-failure.
3819 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3820 * dired-aux.el (dired-isearch-filenames-mode): Rename from
3821 dired-isearch-filenames-toggle; make it into a proper minor mode.
3822 Use add/remove-function.
3823 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3824 Call the minor-mode rather than add/remove-hook.
3825 (dired-isearch-filter-filenames):
3826 Remove isearch-message-prefix property.
3827 * info.el (Info--search-loop): New function, extracted from Info-search.
3828 Funcall isearch-filter-predicate instead of
3829 run-hook-with-args-until-failure isearch-filter-predicates.
3830 (Info-search): Use it.
3831 (Info-mode): Use isearch-filter-predicate instead of
3832 isearch-filter-predicates.
3833
3834 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3835
3836 Do not call to `selected-window' where it is assumed by default.
3837 Affected functions are `window-minibuffer-p', `window-dedicated-p',
3838 `window-hscroll', `window-width', `window-height', `window-buffer',
3839 `window-frame', `window-start', `window-point', `next-window'
3840 and `window-display-table'.
3841 * abbrev.el (abbrev--default-expand):
3842 * bs.el (bs--show-with-configuration):
3843 * buff-menu.el (Buffer-menu-mouse-select):
3844 * calc/calc.el (calc):
3845 * calendar/calendar.el (calendar-generate-window):
3846 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
3847 (diary-make-entry):
3848 * comint.el (send-invisible, comint-dynamic-complete-filename)
3849 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
3850 * completion.el (complete):
3851 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
3852 * disp-table.el (describe-current-display-table):
3853 * doc-view.el (doc-view-insert-image):
3854 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
3855 * ehelp.el (with-electric-help):
3856 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3857 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
3858 * emacs-lisp/helper.el (Helper-help-scroller):
3859 * emulation/cua-base.el (cua--post-command-handler-1):
3860 * eshell/esh-mode.el (eshell-output-filter):
3861 * ffap.el (ffap-gnus-wrapper):
3862 * help-macro.el (make-help-screen):
3863 * hilit-chg.el (highlight-compare-buffers):
3864 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
3865 * hl-line.el (global-hl-line-highlight):
3866 * icomplete.el (icomplete-simple-completing-p):
3867 * isearch.el (isearch-done):
3868 * jit-lock.el (jit-lock-stealth-fontify):
3869 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
3870 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
3871 * mpc.el (mpc-tagbrowser, mpc):
3872 * net/rcirc.el (rcirc-any-buffer):
3873 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
3874 * play/landmark.el (landmark-max-width, landmark-max-height):
3875 * play/zone.el (zone):
3876 * progmodes/compile.el (compilation-goto-locus):
3877 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3878 * progmodes/etags.el (find-tag-other-window):
3879 * progmodes/fortran.el (fortran-column-ruler):
3880 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3881 * progmodes/verilog-mode.el (verilog-point-text):
3882 * reposition.el (reposition-window):
3883 * rot13.el (toggle-rot13-mode):
3884 * server.el (server-switch-buffer):
3885 * shell.el (shell-dynamic-complete-command)
3886 (shell-dynamic-complete-environment-variable):
3887 * simple.el (insert-buffer, set-selective-display)
3888 (delete-completion-window):
3889 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
3890 (speedbar-recenter):
3891 * startup.el (fancy-splash-head):
3892 * textmodes/ispell.el (ispell-command-loop):
3893 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3894 * tutorial.el (help-with-tutorial):
3895 * vc/add-log.el (add-change-log-entry):
3896 * vc/compare-w.el (compare-windows):
3897 * vc/ediff-help.el (ediff-indent-help-message):
3898 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3899 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3900 (ediff-setup-control-frame):
3901 * vc/emerge.el (emerge-position-region):
3902 * vc/pcvs-util.el (cvs-bury-buffer):
3903 * window.el (walk-windows, mouse-autoselect-window-select):
3904 * winner.el (winner-set-conf, winner-undo): Related users changed.
3905
3906 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3907
3908 * frameset.el (frameset--set-id): Doc fix.
3909 (frameset-frame-id, frameset-frame-id-equal-p)
3910 (frameset-locate-frame-id): New functions.
3911 (frameset--process-minibuffer-frames, frameset--reuse-frame)
3912 (frameset-restore): Use them.
3913
3914 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3915
3916 Do not call to `selected-frame' where it is assumed by default.
3917 Affected functions are `raise-frame', `redraw-frame',
3918 `frame-first-window', `frame-terminal' and `delete-frame'.
3919 * calendar/appt.el (appt-disp-window):
3920 * epg.el (epg-wait-for-completion):
3921 * follow.el (follow-delete-other-windows-and-split)
3922 (follow-avoid-tail-recenter):
3923 * international/mule.el (set-terminal-coding-system):
3924 * mail/rmail.el (rmail-mail-return):
3925 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3926 * progmodes/f90.el (f90-add-imenu-menu):
3927 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3928 * server.el (server-switch-buffer):
3929 * simple.el (delete-completion-window):
3930 * talk.el (talk):
3931 * term/xterm.el (terminal-init-xterm-modify-other-keys)
3932 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3933 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3934 * vc/ediff.el (ediff-documentation): Related users changed.
3935 * frame.el (selected-terminal): Remove the leftover.
3936
3937 2013-08-05 Glenn Morris <rgm@gnu.org>
3938
3939 * calendar/calendar.el (calendar-generate-month):
3940 Fix for calendar-column-width != 1 + calendar-day-digit-width.
3941 (calendar-generate-month, calendar-font-lock-keywords):
3942 Fix for calendar-day-header-width > length of any day name.
3943
3944 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3945
3946 * desktop.el (desktop-clear): Use new name of sort predicate.
3947
3948 * frameset.el (frameset): Add docstring. Move :version property to its
3949 own `version' slot.
3950 (frameset-copy): Rename from copy-frameset.
3951 (frameset-p): Check more thoroughly.
3952 (frameset-prop): Do not check for :version, which is no longer a prop.
3953 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3954 Use new :never value instead of t.
3955 (frameset-filter-alist): Expand and clarify docstring.
3956 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3957 (frameset-filter-minibuffer, frameset-filter-save-param)
3958 (frameset-filter-restore-param, frameset-filter-iconified):
3959 Add pointer to docstring of frameset-filter-alist.
3960 (frameset-filter-params): Rename filter values to be more meaningful:
3961 :never instead of t, and reverse the meanings of :save and :restore.
3962 (frameset--process-minibuffer-frames): Clarify error message.
3963 (frameset-save): Avoid unnecessary and confusing call to framep.
3964 Use new BOA constructor for framesets.
3965 (frameset--reuse-list): Doc fix.
3966 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
3967 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3968 (frameset-minibufferless-first-p): Doc fix.
3969 Rename from frameset-sort-frames-for-deletion.
3970 (frameset-restore): Doc fixes. Use new function names.
3971 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3972
3973 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
3974
3975 * desktop.el (desktop-restore-forces-onscreen)
3976 (desktop-restore-reuses-frames): Document :keyword constant values.
3977 (desktop-filter-parameters-alist): Remove, now identical to
3978 frameset-filter-alist.
3979 (desktop--filter-tty*): Remove, moved to frameset.el.
3980 (desktop-save-frameset, desktop-restore-frameset):
3981 Do not pass :filters argument.
3982
3983 * frameset.el (frameset-live-filter-alist)
3984 (frameset-persistent-filter-alist): New variables.
3985 (frameset-filter-alist): Use them. Add autoload cookie.
3986 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3987 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3988 `frameset--id' (it's supposed to be internal to frameset.el).
3989 (frameset--process-minibuffer-frames): Ditto. Doc fix.
3990 (frameset--initial-params): New function.
3991 (frameset--get-frame): Use it. Doc fix.
3992 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3993 Accept :all, not 'all.
3994 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3995 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
3996 with fbound symbols. Fix frame id matching, and remove matching ids if
3997 the frame being restored is deleted. Obey :delete.
3998
3999 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * subr.el (macrop): New function.
4002 (text-clone--maintaining): New var.
4003 (text-clone--maintain): Rename from text-clone-maintain. Use it
4004 instead of inhibit-modification-hooks.
4005
4006 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4007 a proxy, so as handle autoloads and redefinitions of the target.
4008 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4009
4010 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4011 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4012 (pcase--mutually-exclusive-p): New function.
4013 (pcase--split-consp): Use it.
4014 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4015 mutually exclusive with the current predicate.
4016
4017 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4018 (edebug-macrop): Remove. Use `macrop' instead.
4019 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4020 (ad-macro-p):
4021 * eshell/esh-cmd.el (eshell-macrop):
4022 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4023
4024 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4025
4026 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4027 (advice-mapc): New function, using it.
4028 (advice-function-member-p): New function.
4029 (advice--normalize): Store the cdr in advice--saved-rewrite since
4030 that's the part that will be changed.
4031 (advice--symbol-function): New function.
4032 (advice-remove): Handle removal before the function is defined.
4033 Adjust to new advice--saved-rewrite.
4034 (advice-member-p): Use advice-function-member-p and
4035 advice--symbol-function.
4036
4037 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4040 (frameset-filter-minibuffer): Doc fix.
4041 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
4042 (frameset--set-id, frameset--process-minibuffer-frames)
4043 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4044 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4045
4046 * desktop.el (desktop-clear): Only delete frames when called
4047 interactively and desktop-restore-frames is non-nil. Doc fix.
4048 (desktop-read): Set desktop-saved-frameset to nil.
4049
4050 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4051
4052 * vc/vc.el (vc-ignore): Rewrite.
4053 (vc-default-ignore-completion-table):
4054 (vc--read-lines):
4055 (vc--add-line, vc--remove-regexp): New functions.
4056
4057 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4058 (vc-svn-ignore-completion-table): New function.
4059
4060 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4061 (vc-hg-ignore-completion-table):
4062 (vc-hg-find-ignore-file): New functions.
4063
4064 * vc/vc-git.el (vc-git-ignore): Rewrite.
4065 (vc-git-ignore-completion-table):
4066 (vc-git-find-ignore-file): New functions.
4067
4068 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4069
4070 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4071 (vc-bzr-ignore-completion-table):
4072 (vc-bzr-find-ignore-file): New functions.
4073
4074 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
4075
4076 * frameset.el (frameset-prop): New function and setter.
4077 (frameset-save): Do not modify frame list passed by the caller.
4078
4079 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4082
4083 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4084
4085 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4086 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4087
4088 * custom.el (custom-initialize-default, custom-initialize-set)
4089 (custom-initialize-reset, custom-initialize-changed): Affect the
4090 toplevel-default-value (bug#6275, bug#14586).
4091 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4092 for bug#6275.
4093
4094 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4095
4096 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4097 Add cl-def* expressions.
4098
4099 * frameset.el (frameset-filter-params): Fix order of arguments.
4100
4101 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4102
4103 Move code related to saving frames to frameset.el.
4104 * desktop.el: Require frameset.
4105 (desktop-restore-frames): Doc fix.
4106 (desktop-restore-reuses-frames): Rename from
4107 desktop-restoring-reuses-frames.
4108 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4109 (desktop-clear): Clear frames too.
4110 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4111 (desktop--filter-tty*, desktop-save, desktop-read):
4112 Use frameset functions.
4113 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4114 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4115 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4116 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4117 (desktop--process-minibuffer-frames, desktop-save-frames)
4118 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4119 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4120 (desktop--sort-states, desktop-restoring-frames-p)
4121 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4122 (desktop-restoring-frameset-p, desktop-restore-frameset)
4123 (desktop--check-dont-save, desktop-save-frameset): New functions.
4124 (desktop--app-id): New constant.
4125 (desktop-first-buffer, desktop-buffer-ok-count)
4126 (desktop-buffer-fail-count): Move before first use.
4127 * frameset.el: New file.
4128
4129 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * files.el: Use lexical-binding.
4132 (dir-locals-read-from-file): Remove unused `err' variable.
4133 (hack-dir-local-variables--warned-coding): New var.
4134 (hack-dir-local-variables): Use it to avoid repeated warnings.
4135 (make-backup-file-name--default-function): New function.
4136 (make-backup-file-name-function): Use it as default.
4137 (buffer-stale--default-function): New function.
4138 (buffer-stale-function): Use it as default.
4139 (revert-buffer-insert-file-contents--default-function): New function.
4140 (revert-buffer-insert-file-contents-function): Use it as default.
4141 (insert-directory): Avoid add-to-list.
4142
4143 * autorevert.el (auto-revert-handler): Simplify.
4144 Use buffer-stale--default-function.
4145
4146 2013-08-01 Tassilo Horn <tsdh@gnu.org>
4147
4148 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4149
4150 * whitespace.el (whitespace-ensure-local-variables): New function.
4151 (whitespace-cleanup-region): Call it.
4152 (whitespace-turn-on): Call it.
4153
4154 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
4155
4156 Complete file name handlers.
4157
4158 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4159 (tramp-handle-verify-visited-file-modtime)
4160 (tramp-handle-file-notify-rm-watch): New functions.
4161 (tramp-call-process): Do not bind `default-directory'.
4162
4163 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4164 Order alphabetically.
4165 [access-file, add-name-to-file, dired-call-process]:
4166 [dired-compress-file, file-acl, file-notify-rm-watch]:
4167 [file-ownership-preserved-p, file-selinux-context]:
4168 [make-directory-internal, make-symbolic-link, set-file-acl]:
4169 [set-file-selinux-context, set-visited-file-modtime]:
4170 [verify-visited-file-modtime]: Add handler.
4171 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4172
4173 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4174 [file-notify-add-watch, file-notify-rm-watch]:
4175 [set-file-times, set-visited-file-modtime]:
4176 [verify-visited-file-modtime]: Add handler.
4177 (with-tramp-gvfs-error-message)
4178 (tramp-gvfs-handle-set-visited-file-modtime)
4179 (tramp-gvfs-fuse-file-name): Remove.
4180 (tramp-gvfs-handle-file-notify-add-watch)
4181 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4182 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4183
4184 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4185 Order alphabetically.
4186 [file-notify-rm-watch ]: Use default Tramp handler.
4187 [executable-find]: Remove private handler.
4188 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4189 `default-directory'.
4190 (tramp-sh-handle-executable-find)
4191 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4192 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4193 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4194 Do not use `format' in `tramp-message'.
4195
4196 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4197 [file-notify-rm-watch, set-visited-file-modtime]:
4198 [verify-visited-file-modtime]: Add handler.
4199 (tramp-smb-call-winexe): Do not bind `default-directory'.
4200
4201 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4202
4203 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4204
4205 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4206
4207 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4208 use it.
4209 (log-view-diff-changeset): Same.
4210 (log-view-diff-common): Call backend command `previous-revision'
4211 to find out the previous revision, in both cases. Swap the
4212 variables `to' and `fr', so that `fr' usually refers to the
4213 earlier revision (Bug#14989).
4214
4215 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
4216
4217 * ibuf-ext.el (ibuffer-filter-by-filename):
4218 Make it work with dired buffers too.
4219
4220 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4221
4222 * emacs-lisp/re-builder.el (reb-color-display-p):
4223 * files.el (save-buffers-kill-terminal):
4224 * net/browse-url.el (browse-url):
4225 * server.el (server-save-buffers-kill-terminal):
4226 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4227 Prefer nil to selected-frame for the first arg of frame-parameter.
4228
4229 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4230
4231 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4232
4233 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
4234
4235 * minibuffer.el (completion--twq-all): Try and preserve each
4236 completion's case choice (bug#14907).
4237
4238 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4239
4240 * net/network-stream.el (open-network-stream): Mention the new
4241 :nogreeting parameter.
4242 (network-stream-open-starttls): Use the :nogreeting parameter
4243 (bug#14938).
4244
4245 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4246
4247 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4248 more natural than popping.
4249
4250 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4251 (shr-urlify): Highlight under mouse.
4252
4253 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4254
4255 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4256
4257 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4258
4259 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4260 buffer for output.
4261
4262 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4263 point-min==1. Fix search string. Fix parentheses missing.
4264
4265 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
4266 assume point-min==1. Fix search string. Fix parentheses missing.
4267
4268 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4269
4270 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4271 buffer for output.
4272
4273 2013-07-29 Eli Zaretskii <eliz@gnu.org>
4274
4275 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4276 initial frame is minibuffer-less. (Bug#14841)
4277
4278 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
4279
4280 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4281 option.
4282
4283 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4284 (tramp-maybe-open-connection): Use it.
4285
4286 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4287
4288 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4289 minimal set of parameters passed when creating a frame, because
4290 the minibuffer status of a frame cannot be changed later.
4291
4292 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
4293
4294 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4295 replace-regexp-in-string and inadvertent omissions in previous change.
4296 (todo-filter-items): Ensure only file names are comma-separated in
4297 name of filtered items buffer.
4298
4299 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4300
4301 * desktop.el: Optionally force offscreen frames back onscreen.
4302 (desktop-restoring-reuses-frames): New option.
4303 (desktop--compute-pos, desktop--move-onscreen): New functions.
4304 (desktop--make-frame): Use desktop--move-onscreen.
4305
4306 2013-07-27 Alan Mackenzie <acm@muc.de>
4307
4308 Fontify a Java generic method as a function.
4309 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4310 value to t.
4311
4312 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
4313
4314 * calendar/todo-mode.el: Add command to rename todo files.
4315 (todo-rename-file): New command.
4316 (todo-key-bindings-t): Add key binding for it. Change the
4317 bindings of todo-filter-regexp-items(-multifile) to use `x'
4318 instead of `r', since the latter is better suited to the new
4319 renaming command.
4320
4321 2013-07-27 Alan Mackenzie <acm@muc.de>
4322
4323 Make Java try-with-resources statement parse properly.
4324 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4325 (c-block-stmt-1-2-key): New language constants/variables.
4326 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4327 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4328 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4329 with c-block-stmt-1-2-key.
4330
4331 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
4332
4333 * desktop.el (desktop--make-frame): Apply most frame parameters after
4334 creating the frame to force (partially or totally) offscreen frames to
4335 be restored as such.
4336
4337 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4338
4339 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4340 (Bug#14948)
4341
4342 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4345 `base' arg of backtrace-frame.
4346
4347 2013-07-26 Eli Zaretskii <eliz@gnu.org>
4348
4349 * simple.el (list-processes): Doc fix.
4350
4351 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4352
4353 * desktop.el (desktop--select-frame):
4354 Try harder to reuse existing frames.
4355
4356 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4359 (edebug-eval): Use backtrace-eval.
4360 (edebug--display, edebug--recursive-edit): Don't let-bind the
4361 edebug-outer-* vars that keep track of variables we locally let-bind.
4362 (edebug-outside-excursion): Don't restore outside values of locally
4363 let-bound vars.
4364 (edebug--display): Use user-error.
4365 (cl-lexical-debug, cl-debug-env): Remove.
4366
4367 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4368
4369 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4370 are restored to be sure that they are visible before deleting any
4371 remaining ones.
4372
4373 2013-07-26 Matthias Meulien <orontee@gmail.com>
4374
4375 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4376 vc-print-root-log. (Bug#14948)
4377
4378 2013-07-26 Richard Stallman <rms@gnu.org>
4379
4380 Add aliases for encrypting mail.
4381 * epa.el (epa-mail-aliases): New option.
4382 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4383 Bind inhibit-read-only so read-only text doesn't ruin everything.
4384 (epa-mail-default-recipients): New subroutine broken out.
4385 Handle epa-mail-aliases.
4386
4387 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4388
4389 Add support for lexical variables to the debugger's `e' command.
4390 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4391 vars, except for debugger-outer-match-data.
4392 (debugger-frame-number): Move check for "on a function call" from
4393 callers into it. Add `skip-base' argument.
4394 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4395 (debugger-env-macro): Only reset the state stored in non-variables,
4396 i.e. current-buffer and match-data.
4397 (debugger-eval-expression): Rewrite using backtrace-eval.
4398 * subr.el (internal--called-interactively-p--get-frame): Remove.
4399 (called-interactively-p):
4400 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4401 `base' arg of backtrace-frame instead.
4402
4403 2013-07-26 Glenn Morris <rgm@gnu.org>
4404
4405 * align.el (align-regexp): Doc fix. (Bug#14857)
4406 (align-region): Explicit error if subexpression missing/does not match.
4407
4408 * simple.el (global-visual-line-mode):
4409 Do not duplicate the mode lighter. (Bug#14858)
4410
4411 2013-07-25 Martin Rudalics <rudalics@gmx.at>
4412
4413 * window.el (display-buffer): In display-buffer bind
4414 split-window-keep-point to t, bug#14829.
4415
4416 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4417
4418 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4419 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4420 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4421 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4422 Change accordingly.
4423 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4424 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
4425
4426 2013-07-25 Glenn Morris <rgm@gnu.org>
4427
4428 * dired-x.el (dired-mark-extension): Convert comment to doc string.
4429
4430 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4431
4432 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4433 parameter to modify-frame-parameters if the value has not changed;
4434 this is a workaround for bug#14949.
4435 (desktop--make-frame): On cl-delete-if call, check parameter name,
4436 not full parameter.
4437
4438 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4439
4440 * vc/vc.el (vc-ignore): New function.
4441
4442 * vc/vc-svn.el (vc-svn-ignore): New function.
4443
4444 * vc/vc-hg.el (vc-hg-ignore): New function.
4445
4446 * vc/vc-git.el (vc-git-ignore): New function.
4447
4448 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4449 (vc-dir-ignore): New function.
4450
4451 * vc/vc-cvs.el (vc-cvs-ignore): New function.
4452 (cvs-append-to-ignore): Move here from pcvs.el.
4453
4454 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4455
4456 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4457
4458 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
4459
4460 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4461 (desktop-restore-frames): Warn when deleting an existing frame failed.
4462
4463 2013-07-24 Glenn Morris <rgm@gnu.org>
4464
4465 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4466
4467 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
4468
4469 * filenotify.el (file-notify-supported-p):
4470 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4471 Remove functions.
4472
4473 * autorevert.el (auto-revert-use-notify):
4474 (auto-revert-notify-add-watch):
4475 * net/tramp.el (tramp-file-name-for-operation):
4476 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4477 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4478 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4479 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4480 Remove `file-notify-supported-p' entry.
4481
4482 2013-07-24 Glenn Morris <rgm@gnu.org>
4483
4484 * printing.el: Replace all uses of deleted ps-windows-system,
4485 ps-lp-system, ps-flatten-list with lpr- versions.
4486
4487 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4490 checked with memq (bug#14935).
4491
4492 * files.el (revert-buffer-function): Use a non-nil default.
4493 (revert-buffer-preserve-modes): Declare var to
4494 provide access to the `preserve-modes' argument.
4495 (revert-buffer): Let-bind it.
4496 (revert-buffer--default): New function, extracted from revert-buffer.
4497
4498 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * lpr.el: Signal print errors more prominently.
4501 (print-region-function): Don't default to nil.
4502 (lpr-print-region): New function, extracted from print-region-1.
4503 Check lpr's return value and signal an error in case of problem.
4504 (print-region-1): Use it.
4505 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4506 versions instead.
4507 (ps-printer-name): Default to nil.
4508 (ps-printer-name-option): Default to lpr-printer-switch.
4509 (ps-print-region-function): Don't default to nil.
4510 (ps-postscript-code-directory): Simplify default.
4511 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4512 (ps-string-list, ps-eval-switch, ps-flatten-list)
4513 (ps-flatten-list-1): Remove.
4514 (ps-multibyte-buffer): Avoid setq.
4515 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4516 (print-region-function, ps-print-region-function): Don't set them here.
4517
4518 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4519
4520 * ido.el (ido-fractionp):
4521 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4522 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4523 (ido-max-directory-size, ido-max-dir-file-cache)
4524 (ido-decorations): Doc fix.
4525
4526 * ansi-color.el: Fix old URL.
4527
4528 2013-07-23 Michael R. Mauger <michael@mauger.com>
4529
4530 * progmodes/sql.el: Version 3.3
4531 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4532 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4533 (sql-interactive-remove-continuation-prompt): Rewrite, use
4534 functions above. Fix continuation prompt and complete output line
4535 handling.
4536 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4537 redirected output buffer.
4538 (sql-mode): Restore deleted code (Bug#13591).
4539
4540 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4541
4542 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4543
4544 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
4545
4546 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4547
4548 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4549 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4550 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4551
4552 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4553
4554 * desktop.el (desktop-clear): Simplify; remove useless checks
4555 against invalid buffer names.
4556 (desktop-list*): Use cl-list*.
4557 (desktop-buffer-info, desktop-create-buffer): Simplify.
4558
4559 2013-07-23 Leo Liu <sdl.web@gmail.com>
4560
4561 * bookmark.el (bookmark-make-record): Restore NAME as a default
4562 value. (Bug#14933)
4563
4564 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4565
4566 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4567 extracted from autoload--insert-text.
4568 (autoload--insert-text): Remove.
4569 (autoload--print-cookie-text): New function, extracted from
4570 autoload--insert-cookie-text.
4571 (autoload--insert-cookie-text): Remove.
4572 (autoload-generate-file-autoloads): Adjust calls accordingly.
4573
4574 * winner.el (winner-hook-installed-p): Remove.
4575 (winner-mode): Simplify accordingly.
4576
4577 * subr.el (add-to-list): Fix compiler-macro when `append' is
4578 not constant. Don't use `cl-member' for the base case.
4579
4580 * progmodes/subword.el: Fix boundary case (bug#13758).
4581 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4582 own group.
4583 (subword-backward-regexp): Make it a constant.
4584 (subword-forward-internal): Don't treat a trailing capital as the
4585 beginning of a word.
4586
4587 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4588
4589 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4590 global value of tabulated-list-revert-hook (bug#14930).
4591
4592 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
4593
4594 * desktop.el: Require 'cl-lib.
4595 (desktop-before-saving-frames-functions): New hook.
4596 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4597 for frames being saved. Rename from desktop--save-minibuffer-frames.
4598 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
4599 Do not save frames with non-nil `desktop-dont-save' parameter.
4600 Filter out deleted frames.
4601 (desktop--find-frame): Use cl-find-if.
4602 (desktop--select-frame): Use cl-(first|second|third) to access values
4603 of desktop-mini.
4604 (desktop--make-frame): Use cl-delete-if.
4605 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4606 (desktop-restore-frames): Use cl-(first|second|third) to access values
4607 of desktop-mini. Look for visible frame at the end, not while
4608 restoring frames.
4609
4610 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4611 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4612 Use string-match-p, looking-at-p (bug#14927).
4613
4614 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
4615
4616 * desktop.el (desktop-saved-frame-states):
4617 Rename from desktop--saved-states; all users changed.
4618 (desktop-save-frames): Rename from desktop--save-frames.
4619 Do not save state to desktop file.
4620 (desktop-save): Save desktop-saved-frame-states to desktop file
4621 and reset to nil.
4622 (desktop-restoring-frames-p): New function.
4623 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4624 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4625 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4626
4627 * desktop.el: Correctly restore iconified frames.
4628 (desktop--filter-iconified-position): New function.
4629 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4630
4631 2013-07-20 Glenn Morris <rgm@gnu.org>
4632
4633 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4634 Let `message' do the formatting.
4635 (def-gdb-preempt-display-buffer): Add explicit format.
4636
4637 * image-dired.el (image-dired-track-original-file):
4638 Use with-current-buffer.
4639 (image-dired-track-thumbnail): Use with-current-buffer.
4640 Avoid changing point of wrong window.
4641
4642 * image-dired.el (image-dired-track-original-file):
4643 Avoid changing point of wrong window. (Bug#14909)
4644
4645 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
4646
4647 * progmodes/gdb-mi.el (gdb-done-or-error):
4648 Guard against "%" in gdb output. (Bug#14127)
4649
4650 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4651
4652 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4653 (Bug#14826)
4654
4655 * international/mule.el (coding-system-iso-2022-flags): Fix last
4656 change.
4657
4658 2013-07-20 Kenichi Handa <handa@gnu.org>
4659
4660 * international/mule.el (coding-system-iso-2022-flags):
4661 Add `8-bit-level-4'. (Bug#8522)
4662
4663 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4664
4665 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4666 (bug#14815).
4667
4668 * net/eww.el (eww-process-text-input): Allow inputting when the
4669 point is at the start of the line, as the properties aren't
4670 front-sticky.
4671
4672 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4673 degenerate widths.
4674
4675 2013-07-19 Richard Stallman <rms@gnu.org>
4676
4677 * epa.el (epa-popup-info-window): Doc fix.
4678
4679 * subr.el (split-string): New arg TRIM.
4680
4681 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
4682
4683 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4684 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4685
4686 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
4687
4688 * filenotify.el (file-notify--library): Rename from
4689 `file-notify-support'. Do not autoload. Adapt all uses.
4690 (file-notify-supported-p): New defun.
4691
4692 * autorevert.el (auto-revert-use-notify):
4693 Use `file-notify-supported-p' instead of `file-notify-support'.
4694 Adapt docstring.
4695 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4696
4697 * net/tramp.el (tramp-file-name-for-operation):
4698 Add `file-notify-supported-p'.
4699
4700 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4701 New defun.
4702 (tramp-sh-file-name-handler-alist): Add it as handler for
4703 `file-notify-supported-p '.
4704
4705 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4706 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4707 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4708 Add `ignore' as handler for `file-notify-*' functions.
4709
4710 2013-07-17 Eli Zaretskii <eliz@gnu.org>
4711
4712 * simple.el (line-move-partial, line-move): Don't start vscroll or
4713 scroll-up if the current line is not taller than the window.
4714 (Bug#14881)
4715
4716 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4717
4718 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4719 highlight question marks in the method names as strings.
4720 (ruby-block-beg-keywords): Inline.
4721 (ruby-font-lock-keyword-beg-re): Extract from
4722 `ruby-font-lock-keywords'.
4723
4724 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4725
4726 * frame.el (blink-cursor-blinks): New defcustom.
4727 (blink-cursor-blinks-done): New defvar.
4728 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4729 (blink-cursor-timer-function): Check if number of blinks has been
4730 done on X and NS.
4731 (blink-cursor-suspend, blink-cursor-check): New defuns.
4732
4733 2013-07-15 Glenn Morris <rgm@gnu.org>
4734
4735 * edmacro.el (edmacro-format-keys): Fix previous change.
4736
4737 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4738
4739 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4740 The hack didn't work outside English locales anyway.
4741
4742 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
4743
4744 * simple.el (define-alternatives): Rename from alternatives-define,
4745 per RMS' suggestion.
4746
4747 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
4748
4749 * desktop.el (desktop-restore-frames): Change default to t.
4750 (desktop-restore-in-current-display): Now offer more options.
4751 (desktop-restoring-reuses-frames): New customization option.
4752 (desktop--saved-states): Doc fix.
4753 (desktop-filter-parameters-alist): New variable, renamed and expanded
4754 from desktop--excluded-frame-parameters.
4755 (desktop--target-display): New variable.
4756 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4757 (desktop--filter-tty*, desktop--filter-*-color)
4758 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4759 (desktop--filter-save-desktop-parm)
4760 (desktop-restore-in-original-display-p): New functions.
4761 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4762 (desktop--save-minibuffer-frames): New function, inspired by a similar
4763 function from Martin Rudalics.
4764 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4765 (desktop--restore-in-this-display-p): Remove.
4766 (desktop--find-frame): Rename from desktop--find-frame-in-display
4767 and add predicate argument.
4768 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4769 (desktop--reuse-list): New variable.
4770 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4771 New functions.
4772 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4773
4774 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
4775
4776 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4777
4778 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4779
4780 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4781 Highlight conversion methods on Kernel.
4782
4783 2013-07-13 Alan Mackenzie <acm@muc.de>
4784
4785 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4786 and comment it out. This out-commenting enables certain C++
4787 declarations to be parsed correctly.
4788
4789 2013-07-13 Eli Zaretskii <eliz@gnu.org>
4790
4791 * international/mule.el (define-coding-system): Doc fix.
4792
4793 * simple.el (default-font-height): Don't call font-info if the
4794 frame's default font didn't change since the frame was created.
4795 (Bug#14838)
4796
4797 2013-07-13 Leo Liu <sdl.web@gmail.com>
4798
4799 * ido.el (ido-read-file-name): Guard against non-symbol value.
4800
4801 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4802
4803 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4804 in nested defuns.
4805
4806 2013-07-13 Leo Liu <sdl.web@gmail.com>
4807
4808 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4809 ido-set-matches call. (Bug#6852)
4810
4811 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4812
4813 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4814 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4815 Ruby 2.0.
4816 (ruby-font-lock-keywords): Distinguish calls to functions with
4817 module-like names from module references. Highlight character
4818 literals.
4819
4820 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4821
4822 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
4823 (gdb-send): Handle continued commands. (Bug#14847)
4824
4825 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4826
4827 * desktop.el (desktop--v2s): Remove unused local variable.
4828 (desktop-save-buffer): Make defvar-local; adjust docstring.
4829 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4830 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4831
4832 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
4833
4834 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4835
4836 2013-07-12 Eli Zaretskii <eliz@gnu.org>
4837
4838 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4839 (Bug#14842)
4840
4841 2013-07-12 Glenn Morris <rgm@gnu.org>
4842
4843 * doc-view.el: Require cl-lib at runtime too.
4844 (doc-view-remove-if): Remove.
4845 (doc-view-search-next-match, doc-view-search-previous-match):
4846 Use cl-remove-if.
4847
4848 * edmacro.el: Require cl-lib at runtime too.
4849 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
4850 (edmacro-mismatch, edmacro-subseq): Remove.
4851
4852 * shadowfile.el: Require cl-lib.
4853 (shadow-remove-if): Remove.
4854 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
4855 Use cl-remove-if.
4856
4857 * wid-edit.el: Require cl-lib.
4858 (widget-choose): Use cl-remove-if.
4859 (widget-remove-if): Remove.
4860
4861 * progmodes/ebrowse.el: Require cl-lib at runtime too.
4862 (ebrowse-delete-if-not): Remove.
4863 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
4864 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
4865 Use cl-delete-if-not.
4866
4867 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4868
4869 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
4870 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
4871
4872 2013-07-12 Leo Liu <sdl.web@gmail.com>
4873
4874 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
4875
4876 2013-07-11 Glenn Morris <rgm@gnu.org>
4877
4878 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
4879 (edebug-gensym-index, edebug-gensym):
4880 Remove reimplementation of cl-gensym.
4881 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
4882
4883 * thumbs.el: Require cl-lib at run-time too.
4884 (thumbs-gensym-counter, thumbs-gensym):
4885 Remove reimplementation of cl-gensym.
4886 (thumbs-temp-file): Use cl-gensym.
4887
4888 * emacs-lisp/ert.el: Require cl-lib at runtime too.
4889 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
4890 (ert--intersection, ert--set-difference, ert--set-difference-eq)
4891 (ert--union, ert--gensym-counter, ert--gensym-counter)
4892 (ert--coerce-to-vector, ert--remove*, ert--string-position)
4893 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4894 (ert-make-test-unbound, ert--expand-should-1)
4895 (ert--expand-should, ert--should-error-handle-error)
4896 (should-error, ert--explain-equal-rec)
4897 (ert--plist-difference-explanation, ert-select-tests)
4898 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4899 Use cl-lib functions rather than reimplementations.
4900
4901 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * net/tramp.el (tramp-methods): Extend docstring.
4904 (tramp-connection-timeout): New defcustom.
4905 (tramp-error-with-buffer): Reset timestamp only when appropriate.
4906 (with-tramp-progress-reporter): Simplify.
4907 (tramp-process-actions): Improve messages.
4908
4909 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4910 * net/tramp-sh.el (tramp-maybe-open-connection):
4911 Use `tramp-connection-timeout'.
4912 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4913 (Bug#14808)
4914
4915 2013-07-11 Leo Liu <sdl.web@gmail.com>
4916
4917 * ido.el (ido-read-file-name): Conform to the requirements of
4918 read-file-name. (Bug#11861)
4919 (ido-read-directory-name): Conform to the requirements of
4920 read-directory-name.
4921
4922 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
4923
4924 * subr.el (delay-warning): New function.
4925
4926 2013-07-10 Eli Zaretskii <eliz@gnu.org>
4927
4928 * simple.el (default-line-height): New function.
4929 (line-move-partial, line-move): Use it instead of computing the
4930 line height inline.
4931 (line-move-partial): Always compute ROWH. If the last line is
4932 partially-visible, but its text is completely visible, allow
4933 cursor to enter such a partially-visible line.
4934
4935 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
4936
4937 Improve error messages. (Bug#14808)
4938
4939 * net/tramp.el (tramp-current-connection): New defvar, moved from
4940 tramp-sh.el.
4941 (tramp-message-show-progress-reporter-message): Remove, not
4942 needed anymore.
4943 (tramp-error-with-buffer): Show message in minibuffer.
4944 Discard input before waiting. Reset connection timestamp.
4945 (with-tramp-progress-reporter): Improve messages.
4946 (tramp-process-actions): Use progress reporter. Delete process in
4947 case of error. Improve messages.
4948
4949 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4950 Call `tramp-error-with-buffer' with vector and buffer.
4951 (tramp-current-connection): Remove.
4952 (tramp-maybe-open-connection): The car of
4953 `tramp-current-connection' are the first 3 slots of the vector.
4954
4955 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
4956
4957 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4958 inside continued strings.
4959
4960 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
4961
4962 Timestamp fixes for undo (Bug#14824).
4963 * files.el (clear-visited-file-modtime): Move here from fileio.c.
4964
4965 2013-07-10 Leo Liu <sdl.web@gmail.com>
4966
4967 * files.el (require-final-newline): Allow safe local value.
4968 (Bug#14834)
4969
4970 2013-07-09 Leo Liu <sdl.web@gmail.com>
4971
4972 * ido.el (ido-read-directory-name): Handle fallback.
4973 (ido-read-file-name): Update DIR to ido-current-directory.
4974 (Bug#1516)
4975 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
4976
4977 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
4978
4979 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4980 "autoload". Remove "warn lower camel case" section, previously
4981 commented out. Highlight negation char. Do not highlight the
4982 target in singleton method definitions.
4983
4984 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * faces.el (tty-setup-hook): Declare the hook.
4987
4988 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4989 and detect when a guard/pred depends on local vars (bug#14773).
4990 (pcase--u1): Adjust caller.
4991
4992 2013-07-08 Eli Zaretskii <eliz@gnu.org>
4993
4994 * simple.el (line-move-partial, line-move): Account for
4995 line-spacing.
4996 (line-move-partial): Avoid setting vscroll when the last
4997 partially-visible line in window is of default height.
4998
4999 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5000
5001 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5002 been used a while.
5003
5004 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5005
5006 * subr.el (read-quoted-char): Remove unused local variable `char'.
5007
5008 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5009
5010 * ediff.el (ediff-version): Version update.
5011 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5012 (ediff-merge-with-ancestor-command, ediff-directories-command)
5013 (ediff-directories3-command, ediff-merge-directories-command)
5014 (ediff-merge-directories-with-ancestor-command): New functions.
5015 All are command-line interfaces to ediff: to facilitate calling
5016 Emacs with the appropriate ediff functions invoked.
5017
5018 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5019 (viper-save-kill-buffer): Check if buffer is modified.
5020
5021 * viper.el (viper-version): Version update.
5022 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5023
5024 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5027 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5028 (viper-intercept-ESC-key): Simplify.
5029 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5030 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5031 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5032 (viper-setup-ESC-to-escape): New functions.
5033 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5034 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5035
5036 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5037
5038 * simple.el (default-font-height, window-screen-lines):
5039 New functions.
5040 (line-move, line-move-partial): Use them instead of
5041 frame-char-height and window-text-height. This makes scrolling
5042 text smoother when the buffer's default face uses a font that is
5043 different from the frame's default font.
5044
5045 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5046
5047 * files.el (write-file): Do not display confirm dialog for NS,
5048 it does its own dialog, which can't be cancelled (Bug#14578).
5049
5050 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5051
5052 * simple.el (line-move-partial): Adjust the row returned by
5053 posn-at-point for the current window-vscroll. (Bug#14567)
5054
5055 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
5056
5057 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5058 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5059 spaces.
5060
5061 2013-07-06 Martin Rudalics <rudalics@gmx.at>
5062
5063 * window.el (window-state-put-stale-windows): New variable.
5064 (window--state-put-2): Save list of windows without matching buffer.
5065 (window-state-put): Remove "bufferless" windows if possible.
5066
5067 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * simple.el (alternatives-define): Remove leftover :group keyword.
5070 Tweak docstring.
5071
5072 2013-07-06 Leo Liu <sdl.web@gmail.com>
5073
5074 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5075 (ido-enable-virtual-buffers): New variable.
5076 (ido-buffer-internal, ido-toggle-virtual-buffers)
5077 (ido-make-buffer-list): Use it.
5078 (ido-exhibit): Support turning on and off virtual buffers
5079 automatically.
5080
5081 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5082
5083 * simple.el (alternatives-define): New macro.
5084
5085 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5086
5087 * subr.el (read-quoted-char): Use read-key.
5088 (sit-for): Let read-event decode tty input (bug#14782).
5089
5090 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
5091
5092 * calendar/todo-mode.el: Add handling of file deletion, both by
5093 mode command and externally. Fix various related bugs.
5094 Clarify Commentary and improve some documentation strings and code.
5095 (todo-delete-file): New command.
5096 (todo-check-file): New function.
5097 (todo-show): Handle external deletion of the file we're trying to
5098 show (bug#14688). Replace called-interactively-p by an optional
5099 prefix argument to avoid problematic interaction with catch form
5100 when byte compiled (bug#14702).
5101 (todo-quit): Handle external deletion of the archive's todo file.
5102 Make sure the buffer that was visiting the archive file is still
5103 live before trying to bury it.
5104 (todo-category-completions): Handle external deletion of any
5105 category completion files.
5106 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5107 of todo files, in case of external deletion.
5108 (todo-add-file): Replace unnecessary setq by let-binding.
5109 (todo-find-archive): Check whether there are any archives.
5110 Replace unnecessary setq by let-binding.
5111 (todo-archive-done-item): Use find-file-noselect to get the
5112 archive buffer whether or not the archive already exists.
5113 Remove superfluous code. Use file size instead of buffer-file-name to
5114 check if the archive is new; if it is, update list of archives.
5115 (todo-default-todo-file): Allow nil to be a valid value for when
5116 there are no todo files.
5117 (todo-reevaluate-default-file-defcustom): Use corrected definition
5118 of todo-default-todo-file.
5119 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5120 (todo-delete-category, todo-show-categories-table)
5121 (todo-category-number): Clarify comment.
5122 (todo-filter-items): Clarify documentation string.
5123 (todo-show-current-file, todo-display-as-todo-file)
5124 (todo-reset-and-enable-done-separator): Tweak documentation string.
5125 (todo-done-separator): Make separator length window-width, since
5126 bug#2749 is now fixed.
5127
5128 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
5129
5130 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5131 Support both "gvfs-monitor-dir" and "inotifywait".
5132 (tramp-sh-file-inotifywait-process-filter): Rename from
5133 `tramp-sh-file-notify-process-filter'.
5134 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5135 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5136
5137 2013-07-05 Leo Liu <sdl.web@gmail.com>
5138
5139 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5140
5141 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5142
5143 * frame.el (display-pixel-height, display-pixel-width)
5144 (display-mm-height, display-mm-width): Mention behavior on
5145 multi-monitor setups in docstrings.
5146 (w32-display-monitor-attributes-list): Declare function.
5147 (display-monitor-attributes-list): Use it.
5148
5149 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
5150
5151 * filenotify.el: New package.
5152
5153 * autorevert.el (top): Require filenotify.el.
5154 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5155 instead.
5156 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5157 (auto-revert-notify-handler): Use `file-notify-*' functions.
5158
5159 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5160
5161 * net/tramp.el (tramp-file-name-for-operation):
5162 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5163
5164 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5165 for `file-notify-add-watch' and `file-notify-rm-watch'.
5166 (tramp-process-sentinel): Improve trace.
5167 (tramp-sh-handle-file-notify-add-watch)
5168 (tramp-sh-file-notify-process-filter)
5169 (tramp-sh-handle-file-notify-rm-watch)
5170 (tramp-get-remote-inotifywait): New defuns.
5171
5172 2013-07-03 Juri Linkov <juri@jurta.org>
5173
5174 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5175 call of `occur-read-primary-args' to interactive spec.
5176
5177 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5178 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5179
5180 2013-07-03 Matthias Meulien <orontee@gmail.com>
5181
5182 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5183 `Buffer-menu-multi-occur'. Add it to the menu.
5184 (Buffer-menu-mode): Document it in docstring.
5185 (Buffer-menu-multi-occur): New command. (Bug#14673)
5186
5187 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5188
5189 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5190 keywords and built-ins.
5191
5192 2013-07-03 Glenn Morris <rgm@gnu.org>
5193
5194 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5195
5196 Make info-xref checks case-sensitive by default
5197 * info.el (Info-find-node, Info-find-in-tag-table)
5198 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5199 Add option for exact case matching of nodes.
5200 * info-xref.el (info-xref): New custom group.
5201 (info-xref-case-fold): New option.
5202 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5203
5204 2013-07-03 Leo Liu <sdl.web@gmail.com>
5205
5206 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5207
5208 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5209
5210 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5211 middle of block statement initially, lower the depth. Remove
5212 FIXME comment, not longer valid. Remove middle of block statement
5213 detection, no need to do that anymore since we've been using
5214 `ruby-parse-region' here.
5215
5216 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5217
5218 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5219
5220 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5221
5222 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5223
5224 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
5225
5226 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5227 (desktop-restore-in-current-display): New customization option.
5228 (desktop--excluded-frame-parameters): Add `font'.
5229 (desktop--save-frames): Rename from desktop--save-windows.
5230 (desktop--restore-in-this-display-p): New function.
5231 (desktop--make-full-frame): Remove unwanted width/height from
5232 full(width|height) frames.
5233 (desktop--restore-frames): Rename from desktop--restore-windows.
5234 Obey desktop-restore-current-display. Do not delete old frames or
5235 select a new frame unless we were able to restore at least one frame.
5236
5237 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
5238
5239 * files.el (find-file-noselect): Simplify conditional expression.
5240
5241 * remember.el (remember-append-to-file):
5242 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5243
5244 Add `remember-notes' function to store random notes across Emacs
5245 restarts.
5246 * remember.el (remember-data-file): Add :set callback to affect
5247 notes buffer (if any).
5248 (remember-notes): New command.
5249 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5250 New defcustoms for the `remember-notes' function.
5251 (remember-notes-save-and-bury-buffer): New command.
5252 (remember-notes-mode-map): New variable.
5253 (remember-mode): New minor mode.
5254 (remember-notes--kill-buffer-query): New function.
5255 * startup.el (initial-buffer-choice): Add notes to custom type.
5256
5257 2013-06-30 Eli Zaretskii <eliz@gnu.org>
5258
5259 * bindings.el (right-char, left-char): Don't call sit-for, this is
5260 no longer needed. Use arithmetic comparison only for numerical
5261 arguments.
5262
5263 * international/mule-cmds.el (select-safe-coding-system):
5264 Handle the case of FROM being a string correctly. (Bug#14755)
5265
5266 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5267
5268 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5269 progression on degenerate tables.
5270 (shr-rescale-image): ImageMagick animated images currently don't work.
5271
5272 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
5273
5274 Some fixes and improvements for desktop frame restoration.
5275 It is still experimental and disabled by default.
5276 * desktop.el (desktop--save-windows): Put the selected frame at
5277 the head of the list.
5278 (desktop--make-full-frame): New function.
5279 (desktop--restore-windows): Try to re-select the frame that was
5280 selected upon saving. Do not abort if some frames fail to restore,
5281 just show an error message and continue. Set up maximized frames
5282 so they have default non-maximized dimensions.
5283
5284 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5285
5286 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5287 Don't start heredoc inside a string or comment.
5288
5289 2013-06-29 Eli Zaretskii <eliz@gnu.org>
5290
5291 * bindings.el (visual-order-cursor-movement): New defcustom.
5292 (right-char, left-char): Provide visual-order cursor motion by
5293 calling move-point-visually. Update the doc strings.
5294
5295 2013-06-28 Kenichi Handa <handa@gnu.org>
5296
5297 * international/mule.el (define-coding-system): New coding system
5298 properties :inhibit-null-byte-detection,
5299 :inhibit-iso-escape-detection, and :prefer-utf-8.
5300 (set-buffer-file-coding-system): If :charset-list property of
5301 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5302 appropriate for setting.
5303
5304 * international/mule-cmds.el (select-safe-coding-system):
5305 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5306 multibyte characters, return utf-8 (or one of its siblings).
5307
5308 * international/mule-conf.el (prefer-utf-8): New coding system.
5309 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5310 files.
5311
5312 2013-06-28 Ivan Kanis <ivan@kanis.fr>
5313
5314 * net/shr.el (shr-render-region): New function.
5315
5316 * net/eww.el: Autoload `eww-browse-url'.
5317
5318 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5319
5320 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5321 Adapt to `package-desc-version' being a list.
5322 Use `package--ac-desc-version' to retrieve version from a package
5323 archive element.
5324
5325 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
5326
5327 New experimental feature to save&restore window and frame setup.
5328 * desktop.el (desktop-save-windows): New defcustom.
5329 (desktop--saved-states): New var.
5330 (desktop--excluded-frame-parameters): New defconst.
5331 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5332 (desktop--restore-windows, desktop--save-windows): New functions.
5333 (desktop-save): Call `desktop--save-windows'.
5334 (desktop-read): Call `desktop--restore-windows'.
5335
5336 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5337
5338 * net/shr.el (add-face-text-property): Remove compat definition.
5339
5340 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5341
5342 * info.el (Info-try-follow-nearest-node): Move search for footnote
5343 above search for node name to prevent missing a footnote (bug#14717).
5344
5345 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5346
5347 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5348
5349 2013-06-27 Leo Liu <sdl.web@gmail.com>
5350
5351 * net/eww.el (eww-read-bookmarks): Check file size.
5352
5353 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5356 advice--pending if newdef is nil or an autoload (bug#13820).
5357 (advice-mapc): New function.
5358
5359 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5360
5361 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5362 probably.
5363 (eww-mode-map): Add a menu bar.
5364 (eww-add-bookmark): New command.
5365 (eww-bookmark-mode): New mode and commands.
5366 (eww-add-bookmark): Remove newlines from the title.
5367 (eww-bookmark-browse): Don't bug out if it's the only window.
5368
5369 2013-06-26 Glenn Morris <rgm@gnu.org>
5370
5371 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5372 (hfy-size): Handle ttys. (Bug#14668)
5373
5374 * info-xref.el: Update for Texinfo 5 change in *note format.
5375 (info-xref-node-re, info-xref-note-re): New constants.
5376 (info-xref-check-buffer): Use info-xref-note-re.
5377
5378 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5381
5382 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5383 nil terminate the loop (bug#14718).
5384
5385 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5386
5387 * net/eww.el: Rework history traversal. When going forward/back,
5388 put these actions into the history, too, so that they can be
5389 replayed.
5390 (eww-render): Move the history reset to the correct buffer.
5391
5392 2013-06-25 Juri Linkov <juri@jurta.org>
5393
5394 * files-x.el (modify-dir-local-variable): Change the header comment
5395 in the file with directory local variables. (Bug#14692)
5396
5397 * files-x.el (read-file-local-variable-value): Add `default'.
5398 (Bug#14710)
5399
5400 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5401
5402 * net/eww.el (eww-make-unique-file-name): Create a unique file
5403 name before saving to entering `y' accidentally asynchronously.
5404
5405 2013-06-25 Ivan Kanis <ivan@kanis.fr>
5406
5407 * net/eww.el (eww-download): New command and keystroke.
5408
5409 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5410
5411 * net/eww.el (eww-copy-page-url): Change name of command.
5412
5413 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5414 be more consistent with Info and dired.
5415
5416 * net/eww.el (eww-mode-map): Ditto.
5417
5418 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5421 packages from archives.
5422 (package-archive-contents): Change format; include obsolete packages.
5423 (package-desc): Use `dir' to mark builtin packages.
5424 (package--from-builtin): Set the `dir' field to `builtin'.
5425 (generated-autoload-file, version-control): Declare.
5426 (package-compute-transaction): Change first arg and return value to be
5427 lists of package-descs. Adjust to new package-archive-contents format.
5428 (package--add-to-archive-contents): Adjust to new
5429 package-archive-contents format.
5430 (package-download-transaction): Arg is now a list of package-descs.
5431 (package-install): If `pkg' is a package name, pass it as
5432 a requirement, so it is subject to the usual (e.g. disabled) checks.
5433 (describe-package): Accept package-desc as well.
5434 (describe-package-1): Describe a specific package-desc. Add links to
5435 other package-descs for the same package name.
5436 (package-menu-describe-package): Pass the actual package-desc.
5437 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5438 works correctly.
5439 (package-desc-status): New function.
5440 (package-menu--refresh): New function, extracted
5441 from package-menu--generate.
5442 (package-menu--generate): Use it.
5443 (package-delete): Update package-alist.
5444 (package-menu-execute): Don't call package-initialize.
5445
5446 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5447 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5448 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5449 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5450 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5451 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5452
5453 2013-06-25 Martin Rudalics <rudalics@gmx.at>
5454
5455 * window.el (window--state-get-1): Workaround for bug#14527.
5456 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5457
5458 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5459
5460 * net/eww.el (eww-back-url): Implement the history by stashing all
5461 the data into a list.
5462 (eww-forward-url): Allow going forward in the history, too.
5463
5464 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5465
5466 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5467 for values and use read--expression for expressions (bug#14710).
5468 (read-file-local-variable): Avoid setq.
5469 (read-file-local-variable-mode): Use minor-mode-list.
5470
5471 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5472
5473 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
5474 for DOI URLs.
5475
5476 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5477
5478 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
5479 Update imenu-support when dialect changes.
5480
5481 2013-06-25 Leo Liu <sdl.web@gmail.com>
5482
5483 * ido.el (ido-read-internal): Allow forward slash on windows.
5484
5485 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5486
5487 * net/eww.el (eww): Start of strings is \\`, not ^.
5488
5489 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5490
5491 * net/shr.el (shr-browse-url): Fix interactive spec.
5492
5493 * net/eww.el (eww): Add a trailing slash to domain names.
5494
5495 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
5496
5497 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5498
5499 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5500
5501 * net/shr.el (shr-browse-url): Use an external browser if given a
5502 prefix.
5503
5504 * net/eww.el (eww-external-browser): Move to shr.
5505
5506 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5507
5508 * net/eww.el (eww): Work more correctly for file: URLs.
5509 (eww-detect-charset): Allow quoted charsets.
5510 (eww-yank-page-url): New command and keystroke.
5511
5512 2013-06-24 Daiki Ueno <ueno@gnu.org>
5513
5514 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5515 file name of gpg executable.
5516 (epg-context-program): New function.
5517 (epg-context-home-directory): New function.
5518 (epg-context-set-program): New function.
5519 (epg-context-set-home-directory): New function.
5520 (epg--start): Use `epg-context-program' instead of
5521 'epg-gpg-program'.
5522 (epg--list-keys-1): Likewise.
5523
5524 2013-06-24 Leo Liu <sdl.web@gmail.com>
5525
5526 * ido.el (ido-read-internal): Fix bug#14620.
5527
5528 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5529
5530 * faces.el (face-documentation): Simplify.
5531 (read-face-attribute, tty-find-type, x-resolve-font-name):
5532 Use `string-match-p'.
5533 (list-faces-display): Use `string-match-p'. Simplify.
5534 (face-spec-recalc): Check face to avoid face alias loops.
5535 (read-color): Use `string-match-p' and non-capturing parenthesis.
5536
5537 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5538
5539 * net/shr.el (shr-rescale-image): Use the new
5540 :max-width/:max-height functionality.
5541
5542 2013-06-23 Ivan Kanis <ivan@kanis.fr>
5543
5544 * net/eww.el (eww-search-prefix): New variable.
5545 (eww): Use it.
5546 (eww-external-browser): New variable.
5547 (eww-mode-map): New keystroke.
5548 (eww-browse-with-external-browser): New command.
5549
5550 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5551
5552 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5553
5554 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5555 Don't skip aligning the next header field when padding is 0;
5556 otherwise, field width is not respected unless the title is as
5557 wide as the field.
5558
5559 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5560
5561 * emacs-lisp/package.el (package-el-version): Remove.
5562 (package-process-define-package): Fix inf-loop.
5563 (package-install): Allow symbols as arguments again.
5564
5565 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5566
5567 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5568 add some more keyword-like methods.
5569 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5570
5571 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
5572
5573 * bs.el (bs-buffer-show-mark): Make defvar-local.
5574 (bs-mode): Use setq-local.
5575
5576 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5577 (emacs-lock--try-unlocking): Make defvar-local.
5578
5579 2013-06-22 Glenn Morris <rgm@gnu.org>
5580
5581 * play/cookie1.el (cookie-apropos): Minor simplification.
5582
5583 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5584
5585 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5586
5587 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5588 `regexp-opt', it breaks the build during dumping.
5589
5590 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5591
5592 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5593 Highlight keyword-like methods on Kernel and Module with
5594 font-lock-builtin-face.
5595 (auto-mode-alist): Consolidate different entries into one regexp
5596 and add more *file-s.
5597
5598 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
5599
5600 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5601
5602 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5603 (diary-entry): Use it in the action of this button type instead of
5604 diary-goto-entry.
5605
5606 * calendar/todo-mode.el: New version.
5607 (todo-add-category): Append new category to end of file and give
5608 it the highest number, instead of putting it at the beginning and
5609 giving it 0. Incorporate noninteractive functionality.
5610 (todo-forward-category): Adapt to 1-based category numbering.
5611 Allow skipping over archived categories.
5612 (todo-backward-category): Derive from todo-forward-category.
5613 (todo-backward-item, todo-forward-item): Make noninteractive and
5614 delegate interactive part to new commands. Make sensitive to done items.
5615 (todo-categories): Make value an alist of category names and
5616 vectors of item counts.
5617 (todo-category-beg): Make a defconst.
5618 (todo-category-number): Use 1 instead of 0 as initial value.
5619 (todo-category-select): Make sensitive to overlays, optional item
5620 highlighting and done items.
5621 (todo-delete-item): Make sensitive to overlays and marked and done items.
5622 (todo-edit-item): Make sensitive to overlays and editing of
5623 date/time header optional. Add format checks.
5624 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5625 no-op if point is not on an item. Advertise using todo-edit-quit.
5626 (todo-edit-mode): Make sensitive to new format, font-locking, and
5627 multiple todo files.
5628 (todo-insert-item, todo-insert-item-here): Derive from
5629 todo-basic-insert-item and extend functionality.
5630 (todo-item-end, todo-item-start): Make sensitive to done items.
5631 (todo-item-string): Don't return text properties. Restore point.
5632 (todo-jump-to-category): Make sensitive to multiple todo files and
5633 todo archives. Use extended category completion.
5634 (todo-lower-item, todo-raise-item): Rename to *-priority and
5635 derive from todo-set-item-priority.
5636 (todo-mode): Derive from special-mode. Make sensitive to new
5637 format, font-locking and multiple todo files. Make read-only.
5638 (todo-mode-map): Don't suppress digit keys, so they can supply
5639 prefix arguments. Add many new key bindings.
5640 (todo-prefix): Insert as an overlay instead of file text.
5641 Change semantics from diary date expression to purely visual mark.
5642 (todo-print): Rename to todo-print-buffer. Make buffer display
5643 features printable. Remove option to restrict number of items
5644 printed. Add option to print to file.
5645 (todo-print-function): Rename to todo-print-buffer-function.
5646 (todo-quit): Extend to handle exiting new todo modes.
5647 (todo-remove-item): Make sensitive to overlays.
5648 (todo-save): Extend to buffers of filtered items.
5649 (todo-show): Make sensitive to done items, multiple todo files and
5650 new todo modes. Offer to convert legacy todo file before creating
5651 first new todo file.
5652 (todo-show-priorities): Rename to todo-top-priorities.
5653 Change semantics of value 0.
5654 (todo-top-priorities): Rename to todo-filter-top-priorities,
5655 derive from todo-filter-items and extend functionality.
5656 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5657 and extend functionality to other types of filtered items.
5658 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5659 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5660 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5661 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5662 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5663 (todo-edit-mode-hook, todo-entry-prefix-function)
5664 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5665 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5666 (todo-initials, todo-insert-threshold, todo-item-string-start)
5667 (todo-line-string, todo-menu, todo-mode-hook)
5668 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5669 (todo-print-priorities, todo-remove-separator)
5670 (todo-save-top-priorities-too, todo-string-count-lines)
5671 (todo-string-multiline-p, todo-time-string-format)
5672 (todo-tmp-buffer-name): Remove.
5673 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5674 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5675 (todo-edit-category-diary-inclusion)
5676 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5677 (todo-edit-file, todo-edit-item-date-day)
5678 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5679 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5680 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5681 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5682 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5683 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5684 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5685 (todo-filter-top-priorities-multifile, todo-find-archive)
5686 (todo-find-filtered-items-file, todo-go-to-source-item)
5687 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5688 (todo-jump-to-archive-category, todo-lower-category)
5689 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5690 (todo-move-category, todo-move-item, todo-next-button)
5691 (todo-next-item, todo-padded-string, todo-powerset)
5692 (todo-previous-button, todo-previous-item)
5693 (todo-print-buffer-to-file, todo-raise-category)
5694 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5695 (todo-set-category-number, todo-set-item-priority)
5696 (todo-set-top-priorities-in-category)
5697 (todo-set-top-priorities-in-file, todo-show-categories-table)
5698 (todo-sort-categories-alphabetically-or-numerically)
5699 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5700 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5701 (todo-toggle-item-header, todo-toggle-item-highlighting)
5702 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5703 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5704 (todo-unarchive-items, todo-unmark-category): New commands.
5705 (todo-absolute-file-name, todo-add-to-buffer-list)
5706 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5707 (todo-basic-insert-item, todo-category-completions)
5708 (todo-category-number, todo-category-string-matcher-1)
5709 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5710 (todo-check-format, todo-clear-matches)
5711 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5712 (todo-current-category, todo-date-string-matcher)
5713 (todo-define-insertion-command, todo-diary-expired-matcher)
5714 (todo-diary-goto-entry, todo-diary-item-p)
5715 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5716 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5717 (todo-done-item-section-p, todo-done-separator)
5718 (todo-done-string-matcher, todo-files, todo-filter-items)
5719 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5720 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5721 (todo-insert-category-line, todo-insert-item-from-calendar)
5722 (todo-insert-sort-button, todo-insert-with-overlays)
5723 (todo-insertion-command-name, todo-insertion-key-bindings)
5724 (todo-label-to-key, todo-longest-category-name-length)
5725 (todo-make-categories-list, todo-mode-external-set)
5726 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5727 (todo-modes-set-3, todo-multiple-filter-files)
5728 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5729 (todo-read-category, todo-read-date, todo-read-dayname)
5730 (todo-read-file-name, todo-read-time)
5731 (todo-reevaluate-category-completions-files-defcustom)
5732 (todo-reevaluate-default-file-defcustom)
5733 (todo-reevaluate-filelist-defcustoms)
5734 (todo-reevaluate-filter-files-defcustom)
5735 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5736 (todo-reset-done-separator, todo-reset-done-separator-string)
5737 (todo-reset-done-string, todo-reset-global-current-todo-file)
5738 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5739 (todo-reset-prefix, todo-set-categories)
5740 (todo-set-date-from-calendar, todo-set-show-current-file)
5741 (todo-set-top-priorities, todo-short-file-name)
5742 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5743 (todo-total-item-counts, todo-update-buffer-list)
5744 (todo-update-categories-display, todo-update-categories-sexp)
5745 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5746 New functions.
5747 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5748 New major modes.
5749 (todo-categories, todo-display, todo-edit, todo-faces)
5750 (todo-filtered): New defgroups.
5751 (todo-archived-only, todo-button, todo-category-string, todo-date)
5752 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5753 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5754 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5755 (todo-add-item-if-new-category, todo-always-add-time-string)
5756 (todo-categories-align, todo-categories-archived-label)
5757 (todo-categories-category-label, todo-categories-diary-label)
5758 (todo-categories-done-label, todo-categories-number-separator)
5759 (todo-categories-todo-label, todo-categories-totals-label)
5760 (todo-category-completions-files, todo-completion-ignore-case)
5761 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5762 (todo-done-separator-string, todo-done-string)
5763 (todo-files-function, todo-filter-done-items, todo-filter-files)
5764 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5765 (todo-initial-category, todo-initial-file, todo-item-mark)
5766 (todo-legacy-date-time-regexp, todo-mode-line-function)
5767 (todo-nondiary-marker, todo-number-prefix)
5768 (todo-print-buffer-function, todo-show-current-file)
5769 (todo-show-done-only, todo-show-first, todo-show-with-done)
5770 (todo-skip-archived-categories, todo-top-priorities-overrides)
5771 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5772 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5773 New defcustoms.
5774 (todo-category-done, todo-date-pattern, todo-date-string-start)
5775 (todo-diary-items-buffer, todo-done-string-start)
5776 (todo-filtered-items-buffer, todo-item-start)
5777 (todo-month-abbrev-array, todo-month-name-array)
5778 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5779 (todo-top-priorities-buffer): New defconsts.
5780 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5781 (todo-categories-with-marks, todo-category-string-face)
5782 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5783 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5784 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5785 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5786 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5787 (todo-font-lock-keywords, todo-global-current-todo-file)
5788 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5789 (todo-insertion-commands-args)
5790 (todo-insertion-commands-args-genlist)
5791 (todo-insertion-commands-names, todo-insertion-map)
5792 (todo-key-bindings-t, todo-key-bindings-t+a)
5793 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5794 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5795 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5796 (todo-visited): New variables.
5797
5798 2013-06-21 Glenn Morris <rgm@gnu.org>
5799
5800 * play/cookie1.el (cookie-apropos): Add optional display argument.
5801 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5802 (psychoanalyze-pinhead): Use cookie-doctor.
5803
5804 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * emacs-lisp/package.el (tar-get-file-descriptor)
5807 (tar--extract): Declare.
5808
5809 2013-06-21 Eduard Wiebe <usenet@pusto.de>
5810
5811 Extend flymake's warning predicate to be a function (bug#14217).
5812 * progmodes/flymake.el (flymake-warning-predicate): New.
5813 (flymake-parse-line): Use it.
5814 (flymake-warning-re): Make obsolete alias to
5815 `flymake-warning-predicate'.
5816
5817 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 * emacs-lisp/package.el (package-alist): Include obsolete packages.
5820 (package-obsolete-list): Remove.
5821 (package-activate): Remove min-version argument. Add `force' argument.
5822 Adjust to new package-alist format.
5823 (package-mark-obsolete): Remove.
5824 (package-unpack): Force reload of the package's autoloads.
5825 (package-installed-p): Check builtins if the installed package is not
5826 recent enough.
5827 (package-initialize): Don't reset package-obsolete-list.
5828 Don't specify which package version to activate.
5829 (package-process-define-package, describe-package-1)
5830 (package-menu--generate): Adjust to new package-alist format.
5831
5832 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5833
5834 * allout-widgets.el (allout-widgets-mode-off)
5835 (allout-widgets-mode-on, allout-widgets-pre-command-business)
5836 (allout-widgets-post-command-business)
5837 (allout-widgets-after-copy-or-kill-function)
5838 (allout-widgets-after-undo-function, allout-test-range-overlaps)
5839 (allout-decorate-item-and-context)
5840 (allout-graphics-modification-handler): Fix typos in docstrings.
5841 (allout-get-or-create-parent-widget): Use `looking-at-p'.
5842
5843 * cmuscheme.el (scheme-start-file): Doc fix.
5844 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
5845 (scheme-input-filter): Use `string-match-p'.
5846
5847 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
5848
5849 * dired-x.el: Use Dired consistently in docstrings.
5850
5851 * dired.el: Use Dired consistently in docstrings.
5852 (dired-readin, dired-mode): Use `setq-local'.
5853 (dired-switches-alist): Make defvar-local.
5854 (dired-buffers-for-dir): Use `zerop'.
5855 (dired-safe-switches-p, dired-switches-escape-p)
5856 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
5857 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
5858 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
5859 (dired-goto-next-nontrivial-file): Use `string-match-p'.
5860 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
5861 (dired-toggle-marks, dired-mark-files-containing-regexp)
5862 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
5863 (dired-flag-auto-save-files, dired-flag-backup-files):
5864 Use `looking-at-p'.
5865 (dired-mark-files-regexp, dired-build-subdir-alist):
5866 Use `string-match-p', `looking-at-p'.
5867
5868 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
5869 (direct-print-region-helper): Use `string-match-p'.
5870
5871 2013-06-21 Leo Liu <sdl.web@gmail.com>
5872
5873 * comint.el (comint-redirect-results-list-from-process):
5874 Fix infinite loop.
5875
5876 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5877
5878 * net/eww.el (eww-update-header-line-format): Quote % characters.
5879
5880 2013-06-21 Glenn Morris <rgm@gnu.org>
5881
5882 * play/cookie1.el (cookie): New custom group.
5883 (cookie-file): New option.
5884 (cookie-check-file): New function.
5885 (cookie): Make it interactive. Make start and end messages optional.
5886 Interactively, display the result. Default to cookie-file.
5887 (cookie-insert): Default to cookie-file.
5888 (cookie-snarf): Make start and end messages optional.
5889 Default to cookie-file. Use with-temp-buffer.
5890 (cookie-read): Rename from read-cookie.
5891 Make start and end messages optional. Default to cookie-file.
5892 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
5893 Do not autoload it.
5894 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5895 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5896
5897 2013-06-21 Leo Liu <sdl.web@gmail.com>
5898
5899 * progmodes/octave.el (octave-mode): Backward compatibility fix.
5900
5901 2013-06-21 Glenn Morris <rgm@gnu.org>
5902
5903 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5904
5905 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5906 Daniel Hackney <dan@haxney.org>
5907
5908 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5909 Consolidate the single-file vs tarball code.
5910 (package-desc-suffix): New function.
5911 (package-desc-full-name): Don't bother inlining it.
5912 (package-load-descriptor): Return the new package-desc.
5913 (package-mark-obsolete): Remove unused arg `package'.
5914 (package-unpack): Make it work for single files as well.
5915 Make it update package-alist.
5916 (package--make-autoloads-and-stuff): Rename from
5917 package--make-autoloads-and-compile. Don't compile any more.
5918 (package--compile): New function.
5919 (package-generate-description-file): New function, extracted from
5920 package-unpack-single.
5921 (package-unpack-single): Remove.
5922 (package--with-work-buffer): Add indentation and debugging info.
5923 (package-download-single): Remove.
5924 (package-install-from-archive): Rename from package-download-tar, make
5925 it take a pkg-desc, and make it work for single files as well.
5926 (package-download-transaction): Simplify.
5927 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
5928 external tar program.
5929 (package-install-from-buffer): Remove `pkg-desc' argument.
5930 Use package-tar-file-info for tar-mode buffers.
5931 (package-install-file): Simplify accordingly.
5932 (package-archive-base): Change to take a pkg-desc.
5933 * tar-mode.el (tar--check-descriptor): New function, extracted from
5934 tar-get-descriptor.
5935 (tar-get-descriptor): Use it.
5936 (tar-get-file-descriptor): New function.
5937 (tar--extract): New function, extracted from tar-extract.
5938 (tar--extract): Use it.
5939 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5940 case the summary uses non-ascii. Adjust to new calling convention of
5941 package-tar-file-info.
5942
5943 2013-06-21 Leo Liu <sdl.web@gmail.com>
5944
5945 * comint.el (comint-redirect-results-list-from-process):
5946 Fix random delay. (Bug#14681)
5947
5948 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5949
5950 * profiler.el (profiler-format-number): Use log, not log10.
5951
5952 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5953
5954 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5955
5956 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5959 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5960 yet available.
5961 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5962 (AUTOGENEL): ... here.
5963 * emacs-lisp/cl-macs.el (cl--sublis): New function.
5964 (cl--defsubst-expand): Use it.
5965
5966 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
5967
5968 * subr.el (log10): Move here from C code, and declare as obsolete.
5969 All uses of (log10 X) replaced with (log X 10).
5970
5971 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5972
5973 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5974 Declare with `defvar-local'.
5975 (tabulated-list-use-header-line, tabulated-list-entries)
5976 (tabulated-list-padding, tabulated-list-printer)
5977 (tabulated-list-sort-key): Declare with `defvar-local'.
5978 (tabulated-list-init-header, tabulated-list-print-fake-header):
5979 Use `setq-local'.
5980
5981 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
5982
5983 * arc-mode.el (archive-mode): Add `archive-write-file' to
5984 `write-contents-functions' also for remote files. (Bug#14652)
5985
5986 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5987
5988 * cus-edit.el (custom-commands): Fix typos.
5989 (custom-display): Fix tooltip text.
5990 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5991 Fix typos in docstrings.
5992 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5993 (custom-unlispify-menu-entry, custom-magic-value-create)
5994 (custom-add-see-also, custom-group-value-create): Use ?\s.
5995 (custom-guess-type, customize-apropos, editable-field)
5996 (custom-face-value-create): Use `string-match-p'.
5997 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5998
5999 * custom.el (custom-load-symbol): Use `string-match-p'.
6000
6001 * ansi-color.el: Convert to lexical binding.
6002 (ansi-colors): Fix URL.
6003 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6004 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6005 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6006
6007 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6008
6009 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6010
6011 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6012
6013 2013-06-19 Tom Tromey <tromey@redhat.com>
6014
6015 * net/eww.el (eww-top-url): Remove.
6016 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6017 (eww-render): Set new variables. Don't set eww-top-url.
6018 (eww-handle-link): Handle "prev", "home", and "contents".
6019 Downcase the rel text.
6020 (eww-top-url): Choose best top URL.
6021
6022 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6023
6024 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6025 relying in widget.el. Using widget.el leads to too many
6026 user interface inconsistencies.
6027 (eww-self-insert): Implement entering commands in text fields.
6028 (eww-process-text-input): New function to make text input field editing
6029 work.
6030 (eww-submit): Rewrite to use the new-style form methods.
6031 (eww-select-display): Display the correct selected item.
6032 (eww-change-select): Implement changing the select value.
6033 (eww-toggle-checkbox): Implement radio/checkboxes.
6034 (eww-update-field): Fix compilation error.
6035 (eww-tag-textarea): Implement <textarea>.
6036
6037 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6038 we don't shadow mode-specific bindings.
6039
6040 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6041 nothing to push.
6042
6043 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6044
6045 2013-06-19 Glenn Morris <rgm@gnu.org>
6046
6047 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6048
6049 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6050
6051 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6052 not needed.
6053
6054 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6055
6056 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6057
6058 * net/browse-url.el (browse-url-browser-function):
6059 `eww-browse-url' has the right calling signature, `eww' does not.
6060
6061 2013-06-19 Glenn Morris <rgm@gnu.org>
6062
6063 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6064 Only eval autoloaded macros.
6065 (byte-compile-autoload): Only give the macro warning for macros.
6066
6067 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6068 (ps-underlined-faces): Declare.
6069
6070 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6071 (speedbar-add-supported-extension): Declare.
6072
6073 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6074 Don't include a date stamp in the header of the generated file;
6075 it leads to needless differences between output files.
6076
6077 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6078
6079 * net/secrets.el (secrets-struct-secret-content-type):
6080 Replace check of introspection data by a test call of "CreateItem".
6081 Some servers do not offer introspection.
6082
6083 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * electric.el (electric-pair-mode): Improve interaction with
6086 electric-layout-mode.
6087 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6088 (electric-pair-syntax): Use text-mode-syntax-table in comments
6089 and strings.
6090 (electric-pair--insert): New function.
6091 (electric-pair-post-self-insert-function): Use it and
6092 electric--after-char-pos.
6093
6094 2013-06-19 Leo Liu <sdl.web@gmail.com>
6095
6096 * progmodes/octave.el (octave-help): Fix regexp.
6097
6098 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6099
6100 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6101 (shr-table-horizontal-line): Allow nil as a value, and change the
6102 default.
6103 (shr-insert-table-ruler): Respect the nil value.
6104
6105 2013-06-18 Tom Tromey <tromey@barimba>
6106
6107 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6108 New defvars.
6109 (eww-open-file): New defun.
6110 (eww-render): Initialize new variables.
6111 (eww-display-html): Handle "link" and "a".
6112 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6113 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6114 (eww-back-url): Rename from eww-previous-url.
6115 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6116 New defuns.
6117
6118 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6119
6120 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6121 Distinguish ternary operator tokens from slash symbol and slash
6122 char literal.
6123
6124 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6125
6126 Convert symbol prettification into minor mode and global minor mode.
6127
6128 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6129 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6130 (prettify-symbols--keywords): Rename from
6131 `prog-prettify-symbols-alist' and make a local defvar.
6132 (prettify-symbols--compose-symbol): Rename from
6133 `prog--prettify-font-lock-compose-symbol'.
6134 (prettify-symbols--make-keywords): Rename from
6135 `prog-prettify-font-lock-symbols-keywords' and simplify.
6136 (prog-prettify-install): Remove.
6137 (prettify-symbols-mode): New minor mode, based on
6138 `prog-prettify-install'.
6139 (turn-on-prettify-symbols-mode): New function.
6140 (global-prettify-symbols-mode): New globalized minor mode.
6141
6142 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6143 * progmodes/cfengine.el (cfengine3-mode):
6144 * progmodes/perl-mode.el (perl-mode): Don't call
6145 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6146
6147 2013-06-18 Juri Linkov <juri@jurta.org>
6148
6149 * files-x.el (modify-file-local-variable-message): New function.
6150 (modify-file-local-variable)
6151 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6152 and call `modify-file-local-variable-message' when it's non-nil.
6153 (add-file-local-variable, delete-file-local-variable)
6154 (add-file-local-variable-prop-line)
6155 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6156 and use it. (Bug#9820)
6157
6158 2013-06-18 Juri Linkov <juri@jurta.org>
6159
6160 * emulation/vi.el (vi-shell-op):
6161 * emulation/vip.el (vip-execute-com, ex-command):
6162 * emulation/viper-cmd.el (viper-exec-bang):
6163 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6164 the call of `shell-command-on-region'. (Bug#14637)
6165
6166 * simple.el (shell-command-on-region): Doc fix.
6167
6168 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6169
6170 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6171 (bug#14633).
6172
6173 2013-06-18 Glenn Morris <rgm@gnu.org>
6174
6175 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6176
6177 * newcomment.el (comment-search-forward, comment-search-backward):
6178 Doc fix. (Bug#14376)
6179
6180 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6181
6182 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6183 (buffer-face-mode-invoke): Doc fix.
6184
6185 2013-06-18 Matthias Meulien <orontee@gmail.com>
6186
6187 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6188 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6189
6190 2013-06-18 Glenn Morris <rgm@gnu.org>
6191
6192 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6193 Replace obsolete function generic-make-keywords with its expansion.
6194
6195 * progmodes/python.el (ffap-alist): Declare.
6196
6197 * textmodes/reftex.el (bibtex-mode-map): Declare.
6198
6199 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6202 (package-unpack, package-unpack-single): Return the pkg-dir.
6203 (package-download-transaction): Use it to update package-alist.
6204
6205 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6206
6207 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6208 possible choice.
6209
6210 2013-06-17 Juri Linkov <juri@jurta.org>
6211
6212 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6213
6214 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6215
6216 * emacs-lisp/package.el (package-load-descriptor):
6217 Remove `with-syntax-table' call, `read' doesn't need it.
6218 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6219
6220 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6221
6222 * startup.el (command-line): Expand package name returned by
6223 `package--description-file' (bug#14639).
6224
6225 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6226
6227 * emacs-lisp/package.el (package-load-descriptor): Do not call
6228 `emacs-lisp-mode', just use its syntax table.
6229
6230 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6231
6232 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6233 `font-lock-extra-managed-props' if any prettifying keyword is added.
6234 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6235 (prog-mode): Use `setq-local'.
6236
6237 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6238
6239 * international/characters.el (standard-case-table): Set syntax of ?»
6240 and ?« to punctuation.
6241
6242 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
6243
6244 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6245 Save relevant match data before calling `syntax-ppss' (bug#14595).
6246
6247 2013-06-15 Juri Linkov <juri@jurta.org>
6248
6249 * files-x.el (modify-file-local-variable-prop-line): Add local
6250 variables to the end of the existing comment on the first line.
6251 Use `file-auto-mode-skip' to skip interpreter magic line,
6252 and also skip XML declaration.
6253
6254 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * startup.el (package--builtin-versions): New var.
6257 (package-subdirectory-regexp): Remove.
6258 (package--description-file): Hard code its value instead.
6259
6260 * emacs-lisp/package.el: Don't activate packages older than builtin.
6261 (package-obsolete-list): Rename from package-obsolete-alist, and make
6262 it into a simple list of package-desc.
6263 (package-strip-version): Remove.
6264 (package-built-in-p): Use package--builtin-versions.
6265 (package-mark-obsolete): Simplify.
6266 (package-process-define-package): Mark it obsolete if older than the
6267 builtin version.
6268 (package-handle-response): Use line-end-position.
6269 (package-read-archive-contents, package--download-one-archive):
6270 Simplify.
6271 (package--add-to-archive-contents): Skip if older than the builtin or
6272 installed version.
6273 (package-menu-describe-package): Fix last change.
6274 (package-list-unversioned): New var.
6275 (package-menu--generate): Use it.
6276
6277 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6278 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6279 (autoload-builtin-package-versions): New variable.
6280 (autoload-generate-file-autoloads): Use them.
6281 Remove the list of autoloaded functions/macros from the
6282 (autoload...) comments.
6283
6284 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6285
6286 2013-06-15 Eli Zaretskii <eliz@gnu.org>
6287
6288 * simple.el (line-move-partial): Don't jump to the next screen
6289 line as soon as it becomes visible. Instead, continue enlarging
6290 the vscroll until the portion of a tall screen line that's left on
6291 display is about the height of the frame's default font.
6292 (Bug#14567)
6293
6294 2013-06-15 Glenn Morris <rgm@gnu.org>
6295
6296 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6297 compilation-error-regexp-alist void, or local while let-bound.
6298
6299 * progmodes/make-mode.el (makefile-mode-syntax-table):
6300 Treat "=" as punctuation. (Bug#14614)
6301
6302 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
6303
6304 * help-fns.el (describe-variable):
6305 Add extra line for permanent-local variables.
6306
6307 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6308
6309 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6310 Add export, import, library. (Bug#9164)
6311 (library): Set indent function.
6312
6313 2013-06-14 Glenn Morris <rgm@gnu.org>
6314
6315 * term/xterm.el (xterm--query):
6316 Stop after first matching handler. (Bug#14615)
6317
6318 2013-06-14 Ivan Kanis <ivan@kanis.fr>
6319
6320 Add support for dired in saveplace.
6321 * dired.el (dired-initial-position-hook): New variable.
6322 (dired-initial-position): Call hook to place cursor position.
6323 * saveplace.el (save-place-to-alist): Add dired position.
6324 (save-place-dired-hook): New function.
6325
6326 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6329 through a symbol rather than letrec.
6330
6331 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6332 (package-desc): Add `dir' field.
6333 (package-desc-full-name): New function.
6334 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6335 (package-maybe-load-descriptor): Remove.
6336 (package-load-all-descriptors): Just call package-load-descriptor.
6337 (package--disabled-p): New function.
6338 (package-desc-vers, package-desc-doc): Remove aliases.
6339 (package--dir): Remove function.
6340 (package-activate): Check if a package is disabled.
6341 (package-process-define-package): New function, extracted from
6342 define-package.
6343 (define-package): Turn into a place holder.
6344 (package-unpack-single, package-tar-file-info):
6345 Use package--description-file.
6346 (package-compute-transaction): Use package--disabled-p.
6347 (package-download-transaction): Don't call
6348 package-maybe-load-descriptor since they're all loaded anyway.
6349 (package-install): Change argument to be a pkg-desc.
6350 (package-delete): Use a single pkg-desc argument.
6351 (describe-package-1): Use package-desc-dir instead of package--dir.
6352 Use package-desc property instead of package-symbol.
6353 (package-install-button-action): Adjust accordingly.
6354 (package--push): Rewrite.
6355 (package-menu--print-info): Adjust accordingly. Change the ID format
6356 to be a pkg-desc.
6357 (package-menu-describe-package, package-menu-get-status)
6358 (package-menu--find-upgrades, package-menu-mark-upgrades)
6359 (package-menu-execute, package-menu--name-predicate):
6360 Adjust accordingly.
6361 * startup.el (package--description-file): New function.
6362 (command-line): Use it.
6363 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6364 Use package-desc-version.
6365
6366 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6367 (byte-compile-preprocess): Use it.
6368 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6369 can't quite recognize.
6370 (byte-compile-add-to-list): Remove.
6371 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6372 (cconv-closure-convert): Add assertion.
6373
6374 * emacs-lisp/map-ynp.el: Use lexical-binding.
6375 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6376 Factor out some repeated code.
6377
6378 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * subr.el (with-eval-after-load): New macro.
6381 (eval-after-load): Allow form to be a function.
6382 take advantage of lexical-binding.
6383 (do-after-load-evaluation): Use dolist and adjust to new format.
6384 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6385
6386 2013-06-13 Juri Linkov <juri@jurta.org>
6387
6388 * replace.el (perform-replace): Display "symbol " and other search
6389 modes from `isearch-message-prefix' in the *Help* buffer.
6390
6391 * isearch.el (isearch-query-replace): Add " symbol" and other
6392 possible search modes from `isearch-message-prefix' to the prompt.
6393 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6394 when reading a regexp to collect.
6395
6396 2013-06-13 Juri Linkov <juri@jurta.org>
6397
6398 * isearch.el (word-search-regexp): Match whitespace if the search
6399 string begins or ends in whitespace. The LAX arg is applied to
6400 both ends of the search string. Use `regexp-quote' and explicit
6401 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6402 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6403 boundaries are replaced with symbol boundaries, and characters
6404 between symbols match non-word non-symbol syntax. (Bug#14602)
6405
6406 2013-06-13 Juri Linkov <juri@jurta.org>
6407
6408 * isearch.el (isearch-del-char): Don't exceed the length of
6409 `isearch-string' by the prefix arg. (Bug#14563)
6410
6411 2013-06-13 Juri Linkov <juri@jurta.org>
6412
6413 * isearch.el (isearch-yank-word, isearch-yank-line)
6414 (isearch-char-by-name, isearch-quote-char)
6415 (isearch-printing-char, isearch-process-search-char):
6416 Add optional count prefix arg. (Bug#14563)
6417
6418 * international/isearch-x.el
6419 (isearch-process-search-multibyte-characters):
6420 Add optional count prefix arg.
6421
6422 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6425 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6426 lexical-binding.
6427
6428 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6429
6430 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6431
6432 2013-06-13 Glenn Morris <rgm@gnu.org>
6433
6434 * startup.el (tty-handle-args):
6435 Don't just discard "--" and anything after. (Bug#14608)
6436
6437 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6438
6439 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
6440
6441 Implement changes in Secret Service API. Make it backward compatible.
6442 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6443 (secrets-create-item): Use it. Prefix properties with interface.
6444
6445 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6446
6447 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6448 (term-emulate-terminal): Respect term-suppress-hard-newline.
6449
6450 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6451
6452 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6453 Only remove a `thumb-file' overlay. (Bug#14548)
6454
6455 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
6456
6457 * mail/reporter.el (reporter-submit-bug-report):
6458 Handle missing package-name. (Bug#14600)
6459
6460 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6461
6462 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6463 (reftex-citation-prompt, reftex-default-bibliography)
6464 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6465 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6466 (reftex-bib-sort-author, reftex-bib-sort-year)
6467 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6468 (reftex-extract-bib-entries-from-thebibliography)
6469 (reftex-get-bibkey-default, reftex-get-bib-names)
6470 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6471 (reftex-format-bib-entry, reftex-parse-bibitem)
6472 (reftex-format-bibitem, reftex-do-citation)
6473 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6474 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6475 (reftex-insert-bib-matches, reftex-format-citation)
6476 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6477 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6478 existing comments into docstrings.
6479
6480 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6481
6482 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6483
6484 2013-06-12 Andreas Schwab <schwab@suse.de>
6485
6486 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6487 for auto-save files.
6488
6489 2013-06-12 Glenn Morris <rgm@gnu.org>
6490
6491 * ido.el (ido-delete-ignored-files): Remove.
6492 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6493 Go back to calling ido-ignore-item-p directly.
6494
6495 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6496
6497 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6498
6499 * ido.el (ido-delete-ignored-files): New function,
6500 split from ido-make-file-list-1.
6501 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6502 (ido-make-file-list-1): Use ido-delete-ignored-files.
6503
6504 2013-06-12 Leo Liu <sdl.web@gmail.com>
6505
6506 * progmodes/octave.el (inferior-octave-startup)
6507 (inferior-octave-completion-table)
6508 (inferior-octave-track-window-width-change)
6509 (octave-eldoc-function-signatures, octave-help)
6510 (octave-find-definition): Use single quoted strings.
6511 (inferior-octave-startup-args): Change default value.
6512 (inferior-octave-startup): Do not hard code "-i" and
6513 "--no-line-editing".
6514 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6515 (inferior-octave-directory-tracker): Use it.
6516 (octave-goto-function-definition): Robustify.
6517 (octave-help): Support highlighting operators in 'See also'.
6518 (octave-find-definition): Find subfunctions only in Octave mode.
6519
6520 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * help-fns.el (help-fns--compiler-macro): If the handler function is
6523 named, then put a link to it.
6524 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6525 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6526 (cl-typep): Use it.
6527 (cl-eval-when): Simplify debug spec.
6528 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6529 compiler-macro function instead of setting `compiler-macro-file'.
6530
6531 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6532
6533 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6534 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6535
6536 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6537 Daniel Hackney <dan@haxney.org>
6538
6539 First part of Daniel Hackney's patch to package.el.
6540 * emacs-lisp/package.el: Use defstruct.
6541 (package-desc): New, main struct.
6542 (package--bi-desc, package--ac-desc): New structs, used to describe the
6543 format in external files.
6544 (package-desc-vers): Replace with package-desc-version accessor.
6545 (package-desc-doc): Replace with package-desc-summary accessor.
6546 (package-activate-1): Remove `package' arg since the pkg-vec now
6547 includes the name.
6548 (define-package): Use package-desc-from-define.
6549 (package-unpack-single): Change file-name arg to be a symbol.
6550 (package--add-to-archive-contents): Use package-desc-create and new
6551 accessor functions to package--ac-desc.
6552 (package-buffer-info, package-tar-file-info): Return a package-desc.
6553 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6554 arg to be a package-desc.
6555 (package-install-file): Adjust accordingly. Use \' to match EOS.
6556 (package--from-builtin): New function.
6557 (describe-package-1, package-menu--generate): Use it.
6558 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6559 (package-generate-autoloads): Idem and return the name of the file.
6560 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6561 Change pkg-info arg to be a package-desc.
6562 Use package-make-ac-desc.
6563 (package-upload-file): Use \' to match EOS.
6564 * finder.el (finder-compile-keywords): Use package-make-builtin.
6565
6566 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6567
6568 * vc/vc.el (vc-deduce-fileset): Change error message.
6569 (vc-read-backend): New function.
6570 (vc-next-action): Use it.
6571
6572 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6573
6574 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6575 (prolog-font-lock-keywords): Use regexp-opt instead.
6576 Don't manually highlight strings.
6577 (prolog-mode-variables): Simplify comment-start-skip.
6578 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6579
6580 * emacs-lisp/generic.el (generic--normalise-comments)
6581 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6582 (generic-mode-set-comments): Use them.
6583 (generic-bracket-support): Use setq-local.
6584 (generic-make-keywords-list): Declare obsolete.
6585
6586 2013-06-11 Glenn Morris <rgm@gnu.org>
6587
6588 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6589 Prettify after setting font-lock-defaults. (Bug#14574)
6590
6591 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
6592
6593 * replace.el (query-replace, occur-read-regexp-defaults-function)
6594 (replace-search):
6595 * subr.el (declare-function, number-sequence, local-set-key)
6596 (substitute-key-definition, locate-user-emacs-file)
6597 (with-silent-modifications, split-string, eval-after-load):
6598 Fix typos, remove unneeded backslashes and reflow some docstrings.
6599
6600 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6603 default for Elisp files.
6604
6605 2013-06-11 Glenn Morris <rgm@gnu.org>
6606
6607 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6608 although define-derived-mode was doing this anyway. (Bug#14583)
6609
6610 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
6611
6612 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6613 Fix make-variable-buffer-local call to refer to the correct variable.
6614
6615 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
6616
6617 * eshell/em-term.el (eshell-visual-commands)
6618 (eshell-visual-subcommands, eshell-visual-options):
6619 Add summary line to docstrings. Add cross-references.
6620
6621 2013-06-10 Glenn Morris <rgm@gnu.org>
6622
6623 * epa.el (epa-read-file-name): New function. (Bug#14510)
6624 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6625
6626 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6627
6628 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6629 output redirection to be ignored with visual commands.
6630
6631 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6632
6633 * eshell/em-term.el (eshell-visual-command-p): New function.
6634 (eshell-term-initialize): Move long lambda to separate function
6635 eshell-visual-command-p.
6636 * eshell/em-dirs.el (eshell-dirs-initialise):
6637 * eshell/em-script.el (eshell-script-initialize):
6638 Add missing #' to lambda.
6639
6640 2013-06-08 Leo Liu <sdl.web@gmail.com>
6641
6642 * progmodes/octave.el (octave-add-log-current-defun): New function.
6643 (octave-mode): Set add-log-current-defun-function.
6644 (octave-goto-function-definition): Do not move point if not found.
6645 (octave-find-definition): Enhance to try subfunctions first.
6646
6647 2013-06-08 Glenn Morris <rgm@gnu.org>
6648
6649 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6650 (byte-compile-backward-char, byte-compile-backward-word):
6651 Improve previous change, to handle non-explicit nil.
6652
6653 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6656 (smie--opener/closer-at-point): New function.
6657 (smie--matching-block-data): Use it. Don't match from right after an
6658 opener or right before a closer. Obey smie-blink-matching-inners.
6659 Don't signal a mismatch for repeated inners like "switch..case..case".
6660
6661 2013-06-07 Leo Liu <sdl.web@gmail.com>
6662
6663 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6664 to t. (Bug#14303)
6665 (octave-function-header-regexp): Fix. (Bug#14570)
6666 (octave-help-mode-finish-hook, octave-help-mode-finish):
6667 Remove. Just use temp-buffer-show-hook.
6668
6669 * newcomment.el (comment-search-backward): Revert last change.
6670 (Bug#14434)
6671
6672 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6673
6674 2013-06-07 Eli Zaretskii <eliz@gnu.org>
6675
6676 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6677 through xargs, to avoid failure due to MS-Windows limitations on
6678 command-line length.
6679
6680 2013-06-06 Glenn Morris <rgm@gnu.org>
6681
6682 * font-lock.el (lisp-font-lock-keywords-2):
6683 Treat user-error like error.
6684
6685 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6686 (byte-compile-backward-char, byte-compile-backward-word):
6687 Handle explicit nil arguments. (Bug#14565)
6688
6689 2013-06-05 Alan Mackenzie <acm@muc.de>
6690
6691 * isearch.el (isearch-allow-prefix): New user option.
6692 (isearch-other-meta-char): Don't exit isearch when a prefix
6693 argument is typed whilst `isearch-allow-prefix' is non-nil.
6694 (Bug#9706)
6695
6696 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * autorevert.el (auto-revert-notify-handler): Use memq.
6699 Hide assertion failure.
6700
6701 * skeleton.el: Use cl-lib.
6702 (skeleton-further-elements): Use defvar-local.
6703 (skeleton-insert): Use cl-progv.
6704
6705 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6706
6707 * progmodes/prog-mode.el (prog-prettify-symbols)
6708 (prog-prettify-install): Update docstrings.
6709
6710 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * simple.el: Move all the prog-mode code to prog-mode.el.
6713 * progmodes/prog-mode.el: New file.
6714 * loadup.el: Add prog-mode.el.
6715
6716 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6717
6718 * simple.el (prog-prettify-symbols): Add version.
6719 (prog-prettify-install): Add convenience function to prettify symbols.
6720
6721 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6722 (perl--augmented-font-lock-keywords-1)
6723 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6724 variables and use it.
6725
6726 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6727 (cfengine3-mode): Remove unneeded variable and use it.
6728
6729 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6730 (lisp--augmented-font-lock-keywords-1)
6731 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6732 Remove unneeded variables and use it.
6733
6734 2013-06-05 João Távora <joaotavora@gmail.com>
6735
6736 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
6737 to point when opening the connection. (Bug#14380)
6738
6739 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * subr.el (load-history-regexp, load-history-filename-element)
6742 (eval-after-load, after-load-functions, do-after-load-evaluation)
6743 (eval-next-after-load, display-delayed-warnings)
6744 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6745 definition of save-match-data.
6746 (overriding-local-map): Remove accidental obsolescence declaration.
6747
6748 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6749
6750 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6751
6752 Generalize symbol prettify support to prog-mode and implement it
6753 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6754 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6755 (prog--prettify-font-lock-compose-symbol)
6756 (prog-prettify-font-lock-symbols-keywords): New variables and
6757 functions to support symbol prettification.
6758 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6759 (lisp--augmented-font-lock-keywords-1)
6760 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6761 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6762 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6763 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6764 Implement prettify of -> => :: strings.
6765 * progmodes/perl-mode.el (perl-prettify-symbols)
6766 (perl--font-lock-compose-symbol)
6767 (perl--font-lock-symbols-keywords): Move to prog-mode.
6768 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6769 (perl-font-lock-keywords-1)
6770 (perl-font-lock-keywords-2): Remove explicit prettify support.
6771 (perl--augmented-font-lock-keywords)
6772 (perl--augmented-font-lock-keywords-1)
6773 (perl--augmented-font-lock-keywords-2, perl-mode):
6774 Implement prettify support.
6775
6776 2013-06-05 Leo Liu <sdl.web@gmail.com>
6777
6778 Re-implement smie matching block highlight using
6779 show-paren-data-function. (Bug#14395)
6780 * emacs-lisp/smie.el (smie-matching-block-highlight)
6781 (smie--highlight-matching-block-overlay)
6782 (smie--highlight-matching-block-lastpos)
6783 (smie-highlight-matching-block)
6784 (smie-highlight-matching-block-mode): Remove.
6785 (smie--matching-block-data-cache): New variable.
6786 (smie--matching-block-data): New function.
6787 (smie-setup): Use smie--matching-block-data for
6788 show-paren-data-function.
6789
6790 * progmodes/octave.el (octave-mode-menu): Fix.
6791 (octave-find-definition): Skip garbage lines.
6792
6793 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 Fix compilation error with simultaneous dynamic+lexical scoping.
6796 Add warning when a defvar appears after the first let-binding.
6797 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6798 (byte-compile-close-variables): Initialize it.
6799 (byte-compile--declare-var): New function.
6800 (byte-compile-file-form-defvar)
6801 (byte-compile-file-form-define-abbrev-table)
6802 (byte-compile-file-form-custom-declare-variable): Use it.
6803 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6804 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6805 (byte-compile-bind): Handle dynamic bindings that shadow
6806 lexical bindings.
6807 (byte-compile-unbind): Make arg non-optional.
6808 (byte-compile-let): Simplify.
6809 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6810 (cconv--analyse-function, cconv-analyse-form): Populate it.
6811 Protect byte-compile-bound-variables to limit the scope of defvars.
6812 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6813 Remove unneeded rule for `declare'.
6814
6815 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6816 so as to avoid depending on cl-adjoin at run-time.
6817 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6818
6819 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6820 (macroexp--warn-and-return): Use it.
6821
6822 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * lisp/subr.el: Convert to lexical binding.
6825 (overriding-local-map): Make obsolete.
6826 (add-to-list): Doc fix. Add compiler macro.
6827 (read-key): Swap values of local maps.
6828
6829 2013-06-05 Leo Liu <sdl.web@gmail.com>
6830
6831 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6832
6833 2013-06-04 Leo Liu <sdl.web@gmail.com>
6834
6835 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6836 (compilation-auto-jump): Suppress the "Mark set" message to give
6837 way to exit message.
6838
6839 2013-06-04 Alan Mackenzie <acm@muc.de>
6840
6841 Remove faulty optimisation from indentation calculation.
6842 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
6843 search limit based on 2000 characters back from indent-point.
6844
6845 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6846
6847 * eshell/em-term.el (cl-lib): Require `cl-lib'.
6848
6849 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * emacs-lisp/lisp.el: Use lexical-binding.
6852 (lisp--local-variables-1, lisp--local-variables): New functions.
6853 (lisp--local-variables-completion-table): New var.
6854 (lisp-completion-at-point): Use it complete let-bound vars.
6855
6856 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
6857 eagerly (bug#14422).
6858
6859 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
6860
6861 * autorevert.el (auto-revert-notify-enabled)
6862 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6863 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
6864 (auto-revert-notify-handler): Handle also gfilenotify.
6865
6866 * subr.el (file-notify-handle-event): New defun. Replacing ...
6867 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
6868 Remove.
6869
6870 2013-06-03 Juri Linkov <juri@jurta.org>
6871
6872 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
6873 `M-s h .'. (Bug#14427)
6874
6875 * hi-lock.el (highlight-symbol-at-point): New alias for the new
6876 command `hi-lock-face-symbol-at-point'.
6877 (hi-lock-face-symbol-at-point): New command.
6878 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
6879 (hi-lock-menu): Add `highlight-symbol-at-point'.
6880 (hi-lock-mode): Doc fix.
6881
6882 * isearch.el (isearch-forward-symbol-at-point): New command.
6883 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
6884 (isearch-highlight-regexp): Add a regexp which matches
6885 words/symbols for word/symbol mode.
6886
6887 * subr.el (find-tag-default-bounds): New function with the body
6888 mostly moved from `find-tag-default'.
6889 (find-tag-default): Move most code to `find-tag-default-bounds',
6890 call it and apply `buffer-substring-no-properties' afterwards.
6891
6892 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6893
6894 * eshell/em-term.el (eshell-term-initialize):
6895 Use `cl-intersection' rather than `intersection'.
6896
6897 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
6898
6899 * vc/log-view.el: Doc fix.
6900 (log-view-mode-map): Copy keymap from `special-mode-map'.
6901
6902 2013-06-02 Eric Ludlam <zappo@gnu.org>
6903
6904 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6905 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6906 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6907 (eieio-unbound, eieio-default-superclass)
6908 (eieio--define-field-accessors, method-static, method-before)
6909 (method-primary, method-after, method-num-lists)
6910 (method-generic-before, method-generic-primary)
6911 (method-generic-after, method-num-slots)
6912 (eieio-specialized-key-to-generic-key)
6913 (eieio--check-type, class-v, class-p)
6914 (eieio-class-name, define-obsolete-function-alias)
6915 (eieio-class-parents-fast, eieio-class-children-fast)
6916 (same-class-fast-p, class-constructor, generic-p)
6917 (generic-primary-only-p, generic-primary-only-one-p)
6918 (class-option-assoc, class-option, eieio-object-p)
6919 (class-abstract-p, class-method-invocation-order)
6920 (eieio-defclass-autoload-map, eieio-defclass-autoload)
6921 (eieio-class-un-autoload, eieio-defclass)
6922 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6923 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6924 (eieio--defgeneric-init-form, eieio-defgeneric-form)
6925 (eieio-defgeneric-reset-generic-form)
6926 (eieio-defgeneric-form-primary-only)
6927 (eieio-defgeneric-reset-generic-form-primary-only)
6928 (eieio-defgeneric-form-primary-only-one)
6929 (eieio-defgeneric-reset-generic-form-primary-only-one)
6930 (eieio-unbind-method-implementations)
6931 (eieio--defmethod, eieio--typep)
6932 (eieio-perform-slot-validation, eieio-validate-slot-value)
6933 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6934 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6935 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6936 (eieio-slot-name-index, eieio-class-slot-name-index)
6937 (eieio-set-defaults, eieio-initarg-to-attribute)
6938 (eieio-attribute-to-initarg, eieio-c3-candidate)
6939 (eieio-c3-merge-lists, eieio-class-precedence-c3)
6940 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6941 (eieio-class-precedence-list, eieio-generic-call-methodname)
6942 (eieio-generic-call-arglst, eieio-generic-call-key)
6943 (eieio-generic-call-next-method-list)
6944 (eieio-pre-method-execution-functions, eieio-generic-call)
6945 (eieio-generic-call-primary-only, eieiomt-method-list)
6946 (eieiomt-optimizing-obarray, eieiomt-install)
6947 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6948 (eieio-generic-form, eieio-defmethod, make-obsolete)
6949 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
6950 (defclass): Remove `eval-and-compile' from macro.
6951 (call-next-method, shared-initialize): Instead of using
6952 `scoped-class' variable, use new eieio--scoped-class, and
6953 eieio--with-scoped-class.
6954 (initialize-instance): Rename local variable 'scoped-class' to
6955 'this-class' to remove ambiguitity from old global.
6956
6957 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
6958 eieio.el.
6959 (eieio--scoped-class-stack): New variable.
6960 (eieio--scoped-class): New fcn.
6961 (eieio--with-scoped-class): New scoping macro.
6962 (eieio-defclass): Use pushnew instead of add-to-list.
6963 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6964 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6965 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6966 `scoped-class' variable, use new eieio--scoped-class, and
6967 eieio--with-scoped-class.
6968
6969 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6970
6971 2013-06-02 Tassilo Horn <tsdh@gnu.org>
6972
6973 * eshell/esh-ext.el (eshell-external-command): Pass args to
6974 `eshell-find-interpreter'.
6975 (eshell-find-interpreter): Add new second parameter ARGS.
6976
6977 * eshell/em-script.el (eshell-script-initialize): Add second arg
6978 to the function added as MATCH to `eshell-interpreter-alist'.
6979
6980 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
6981 the function added as MATCH to `eshell-interpreter-alist'.
6982
6983 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6984 (eshell-visual-options): New defcustom.
6985 (eshell-escape-control-x): Adapt docstring.
6986 (eshell-term-initialize): Test `eshell-visual-subcommands' and
6987 `eshell-visual-options' in addition to `eshell-visual-commands'.
6988 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6989
6990 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
6991
6992 * progmodes/python.el (python-indent-block-enders): Add break,
6993 continue and raise keywords.
6994
6995 2013-06-01 Glenn Morris <rgm@gnu.org>
6996
6997 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6998
6999 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7000 * progmodes/cc-cmds.el (delete-forward-p):
7001 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7002 * progmodes/cc-engine.el (buffer-syntactic-context):
7003 * progmodes/cc-fonts.el (face-property-instance):
7004 * progmodes/cc-mode.el (set-keymap-parents):
7005 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7006 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7007 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7008 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7009 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7010
7011 * progmodes/cc-vars.el (other): Emacs has this widget since
7012 at least 21.1, so don't (re)define it.
7013
7014 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7015 Replace the obsolete alias pcomplete-arg-quote-list.
7016
7017 2013-06-01 Leo Liu <sdl.web@gmail.com>
7018
7019 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7020 punctuation syntax.
7021 (inferior-octave-minimal-columns)
7022 (inferior-octave-last-column-width): New variables.
7023 (inferior-octave-track-window-width-change): New function.
7024 (inferior-octave-mode): Adjust column width so that Octave output,
7025 for example from 'ls', can fit into the window nicely.
7026
7027 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7028
7029 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7030 Highlight expansions inside regexp literals.
7031
7032 2013-05-31 Glenn Morris <rgm@gnu.org>
7033
7034 * obsolete/sym-comp.el (symbol-complete):
7035 Replace obsolete completion-annotate-function.
7036
7037 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7038
7039 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7040
7041 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7042 New function, checks if point is inside a literal that allows
7043 expression expansion.
7044 (ruby-syntax-propertize-expansion): Use it.
7045 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7046 around the body.
7047
7048 2013-05-30 Juri Linkov <juri@jurta.org>
7049
7050 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7051 to "\M-si".
7052 (isearch-invisible): New variable.
7053 (isearch-forward): Doc fix.
7054 (isearch-mode): Set `isearch-invisible'
7055 to the value of `search-invisible'.
7056 (isearch-toggle-case-fold): Doc fix.
7057 (isearch-toggle-invisible): New command.
7058 (isearch-query-replace): Let-bind `search-invisible'
7059 to the value of `isearch-invisible'.
7060 (isearch-search): Use `isearch-invisible' instead of
7061 `search-invisible'. Let-bind `search-invisible'
7062 to the value of `isearch-invisible'. (Bug#11378)
7063
7064 2013-05-30 Juri Linkov <juri@jurta.org>
7065
7066 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7067 call when `query-flag' is nil and `search-invisible' is non-nil.
7068 (Bug#11746)
7069
7070 2013-05-30 Glenn Morris <rgm@gnu.org>
7071
7072 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7073
7074 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7075 (cc-require): Suppress spurious "noruntime" warnings.
7076 (cc-require-when-compile): Use fboundp, for sake of compiler.
7077
7078 * progmodes/cc-mode.el: Move load of cc-vars before that of
7079 cc-langs (which in turn loads cc-vars), to quieten compiler.
7080
7081 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7082
7083 * paren.el: Simplify the code.
7084 (show-paren-mode): Always start the timer.
7085 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7086 (show-paren--overlay, show-paren--overlay-1): Rename from
7087 show-paren-overlay and show-paren-overlay-1, and initialize to an
7088 overlay rather than to nil.
7089 (show-paren-function): Misc cleanup and simplifications.
7090
7091 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * paren.el (show-paren-data-function): New hook.
7094 (show-paren--default): New function, extracted from show-paren-function.
7095 (show-paren-function): Use show-paren-data-function.
7096
7097 2013-05-30 Glenn Morris <rgm@gnu.org>
7098
7099 * ielm.el (ielm-map, ielm-complete-symbol):
7100 Use completion-at-point rather than obsolete functions.
7101 (inferior-emacs-lisp-mode): Doc fix.
7102 Set completion-at-point-functions, rather than
7103 comint-dynamic-complete-functions.
7104
7105 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7106 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7107 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7108
7109 * image.el (image-animated-p): Tweak definition.
7110
7111 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7112 (rlogin-process-connection-type): Tweak default. Add set-after.
7113 (rlogin-host): Doc fix.
7114 (rlogin): Tweak prompt.
7115 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7116
7117 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7118 * progmodes/tcl.el (inferior-tcl-mode-map):
7119 Use completion-at-point rather than obsolete alias.
7120
7121 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7122
7123 * minibuffer.el (read-file-name-completion-ignore-case):
7124 Move before completion--in-region, for eager macro expansion.
7125
7126 2013-05-29 Juri Linkov <juri@jurta.org>
7127
7128 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7129 for total count of matching lines. Add `global-matches' for total
7130 count of matches. Rename `matches' to `lines' for count of
7131 matching lines. Add `matches' for count of matches.
7132 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7133 to `prev-line' for line number of prev match endpt.
7134 Increment `matches' for every match. Print the number of
7135 matching lines in the header.
7136 (occur-context-lines): Rename `lines' to `curr-line'.
7137 Rename `prev-lines' to `prev-line'. (Bug#14017)
7138
7139 2013-05-29 Juri Linkov <juri@jurta.org>
7140
7141 * replace.el (perform-replace): Add `skip-read-only-count',
7142 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7143 Increment them for corresponding conditions and report the number
7144 of skipped occurrences in the final message. (Bug#11746)
7145 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7146 (replace-string, replace-regexp): Doc fix.
7147
7148 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7151
7152 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7153 prog-mode-map (bug#14504).
7154
7155 2013-05-29 Leo Liu <sdl.web@gmail.com>
7156
7157 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7158 (octave-help): Small simplification.
7159
7160 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7161 off the highlight first.
7162
7163 2013-05-29 Glenn Morris <rgm@gnu.org>
7164
7165 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7166 Handle idlwave-last-system-routine-info-cons-cell being nil.
7167
7168 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7169 (idlwave-write-paths): Simplify via with-temp-buffer.
7170
7171 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7172 * emulation/cua-rect.el: Also load cua-base at run time.
7173
7174 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7175 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7176 (cperl-imenu-on-info): Require imenu.
7177
7178 2013-05-28 Alan Mackenzie <acm@muc.de>
7179
7180 Handle "capitalised keywords" correctly.
7181 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7182
7183 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
7184
7185 * eshell/em-unix.el: Add -r option to cp.
7186
7187 2013-05-28 Glenn Morris <rgm@gnu.org>
7188
7189 * vc/vc-arch.el (vc-exec-after): Declare.
7190 (vc-switches): Autoload.
7191 * vc/vc-bzr.el: No need to require vc when compiling.
7192 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7193 (vc-resynch-buffer, vc-dir-refresh): Declare.
7194 (vc-setup-buffer, vc-switches): Autoload.
7195 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7196 (vc-resynch-buffer): Declare.
7197 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7198 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7199 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7200 (grep-read-regexp, grep-read-files, grep-expand-template)
7201 (vc-dir-refresh): Declare.
7202 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7203 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7204 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7205 * vc/vc-mtn.el (vc-exec-after): Declare.
7206 (vc-switches): Autoload.
7207 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7208 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7209 (vc-file-tree-walk): Declare.
7210 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7211 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7212 (vc-tag-precondition, vc-rename-master): Autoload.
7213 * vc/vc-svn.el (vc-exec-after): Declare.
7214 (vc-switches, vc-setup-buffer): Autoload.
7215 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7216 Autoload.
7217 (vc-resynch-buffer): Declare.
7218
7219 * obsolete/fast-lock.el (byte-compile-warnings):
7220 Don't warn about obsolete features in this obsolete file.
7221
7222 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7223 Move definition before use.
7224
7225 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7226 (dun-unix-verbs): Remove dun-zippy.
7227 (dun-zippy): Remove function.
7228
7229 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7230
7231 2013-05-27 Juri Linkov <juri@jurta.org>
7232
7233 * replace.el (replace-search): New function with code moved out
7234 from `perform-replace'.
7235 (replace-highlight, replace-dehighlight): Move function definitions
7236 up closer to `replace-search'. (Bug#11746)
7237
7238 2013-05-27 Juri Linkov <juri@jurta.org>
7239
7240 * replace.el (perform-replace): Ignore invisible matches.
7241 In addition to checking `query-replace-skip-read-only', also
7242 filter out matches by calling `run-hook-with-args-until-failure'
7243 on `isearch-filter-predicates', and also check `search-invisible'
7244 for t or call `isearch-range-invisible'.
7245 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7246
7247 2013-05-27 Juri Linkov <juri@jurta.org>
7248
7249 * isearch.el (isearch-filter-predicates): Rename from
7250 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7251 (isearch-message-prefix): Display text from the property
7252 `isearch-message-prefix' of the currently active filters.
7253 (isearch-search): Don't compare `isearch-filter-predicate' with
7254 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7255 on `isearch-filter-predicates'. Also check `search-invisible' for t
7256 or call `isearch-range-invisible'.
7257 (isearch-filter-visible): Make obsolete.
7258 (isearch-lazy-highlight-search):
7259 Call `run-hook-with-args-until-failure' on
7260 `isearch-filter-predicates' and use `isearch-range-invisible'.
7261
7262 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7263 `isearch-filter-predicates' instead of `funcall'ing
7264 `isearch-filter-predicate'.
7265 (Info-mode): Set `Info-isearch-filter' to
7266 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7267
7268 * dired-aux.el (dired-isearch-filter-predicate-orig):
7269 Remove variable.
7270 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7271 (dired-isearch-filenames-end): Add and remove
7272 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7273 instead of changing the value of `isearch-filter-predicate'.
7274 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7275 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7276 Put property `isearch-message-prefix' to "filename " on
7277 `dired-isearch-filter-filenames'.
7278
7279 * wdired.el (wdired-change-to-wdired-mode):
7280 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7281 locally instead of changing `isearch-filter-predicate'.
7282 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7283
7284 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7285
7286 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7287 return the commit hash (Bug#14459). Also set the
7288 `vc-git-detached' property.
7289 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7290 (vc-git-mode-line-string): Use the same help-echo format whether
7291 in detached mode or not, because we know the actual revision now.
7292 When in detached mode, shorten the revision to 7 chars.
7293
7294 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * emacs-lisp/easy-mmode.el (define-minor-mode):
7297 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7298 mode hook and provide a docstring.
7299
7300 2013-05-27 Alan Mackenzie <acm@muc.de>
7301
7302 Remove spurious syntax-table text properties inserted by C-y.
7303 * progmodes/cc-mode.el (c-after-change): Also clear hard
7304 syntax-table property with value nil.
7305
7306 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
7307
7308 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7309 when reading the events; the buffer layout shall not be changed.
7310
7311 2013-05-27 Leo Liu <sdl.web@gmail.com>
7312
7313 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7314 New variable.
7315 (inferior-octave-directory-tracker): Automatically re-sync
7316 default-directory.
7317 (octave-help): Improve handling of 'See also'.
7318
7319 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * doc-view.el: Minor naming convention tweaks.
7322 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7323
7324 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7325 even if there's no `display' property yet (bug#14435).
7326
7327 2013-05-25 Eli Zaretskii <eliz@gnu.org>
7328
7329 * subr.el (unmsys--file-name): Rename from reveal-filename.
7330
7331 * Makefile.in (custom-deps, finder-data, autoloads)
7332 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7333 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7334 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7335
7336 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7339 error-completion on the first 2 args of condition-case (bug#14446).
7340 Don't burp at EOB.
7341
7342 2013-05-25 Leo Liu <sdl.web@gmail.com>
7343
7344 * comint.el (comint-previous-matching-input): Do not flood the
7345 *Messages* buffer with trivial messages.
7346
7347 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * progmodes/flymake.el (flymake-nop): Don't return a string.
7350 (flymake-set-at): Fix typo.
7351
7352 * simple.el (read--expression): New function, extracted from
7353 eval-expression. Set completion-at-point-functions (bug#14465).
7354 (eval-expression, eval-minibuffer): Use it.
7355
7356 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7357
7358 * progmodes/flymake.el (flymake-save-buffer-in-file)
7359 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7360 (flymake-selected-frame, flymake-log, flymake-ins-after)
7361 (flymake-set-at, flymake-get-buildfile-from-cache)
7362 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7363 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7364 Refine the doc string.
7365 (flymake-get-file-name-mode-and-masks): Reformat.
7366 (flymake-get-real-file-name-function): Fix a minor bug.
7367
7368 2013-05-24 Juri Linkov <juri@jurta.org>
7369
7370 * progmodes/grep.el (grep-mode-font-lock-keywords):
7371 Support =linenumber= format used by git-grep for lines with
7372 function names. (Bug#13549)
7373
7374 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7377 0 after a semi-colon; it works better for smie-auto-fill.
7378 (octave--indent-new-comment-line): New function.
7379 (octave-indent-new-comment-line): Use it (indirectly).
7380 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7381 modify comment-line-break-function.
7382
7383 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7384 (smie-setup): Use add-function to set it.
7385
7386 2013-05-24 Sam Steingold <sds@gnu.org>
7387
7388 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7389 argument (before the `interactive' argument).
7390
7391 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * image-mode.el (image-mode-winprops): Add winprops to
7394 image-mode-winprops-alist before running
7395 image-mode-new-window-functions.
7396 * doc-view.el (doc-view-new-window-function): Don't delay
7397 doc-view-goto-page via timers (bug#14435).
7398
7399 2013-05-24 Tassilo Horn <tsdh@gnu.org>
7400
7401 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7402 (doc-view-desktop-save-buffer): New function.
7403 (doc-view-restore-desktop-buffer): New function.
7404 (desktop-buffer-mode-handlers):
7405 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
7406 handler.
7407 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7408 `desktop-save-buffer' function.
7409
7410 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
7411
7412 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7413 (tramp-gvfs-file-name-handler): Raise a user error when
7414 `tramp-gvfs-enabled' is nil.
7415 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7416 Do not raise a user error when loading package. (Bug#14447)
7417
7418 * net/xesam.el: Move to obsolete/.
7419
7420 2013-05-24 Glenn Morris <rgm@gnu.org>
7421
7422 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7423
7424 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7425
7426 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7427 (Info-find-node, Man-getpage-in-background): Declare.
7428
7429 * mail/unrmail.el (unrmail):
7430 Replace obsolete detect-coding-with-priority.
7431
7432 * net/socks.el (socks-split-string): Use this rather than split-string.
7433 (socks-nslookup-host): Update for above change.
7434 (dynamic-choice, s5-dynamic-choice-match)
7435 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7436 Comment out unused code.
7437
7438 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7439 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7440 (gud-tooltip-echo-area): Make obsolete.
7441 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7442
7443 * progmodes/js.el (js--optimize-arglist): Declare.
7444
7445 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7446
7447 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7448 (ediff-window-C): Declare.
7449
7450 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7451 Tweak requires to silence compiler.
7452
7453 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7454 (he-search-string, he-tried-table, he-expand-list)
7455 (he-init-string, he-string-member, he-substitute-string)
7456 (he-reset-string): Declare.
7457
7458 * obsolete/options.el (list-options): Use custom-variable-p,
7459 rather than obsolete alias.
7460
7461 2013-05-23 Sam Steingold <sds@gnu.org>
7462
7463 * simple.el (shell-command-on-region): Pass the `replace' argument
7464 down to `call-process-region' to comply with the doc as reported on
7465 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7466
7467 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * emacs-lisp/smie.el (smie-indent-forward-token)
7470 (smie-indent-backward-token): Handle string tokens (bug#14381).
7471
7472 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7473
7474 * ielm.el (ielm-menu): New menu.
7475 (inferior-emacs-lisp-mode): Set comment-start.
7476
7477 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7478
7479 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7480 Fix deactivate action.
7481
7482 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7483 Add cleveref macros.
7484
7485 * lisp/textmodes/reftex-parse.el
7486 (reftex-locate-bibliography-files): Accept options for
7487 bibliography commands.
7488 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7489 Add addbibresource. Basic Biblatex support.
7490
7491 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
7492
7493 * net/tramp-gvfs.el (top):
7494 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7495 when loading package. (Bug#14447)
7496
7497 2013-05-23 Glenn Morris <rgm@gnu.org>
7498
7499 * progmodes/js.el: No need to load comint when compiling.
7500 (ring-insert, comint-send-string, comint-send-input)
7501 (comint-last-input-end, ido-chop): Declare.
7502
7503 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7504 * vc/ediff-mult.el: Adjust requires.
7505 (ediff-directories-internal, ediff-directory-revisions-internal)
7506 (ediff-patch-file-internal): Declare.
7507 * vc/ediff-ptch.el: Adjust requires.
7508 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7509 (ediff-find-file): Autoload.
7510 * vc/ediff-util.el: No need to load ediff when compiling.
7511 (ediff-regions-internal): Declare.
7512 * vc/ediff-wind.el: Adjust requires.
7513 (ediff-compute-toolbar-width): Define when compiling.
7514 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7515 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7516 (dired-get-filename, dired-get-marked-files)
7517 (ediff-last-dir-patch, ediff-patch-default-directory)
7518 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7519 (ediff-patch-buffer-internal): Declare.
7520
7521 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7522 (ispell-process, ispell-buffer-local-words, lm-summary)
7523 (lm-section-start, lm-section-end): Declare.
7524 (checkdoc-ispell-init): Simplify.
7525
7526 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7527 (he-string-member, he-reset-string, he-substitute-string): Declare.
7528
7529 * eshell/em-ls.el: Adjust requires.
7530 (eshell-glob-regexp): Declare.
7531 * eshell/em-tramp.el: Adjust requires.
7532 (eshell-parse-command): Autoload.
7533 * eshell/em-xtra.el: Adjust requires.
7534 (eshell-parse-command): Autoload.
7535 * eshell/esh-ext.el: Adjust requires.
7536 (eshell-parse-command, eshell-close-handles): Autoload.
7537 * eshell/esh-io.el: Adjust requires.
7538 (eshell-output-filter): Autoload.
7539 * eshell/esh-util.el: No need to load tramp when compiling.
7540 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7541 Declare.
7542 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7543 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7544 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7545 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7546 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7547 * eshell/esh-opt.el, eshell/esh-proc.el:
7548 * eshell/esh-var.el: Adjust requires.
7549 * eshell/eshell.el: Do not require esh-util twice.
7550 (eshell-add-input-to-history): Declare.
7551 (eshell-command): Check history module is active before using it.
7552
7553 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7554
7555 2013-05-22 Leo Liu <sdl.web@gmail.com>
7556
7557 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7558
7559 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
7560
7561 * autorevert.el (auto-revert-notify-add-watch)
7562 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7563 it indicates changes in file modification time.
7564
7565 2013-05-22 Glenn Morris <rgm@gnu.org>
7566
7567 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7568 Always delete the autoloaded function from the noruntime and
7569 unresolved functions lists.
7570
7571 * allout.el: No need to load epa, epg, overlay when compiling.
7572 (epg-context-set-passphrase-callback, epg-list-keys)
7573 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7574 (epg-key-user-id-list): Declare.
7575
7576 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7577 (viper-set-parsing-style-toggling-macro)
7578 (viper-set-emacs-state-searchstyle-macros):
7579 Use called-interactively-p on Emacs.
7580 (viper-looking-back): Make it an obsolete alias. Update callers.
7581 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7582 Use looking-back rather than viper-looking-back.
7583 (viper-tmp-insert-at-eob, viper-enlarge-region)
7584 (viper-read-string-with-history, viper-register-to-point)
7585 (viper-append-to-register, viper-change-state-to-vi)
7586 (viper-backward-char-carefully, viper-forward-char-carefully)
7587 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7588 (viper-change-state-to-emacs): Declare.
7589 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7590 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7591 * emulation/viper-mous.el: Do not load viper-cmd.
7592 (viper-backward-char-carefully, viper-forward-char-carefully)
7593 (viper-forward-word, viper-adjust-window): Declare.
7594
7595 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7596
7597 * progmodes/idlw-help.el (idlwave-help-fontify):
7598 Use called-interactively-p.
7599
7600 * term/w32console.el (w32-get-console-codepage)
7601 (w32-get-console-output-codepage): Declare.
7602
7603 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7604 Remove unnecessary declarations.
7605 (dframe-message): Doc fix.
7606
7607 * info.el (dframe-select-attached-frame, dframe-current-frame):
7608 Declare.
7609
7610 * speedbar.el (speedbar-message): Make it an obsolete alias.
7611 Update all callers.
7612 (speedbar-with-attached-buffer)
7613 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7614 (speedbar-with-writable): Use backquote.
7615 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7616 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7617 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7618 rather than speedbar- aliases.
7619 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7620 (speedbar-make-specialized-keymap, speedbar-insert-button)
7621 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7622 (speedbar-do-function-pointer): Declare.
7623 (rmail-speedbar-button, rmail-speedbar-find-file)
7624 (rmail-speedbar-move-message):
7625 Use dframe-with-attached-buffer rather than speedbar- alias.
7626 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7627 (dframe-message, speedbar-make-specialized-keymap)
7628 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7629 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7630 (speedbar-insert-button, dframe-select-attached-frame)
7631 (dframe-maybee-jump-to-attached-frame)
7632 (speedbar-change-initial-expansion-list)
7633 (speedbar-previously-used-expansion-list-name): Declare.
7634 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7635 Use dframe-message, dframe-with-attached-buffer rather than
7636 speedbar- aliases.
7637 (gud-sentinel): Silence compiler.
7638 * progmodes/vhdl-mode.el (speedbar-refresh)
7639 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7640 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7641 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7642 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7643 (speedbar-file-lists, speedbar-make-tag-line)
7644 (speedbar-line-directory, speedbar-goto-this-file)
7645 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7646 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7647 (speedbar-make-button, speedbar-reset-scanners)
7648 (speedbar-files-item-info, speedbar-line-text)
7649 (speedbar-find-file-in-frame, speedbar-set-timer)
7650 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7651 (speedbar-with-writable): Do not (re)define it.
7652 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7653 rather than speedbar- alias.
7654
7655 2013-05-21 Leo Liu <sdl.web@gmail.com>
7656
7657 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7658 menu items.
7659 (octave-mode): Tweak fill-nobreak-predicate.
7660 (inferior-octave-startup): Check process to avoid infinite loop.
7661 (inferior-octave): Pop to buffer first to show abornmal process
7662 exit information.
7663
7664 2013-05-21 Glenn Morris <rgm@gnu.org>
7665
7666 * printing.el (pr-menu-bar): Define when compiling.
7667
7668 2013-05-21 Leo Liu <sdl.web@gmail.com>
7669
7670 * progmodes/octave.el (octave-auto-fill): Remove.
7671 (octave-indent-new-comment-line): Improve.
7672 (octave-mode): Use auto fill mode through
7673 comment-line-break-function and fill-nobreak-predicate.
7674 (octave-goto-function-definition): Support DEFUN_DLD.
7675 (octave-beginning-of-defun): Small tweak.
7676 (octave-help): Show parent directory.
7677
7678 2013-05-21 Glenn Morris <rgm@gnu.org>
7679
7680 * files.el (dired-unmark):
7681 * progmodes/gud.el (gdb-input): Update declarations.
7682
7683 * calculator.el (electric, ehelp): No need to load when compiling.
7684 (Electric-command-loop, electric-describe-mode): Declare.
7685
7686 * doc-view.el (doc-view-current-converter-processes): Move before use.
7687
7688 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7689 Move MODE-set-explicitly definition before use.
7690
7691 * international/mule-diag.el (mule-diag):
7692 Don't use obsolete window-system-version.
7693
7694 * mail/feedmail.el (smtpmail): No need to load when compiling.
7695 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7696
7697 * mail/mail-utils.el (rfc822): No need to load when compiling.
7698 (rfc822-addresses): Autoload it.
7699 (mail-strip-quoted-names): Trivial simplification.
7700
7701 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7702 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7703
7704 * net/snmp-mode.el (tempo): Don't duplicate requires.
7705
7706 * progmodes/prolog.el (info): No need to load when compiling.
7707 (comint): Require before shell requires it.
7708 (Info-goto-node): Autoload it.
7709 (Info-follow-nearest-node): Declare.
7710 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7711
7712 * textmodes/artist.el (picture-mode-exit): Declare.
7713
7714 * textmodes/reftex-parse.el (reftex-parse-from-file):
7715 Trivial rewrite so the compiler can parse it better.
7716
7717 2013-05-20 Leo Liu <sdl.web@gmail.com>
7718
7719 * progmodes/octave.el (octave-help-mode-map)
7720 (octave-help-mode-finish-hook): New variables.
7721 (octave-help-mode, octave-help-mode-finish): New functions.
7722 (octave-help): Use octave-help-mode.
7723
7724 2013-05-20 Glenn Morris <rgm@gnu.org>
7725
7726 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7727
7728 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7729
7730 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7731 start at point, so that expansion starting right after opening
7732 slash in a regexp is recognized.
7733 (ruby-syntax-before-regexp-re): New defvar, extracted from
7734 ruby-syntax-propertize-function. Since the value of this regexp
7735 is looked up at runtime now, we should be able to turn
7736 `ruby-syntax-methods-before-regexp' into a defcustom later.
7737 (ruby-syntax-propertize-function): Split regexp matching into two
7738 parts, for opening and closing slashes. That allows us to skip
7739 over string interpolations and support multiline regexps.
7740 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7741 for them, which calls `ruby-syntax-propertize-expansion'.
7742 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7743 call to `ruby-syntax-propertize-function'.
7744 (ruby-syntax-propertize-expansion): Extracted from
7745 `ruby-syntax-propertize-expansions'. Handles one expansion.
7746 (ruby-syntax-propertize-percent-literal): Leave point right after
7747 the percent symbol, so that the expression expansion rule can
7748 propertize the contents.
7749 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7750 heredoc openers.
7751 (ruby-syntax-propertize-expansions): Remove.
7752
7753 2013-05-18 Juri Linkov <juri@jurta.org>
7754
7755 * man.el (Man-default-man-entry): Remove `-' from the end
7756 of the default value. (Bug#14400)
7757
7758 2013-05-18 Glenn Morris <rgm@gnu.org>
7759
7760 * comint.el (comint-password-prompt-regexp):
7761 Allow "password for XXX" where XXX contains colons (eg https://...).
7762
7763 2013-05-18 Leo Liu <sdl.web@gmail.com>
7764
7765 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
7766 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
7767 (octave-source-directories): Don't check process.
7768 (octave-source-directories, octave-find-definition): Doc fix.
7769
7770 2013-05-18 Glenn Morris <rgm@gnu.org>
7771
7772 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7773 Remove backspace/delete bindings. (Bug#14392)
7774
7775 * cus-dep.el (custom-make-dependencies): Sort the output.
7776 (custom-versions-load-alist): Convert comment to doc.
7777
7778 2013-05-17 Leo Liu <sdl.web@gmail.com>
7779
7780 * newcomment.el (comment-search-backward): Stricter in finding
7781 comment start. (Bug#14303)
7782
7783 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7784 (octave-comment-start-skip): Properly anchored.
7785
7786 2013-05-17 Leo Liu <sdl.web@gmail.com>
7787
7788 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7789 Clean up when turned off. (Bug#14395)
7790 (smie--highlight-matching-block-overlay): No longer buffer-local.
7791 (smie-highlight-matching-block): Adjust.
7792
7793 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7794
7795 Doc string fix for "nanoseconds" (Bug#14406).
7796 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7797 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7798
7799 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7800
7801 * calc/calc-units.el (math-extract-units): Preserve powers
7802 of units.
7803
7804 2013-05-17 Leo Liu <sdl.web@gmail.com>
7805
7806 * subr.el (delete-consecutive-dups): New function.
7807 * ido.el (ido-set-matches-1): Use it.
7808 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7809 * ido.el (ido-remove-consecutive-dups): Remove.
7810
7811 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7814 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7815 regexp-opt's `words'.
7816
7817 2013-05-16 Leo Liu <sdl.web@gmail.com>
7818
7819 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
7820 (smie--highlight-matching-block-overlay)
7821 (smie--highlight-matching-block-lastpos)
7822 (smie--highlight-matching-block-timer): New variables.
7823 (smie-highlight-matching-block): New function.
7824 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
7825 (smie-setup): Conditionally enable smie-blink-matching-open.
7826
7827 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
7828
7829 Sync with upstream verilog-mode r840.
7830 * progmodes/verilog-mode.el (verilog-mode-version)
7831 (verilog-mode-release-date): Update.
7832 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7833 (verilog-sig-tieoff): Fix string error on
7834 AUTORESET with colon define, bug594. Reported by Andrew Hou.
7835 (verilog-read-decls): Fix parameters confusing
7836 AUTOINST interfaces, bug565. Reported by Leith Johnson.
7837
7838 2013-05-16 Eli Zaretskii <eliz@gnu.org>
7839
7840 * subr.el (reveal-filename): New function.
7841
7842 * loadup.el: Compute Emacs executable versions on MS-Windows,
7843 where executables have the .exe extension. Add a hard link
7844 emacs-XX.YY.ZZ.exe on MS-Windows.
7845
7846 * Makefile.in (XARGS_LIMIT): New variable.
7847 (custom-deps, finder-data, autoloads)
7848 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7849 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7850 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
7851 (compile-main): Limit xargs according to $(XARGS_LIMIT).
7852
7853 2013-05-16 Leo Liu <sdl.web@gmail.com>
7854
7855 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
7856 (octave-mode-menu, octave-mode-map): Remove its uses.
7857
7858 2013-05-16 Reto Zimmermann <reto@gnu.org>
7859
7860 Sync with upstream vhdl mode v3.34.2.
7861 * progmodes/vhdl-mode.el: Use `push' throughout.
7862 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
7863 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
7864 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
7865 (vhdl-actual-generic-name): New option to derive actual generic name.
7866 (vhdl-port-paste-signals): Replace formal by actual generics.
7867 (vhdl-beautify): New name for old group vhdl-align. Update users.
7868 (vhdl-beautify-options): New option.
7869 (vhdl-last-input-event): New compat alias. Use throughout.
7870 (vhdl-goto-line): Replace user level function `goto-line'.
7871 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
7872 vhdl-fix-statement-buffer.
7873 (vhdl-create-mode-menu): Add some entries.
7874 (vhdl-align-region-groups): Respect vhdl-beautify-options.
7875 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
7876 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
7877 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
7878 to force statements on one line.
7879 (vhdl-remove-trailing-spaces-region):
7880 New, split from vhdl-remove-trailing-spaces.
7881 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
7882 Respect vhdl-beautify-options.
7883 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
7884 (vhdl-update-sensitivity-list): Not add with index if exists without.
7885 Not include array index with signal. Ignore keywords in comments.
7886 (vhdl-get-visible-signals): Regexp tweaks.
7887 (vhdl-template-component-inst): Handle empty library.
7888 (vhdl-template-type): Add template for 'enum' type.
7889 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
7890 Use vhdl-replace-string.
7891 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
7892 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
7893 (vhdl-speedbar-initialize): Update for above name change.
7894 (vhdl-compose-wire-components): Fix in handling of constants.
7895 (vhdl-error-regexp-emacs-alist): New variable.
7896 (vhdl-error-regexp-add-emacs): New function;
7897 adds support for new compile.el (Emacs 22+)
7898 (vhdl-generate-makefile-1): Change target order for single lib. units.
7899 Allow use of absolute file names.
7900
7901 2013-05-16 Leo Liu <sdl.web@gmail.com>
7902
7903 * simple.el (prog-indent-sexp): Indent enclosing defun.
7904
7905 2013-05-15 Glenn Morris <rgm@gnu.org>
7906
7907 * cus-start.el (show-trailing-whitespace): Move to editing basics.
7908 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7909 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7910 (whitespace-highlight): Move to whitespace group.
7911
7912 * comint.el (comint-source):
7913 * pcmpl-linux.el (pcmpl-linux):
7914 * shell.el (shell-faces):
7915 * eshell/esh-opt.el (eshell-opt):
7916 * international/ccl.el (ccl): Remove empty custom groups.
7917
7918 * completion.el (dynamic-completion-mode):
7919 * jit-lock.el (jit-lock-debug-mode):
7920 * minibuffer.el (completion-in-region-mode):
7921 * type-break.el (type-break-mode-line-message-mode)
7922 (type-break-query-mode):
7923 * emulation/tpu-edt.el (tpu-edt-mode):
7924 * progmodes/subword.el (global-subword-mode, global-superword-mode):
7925 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7926 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7927
7928 * term/xterm.el (xterm): Change parent group to terminals.
7929
7930 * master.el (master): Remove empty custom group.
7931 (master-mode): Remove unused :group argument.
7932 * textmodes/refill.el (refill): Remove empty custom group.
7933 (refill-mode): Remove unused :group argument.
7934
7935 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7936
7937 * cus-dep.el: Provide a feature.
7938 (custom-make-dependencies): Ignore dotfiles (dir-locals).
7939 Don't mistakenly ignore files whose basenames match a basename
7940 from preloaded-file-list (eg cedet/ede/simple.el).
7941 Add a fallback method for getting :group.
7942
7943 2013-05-15 Juri Linkov <juri@jurta.org>
7944
7945 * isearch.el (isearch-char-by-name): Rename from
7946 `isearch-insert-char-by-name'. Doc fix.
7947 (isearch-forward): Mention `isearch-char-by-name' in
7948 the docstring. (Bug#13348)
7949
7950 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7951 `exit-minibuffer' instead of
7952 `isearch-nonincremental-exit-minibuffer'.
7953 (isearch-edit-string): Remove mention of
7954 `isearch-nonincremental-exit-minibuffer' from docstring.
7955 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7956 (isearch-forward-exit-minibuffer)
7957 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
7958
7959 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7960
7961 * loadup.el: Just use unversioned DOC.
7962
7963 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7964 literals as extending to EOB.
7965 (nxml-last-fontify-end): Remove unused variable.
7966 (nxml-after-change1): Use with-silent-modifications.
7967 (nxml-extend-after-change-region): Simplify.
7968 (nxml-extend-after-change-region1): Remove function.
7969 (nxml-after-change1): Don't adjust for dependent regions.
7970 (nxml-fontify-matcher): Simplify.
7971 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7972 (xmltok-add-dependent): Remove function.
7973 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7974 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7975 (xmltok-scan-prolog-after-processing-instruction-open): Treat
7976 unclosed <[[, <?, comment, and other literals as extending to EOB.
7977 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7978 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7979 Remove functions.
7980 (rng-do-some-validation-1): Don't mark dependent regions.
7981 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7982 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7983 (nxml-clear-dependent-regions): Remove functions.
7984 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7985 (nxml-ensure-scan-up-to-date):
7986 Don't clear&mark dependent regions.
7987
7988 2013-05-15 Leo Liu <sdl.web@gmail.com>
7989
7990 * progmodes/octave.el (octave-goto-function-definition):
7991 Improve and fix callers.
7992
7993 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7996 the setter (bug#14387).
7997
7998 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7999 surrounding group (bug#14402).
8000
8001 2013-05-14 Juri Linkov <juri@jurta.org>
8002
8003 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8004 (Bug#14390)
8005
8006 2013-05-14 Glenn Morris <rgm@gnu.org>
8007
8008 * progmodes/f90.el (f90-imenu-generic-expression):
8009 Fix typo in 2013-05-08 change. (Bug#14402)
8010
8011 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8012
8013 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8014 Remove signals for which replies are never received.
8015
8016 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8017
8018 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8019 (gdb-handler-alist, gdb-handler-number): Remove variables.
8020 (gdb-handler-list): New variable.
8021 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8022 (gdb-pending-handler-p, gdb-handle-reply)
8023 (gdb-remove-all-pending-triggers): New functions.
8024 (gdb-discard-unordered-replies): New defcustom.
8025 (gdb-handler): New defstruct.
8026 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8027 instead of gdb-pending-triggers. Update docstring.
8028 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8029 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8030 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8031 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8032 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8033 (gdb-frame-handler): Pending triggers are now automatically managed.
8034 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8035 Remove argument.
8036 (gdb-input): Automatically handles pending triggers. Update docstring.
8037 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8038 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8039 Update comments.
8040 (gdb-done-or-error): Now use gdb-handle-reply.
8041
8042 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8043
8044 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8045 gdb-debug-log.
8046
8047 2013-05-14 Glenn Morris <rgm@gnu.org>
8048
8049 * subr.el (user-emacs-directory-warning): New option.
8050 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8051
8052 2013-05-14 Leo Liu <sdl.web@gmail.com>
8053
8054 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8055 during redisplay.
8056 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8057 (octave-font-lock-texinfo-comment): Fix invalid search bound
8058 error: wrong side of point.
8059
8060 2013-05-14 Glenn Morris <rgm@gnu.org>
8061
8062 * progmodes/flymake.el (flymake-xml-program): New option.
8063 (flymake-xml-init): Use it.
8064
8065 * term/xterm.el: Provide a feature.
8066
8067 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
8068
8069 2013-05-13 Glenn Morris <rgm@gnu.org>
8070
8071 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8072 Add compat aliases as a hack workaround. (Bug#14384)
8073
8074 2013-05-13 Leo Liu <sdl.web@gmail.com>
8075
8076 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8077 ###, and %!.
8078 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8079 C-M-q.
8080 (octave-comment-start-skip): Include %!.
8081 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8082
8083 2013-05-12 Leo Liu <sdl.web@gmail.com>
8084
8085 * progmodes/octave.el (inferior-octave-startup): Store the value
8086 of __octave_srcdir__ for octave-source-directories.
8087 (inferior-octave-check-process): New function refactored out of
8088 inferior-octave-send-list-and-digest.
8089 (octave-source-directories)
8090 (octave-find-definition-filename-function): New variables.
8091 (octave-source-directories)
8092 (octave-find-definition-default-filename): New functions.
8093 (octave-find-definition): Improve to find functions implemented in C++.
8094
8095 2013-05-12 Glenn Morris <rgm@gnu.org>
8096
8097 * calendar/diary-lib.el (diary-outlook-format-1):
8098 Don't include dayname in the output. (Bug#14349)
8099
8100 2013-05-11 Glenn Morris <rgm@gnu.org>
8101
8102 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8103
8104 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8105 Treat cc-provide like provide.
8106
8107 2013-05-11 Kevin Ryde <user42@zip.com.au>
8108
8109 * cus-dep.el (custom-make-dependencies):
8110 Use generated-autoload-load-name for the sake of files such
8111 such cedet/semantic/bovine/c.el, where the base file name
8112 is not in load-path. (Bug#5277)
8113
8114 2013-05-11 Glenn Morris <rgm@gnu.org>
8115
8116 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8117 Provide features.
8118
8119 2013-05-11 Leo Liu <sdl.web@gmail.com>
8120
8121 * progmodes/octave.el (octave-indent-comment): Improve.
8122 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8123 (octave-eldoc-function-signatures, octave-eldoc-function):
8124 New functions.
8125 (octave-mode, inferior-octave-mode): Add eldoc support.
8126
8127 2013-05-11 Richard Stallman <rms@gnu.org>
8128
8129 * epa.el (epa-decrypt-file): Take output file name as argument
8130 and read it using `interactive'.
8131
8132 2013-05-11 Leo Liu <sdl.web@gmail.com>
8133
8134 * progmodes/octave.el (octave-beginning-of-line)
8135 (octave-end-of-line): Check before using up-list because it jumps
8136 out of more syntactic contructs since moving to smie.
8137 (octave-indent-comment): New function.
8138 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
8139 (octave-begin-keywords, octave-end-keywords)
8140 (octave-reserved-words, octave-smie-bnf-table)
8141 (octave-smie-rules): Add new keywords from Octave 3.6.4.
8142
8143 2013-05-11 Glenn Morris <rgm@gnu.org>
8144
8145 * faces.el (internal-face-x-get-resource):
8146 * frame.el (ns-display-monitor-attributes-list):
8147 * calc/calc-aent.el (math-to-radians-2):
8148 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8149 Fix declarations.
8150
8151 * calc/calc-menu.el: Make it loadable in isolation.
8152
8153 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8154 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8155 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8156 (eudc-bbdb-query-internal): Require 'bbdb.
8157
8158 * lpr.el (lpr-headers-switches):
8159 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8160
8161 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8162
8163 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8164
8165 * term.el (term-set-escape-char): Make it idempotent.
8166
8167 2013-05-10 Leo Liu <sdl.web@gmail.com>
8168
8169 * progmodes/octave.el (inferior-octave-completion-table):
8170 No longer a function and all uses changed. Use cache to speed up
8171 completion due to bug#11906.
8172 (octave-beginning-of-defun): Re-write to be more general.
8173
8174 2013-05-10 Glenn Morris <rgm@gnu.org>
8175
8176 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8177
8178 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * comint.el (comint-redirect-send-command-to-process): Use :around
8181 rather than :override for comint-redirect-filter.
8182 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8183 Call it instead of comint-redirect-original-filter-function (which
8184 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8185
8186 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8187
8188 * frame.el (display-monitor-attributes-list): Add NS case.
8189 (ns-display-monitor-attributes-list): Declare.
8190
8191 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
8192
8193 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8194
8195 2013-05-09 Glenn Morris <rgm@gnu.org>
8196
8197 * international/fontset.el (vertical-centering-font-regexp):
8198 Set standard-value.
8199
8200 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8201
8202 * bookmark.el (bookmark-search-delay):
8203 * cus-start.el (vertical-centering-font-regexp):
8204 * ps-mule.el (ps-mule-font-info-database-default):
8205 * ps-print.el (ps-default-fg, ps-default-bg):
8206 * type-break.el (type-break-good-break-interval):
8207 * whitespace.el (whitespace-indentation-regexp)
8208 (whitespace-space-after-tab-regexp):
8209 * emacs-lisp/testcover.el (testcover-1value-functions)
8210 (testcover-noreturn-functions, testcover-progn-functions)
8211 (testcover-prog1-functions):
8212 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8213 * eshell/em-glob.el (eshell-glob-translate-alist):
8214 * play/tetris.el (tetris-tty-colors):
8215 * progmodes/cpp.el (cpp-face-default-list):
8216 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8217 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8218 (idlwave-help-browser-generic-args):
8219 * progmodes/make-mode.el (makefile-special-targets-list):
8220 * progmodes/python.el (python-shell-virtualenv-path):
8221 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8222 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8223 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8224 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8225 * textmodes/reftex-vars.el (reftex-format-label-function):
8226 * textmodes/remember.el (remember-diary-file): Fix custom types.
8227
8228 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8229 Add :version.
8230
8231 2013-05-09 Leo Liu <sdl.web@gmail.com>
8232
8233 * progmodes/octave.el (inferior-octave-completion-at-point):
8234 Restore file completion. (Bug#14300)
8235 (inferior-octave-startup): Fix incorrect highlighting for the
8236 first prompt.
8237
8238 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * progmodes/ruby-mode.el: First cut at SMIE support.
8241 (ruby-use-smie): New var.
8242 (ruby-smie-grammar): New constant.
8243 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8244 (ruby-smie--forward-token, ruby-smie--backward-token)
8245 (ruby-smie-rules): New functions.
8246 (ruby-mode-variables): Setup SMIE if applicable.
8247
8248 2013-05-08 Eli Zaretskii <eliz@gnu.org>
8249
8250 * simple.el (line-move-visual): Signal beginning/end of buffer
8251 only if vertical-motion moved less than it was requested. Avoids
8252 silly incorrect error messages when there are display strings with
8253 multiple newlines at EOL.
8254
8255 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8258 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8259 (prolog-char-quote-workaround):
8260 * progmodes/cperl-mode.el (cperl-under-as-char):
8261 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8262 Mark as obsolete.
8263 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8264 their declaration.
8265 (vhdl-mode-syntax-table-init): Remove.
8266
8267 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8268 last change.
8269
8270 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8271 syntax for "_".
8272 (ld-script-font-lock-keywords):
8273 Change regexps to use things like \_< and \_>.
8274
8275 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8276 Change all regexps to use things like \_< and \_>.
8277
8278 * progmodes/autoconf.el (autoconf-definition-regexp)
8279 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8280 Handle a _ with symbol syntax.
8281 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8282
8283 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8284 Consolidate declaration.
8285 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8286 the declaration.
8287 (ada-create-syntax-table): Remove.
8288 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8289 already has the right syntax nowadays.
8290 (ada-goto-next-word): Don't change the syntax of "_".
8291
8292 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8293 with-wrapper-hook.
8294
8295 2013-05-08 Sam Steingold <sds@gnu.org>
8296
8297 * thingatpt.el (thing-at-point): Accept optional second argument
8298 NO-PROPERTIES to strip the text properties from the return value.
8299 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8300 to `thing-at-point' instead of stripping the properties ourselves.
8301 Also, when `thing-at-point' fails to find a url, prepend "http://"
8302 to the filename at point on the assumption that the user is
8303 pointing at something like gnu.org/gnu.
8304
8305 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8306
8307 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8308 * faces.el (crm-separator):
8309 Silence byte-compiler.
8310
8311 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8312 (tool-bar-map): Remove unneeded defvars.
8313
8314 2013-05-08 Leo Liu <sdl.web@gmail.com>
8315
8316 Re-work a fix for bug#10994 based on Le Wang's patch.
8317 * ido.el (ido-remove-consecutive-dups): New helper.
8318 (ido-completing-read): Use it.
8319 (ido-chop): Revert fix for bug#10994.
8320
8321 2013-05-08 Adam Spiers <emacs@adamspiers.org>
8322
8323 * cus-edit.el (custom-save-variables):
8324 Pretty-print long values. (Bug#14187)
8325
8326 2013-05-08 Glenn Morris <rgm@gnu.org>
8327
8328 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8329 (m4-mode-syntax-table): Init in the defvar.
8330 (m4-mode-abbrev-table): Let define-derived-mode define it.
8331
8332 2013-05-08 Tom Tromey <tromey@redhat.com>
8333
8334 * progmodes/m4-mode.el (m4-mode-syntax-table):
8335 Do not treat "_" as word constituent. (Bug#14167)
8336
8337 2013-05-07 Glenn Morris <rgm@gnu.org>
8338
8339 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8340 Remove explicit eshell-isearch-cancel-map.
8341
8342 * progmodes/f90.el (f90-smart-end-names): New option.
8343 (f90-smart-end): Doc fix.
8344 (f90-end-block-optional-name): New constant.
8345 (f90-block-match): Respect f90-smart-end-names.
8346
8347 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8350 about implicit semi-colons (bug#14218).
8351
8352 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8353
8354 * frame.el (display-monitor-attributes-list)
8355 (frame-monitor-attributes): New functions.
8356
8357 2013-05-06 Leo Liu <sdl.web@gmail.com>
8358
8359 * progmodes/octave.el (octave-syntax-propertize-function): Change
8360 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8361 (octave-font-lock-keywords): Use octave-operator-regexp.
8362 (octave-completion-at-point): Rename from
8363 octave-completion-at-point-function.
8364 (inferior-octave-directory-tracker): Robustify.
8365 (octave-text-functions): Remove and fix its uses. No such things
8366 any more.
8367
8368 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * emacs-lisp/trace.el (trace--display-buffer): New function.
8371 (trace-make-advice): Use it.
8372
8373 2013-05-06 Juri Linkov <juri@jurta.org>
8374
8375 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8376 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8377 Doc fix.
8378 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8379 in the help string. (Bug#12985)
8380
8381 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8382
8383 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8384
8385 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8386
8387 * progmodes/perl-mode.el: Add support for here documents.
8388 (perl-syntax-propertize-function): Match here-doc markers.
8389 (perl-syntax-propertize-special-constructs): Find their end.
8390 (perl-imenu-generic-expression): Use [:alnum:].
8391
8392 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8393 (advice--add-function): Refresh the advice if already present
8394 (bug#14317).
8395
8396 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
8397
8398 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8399
8400 2013-05-06 Glenn Morris <rgm@gnu.org>
8401
8402 * w32-fns.el (w32-charset-info-alist): Declare.
8403
8404 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8405 of its defcustom properties.
8406 (eshell-cmpl-initialize): No need to load pcomplete.
8407
8408 * generic-x.el: No need to require comint when compiling.
8409
8410 * net/eudc-export.el: Make it loadable without bbdb.
8411 (top-level): Use require rather than load-library.
8412 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8413 (eudc-batch-export-records-to-bbdb)
8414 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8415 Require bbdb.
8416
8417 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8420 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8421 some tweaks, instead.
8422
8423 2013-05-05 Leo Liu <sdl.web@gmail.com>
8424
8425 * progmodes/octave.el (octave-font-lock-keywords)
8426 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8427 (inferior-octave-send-list-and-digest): Improve error message.
8428 (octave-mode, inferior-octave-mode): Use setq-local.
8429 (octave-help): Set info-lookup-mode.
8430
8431 2013-05-05 Richard Stallman <rms@gnu.org>
8432
8433 * vc/compare-w.el (compare-windows-whitespace):
8434 Treat no-break space as whitespace.
8435
8436 * mail/rmailsum.el (rmail-summary-rmail-update):
8437 Detect empty summary and don't change selected message.
8438 (rmail-summary-goto-msg): Likewise.
8439
8440 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8441 Doc fixes, rename args.
8442
8443 2013-05-05 Alan Mackenzie <acm@muc.de>
8444
8445 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8446
8447 2013-05-05 Juri Linkov <juri@jurta.org>
8448
8449 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8450 to not add the length of the summary segment to the return value.
8451 (Bug#14125)
8452
8453 2013-05-05 Leo Liu <sdl.web@gmail.com>
8454
8455 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8456 (inferior-octave-output-filter): Remove.
8457 (octave-send-region, inferior-octave-startup): Fix callers.
8458 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8459 (octave-binary-file-extensions): New user variable.
8460 (octave-find-definition): Confirm if opening binary files.
8461 (octave-help-file): Use octave-find-definition to get the binary
8462 confirmation.
8463 (octave-help): Adjust for octave-help-file change.
8464
8465 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8468 Merge the two entries that handle function definitions.
8469 (pascal--syntax-propertize): New const.
8470 (pascal-mode): Use it. Use setq-local.
8471
8472 2013-05-04 Glenn Morris <rgm@gnu.org>
8473
8474 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8475 (diary-from-outlook): Respect diary-from-outlook-function.
8476
8477 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8480 Move the declaration from C.
8481 (read-minibuffer, eval-minibuffer): Move from C.
8482 (completion-setup-function): Avoid minibuffer-completion-contents.
8483
8484 2013-05-03 Leo Liu <sdl.web@gmail.com>
8485
8486 * progmodes/octave.el (octave-font-lock-keywords): Do not
8487 dehighlight 'end' in comments or strings.
8488 (octave-completing-read, octave-goto-function-definition):
8489 New helpers.
8490 (octave-help-buffer): New user variable.
8491 (octave-help-file, octave-help-function): New button types.
8492 (octave-help): New command and bind it to C-h ;.
8493 (octave-find-definition): New command and bind it to M-.
8494 (user-error): Alias to error if not defined.
8495
8496 2013-05-02 Leo Liu <sdl.web@gmail.com>
8497
8498 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8499 for \. (bug#14332)
8500 (octave-font-lock-keywords): Include [ and {.
8501
8502 2013-05-02 Leo Liu <sdl.web@gmail.com>
8503
8504 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8505 (inferior-octave): Remove calling comint-mode and return the buffer.
8506 (inferior-octave-startup): Cosmetic changes.
8507
8508 2013-05-02 Leo Liu <sdl.web@gmail.com>
8509
8510 * progmodes/octave.el (octave-syntax-propertize-function):
8511 Include the case when ' is at line beginning. (Bug#14336)
8512
8513 2013-05-02 Glenn Morris <rgm@gnu.org>
8514
8515 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8516 * desktop.el (vc-dir-mode): Just autoload it here.
8517
8518 2013-05-02 Alan Mackenzie <acm@muc.de>
8519
8520 Eliminate variable c-standard-font-lock-fontify-region-function.
8521 * progmodes/cc-mode.el
8522 (c-standard-font-lock-fontify-region-function): Remove.
8523 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8524
8525 2013-05-01 Leo Liu <sdl.web@gmail.com>
8526
8527 * progmodes/octave.el: Compatible with older emacs-24 releases.
8528 (inferior-octave-has-built-in-variables): Remove. Built-in
8529 variables were removed from Octave in 2007.
8530 (inferior-octave-startup): Fix uses.
8531 (comint-line-beginning-position): Remove compatibility code for
8532 emacs 21.
8533
8534 2013-05-01 Juri Linkov <juri@jurta.org>
8535
8536 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8537
8538 2013-05-01 Juri Linkov <juri@jurta.org>
8539
8540 * comint.el (comint-previous-matching-input): Don't print message
8541 "History item: %d" when `isearch-mode' is active.
8542 (comint-history-isearch-message): Print message "History item: %d"
8543 when `comint-input-ring-index' is not empty and this function is
8544 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8545
8546 2013-05-01 Leo Liu <sdl.web@gmail.com>
8547
8548 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8549 definitions. Use completion-at-point to insert keywords.
8550 (octave-abbrev-start): Remove.
8551 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8552
8553 2013-04-30 Leo Liu <sdl.web@gmail.com>
8554
8555 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8556 change.
8557
8558 2013-04-30 Alan Mackenzie <acm@muc.de>
8559
8560 Handle arbitrarily long C++ member initialisation lists.
8561 * progmodes/cc-engine.el (c-back-over-member-initializers):
8562 new function.
8563 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8564 (most) member init lists.
8565
8566 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8567
8568 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8569 variable.
8570
8571 2013-04-30 Leo Liu <sdl.web@gmail.com>
8572
8573 * progmodes/octave.el (octave-variables): Remove. No builtin
8574 variables any more. All converted to functions.
8575 (octave-font-lock-keywords, octave-completion-at-point-function):
8576 Fix uses.
8577 (octave-font-lock-texinfo-comment): New user variable.
8578 (octave-texinfo-font-lock-keywords): New variable for texinfo
8579 comment block.
8580 (octave-function-comment-block): New face.
8581 (octave-font-lock-texinfo-comment): New function.
8582 (octave-mode): Font lock texinfo comment block.
8583
8584 2013-04-29 Leo Liu <sdl.web@gmail.com>
8585
8586 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8587 indexing expression.
8588 (octave-continuation-string): Do not use \.
8589 (inferior-octave-complete-impossible): Remove.
8590 (inferior-octave-completion-table)
8591 (inferior-octave-completion-at-point): Remove its uses.
8592 (inferior-octave-startup): completion_matches was introduced to
8593 Octave in 1996 so safe to assume it.
8594 (octave-function-file-comment): Improve to follow how Octave does it.
8595 (octave-update-function-file-comment): Tweak.
8596
8597 2013-04-29 Leo Liu <sdl.web@gmail.com>
8598
8599 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8600 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8601 (octave-function-file-comment): Fix typo.
8602 (octave-sync-function-file-names): Use read-char-choice.
8603
8604 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8605
8606 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8607 to t for the less important warnings.
8608
8609 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8610
8611 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8612
8613 2013-04-27 Glenn Morris <rgm@gnu.org>
8614
8615 * vc/log-view.el (log-view-current-entry):
8616 Treat "---" separator lines as part of the following rev. (Bug#14169)
8617
8618 2013-04-27 Juri Linkov <juri@jurta.org>
8619
8620 * subr.el (read-number): Doc fix about using it by interactive
8621 code letter `n'. (Bug#14254)
8622
8623 2013-04-27 Juri Linkov <juri@jurta.org>
8624
8625 * desktop.el (desktop-auto-save-timeout): New option.
8626 (desktop-file-checksum): New variable.
8627 (desktop-save): Add optional arg `auto-save' and don't auto-save
8628 if nothing changed.
8629 (desktop-auto-save-timer): New variable.
8630 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8631 (after-init-hook): Call `desktop-auto-save-set-timer'.
8632 Suggested by Reuben Thomas <rrt@sc3d.org> in
8633 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8634
8635 2013-04-27 Leo Liu <sdl.web@gmail.com>
8636
8637 * progmodes/octave.el (octave-function-file-p)
8638 (octave-skip-comment-forward, octave-function-file-comment)
8639 (octave-update-function-file-comment): New functions.
8640 (octave-mode-map): Bind C-c ; to
8641 octave-update-function-file-comment.
8642 (octave-mode-menu): Add octave-update-function-file-comment.
8643 (octave-mode, inferior-octave-mode): Fix doc-string.
8644 (octave-insert-defun): Conform to Octave's coding convention.
8645 (Bug#14285)
8646
8647 * files.el (basic-save-buffer): Don't let errors in
8648 before-save-hook prevent saving buffer.
8649
8650 2013-04-20 Roland Winkler <winkler@gnu.org>
8651
8652 * faces.el (read-face-name): Use completing-read if arg multiple
8653 is nil.
8654
8655 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8656
8657 * ls-lisp.el (ls-lisp-insert-directory): If no files are
8658 displayed, move point to after the totals line.
8659 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
8660 for the details.
8661
8662 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8665 Add current dir to the load-path.
8666 (package-generate-autoloads): Don't rely on
8667 autoload-ensure-default-file.
8668
8669 2013-04-26 Reuben Thomas <rrt@sc3d.org>
8670
8671 * textmodes/remember.el (remember-store-in-files): Document that
8672 the file name format is passed to `format-time-string'.
8673
8674 2013-04-26 Leo Liu <sdl.web@gmail.com>
8675
8676 * progmodes/octave.el (octave-sync-function-file-names): New function.
8677 (octave-mode): Use it in before-save-hook.
8678
8679 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8680
8681 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8682 (bug#14274).
8683
8684 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8685 \n and comment, even if it's not an implicit ; (bug#14218).
8686
8687 2013-04-26 Glenn Morris <rgm@gnu.org>
8688
8689 * subr.el (read-number): Once more use `read' rather than
8690 `string-to-number', to trap non-numeric input. (Bug#14254)
8691
8692 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
8693
8694 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8695 Use `syntax-multiline' text property consistently instead of
8696 `font-lock-multiline'. (Bug#14237)
8697
8698 2013-04-26 Glenn Morris <rgm@gnu.org>
8699
8700 * emacs-lisp/shadow.el (list-load-path-shadows):
8701 No longer necessary to check for duplicate simple.el, since
8702 2012-07-07 change to init_lread to not include installation lisp
8703 directories in load-path when running uninstalled. (Bug#14270)
8704
8705 2013-04-26 Leo Liu <sdl.web@gmail.com>
8706
8707 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8708 (octave-mode, inferior-octave-mode): Use setq-local.
8709 (octave-not-in-string-or-comment-p): Rename to
8710 octave-in-string-or-comment-p.
8711 (octave-in-comment-p, octave-in-string-p)
8712 (octave-in-string-or-comment-p): Replace defsubst with defun.
8713
8714 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8715
8716 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8717
8718 2013-04-25 Bastien Guerry <bzg@gnu.org>
8719
8720 * textmodes/remember.el (remember-data-directory)
8721 (remember-directory-file-name-format): Fix custom types.
8722
8723 2013-04-25 Leo Liu <sdl.web@gmail.com>
8724
8725 * progmodes/octave.el (octave-completion-at-point-function):
8726 Make use of inferior octave process.
8727 (octave-initialize-completions): Remove.
8728 (inferior-octave-completion-table): New function.
8729 (inferior-octave-completion-at-point): Use it.
8730 (octave-completion-alist): Remove.
8731
8732 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8733
8734 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8735 (opascal-mode-syntax-table): New var.
8736 (opascal-literal-kind, opascal-is-literal-end)
8737 (opascal-literal-token-at): Rewrite.
8738 (opascal--literal-start-re, opascal-font-lock-keywords)
8739 (opascal--syntax-propertize): New constants.
8740 (opascal-font-lock-defaults): Adjust.
8741 (opascal-mode): Use them. Set comment-<foo> variables as well.
8742 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8743 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8744 (delphi-other-face, opascal-other-face): Remove face variables.
8745 (opascal-save-state): Remove macro.
8746 (opascal-fontifying-progress-step): Remove constant.
8747 (opascal--ignore-changes): Remove var.
8748 (opascal-set-token-property, opascal-parse-next-literal)
8749 (opascal-is-stable-literal, opascal-complete-literal)
8750 (opascal-is-literal-start, opascal-face-of)
8751 (opascal-parse-region, opascal-parse-region-until-stable)
8752 (opascal-fontify-region, opascal-after-change)
8753 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8754 (opascal-debug-parse-region, opascal-debug-parse-window)
8755 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8756 (opascal-debug-fontify-buffer): Remove.
8757 (opascal-debug-mode-map): Adjust accordingly.
8758
8759 2013-04-25 Leo Liu <sdl.web@gmail.com>
8760
8761 Merge octave-mod.el and octave-inf.el into octave.el with some
8762 cleanups.
8763 * progmodes/octave.el: New file renamed from octave-mod.el.
8764 * progmodes/octave-inf.el: Merged into octave.el.
8765 * progmodes/octave-mod.el: Renamed to octave.el.
8766
8767 2013-04-25 Tassilo Horn <tsdh@gnu.org>
8768
8769 * textmodes/reftex-vars.el
8770 (reftex-label-ignored-macros-and-environments): New defcustom.
8771
8772 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8773
8774 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8777 (smie-indent-keyword): Improve the check to ensure that the next
8778 comment is really on the same line.
8779 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8780
8781 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8782 semi-colons if the line is not otherwise empty (bug#14218).
8783
8784 2013-04-25 Glenn Morris <rgm@gnu.org>
8785
8786 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8787
8788 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8789
8790 * progmodes/opascal.el (opascal-set-token-property): Rename from
8791 opascal-set-text-properties and only set `token' (bug#14134).
8792 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8793 (opascal-literal-text-properties): Remove.
8794 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8795 Adjust callers.
8796
8797 2013-04-24 Reuben Thomas <rrt@sc3d.org>
8798
8799 * textmodes/remember.el (remember-handler-functions): Add an
8800 option for a new handler `remember-store-in-files'.
8801 (remember-data-directory, remember-directory-file-name-format):
8802 New options.
8803 (remember-store-in-files): New function to store remember notes
8804 as separate files within a directory.
8805
8806 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8807
8808 * progmodes/compile.el (compilation-next-error-function):
8809 Pass "formats" to compilation-find-file (bug#11777).
8810
8811 2013-04-24 Glenn Morris <rgm@gnu.org>
8812
8813 * vc/vc-bzr.el (vc-bzr-print-log):
8814 * vc/vc-hg.el (vc-hg-print-log):
8815 * vc/vc-svn.el (vc-svn-print-log):
8816 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8817
8818 * vc/vc-bzr.el (vc-bzr-print-log):
8819 * vc/vc-cvs.el (vc-cvs-print-log):
8820 * vc/vc-git.el (vc-git-print-log):
8821 * vc/vc-hg.el (vc-hg-print-log):
8822 * vc/vc-mtn.el (vc-mtn-print-log):
8823 * vc/vc-rcs.el (vc-rcs-print-log):
8824 * vc/vc-sccs.el (vc-sccs-print-log):
8825 * vc/vc-svn.el (vc-svn-print-log):
8826 * vc/vc.el (vc-print-log-internal): Doc fixes.
8827
8828 2013-04-23 Glenn Morris <rgm@gnu.org>
8829
8830 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8831 Remove venerable code attempting to avoid substitute-command-keys.
8832
8833 2013-04-23 Tassilo Horn <tsdh@gnu.org>
8834
8835 * textmodes/reftex-vars.el (reftex-label-regexps):
8836 Call `reftex-compile-variables' after changes to this variable.
8837
8838 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
8841 Use lexical-binding.
8842 (jit-lock-force-redisplay): Use markers, check buffer's continued
8843 existence and beware narrowed buffers.
8844 (jit-lock-fontify-now): Adjust call accordingly.
8845
8846 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8847
8848 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
8849 to avoid misleading the user.
8850
8851 2013-04-22 Leo Liu <sdl.web@gmail.com>
8852
8853 * info-look.el: Prefer latex2e.info. (Bug#14240)
8854
8855 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
8856
8857 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
8858
8859 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
8860 * net/tramp.el (tramp-call-process): ... here.
8861 (tramp-set-completion-function, tramp-parse-putty):
8862 * net/tramp-adb.el (tramp-adb-execute-adb-command):
8863 * net/tramp-gvfs.el (tramp-gvfs-send-command):
8864 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8865 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
8866 (tramp-call-local-coding-command): Use `tramp-call-process'
8867 instead of `tramp-compat-call-process'.
8868
8869 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
8870 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
8871 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
8872 (tramp-find-inline-compress): Improve traces.
8873 (tramp-maybe-send-script): Check for Perl binary.
8874 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
8875
8876 2013-04-22 Daiki Ueno <ueno@gnu.org>
8877
8878 * epg.el (epg-context-pinentry-mode): New function.
8879 (epg-context-set-pinentry-mode): New function.
8880 (epg--start): Pass --pinentry-mode option to gpg command.
8881
8882 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
8883
8884 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
8885 `comint-dynamic-complete' is obsolete since 24.1, replaced by
8886 `completion-at-point'. (Bug#13774)
8887
8888 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
8889 default key binding for `describe-distribution' has been moved to
8890 `C-h C-o'. (Bug#13970)
8891
8892 2013-04-21 Glenn Morris <rgm@gnu.org>
8893
8894 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
8895 Add doc strings.
8896 (vc-print-log): Clarify interactive prompt.
8897
8898 2013-04-20 Glenn Morris <rgm@gnu.org>
8899
8900 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8901 No longer include timestamp etc information.
8902
8903 2013-04-20 Roland Winkler <winkler@gnu.org>
8904
8905 * faces.el (read-face-name): Bug fix, return just one face if arg
8906 multiple is nil. (Bug#14209)
8907
8908 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8911 (remove-function): Autoload.
8912
8913 * comint.el (comint-redirect-original-filter-function): Remove.
8914 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
8915 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8916 (vc-cvs-annotate-command):
8917 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8918 * progmodes/prolog.el (prolog-consult-compile):
8919 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8920 Use add/remove-function instead.
8921 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8922 (gud-tooltip-process-output, gud-tooltip-tips):
8923 Use add/remove-function instead.
8924 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8925 (scheme-interaction-mode, exit-scheme-interaction-mode):
8926 Use add/remove-function instead.
8927
8928 * vc/vc-dispatcher.el: Use lexical-binding.
8929 (vc--process-sentinel): Rename from vc-process-sentinel.
8930 Change last arg to be the code to run. Don't use vc-previous-sentinel
8931 and vc-sentinel-commands any more.
8932 (vc-exec-after): Allow code to be a function. Use add/remove-function.
8933 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8934
8935 2013-04-19 Masatake YAMATO <yamato@redhat.com>
8936
8937 * progmodes/sh-script.el (sh-imenu-generic-expression):
8938 Handle function names with a single character. (Bug#14111)
8939
8940 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
8941
8942 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8943 for subroutines defined in an eval (bug#14182).
8944
8945 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8946
8947 * bookmark.el (bookmark-completing-read): Improve handling of empty
8948 string (bug#14176).
8949
8950 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8953
8954 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
8955
8956 New faster Imenu implementation (bug#14058).
8957 * progmodes/python.el:
8958 (python-imenu-prev-index-position):
8959 (python-imenu-format-item-label-function)
8960 (python-imenu-format-parent-item-label-function)
8961 (python-imenu-format-parent-item-jump-label-function):
8962 New vars.
8963 (python-imenu-format-item-label)
8964 (python-imenu-format-parent-item-label)
8965 (python-imenu-format-parent-item-jump-label)
8966 (python-imenu--put-parent, python-imenu--build-tree)
8967 (python-imenu-create-index, python-imenu-create-flat-index)
8968 (python-util-popn): New functions.
8969 (python-mode): Set imenu-create-index-function to
8970 python-imenu-create-index.
8971
8972 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * winner.el (winner-active-region): Use region-active-p, activate-mark
8975 and deactivate-mark (bug#14225).
8976
8977 * simple.el (deactivate-mark): Don't inline it.
8978
8979 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
8980
8981 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8982
8983 2013-04-18 Tassilo Horn <tsdh@gnu.org>
8984
8985 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8986 file extensions from the archive-mode entry in order to prefer
8987 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8988
8989 2013-04-18 Leo Liu <sdl.web@gmail.com>
8990
8991 * bindings.el (help-event-list): Add ?\?.
8992
8993 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * subr.el (with-wrapper-hook): Declare obsolete.
8996 * simple.el (filter-buffer-substring-function): New hook.
8997 (filter-buffer-substring): Use it.
8998 (filter-buffer-substring-functions): Mark obsolete.
8999 * minibuffer.el (completion-in-region-function): New hook.
9000 (completion-in-region): Use it.
9001 (completion-in-region-functions): Mark obsolete.
9002 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9003 * abbrev.el (abbrev-expand-function): New hook.
9004 (expand-abbrev): Use it.
9005 (abbrev-expand-functions): Mark obsolete.
9006 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9007 and :filter-return.
9008
9009 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9010
9011 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9012 and do not care about match data.
9013
9014 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9015
9016 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9017 completion tables when completing error conditions and
9018 `declare' arguments.
9019 (lisp-complete-symbol, field-complete): Mark as obsolete.
9020 (check-parens): Unmatched parens are user errors.
9021 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9022
9023 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9024
9025 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9026 command changed buffer (ie. `flyspell-pre-buffer' is not current
9027 buffer), which prevents making decisions based on invalid value of
9028 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9029 cause an error when `flyspell-pre-point' was nil after switching
9030 buffers.
9031 (flyspell-post-command-hook): No longer needs to change buffers when
9032 checking pre-word. While at it remove unnecessary progn.
9033
9034 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9035
9036 * textmodes/ispell.el (ispell-add-per-file-word-list):
9037 Fix `flyspell-correct-word-before-point' error when accepting
9038 words and `coment-padding' is an integer by using
9039 `comment-normalize-vars' (Bug #14214).
9040
9041 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9042
9043 New defun movement commands.
9044 * progmodes/python.el (python-nav--syntactically)
9045 (python-nav--forward-defun, python-nav-backward-defun)
9046 (python-nav-forward-defun): New functions.
9047
9048 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9049
9050 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9051 (python-syntax-context): Use named compiler-macro for backwards
9052 compatibility with Emacs 24.x.
9053
9054 2013-04-17 Leo Liu <sdl.web@gmail.com>
9055
9056 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9057 octave-hide-process-buffer.
9058
9059 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9060
9061 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9062 (bug#14216).
9063
9064 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9065
9066 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9067 Fix adjustment of offset when receiving incomplete responses from GDB
9068 (bug#14129).
9069
9070 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9073 python-mode-abbrev-table.
9074 (python-skeleton-define): Adjust accordingly.
9075 (python-mode-abbrev-table): New table that inherits from it so that
9076 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9077
9078 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9079 (abbrev-symbol): Use it.
9080 (abbrev--before-point): Use it since we already handle inheritance.
9081
9082 2013-04-16 Leo Liu <sdl.web@gmail.com>
9083
9084 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9085 binding to info-lookup-symbol.
9086
9087 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * minibuffer.el (completion--twq-all):
9090 * term/ns-win.el (ns-initialize-window-system):
9091 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9092
9093 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9094
9095 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9096 global bindings.
9097
9098 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9099
9100 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9101
9102 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9103 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9104 to nil.
9105 (ruby-end-of-defun): Remove the unused arg, change the docstring
9106 to reflect that this function is only used as the value of
9107 `end-of-defun-function'.
9108 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9109 to reflect an earlier change that beginning/end-of-defun functions
9110 jump between methods in a class definition, as well as top-level
9111 functions.
9112
9113 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9114
9115 * minibuffer.el (minibuffer-complete): Don't just scroll
9116 a *Completions* that's been iconified.
9117 (minibuffer-force-complete): Make sure repetitions do cycle when going
9118 through completion-in-region -> minibuffer-complete.
9119
9120 2013-04-15 Alan Mackenzie <acm@muc.de>
9121
9122 Correct the placement of c-cpp-delimiters when there're #s not at
9123 col 0.
9124
9125 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9126 place a submatch around the #.
9127 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9128 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
9129 on the #, not BOL.
9130
9131 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9134 (advice--member-p): New arg `name'.
9135 (advice--add-function, advice-member-p): Use it (bug#14202).
9136
9137 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9138
9139 Reformulate java imenu-generic-expression.
9140 The old expression contained ill formed regexps.
9141
9142 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9143 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9144 (cc-imenu-java-method-arg-regexp): New defconsts.
9145 (cc-imenu-java-build-type-args-regex): New defun.
9146 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9147 handling of spaces in the regexp.
9148
9149 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9150
9151 * textmodes/ispell.el (ispell-command-loop): Remove
9152 flyspell highlight of a word when ispell accepts it (bug #14178).
9153
9154 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
9155
9156 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9157 uses code from the previous `ange-ftp-run-real-handler'.
9158 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9159 only in case that function exist. This is needed for proper
9160 unloading of Tramp.
9161
9162 2013-04-15 Tassilo Horn <tsdh@gnu.org>
9163
9164 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9165
9166 * textmodes/reftex.el (reftex-compile-variables): Use it.
9167
9168 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9169
9170 * files.el (normal-mode): Only use default major-mode if no other mode
9171 was specified.
9172
9173 * emacs-lisp/trace.el (trace-values): New function.
9174
9175 * files.el: Allow : in local variables (bug#14089).
9176 (hack-local-variable-regexp): New var.
9177 (hack-local-variables-prop-line, hack-local-variables): Use it.
9178
9179 2013-04-13 Roland Winkler <winkler@gnu.org>
9180
9181 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9182 data before it gets modified by bibtex-beginning-of-entry.
9183
9184 2013-04-13 Roland Winkler <winkler@gnu.org>
9185
9186 * textmodes/bibtex.el (bibtex-url): Doc fix.
9187
9188 2013-04-13 Roland Winkler <winkler@gnu.org>
9189
9190 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9191 does not visit a BibTeX file, exclude it from the list of buffers
9192 returned by bibtex-initialize.
9193
9194 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
9195
9196 * window.el (split-window): Remove interactive form, since as a
9197 command this function is a special case of split-window-below.
9198 Correct doc string.
9199
9200 2013-04-12 Roland Winkler <winkler@gnu.org>
9201
9202 * faces.el (read-face-name): Do not override value of arg default.
9203 Allow single faces and strings as default values. Remove those
9204 elements from return value that are not faces.
9205 (describe-face): Simplify.
9206 (face-at-point): New optional args thing and multiple so that this
9207 function can provide the same functionality previously provided by
9208 read-face-name.
9209 (make-face-bold, make-face-unbold, make-face-italic)
9210 (make-face-unitalic, make-face-bold-italic, invert-face)
9211 (modify-face, read-face-and-attribute): Use face-at-point.
9212
9213 * cus-edit.el (customize-face, customize-face-other-window)
9214 * cus-theme.el (custom-theme-add-face)
9215 * face-remap.el (buffer-face-set)
9216 * facemenu.el (facemenu-set-face): Use face-at-point.
9217
9218 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
9219
9220 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9221
9222 2013-04-10 Tassilo Horn <tsdh@gnu.org>
9223
9224 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9225 off leading { and trailing } from field values.
9226
9227 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9228
9229 * emacs-lisp/timer.el (timer--check): New function.
9230 (timer--time, timer-set-function, timer-event-handler): Use it.
9231 (timer-set-idle-time): Simplify.
9232 (timer--activate): CSE.
9233 (timer-event-handler): Give more info in error message.
9234 (internal-timer-start-idle): New function, moved from C.
9235
9236 * mpc.el (mpc-proc): Add `restart' argument.
9237 (mpc-proc-cmd): Use it.
9238 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9239 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9240 less often.
9241
9242 2013-04-10 Masatake YAMATO <yamato@redhat.com>
9243
9244 * progmodes/sh-script.el: Implement `sh-mode' own
9245 `add-log-current-defun-function' (bug#14112).
9246 (sh-current-defun-name): New function.
9247 (sh-mode): Use the function.
9248
9249 2013-04-09 Bastien Guerry <bzg@gnu.org>
9250
9251 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9252
9253 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9256
9257 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9258 timer (bug#14156).
9259
9260 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9261
9262 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9263 declaration.
9264
9265 2013-04-07 Leo Liu <sdl.web@gmail.com>
9266
9267 * pcmpl-x.el: New file.
9268
9269 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9270
9271 Do not set x-display-name until X connection is established.
9272 This is needed to prevent from weird situation described at
9273 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9274 * frame.el (make-frame): Set x-display-name after call to
9275 window system initialization function, not before.
9276 * term/x-win.el (x-initialize-window-system): Add optional
9277 display argument and use it.
9278 * term/w32-win.el (w32-initialize-window-system):
9279 * term/ns-win.el (ns-initialize-window-system):
9280 * term/pc-win.el (msdos-initialize-window-system):
9281 Add compatible optional display argument.
9282
9283 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9284
9285 * files.el (normal-backup-enable-predicate): On MS-Windows and
9286 MS-DOS compare truenames of temporary-file-directory and of the
9287 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9288 don't fail comparison by compare-strings. Also, compare file
9289 names case-insensitively on MS-Windows and MS-DOS.
9290
9291 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9294 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9295
9296 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9297
9298 * whitespace.el (whitespace-color-on, whitespace-color-off):
9299 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9300
9301 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
9302
9303 * ispell.el (ispell-set-spellchecker-params):
9304 Really set `ispell-args' for all equivs.
9305
9306 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9307
9308 * ido.el (ido-completions): Use extra elements of ido-decorations
9309 (bug#14143).
9310 (ido-decorations): Update docstring.
9311
9312 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
9313
9314 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9315 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9316 nil during initialization, in order not to miss changes since the
9317 file was opened. (Bug#14140)
9318
9319 2013-04-05 Leo Liu <sdl.web@gmail.com>
9320
9321 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9322
9323 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9324
9325 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9326
9327 2013-04-04 Glenn Morris <rgm@gnu.org>
9328
9329 * electric.el (electric-pair-inhibit-predicate): Add :version.
9330
9331 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9334 when a package is required several times (bug#14082).
9335
9336 2013-04-04 Roland Winkler <winkler@gnu.org>
9337
9338 * faces.el (read-face-name): Behave as promised by the docstring.
9339 Assume that arg default is a list of faces.
9340 (describe-face): Call read-face-name with list of default faces.
9341
9342 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9343
9344 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9345 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9346 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9347 the header.
9348 (bookmark-exit-hook-internal): Save even if list is empty.
9349
9350 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9351
9352 * emacs-lisp/package.el (package-pinned-packages): New var.
9353 (package--add-to-archive-contents): Obey it (bug#14118).
9354
9355 2013-04-03 Alan Mackenzie <acm@muc.de>
9356
9357 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9358 Also adapt to the new values of element 7 of a parse state.
9359
9360 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9361 parameter `not-in-delimiter'. Handle being inside comment opener.
9362 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9363 character in case we're typing a '*' after a '/'.
9364 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9365 instead by passing the parameter to c-state-pp-to-literal.
9366
9367 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9368 for elt. 7 of a parse state.
9369
9370 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9371
9372 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9373 * international/latin1-disp.el, international/mule-util.el:
9374 * language/cyril-util.el, language/european.el, language/ind-util.el:
9375 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9376 * language/tibetan.el, language/viet-util.el:
9377 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9378
9379 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9382 (electric-pair-post-self-insert-function): Use it.
9383 (electric-pair-default-inhibit): New function, extracted from
9384 electric-pair-post-self-insert-function.
9385
9386 2013-03-31 Roland Winkler <winkler@gnu.org>
9387
9388 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9389
9390 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9393
9394 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
9395
9396 Un-indent after "pass" and "return" statements (Bug#13888)
9397 * progmodes/python.el (python-indent-block-enders): New var.
9398 (python-indent-calculate-indentation): Use it.
9399
9400 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
9401
9402 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9403 defun. Defining it as defalias could introduce too eager
9404 byte-compiler optimization. (Bug#14030)
9405
9406 2013-03-30 Chong Yidong <cyd@gnu.org>
9407
9408 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9409
9410 2013-03-30 Leo Liu <sdl.web@gmail.com>
9411
9412 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9413 (kmacro-execute-from-register): Pass the keyboard macro to
9414 kmacro-call-macro or repeating won't work correctly.
9415
9416 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9417
9418 * progmodes/subword.el: Back to using `forward-symbol'.
9419
9420 * subr.el (forward-whitespace, forward-symbol)
9421 (forward-same-syntax): Move from thingatpt.el.
9422
9423 2013-03-29 Leo Liu <sdl.web@gmail.com>
9424
9425 * kmacro.el (kmacro-to-register): New command.
9426 (kmacro-execute-from-register): New function.
9427 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9428
9429 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * mpc.el: Use defvar-local and setq-local.
9432 (mpc--proc-connect): Connection failures are not bugs.
9433 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9434 (mpc-volume-map): Bind to the up-events.
9435
9436 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9437
9438 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9439 instead of `forward-symbol'.
9440
9441 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9444 (edebug--recursive-edit): Use it.
9445 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9446 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9447
9448 2013-03-28 Leo Liu <sdl.web@gmail.com>
9449
9450 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9451
9452 2013-03-27 Eli Zaretskii <eliz@gnu.org>
9453
9454 * facemenu.el (list-colors-callback): New defvar.
9455 (list-colors-redisplay): New function.
9456 (list-colors-display): Install list-colors-redisplay as the
9457 revert-buffer-function. (Bug#14063)
9458
9459 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9462 and suffixes don't overlap (bug#14061).
9463
9464 * case-table.el: Use lexical-binding.
9465 (case-table-get-table): New function.
9466 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9467
9468 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9469
9470 * progmodes/subword.el: Add `superword-mode' to do word motion
9471 over symbol_words (parallels and leverages `subword-mode' which
9472 does word motion inside MixedCaseWords).
9473
9474 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9475
9476 * eshell/em-unix.el: Move su and sudo to...
9477 * eshell/em-tramp.el: ...Eshell tramp module.
9478
9479 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9482 Change return value to be a sexp. Delay `get-buffer' to after
9483 restoring the desktop (bug#13951).
9484
9485 2013-03-26 Leo Liu <sdl.web@gmail.com>
9486
9487 * register.el: Move semantic tag handling back to
9488 cedet/semantic/senator.el. (Bug#14052)
9489
9490 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9493 into the prompt either (bug#13963).
9494
9495 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9498 part of "(error-foo)".
9499
9500 2013-03-24 Juri Linkov <juri@jurta.org>
9501
9502 * replace.el (list-matching-lines-prefix-face): New defcustom.
9503 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9504 `occur-engine' if `face-differs-from-default-p' returns t.
9505 (occur-engine): Add `,' inside backquote construct to evaluate
9506 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9507 Pass `prefix-face' to the functions `occur-context-lines' and
9508 `occur-engine-add-prefix'.
9509 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9510 `prefix-face' and propertize the prefix with `prefix-face'.
9511 (Bug#14017)
9512
9513 2013-03-24 Leo Liu <sdl.web@gmail.com>
9514
9515 * nxml/rng-valid.el (rng-validate-while-idle)
9516 (rng-validate-quick-while-idle): Guard against deleted buffer.
9517 (Bug#13999)
9518
9519 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9520 is the last entry in kill-buffer-hook.
9521
9522 * files.el (kill-buffer-hook): Doc fix.
9523
9524 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9525
9526 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9527 Make it safe-local.
9528
9529 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9530
9531 2013-03-23 Leo Liu <sdl.web@gmail.com>
9532
9533 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9534 Remove.
9535
9536 * nxml/rng-valid.el (rng-validate-mode)
9537 (rng-after-change-function, rng-do-some-validation):
9538 * nxml/rng-maint.el (rng-validate-buffer):
9539 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9540 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9541 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9542 (nxml-extend-after-change-region): Use with-silent-modifications.
9543
9544 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9545 timer-idle-list.
9546
9547 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9548 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9549 timer-idle-list. (Bug#13999)
9550
9551 2013-03-23 Juri Linkov <juri@jurta.org>
9552
9553 * info.el (info-index-match): New face.
9554 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9555 main pattern and add text properties with the new face to matches
9556 in index entries relative to the beginning of the index entry.
9557 (Bug#14015)
9558
9559 2013-03-21 Eric Ludlam <zappo@gnu.org>
9560
9561 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9562 Inhibit read only while inserting objects.
9563
9564 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9565
9566 * progmodes/cfengine.el: Update docs to mention
9567 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9568 symbol motion. Remove "_" from the word syntax.
9569
9570 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9571
9572 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9573 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9574
9575 2013-03-20 Juri Linkov <juri@jurta.org>
9576
9577 * info.el (Info-next-reference-or-link)
9578 (Info-prev-reference-or-link): New functions.
9579 (Info-next-reference, Info-prev-reference): Use them.
9580 (Info-try-follow-nearest-node): Handle footnote navigation.
9581 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9582
9583 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9586 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9587
9588 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9589
9590 Suppress unnecessary non-ASCII chatter during build process.
9591 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9592 (batch-skkdic-convert): Suppress most of the chatter.
9593 It's not needed so much now that machines are faster,
9594 and its non-ASCII component was confusing; see Dmitry Gutov in
9595 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9596
9597 2013-03-20 Leo Liu <sdl.web@gmail.com>
9598
9599 * ido.el (ido-chop): Fix bug#10994.
9600
9601 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9602
9603 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9604 Remove vars.
9605 (whitespace-color-on, whitespace-color-off):
9606 Use `font-lock-fontify-buffer' (Bug#13817).
9607
9608 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9611 remapping in mode-line.
9612 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9613
9614 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9615
9616 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9617 value for `whitespace-line' face (Bug#13875).
9618 (whitespace-font-lock-keywords): Change description.
9619 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9620 the constructed keywords instead.
9621 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
9622
9623 2013-03-19 Leo Liu <sdl.web@gmail.com>
9624
9625 * progmodes/compile.el (compilation-display-error): New command.
9626 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9627 C-o. (Bug#13992)
9628
9629 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9630
9631 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9632
9633 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9634
9635 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9636
9637 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
9638
9639 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9640
9641 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9642 * net/tramp-gvfs.el (top):
9643 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9644 (tramp-handle-shell-command): Use it.
9645 (tramp-dissect-file-name): Raise an error when hostname is a
9646 method name, and neither method nor user is specified.
9647
9648 * net/trampver.el: Update release number.
9649
9650 2013-03-18 Leo Liu <sdl.web@gmail.com>
9651
9652 Make sure eldoc can be turned off properly.
9653 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9654 eldoc-mode.
9655 (eldoc-display-message-p): Revert last change.
9656 (eldoc-display-message-no-interference-p)
9657 (eldoc-print-current-symbol-info): Tweak.
9658
9659 2013-03-18 Tassilo Horn <tsdh@gnu.org>
9660
9661 * doc-view.el (doc-view-new-window-function): Check the new window
9662 overlay's display property instead the char property of the
9663 buffer's first char. Use `with-selected-window' instead of
9664 `save-window-excursion' with `select-window'.
9665 (doc-view-document->bitmap): Check the current doc-view overlay's
9666 display property instead the char property of the buffer's first char.
9667
9668 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9669
9670 Automate the build of ja-dic.el (Bug#13984).
9671 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9672 from the input, rather than assume that it's been done for us by the
9673 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9674 the current date into a ja-dic.el comment, as that complicates
9675 regression testing.
9676
9677 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * whitespace.el: Fix double evaluation.
9680 (whitespace-space, whitespace-hspace, whitespace-tab)
9681 (whitespace-newline, whitespace-trailing, whitespace-line)
9682 (whitespace-space-before-tab, whitespace-indentation)
9683 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9684 obsolete defvars.
9685 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9686 (whitespace-color-on): Use a single font-lock-add-keywords call.
9687 Fix double-evaluation of face variables.
9688
9689 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
9690
9691 * net/tramp-adb.el (tramp-adb-parse-device-names):
9692 Use `start-process' instead of `call-process'. Otherwise, the
9693 function might be blocked under MS Windows. (Bug#13299)
9694
9695 2013-03-17 Leo Liu <sdl.web@gmail.com>
9696
9697 Extend eldoc to display info in the mode-line. (Bug#13978)
9698 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9699 (eldoc-mode-line-string): New variable.
9700 (eldoc-minibuffer-message): New function.
9701 (eldoc-message-function): New variable.
9702 (eldoc-message): Use it.
9703 (eldoc-display-message-p)
9704 (eldoc-display-message-no-interference-p):
9705 Support eldoc-post-insert-mode.
9706
9707 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9708 (eval-expression): Run it.
9709
9710 2013-03-17 Roland Winkler <winkler@gnu.org>
9711
9712 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9713 strings in the list of return values.
9714
9715 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9716
9717 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9718 radix before checking for HMS forms.
9719
9720 2013-03-16 Leo Liu <sdl.web@gmail.com>
9721
9722 * progmodes/scheme.el: Add indentation and font-locking for λ.
9723 (Bug#13975)
9724
9725 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9726
9727 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9728 token before point (bug#13942).
9729
9730 2013-03-16 Leo Liu <sdl.web@gmail.com>
9731
9732 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
9733
9734 2013-03-16 Eli Zaretskii <eliz@gnu.org>
9735
9736 * startup.el (command-line-normalize-file-name): Fix handling of
9737 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9738 <xfq.free@gmail.com> in
9739 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9740
9741 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
9742
9743 Sync with Tramp 2.2.7.
9744
9745 * net/trampver.el: Update release number.
9746
9747 2013-03-14 Tassilo Horn <tsdh@gnu.org>
9748
9749 * doc-view.el: Fix bug#13887.
9750 (doc-view-insert-image): Don't modify overlay associated to
9751 non-live windows, and implement horizontal centering of image in
9752 case it's smaller than the window.
9753 (doc-view-new-window-function): Force redisplay of new windows on
9754 doc-view buffers.
9755
9756 2013-03-13 Karl Fogel <kfogel@red-bean.com>
9757
9758 * saveplace.el (save-place-alist-to-file): Don't sort
9759 `save-place-alist', just pretty-print it (bug#13882).
9760
9761 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
9762
9763 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9764 Check whether `default-file-name-coding-system' is bound.
9765 It isn't in XEmacs.
9766
9767 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9770 backquotes for `obsolete' (bug#13929).
9771
9772 * international/mule.el (find-auto-coding): Include file name in
9773 obsolescence warning (bug#13922).
9774
9775 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9776
9777 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9778 for CFEngine 3-specific indentation.
9779 (cfengine3-indent-line): Use it. Fix up category regex.
9780 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9781
9782 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * type-break.el (type-break-file-name):
9785 * textmodes/remember.el (remember-data-file):
9786 * strokes.el (strokes-file):
9787 * shadowfile.el (shadow-initialize):
9788 * saveplace.el (save-place-file):
9789 * ps-bdf.el (bdf-cache-file):
9790 * progmodes/idlwave.el (idlwave-config-directory):
9791 * net/quickurl.el (quickurl-url-file):
9792 * international/kkc.el (kkc-init-file-name):
9793 * ido.el (ido-save-directory-list-file):
9794 * emulation/viper.el (viper-custom-file-name):
9795 * emulation/vip.el (vip-startup-file):
9796 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9797 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9798
9799 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9800
9801 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9802 * language/thai-word.el: Switch to UTF-8.
9803
9804 See ChangeLog.16 for earlier changes.
9805
9806 ;; Local Variables:
9807 ;; coding: utf-8
9808 ;; End:
9809
9810 Copyright (C) 2011-2013 Free Software Foundation, Inc.
9811
9812 This file is part of GNU Emacs.
9813
9814 GNU Emacs is free software: you can redistribute it and/or modify
9815 it under the terms of the GNU General Public License as published by
9816 the Free Software Foundation, either version 3 of the License, or
9817 (at your option) any later version.
9818
9819 GNU Emacs is distributed in the hope that it will be useful,
9820 but WITHOUT ANY WARRANTY; without even the implied warranty of
9821 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9822 GNU General Public License for more details.
9823
9824 You should have received a copy of the GNU General Public License
9825 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.