* progmodes/octave.el (octave-help-mode): Adapt to change to
[bpt/emacs.git] / lisp / ChangeLog
1 2013-11-22 Leo Liu <sdl.web@gmail.com>
2
3 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4 (Bug#15076)
5 (octave-help-mode): Adapt to change to help-mode-finish to use
6 derived-mode-p on 2013-09-17.
7 (inferior-octave-prompt): Also match octave-gui.
8
9 2013-11-22 Leo Liu <sdl.web@gmail.com>
10
11 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
12 (inferior-octave-startup, inferior-octave-check-process)
13 (inferior-octave-track-window-width-change)
14 (octave-completion-at-point, octave-eldoc-function): Use it.
15 (octave-kill-process): Provide confirmation. (Bug#10564)
16
17 2013-11-21 Leo Liu <sdl.web@gmail.com>
18
19 * progmodes/octave.el (octave-mode, inferior-octave-mode): Fix
20 obsolete variable comment-use-global-state.
21
22 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
23
24 * progmodes/octave.el (octave-mode-map, octave-mode-menu): Add
25 `octave-source-file'.
26 (octave-source-file): New function. (Bug#15935)
27
28 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
29
30 * net/eww.el (eww-local-regex): New variable.
31 (eww): Use it to detect localhost and similar.
32
33 2013-11-21 Leo Liu <sdl.web@gmail.com>
34
35 Add completion for command `ag'.
36 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
37 (pcomplete/ag): New function.
38 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
39
40 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
43 (bug#14646).
44 (make-obsolete): Remove interactive spec.
45
46 2013-11-21 Glenn Morris <rgm@gnu.org>
47
48 * startup.el (command-line-1): Use path-separator with -L.
49
50 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
51
52 * emacs-lisp/package.el (describe-package-1): Add package archive
53 to shown fields.
54
55 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
56
57 * ses.el (ses-mode): Doc fix. (Bug#14748)
58
59 2013-11-20 Leo Liu <sdl.web@gmail.com>
60
61 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
62
63 2013-11-19 Dan Nicolaescu <dann@gnu.org>
64
65 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
66 when rebase or bisect are in progress.
67
68 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
69
70 * filenotify.el (file-notify-add-watch): Doc fix.
71
72 2013-11-19 Leo Liu <sdl.web@gmail.com>
73
74 * obsolete/rcompile.el: Mark obsolete.
75
76 * progmodes/compile.el (compilation-start)
77 (compilation-goto-locus, compilation-find-file):
78 Pass no-display-ok and handle nil value from display-buffer.
79 (Bug#13594)
80
81 * window.el (display-buffer-alist, display-buffer): Document the
82 new parameter no-display-ok.
83
84 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * electric.el (electric-indent-mode-map): Remove.
87 (electric-indent-mode): Change the global-map instead (bug#15915).
88
89 * textmodes/text-mode.el (paragraph-indent-minor-mode):
90 Use add-function.
91
92 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * emacs-lisp/nadvice.el (remove-function): Align with
95 add-function's behavior.
96
97 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
98 (gdb--string-regexp): New constant.
99 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
100 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
101 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
102 submatch 1.
103 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
104 Adjust use accordingly.
105 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
106
107 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
108
109 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
110 interpolation curlies (Bug#15914).
111
112 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
113
114 * calc/calc.el (calc-context-sensitive-enter): New variable.
115 (calc-enter): Use `calc-context-sensitive-enter'.
116
117 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
118
119 * progmodes/cfengine.el: Version bump.
120 (cfengine-cf-promises): New defcustom to locate cf-promises.
121 (cfengine3-vartypes): Add new "data" type.
122 (cfengine3--current-word): New function to get current name-like
123 word or its bounds.
124 (cfengine3--current-function): New function to look up a CFEngine
125 function's definition.
126 (cfengine3-format-function-docstring): New function.
127 (cfengine3-make-syntax-cache): New function.
128 (cfengine3-documentation-function): New function: ElDoc glue.
129 (cfengine3-completion-function): New function: completion glue.
130 (cfengine3-mode): Set `compile-command',
131 `eldoc-documentation-function', and add to
132 `completion-at-point-functions'.
133
134 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
135
136 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
137 `tramp-current-connection'.
138
139 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
140
141 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
142 nil/self/true/false with "end of symbol".
143
144 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
145
146 * subr.el (version-regexp-alist): Fix a typo.
147
148 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
149
150 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
151 "en_US.utf8" and "LC_CTYPE" to "".
152 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
153 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
154
155 2013-11-15 Leo Liu <sdl.web@gmail.com>
156
157 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
158
159 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * progmodes/gud.el (ctl-x-map):
162 Remove C-x SPC binding. (Bug#12342)
163 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
164
165 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
166
167 * subr.el (version-regexp-alist):
168 Recognize hg, svn and darcs versions as snapshot versions.
169
170 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
171 Add the ability to always insert an utf-8 encoding comment.
172 Fix and simplify coding comment update logic.
173
174 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
175
176 * net/tramp-gvfs.el (top): Run init code only when
177 `tramp-gvfs-enabled' is not nil.
178 (tramp-gvfs-enabled): Check also :system bus.
179
180 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 Sync with upstream verilog-mode revision 78e66ba.
183 * progmodes/verilog-mode.el (verilog-end-of-defun)
184 (verilog-type-completion, verilog-get-list): Remove unused funcs.
185 (verilog-get-end-of-defun): Remove unused argument.
186 (verilog-comment-depth): Remove unused local `e'.
187 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
188 Don't pass arg to verilog-get-end-of-defun.
189
190 2013-11-14 Glenn Morris <rgm@gnu.org>
191
192 * obsolete/assoc.el (aget): Prefix dynamic variable.
193
194 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
195
196 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * widget.el, hfy-cmap.el: Remove bogus package version number.
199
200 2013-11-13 Glenn Morris <rgm@gnu.org>
201
202 * replace.el (replace-eval-replacement):
203 Try to give more helpful error message. (Bug#15836)
204
205 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
206 (archive-7z-update): Avoid custom type mismatches.
207
208 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
209
210 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
211
212 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
213 address can be empty.
214
215 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
216 Accept nil SWITCHES.
217 (tramp-gvfs-handle-write-region): Implement APPEND.
218
219 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
220
221 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
222 binary "|" operator and closing block args delimiter.
223 Remove FIXME comment referring to Ruby 1.8-only syntax.
224 (ruby-smie--implicit-semi-p): Not after "|" operator.
225 (ruby-smie--closing-pipe-p): New function.
226 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
227 (ruby-smie-rules): Indent after "|".
228
229 2013-11-12 Glenn Morris <rgm@gnu.org>
230
231 * ps-print.el (ps-face-attribute-list):
232 Handle anonymous faces. (Bug#15827)
233
234 2013-11-12 Martin Rudalics <rudalics@gmx.at>
235
236 * window.el (display-buffer-other-frame): Fix doc-string.
237 (Bug#15868)
238
239 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * subr.el (force-mode-line-update): Delete, move to buffer.c.
242
243 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
244
245 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
246 (tramp-sh-handle-file-local-copy): Don't write a message when
247 saving temporary files.
248
249 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
250 both directories are remote.
251 (tramp-smb-handle-directory-files): Do not return double entries.
252 Do not expand full file names.
253 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
254 (tramp-smb-handle-write-region): Implement APPEND.
255 (tramp-smb-get-stat-capability): Fix a stupid bug.
256
257 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
260
261 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
262
263 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
264 throwing error over malformed let/let* (bug#15814).
265
266 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * iswitchb.el (iswitchb-mode): Mark obsolete.
269
270 2013-11-11 Glenn Morris <rgm@gnu.org>
271
272 * international/uni-bidi.el, international/uni-category.el:
273 * international/uni-name.el, international/uni-numeric.el:
274 Regenerate for Unicode 6.3.0.
275
276 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
277
278 * net/tramp.el (tramp-methods):
279 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
280 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
281
282 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
283
284 * progmodes/sh-script.el (sh-font-lock-keywords-var):
285 Force highlighting text after Summary keyword in doc face for rpm.
286
287 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
288
289 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
290 available and the word has no wildcards, append one to the grep pattern.
291 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
292 (ispell-complete-word): Call `ispell-lookup-words' with the value
293 independent of `ispell-look-p'.
294
295 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
296
297 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
298 Not after "||".
299 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
300 their parent.
301
302 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
305 (ruby-font-lock-keywords): Use backquote.
306
307 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
308
309 * progmodes/ruby-mode.el (ruby-smie--forward-token)
310 (ruby-smie--backward-token): Only consider full-string matches.
311
312 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
313
314 * faces.el (describe-face): Add distant-foreground.
315
316 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
317
318 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
319 Use `ruby-encoding-magic-comment-style' to control the
320 style of the auto-inserted encoding comment.
321
322 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
323
324 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
325 Use `smie-backward-sexp' with token argument.
326
327 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
328
329 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
330 Remove instrumentation code.
331
332 2013-11-08 Glenn Morris <rgm@gnu.org>
333
334 * progmodes/autoconf.el (autoconf-mode):
335 Tweak comment-start-skip. (Bug#15822)
336
337 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
340 at bobp (bug#15826).
341 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
342
343 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
344
345 * man.el (Man-start-calling): New macro, extracted from
346 Man-getpage-in-background.
347 (Man-getpage-in-background): Use it.
348 (Man-update-manpage): New command.
349 (Man-mode-map): Bind it.
350
351 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
352
353 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
354 of "and", "or", "&&" and "||".
355 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
356 argument. Prohibit opening curly brace because it could only be a
357 block opener in that position.
358 (ruby-smie--forward-token, ruby-smie--backward-token):
359 Separate "|" from "&" or "*" going after it. That can happen in block
360 arguments.
361 (ruby-smie--indent-to-stmt): New function, seeks the end of
362 previous statement or beginning of buffer.
363 (ruby-smie-rules): Use it.
364 (ruby-smie-rules): Check if there's a ":" before a curly block
365 opener candidate; if there is, it's a hash.
366
367 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
368
369 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
370 (cl--block-wrapper): Fix last accidental change.
371
372 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
373
374 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
375 Instrument, in order to hunt failure on hydra.
376
377 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
378
379 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
380 malformed bindings form (bug#15814).
381
382 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
383
384 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
385 "." compared to " @ ". This incidentally fixes some indentation
386 examples with "do".
387 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
388 (ruby-smie-grammar): New tokens: "and" and "or".
389 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
390 Exclude "and" and "or". Remove "do" in order to work around token
391 priorities.
392 (ruby-smie-rules): Add all infix tokens. Handle the case of
393 beginning-of-buffer.
394
395 2013-11-06 Glenn Morris <rgm@gnu.org>
396
397 * Makefile.in (setwins_almost, setwins_for_subdirs):
398 Avoid accidental matches.
399
400 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * menu-bar.el (popup-menu): Use key-binding.
403
404 2013-11-06 Eli Zaretskii <eliz@gnu.org>
405
406 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
407 menus, support also the menus produced by minor modes.
408 (Bug#15817)
409
410 2013-11-06 Leo Liu <sdl.web@gmail.com>
411
412 * thingatpt.el (thing-at-point-looking-at): Add optional arg
413 DISTANCE to bound the search. All uses changed. (Bug#15808)
414
415 2013-11-06 Glenn Morris <rgm@gnu.org>
416
417 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
418 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
419 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
420
421 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * electric.el (electric-indent-just-newline): New command.
424 (electric-indent-mode-map): New keymap.
425 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
426 Re-add :group which weren't redundant.
427
428 * electric.el (electric-indent-local-mode): New minor mode.
429 (electric-indent-functions-without-reindent): New var.
430 (electric-indent-post-self-insert-function): Use it.
431 * emacs-lisp/gv.el (buffer-local-value): Add setter.
432
433 2013-11-05 Eli Zaretskii <eliz@gnu.org>
434
435 * international/quail.el (quail-help): Be more explicit about the
436 meaning of the labels shown on the keys. (Bug#15800)
437
438 * startup.el (normal-top-level): Load the subdirs.el files before
439 setting the locale environment. (Bug#15805)
440
441 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
444 via arguments so as to get the right ones (bug#15418).
445
446 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
447
448 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
449
450 Fix problems found while writing a test suite.
451
452 * net/tramp-compat.el (tramp-compat-load): New defun.
453 * net/tramp.el (tramp-handle-load): Use it.
454
455 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
456 "(numberp ok-if-already-exists)" correctly.
457
458 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
459
460 * international/characters.el (glyphless-char-display-control):
461 Add usage note.
462
463 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
464
465 * progmodes/python.el (python-mode):
466 * progmodes/scheme.el (scheme-mode):
467 * progmodes/prolog.el (prolog-mode):
468 * progmodes/ruby-mode.el (ruby-mode):
469 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
470 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
471
472 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * rect.el (rectangle--highlight-for-redisplay):
475 * emacs-lisp/smie.el (smie--next-indent-change):
476 Use buffer-chars-modified-tick.
477
478 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
479
480 * electric.el (electric-indent-post-self-insert-function):
481 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
482
483 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
484
485 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
486
487 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
488
489 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
490 (bug#15786).
491
492 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
495
496 * progmodes/python.el: Fix up last change.
497 (python-shell--save-temp-file): New function.
498 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
499 `string' comes from the current buffer.
500 (python-shell-send-string-no-output): Remove `msg' arg.
501 (python--use-fake-loc): New var.
502 (python-shell-buffer-substring): Obey it. Try to compensate for the
503 extra coding line added by python-shell--save-temp-file.
504 (python-shell-send-region): Use python-shell--save-temp-file and
505 python-shell-send-file directly. Add `nomain' argument.
506 (python-shell-send-buffer): Use python-shell-send-region.
507 (python-electric-pair-string-delimiter): New function.
508 (python-mode): Use it.
509
510 2013-11-04 Eli Zaretskii <eliz@gnu.org>
511
512 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
513 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
514 environment and decoding all of the default-directory's to here
515 from command-line.
516 (command-line): Decode also argv[0].
517
518 * loadup.el: Error out if default-directory is a multibyte string
519 when we are dumping.
520
521 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
522
523 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
524
525 * emacs-lisp/package.el (package-menu-mode)
526 (package-menu--print-info, package-menu--archive-predicate):
527 Add Archive column to package list.
528
529 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
530
531 Fix problems found while writing a test suite.
532
533 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
534 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
535 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
536 to nil when running original file name handler. Otherwise,
537 there are problems with constructs like "$$FOO".
538
539 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
540 for `localname'.
541
542 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
543
544 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
545
546 * subr.el (version<, version<=, version=):
547 Update docstrings with information for snapshot versions.
548
549 * helpers.el: New library for misc helper functions.
550 (hash-table-keys): New function returning a list of hash keys.
551 (hash-table-values): New function returning a list of hash values.
552
553 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
554
555 * progmodes/ruby-mode.el (ruby-smie--forward-token)
556 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
557
558 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
559
560 * textmodes/fill.el (fill-single-char-nobreak-p): New function
561 checking whether point is after a 1-letter word.
562
563 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
564
565 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
566 Don't infloop when expanding region over `multiline' syntax-type that
567 begins a line (bug#15778).
568
569 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
572 Make it into a proper minor mode.
573 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
574 (rectangle-mark-mode-map): New keymap.
575 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
576
577 2013-11-04 Glenn Morris <rgm@gnu.org>
578
579 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
580
581 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
584 (ruby-smie-rules): Use smie-rule-parent instead.
585
586 * emacs-lisp/smie.el (smie-rule-parent): Always call
587 smie-indent-virtual rather than only for hanging tokens.
588 (smie--next-indent-change): New helper command.
589
590 2013-11-03 Glenn Morris <rgm@gnu.org>
591
592 * Makefile.in (abs_srcdir): Remove.
593 (emacs): Unset EMACSLOADPATH.
594
595 2013-11-02 Glenn Morris <rgm@gnu.org>
596
597 * Makefile.in (EMACS): Use a relative filename.
598 (abs_top_builddir): Remove.
599 (custom-deps, finder-data, autoloads): Use --chdir.
600
601 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
602
603 Use relative filenames in TAGS files.
604 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
605 (lisptagsfiles4, TAGS): Use relative file names.
606 (TAGS-LISP): Remove.
607 (maintainer-clean): No more TAGS-LISP file.
608
609 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
610 (lisptagsfiles4): Use absolute filenames again.
611 (TAGS, TAGS-LISP): Not everything needs to run in one line.
612 Remove all *loaddefs files, not just the first. Remove esh-groups.
613 (maintainer-clean): Delete TAGS, TAGS-LISP.
614
615 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
616
617 * emacs-lisp/package.el (package-version-join):
618 Recognize snapshot versions.
619
620 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
621
622 * subr.el (version-regexp-alist): Add support for snapshot versions.
623
624 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
625
626 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
627 New function, replacement for `smie-rule-parent' for when we want to
628 skip over our direct parent if it's an assignment token..
629 (ruby-smie-rules): Use it.
630
631 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
632
633 * progmodes/ruby-mode.el Use `syntax-propertize-function'
634 unconditionally. Remove now unnecessary forward declarations.
635 Remove XEmacs-specific setup.
636 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
637 (ruby-font-lock-syntactic-keywords)
638 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
639 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
640 (ruby-here-doc-end-syntax): Remove.
641 (ruby-mode): Don't check whether `syntax-propertize-rules' is
642 defined as function.
643
644 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
645
646 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
647
648 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
649
650 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
651 table and abbrev table, `define-derived-mode' does that for us
652 anyway.
653
654 2013-11-01 Glenn Morris <rgm@gnu.org>
655
656 * Makefile.in: Remove manual mh-e dependencies (writing .elc
657 files is atomic for some time, so no parallel compilation issues).
658
659 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
660
661 * faces.el (face-x-resources): Add :distant-foreground.
662 (region): Use :distant-foreground for gtk and ns.
663
664 2013-11-01 Tassilo Horn <tsdh@gnu.org>
665
666 Allow multiple bibliographies when BibLaTeX is used rather than
667 BibTeX.
668 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
669 (reftex-locate-bibliography-files): Us it.
670
671 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
672
673 * image.el (image-type-header-regexps): Fix the 'pbm' part to
674 allow comments in pbm files.
675
676 * term/w32-win.el (dynamic-library-alist): Support newer versions
677 of libjpeg starting with v7: look only for the DLL from the
678 version against which Emacs was built.
679 Support versions of libpng beyond 1.4.x.
680 Support libtiff v4.x.
681
682 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
683
684 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
685 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
686 Add property :safe.
687 (ruby-deep-arglist): Add property :type.
688
689 2013-10-31 Glenn Morris <rgm@gnu.org>
690
691 * Makefile.in (custom-deps, finder-data): No need to setq the target
692 variables, we are in the right directory and the defaults work fine.
693
694 2013-10-30 Glenn Morris <rgm@gnu.org>
695
696 * Makefile.in (autoloads): Do not use abs_lisp.
697
698 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
699 `newline' does not respect `standard-output', so use `princ'.
700
701 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
702
703 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
704 * buff-menu.el (Buffer-menu--unmark): New function.
705 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
706
707 2013-10-30 Glenn Morris <rgm@gnu.org>
708
709 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
710
711 * emacs-lisp/package.el (lm-homepage): Declare.
712
713 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
714 Fix doc typos.
715
716 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
717
718 * Makefile.in (finder-data, autoloads, update-subdirs)
719 (compile-main, compile-clean, compile-always, bootstrap-clean):
720 Check return value of cd.
721 (compile-calc): Remove.
722
723 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
726
727 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
728 (byte-compile-and-folded): New function.
729 (=, <, >, <=, >=): Use it.
730
731 * dos-w32.el (minibuffer-history-case-insensitive-variables)
732 (path-separator, null-device, buffer-file-coding-system)
733 (lpr-headers-switches): Check system-type before modifying them.
734 (find-buffer-file-type-coding-system): Mark obsolete.
735 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
736 find-file-not-found-set-buffer-file-coding-system.
737 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
738 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
739 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
740 (w32-direct-print-region-helper, w32-direct-print-region-function)
741 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
742 * startup.el (normal-top-level-add-subdirs-to-load-path):
743 * ps-print.el (ps-print-region-function):
744 * lpr.el (print-region-function): Use new name.
745
746 * subr.el (custom-declare-variable-early): Remove function.
747 (custom-declare-variable-list): Remove var.
748 (error, user-error): Remove `while' loop.
749 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
750 (user-emacs-directory-warning, locate-user-emacs-file):
751 Move to files.el.
752 * simple.el (read-quoted-char-radix, read-quoted-char):
753 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
754 Move from subr.el.
755 * custom.el (custom-declare-variable-list): Don't process
756 custom-declare-variable-list.
757
758 * progmodes/python.el (python-shell-get-buffer): New function.
759 (python-shell-get-process): Use it.
760 (python-shell-send-string): Always use utf-8 and add a cookie to tell
761 Python which encoding was used. Don't split-string since we only care
762 about the first line. Return the temp-file, if applicable.
763 (python-shell-send-region): Tell compile.el how to turn locations in
764 the temp-file into locations in the source buffer.
765
766 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * subr.el (undefined): Add missing behavior from the C code for
769 unbound keys.
770
771 * rect.el: Use lexical-binding. Add new rectangular region support.
772 (rectangle-mark): New command.
773 (rectangle--region): New var.
774 (deactivate-mark-hook): Reset rectangle--region.
775 (rectangle--extract-region, rectangle--insert-for-yank)
776 (rectangle--highlight-for-redisplay)
777 (rectangle--unhighlight-for-redisplay): New functions.
778 (region-extract-function, redisplay-unhighlight-region-function)
779 (redisplay-highlight-region-function): Use them to handle
780 rectangular region.
781 * simple.el (region-extract-function): New var.
782 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
783 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
784 (kill-region): Replace obsolete `yank-handler' arg with `region'.
785 (copy-region-as-kill, kill-ring-save): Add `region' argument.
786 (redisplay-unhighlight-region-function)
787 (redisplay-highlight-region-function): New vars.
788 (redisplay--update-region-highlight): New function.
789 (pre-redisplay-function): Use it.
790 (exchange-point-and-mark): Don't deactivate the mark before
791 reactivate-it anyway.
792 * comint.el (comint-kill-region): Remove yank-handler argument.
793 * delsel.el (delete-backward-char, backward-delete-char-untabify)
794 (delete-char): Remove property, since it's now part of their
795 default behavior.
796 (self-insert-iso): Remove property since this command doesn't exist.
797
798 * emacs-lisp/package.el (package--download-one-archive)
799 (describe-package-1): Don't query the user about final newline.
800
801 2013-10-29 Daniel Colascione <dancol@dancol.org>
802
803 * net/tramp.el (tramp-methods): Document new functionality.
804 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
805 tramp-hostname-checker if method provides one instead of scanning
806 argument list for "%h" to decide hostname acceptability.
807
808 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
809
810 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
811 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
812 Handle COPY-CONTENTS. (Bug#15737)
813
814 2013-10-28 Daiki Ueno <ueno@gnu.org>
815
816 * epa-file.el
817 (epa-file-cache-passphrase-for-symmetric-encryption):
818 Document that this option has no effect with GnuPG 2.0 (bug#15552).
819
820 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
821
822 * image.el (defimage):
823 (image-load-path): Doc fixes.
824
825 2013-10-27 Alan Mackenzie <acm@muc.de>
826
827 Indent statements in macros following "##" correctly.
828 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
829 Modify the "#" arm of a cond form to handle "#" and "##" operators.
830
831 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
832
833 * linum.el (linum-update-window): Fix boundary test (bug#13446).
834
835 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
836
837 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
838 after `=' is probably a new expression.
839
840 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
841
842 * man.el (man-imenu-title): New option.
843 (Man-mode-map): Add menu. (Bug#15722)
844 (Man-mode): Add imenu to menu.
845
846 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
847
848 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
849 specific in what the first arg can be: a non-keyword word,
850 string/regexp/percent literal opener, opening paren, or unary
851 operator followed directly by word.
852
853 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
854
855 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
856 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
857 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
858 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
859 Remove vars, they do not apply any more.
860 (prolog-mode-abbrev-table): Remove redundant declaration.
861 (prolog-upper-case-string, prolog-lower-case-string): Remove.
862 (prolog-use-smie): Remove.
863 (prolog-smie-rules): Add indentation rule for the if-then-else layout
864 supported by prolog-electric-if-then-else-flag.
865 (prolog-mode-variables, prolog-menu): Use setq-local.
866 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
867 Remove binding to `Backspace' since this key doesn't exist anyway.
868 Remove bindings for electric self-inserting keys.
869 (prog-mode): Assume it's defined.
870 (prolog-post-self-insert): New function.
871 (prolog-mode): Use it.
872 (prolog-indent-line, prolog-indent-level)
873 (prolog-find-indent-of-matching-paren)
874 (prolog-indentation-level-of-line, prolog-goto-comment-column)
875 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
876 (prolog-goto-next-paren, prolog-in-string-or-comment)
877 (prolog-tokenize, prolog-inside-mline-comment)
878 (prolog-find-start-of-mline-comment): Remove functions.
879 (prolog-find-unmatched-paren, prolog-clause-end)
880 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
881 (prolog-electric--if-then-else): Rename from
882 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
883 (prolog-tokenize-searchkey): Remove const.
884 (prolog-clause-info): Use forward-sexp.
885 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
886 (prolog-electric-if-then-else): Remove commands.
887 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
888 for use in post-self-insert-hook.
889 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
890 for use in post-self-insert-hook.
891 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
892 for use in post-self-insert-hook.
893 (prolog-electric--underscore): Rename from prolog-electric--underscore;
894 adapt it for use in post-self-insert-hook.
895
896 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
897
898 * emacs-lisp/ert.el (ert-run-tests-interactively):
899 Use `completing-read'. (Bug#9756)
900
901 2013-10-25 Eli Zaretskii <eliz@gnu.org>
902
903 * simple.el (line-move): Call line-move-1 instead of
904 line-move-visual when the current window hscroll is zero, but
905 temporary-goal-column indicates we will need to hscroll as result
906 of the movement. (Bug#15712)
907
908 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
909
910 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
911 capitalization. Use :visible instead of :active.
912 Fix `ruby-indent-exp' reference. Add menu items for the generic
913 commands that are used with SMIE.
914 (ruby-do-end-to-brace): Insert space after `{'.
915
916 2013-10-25 John Anthony <john@jo.hnanthony.com>
917
918 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
919
920 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
921
922 2013-10-25 Glenn Morris <rgm@gnu.org>
923
924 * vc/vc.el (vc-print-log): Don't use a working revision unless
925 one was explicitly specified. (Bug#15322)
926
927 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * subr.el (add-to-list): Preserve return value in compiler-macro
930 (bug#15692).
931
932 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
933
934 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
935 result. Ask user to retry using '-all' flag. (Bug#15701)
936
937 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * emacs-lisp/smie.el: New smie-config system.
940 (smie-config): New defcustom.
941 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
942 (smie-config-guess, smie-config-save): New commands.
943 (smie-config--mode-local, smie-config--buffer-local)
944 (smie-config--trace, smie-config--modefuns): New vars.
945 (smie-config--advice, smie-config--mode-hook)
946 (smie-config--setter, smie-config-local, smie-config--get-trace)
947 (smie-config--guess-value, smie-config--guess): New functions.
948 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
949 text properties. Treat "string fence" syntax like string syntax.
950
951 * progmodes/sh-script.el (sh-use-smie): Change default.
952 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
953 (sh-var-value): Simplify by CSE.
954 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
955 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
956 is used.
957 (sh-guess-basic-offset): Use cl-incf.
958 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
959
960 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
961
962 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
963 (bug#15699).
964
965 2013-10-24 Glenn Morris <rgm@gnu.org>
966
967 * Makefile.in (abs_top_srcdir): Remove.
968 (update-subdirs): Use relative path to update-subdirs.
969
970 2013-10-24 Eli Zaretskii <eliz@gnu.org>
971
972 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
973 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
974 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
975 Call unmsys--file-name before expand-file-name, not after it.
976
977 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
978
979 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
980 (ert-test-skipped): New error.
981 (ert-skip, ert-stats-skipped): New defuns.
982 (ert--skip-unless): New macro.
983 (ert-test-skipped): New struct.
984 (ert--run-test-debugger, ert-test-result-type-p)
985 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
986 (ert--stats-set-test-and-result, ert-char-for-test-result)
987 (ert-string-for-test-result, ert-run-tests-batch)
988 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
989 Handle skipped tests. (Bug#9803)
990
991 2013-10-24 Glenn Morris <rgm@gnu.org>
992
993 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
994
995 * Makefile.in (abs_top_srcdir): New, set by configure.
996 (update-subdirs): Correct build-aux location.
997
998 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
999
1000 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1001 value, whether we could auto-deduce `backend', or not.
1002
1003 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1004 with parameters" example. Simplify the "is it block or is it
1005 hash" check, but also make it more thorough.
1006
1007 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1008
1009 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1010
1011 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1014 { if it is hanging.
1015
1016 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1017 :before ";".
1018
1019 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1020
1021 * progmodes/compile.el (compilation-directory-matcher)
1022 (compilation-page-delimiter):
1023 Support GNU Make-4.0 directory quoting. (Bug#15678)
1024
1025 2013-10-23 Leo Liu <sdl.web@gmail.com>
1026
1027 * ido.el (ido-tidy): Handle read-only text.
1028
1029 2013-10-23 Glenn Morris <rgm@gnu.org>
1030
1031 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1032 (emacs, compile, compile-always):
1033 Quote entities that might contain whitespace.
1034 (custom-deps, finder-data, autoloads): Use abs_lisp.
1035 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1036 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1037 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1038
1039 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1040
1041 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1042 Use `following-char'.
1043
1044 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1047 * progmodes/ruby-mode.el (ruby-smie-rules):
1048 Remove corresponding workaround. Fix indentation rule of ";" so it
1049 also applies when ";" is the parent.
1050
1051 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1052
1053 * frame.el (display-screens, display-pixel-height)
1054 (display-pixel-width, display-mm-width, display-backing-store)
1055 (display-save-under, display-planes, display-color-cells)
1056 (display-visual-class, display-monitor-attributes-list):
1057 Mention the optional ‘display’ argument in doc strings.
1058
1059 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1060
1061 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1062 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1063
1064 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1065
1066 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1067 TODO. Add "." after " @ ".
1068 (ruby-smie--at-dot-call): New function. Checks if point at method
1069 call with explicit target.
1070 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1071 to the method name tokens when it precedes them.
1072 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1073 (ruby-smie-rules): Add rule for indentation before and after "."
1074 token.
1075
1076 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1077
1078 * textmodes/remember.el (remember-diary-extract-entries):
1079 Avoid add-to-list.
1080
1081 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1082 an instruction.
1083
1084 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1085
1086 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1087 (ruby-smie--implicit-semi-p): Add new operator chars.
1088
1089 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1090 `smie-down-list'.
1091 (ruby-smie--args-separator-p): Check that there's no newline
1092 between method call and its arguments.
1093
1094 2013-10-20 Alan Mackenzie <acm@muc.de>
1095
1096 Allow comma separated lists after Java "implements".
1097
1098 * progmodes/cc-engine.el (c-backward-over-enum-header):
1099 Parse commas.
1100 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1101 from a "disallowed" list in enum fontification.
1102
1103 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1104
1105 * startup.el (default-frame-background-mode): Remove unused defvar.
1106
1107 * progmodes/verilog-mode.el (verilog-mode): Don't set
1108 comment-indent-function globally.
1109
1110 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1111
1112 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1113 Move Info menu item creation to ns-win.el.
1114
1115 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1116 in menu bar.
1117
1118 * menu-bar.el: Move GNUStep specific menus...
1119
1120 * term/ns-win.el (ns-initialize-window-system): ... to here.
1121
1122 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * simple.el (newline): Only run post-self-insert-hook when
1125 called interactively.
1126
1127 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1128
1129 * icomplete.el (icomplete-with-completion-tables): Add :version.
1130
1131 2013-10-19 Alan Mackenzie <acm@muc.de>
1132
1133 Fix fontification bugs with constructors and const.
1134
1135 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1136 CASE 2) Remove the check for the absence of a suffix construct
1137 after a function declaration with only types (no identifiers) in
1138 the parentheses. Also, accept a function declaration with just a
1139 type inside the parentheses, if this type can be positively
1140 recognised as such, or if a prefix keyword like "explicit" nails
1141 down the construct as a declaration.
1142
1143 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1144
1145 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1146 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1147 the problem whereby selecting a menu item that leads to a
1148 minibuffer prompt moves the cursor out of the minibuffer window,
1149 making it hard to type at the prompt. Suggested by Stefan Monnier
1150 <monnier@iro.umontreal.ca>.
1151
1152 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1153
1154 * menu-bar.el: Don't make Services menu.
1155
1156 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1157
1158 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1159 (ffap-alist): Use ffap-c++-mode for c++-mode.
1160 (ffap-c++-path): New variable.
1161 (ffap-c++-mode): New function.
1162
1163 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1164
1165 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1166
1167 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1168
1169 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1170 introduced on 2013-09-08, which results in an infinite loop
1171 requesting a password.
1172
1173 2013-10-18 Glenn Morris <rgm@gnu.org>
1174
1175 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1176
1177 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1178
1179 Sync with upstream verilog-mode revision 1a6ecec7.
1180 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1181 (verilog-mode-release-date): Remove.
1182 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1183 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1184 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1185 (verilog-auto-tieoff-ignore-regexp)
1186 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1187 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1188 (verilog-signals-with, verilog-dir-cache-preserving)
1189 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1190 Doc fixes.
1191 (verilog-case-fold): New option, to control case folding in
1192 regexp searches, bug597.
1193 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1194 (verilog-string-match-fold, verilog-in-paren-count)
1195 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1196 (verilog-at-close-struct-p): New functions.
1197 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1198 (verilog-forward-sexp, verilog-set-auto-endcomments):
1199 (verilog-leap-to-case-head): Handle "unique0" case.
1200 (verilog-in-constraint-re): New constant.
1201 (verilog-keywords, verilog-type-font-keywords):
1202 Add some SystemVerilog 1800-2012 keywords.
1203 (verilog-label-be): Remove unimplemented argument, bug669.
1204 (verilog-batch-execute-func): When batch expanding clear
1205 create-lockfiles to prevent spurious user locks when a file ends
1206 up not changing.
1207 (verilog-calculate-indent, verilog-calc-1)
1208 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1209 (verilog-do-indent): Fix indentation of nested constraints
1210 and structures.
1211 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1212 (verilog-auto-inst-param): Use verilog-string-match-fold.
1213 (verilog-read-inst-module-matcher):
1214 Fix AUTOINST on gate primitives with #1.
1215 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1216 Reads all user-defined typed variables.
1217 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1218 (verilog-signals-matching-regexp)
1219 (verilog-signals-not-matching-regexp, verilog-auto):
1220 Respect verilog-case-fold.
1221 (verilog-diff-report): Fix line count.
1222 (verilog-auto-assign-modport): Remove unused local `modi'.
1223 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1224 better handle multidimensional arrays.
1225 Fix packed array ports misadding bit index in AUTOINST, bug637.
1226 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1227 to not double-declare existing outputs and inputs, respectively.
1228 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1229 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1230 (verilog-sk-uvm-component): New skeleton.
1231 (verilog-submit-bug-report): Add verilog-case-fold,
1232 remove verilog-mode-release-date.
1233
1234 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1235
1236 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1237 as before.
1238
1239 2013-10-18 Reuben Thomas <rrt@sc3d.org>
1240
1241 * textmodes/remember.el (remember): set buffer-offer-save in
1242 remember buffers (bug#13566).
1243
1244 2013-10-18 Daniel Colascione <dancol@dancol.org>
1245
1246 When evaluating forms in ielm, direct standard output to ielm
1247 buffer. Add new ielm-return-for-effect command. Remove trailing
1248 whitespace throughout.
1249
1250 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1251 (ielm-return-for-effect): New command.
1252 (ielm-send-input): Accept optional `for-effect' parameter.
1253 (ielm-eval-input): Accept optional `for-effect' parameter.
1254 Bind `standard-output' to stream we create using
1255 `ielm-standard-output-impl'. Suppress printing result when
1256 `for-effect'.
1257 (ielm-standard-output-impl): New function.
1258 (inferior-emacs-lisp-mode): Explain new features in documentation.
1259
1260 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
1261
1262 Code cleanup.
1263
1264 * net/tramp.el (tramp-debug-message): Do not check for connection
1265 buffer.
1266 (tramp-message): Use "vector" connection property.
1267
1268 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1269 (tramp-equal-remote, tramp-eshell-directory-change)
1270 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1271 (tramp-adb-handle-rename-file)
1272 * net/tramp-cmds.el (tramp-list-remote-buffers)
1273 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1274 * net/tramp-compat.el (tramp-compat-process-running-p)
1275 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1276 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1277 (tramp-gvfs-handle-rename-file)
1278 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1279 (tramp-set-file-uid-gid)
1280 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1281 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1282 of `file-remote-p'.
1283
1284 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1285 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1286 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1287 (tramp-gw-open-network-stream): Suppress unrelated traces.
1288
1289 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1290 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1291 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1292 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1293 connection property.
1294
1295 * net/tramp-cache.el (top): Suppress traces when reading
1296 persistency file.
1297
1298 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1299 Refactor common code. Improve debug message.
1300 (tramp-maybe-open-connection)
1301 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1302 connection buffer too early.
1303
1304 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1305 from `tramp-smb-actions-with-acl'.
1306 (tramp-smb-actions-set-acl): New defconst.
1307 (tramp-smb-handle-copy-directory)
1308 (tramp-smb-action-get-acl): New defun, renamed from
1309 `tramp-smb-action-with-acl'.
1310 (tramp-smb-action-set-acl): New defun.
1311 (tramp-smb-handle-set-file-acl): Rewrite.
1312
1313 2013-10-17 Glenn Morris <rgm@gnu.org>
1314
1315 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1316
1317 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * skeleton.el (skeleton-newline): Remove.
1320 (skeleton-internal-1): Use (insert "\n") instead.
1321
1322 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1323 let-bindings.
1324
1325 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1326 forward-sexp-function while we redo its job (bug#15613).
1327
1328 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1329
1330 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1331 represented by lists.
1332
1333 2013-10-16 Glenn Morris <rgm@gnu.org>
1334
1335 * tmm.el (tmm--history): New dynamic variable.
1336 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1337
1338 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
1339
1340 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1341 (tramp-smb-errors): Add error messages.
1342 (tramp-smb-actions-with-acl): New defconst.
1343 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1344 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1345 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1346 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1347 (tramp-smb-get-stat-capability): Fix tests.
1348
1349 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1350
1351 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1352 (bug#15580).
1353
1354 2013-10-16 Glenn Morris <rgm@gnu.org>
1355
1356 * ansi-color.el (ansi-color-drop-regexp):
1357 Add 1J, 1K, 2K. (Bug#15617)
1358
1359 * files.el (hack-local-variables--warned-lexical): New.
1360 (hack-local-variables):
1361 Warn about misplaced lexical-binding. (Bug#15616)
1362
1363 * net/eww.el (eww-render): Always set eww-current-url,
1364 and update header line. (Bug#15622)
1365 (eww-display-html): ... Rather than just doing it here.
1366
1367 2013-10-15 Eli Zaretskii <eliz@gnu.org>
1368
1369 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1370 menu navigations commands.
1371
1372 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1373
1374 * progmodes/subword.el (subword-capitalize): Be careful when
1375 the search for [[:alpha:]] fails (bug#15580).
1376
1377 2013-10-14 Eli Zaretskii <eliz@gnu.org>
1378
1379 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1380 to commands that scroll the menu.
1381
1382 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1383
1384 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1385 Handle methods ending with `?' and `!'.
1386
1387 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
1388
1389 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1390 `japanese-cp932' to `cp932' to fix the problem where saving a
1391 source file written in Shift_JIS twice would end up having
1392 `coding: japanese-cp932' which Ruby could not recognize.
1393 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1394 in `ruby-encoding-map'.
1395 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1396 doesn't need to be explicitly declared in magic comment.
1397 (ruby-encoding-map): Add type declaration for better customize UI.
1398
1399 2013-10-13 Glenn Morris <rgm@gnu.org>
1400
1401 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1402 Occur buffers are read-only. http://bugs.debian.org/720775
1403
1404 * emacs-lisp/authors.el (authors-fixed-entries):
1405 Comment out old alpha stuff.
1406
1407 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1408
1409 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1410 to `after-save-hook' instead of `before-save-hook'.
1411 (ruby-mode-set-encoding): Use the value of coding system used to
1412 write the file. Call `basic-save-buffer-1' after modifying the
1413 buffer.
1414
1415 2013-10-13 Alan Mackenzie <acm@muc.de>
1416
1417 Fix indentation/fontification of Java enum with
1418 "implements"/generic.
1419
1420 * progmodes/cc-engine.el (c-backward-over-enum-header):
1421 Extracted from the three other places and enhanced to handle generics.
1422 (c-inside-bracelist-p): Uses new function above.
1423 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1424 function above.
1425 (c-font-lock-enum-tail): Uses new function above.
1426
1427 2013-10-13 Kenichi Handa <handa@gnu.org>
1428
1429 * international/mule-cmds.el (select-safe-coding-system): Remove a
1430 superfluous condition in chekcing whether a coding system is safe
1431 or not.
1432
1433 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1434
1435 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1436
1437 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
1438
1439 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1440
1441 2013-10-13 Glenn Morris <rgm@gnu.org>
1442
1443 * menu-bar.el (menu-bar-update-buffers):
1444 Unify Buffers menu prompt string. (Bug#15576)
1445
1446 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1447
1448 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1449 Add some entries.
1450 (authors-fixed-entries): Use accented form of name.
1451
1452 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1455 method calls (bug#15594).
1456 (ruby-smie--args-separator-p): New function.
1457 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1458 recognize paren-free method calls.
1459
1460 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1461 internals of universal-argument.
1462
1463 2013-10-11 Eli Zaretskii <eliz@gnu.org>
1464
1465 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1466 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1467 dropped menu on second mouse click on the menu bar.
1468
1469 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1472 (explicit-shell-file-name): Declare.
1473 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1474 (sh-completion-at-point-function): New function.
1475 (sh-mode): Use it.
1476 (sh-smie--keyword-p): Remove unused argument.
1477 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1478 vars.
1479 (sh-set-shell): Always setup SMIE, even if we use the
1480 old indentation code.
1481
1482 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1483
1484 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1485 cases of ? and =.
1486 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1487 predicate would return nil are almost non-existent.
1488 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1489
1490 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1491 cache also after commands that modify the buffer but don't move
1492 point.
1493
1494 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * env.el (substitute-env-in-file-name): New function.
1497 (substitute-env-vars): Extend the meaning of the optional arg.
1498
1499 2013-10-10 Eli Zaretskii <eliz@gnu.org>
1500
1501 * term/w32-win.el (dynamic-library-alist): Define separate lists
1502 of GIF DLLs for versions before and after 5.0.0 of giflib.
1503 (Bug#15531)
1504
1505 2013-10-10 João Távora <joaotavora@gmail.com>
1506
1507 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1508 not locked, use last revision and current source as
1509 defaults. (Bug#15569)
1510
1511 2013-10-10 Masatake YAMATO <yamato@redhat.com>
1512
1513 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1514 menu-bar is hidden.
1515
1516 2013-10-10 Martin Rudalics <rudalics@gmx.at>
1517
1518 * window.el (pop-to-buffer-same-window): Fix doc-string.
1519 (Bug#15492)
1520
1521 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1524
1525 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1526
1527 * calendar/icalendar.el (icalendar-import-file):
1528 Fix interactive spec. (Bug#15482)
1529
1530 2013-10-10 Glenn Morris <rgm@gnu.org>
1531
1532 * desktop.el (desktop-save): Default to saving in .emacs.d,
1533 since PWD is no longer in desktop-path by default. (Bug#15319)
1534
1535 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1536 now that text mode has a menu with the same entry.
1537 (menu-bar-text-mode-auto-fill): Remove now unused func.
1538 * textmodes/text-mode.el (text-mode-map):
1539 Use auto-fill help text from menu-bar.el.
1540
1541 2013-10-10 John Anthony <john@jo.hnanthony.com>
1542
1543 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1544
1545 2013-10-09 Juri Linkov <juri@jurta.org>
1546
1547 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1548 instead of this-command-keys. Add universal-argument-more and
1549 universal-argument-minus to the list of prefix commands. (Bug#15568)
1550
1551 2013-10-09 Glenn Morris <rgm@gnu.org>
1552
1553 * vc/vc-svn.el (vc-svn-create-repo):
1554 Expand paths in file://... url. (Bug#15446)
1555
1556 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1557 Add some entries.
1558 (authors): Remove unused local variables.
1559
1560 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * profiler.el: Create a more coherent calltree from partial backtraces.
1563 (profiler-format): Hide the tail with `invisible' so that C-s can still
1564 find the hidden elements.
1565 (profiler-calltree-depth): Don't recurse so enthusiastically.
1566 (profiler-function-equal): New hash-table-test.
1567 (profiler-calltree-build-unified): New function.
1568 (profiler-calltree-build): Use it.
1569 (profiler-report-make-name-part): Indent the calltree less.
1570 (profiler-report-mode): Add visibility specs for profiler-format.
1571 (profiler-report-expand-entry, profiler-report-toggle-entry):
1572 Expand the whole subtree when provided with a prefix arg.
1573
1574 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1575
1576 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1577 iuwu-mod token.
1578 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1579 hanging iuwu-mod token.
1580 (ruby-smie--forward-token): Do not include a dot after a token in
1581 that token.
1582 (ruby-smie--backward-token): Likewise.
1583
1584 2013-10-08 Juri Linkov <juri@jurta.org>
1585
1586 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1587 to isearch-other-control-char.
1588 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1589 and isearch-post-command-hook to post-command-hook.
1590 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1591 and isearch-post-command-hook from post-command-hook.
1592 (isearch-unread-key-sequence)
1593 (isearch-reread-key-sequence-naturally)
1594 (isearch-lookup-scroll-key, isearch-other-control-char)
1595 (isearch-other-meta-char): Remove functions.
1596 (isearch-pre-command-hook, isearch-post-command-hook):
1597 New functions based on isearch-other-meta-char rewritten
1598 relying on the new behavior of overriding-terminal-local-map
1599 that does not replace the local keymaps any more. (Bug#15200)
1600
1601 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1602
1603 Support menus on text-mode terminals.
1604 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1605 functionality.
1606
1607 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1608
1609 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1610 Move here from mouse.el.
1611 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1612 and arrow keys.
1613 (tty-menu-navigation-map): New map for TTY menu navigation.
1614
1615 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1616
1617 * frame.el (display-mouse-p): Report text-mode mouse as available
1618 on w32.
1619 (display-popup-menus-p): Report availability if mouse is
1620 available; don't condition on window-system.
1621
1622 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1623 (tty-menu-selected-face): New faces.
1624
1625 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1628 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1629 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1630 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1631 New constants.
1632 (lisp-mode-variables): New `elisp' argument.
1633 (emacs-lisp-mode): Use it.
1634 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1635 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1636
1637 * indent.el: Use lexical-binding.
1638 (indent-region): Add progress reporter.
1639 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1640 last step.
1641 (indent--next-tab-stop): New function to implement this behavior.
1642 (tab-to-tab-stop, move-to-tab-stop): Use it.
1643
1644 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
1645
1646 * indent.el (indent-rigidly--current-indentation): New function.
1647 (indent-rigidly-map): New var.
1648 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1649
1650 2013-10-08 Bastien Guerry <bzg@gnu.org>
1651
1652 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1653
1654 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * progmodes/perl-mode.el: Use lexical-binding.
1657 Remove redundant :group args.
1658 (perl-nochange): Change default to be closer to other major modes's
1659 standard behavior.
1660 (perl-indent-line): Don't consider text on current line as a
1661 valid beginning of function from which to indent.
1662
1663 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1664 with more than one argument (bug#15538).
1665
1666 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1667
1668 * vc/pcvs.el: Use lexical-binding.
1669 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1670 environment of `eval'.
1671 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1672 than a list of expressions. Adjust callers.
1673 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1674
1675 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1676
1677 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
1678 case of the dot in a chained method call being on the following line.
1679
1680 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * electric.el (electric-indent-inhibit): New var.
1683 (electric-indent-post-self-insert-function): Use it.
1684 * progmodes/python.el (python-mode): Set it.
1685
1686 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1687 open braces.
1688
1689 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1690
1691 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1692 (css-mode): Use electric-indent-chars.
1693
1694 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1695 (font-lock-beg, font-lock-end): Move before first use.
1696 (nxml-mode): Use syntax-propertize-function.
1697 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1698 (nxml-extend-after-change-region): Remove.
1699 * nxml/xmltok.el: Use lexical-binding.
1700 (xmltok-save): Use `declare'.
1701 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1702 * nxml/nxml-util.el: Use lexical-binding.
1703 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1704 Use `declare'.
1705 * nxml/nxml-ns.el: Use lexical-binding.
1706 (nxml-ns-save): Use `declare'.
1707 (nxml-ns-prefixes-for): Avoid add-to-list.
1708 * nxml/rng-match.el: Use lexical-binding.
1709 (rng--ipattern): Use cl-defstruct.
1710 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1711 (rng-cons-group-after, rng-subst-group-after)
1712 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1713 Use closures instead of `(lambda...).
1714
1715 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1716
1717 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1718 of BEG and END.
1719
1720 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1721 Use `tramp-handle-insert-file-contents'.
1722 (tramp-gvfs-handle-insert-file-contents): Remove function.
1723
1724 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1725 Use `save-restriction' in order to keep markers.
1726
1727 * net/trampver.el: Update release number.
1728
1729 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * progmodes/compile.el (compilation-parse-errors):
1732 Use compilation--put-prop.
1733 (compilation--ensure-parse): Check compilation-multiline.
1734
1735 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1736
1737 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1738 lexical-binding.
1739
1740 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1741
1742 * progmodes/ruby-mode.el: Fix recently added tests.
1743 (ruby-smie-grammar): Add - and +.
1744 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1745 (ruby-smie--backward-id): New functions.
1746 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1747 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1748 any more.
1749
1750 2013-10-07 Leo Liu <sdl.web@gmail.com>
1751
1752 * register.el (register-preview-delay)
1753 (register-preview-functions): New variables.
1754 (register-read-with-preview, register-preview)
1755 (register-describe-oneline): New functions.
1756 (point-to-register, window-configuration-to-register)
1757 (frame-configuration-to-register, jump-to-register)
1758 (number-to-register, view-register, insert-register)
1759 (copy-to-register, append-to-register, prepend-to-register)
1760 (copy-rectangle-to-register): Use register-read-with-preview to
1761 read register. (Bug#15525)
1762
1763 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1764
1765 * net/network-stream.el (network-stream-open-starttls): Don't add
1766 --insecure if it's already present, because that gnutls-cli
1767 rejects getting that parameter twice.
1768
1769 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1770
1771 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1772 keyword, too.
1773
1774 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1775
1776 * newcomment.el (comment-use-global-state): Change default value
1777 to t, mark obsolete (Bug#15251).
1778 (comment-beginning): In addition to `comment-to-syntax', check the
1779 value of `comment-use-global-state'.
1780
1781 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1784 (ruby-comment-column): Follow the global default, by default.
1785 (ruby-smie-grammar): Add assignment syntax.
1786 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1787 open-paren, a comma, or a \.
1788 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1789 and line continuations.
1790 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1791 followed by implicit semi-colons. Add rule for string concatenation
1792 and for indentation at BOB.
1793 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1794
1795 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1796 calling next-sexp, since next-token may have skipped chars which
1797 next-sexp doesn't know should be skipped!
1798
1799 2013-10-05 Leo Liu <sdl.web@gmail.com>
1800
1801 * progmodes/octave.el (octave-send-region):
1802 Call compilation-forget-errors.
1803
1804 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1805
1806 * vc/vc-svn.el (vc-svn-find-admin-dir):
1807 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1808 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1809 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1810 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1811
1812 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1815
1816 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * subr.el (read-passwd): Hide chars even when called within a context
1819 where after-change-functions is disabled (bug#15501).
1820 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1821 until we removed ourself from overriding-terminal-local-map.
1822
1823 2013-10-04 Leo Liu <sdl.web@gmail.com>
1824
1825 * progmodes/octave.el (inferior-octave-mode):
1826 Call compilation-forget-errors.
1827
1828 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1829
1830 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1831
1832 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
1833
1834 * net/secrets.el (secrets-create-collection): Add optional
1835 argument ALIAS. Use proper Label keyword. Append ALIAS as
1836 dbus-call-method argument. (Bug#15516)
1837
1838 2013-10-04 Leo Liu <sdl.web@gmail.com>
1839
1840 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1841 (inferior-octave-compilation-font-lock-keywords): New variables.
1842 (compilation-error-regexp-alist)
1843 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1844 (inferior-octave-mode): Use compilation-shell-minor-mode.
1845
1846 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1847
1848 * minibuffer.el (completion--replace): Be careful that `end' might be
1849 a marker.
1850
1851 2013-10-03 Daiki Ueno <ueno@gnu.org>
1852
1853 Add support for package signature checking.
1854 * emacs-lisp/package.el (url-http-file-exists-p)
1855 (epg-make-context, epg-context-set-home-directory)
1856 (epg-verify-string, epg-context-result-for)
1857 (epg-signature-status, epg-signature-to-string)
1858 (epg-check-configuration, epg-configuration)
1859 (epg-import-keys-from-file): Declare.
1860 (package-check-signature): New user option.
1861 (package-unsigned-archives): New user option.
1862 (package-desc): Add `signed' field.
1863 (package-load-descriptor): Set `signed' field if .signed file exists.
1864 (package--archive-file-exists-p): New function.
1865 (package--check-signature): New function.
1866 (package-install-from-archive): Check package signature.
1867 (package--download-one-archive): Check archive signature.
1868 (package-delete): Remove .signed file.
1869 (package-import-keyring): New command.
1870 (package-refresh-contents): Import default keyring.
1871 (package-desc-status): Add "unsigned" status.
1872 (describe-package-1, package-menu--print-info)
1873 (package-menu-mark-delete, package-menu--find-upgrades)
1874 (package-menu--status-predicate): Support "unsigned" status.
1875
1876 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1879 the new compilation scheme using the new byte-codes.
1880
1881 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1882 (byte-pophandler): New byte codes.
1883 (byte-goto-ops): Adjust accordingly.
1884 (byte-compile--use-old-handlers): New var.
1885 (byte-compile-catch): Use new byte codes depending on
1886 byte-compile--use-old-handlers.
1887 (byte-compile-condition-case--old): Rename from
1888 byte-compile-condition-case.
1889 (byte-compile-condition-case--new): New function.
1890 (byte-compile-condition-case): New function that dispatches depending
1891 on byte-compile--use-old-handlers.
1892 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1893 when we can.
1894
1895 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1896 Optimize under `condition-case' and `catch' if
1897 byte-compile--use-old-handlers is nil.
1898 (disassemble-offset): Handle new bytecodes.
1899
1900 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * subr.el (error): Use `declare'.
1903 (decode-char, encode-char): Use advertised-calling-convention instead
1904 of the docstring to discourage use of the `restriction' arg.
1905
1906 2013-10-03 Daiki Ueno <ueno@gnu.org>
1907
1908 * epg.el (epg-verify-file): Add a comment saying that it does not
1909 notify verification error as a return value nor a signal.
1910 (epg-verify-string): Ditto.
1911
1912 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1913
1914 * progmodes/compile.el (compilation-start): Try globbing the arg to
1915 `cd' (bug#15417).
1916
1917 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1918
1919 Sync with Tramp 2.2.8.
1920
1921 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1922 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1923 * net/trampver.el: Update release number.
1924
1925 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1926
1927 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1928 and default-process-coding-system for darwin only.
1929
1930 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1933
1934 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1935
1936 * vc/vc-git.el (vc-git-grep): Disable pager.
1937
1938 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1939
1940 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1941 Use :url instead of :homepage, as per
1942 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1943
1944 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1945 non-nil, use `syntax-ppss' (Bug#15251).
1946
1947 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1948
1949 * progmodes/octave.el (inferior-octave-startup-file):
1950 Prefer ~/.emacs.d/init_octave.m.
1951
1952 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1953
1954 * emacs-lisp/package.el (package-desc-from-define):
1955 Accept additional arguments as plist, convert them to an alist and store
1956 them in the `extras' slot.
1957 (package-generate-description-file): Convert extras alist back to
1958 plist and append to the `define-package' form arguments.
1959 (package--alist-to-plist): New function.
1960 (package--ac-desc): Add `extras' slot.
1961 (package--add-to-archive-contents): Check if the archive-contents
1962 vector is long enough, and if it is, pass its `extras' slot value
1963 to `package-desc-create'.
1964 (package-buffer-info): Call `lm-homepage', pass the returned value
1965 to `package-desc-from-define'.
1966 (describe-package-1): Render the homepage button (Bug#13291).
1967
1968 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1969 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
1970
1971 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
1972
1973 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1974 and default-process-coding-system to utf-8-unix (Bug#15402).
1975
1976 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1977
1978 * subr.el (looking-back): Do not recommend using looking-back.
1979
1980 2013-09-28 Alan Mackenzie <acm@muc.de>
1981
1982 Fix indentation/fontification of Java enum with "implements".
1983
1984 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1985 regexp which matches "implements", etc., in Java.
1986 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1987 specifier clauses coming after "enum".
1988 * progmodes/cc-fonts.el (c-font-lock-declarations)
1989 (c-font-lock-enum-tail): Check for extra specifier clauses coming
1990 after "enum".
1991
1992 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
1993
1994 * faces.el (region): Change ns_selection_color to
1995 ns_selection_fg_color, add ns_selection_bg_color.
1996
1997 2013-09-28 Leo Liu <sdl.web@gmail.com>
1998
1999 * progmodes/octave.el (inferior-octave-completion-table)
2000 (inferior-octave-completion-at-point): Minor tweaks.
2001
2002 * textmodes/ispell.el (ispell-lookup-words): Rename from
2003 lookup-words. (Bug#15460)
2004 (lookup-words): Obsolete.
2005 (ispell-complete-word, ispell-command-loop): All uses changed.
2006
2007 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2008
2009 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2010 (octave-mode-menu): Add octave-send-buffer.
2011 (octave-send-buffer): New function.
2012
2013 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2014
2015 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2016 octave-lookfor.
2017 (octave-mode-menu): Add octave-lookfor.
2018 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2019 octave-lookfor.
2020 (octave-lookfor): New function.
2021
2022 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * emacs-lisp/cl-macs.el:
2025 (cl--loop-destr-temps): Remove.
2026 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2027 its convention.
2028 (cl--loop-set-iterator-function): New function.
2029 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2030 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2031 Bind `it' with `let' instead of substituting it with `cl-subst'.
2032 (cl--unused-var-p): New function.
2033 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2034 Eliminate some unused variable warnings (bug#15326).
2035
2036 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2037
2038 * doc-view.el (doc-view-scale-reset): Rename from
2039 `doc-view-reset-zoom-level'.
2040 (doc-view-scale-adjust): New command.
2041 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2042 `doc-view-scale-adjust'.
2043
2044 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2045
2046 * doc-view.el (doc-view-reset-zoom-level): New command.
2047 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2048 zoom commands (bug#15466).
2049
2050 2013-09-26 Kenichi Handa <handa@gnu.org>
2051
2052 * international/quail.el (quail-help): Make it not a command.
2053
2054 2013-09-26 Leo Liu <sdl.web@gmail.com>
2055
2056 * minibuffer.el (completion-all-sorted-completions): Make args
2057 optional as they are.
2058
2059 2013-09-25 Daniel Colascione <dancol@dancol.org>
2060
2061 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2062 specs are and that they're not evaluated.
2063
2064 2013-09-24 Sam Steingold <sds@gnu.org>
2065
2066 * midnight.el (clean-buffer-list-kill-regexps)
2067 (clean-buffer-list-kill-buffer-names): Update for the new Man
2068 buffer naming which includes the object name.
2069
2070 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2073 (eshell-parse-command, eshell-parse-pipeline): Use it since
2074 eshell-separate-commands requires a dynamic scoped var.
2075 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2076
2077 2013-09-23 Leo Liu <sdl.web@gmail.com>
2078
2079 * autoinsert.el (auto-insert-alist): Make the value of
2080 lexical-binding match its file setting.
2081
2082 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2083
2084 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2085
2086 * autoarg.el (autoarg-kp-digit-argument):
2087 * electric.el (Electric-command-loop):
2088 * kmacro.el (kmacro-step-edit-insert):
2089 Do not set universal-argument-num-events.
2090
2091 2013-09-22 Leo Liu <sdl.web@gmail.com>
2092
2093 * files.el (interpreter-mode-alist): Add octave.
2094
2095 2013-09-21 Alan Mackenzie <acm@muc.de>
2096
2097 C++: fontify identifier in declaration following "public:" correctly.
2098 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2099 to match "public", etc.
2100 (c-decl-prefix-re): Add ":" into the C++ value.
2101 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2102 bit. Add a check for a ":" preceded by "public", etc.
2103
2104 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2105
2106 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2107 recognized by GDB 7.5 and later.
2108
2109 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2110
2111 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2112
2113 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * subr.el (internal--call-interactively): New const.
2116 (called-interactively-p): Use it (bug#3984).
2117
2118 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2119
2120 * vc/pcvs.el (cvs-mode-ignore):
2121 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2122 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2123
2124 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2127 (eshell-ls-orig-insert-directory): Remove.
2128 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2129 (eshell-ls-use-in-dired): Use advice-add/remove.
2130 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2131 Add `orig-fun' arg for use in :around advice.
2132 Make it check (redundantly) eshell-ls-use-in-dired.
2133
2134 2013-09-19 Glenn Morris <rgm@gnu.org>
2135
2136 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2137
2138 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2139
2140 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2141
2142 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2143
2144 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2145 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2146 (tramp-get-remote-python): New defuns.
2147 (tramp-get-remote-uid-with-perl)
2148 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2149 contributed by yary <not.com@gmail.com> (tiny change).
2150 (tramp-get-remote-uid-with-python)
2151 (tramp-get-remote-gid-with-python): New defuns. Python code
2152 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2153 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2154
2155 2013-09-19 Glenn Morris <rgm@gnu.org>
2156
2157 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2158
2159 * eshell/em-unix.el (eshell-remove-entries):
2160 Rename argument to avoid name-clash with global `top-level'.
2161
2162 * eshell/esh-proc.el (eshell-kill-process-function):
2163 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2164 (eshell-reset-after-proc): Remove unused arg `proc'.
2165
2166 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2167 (directory-files-and-attributes): Mark unused arg.
2168
2169 * eshell/em-unix.el (eshell-remove-entries):
2170 Remove unused arg `path'. Update callers.
2171
2172 * eshell/em-hist.el (eshell-hist-parse-arguments):
2173 Remove unused arg `silent'. Update callers.
2174
2175 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2176 Fix (f)boundp mix-up.
2177
2178 * eshell/em-smart.el (eshell-smart-scroll-window)
2179 (eshell-disable-after-change):
2180 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2181
2182 2013-09-18 Alan Mackenzie <acm@muc.de>
2183
2184 Fix fontification of type when followed by "const".
2185 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2186 "known" types from fontification.
2187
2188 2013-09-18 Glenn Morris <rgm@gnu.org>
2189
2190 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2191 (chart-face-list): Drop Emacsen without display-color-p.
2192
2193 * net/eww.el (libxml-parse-html-region): Declare.
2194 (eww-display-html): Explicit error if no libxml2 support.
2195
2196 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2197
2198 * image.el (image-type-from-buffer, image-multi-frame-p):
2199 Remove --without-x warning/error.
2200
2201 * mouse.el (mouse-yank-primary):
2202 * term.el (term-mouse-paste):
2203 Reorder to silence --without-x compilation.
2204
2205 * mpc.el (doc-view-mode): Silence --without-x compilation.
2206
2207 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2208 Silence --without-x compilation.
2209
2210 * progmodes/gud.el (gud-find-file, gud-mode):
2211 Silence --without-x compilation.
2212 (tooltip-mode): Declare.
2213
2214 * wdired.el (dired-backup-overwrite): Remove declaration.
2215 (wdired-mode-map): Add doc string.
2216
2217 * custom.el (x-get-resource): Declare.
2218
2219 * eshell/em-glob.el (ange-cache):
2220 * eshell/em-unix.el (ange-cache): Declare.
2221
2222 * faces.el (x-display-list, x-open-connection, x-get-resource):
2223 Declare.
2224
2225 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2226 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2227 Declare.
2228
2229 * frame.el (x-display-grayscale-p, x-display-name): Declare.
2230
2231 * net/gnutls.el (gnutls-log-level): Declare.
2232
2233 * net/shr.el (image-size, image-animate): Declare.
2234
2235 * simple.el (font-info): Declare.
2236
2237 * subr.el (x-popup-dialog): Declare.
2238
2239 * term/common-win.el (x-select-enable-primary)
2240 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2241 Declare.
2242
2243 * term/ns-win.el (x-handle-args): Declare.
2244
2245 * term/x-win.el (x-select-enable-clipboard): Declare.
2246
2247 * term/w32-win.el (create-default-fontset): Declare.
2248
2249 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2250 Declare.
2251
2252 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2253 (fit-frame-to-buffer): Explicit error if --without-x.
2254 (mouse-autoselect-window-select): Silence compiler.
2255
2256 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2257
2258 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2259 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2260 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2261 * eshell/esh-util.el (eshell-sublist):
2262 Remove unused local variables.
2263
2264 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2265
2266 * textmodes/two-column.el: Make 2C-split work for --without-x.
2267 (scroll-bar-columns): Autoload.
2268 (top-level): Require fringe when compiling.
2269
2270 2013-09-18 Leo Liu <sdl.web@gmail.com>
2271
2272 * subr.el (add-hook): Robustify to handle closure as well.
2273
2274 2013-09-17 Glenn Morris <rgm@gnu.org>
2275
2276 * simple.el (messages-buffer-mode-map): Unbind "g".
2277
2278 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * help-mode.el (help-mode-finish): Use derived-mode-p.
2281 Remove obsolete highlighting.
2282
2283 * play/life.el (life-mode): Use define-derived-mode. Derive from
2284 special-mode.
2285 (life): Let-bind inhibit-read-only.
2286 (life-setup): Avoid `setq'. Use `life-mode'.
2287
2288 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2289 which should not be needed any more.
2290 (package-menu-refresh, package-menu-describe-package): Use user-error.
2291
2292 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2293 (eshell-post-rewrite-command-hook): Make obsolete.
2294 (eshell-parse-command): Simplify.
2295 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2296 (eshell--cmd): Declare.
2297 (eshell-parse-pipeline): Remove unused var `final-p'.
2298 Pass a dynvar to eshell-post-rewrite-command-hook.
2299 Implement the new eshell-post-rewrite-command-function.
2300 (eshell-invoke-directly): Remove unused arg `input'.
2301 * eshell/esh-io.el (eshell-io-initialize):
2302 Use eshell-post-rewrite-command-function (bug#15399).
2303 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2304 adjust to new calling convention.
2305 (eshell-create-handles): Rename args to avoid clashing with dynvar
2306 `standard-output'.
2307
2308 2013-09-17 Glenn Morris <rgm@gnu.org>
2309
2310 * simple.el (messages-buffer-mode): New major mode.
2311 (messages-buffer): New function.
2312 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2313 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2314 (ert-run-test): Use `messages-buffer' function.
2315 (ert--force-message-log-buffer-truncation): Ignore read-only.
2316 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2317 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2318
2319 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2322
2323 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2324
2325 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * icomplete.el (icomplete-in-buffer): New var.
2328 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2329 vars and replace them with functions.
2330 (icomplete-minibuffer-setup): Adjust accordingly.
2331 (icomplete--completion-table, icomplete--completion-predicate)
2332 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2333 New functions.
2334 (icomplete-forward-completions, icomplete-backward-completions)
2335 (icomplete-simple-completing-p, icomplete-exhibit)
2336 (icomplete-completions): Use them.
2337 (icomplete--in-region-buffer): New var.
2338 (icomplete--in-region-setup): New function.
2339 (icomplete-mode): Use it.
2340
2341 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2342 (bug#15379).
2343 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2344 return args and options.
2345 (eshell-eval-using-options): Use the new return value of
2346 eshell--do-opts to set the options's vars in their scope.
2347 (eshell--set-option): Rename from eshell-set-option.
2348 Add arg `opt-vals'.
2349 (eshell--process-option): Rename from eshell-process-option.
2350 Add arg `opt-vals'.
2351 (eshell--process-args): Use an `opt-vals' alist to store the options's
2352 values during their processing and return them additionally to the
2353 remaining args.
2354
2355 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2356
2357 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2358 continuation character an operator, as far as indentation is
2359 concerned (Bug#15369).
2360
2361 2013-09-15 Martin Rudalics <rudalics@gmx.at>
2362
2363 * window.el (window--state-put-2): Don't process buffer state
2364 when buffer doesn't exist any more (Bug#15382).
2365
2366 2013-09-15 Glenn Morris <rgm@gnu.org>
2367
2368 * eshell/em-unix.el (eshell/rm):
2369 Make -f ignore missing files. (Bug#15373)
2370
2371 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2372 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2373 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2374
2375 2013-09-14 Glenn Morris <rgm@gnu.org>
2376
2377 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2378
2379 2013-09-13 Glenn Morris <rgm@gnu.org>
2380
2381 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2382 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2383
2384 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2385
2386 * frame.el (x-focus-frame): Mark as declared in frame.c.
2387
2388 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * ls-lisp.el: Use advice-add.
2391 (original-insert-directory): Remove.
2392 (ls-lisp--insert-directory): Rename from insert-directory; add
2393 `orig-fun' argument.
2394 (insert-directory): Advise.
2395
2396 2013-09-13 Eli Zaretskii <eliz@gnu.org>
2397
2398 * term.el (term-emulate-terminal): Decode the command string
2399 before passing it to term-command-hook. (Bug#15337)
2400
2401 2013-09-13 Glenn Morris <rgm@gnu.org>
2402
2403 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2404
2405 * eshell/esh-ext.el (eshell-search-path): Declare.
2406
2407 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2408 Otherwise an error occurs if eshell-dirs module not loaded.
2409
2410 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2411
2412 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
2413
2414 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2415 `tramp-check-proper-host'. Check for a valid method name.
2416
2417 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2418 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2419 * net/tramp-sh.el (tramp-maybe-open-connection):
2420 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2421
2422 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2423 also for hash values.
2424
2425 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2426
2427 * term/ns-win.el (parameters): Don't declare as dynamic.
2428 (before-make-frame-hook): Don't add ineffective function.
2429
2430 * eshell/*.el: Use lexical-binding (bug#15231).
2431
2432 2013-09-12 Kenichi Handa <handa@gnu.org>
2433
2434 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2435
2436 2013-09-12 Glenn Morris <rgm@gnu.org>
2437
2438 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2439 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2440
2441 * subr.el (do-after-load-evaluation): Also give compiler warnings
2442 when obsolete files are used (except by obsolete files).
2443
2444 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2445 in the status output, assume `filename' is the first. (Bug#15322)
2446
2447 * vc/vc.el (vc-deduce-fileset): Doc fix.
2448
2449 * calc/calc-help.el (Info-goto-node):
2450 * progmodes/cperl-mode.el (Info-find-node):
2451 * vc/ediff.el (Info-goto-node): Update declarations.
2452
2453 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2454
2455 * vc/vc-bzr.el (vc-compilation-mode): Declare.
2456 (vc-bzr-pull): Require vc-dispatcher.
2457 * vc/vc-git.el (vc-compilation-mode): Declare.
2458 (vc-git-pull): Require vc-dispatcher.
2459
2460 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2461
2462 * progmodes/octave.el (help-button-action): Declare.
2463
2464 * shell.el (shell-directory-tracker): Output error as a message
2465 rather than just returning it as a string.
2466 (shell-process-pushd): Remove useless use of message.
2467
2468 * dframe.el (dframe-timer-fn):
2469 * files.el (dir-locals-read-from-file):
2470 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2471 (mpc-format):
2472 * reveal.el (reveal-post-command):
2473 * saveplace.el (load-save-place-alist-from-file):
2474 * shell.el (shell-resync-dirs):
2475 * w32-common-fns.el (x-get-selection-value):
2476 * emacs-lisp/copyright.el (copyright-find-copyright):
2477 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2478 * emulation/tpu-edt.el (tpu-copy-keyfile):
2479 * play/bubbles.el (bubbles--mark-neighbourhood):
2480 * progmodes/executable.el
2481 (executable-make-buffer-file-executable-if-script-p):
2482 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2483
2484 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 Cleanup Eshell to rely less on dynamic scoping.
2487 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2488 last-value, and ext-command here. Bind `args' closer to `body'.
2489 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2490 (eshell--args): Declare new dynamic var.
2491 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2492 last-value, and ext-command. Pass `args' to `body'.
2493 (eshell-process-args): Bind eshell--args.
2494 (eshell-set-option): Use eshell--args.
2495 * eshell/eshell.el (eshell): Use derived-mode-p.
2496 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2497 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2498 (eshell-glob-function): Declare.
2499 * eshell/esh-util.el: Require cl-lib.
2500 (eshell-read-hosts-file): Avoid add-to-list.
2501 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2502 `err'.
2503 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2504 Declare.
2505 (eshell/diff): Remove unused var `err'.
2506 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2507 `killflag'.
2508 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2509 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2510 first use.
2511 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2512 Move declaration before first use.
2513 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2514 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2515 rely on cl-return.
2516
2517 2013-09-12 Glenn Morris <rgm@gnu.org>
2518
2519 * term/ns-win.el (global-map): Remove binding for ispell-next,
2520 deleted 1999-05-29. (Bug#15357)
2521
2522 2013-09-11 Glenn Morris <rgm@gnu.org>
2523
2524 * echistory.el (electric-command-history): Remove call to deleted func.
2525
2526 * play/landmark.el (landmark-mode): Fix typos.
2527
2528 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2529 Check cvs-sort-ignore-file is bound.
2530
2531 * savehist.el: No need for cl when compiling on Emacs.
2532
2533 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2534
2535 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2536 (bug#15338).
2537 (eshell-self-insert-command, eshell-send-invisible):
2538 Remove unused argument.
2539 (eshell-handle-control-codes): Remove unused var `orig'.
2540 Avoid delete-backward-char.
2541
2542 * files.el (set-auto-mode): Simplify a bit further.
2543
2544 2013-09-11 Glenn Morris <rgm@gnu.org>
2545
2546 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2547 (set-auto-mode): Don't regexp-quote elements.
2548 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2549 * progmodes/cc-mode.el (interpreter-mode-alist):
2550 * progmodes/ruby-mode.el (interpreter-mode-alist):
2551 Revert previous change.
2552
2553 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * play/snake.el (snake-mode):
2556 * play/mpuz.el (mpuz-mode):
2557 * play/landmark.el (lm-mode):
2558 * play/blackbox.el (blackbox-mode):
2559 * play/5x5.el (5x5-mode):
2560 * obsolete/options.el (Edit-options-mode):
2561 * net/quickurl.el (quickurl-list-mode):
2562 * net/newst-treeview.el (newsticker-treeview-mode):
2563 * mail/rmailsum.el (rmail-summary-mode):
2564 * mail/mspools.el (mspools-mode):
2565 * locate.el (locate-mode):
2566 * ibuffer.el (ibuffer-mode):
2567 * emulation/ws-mode.el (wordstar-mode):
2568 * emacs-lisp/debug.el (debugger-mode):
2569 * array.el (array-mode):
2570 * net/eudc.el (eudc-mode): Use define-derived-mode.
2571 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2572 Move initialization into declaration.
2573 (mairix-searches-mode): Use define-derived-mode.
2574 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2575 (eudc-edit-hotlist): Use dolist.
2576 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2577 (Man-mode): Use define-derived-mode.
2578 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2579 (Info-edit-mode): Use define-derived-mode.
2580 (Info-cease-edit): Use Info-mode.
2581 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2582 into declaration.
2583 (eshell-mode): Use define-derived-mode.
2584 * chistory.el (command-history-mode-map): Rename from
2585 command-history-map.
2586 (command-history-mode): Use define-derived-mode.
2587 (Command-history-setup): Remove function.
2588 * calc/calc.el (calc-trail-mode-map): New var.
2589 (calc-trail-mode): Use define-derived-mode.
2590 (calc-trail-buffer): Set calc-main-buffer manually.
2591 * bookmark.el (bookmark-insert-annotation): New function.
2592 (bookmark-edit-annotation): Use it.
2593 (bookmark-edit-annotation-mode): Make it a proper major mode.
2594 (bookmark-send-edited-annotation): Use derived-mode-p.
2595 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2596 closer to its ideal place. Use \' to match EOS.
2597
2598 * profiler.el (profiler-calltree-find): Use function-equal.
2599
2600 2013-09-10 Glenn Morris <rgm@gnu.org>
2601
2602 * files.el (interpreter-mode-alist): Convert to regexps.
2603 (set-auto-mode): Adapt for this. (Bug#15306)
2604 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2605 Comment out unused variable.
2606 * progmodes/cc-mode.el (interpreter-mode-alist):
2607 * progmodes/python.el (interpreter-mode-alist):
2608 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2609 * progmodes/sh-script.el (sh-set-shell):
2610 No longer use interpreter-mode-alist to get list of shells.
2611
2612 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2613
2614 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * simple.el: Use set-temporary-overlay-map for universal-argument.
2617 (universal-argument-map): Don't use default-bindings (bug#15317).
2618 Bind switch-frame explicitly. Replace universal-argument-minus with
2619 a conditional binding.
2620 (universal-argument-num-events, saved-overriding-map): Remove.
2621 (restore-overriding-map): Remove.
2622 (universal-argument--mode): Rename from save&set-overriding-map,
2623 and rewrite.
2624 (universal-argument, universal-argument-more, negative-argument)
2625 (digit-argument): Adjust accordingly.
2626 (universal-argument-minus): Remove.
2627 (universal-argument-other-key): Remove.
2628
2629 * subr.el (with-demoted-errors): Add `format' argument.
2630
2631 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
2632
2633 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2634 `tramp-cleanup-connection'.
2635
2636 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2637 parameters KEEP-DEBUG and KEEP-PASSWORD.
2638
2639 * net/tramp.el (tramp-file-name-handler):
2640 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2641 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2642 (tramp-maybe-open-connection):
2643 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2644 Use `tramp-cleanup-connection'.
2645
2646 * net/tramp-sh.el (tramp-maybe-open-connection):
2647 Catch 'uname-changed inside the progress reporter.
2648
2649 2013-09-10 Glenn Morris <rgm@gnu.org>
2650
2651 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2652
2653 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2654 returns "alternate access method" in mode (eg "-rw-r--r--.").
2655
2656 2013-09-08 Glenn Morris <rgm@gnu.org>
2657
2658 * saveplace.el (load-save-place-alist-from-file):
2659 Demote errors. (Bug#15305)
2660
2661 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
2662
2663 Improve compatibility with older Emacsen, and XEmacs.
2664
2665 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2666 only if it is bound. It isn't for XEmacs.
2667 (with-tramp-progress-reporter): Do not let-bind `result'.
2668 This yields to scoping errors in XEmacs.
2669 (tramp-handle-make-auto-save-file-name): New function, moved from
2670 tramp-sh.el.
2671
2672 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2673 for `make-auto-save-file-name'.
2674 (tramp-adb--gnu-switches-to-ash):
2675 Use `tramp-compat-replace-regexp-in-string'.
2676
2677 * net/tramp-cache.el (tramp-cache-print): Call
2678 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2679
2680 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2681 bound. It isn't for XEmacs.
2682
2683 * net/tramp-compat.el (tramp-compat-copy-file):
2684 Catch `wrong-number-of-arguments' error.
2685 (tramp-compat-replace-regexp-in-string): New defun.
2686
2687 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2688 for `make-auto-save-file-name'.
2689 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2690 `copy-file'.
2691 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2692 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2693 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2694
2695 * net/tramp-gw.el (tramp-gw-open-network-stream):
2696 Use `tramp-compat-replace-regexp-in-string'.
2697
2698 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2699 Call `tramp-handle-make-auto-save-file-name'.
2700 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2701 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2702 (tramp-sh-file-inotifywait-process-filter):
2703 Use `tramp-compat-replace-regexp-in-string'.
2704 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2705
2706 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2707 for `make-auto-save-file-name'.
2708 (tramp-smb-handle-copy-directory):
2709 Call `tramp-compat-replace-regexp-in-string'.
2710 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2711 (tramp-smb-handle-copy-file): Improve error message.
2712 (tramp-smb-handle-rename-file): Rename directly only in case
2713 `newname' does not exist yet. This is a restriction of smbclient.
2714 (tramp-smb-maybe-open-connection): Rerun the function only when
2715 `auth-sources' is non-nil.
2716
2717 2013-09-08 Kenichi Handa <handa@gnu.org>
2718
2719 * international/characters.el: Set category "^" (Combining) for
2720 more characters.
2721
2722 2013-09-07 Alan Mackenzie <acm@muc.de>
2723
2724 Correctly fontify Java class constructors.
2725 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2726 in Java Mode.
2727 (c-recognize-typeless-decls): Set the Java value to t.
2728 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2729 While handling a "(", add a check for, effectively, Java, and handle a
2730 "typeless" declaration there.
2731
2732 2013-09-07 Roland Winkler <winkler@gnu.org>
2733
2734 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2735 field subtitle for entry type book.
2736
2737 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * minibuffer.el: Make minibuffer-complete call completion-in-region
2740 rather than other way around.
2741 (completion--some, completion-pcm--find-all-completions):
2742 Don't delay signals when debugging.
2743 (minibuffer-completion-contents): Beware fields within the
2744 minibuffer contents.
2745 (completion-all-sorted-completions): Use defvar-local.
2746 (completion--do-completion, completion--cache-all-sorted-completions)
2747 (completion-all-sorted-completions, minibuffer-force-complete):
2748 Add args `beg' and `end'.
2749 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2750 (minibuffer-complete): Use completion-in-region.
2751 (completion-complete-and-exit): New fun, extracted from
2752 minibuffer-complete-and-exit.
2753 (minibuffer-complete-and-exit): Use it.
2754 (completion--complete-and-exit): Rename from
2755 minibuffer--complete-and-exit.
2756 (completion-in-region--single-word): New function, extracted from
2757 minibuffer-complete-word.
2758 (minibuffer-complete-word): Use it.
2759 (display-completion-list): Make `common-substring' argument obsolete.
2760 (completion--in-region): Call completion--in-region-1 instead of
2761 minibuffer-complete.
2762 (completion-help-at-point): Pass boundaries to
2763 minibuffer-completion-help as args rather than via an overlay.
2764 (completion-pcm--string->pattern): Use `any-delim'.
2765 (completion-pcm--optimize-pattern): New function.
2766 (completion-pcm--pattern->regex): Handle `any-delim'.
2767 * icomplete.el (icomplete-forward-completions)
2768 (icomplete-backward-completions, icomplete-completions):
2769 Adjust calls to completion-all-sorted-completions and
2770 completion--cache-all-sorted-completions.
2771 (icomplete-with-completion-tables): Default to t.
2772 * emacs-lisp/crm.el (crm--current-element): Rename from
2773 crm--select-current-element. Don't put an overlay but return the
2774 boundaries instead.
2775 (crm--completion-command): Take two new args to bind to the boundaries.
2776 (crm-completion-help): Adjust accordingly.
2777 (crm-complete): Use completion-in-region.
2778 (crm-complete-word): Use completion-in-region--single-word.
2779 (crm-complete-and-exit): Use completion-complete-and-exit.
2780
2781 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2784 than dynamically.
2785
2786 2013-09-06 Juri Linkov <juri@jurta.org>
2787
2788 * info.el (Info-display-images-node): When image file doesn't exist
2789 display text version of the image if it's provided in the Info file.
2790 Otherwise, display the location of missing image from SRC attribute.
2791 Add help-echo text property from ALT attribute. (Bug#15279)
2792
2793 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2796 (edit-abbrevs-mode): Use define-derived-mode.
2797
2798 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2799 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2800 that it's defined.
2801 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2802 Use define-derived-mode.
2803
2804 * epg.el (epg-start-encrypt): Minor CSE simplification.
2805
2806 2013-09-06 William Xu <william.xwl@gmail.com>
2807
2808 * arc-mode.el: Add support for 7za (bug#15264).
2809 (archive-7z-program): New var.
2810 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2811 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2812 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2813
2814 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
2815
2816 Remove URL syntax.
2817
2818 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2819 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2820 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2821 (tramp-postfix-host-format, tramp-file-name-regexp)
2822 (tramp-completion-file-name-regexp)
2823 (tramp-completion-dissect-file-name)
2824 (tramp-handle-substitute-in-file-name): Remove 'url case.
2825 (tramp-file-name-regexp-url)
2826 (tramp-completion-file-name-regexp-url): Remove constants.
2827
2828 2013-09-06 Glenn Morris <rgm@gnu.org>
2829
2830 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2831
2832 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2833
2834 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2835 keywords" below "here-doc beginnings" (Bug#15270).
2836
2837 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * subr.el (pop): Use `car-safe'.
2840 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2841 to detect unused `pop' return value.
2842
2843 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2844 var `block-regexp'.
2845 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2846 (python-fill-string): Remove unused var `marker'.
2847 (python-skeleton-add-menu-items): Remove unused var `items'.
2848
2849 * international/mule-cmds.el: Require CL.
2850 (find-coding-systems-for-charsets): Avoid add-to-list.
2851 (sanitize-coding-system-list): New function, extracted from
2852 select-safe-coding-system-interactively.
2853 (select-safe-coding-system-interactively): Use it.
2854 (read-input-method-name): Accept symbols for `default'.
2855
2856 * emacs-lisp/advice.el (defadvice): Add indent rule.
2857
2858 2013-09-05 Daniel Hackney <dan@haxney.org>
2859
2860 * dired-x.el:
2861 * net/ange-ftp.el:
2862 * net/browse-url.el:
2863 * net/dbus.el:
2864 * net/eudc.el:
2865 * net/eudcb-ldap.el:
2866 * net/eww.el:
2867 * net/imap.el:
2868 * printing.el:
2869 * vc/ediff-diff.el:
2870 * vc/ediff-init.el:
2871 * vc/ediff-merg.el:
2872 * vc/ediff-mult.el:
2873 * vc/ediff-util.el:
2874 * vc/ediff-wind.el:
2875 * vc/ediff.el:
2876 * vc/emerge.el:
2877 * vc/pcvs.el:
2878 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2879 byte compiler. Remove some unused let-bound variables.
2880
2881 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2884 a "ref-cell", since it gets better optimized (bug#14883).
2885
2886 2013-09-05 Glenn Morris <rgm@gnu.org>
2887
2888 * progmodes/cc-awk.el (c-forward-sws): Declare.
2889
2890 2013-09-04 Glenn Morris <rgm@gnu.org>
2891
2892 * generic-x.el [rul-generic-mode]: Require cc-mode.
2893 (c++-mode-syntax-table): Declare.
2894 (rul-generic-mode-syntax-table): Init in the defvar.
2895
2896 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2899 (vc-do-command, vc-set-async-update):
2900 * vc/vc-mtn.el (vc-mtn-dir-status):
2901 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2902 (vc-hg-pull, vc-hg-merge-branch):
2903 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2904 (vc-git-merge-branch):
2905 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2906 (vc-cvs-dir-status-files):
2907 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2908 (vc-bzr-dir-status-files):
2909 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2910 * vc/vc-annotate.el: Use lexical-binding.
2911 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2912 (vc-sentinel-movepoint): Declare.
2913 (vc-annotate): Don't use `goto-line'.
2914 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2915 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2916 (vc-sentinel-movepoint): Declare.
2917 * vc/vc-svn.el: Use lexical-binding.
2918 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2919 * vc/vc-sccs.el:
2920 * vc/vc-rcs.el: Use lexical-binding.
2921
2922 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2923 `deleted'. Don't drop errors silently.
2924
2925 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2926
2927 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2928
2929 * vc/vc.el (vc-ignore): Rewrite.
2930 (vc-default-ignore): New function.
2931 (vc-default-ignore-completion-table): Use find-ignore-file.
2932
2933 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2934 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2935 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2936 Remove. Most code moved to vc.el.
2937
2938 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
2941 * net/tramp-smb.el (tramp-smb-get-file-entries):
2942 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2943 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2944
2945 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2946 Update call to it.
2947 (eww-change-select): Remove unused var `properties'.
2948 (eww-make-unique-file-name): Remove unused var `base'.
2949
2950 * finder.el (finder-compile-keywords): Don't mess with windows.
2951
2952 * calculator.el (calculator-funcall): Fix typo in last change.
2953
2954 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2955
2956 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2957 <pkg>-autoloads.el file stop us.
2958
2959 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
2960 warnings, and factor out common code.
2961
2962 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2963
2964 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2965 two-character operators and whether the character preceding them
2966 changes their meaning (Bug#15208).
2967
2968 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2969
2970 Format code sent to Python shell for robustness.
2971 * progmodes/python.el (python-shell-buffer-substring):
2972 New function.
2973 (python-shell-send-region, python-shell-send-buffer): Use it.
2974
2975 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
2976
2977 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2978 * net/tramp.el (tramp-user-error): ... here.
2979 (tramp-find-method, tramp-check-proper-host)
2980 (tramp-dissect-file-name, tramp-debug-message)
2981 (tramp-handle-shell-command):
2982 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2983 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2984
2985 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2986
2987 2013-09-02 Martin Rudalics <rudalics@gmx.at>
2988
2989 * avoid.el (mouse-avoidance-point-position)
2990 (mouse-avoidance-too-close-p): Handle case where posn-at-point
2991 returns nil.
2992
2993 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2994
2995 * progmodes/python.el (python-shell-completion-get-completions):
2996 Drop use of deleted `comint-last-prompt-overlay'.
2997 (python-nav-if-name-main): New command.
2998
2999 2013-09-01 Glenn Morris <rgm@gnu.org>
3000
3001 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3002 Avoid leading space in $wins. Otherwise the sed command used by
3003 eg compile-main ends up containing "/*.el". (Bug#15170)
3004
3005 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3006
3007 2013-08-30 Glenn Morris <rgm@gnu.org>
3008
3009 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3010 Fix is-this-a-directory logic. (Bug#15220)
3011
3012 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * textmodes/css-mode.el: Use SMIE.
3015 (css-smie-grammar): New var.
3016 (css-smie--forward-token, css-smie--backward-token)
3017 (css-smie-rules): New functions.
3018 (css-mode): Use them.
3019 (css-navigation-syntax-table): Remove var.
3020 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3021 (css-indent-calculate, css-indent-line): Remove functions.
3022
3023 Misc changes to reduce use of `(lambda...); and other cleanups.
3024 * cus-edit.el: Use lexical-binding.
3025 (customize-push-and-save, customize-apropos)
3026 (custom-buffer-create-internal): Use closures.
3027 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3028 * progmodes/ada-xref.el: Use setq.
3029 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3030 * dframe.el: Use lexical-binding.
3031 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3032 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3033 * descr-text.el: Use lexical-binding.
3034 (describe-text-widget, describe-text-sexp, describe-property-list):
3035 Use closures.
3036 * comint.el (comint-history-isearch-push-state): Use a closure.
3037 * calculator.el: Use lexical-binding.
3038 (calculator-number-to-string): Make it work with lexical-binding.
3039 (calculator-funcall): Same and use cl-letf.
3040
3041 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3042 (lisp--company-doc-string, lisp--company-location): New functions.
3043 (lisp-completion-at-point): Use them to improve Company support.
3044
3045 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3046 params of lambda expressions.
3047 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3048 (ruby-smie--opening-pipe-p): New function.
3049 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3050 symbols and matched |...| for formal params.
3051 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3052 from being treated as hanging. Handle "rescue".
3053
3054 2013-08-29 Glenn Morris <rgm@gnu.org>
3055
3056 * progmodes/cc-engine.el (c-pull-open-brace):
3057 Move definition before use.
3058
3059 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3062 are immutable. Don't use `unsafe' any more.
3063 (cl--defsubst-expand): Don't substitute at the same time as keeping
3064 a residual unused let-binding. Don't use `unsafe' any more.
3065
3066 2013-08-29 Glenn Morris <rgm@gnu.org>
3067
3068 * calendar/cal-china.el (calendar-chinese-year-cache):
3069 Recenter on 2015.
3070
3071 * nxml/nxml-util.el (nxml-debug-clear-inside):
3072 Use cl-loop rather than loop.
3073
3074 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3075
3076 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3077
3078 2013-08-28 Glenn Morris <rgm@gnu.org>
3079
3080 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3081
3082 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3083
3084 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3085
3086 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3087
3088 * simple.el (repeat-complex-command--called-interactively-skip):
3089 New function.
3090 (repeat-complex-command): Use it (bug#14136).
3091
3092 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3093 (c-define-abbrev-table): Add `doc' argument.
3094 (c-mode-abbrev-table, c++-mode-abbrev-table)
3095 (objc-mode-abbrev-table, java-mode-abbrev-table)
3096 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3097 (awk-mode-abbrev-table): Use it.
3098 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3099 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3100 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3101 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3102 Move initialization into the declaration; and remove any
3103 autoload cookie.
3104
3105 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3106 and dynamic let binding.
3107
3108 * vc/smerge-mode.el: Remove redundant :group args.
3109
3110 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3111 to load-path.
3112
3113 2013-08-28 Juri Linkov <juri@jurta.org>
3114
3115 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3116 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3117 (isearch-other-meta-char): Handle an undefined shifted printing
3118 character by downshifting it. (Bug#15200)
3119
3120 2013-08-28 Juri Linkov <juri@jurta.org>
3121
3122 * isearch.el (isearch-search): Change regexp error message for
3123 non-regexp searches. (Bug#15166)
3124
3125 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3126
3127 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3128 for portability to hosts where /bin/sh has problems.
3129
3130 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3133
3134 2013-08-27 Juri Linkov <juri@jurta.org>
3135
3136 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3137 in the keyboard macro. (Bug#15126)
3138
3139 2013-08-27 Juri Linkov <juri@jurta.org>
3140
3141 * isearch.el (isearch-quote-char): Comment out converting unibyte
3142 to multibyte, thus syncing with its `quoted-insert' counterpart.
3143 (Bug#15166)
3144
3145 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3146
3147 * window.el (display-buffer-use-some-window): Add missing
3148 argument in call of get-largest-window (Bug#15185).
3149 Reported by Stephen Leake.
3150
3151 2013-08-27 Glenn Morris <rgm@gnu.org>
3152
3153 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3154
3155 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3158 from a matcher-function unless there's no more matches (bug#15161).
3159
3160 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3161
3162 * minibuffer.el: Revert change from 2013-08-20.
3163
3164 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3165 with text property `tramp-default', if appropriate.
3166 (tramp-check-proper-host): New defun.
3167 (tramp-dissect-file-name): Do not check hostname. Revert change
3168 of 2013-03-18.
3169 (tramp-backtrace): Make VEC-OR-PROC optional.
3170
3171 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3172 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3173 * net/tramp-sh.el (tramp-maybe-open-connection):
3174 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3175 Apply `tramp-check-proper-host'.
3176
3177 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3178
3179 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3180 lambda expression in order to have `describe-variable' display it.
3181
3182 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3183
3184 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3185 BUF can be optional. (Bug#15186)
3186
3187 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3188
3189 * progmodes/flymake.el (flymake-get-real-file-name-function):
3190 Fix broken customization. (Bug#15184)
3191
3192 2013-08-25 Alan Mackenzie <acm@muc.de>
3193
3194 Improve indentation of bracelists defined by macros (without "=").
3195
3196 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3197 expansion begins with "{", regard it as bracelist when it doesn't
3198 contain a ";".
3199
3200 Parse C++ inher-intro when there's a template split over 2 lines.
3201
3202 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3203 rigorously the search for "class" etc. followed by ":".
3204
3205 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3206 random languages a regexp which never matches rather than nil.
3207
3208 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3209
3210 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3211 (c-awk-regexp-one-line-possibly-open-char-list-re)
3212 (c-awk-one-line-possibly-open-regexp-re)
3213 (c-awk-one-line-non-syn-ws*-re): Remove.
3214 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3215 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3216 (c-awk-space*-unclosed-regexp-/-re): New constants.
3217 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3218 aren't regexp delimiters.
3219
3220 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3221 handling for a rare situation in AWK Mode involving unterminated
3222 strings/regexps.
3223
3224 2013-08-23 Glenn Morris <rgm@gnu.org>
3225
3226 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3227
3228 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3229
3230 * files.el (create-file-buffer): If the result would begin with
3231 spaces, prepend a "|" instead of removing them. (Bug#15162)
3232
3233 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3236 text-properties (bug#15155).
3237
3238 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3239 exist any more.
3240 (calc-keypad-redraw): Remove unused var `pad'.
3241 (calc-keypad-press): Remove unused var `menu'.
3242
3243 2013-08-23 Martin Rudalics <rudalics@gmx.at>
3244
3245 * window.el (display-buffer-pop-up-frame):
3246 Call pop-up-frame-function with BUFFER current so `make-frame' will
3247 use it as the new frame's buffer (Bug#15133).
3248
3249 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * calendar/timeclock.el: Minor cleanups.
3252 (timeclock-ask-before-exiting, timeclock-use-display-time):
3253 Use `symbol'.
3254 (timeclock-modeline-display): Define as alias before the
3255 actual definition.
3256 (timeclock-mode-line-display): Use define-minor-mode.
3257 (timeclock-day-list-template): Make it a function, add an argument.
3258 (timeclock-day-list-required, timeclock-day-list-length)
3259 (timeclock-day-list-debt, timeclock-day-list-span)
3260 (timeclock-day-list-break): Adjust calls accordingly.
3261
3262 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3265 Use read--expression so that completion works again.
3266
3267 2013-08-21 Sam Steingold <sds@gnu.org>
3268
3269 Add rudimentary inferior shell interaction
3270 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3271 (sh-set-shell): Reset it.
3272 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3273 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3274
3275 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3276
3277 * align.el: Use lexical-binding.
3278 (align-region): Simplify accordingly.
3279
3280 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
3281
3282 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3283
3284 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3285 `non-essential' up.
3286
3287 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
3288
3289 * net/tramp.el:
3290 * net/tramp-adb.el:
3291 * net/tramp-cmds.el:
3292 * net/tramp-ftp.el:
3293 * net/tramp-gvfs.el:
3294 * net/tramp-gw.el:
3295 * net/tramp-sh.el: Don't wrap external variable declarations by
3296 `eval-when-compile'.
3297
3298 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3299
3300 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3301 now that Emacs supports ImageMagick animations.
3302
3303 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
3304
3305 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3306 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3307
3308 2013-08-16 Martin Rudalics <rudalics@gmx.at>
3309
3310 * window.el (mouse-autoselect-window-select): Do autoselect when
3311 mouse pointer is on margin.
3312
3313 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3314
3315 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3316
3317 2013-08-16 Glenn Morris <rgm@gnu.org>
3318
3319 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3320 Handle "Remote Directory" response of some clients. (Bug#15058)
3321
3322 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3323 Tweak warning. (Bug#14926)
3324
3325 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3326 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3327
3328 * image-mode.el (image-mode-map): Add menu items to reverse,
3329 increase, decrease, reset animation speed.
3330 (image--set-speed, image-increase-speed, image-decrease-speed)
3331 (image-reverse-speed, image-reset-speed): New functions.
3332 (image-mode-map): Add bindings for speed commands.
3333
3334 * image.el (image-animate-get-speed, image-animate-set-speed):
3335 New functions.
3336 (image-animate-timeout): Respect image :speed property.
3337
3338 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3341 previous line (bug#15101).
3342 (debugger-eval-expression, debugger-record-expression):
3343 Use read--expression (bug#15102).
3344
3345 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
3346
3347 Remove byte compiler warnings, visible when compiling with
3348 `byte-compile-force-lexical-warnings' set to t.
3349
3350 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3351 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3352 (tramp-handle-unhandled-file-name-directory)
3353 (tramp-handle-file-notify-add-watch, tramp-action-login)
3354 (tramp-action-succeed, tramp-action-permission-denied)
3355 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3356 arguments with "_".
3357
3358 * net/tramp-adb.el (tramp-adb-parse-device-names)
3359 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3360 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3361 (tramp-adb-handle-file-truename): Remove unused arguments.
3362
3363 * net/tramp-cache.el (tramp-flush-directory-property)
3364 (tramp-flush-connection-property, tramp-list-connections)
3365 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3366
3367 * net/tramp-compat.el (tramp-compat-make-temp-file):
3368 Rename FILENAME to F.
3369
3370 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3371 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3372 (tramp-zeroconf-parse-workstation-device-names)
3373 (tramp-zeroconf-parse-webdav-device-names)
3374 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3375
3376 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3377 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3378
3379 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3380 arguments.
3381 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3382 (tramp-sh-handle-insert-file-contents-literally)
3383 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3384 with "_".
3385 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3386 Remove unused variables.
3387
3388 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3389 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3390 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3391
3392 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3393 Make them a defconst.
3394 (tramp-uuencode-region): Remove unused variable.
3395
3396 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
3397
3398 * frameset.el (frameset--prop-setter): New function.
3399 (frameset-prop): Add gv-setter declaration.
3400 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3401 parameter was already set in FILTERED. Doc fix.
3402 (frameset--record-minibuffer-relationships): Allow saving a
3403 minibufferless frame without its corresponding minibuffer frame.
3404 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3405 frame, if the frame id matches.
3406 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3407 frames before orphaned ones.
3408 (frameset-restore): Warn about orphaned windows, instead of error out.
3409
3410 2013-08-14 Martin Rudalics <rudalics@gmx.at>
3411
3412 * window.el (window-make-atom): Don't overwrite parameter
3413 already present.
3414 (display-buffer-in-atom-window): Handle special case where we
3415 split an already atomic window.
3416 (window--major-non-side-window, display-buffer-in-side-window)
3417 (window--side-check): Ignore minibuffer window when walking
3418 window tree.
3419 (window-deletable-p): Return 'frame only if no other frame uses
3420 our minibuffer window.
3421 (record-window-buffer): Run buffer-list-update-hook.
3422 (split-window): Make sure window--check-frame won't destroy an
3423 existing atomic window in case the new window gets nested
3424 inside.
3425 (display-buffer-at-bottom): Ignore minibuffer window when
3426 walking window tree. Don't split a side window.
3427 (pop-to-buffer): Don't set-buffer here, the select-window call
3428 should do that.
3429 (mouse-autoselect-window-select): Autoselect only if we are in the
3430 text portion of the window.
3431
3432 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3433
3434 * net/shr.el (shr-parse-image-data): New function to grab both the
3435 data itself and the Content-Type.
3436 (shr-put-image): Use it.
3437
3438 * net/eww.el (eww-display-image): Ditto.
3439
3440 * image.el (image-content-type-suffixes): New variable.
3441
3442 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3443
3444 * progmodes/python.el (python-imenu--build-tree)
3445 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3446
3447 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3448
3449 * simple.el (backward-word): Mention the optional argument.
3450
3451 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * frameset.el (frameset--make): Rename constructor from make-frameset.
3454 (frameset-p, frameset-valid-p): Don't autoload.
3455 (frameset-valid-p): Use normal accessors.
3456
3457 2013-08-13 Glenn Morris <rgm@gnu.org>
3458
3459 * progmodes/compile.el (compile-command): Tweak example in doc.
3460 * obsolete/scribe.el (scribe-mode):
3461 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3462
3463 * mail/feedmail.el (feedmail-confirm-outgoing)
3464 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3465
3466 * cus-start.el (truncate-partial-width-windows): Fix type.
3467
3468 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3469
3470 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3471
3472 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * emacs-lisp/timer.el (timer--time-setter): New function.
3475 (timer--time): Use it as gv-setter.
3476
3477 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3478 setter is not a symbol.
3479
3480 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
3481
3482 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3483 if sending fails. This makes debugging easier.
3484
3485 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
3486
3487 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3488 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3489 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3490
3491 2013-08-12 Eli Zaretskii <eliz@gnu.org>
3492
3493 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3494
3495 2013-08-12 Glenn Morris <rgm@gnu.org>
3496
3497 * format.el (format-annotate-function):
3498 Handle read-only text properties in the source. (Bug#14887)
3499
3500 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3501
3502 * net/eww.el (eww-display-html): Ignore coding system errors.
3503 One web site uses "utf-8lias" as the coding system.
3504
3505 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
3506
3507 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3508
3509 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
3510
3511 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3512 (tutorial--detailed-help): Remove unused local variables.
3513 (tutorial--save-tutorial-to): Use ignore-errors.
3514 (help-with-tutorial): Use looking-at-p.
3515
3516 * view.el (view-buffer-other-window, view-buffer-other-frame):
3517 Mark unused arguments.
3518
3519 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3520 (woman-select-symbol-fonts, woman, woman-find-file)
3521 (woman-insert-file-contents, woman-non-underline-faces):
3522 Use string-match-p.
3523 (woman1-unquote): Move declaration.
3524
3525 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3526 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3527 argument. Remove unused local variable.
3528 (xml-parse-elem-type): Use string-match-p.
3529 (xml-substitute-numeric-entities): Use ignore-errors.
3530
3531 * calculator.el (calculator): Mark unused argument.
3532 (calculator-paste, calculator-quit, calculator-integer-p):
3533 Use ignore-errors.
3534 (calculator-string-to-number, calculator-decimal, calculator-exp)
3535 (calculator-op-or-exp): Use string-match-p.
3536
3537 * dired.el (dired-buffer-more-recently-used-p): Declare.
3538 (dired-insert-set-properties, dired-insert-old-subdirs):
3539 Use ignore-errors.
3540
3541 * dired-aux.el (dired-compress): Use ignore-errors.
3542 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3543 (dired-do-async-shell-command, dired-do-shell-command)
3544 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3545 (dired-insert-subdir-validate): Use string-match-p.
3546 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3547 (dired-add-entry): Use string-match-p, looking-at-p.
3548 (dired-insert-subdir-newpos): Remove unused local variable.
3549
3550 * filenotify.el (file-notify-callback): Remove unused local variable.
3551
3552 * filesets.el (filesets-error): Mark unused argument.
3553 (filesets-which-command-p, filesets-filter-dir-names)
3554 (filesets-directory-files, filesets-get-external-viewer)
3555 (filesets-ingroup-get-data): Use string-match-p.
3556
3557 * find-file.el (ff-other-file-name, ff-other-file-name)
3558 (ff-find-the-other-file, ff-cc-hh-converter):
3559 Remove unused local variables.
3560 (ff-get-file-name): Use string-match-p.
3561 (ff-all-dirs-under): Use ignore-errors.
3562
3563 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3564 (follow-select-if-visible): Remove unused local variable.
3565
3566 * forms.el (read-file-filter): Move declaration.
3567 (forms--make-format, forms--make-parser, forms-insert-record):
3568 Quote function with #'.
3569 (forms--update): Use string-match-p. Quote function with #'.
3570
3571 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3572 (help-make-xrefs): Use looking-at-p.
3573 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3574
3575 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3576 (ibuffer-confirm-operation-on): Use string-match-p.
3577
3578 * msb.el (msb-item-handler, msb-dired-item-handler):
3579 Mark unused arguments.
3580
3581 * ses.el (ses-decode-cell-symbol)
3582 (ses-kill-override): Remove unused local variable.
3583 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3584 (ses-load): Use ignore-errors, looking-at-p.
3585 (ses-jump-safe): Use ignore-errors.
3586 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3587
3588 * tabify.el (untabify, tabify): Mark unused arguments.
3589
3590 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3591 Mark unused argument.
3592 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3593 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3594
3595 * emacs-lisp/timer.el (timer--time): Define setter with
3596 gv-define-setter to avoid deprecation warning.
3597
3598 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
3599 (*record-cmpl-statistics-p*): Remove (was commented out).
3600 (cmpl-statistics-block): Remove (body was commented out).
3601 All callers changed.
3602 (add-completions-from-buffer, load-completions-from-file):
3603 Remove unused variables.
3604
3605 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3606
3607 * filecache.el (file-cache-delete-file-list):
3608 Print message only when told so.
3609 (file-cache-files-matching): Use #' in mapconcat argument.
3610
3611 * ffap.el (ffap-url-at-point): Fix reference to variable
3612 thing-at-point-default-mail-uri-scheme.
3613
3614 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * subr.el (define-error): New function.
3617 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3618 error-file-not-found and define with define-error.
3619 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3620 and define with define-error.
3621 * userlock.el (file-locked, file-supersession):
3622 * simple.el (mark-inactive):
3623 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3624 * progmodes/ada-mode.el (ada-mode-errors):
3625 * play/life.el (life-extinct):
3626 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3627 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3628 * nxml/rng-util.el (rng-error):
3629 * nxml/rng-uri.el (rng-uri-error):
3630 * nxml/rng-match.el (rng-compile-error):
3631 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3632 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3633 * nxml/nxml-rap.el (nxml-scan-error):
3634 * nxml/nxml-outln.el (nxml-outline-error):
3635 * net/soap-client.el (soap-error):
3636 * net/gnutls.el (gnutls-error):
3637 * net/ange-ftp.el (ftp-error):
3638 * mpc.el (mpc-proc-error):
3639 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3640 (json-number-format, json-string-escape, json-string-format)
3641 (json-key-format, json-object-format):
3642 * jka-compr.el (compression-error):
3643 * international/quail.el (quail-error):
3644 * international/kkc.el (kkc-error):
3645 * emacs-lisp/ert.el (ert-test-failed):
3646 * calc/calc.el (calc-error, inexact-result, math-overflow)
3647 (math-underflow):
3648 * bookmark.el (bookmark-error-no-filename):
3649 * epg.el (epg-error): Define with define-error.
3650
3651 * time.el (display-time-event-handler)
3652 (display-time-next-load-average): Don't call sit-for since it seems
3653 unnecessary (bug#15045).
3654
3655 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3656 Use #' instead of ' to quote functions.
3657 (checkdoc-output-mode): Use setq-local.
3658 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3659 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3660 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3661 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3662 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3663 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3664 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3665 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3666
3667 * ido.el (ido-completion-help): Fix up compiler warning.
3668
3669 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3670
3671 * frameset.el (frameset-p): Add autoload cookie.
3672 (frameset--jump-to-register): New function, based on code moved from
3673 register.el.
3674 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3675
3676 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3677 (frameset-restore, frameset-save, frameset-session-filter-alist):
3678 Remove declarations.
3679 (register-alist): Doc fix.
3680 (frameset-to-register): Move to frameset.el.
3681 (jump-to-register, describe-register-1): Remove frameset-specific code.
3682
3683 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3684
3685 * allout-widgets.el (allout-widgets-pre-command-business)
3686 (allout-widgets-post-command-business)
3687 (allout-widgets-after-change-handler)
3688 (allout-decorate-item-and-context, allout-set-boundary-marker)
3689 (allout-body-modification-handler)
3690 (allout-graphics-modification-handler): Mark ignored arguments.
3691 (allout-widgets-post-command-business)
3692 (allout-widgets-exposure-change-processor)
3693 (allout-widgets-exposure-undo-processor)
3694 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3695 (allout-parse-item-at-point, allout-decorate-item-guides)
3696 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3697 * allout.el (epa-passphrase-callback-function): Declare.
3698 (allout-overlay-insert-in-front-handler)
3699 (allout-overlay-interior-modification-handler)
3700 (allout-isearch-end-handler, allout-chart-siblings)
3701 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3702 (allout-yank-processing, allout-process-exposed)
3703 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
3704 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
3705 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3706 (lisp-indent-defform): Mark ignored arguments.
3707 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3708 (calculate-lisp-indent): Remove unused variables.
3709 * international/characters.el (indian-2-column, arabic-2-column)
3710 (tibetan): Mark ignored arguments.
3711 (use-cjk-char-width-table): Mark ignored arguments.
3712 Remove unused variables.
3713 * international/fontset.el (build-default-fontset-data)
3714 (x-compose-font-name, create-fontset-from-fontset-spec):
3715 Mark ignored arguments.
3716 (fontset-plain-name): Remove unused variables.
3717 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3718 (keyboard-coding-system): Mark ignored arguments.
3719 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3720 * help.el (resize-temp-buffer-window):
3721 * window.el (display-buffer-in-major-side-window)
3722 (display-buffer-in-side-window, display-buffer-in-previous-window):
3723 Remove unused variables.
3724 * isearch.el (isearch-forward-symbol):
3725 * version.el (emacs-bzr-version-bzr):
3726 * international/mule-cmds.el (current-language-environment):
3727 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3728 (x-handle-display):
3729 * term/pc-win.el (x-list-fonts, x-display-planes)
3730 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3731 (x-server-version, x-display-screens, x-display-mm-height)
3732 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3733 (x-selection-owner-p, x-own-selection-internal)
3734 (x-disown-selection-internal, x-get-selection-internal)
3735 (msdos-initialize-window-system):
3736 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3737 * term/x-win.el (x-handle-no-bitmap-icon):
3738 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3739 (vc-default-find-file-hook, vc-default-extra-menu):
3740 Mark ignored arguments.
3741
3742 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3745 break-condition in the context of the debugged code (bug#12685).
3746
3747 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3748
3749 * comint.el:
3750 Do not use an overlay to highlight the last prompt. (Bug#14744)
3751 (comint-mode): Make comint-last-prompt buffer local.
3752 (comint-last-prompt): New variable.
3753 (comint-last-prompt-overlay): Remove. Superseded by
3754 comint-last-prompt.
3755 (comint-snapshot-last-prompt, comint-output-filter):
3756 Use comint-last-prompt.
3757
3758 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3759
3760 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
3761 (frameset-save): Check validity of the resulting frameset.
3762
3763 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3764
3765 * ido.el (ido-record-command): Add doc string.
3766
3767 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3768
3769 * frameset.el (frameset): Do not disable creation of the default
3770 frameset-p predicate. Doc fix.
3771 (frameset-valid-p): New function, copied from the old predicate-p.
3772 Add additional checks.
3773 (frameset-restore): Check with frameset-valid-p.
3774 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3775 (frameset-name, frameset-description, frameset-properties)
3776 (frameset-states): Add docstring.
3777 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3778 (frameset-filter-alist): Doc fixes.
3779
3780 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3781
3782 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3783
3784 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3787 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3788 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3789 (byte-compile-normal-call): Remove obsolescence check.
3790
3791 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3792
3793 * frameset.el (frameset-restore): Doc fix.
3794
3795 * register.el (frameset-frame-id, frameset-frame-with-id)
3796 (frameset-p, frameset-restore, frameset-save): Declare.
3797 (register-alist): Document framesets.
3798 (frameset-session-filter-alist): Declare.
3799 (frameset-to-register): New function.
3800 (jump-to-register): Implement jumping to framesets. Doc fix.
3801 (describe-register-1): Describe framesets.
3802
3803 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3804
3805 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
3806
3807 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3808 Use lexical-binding.
3809
3810 * frameset.el (frameset): Use type vector, not list (incompatible
3811 change). Do not declare a new constructor, use the default one.
3812 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3813 `name' and `description', respectively, and add read-only slot
3814 `timestamp'. Doc fixes.
3815 (frameset-copy, frameset-persistent-filter-alist)
3816 (frameset-filter-alist, frameset-switch-to-gui-p)
3817 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3818 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3819 (frameset-filter-iconified, frameset-keep-original-display-p):
3820 Doc fixes.
3821 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3822 Rename from frameset-filter-(save|restore)-param. All callers changed.
3823 Doc fix.
3824 (frameset-p): Adapt to change to vector and be more thorough.
3825 Change arg name to OBJECT. Doc fix.
3826 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3827 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3828 All callers changed.
3829 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3830 All callers changed.
3831 (frameset--record-minibuffer-relationships): Rename from
3832 frameset--process-minibuffer-frames. All callers changed.
3833 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3834 Use new default constructor (again). Doc fix.
3835 (frameset--find-frame-if): Rename from `frameset--find-frame.
3836 All callers changed.
3837 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3838 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3839 Doc fix.
3840 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3841 PARAMETERS and WINDOW-STATE, respectively.
3842 (frameset-restore): Add new keyword argument PREDICATE.
3843 Reset frameset--target-display to nil. Doc fix.
3844
3845 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3846
3847 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3848 (bat-mode): Use it.
3849 (bat-mode-syntax-table): Mark \n as end-of-comment.
3850 (bat-font-lock-keywords): Remove comment rule.
3851
3852 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3853 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3854
3855 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3856 (byte-compile-callargs-warn): Use `push'.
3857 (byte-compile-arglist-warn): Ignore higher-order "calls".
3858 (byte-compile-file-form-autoload): Use `pcase'.
3859 (byte-compile-function-form): If quoting a symbol, check that it exists.
3860
3861 2013-08-07 Eli Zaretskii <eliz@gnu.org>
3862
3863 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3864 and add a few popular commands found in batch files.
3865 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3866 (dos-mode): Doc fixes.
3867
3868 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3869
3870 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3871 (dos-mode): Use setq-local. Add space after "rem".
3872 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3873 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3874
3875 2013-08-07 Arni Magnusson <arnima@hafro.is>
3876
3877 * progmodes/dos.el: New file.
3878 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3879 dos-mode.
3880
3881 2013-08-06 Glenn Morris <rgm@gnu.org>
3882
3883 * calendar/calendar.el: Add new faces, and day-header-array.
3884 (calendar-weekday-header, calendar-weekend-header)
3885 (calendar-month-header): New faces.
3886 (calendar-day-header-construct): New function.
3887 (calendar-day-header-width): Also :set calendar-day-header-array.
3888 (calendar-american-month-header, calendar-european-month-header)
3889 (calendar-iso-month-header): Use calendar- faces.
3890 (calendar-generate-month):
3891 Use calendar-day-header-array for day headers; apply faces to them.
3892 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3893 (calendar-abbrev-construct): Add optional maxlen argument.
3894 (calendar-day-name-array): Doc fix.
3895 (calendar-day-name-array, calendar-abbrev-length)
3896 (calendar-day-abbrev-array):
3897 Also :set calendar-day-header-array, and maybe redraw.
3898 (calendar-day-header-array): New option. (Bug#15007)
3899 (calendar-font-lock-keywords): Set to nil and make obsolete.
3900 (calendar-day-name): Add option to use header array.
3901
3902 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3903
3904 * net/shr.el (shr-render-td): Remove debugging.
3905 (shr-render-td): Make width computation consistent by defaulting
3906 all zero-width columns to 10 characters. This may not be optimal,
3907 but it's at least consistent.
3908 (shr-make-table-1): Redo last change to fix the real problem in
3909 colspan handling.
3910
3911 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3912
3913 * files.el (cache-long-line-scans):
3914 Make obsolete alias to `cache-long-scans'.
3915
3916 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3917
3918 * frameset.el (frameset, frameset-filter-alist)
3919 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3920 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3921 (frameset-compute-pos): Rename from frameset--compute-pos,
3922 and add docstring.
3923 (frameset-move-onscreen): Use frameset-compute-pos.
3924 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3925
3926 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3927 Fix typos in docstrings.
3928
3929 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3930
3931 * frame.el (get-other-frame): Tiny cleanup.
3932
3933 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3934
3935 * vc/vc.el (vc-default-ignore-completion-table):
3936 Silence byte-compiler warning.
3937
3938 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3939 slot , which can indeed be nil.
3940 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3941 Move entry for `left' from persistent to live filter alist.
3942 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3943 Doc fixes.
3944 (frameset-filter-params): When restoring a frame, copy items added to
3945 `filtered', to avoid unwittingly modifying the original parameters.
3946 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3947 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3948
3949 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3950 to use looking-at-p instead of looking-at. (Bug#15028)
3951
3952 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 Revert introduction of isearch-filter-predicates (bug#14714).
3955 Rely on add-function instead.
3956 * isearch.el (isearch-filter-predicates): Rename it back to
3957 isearch-filter-predicate.
3958 (isearch-message-prefix): Use advice-function-mapc and advice
3959 properties to get the isearch-message-prefix.
3960 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3961 instead of run-hook-with-args-until-failure.
3962 (isearch-filter-visible): Not obsolete any more.
3963 * loadup.el: Preload nadvice.
3964 * replace.el (perform-replace): Revert to funcall
3965 instead of run-hook-with-args-until-failure.
3966 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3967 * dired-aux.el (dired-isearch-filenames-mode): Rename from
3968 dired-isearch-filenames-toggle; make it into a proper minor mode.
3969 Use add/remove-function.
3970 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3971 Call the minor-mode rather than add/remove-hook.
3972 (dired-isearch-filter-filenames):
3973 Remove isearch-message-prefix property.
3974 * info.el (Info--search-loop): New function, extracted from Info-search.
3975 Funcall isearch-filter-predicate instead of
3976 run-hook-with-args-until-failure isearch-filter-predicates.
3977 (Info-search): Use it.
3978 (Info-mode): Use isearch-filter-predicate instead of
3979 isearch-filter-predicates.
3980
3981 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3982
3983 Do not call to `selected-window' where it is assumed by default.
3984 Affected functions are `window-minibuffer-p', `window-dedicated-p',
3985 `window-hscroll', `window-width', `window-height', `window-buffer',
3986 `window-frame', `window-start', `window-point', `next-window'
3987 and `window-display-table'.
3988 * abbrev.el (abbrev--default-expand):
3989 * bs.el (bs--show-with-configuration):
3990 * buff-menu.el (Buffer-menu-mouse-select):
3991 * calc/calc.el (calc):
3992 * calendar/calendar.el (calendar-generate-window):
3993 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
3994 (diary-make-entry):
3995 * comint.el (send-invisible, comint-dynamic-complete-filename)
3996 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
3997 * completion.el (complete):
3998 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
3999 * disp-table.el (describe-current-display-table):
4000 * doc-view.el (doc-view-insert-image):
4001 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4002 * ehelp.el (with-electric-help):
4003 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4004 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4005 * emacs-lisp/helper.el (Helper-help-scroller):
4006 * emulation/cua-base.el (cua--post-command-handler-1):
4007 * eshell/esh-mode.el (eshell-output-filter):
4008 * ffap.el (ffap-gnus-wrapper):
4009 * help-macro.el (make-help-screen):
4010 * hilit-chg.el (highlight-compare-buffers):
4011 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4012 * hl-line.el (global-hl-line-highlight):
4013 * icomplete.el (icomplete-simple-completing-p):
4014 * isearch.el (isearch-done):
4015 * jit-lock.el (jit-lock-stealth-fontify):
4016 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4017 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4018 * mpc.el (mpc-tagbrowser, mpc):
4019 * net/rcirc.el (rcirc-any-buffer):
4020 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4021 * play/landmark.el (landmark-max-width, landmark-max-height):
4022 * play/zone.el (zone):
4023 * progmodes/compile.el (compilation-goto-locus):
4024 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4025 * progmodes/etags.el (find-tag-other-window):
4026 * progmodes/fortran.el (fortran-column-ruler):
4027 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4028 * progmodes/verilog-mode.el (verilog-point-text):
4029 * reposition.el (reposition-window):
4030 * rot13.el (toggle-rot13-mode):
4031 * server.el (server-switch-buffer):
4032 * shell.el (shell-dynamic-complete-command)
4033 (shell-dynamic-complete-environment-variable):
4034 * simple.el (insert-buffer, set-selective-display)
4035 (delete-completion-window):
4036 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4037 (speedbar-recenter):
4038 * startup.el (fancy-splash-head):
4039 * textmodes/ispell.el (ispell-command-loop):
4040 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4041 * tutorial.el (help-with-tutorial):
4042 * vc/add-log.el (add-change-log-entry):
4043 * vc/compare-w.el (compare-windows):
4044 * vc/ediff-help.el (ediff-indent-help-message):
4045 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4046 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4047 (ediff-setup-control-frame):
4048 * vc/emerge.el (emerge-position-region):
4049 * vc/pcvs-util.el (cvs-bury-buffer):
4050 * window.el (walk-windows, mouse-autoselect-window-select):
4051 * winner.el (winner-set-conf, winner-undo): Related users changed.
4052
4053 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4054
4055 * frameset.el (frameset--set-id): Doc fix.
4056 (frameset-frame-id, frameset-frame-id-equal-p)
4057 (frameset-locate-frame-id): New functions.
4058 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4059 (frameset-restore): Use them.
4060
4061 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4062
4063 Do not call to `selected-frame' where it is assumed by default.
4064 Affected functions are `raise-frame', `redraw-frame',
4065 `frame-first-window', `frame-terminal' and `delete-frame'.
4066 * calendar/appt.el (appt-disp-window):
4067 * epg.el (epg-wait-for-completion):
4068 * follow.el (follow-delete-other-windows-and-split)
4069 (follow-avoid-tail-recenter):
4070 * international/mule.el (set-terminal-coding-system):
4071 * mail/rmail.el (rmail-mail-return):
4072 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4073 * progmodes/f90.el (f90-add-imenu-menu):
4074 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4075 * server.el (server-switch-buffer):
4076 * simple.el (delete-completion-window):
4077 * talk.el (talk):
4078 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4079 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4080 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4081 * vc/ediff.el (ediff-documentation): Related users changed.
4082 * frame.el (selected-terminal): Remove the leftover.
4083
4084 2013-08-05 Glenn Morris <rgm@gnu.org>
4085
4086 * calendar/calendar.el (calendar-generate-month):
4087 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4088 (calendar-generate-month, calendar-font-lock-keywords):
4089 Fix for calendar-day-header-width > length of any day name.
4090
4091 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4092
4093 * desktop.el (desktop-clear): Use new name of sort predicate.
4094
4095 * frameset.el (frameset): Add docstring. Move :version property to its
4096 own `version' slot.
4097 (frameset-copy): Rename from copy-frameset.
4098 (frameset-p): Check more thoroughly.
4099 (frameset-prop): Do not check for :version, which is no longer a prop.
4100 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4101 Use new :never value instead of t.
4102 (frameset-filter-alist): Expand and clarify docstring.
4103 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4104 (frameset-filter-minibuffer, frameset-filter-save-param)
4105 (frameset-filter-restore-param, frameset-filter-iconified):
4106 Add pointer to docstring of frameset-filter-alist.
4107 (frameset-filter-params): Rename filter values to be more meaningful:
4108 :never instead of t, and reverse the meanings of :save and :restore.
4109 (frameset--process-minibuffer-frames): Clarify error message.
4110 (frameset-save): Avoid unnecessary and confusing call to framep.
4111 Use new BOA constructor for framesets.
4112 (frameset--reuse-list): Doc fix.
4113 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4114 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4115 (frameset-minibufferless-first-p): Doc fix.
4116 Rename from frameset-sort-frames-for-deletion.
4117 (frameset-restore): Doc fixes. Use new function names.
4118 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4119
4120 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4121
4122 * desktop.el (desktop-restore-forces-onscreen)
4123 (desktop-restore-reuses-frames): Document :keyword constant values.
4124 (desktop-filter-parameters-alist): Remove, now identical to
4125 frameset-filter-alist.
4126 (desktop--filter-tty*): Remove, moved to frameset.el.
4127 (desktop-save-frameset, desktop-restore-frameset):
4128 Do not pass :filters argument.
4129
4130 * frameset.el (frameset-live-filter-alist)
4131 (frameset-persistent-filter-alist): New variables.
4132 (frameset-filter-alist): Use them. Add autoload cookie.
4133 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4134 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4135 `frameset--id' (it's supposed to be internal to frameset.el).
4136 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4137 (frameset--initial-params): New function.
4138 (frameset--get-frame): Use it. Doc fix.
4139 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4140 Accept :all, not 'all.
4141 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4142 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4143 with fbound symbols. Fix frame id matching, and remove matching ids if
4144 the frame being restored is deleted. Obey :delete.
4145
4146 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4147
4148 * subr.el (macrop): New function.
4149 (text-clone--maintaining): New var.
4150 (text-clone--maintain): Rename from text-clone-maintain. Use it
4151 instead of inhibit-modification-hooks.
4152
4153 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4154 a proxy, so as handle autoloads and redefinitions of the target.
4155 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4156
4157 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4158 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4159 (pcase--mutually-exclusive-p): New function.
4160 (pcase--split-consp): Use it.
4161 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4162 mutually exclusive with the current predicate.
4163
4164 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4165 (edebug-macrop): Remove. Use `macrop' instead.
4166 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4167 (ad-macro-p):
4168 * eshell/esh-cmd.el (eshell-macrop):
4169 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4170
4171 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4174 (advice-mapc): New function, using it.
4175 (advice-function-member-p): New function.
4176 (advice--normalize): Store the cdr in advice--saved-rewrite since
4177 that's the part that will be changed.
4178 (advice--symbol-function): New function.
4179 (advice-remove): Handle removal before the function is defined.
4180 Adjust to new advice--saved-rewrite.
4181 (advice-member-p): Use advice-function-member-p and
4182 advice--symbol-function.
4183
4184 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4185
4186 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4187 (frameset-filter-minibuffer): Doc fix.
4188 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
4189 (frameset--set-id, frameset--process-minibuffer-frames)
4190 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4191 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4192
4193 * desktop.el (desktop-clear): Only delete frames when called
4194 interactively and desktop-restore-frames is non-nil. Doc fix.
4195 (desktop-read): Set desktop-saved-frameset to nil.
4196
4197 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4198
4199 * vc/vc.el (vc-ignore): Rewrite.
4200 (vc-default-ignore-completion-table):
4201 (vc--read-lines):
4202 (vc--add-line, vc--remove-regexp): New functions.
4203
4204 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4205 (vc-svn-ignore-completion-table): New function.
4206
4207 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4208 (vc-hg-ignore-completion-table):
4209 (vc-hg-find-ignore-file): New functions.
4210
4211 * vc/vc-git.el (vc-git-ignore): Rewrite.
4212 (vc-git-ignore-completion-table):
4213 (vc-git-find-ignore-file): New functions.
4214
4215 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4216
4217 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4218 (vc-bzr-ignore-completion-table):
4219 (vc-bzr-find-ignore-file): New functions.
4220
4221 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
4222
4223 * frameset.el (frameset-prop): New function and setter.
4224 (frameset-save): Do not modify frame list passed by the caller.
4225
4226 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4227
4228 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4229
4230 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4233 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4234
4235 * custom.el (custom-initialize-default, custom-initialize-set)
4236 (custom-initialize-reset, custom-initialize-changed): Affect the
4237 toplevel-default-value (bug#6275, bug#14586).
4238 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4239 for bug#6275.
4240
4241 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4242
4243 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4244 Add cl-def* expressions.
4245
4246 * frameset.el (frameset-filter-params): Fix order of arguments.
4247
4248 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4249
4250 Move code related to saving frames to frameset.el.
4251 * desktop.el: Require frameset.
4252 (desktop-restore-frames): Doc fix.
4253 (desktop-restore-reuses-frames): Rename from
4254 desktop-restoring-reuses-frames.
4255 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4256 (desktop-clear): Clear frames too.
4257 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4258 (desktop--filter-tty*, desktop-save, desktop-read):
4259 Use frameset functions.
4260 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4261 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4262 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4263 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4264 (desktop--process-minibuffer-frames, desktop-save-frames)
4265 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4266 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4267 (desktop--sort-states, desktop-restoring-frames-p)
4268 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4269 (desktop-restoring-frameset-p, desktop-restore-frameset)
4270 (desktop--check-dont-save, desktop-save-frameset): New functions.
4271 (desktop--app-id): New constant.
4272 (desktop-first-buffer, desktop-buffer-ok-count)
4273 (desktop-buffer-fail-count): Move before first use.
4274 * frameset.el: New file.
4275
4276 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * files.el: Use lexical-binding.
4279 (dir-locals-read-from-file): Remove unused `err' variable.
4280 (hack-dir-local-variables--warned-coding): New var.
4281 (hack-dir-local-variables): Use it to avoid repeated warnings.
4282 (make-backup-file-name--default-function): New function.
4283 (make-backup-file-name-function): Use it as default.
4284 (buffer-stale--default-function): New function.
4285 (buffer-stale-function): Use it as default.
4286 (revert-buffer-insert-file-contents--default-function): New function.
4287 (revert-buffer-insert-file-contents-function): Use it as default.
4288 (insert-directory): Avoid add-to-list.
4289
4290 * autorevert.el (auto-revert-handler): Simplify.
4291 Use buffer-stale--default-function.
4292
4293 2013-08-01 Tassilo Horn <tsdh@gnu.org>
4294
4295 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4296
4297 * whitespace.el (whitespace-ensure-local-variables): New function.
4298 (whitespace-cleanup-region): Call it.
4299 (whitespace-turn-on): Call it.
4300
4301 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
4302
4303 Complete file name handlers.
4304
4305 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4306 (tramp-handle-verify-visited-file-modtime)
4307 (tramp-handle-file-notify-rm-watch): New functions.
4308 (tramp-call-process): Do not bind `default-directory'.
4309
4310 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4311 Order alphabetically.
4312 [access-file, add-name-to-file, dired-call-process]:
4313 [dired-compress-file, file-acl, file-notify-rm-watch]:
4314 [file-ownership-preserved-p, file-selinux-context]:
4315 [make-directory-internal, make-symbolic-link, set-file-acl]:
4316 [set-file-selinux-context, set-visited-file-modtime]:
4317 [verify-visited-file-modtime]: Add handler.
4318 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4319
4320 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4321 [file-notify-add-watch, file-notify-rm-watch]:
4322 [set-file-times, set-visited-file-modtime]:
4323 [verify-visited-file-modtime]: Add handler.
4324 (with-tramp-gvfs-error-message)
4325 (tramp-gvfs-handle-set-visited-file-modtime)
4326 (tramp-gvfs-fuse-file-name): Remove.
4327 (tramp-gvfs-handle-file-notify-add-watch)
4328 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4329 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4330
4331 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4332 Order alphabetically.
4333 [file-notify-rm-watch ]: Use default Tramp handler.
4334 [executable-find]: Remove private handler.
4335 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4336 `default-directory'.
4337 (tramp-sh-handle-executable-find)
4338 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4339 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4340 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4341 Do not use `format' in `tramp-message'.
4342
4343 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4344 [file-notify-rm-watch, set-visited-file-modtime]:
4345 [verify-visited-file-modtime]: Add handler.
4346 (tramp-smb-call-winexe): Do not bind `default-directory'.
4347
4348 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4349
4350 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4351
4352 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4353
4354 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4355 use it.
4356 (log-view-diff-changeset): Same.
4357 (log-view-diff-common): Call backend command `previous-revision'
4358 to find out the previous revision, in both cases. Swap the
4359 variables `to' and `fr', so that `fr' usually refers to the
4360 earlier revision (Bug#14989).
4361
4362 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
4363
4364 * ibuf-ext.el (ibuffer-filter-by-filename):
4365 Make it work with dired buffers too.
4366
4367 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4368
4369 * emacs-lisp/re-builder.el (reb-color-display-p):
4370 * files.el (save-buffers-kill-terminal):
4371 * net/browse-url.el (browse-url):
4372 * server.el (server-save-buffers-kill-terminal):
4373 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4374 Prefer nil to selected-frame for the first arg of frame-parameter.
4375
4376 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4377
4378 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4379
4380 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
4381
4382 * minibuffer.el (completion--twq-all): Try and preserve each
4383 completion's case choice (bug#14907).
4384
4385 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4386
4387 * net/network-stream.el (open-network-stream): Mention the new
4388 :nogreeting parameter.
4389 (network-stream-open-starttls): Use the :nogreeting parameter
4390 (bug#14938).
4391
4392 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4393
4394 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4395 more natural than popping.
4396
4397 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4398 (shr-urlify): Highlight under mouse.
4399
4400 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4401
4402 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4403
4404 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4405
4406 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4407 buffer for output.
4408
4409 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4410 point-min==1. Fix search string. Fix parentheses missing.
4411
4412 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
4413 assume point-min==1. Fix search string. Fix parentheses missing.
4414
4415 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4416
4417 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4418 buffer for output.
4419
4420 2013-07-29 Eli Zaretskii <eliz@gnu.org>
4421
4422 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4423 initial frame is minibuffer-less. (Bug#14841)
4424
4425 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
4426
4427 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4428 option.
4429
4430 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4431 (tramp-maybe-open-connection): Use it.
4432
4433 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4434
4435 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4436 minimal set of parameters passed when creating a frame, because
4437 the minibuffer status of a frame cannot be changed later.
4438
4439 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
4440
4441 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4442 replace-regexp-in-string and inadvertent omissions in previous change.
4443 (todo-filter-items): Ensure only file names are comma-separated in
4444 name of filtered items buffer.
4445
4446 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4447
4448 * desktop.el: Optionally force offscreen frames back onscreen.
4449 (desktop-restoring-reuses-frames): New option.
4450 (desktop--compute-pos, desktop--move-onscreen): New functions.
4451 (desktop--make-frame): Use desktop--move-onscreen.
4452
4453 2013-07-27 Alan Mackenzie <acm@muc.de>
4454
4455 Fontify a Java generic method as a function.
4456 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4457 value to t.
4458
4459 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
4460
4461 * calendar/todo-mode.el: Add command to rename todo files.
4462 (todo-rename-file): New command.
4463 (todo-key-bindings-t): Add key binding for it. Change the
4464 bindings of todo-filter-regexp-items(-multifile) to use `x'
4465 instead of `r', since the latter is better suited to the new
4466 renaming command.
4467
4468 2013-07-27 Alan Mackenzie <acm@muc.de>
4469
4470 Make Java try-with-resources statement parse properly.
4471 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4472 (c-block-stmt-1-2-key): New language constants/variables.
4473 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4474 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4475 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4476 with c-block-stmt-1-2-key.
4477
4478 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
4479
4480 * desktop.el (desktop--make-frame): Apply most frame parameters after
4481 creating the frame to force (partially or totally) offscreen frames to
4482 be restored as such.
4483
4484 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4485
4486 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4487 (Bug#14948)
4488
4489 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4492 `base' arg of backtrace-frame.
4493
4494 2013-07-26 Eli Zaretskii <eliz@gnu.org>
4495
4496 * simple.el (list-processes): Doc fix.
4497
4498 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4499
4500 * desktop.el (desktop--select-frame):
4501 Try harder to reuse existing frames.
4502
4503 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4506 (edebug-eval): Use backtrace-eval.
4507 (edebug--display, edebug--recursive-edit): Don't let-bind the
4508 edebug-outer-* vars that keep track of variables we locally let-bind.
4509 (edebug-outside-excursion): Don't restore outside values of locally
4510 let-bound vars.
4511 (edebug--display): Use user-error.
4512 (cl-lexical-debug, cl-debug-env): Remove.
4513
4514 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4517 are restored to be sure that they are visible before deleting any
4518 remaining ones.
4519
4520 2013-07-26 Matthias Meulien <orontee@gmail.com>
4521
4522 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4523 vc-print-root-log. (Bug#14948)
4524
4525 2013-07-26 Richard Stallman <rms@gnu.org>
4526
4527 Add aliases for encrypting mail.
4528 * epa.el (epa-mail-aliases): New option.
4529 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4530 Bind inhibit-read-only so read-only text doesn't ruin everything.
4531 (epa-mail-default-recipients): New subroutine broken out.
4532 Handle epa-mail-aliases.
4533
4534 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 Add support for lexical variables to the debugger's `e' command.
4537 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4538 vars, except for debugger-outer-match-data.
4539 (debugger-frame-number): Move check for "on a function call" from
4540 callers into it. Add `skip-base' argument.
4541 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4542 (debugger-env-macro): Only reset the state stored in non-variables,
4543 i.e. current-buffer and match-data.
4544 (debugger-eval-expression): Rewrite using backtrace-eval.
4545 * subr.el (internal--called-interactively-p--get-frame): Remove.
4546 (called-interactively-p):
4547 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4548 `base' arg of backtrace-frame instead.
4549
4550 2013-07-26 Glenn Morris <rgm@gnu.org>
4551
4552 * align.el (align-regexp): Doc fix. (Bug#14857)
4553 (align-region): Explicit error if subexpression missing/does not match.
4554
4555 * simple.el (global-visual-line-mode):
4556 Do not duplicate the mode lighter. (Bug#14858)
4557
4558 2013-07-25 Martin Rudalics <rudalics@gmx.at>
4559
4560 * window.el (display-buffer): In display-buffer bind
4561 split-window-keep-point to t, bug#14829.
4562
4563 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4564
4565 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4566 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4567 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4568 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4569 Change accordingly.
4570 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4571 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
4572
4573 2013-07-25 Glenn Morris <rgm@gnu.org>
4574
4575 * dired-x.el (dired-mark-extension): Convert comment to doc string.
4576
4577 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4578
4579 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4580 parameter to modify-frame-parameters if the value has not changed;
4581 this is a workaround for bug#14949.
4582 (desktop--make-frame): On cl-delete-if call, check parameter name,
4583 not full parameter.
4584
4585 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4586
4587 * vc/vc.el (vc-ignore): New function.
4588
4589 * vc/vc-svn.el (vc-svn-ignore): New function.
4590
4591 * vc/vc-hg.el (vc-hg-ignore): New function.
4592
4593 * vc/vc-git.el (vc-git-ignore): New function.
4594
4595 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4596 (vc-dir-ignore): New function.
4597
4598 * vc/vc-cvs.el (vc-cvs-ignore): New function.
4599 (cvs-append-to-ignore): Move here from pcvs.el.
4600
4601 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4602
4603 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4604
4605 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4608 (desktop-restore-frames): Warn when deleting an existing frame failed.
4609
4610 2013-07-24 Glenn Morris <rgm@gnu.org>
4611
4612 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4613
4614 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
4615
4616 * filenotify.el (file-notify-supported-p):
4617 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4618 Remove functions.
4619
4620 * autorevert.el (auto-revert-use-notify):
4621 (auto-revert-notify-add-watch):
4622 * net/tramp.el (tramp-file-name-for-operation):
4623 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4624 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4625 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4626 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4627 Remove `file-notify-supported-p' entry.
4628
4629 2013-07-24 Glenn Morris <rgm@gnu.org>
4630
4631 * printing.el: Replace all uses of deleted ps-windows-system,
4632 ps-lp-system, ps-flatten-list with lpr- versions.
4633
4634 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4637 checked with memq (bug#14935).
4638
4639 * files.el (revert-buffer-function): Use a non-nil default.
4640 (revert-buffer-preserve-modes): Declare var to
4641 provide access to the `preserve-modes' argument.
4642 (revert-buffer): Let-bind it.
4643 (revert-buffer--default): New function, extracted from revert-buffer.
4644
4645 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4646
4647 * lpr.el: Signal print errors more prominently.
4648 (print-region-function): Don't default to nil.
4649 (lpr-print-region): New function, extracted from print-region-1.
4650 Check lpr's return value and signal an error in case of problem.
4651 (print-region-1): Use it.
4652 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4653 versions instead.
4654 (ps-printer-name): Default to nil.
4655 (ps-printer-name-option): Default to lpr-printer-switch.
4656 (ps-print-region-function): Don't default to nil.
4657 (ps-postscript-code-directory): Simplify default.
4658 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4659 (ps-string-list, ps-eval-switch, ps-flatten-list)
4660 (ps-flatten-list-1): Remove.
4661 (ps-multibyte-buffer): Avoid setq.
4662 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4663 (print-region-function, ps-print-region-function): Don't set them here.
4664
4665 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4666
4667 * ido.el (ido-fractionp):
4668 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4669 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4670 (ido-max-directory-size, ido-max-dir-file-cache)
4671 (ido-decorations): Doc fix.
4672
4673 * ansi-color.el: Fix old URL.
4674
4675 2013-07-23 Michael R. Mauger <michael@mauger.com>
4676
4677 * progmodes/sql.el: Version 3.3
4678 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4679 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4680 (sql-interactive-remove-continuation-prompt): Rewrite, use
4681 functions above. Fix continuation prompt and complete output line
4682 handling.
4683 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4684 redirected output buffer.
4685 (sql-mode): Restore deleted code (Bug#13591).
4686
4687 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4690
4691 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
4692
4693 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4694
4695 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4696 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4697 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4698
4699 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4700
4701 * desktop.el (desktop-clear): Simplify; remove useless checks
4702 against invalid buffer names.
4703 (desktop-list*): Use cl-list*.
4704 (desktop-buffer-info, desktop-create-buffer): Simplify.
4705
4706 2013-07-23 Leo Liu <sdl.web@gmail.com>
4707
4708 * bookmark.el (bookmark-make-record): Restore NAME as a default
4709 value. (Bug#14933)
4710
4711 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4714 extracted from autoload--insert-text.
4715 (autoload--insert-text): Remove.
4716 (autoload--print-cookie-text): New function, extracted from
4717 autoload--insert-cookie-text.
4718 (autoload--insert-cookie-text): Remove.
4719 (autoload-generate-file-autoloads): Adjust calls accordingly.
4720
4721 * winner.el (winner-hook-installed-p): Remove.
4722 (winner-mode): Simplify accordingly.
4723
4724 * subr.el (add-to-list): Fix compiler-macro when `append' is
4725 not constant. Don't use `cl-member' for the base case.
4726
4727 * progmodes/subword.el: Fix boundary case (bug#13758).
4728 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4729 own group.
4730 (subword-backward-regexp): Make it a constant.
4731 (subword-forward-internal): Don't treat a trailing capital as the
4732 beginning of a word.
4733
4734 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4735
4736 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4737 global value of tabulated-list-revert-hook (bug#14930).
4738
4739 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
4740
4741 * desktop.el: Require 'cl-lib.
4742 (desktop-before-saving-frames-functions): New hook.
4743 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4744 for frames being saved. Rename from desktop--save-minibuffer-frames.
4745 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
4746 Do not save frames with non-nil `desktop-dont-save' parameter.
4747 Filter out deleted frames.
4748 (desktop--find-frame): Use cl-find-if.
4749 (desktop--select-frame): Use cl-(first|second|third) to access values
4750 of desktop-mini.
4751 (desktop--make-frame): Use cl-delete-if.
4752 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4753 (desktop-restore-frames): Use cl-(first|second|third) to access values
4754 of desktop-mini. Look for visible frame at the end, not while
4755 restoring frames.
4756
4757 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4758 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4759 Use string-match-p, looking-at-p (bug#14927).
4760
4761 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
4762
4763 * desktop.el (desktop-saved-frame-states):
4764 Rename from desktop--saved-states; all users changed.
4765 (desktop-save-frames): Rename from desktop--save-frames.
4766 Do not save state to desktop file.
4767 (desktop-save): Save desktop-saved-frame-states to desktop file
4768 and reset to nil.
4769 (desktop-restoring-frames-p): New function.
4770 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4771 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4772 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4773
4774 * desktop.el: Correctly restore iconified frames.
4775 (desktop--filter-iconified-position): New function.
4776 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4777
4778 2013-07-20 Glenn Morris <rgm@gnu.org>
4779
4780 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4781 Let `message' do the formatting.
4782 (def-gdb-preempt-display-buffer): Add explicit format.
4783
4784 * image-dired.el (image-dired-track-original-file):
4785 Use with-current-buffer.
4786 (image-dired-track-thumbnail): Use with-current-buffer.
4787 Avoid changing point of wrong window.
4788
4789 * image-dired.el (image-dired-track-original-file):
4790 Avoid changing point of wrong window. (Bug#14909)
4791
4792 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
4793
4794 * progmodes/gdb-mi.el (gdb-done-or-error):
4795 Guard against "%" in gdb output. (Bug#14127)
4796
4797 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4798
4799 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4800 (Bug#14826)
4801
4802 * international/mule.el (coding-system-iso-2022-flags): Fix last
4803 change.
4804
4805 2013-07-20 Kenichi Handa <handa@gnu.org>
4806
4807 * international/mule.el (coding-system-iso-2022-flags):
4808 Add `8-bit-level-4'. (Bug#8522)
4809
4810 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4811
4812 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4813 (bug#14815).
4814
4815 * net/eww.el (eww-process-text-input): Allow inputting when the
4816 point is at the start of the line, as the properties aren't
4817 front-sticky.
4818
4819 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4820 degenerate widths.
4821
4822 2013-07-19 Richard Stallman <rms@gnu.org>
4823
4824 * epa.el (epa-popup-info-window): Doc fix.
4825
4826 * subr.el (split-string): New arg TRIM.
4827
4828 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
4829
4830 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4831 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4832
4833 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
4834
4835 * filenotify.el (file-notify--library): Rename from
4836 `file-notify-support'. Do not autoload. Adapt all uses.
4837 (file-notify-supported-p): New defun.
4838
4839 * autorevert.el (auto-revert-use-notify):
4840 Use `file-notify-supported-p' instead of `file-notify-support'.
4841 Adapt docstring.
4842 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4843
4844 * net/tramp.el (tramp-file-name-for-operation):
4845 Add `file-notify-supported-p'.
4846
4847 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4848 New defun.
4849 (tramp-sh-file-name-handler-alist): Add it as handler for
4850 `file-notify-supported-p '.
4851
4852 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4853 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4854 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4855 Add `ignore' as handler for `file-notify-*' functions.
4856
4857 2013-07-17 Eli Zaretskii <eliz@gnu.org>
4858
4859 * simple.el (line-move-partial, line-move): Don't start vscroll or
4860 scroll-up if the current line is not taller than the window.
4861 (Bug#14881)
4862
4863 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4864
4865 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4866 highlight question marks in the method names as strings.
4867 (ruby-block-beg-keywords): Inline.
4868 (ruby-font-lock-keyword-beg-re): Extract from
4869 `ruby-font-lock-keywords'.
4870
4871 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4872
4873 * frame.el (blink-cursor-blinks): New defcustom.
4874 (blink-cursor-blinks-done): New defvar.
4875 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4876 (blink-cursor-timer-function): Check if number of blinks has been
4877 done on X and NS.
4878 (blink-cursor-suspend, blink-cursor-check): New defuns.
4879
4880 2013-07-15 Glenn Morris <rgm@gnu.org>
4881
4882 * edmacro.el (edmacro-format-keys): Fix previous change.
4883
4884 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4885
4886 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4887 The hack didn't work outside English locales anyway.
4888
4889 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
4890
4891 * simple.el (define-alternatives): Rename from alternatives-define,
4892 per RMS' suggestion.
4893
4894 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
4895
4896 * desktop.el (desktop-restore-frames): Change default to t.
4897 (desktop-restore-in-current-display): Now offer more options.
4898 (desktop-restoring-reuses-frames): New customization option.
4899 (desktop--saved-states): Doc fix.
4900 (desktop-filter-parameters-alist): New variable, renamed and expanded
4901 from desktop--excluded-frame-parameters.
4902 (desktop--target-display): New variable.
4903 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4904 (desktop--filter-tty*, desktop--filter-*-color)
4905 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4906 (desktop--filter-save-desktop-parm)
4907 (desktop-restore-in-original-display-p): New functions.
4908 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4909 (desktop--save-minibuffer-frames): New function, inspired by a similar
4910 function from Martin Rudalics.
4911 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4912 (desktop--restore-in-this-display-p): Remove.
4913 (desktop--find-frame): Rename from desktop--find-frame-in-display
4914 and add predicate argument.
4915 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4916 (desktop--reuse-list): New variable.
4917 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4918 New functions.
4919 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4920
4921 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
4922
4923 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4924
4925 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4926
4927 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4928 Highlight conversion methods on Kernel.
4929
4930 2013-07-13 Alan Mackenzie <acm@muc.de>
4931
4932 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4933 and comment it out. This out-commenting enables certain C++
4934 declarations to be parsed correctly.
4935
4936 2013-07-13 Eli Zaretskii <eliz@gnu.org>
4937
4938 * international/mule.el (define-coding-system): Doc fix.
4939
4940 * simple.el (default-font-height): Don't call font-info if the
4941 frame's default font didn't change since the frame was created.
4942 (Bug#14838)
4943
4944 2013-07-13 Leo Liu <sdl.web@gmail.com>
4945
4946 * ido.el (ido-read-file-name): Guard against non-symbol value.
4947
4948 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4949
4950 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4951 in nested defuns.
4952
4953 2013-07-13 Leo Liu <sdl.web@gmail.com>
4954
4955 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4956 ido-set-matches call. (Bug#6852)
4957
4958 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4959
4960 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4961 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4962 Ruby 2.0.
4963 (ruby-font-lock-keywords): Distinguish calls to functions with
4964 module-like names from module references. Highlight character
4965 literals.
4966
4967 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4968
4969 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
4970 (gdb-send): Handle continued commands. (Bug#14847)
4971
4972 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4973
4974 * desktop.el (desktop--v2s): Remove unused local variable.
4975 (desktop-save-buffer): Make defvar-local; adjust docstring.
4976 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4977 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4978
4979 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
4980
4981 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4982
4983 2013-07-12 Eli Zaretskii <eliz@gnu.org>
4984
4985 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4986 (Bug#14842)
4987
4988 2013-07-12 Glenn Morris <rgm@gnu.org>
4989
4990 * doc-view.el: Require cl-lib at runtime too.
4991 (doc-view-remove-if): Remove.
4992 (doc-view-search-next-match, doc-view-search-previous-match):
4993 Use cl-remove-if.
4994
4995 * edmacro.el: Require cl-lib at runtime too.
4996 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
4997 (edmacro-mismatch, edmacro-subseq): Remove.
4998
4999 * shadowfile.el: Require cl-lib.
5000 (shadow-remove-if): Remove.
5001 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5002 Use cl-remove-if.
5003
5004 * wid-edit.el: Require cl-lib.
5005 (widget-choose): Use cl-remove-if.
5006 (widget-remove-if): Remove.
5007
5008 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5009 (ebrowse-delete-if-not): Remove.
5010 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5011 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5012 Use cl-delete-if-not.
5013
5014 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5015
5016 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5017 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5018
5019 2013-07-12 Leo Liu <sdl.web@gmail.com>
5020
5021 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5022
5023 2013-07-11 Glenn Morris <rgm@gnu.org>
5024
5025 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5026 (edebug-gensym-index, edebug-gensym):
5027 Remove reimplementation of cl-gensym.
5028 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5029
5030 * thumbs.el: Require cl-lib at run-time too.
5031 (thumbs-gensym-counter, thumbs-gensym):
5032 Remove reimplementation of cl-gensym.
5033 (thumbs-temp-file): Use cl-gensym.
5034
5035 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5036 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5037 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5038 (ert--union, ert--gensym-counter, ert--gensym-counter)
5039 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5040 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5041 (ert-make-test-unbound, ert--expand-should-1)
5042 (ert--expand-should, ert--should-error-handle-error)
5043 (should-error, ert--explain-equal-rec)
5044 (ert--plist-difference-explanation, ert-select-tests)
5045 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5046 Use cl-lib functions rather than reimplementations.
5047
5048 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5049
5050 * net/tramp.el (tramp-methods): Extend docstring.
5051 (tramp-connection-timeout): New defcustom.
5052 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5053 (with-tramp-progress-reporter): Simplify.
5054 (tramp-process-actions): Improve messages.
5055
5056 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5057 * net/tramp-sh.el (tramp-maybe-open-connection):
5058 Use `tramp-connection-timeout'.
5059 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5060 (Bug#14808)
5061
5062 2013-07-11 Leo Liu <sdl.web@gmail.com>
5063
5064 * ido.el (ido-read-file-name): Conform to the requirements of
5065 read-file-name. (Bug#11861)
5066 (ido-read-directory-name): Conform to the requirements of
5067 read-directory-name.
5068
5069 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5070
5071 * subr.el (delay-warning): New function.
5072
5073 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5074
5075 * simple.el (default-line-height): New function.
5076 (line-move-partial, line-move): Use it instead of computing the
5077 line height inline.
5078 (line-move-partial): Always compute ROWH. If the last line is
5079 partially-visible, but its text is completely visible, allow
5080 cursor to enter such a partially-visible line.
5081
5082 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5083
5084 Improve error messages. (Bug#14808)
5085
5086 * net/tramp.el (tramp-current-connection): New defvar, moved from
5087 tramp-sh.el.
5088 (tramp-message-show-progress-reporter-message): Remove, not
5089 needed anymore.
5090 (tramp-error-with-buffer): Show message in minibuffer.
5091 Discard input before waiting. Reset connection timestamp.
5092 (with-tramp-progress-reporter): Improve messages.
5093 (tramp-process-actions): Use progress reporter. Delete process in
5094 case of error. Improve messages.
5095
5096 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5097 Call `tramp-error-with-buffer' with vector and buffer.
5098 (tramp-current-connection): Remove.
5099 (tramp-maybe-open-connection): The car of
5100 `tramp-current-connection' are the first 3 slots of the vector.
5101
5102 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5103
5104 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5105 inside continued strings.
5106
5107 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5108
5109 Timestamp fixes for undo (Bug#14824).
5110 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5111
5112 2013-07-10 Leo Liu <sdl.web@gmail.com>
5113
5114 * files.el (require-final-newline): Allow safe local value.
5115 (Bug#14834)
5116
5117 2013-07-09 Leo Liu <sdl.web@gmail.com>
5118
5119 * ido.el (ido-read-directory-name): Handle fallback.
5120 (ido-read-file-name): Update DIR to ido-current-directory.
5121 (Bug#1516)
5122 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5123
5124 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5125
5126 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5127 "autoload". Remove "warn lower camel case" section, previously
5128 commented out. Highlight negation char. Do not highlight the
5129 target in singleton method definitions.
5130
5131 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * faces.el (tty-setup-hook): Declare the hook.
5134
5135 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5136 and detect when a guard/pred depends on local vars (bug#14773).
5137 (pcase--u1): Adjust caller.
5138
5139 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5140
5141 * simple.el (line-move-partial, line-move): Account for
5142 line-spacing.
5143 (line-move-partial): Avoid setting vscroll when the last
5144 partially-visible line in window is of default height.
5145
5146 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5147
5148 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5149 been used a while.
5150
5151 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5152
5153 * subr.el (read-quoted-char): Remove unused local variable `char'.
5154
5155 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5156
5157 * ediff.el (ediff-version): Version update.
5158 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5159 (ediff-merge-with-ancestor-command, ediff-directories-command)
5160 (ediff-directories3-command, ediff-merge-directories-command)
5161 (ediff-merge-directories-with-ancestor-command): New functions.
5162 All are command-line interfaces to ediff: to facilitate calling
5163 Emacs with the appropriate ediff functions invoked.
5164
5165 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5166 (viper-save-kill-buffer): Check if buffer is modified.
5167
5168 * viper.el (viper-version): Version update.
5169 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5170
5171 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5174 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5175 (viper-intercept-ESC-key): Simplify.
5176 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5177 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5178 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5179 (viper-setup-ESC-to-escape): New functions.
5180 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5181 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5182
5183 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5184
5185 * simple.el (default-font-height, window-screen-lines):
5186 New functions.
5187 (line-move, line-move-partial): Use them instead of
5188 frame-char-height and window-text-height. This makes scrolling
5189 text smoother when the buffer's default face uses a font that is
5190 different from the frame's default font.
5191
5192 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5193
5194 * files.el (write-file): Do not display confirm dialog for NS,
5195 it does its own dialog, which can't be cancelled (Bug#14578).
5196
5197 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5198
5199 * simple.el (line-move-partial): Adjust the row returned by
5200 posn-at-point for the current window-vscroll. (Bug#14567)
5201
5202 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
5203
5204 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5205 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5206 spaces.
5207
5208 2013-07-06 Martin Rudalics <rudalics@gmx.at>
5209
5210 * window.el (window-state-put-stale-windows): New variable.
5211 (window--state-put-2): Save list of windows without matching buffer.
5212 (window-state-put): Remove "bufferless" windows if possible.
5213
5214 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5215
5216 * simple.el (alternatives-define): Remove leftover :group keyword.
5217 Tweak docstring.
5218
5219 2013-07-06 Leo Liu <sdl.web@gmail.com>
5220
5221 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5222 (ido-enable-virtual-buffers): New variable.
5223 (ido-buffer-internal, ido-toggle-virtual-buffers)
5224 (ido-make-buffer-list): Use it.
5225 (ido-exhibit): Support turning on and off virtual buffers
5226 automatically.
5227
5228 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * simple.el (alternatives-define): New macro.
5231
5232 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * subr.el (read-quoted-char): Use read-key.
5235 (sit-for): Let read-event decode tty input (bug#14782).
5236
5237 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
5238
5239 * calendar/todo-mode.el: Add handling of file deletion, both by
5240 mode command and externally. Fix various related bugs.
5241 Clarify Commentary and improve some documentation strings and code.
5242 (todo-delete-file): New command.
5243 (todo-check-file): New function.
5244 (todo-show): Handle external deletion of the file we're trying to
5245 show (bug#14688). Replace called-interactively-p by an optional
5246 prefix argument to avoid problematic interaction with catch form
5247 when byte compiled (bug#14702).
5248 (todo-quit): Handle external deletion of the archive's todo file.
5249 Make sure the buffer that was visiting the archive file is still
5250 live before trying to bury it.
5251 (todo-category-completions): Handle external deletion of any
5252 category completion files.
5253 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5254 of todo files, in case of external deletion.
5255 (todo-add-file): Replace unnecessary setq by let-binding.
5256 (todo-find-archive): Check whether there are any archives.
5257 Replace unnecessary setq by let-binding.
5258 (todo-archive-done-item): Use find-file-noselect to get the
5259 archive buffer whether or not the archive already exists.
5260 Remove superfluous code. Use file size instead of buffer-file-name to
5261 check if the archive is new; if it is, update list of archives.
5262 (todo-default-todo-file): Allow nil to be a valid value for when
5263 there are no todo files.
5264 (todo-reevaluate-default-file-defcustom): Use corrected definition
5265 of todo-default-todo-file.
5266 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5267 (todo-delete-category, todo-show-categories-table)
5268 (todo-category-number): Clarify comment.
5269 (todo-filter-items): Clarify documentation string.
5270 (todo-show-current-file, todo-display-as-todo-file)
5271 (todo-reset-and-enable-done-separator): Tweak documentation string.
5272 (todo-done-separator): Make separator length window-width, since
5273 bug#2749 is now fixed.
5274
5275 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
5276
5277 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5278 Support both "gvfs-monitor-dir" and "inotifywait".
5279 (tramp-sh-file-inotifywait-process-filter): Rename from
5280 `tramp-sh-file-notify-process-filter'.
5281 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5282 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5283
5284 2013-07-05 Leo Liu <sdl.web@gmail.com>
5285
5286 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5287
5288 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5289
5290 * frame.el (display-pixel-height, display-pixel-width)
5291 (display-mm-height, display-mm-width): Mention behavior on
5292 multi-monitor setups in docstrings.
5293 (w32-display-monitor-attributes-list): Declare function.
5294 (display-monitor-attributes-list): Use it.
5295
5296 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
5297
5298 * filenotify.el: New package.
5299
5300 * autorevert.el (top): Require filenotify.el.
5301 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5302 instead.
5303 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5304 (auto-revert-notify-handler): Use `file-notify-*' functions.
5305
5306 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5307
5308 * net/tramp.el (tramp-file-name-for-operation):
5309 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5310
5311 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5312 for `file-notify-add-watch' and `file-notify-rm-watch'.
5313 (tramp-process-sentinel): Improve trace.
5314 (tramp-sh-handle-file-notify-add-watch)
5315 (tramp-sh-file-notify-process-filter)
5316 (tramp-sh-handle-file-notify-rm-watch)
5317 (tramp-get-remote-inotifywait): New defuns.
5318
5319 2013-07-03 Juri Linkov <juri@jurta.org>
5320
5321 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5322 call of `occur-read-primary-args' to interactive spec.
5323
5324 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5325 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5326
5327 2013-07-03 Matthias Meulien <orontee@gmail.com>
5328
5329 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5330 `Buffer-menu-multi-occur'. Add it to the menu.
5331 (Buffer-menu-mode): Document it in docstring.
5332 (Buffer-menu-multi-occur): New command. (Bug#14673)
5333
5334 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5335
5336 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5337 keywords and built-ins.
5338
5339 2013-07-03 Glenn Morris <rgm@gnu.org>
5340
5341 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5342
5343 Make info-xref checks case-sensitive by default
5344 * info.el (Info-find-node, Info-find-in-tag-table)
5345 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5346 Add option for exact case matching of nodes.
5347 * info-xref.el (info-xref): New custom group.
5348 (info-xref-case-fold): New option.
5349 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5350
5351 2013-07-03 Leo Liu <sdl.web@gmail.com>
5352
5353 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5354
5355 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5356
5357 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5358 middle of block statement initially, lower the depth. Remove
5359 FIXME comment, not longer valid. Remove middle of block statement
5360 detection, no need to do that anymore since we've been using
5361 `ruby-parse-region' here.
5362
5363 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5364
5365 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5366
5367 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5368
5369 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5370
5371 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
5372
5373 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5374 (desktop-restore-in-current-display): New customization option.
5375 (desktop--excluded-frame-parameters): Add `font'.
5376 (desktop--save-frames): Rename from desktop--save-windows.
5377 (desktop--restore-in-this-display-p): New function.
5378 (desktop--make-full-frame): Remove unwanted width/height from
5379 full(width|height) frames.
5380 (desktop--restore-frames): Rename from desktop--restore-windows.
5381 Obey desktop-restore-current-display. Do not delete old frames or
5382 select a new frame unless we were able to restore at least one frame.
5383
5384 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
5385
5386 * files.el (find-file-noselect): Simplify conditional expression.
5387
5388 * remember.el (remember-append-to-file):
5389 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5390
5391 Add `remember-notes' function to store random notes across Emacs
5392 restarts.
5393 * remember.el (remember-data-file): Add :set callback to affect
5394 notes buffer (if any).
5395 (remember-notes): New command.
5396 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5397 New defcustoms for the `remember-notes' function.
5398 (remember-notes-save-and-bury-buffer): New command.
5399 (remember-notes-mode-map): New variable.
5400 (remember-mode): New minor mode.
5401 (remember-notes--kill-buffer-query): New function.
5402 * startup.el (initial-buffer-choice): Add notes to custom type.
5403
5404 2013-06-30 Eli Zaretskii <eliz@gnu.org>
5405
5406 * bindings.el (right-char, left-char): Don't call sit-for, this is
5407 no longer needed. Use arithmetic comparison only for numerical
5408 arguments.
5409
5410 * international/mule-cmds.el (select-safe-coding-system):
5411 Handle the case of FROM being a string correctly. (Bug#14755)
5412
5413 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5414
5415 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5416 progression on degenerate tables.
5417 (shr-rescale-image): ImageMagick animated images currently don't work.
5418
5419 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
5420
5421 Some fixes and improvements for desktop frame restoration.
5422 It is still experimental and disabled by default.
5423 * desktop.el (desktop--save-windows): Put the selected frame at
5424 the head of the list.
5425 (desktop--make-full-frame): New function.
5426 (desktop--restore-windows): Try to re-select the frame that was
5427 selected upon saving. Do not abort if some frames fail to restore,
5428 just show an error message and continue. Set up maximized frames
5429 so they have default non-maximized dimensions.
5430
5431 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5432
5433 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5434 Don't start heredoc inside a string or comment.
5435
5436 2013-06-29 Eli Zaretskii <eliz@gnu.org>
5437
5438 * bindings.el (visual-order-cursor-movement): New defcustom.
5439 (right-char, left-char): Provide visual-order cursor motion by
5440 calling move-point-visually. Update the doc strings.
5441
5442 2013-06-28 Kenichi Handa <handa@gnu.org>
5443
5444 * international/mule.el (define-coding-system): New coding system
5445 properties :inhibit-null-byte-detection,
5446 :inhibit-iso-escape-detection, and :prefer-utf-8.
5447 (set-buffer-file-coding-system): If :charset-list property of
5448 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5449 appropriate for setting.
5450
5451 * international/mule-cmds.el (select-safe-coding-system):
5452 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5453 multibyte characters, return utf-8 (or one of its siblings).
5454
5455 * international/mule-conf.el (prefer-utf-8): New coding system.
5456 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5457 files.
5458
5459 2013-06-28 Ivan Kanis <ivan@kanis.fr>
5460
5461 * net/shr.el (shr-render-region): New function.
5462
5463 * net/eww.el: Autoload `eww-browse-url'.
5464
5465 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5466
5467 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5468 Adapt to `package-desc-version' being a list.
5469 Use `package--ac-desc-version' to retrieve version from a package
5470 archive element.
5471
5472 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
5473
5474 New experimental feature to save&restore window and frame setup.
5475 * desktop.el (desktop-save-windows): New defcustom.
5476 (desktop--saved-states): New var.
5477 (desktop--excluded-frame-parameters): New defconst.
5478 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5479 (desktop--restore-windows, desktop--save-windows): New functions.
5480 (desktop-save): Call `desktop--save-windows'.
5481 (desktop-read): Call `desktop--restore-windows'.
5482
5483 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5484
5485 * net/shr.el (add-face-text-property): Remove compat definition.
5486
5487 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5488
5489 * info.el (Info-try-follow-nearest-node): Move search for footnote
5490 above search for node name to prevent missing a footnote (bug#14717).
5491
5492 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5493
5494 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5495
5496 2013-06-27 Leo Liu <sdl.web@gmail.com>
5497
5498 * net/eww.el (eww-read-bookmarks): Check file size.
5499
5500 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5503 advice--pending if newdef is nil or an autoload (bug#13820).
5504 (advice-mapc): New function.
5505
5506 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5507
5508 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5509 probably.
5510 (eww-mode-map): Add a menu bar.
5511 (eww-add-bookmark): New command.
5512 (eww-bookmark-mode): New mode and commands.
5513 (eww-add-bookmark): Remove newlines from the title.
5514 (eww-bookmark-browse): Don't bug out if it's the only window.
5515
5516 2013-06-26 Glenn Morris <rgm@gnu.org>
5517
5518 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5519 (hfy-size): Handle ttys. (Bug#14668)
5520
5521 * info-xref.el: Update for Texinfo 5 change in *note format.
5522 (info-xref-node-re, info-xref-note-re): New constants.
5523 (info-xref-check-buffer): Use info-xref-note-re.
5524
5525 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5528
5529 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5530 nil terminate the loop (bug#14718).
5531
5532 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5533
5534 * net/eww.el: Rework history traversal. When going forward/back,
5535 put these actions into the history, too, so that they can be
5536 replayed.
5537 (eww-render): Move the history reset to the correct buffer.
5538
5539 2013-06-25 Juri Linkov <juri@jurta.org>
5540
5541 * files-x.el (modify-dir-local-variable): Change the header comment
5542 in the file with directory local variables. (Bug#14692)
5543
5544 * files-x.el (read-file-local-variable-value): Add `default'.
5545 (Bug#14710)
5546
5547 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5548
5549 * net/eww.el (eww-make-unique-file-name): Create a unique file
5550 name before saving to entering `y' accidentally asynchronously.
5551
5552 2013-06-25 Ivan Kanis <ivan@kanis.fr>
5553
5554 * net/eww.el (eww-download): New command and keystroke.
5555
5556 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5557
5558 * net/eww.el (eww-copy-page-url): Change name of command.
5559
5560 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5561 be more consistent with Info and dired.
5562
5563 * net/eww.el (eww-mode-map): Ditto.
5564
5565 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5568 packages from archives.
5569 (package-archive-contents): Change format; include obsolete packages.
5570 (package-desc): Use `dir' to mark builtin packages.
5571 (package--from-builtin): Set the `dir' field to `builtin'.
5572 (generated-autoload-file, version-control): Declare.
5573 (package-compute-transaction): Change first arg and return value to be
5574 lists of package-descs. Adjust to new package-archive-contents format.
5575 (package--add-to-archive-contents): Adjust to new
5576 package-archive-contents format.
5577 (package-download-transaction): Arg is now a list of package-descs.
5578 (package-install): If `pkg' is a package name, pass it as
5579 a requirement, so it is subject to the usual (e.g. disabled) checks.
5580 (describe-package): Accept package-desc as well.
5581 (describe-package-1): Describe a specific package-desc. Add links to
5582 other package-descs for the same package name.
5583 (package-menu-describe-package): Pass the actual package-desc.
5584 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5585 works correctly.
5586 (package-desc-status): New function.
5587 (package-menu--refresh): New function, extracted
5588 from package-menu--generate.
5589 (package-menu--generate): Use it.
5590 (package-delete): Update package-alist.
5591 (package-menu-execute): Don't call package-initialize.
5592
5593 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5594 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5595 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5596 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5597 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5598 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5599
5600 2013-06-25 Martin Rudalics <rudalics@gmx.at>
5601
5602 * window.el (window--state-get-1): Workaround for bug#14527.
5603 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5604
5605 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5606
5607 * net/eww.el (eww-back-url): Implement the history by stashing all
5608 the data into a list.
5609 (eww-forward-url): Allow going forward in the history, too.
5610
5611 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5614 for values and use read--expression for expressions (bug#14710).
5615 (read-file-local-variable): Avoid setq.
5616 (read-file-local-variable-mode): Use minor-mode-list.
5617
5618 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5619
5620 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
5621 for DOI URLs.
5622
5623 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5624
5625 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
5626 Update imenu-support when dialect changes.
5627
5628 2013-06-25 Leo Liu <sdl.web@gmail.com>
5629
5630 * ido.el (ido-read-internal): Allow forward slash on windows.
5631
5632 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5633
5634 * net/eww.el (eww): Start of strings is \\`, not ^.
5635
5636 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5637
5638 * net/shr.el (shr-browse-url): Fix interactive spec.
5639
5640 * net/eww.el (eww): Add a trailing slash to domain names.
5641
5642 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
5643
5644 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5645
5646 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5647
5648 * net/shr.el (shr-browse-url): Use an external browser if given a
5649 prefix.
5650
5651 * net/eww.el (eww-external-browser): Move to shr.
5652
5653 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5654
5655 * net/eww.el (eww): Work more correctly for file: URLs.
5656 (eww-detect-charset): Allow quoted charsets.
5657 (eww-yank-page-url): New command and keystroke.
5658
5659 2013-06-24 Daiki Ueno <ueno@gnu.org>
5660
5661 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5662 file name of gpg executable.
5663 (epg-context-program): New function.
5664 (epg-context-home-directory): New function.
5665 (epg-context-set-program): New function.
5666 (epg-context-set-home-directory): New function.
5667 (epg--start): Use `epg-context-program' instead of
5668 'epg-gpg-program'.
5669 (epg--list-keys-1): Likewise.
5670
5671 2013-06-24 Leo Liu <sdl.web@gmail.com>
5672
5673 * ido.el (ido-read-internal): Fix bug#14620.
5674
5675 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5676
5677 * faces.el (face-documentation): Simplify.
5678 (read-face-attribute, tty-find-type, x-resolve-font-name):
5679 Use `string-match-p'.
5680 (list-faces-display): Use `string-match-p'. Simplify.
5681 (face-spec-recalc): Check face to avoid face alias loops.
5682 (read-color): Use `string-match-p' and non-capturing parenthesis.
5683
5684 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5685
5686 * net/shr.el (shr-rescale-image): Use the new
5687 :max-width/:max-height functionality.
5688
5689 2013-06-23 Ivan Kanis <ivan@kanis.fr>
5690
5691 * net/eww.el (eww-search-prefix): New variable.
5692 (eww): Use it.
5693 (eww-external-browser): New variable.
5694 (eww-mode-map): New keystroke.
5695 (eww-browse-with-external-browser): New command.
5696
5697 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5698
5699 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5700
5701 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5702 Don't skip aligning the next header field when padding is 0;
5703 otherwise, field width is not respected unless the title is as
5704 wide as the field.
5705
5706 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * emacs-lisp/package.el (package-el-version): Remove.
5709 (package-process-define-package): Fix inf-loop.
5710 (package-install): Allow symbols as arguments again.
5711
5712 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5713
5714 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5715 add some more keyword-like methods.
5716 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5717
5718 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
5719
5720 * bs.el (bs-buffer-show-mark): Make defvar-local.
5721 (bs-mode): Use setq-local.
5722
5723 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5724 (emacs-lock--try-unlocking): Make defvar-local.
5725
5726 2013-06-22 Glenn Morris <rgm@gnu.org>
5727
5728 * play/cookie1.el (cookie-apropos): Minor simplification.
5729
5730 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5731
5732 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5733
5734 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5735 `regexp-opt', it breaks the build during dumping.
5736
5737 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5738
5739 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5740 Highlight keyword-like methods on Kernel and Module with
5741 font-lock-builtin-face.
5742 (auto-mode-alist): Consolidate different entries into one regexp
5743 and add more *file-s.
5744
5745 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
5746
5747 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5748
5749 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5750 (diary-entry): Use it in the action of this button type instead of
5751 diary-goto-entry.
5752
5753 * calendar/todo-mode.el: New version.
5754 (todo-add-category): Append new category to end of file and give
5755 it the highest number, instead of putting it at the beginning and
5756 giving it 0. Incorporate noninteractive functionality.
5757 (todo-forward-category): Adapt to 1-based category numbering.
5758 Allow skipping over archived categories.
5759 (todo-backward-category): Derive from todo-forward-category.
5760 (todo-backward-item, todo-forward-item): Make noninteractive and
5761 delegate interactive part to new commands. Make sensitive to done items.
5762 (todo-categories): Make value an alist of category names and
5763 vectors of item counts.
5764 (todo-category-beg): Make a defconst.
5765 (todo-category-number): Use 1 instead of 0 as initial value.
5766 (todo-category-select): Make sensitive to overlays, optional item
5767 highlighting and done items.
5768 (todo-delete-item): Make sensitive to overlays and marked and done items.
5769 (todo-edit-item): Make sensitive to overlays and editing of
5770 date/time header optional. Add format checks.
5771 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5772 no-op if point is not on an item. Advertise using todo-edit-quit.
5773 (todo-edit-mode): Make sensitive to new format, font-locking, and
5774 multiple todo files.
5775 (todo-insert-item, todo-insert-item-here): Derive from
5776 todo-basic-insert-item and extend functionality.
5777 (todo-item-end, todo-item-start): Make sensitive to done items.
5778 (todo-item-string): Don't return text properties. Restore point.
5779 (todo-jump-to-category): Make sensitive to multiple todo files and
5780 todo archives. Use extended category completion.
5781 (todo-lower-item, todo-raise-item): Rename to *-priority and
5782 derive from todo-set-item-priority.
5783 (todo-mode): Derive from special-mode. Make sensitive to new
5784 format, font-locking and multiple todo files. Make read-only.
5785 (todo-mode-map): Don't suppress digit keys, so they can supply
5786 prefix arguments. Add many new key bindings.
5787 (todo-prefix): Insert as an overlay instead of file text.
5788 Change semantics from diary date expression to purely visual mark.
5789 (todo-print): Rename to todo-print-buffer. Make buffer display
5790 features printable. Remove option to restrict number of items
5791 printed. Add option to print to file.
5792 (todo-print-function): Rename to todo-print-buffer-function.
5793 (todo-quit): Extend to handle exiting new todo modes.
5794 (todo-remove-item): Make sensitive to overlays.
5795 (todo-save): Extend to buffers of filtered items.
5796 (todo-show): Make sensitive to done items, multiple todo files and
5797 new todo modes. Offer to convert legacy todo file before creating
5798 first new todo file.
5799 (todo-show-priorities): Rename to todo-top-priorities.
5800 Change semantics of value 0.
5801 (todo-top-priorities): Rename to todo-filter-top-priorities,
5802 derive from todo-filter-items and extend functionality.
5803 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5804 and extend functionality to other types of filtered items.
5805 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5806 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5807 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5808 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5809 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5810 (todo-edit-mode-hook, todo-entry-prefix-function)
5811 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5812 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5813 (todo-initials, todo-insert-threshold, todo-item-string-start)
5814 (todo-line-string, todo-menu, todo-mode-hook)
5815 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5816 (todo-print-priorities, todo-remove-separator)
5817 (todo-save-top-priorities-too, todo-string-count-lines)
5818 (todo-string-multiline-p, todo-time-string-format)
5819 (todo-tmp-buffer-name): Remove.
5820 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5821 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5822 (todo-edit-category-diary-inclusion)
5823 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5824 (todo-edit-file, todo-edit-item-date-day)
5825 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5826 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5827 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5828 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5829 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5830 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5831 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5832 (todo-filter-top-priorities-multifile, todo-find-archive)
5833 (todo-find-filtered-items-file, todo-go-to-source-item)
5834 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5835 (todo-jump-to-archive-category, todo-lower-category)
5836 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5837 (todo-move-category, todo-move-item, todo-next-button)
5838 (todo-next-item, todo-padded-string, todo-powerset)
5839 (todo-previous-button, todo-previous-item)
5840 (todo-print-buffer-to-file, todo-raise-category)
5841 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5842 (todo-set-category-number, todo-set-item-priority)
5843 (todo-set-top-priorities-in-category)
5844 (todo-set-top-priorities-in-file, todo-show-categories-table)
5845 (todo-sort-categories-alphabetically-or-numerically)
5846 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5847 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5848 (todo-toggle-item-header, todo-toggle-item-highlighting)
5849 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5850 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5851 (todo-unarchive-items, todo-unmark-category): New commands.
5852 (todo-absolute-file-name, todo-add-to-buffer-list)
5853 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5854 (todo-basic-insert-item, todo-category-completions)
5855 (todo-category-number, todo-category-string-matcher-1)
5856 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5857 (todo-check-format, todo-clear-matches)
5858 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5859 (todo-current-category, todo-date-string-matcher)
5860 (todo-define-insertion-command, todo-diary-expired-matcher)
5861 (todo-diary-goto-entry, todo-diary-item-p)
5862 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5863 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5864 (todo-done-item-section-p, todo-done-separator)
5865 (todo-done-string-matcher, todo-files, todo-filter-items)
5866 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5867 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5868 (todo-insert-category-line, todo-insert-item-from-calendar)
5869 (todo-insert-sort-button, todo-insert-with-overlays)
5870 (todo-insertion-command-name, todo-insertion-key-bindings)
5871 (todo-label-to-key, todo-longest-category-name-length)
5872 (todo-make-categories-list, todo-mode-external-set)
5873 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5874 (todo-modes-set-3, todo-multiple-filter-files)
5875 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5876 (todo-read-category, todo-read-date, todo-read-dayname)
5877 (todo-read-file-name, todo-read-time)
5878 (todo-reevaluate-category-completions-files-defcustom)
5879 (todo-reevaluate-default-file-defcustom)
5880 (todo-reevaluate-filelist-defcustoms)
5881 (todo-reevaluate-filter-files-defcustom)
5882 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5883 (todo-reset-done-separator, todo-reset-done-separator-string)
5884 (todo-reset-done-string, todo-reset-global-current-todo-file)
5885 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5886 (todo-reset-prefix, todo-set-categories)
5887 (todo-set-date-from-calendar, todo-set-show-current-file)
5888 (todo-set-top-priorities, todo-short-file-name)
5889 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5890 (todo-total-item-counts, todo-update-buffer-list)
5891 (todo-update-categories-display, todo-update-categories-sexp)
5892 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5893 New functions.
5894 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5895 New major modes.
5896 (todo-categories, todo-display, todo-edit, todo-faces)
5897 (todo-filtered): New defgroups.
5898 (todo-archived-only, todo-button, todo-category-string, todo-date)
5899 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5900 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5901 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5902 (todo-add-item-if-new-category, todo-always-add-time-string)
5903 (todo-categories-align, todo-categories-archived-label)
5904 (todo-categories-category-label, todo-categories-diary-label)
5905 (todo-categories-done-label, todo-categories-number-separator)
5906 (todo-categories-todo-label, todo-categories-totals-label)
5907 (todo-category-completions-files, todo-completion-ignore-case)
5908 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5909 (todo-done-separator-string, todo-done-string)
5910 (todo-files-function, todo-filter-done-items, todo-filter-files)
5911 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5912 (todo-initial-category, todo-initial-file, todo-item-mark)
5913 (todo-legacy-date-time-regexp, todo-mode-line-function)
5914 (todo-nondiary-marker, todo-number-prefix)
5915 (todo-print-buffer-function, todo-show-current-file)
5916 (todo-show-done-only, todo-show-first, todo-show-with-done)
5917 (todo-skip-archived-categories, todo-top-priorities-overrides)
5918 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5919 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5920 New defcustoms.
5921 (todo-category-done, todo-date-pattern, todo-date-string-start)
5922 (todo-diary-items-buffer, todo-done-string-start)
5923 (todo-filtered-items-buffer, todo-item-start)
5924 (todo-month-abbrev-array, todo-month-name-array)
5925 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5926 (todo-top-priorities-buffer): New defconsts.
5927 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5928 (todo-categories-with-marks, todo-category-string-face)
5929 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5930 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5931 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5932 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5933 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5934 (todo-font-lock-keywords, todo-global-current-todo-file)
5935 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5936 (todo-insertion-commands-args)
5937 (todo-insertion-commands-args-genlist)
5938 (todo-insertion-commands-names, todo-insertion-map)
5939 (todo-key-bindings-t, todo-key-bindings-t+a)
5940 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5941 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5942 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5943 (todo-visited): New variables.
5944
5945 2013-06-21 Glenn Morris <rgm@gnu.org>
5946
5947 * play/cookie1.el (cookie-apropos): Add optional display argument.
5948 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5949 (psychoanalyze-pinhead): Use cookie-doctor.
5950
5951 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5952
5953 * emacs-lisp/package.el (tar-get-file-descriptor)
5954 (tar--extract): Declare.
5955
5956 2013-06-21 Eduard Wiebe <usenet@pusto.de>
5957
5958 Extend flymake's warning predicate to be a function (bug#14217).
5959 * progmodes/flymake.el (flymake-warning-predicate): New.
5960 (flymake-parse-line): Use it.
5961 (flymake-warning-re): Make obsolete alias to
5962 `flymake-warning-predicate'.
5963
5964 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * emacs-lisp/package.el (package-alist): Include obsolete packages.
5967 (package-obsolete-list): Remove.
5968 (package-activate): Remove min-version argument. Add `force' argument.
5969 Adjust to new package-alist format.
5970 (package-mark-obsolete): Remove.
5971 (package-unpack): Force reload of the package's autoloads.
5972 (package-installed-p): Check builtins if the installed package is not
5973 recent enough.
5974 (package-initialize): Don't reset package-obsolete-list.
5975 Don't specify which package version to activate.
5976 (package-process-define-package, describe-package-1)
5977 (package-menu--generate): Adjust to new package-alist format.
5978
5979 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5980
5981 * allout-widgets.el (allout-widgets-mode-off)
5982 (allout-widgets-mode-on, allout-widgets-pre-command-business)
5983 (allout-widgets-post-command-business)
5984 (allout-widgets-after-copy-or-kill-function)
5985 (allout-widgets-after-undo-function, allout-test-range-overlaps)
5986 (allout-decorate-item-and-context)
5987 (allout-graphics-modification-handler): Fix typos in docstrings.
5988 (allout-get-or-create-parent-widget): Use `looking-at-p'.
5989
5990 * cmuscheme.el (scheme-start-file): Doc fix.
5991 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
5992 (scheme-input-filter): Use `string-match-p'.
5993
5994 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
5995
5996 * dired-x.el: Use Dired consistently in docstrings.
5997
5998 * dired.el: Use Dired consistently in docstrings.
5999 (dired-readin, dired-mode): Use `setq-local'.
6000 (dired-switches-alist): Make defvar-local.
6001 (dired-buffers-for-dir): Use `zerop'.
6002 (dired-safe-switches-p, dired-switches-escape-p)
6003 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6004 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6005 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6006 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6007 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6008 (dired-toggle-marks, dired-mark-files-containing-regexp)
6009 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6010 (dired-flag-auto-save-files, dired-flag-backup-files):
6011 Use `looking-at-p'.
6012 (dired-mark-files-regexp, dired-build-subdir-alist):
6013 Use `string-match-p', `looking-at-p'.
6014
6015 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6016 (direct-print-region-helper): Use `string-match-p'.
6017
6018 2013-06-21 Leo Liu <sdl.web@gmail.com>
6019
6020 * comint.el (comint-redirect-results-list-from-process):
6021 Fix infinite loop.
6022
6023 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6024
6025 * net/eww.el (eww-update-header-line-format): Quote % characters.
6026
6027 2013-06-21 Glenn Morris <rgm@gnu.org>
6028
6029 * play/cookie1.el (cookie): New custom group.
6030 (cookie-file): New option.
6031 (cookie-check-file): New function.
6032 (cookie): Make it interactive. Make start and end messages optional.
6033 Interactively, display the result. Default to cookie-file.
6034 (cookie-insert): Default to cookie-file.
6035 (cookie-snarf): Make start and end messages optional.
6036 Default to cookie-file. Use with-temp-buffer.
6037 (cookie-read): Rename from read-cookie.
6038 Make start and end messages optional. Default to cookie-file.
6039 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6040 Do not autoload it.
6041 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6042 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6043
6044 2013-06-21 Leo Liu <sdl.web@gmail.com>
6045
6046 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6047
6048 2013-06-21 Glenn Morris <rgm@gnu.org>
6049
6050 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6051
6052 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6053 Daniel Hackney <dan@haxney.org>
6054
6055 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6056 Consolidate the single-file vs tarball code.
6057 (package-desc-suffix): New function.
6058 (package-desc-full-name): Don't bother inlining it.
6059 (package-load-descriptor): Return the new package-desc.
6060 (package-mark-obsolete): Remove unused arg `package'.
6061 (package-unpack): Make it work for single files as well.
6062 Make it update package-alist.
6063 (package--make-autoloads-and-stuff): Rename from
6064 package--make-autoloads-and-compile. Don't compile any more.
6065 (package--compile): New function.
6066 (package-generate-description-file): New function, extracted from
6067 package-unpack-single.
6068 (package-unpack-single): Remove.
6069 (package--with-work-buffer): Add indentation and debugging info.
6070 (package-download-single): Remove.
6071 (package-install-from-archive): Rename from package-download-tar, make
6072 it take a pkg-desc, and make it work for single files as well.
6073 (package-download-transaction): Simplify.
6074 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6075 external tar program.
6076 (package-install-from-buffer): Remove `pkg-desc' argument.
6077 Use package-tar-file-info for tar-mode buffers.
6078 (package-install-file): Simplify accordingly.
6079 (package-archive-base): Change to take a pkg-desc.
6080 * tar-mode.el (tar--check-descriptor): New function, extracted from
6081 tar-get-descriptor.
6082 (tar-get-descriptor): Use it.
6083 (tar-get-file-descriptor): New function.
6084 (tar--extract): New function, extracted from tar-extract.
6085 (tar--extract): Use it.
6086 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6087 case the summary uses non-ascii. Adjust to new calling convention of
6088 package-tar-file-info.
6089
6090 2013-06-21 Leo Liu <sdl.web@gmail.com>
6091
6092 * comint.el (comint-redirect-results-list-from-process):
6093 Fix random delay. (Bug#14681)
6094
6095 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6096
6097 * profiler.el (profiler-format-number): Use log, not log10.
6098
6099 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6100
6101 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6102
6103 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6104
6105 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6106 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6107 yet available.
6108 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6109 (AUTOGENEL): ... here.
6110 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6111 (cl--defsubst-expand): Use it.
6112
6113 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6114
6115 * subr.el (log10): Move here from C code, and declare as obsolete.
6116 All uses of (log10 X) replaced with (log X 10).
6117
6118 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6119
6120 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6121 Declare with `defvar-local'.
6122 (tabulated-list-use-header-line, tabulated-list-entries)
6123 (tabulated-list-padding, tabulated-list-printer)
6124 (tabulated-list-sort-key): Declare with `defvar-local'.
6125 (tabulated-list-init-header, tabulated-list-print-fake-header):
6126 Use `setq-local'.
6127
6128 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6129
6130 * arc-mode.el (archive-mode): Add `archive-write-file' to
6131 `write-contents-functions' also for remote files. (Bug#14652)
6132
6133 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * cus-edit.el (custom-commands): Fix typos.
6136 (custom-display): Fix tooltip text.
6137 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6138 Fix typos in docstrings.
6139 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6140 (custom-unlispify-menu-entry, custom-magic-value-create)
6141 (custom-add-see-also, custom-group-value-create): Use ?\s.
6142 (custom-guess-type, customize-apropos, editable-field)
6143 (custom-face-value-create): Use `string-match-p'.
6144 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6145
6146 * custom.el (custom-load-symbol): Use `string-match-p'.
6147
6148 * ansi-color.el: Convert to lexical binding.
6149 (ansi-colors): Fix URL.
6150 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6151 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6152 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6153
6154 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6155
6156 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6157
6158 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6159
6160 2013-06-19 Tom Tromey <tromey@redhat.com>
6161
6162 * net/eww.el (eww-top-url): Remove.
6163 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6164 (eww-render): Set new variables. Don't set eww-top-url.
6165 (eww-handle-link): Handle "prev", "home", and "contents".
6166 Downcase the rel text.
6167 (eww-top-url): Choose best top URL.
6168
6169 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6170
6171 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6172 relying in widget.el. Using widget.el leads to too many
6173 user interface inconsistencies.
6174 (eww-self-insert): Implement entering commands in text fields.
6175 (eww-process-text-input): New function to make text input field editing
6176 work.
6177 (eww-submit): Rewrite to use the new-style form methods.
6178 (eww-select-display): Display the correct selected item.
6179 (eww-change-select): Implement changing the select value.
6180 (eww-toggle-checkbox): Implement radio/checkboxes.
6181 (eww-update-field): Fix compilation error.
6182 (eww-tag-textarea): Implement <textarea>.
6183
6184 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6185 we don't shadow mode-specific bindings.
6186
6187 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6188 nothing to push.
6189
6190 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6191
6192 2013-06-19 Glenn Morris <rgm@gnu.org>
6193
6194 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6195
6196 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6197
6198 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6199 not needed.
6200
6201 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6202
6203 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6204
6205 * net/browse-url.el (browse-url-browser-function):
6206 `eww-browse-url' has the right calling signature, `eww' does not.
6207
6208 2013-06-19 Glenn Morris <rgm@gnu.org>
6209
6210 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6211 Only eval autoloaded macros.
6212 (byte-compile-autoload): Only give the macro warning for macros.
6213
6214 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6215 (ps-underlined-faces): Declare.
6216
6217 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6218 (speedbar-add-supported-extension): Declare.
6219
6220 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6221 Don't include a date stamp in the header of the generated file;
6222 it leads to needless differences between output files.
6223
6224 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6225
6226 * net/secrets.el (secrets-struct-secret-content-type):
6227 Replace check of introspection data by a test call of "CreateItem".
6228 Some servers do not offer introspection.
6229
6230 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 * electric.el (electric-pair-mode): Improve interaction with
6233 electric-layout-mode.
6234 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6235 (electric-pair-syntax): Use text-mode-syntax-table in comments
6236 and strings.
6237 (electric-pair--insert): New function.
6238 (electric-pair-post-self-insert-function): Use it and
6239 electric--after-char-pos.
6240
6241 2013-06-19 Leo Liu <sdl.web@gmail.com>
6242
6243 * progmodes/octave.el (octave-help): Fix regexp.
6244
6245 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6246
6247 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6248 (shr-table-horizontal-line): Allow nil as a value, and change the
6249 default.
6250 (shr-insert-table-ruler): Respect the nil value.
6251
6252 2013-06-18 Tom Tromey <tromey@barimba>
6253
6254 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6255 New defvars.
6256 (eww-open-file): New defun.
6257 (eww-render): Initialize new variables.
6258 (eww-display-html): Handle "link" and "a".
6259 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6260 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6261 (eww-back-url): Rename from eww-previous-url.
6262 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6263 New defuns.
6264
6265 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6266
6267 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6268 Distinguish ternary operator tokens from slash symbol and slash
6269 char literal.
6270
6271 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6272
6273 Convert symbol prettification into minor mode and global minor mode.
6274
6275 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6276 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6277 (prettify-symbols--keywords): Rename from
6278 `prog-prettify-symbols-alist' and make a local defvar.
6279 (prettify-symbols--compose-symbol): Rename from
6280 `prog--prettify-font-lock-compose-symbol'.
6281 (prettify-symbols--make-keywords): Rename from
6282 `prog-prettify-font-lock-symbols-keywords' and simplify.
6283 (prog-prettify-install): Remove.
6284 (prettify-symbols-mode): New minor mode, based on
6285 `prog-prettify-install'.
6286 (turn-on-prettify-symbols-mode): New function.
6287 (global-prettify-symbols-mode): New globalized minor mode.
6288
6289 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6290 * progmodes/cfengine.el (cfengine3-mode):
6291 * progmodes/perl-mode.el (perl-mode): Don't call
6292 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6293
6294 2013-06-18 Juri Linkov <juri@jurta.org>
6295
6296 * files-x.el (modify-file-local-variable-message): New function.
6297 (modify-file-local-variable)
6298 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6299 and call `modify-file-local-variable-message' when it's non-nil.
6300 (add-file-local-variable, delete-file-local-variable)
6301 (add-file-local-variable-prop-line)
6302 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6303 and use it. (Bug#9820)
6304
6305 2013-06-18 Juri Linkov <juri@jurta.org>
6306
6307 * emulation/vi.el (vi-shell-op):
6308 * emulation/vip.el (vip-execute-com, ex-command):
6309 * emulation/viper-cmd.el (viper-exec-bang):
6310 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6311 the call of `shell-command-on-region'. (Bug#14637)
6312
6313 * simple.el (shell-command-on-region): Doc fix.
6314
6315 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6318 (bug#14633).
6319
6320 2013-06-18 Glenn Morris <rgm@gnu.org>
6321
6322 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6323
6324 * newcomment.el (comment-search-forward, comment-search-backward):
6325 Doc fix. (Bug#14376)
6326
6327 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6328
6329 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6330 (buffer-face-mode-invoke): Doc fix.
6331
6332 2013-06-18 Matthias Meulien <orontee@gmail.com>
6333
6334 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6335 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6336
6337 2013-06-18 Glenn Morris <rgm@gnu.org>
6338
6339 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6340 Replace obsolete function generic-make-keywords with its expansion.
6341
6342 * progmodes/python.el (ffap-alist): Declare.
6343
6344 * textmodes/reftex.el (bibtex-mode-map): Declare.
6345
6346 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6349 (package-unpack, package-unpack-single): Return the pkg-dir.
6350 (package-download-transaction): Use it to update package-alist.
6351
6352 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6353
6354 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6355 possible choice.
6356
6357 2013-06-17 Juri Linkov <juri@jurta.org>
6358
6359 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6360
6361 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6362
6363 * emacs-lisp/package.el (package-load-descriptor):
6364 Remove `with-syntax-table' call, `read' doesn't need it.
6365 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6366
6367 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6368
6369 * startup.el (command-line): Expand package name returned by
6370 `package--description-file' (bug#14639).
6371
6372 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6373
6374 * emacs-lisp/package.el (package-load-descriptor): Do not call
6375 `emacs-lisp-mode', just use its syntax table.
6376
6377 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6378
6379 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6380 `font-lock-extra-managed-props' if any prettifying keyword is added.
6381 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6382 (prog-mode): Use `setq-local'.
6383
6384 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6385
6386 * international/characters.el (standard-case-table): Set syntax of ?»
6387 and ?« to punctuation.
6388
6389 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
6390
6391 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6392 Save relevant match data before calling `syntax-ppss' (bug#14595).
6393
6394 2013-06-15 Juri Linkov <juri@jurta.org>
6395
6396 * files-x.el (modify-file-local-variable-prop-line): Add local
6397 variables to the end of the existing comment on the first line.
6398 Use `file-auto-mode-skip' to skip interpreter magic line,
6399 and also skip XML declaration.
6400
6401 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * startup.el (package--builtin-versions): New var.
6404 (package-subdirectory-regexp): Remove.
6405 (package--description-file): Hard code its value instead.
6406
6407 * emacs-lisp/package.el: Don't activate packages older than builtin.
6408 (package-obsolete-list): Rename from package-obsolete-alist, and make
6409 it into a simple list of package-desc.
6410 (package-strip-version): Remove.
6411 (package-built-in-p): Use package--builtin-versions.
6412 (package-mark-obsolete): Simplify.
6413 (package-process-define-package): Mark it obsolete if older than the
6414 builtin version.
6415 (package-handle-response): Use line-end-position.
6416 (package-read-archive-contents, package--download-one-archive):
6417 Simplify.
6418 (package--add-to-archive-contents): Skip if older than the builtin or
6419 installed version.
6420 (package-menu-describe-package): Fix last change.
6421 (package-list-unversioned): New var.
6422 (package-menu--generate): Use it.
6423
6424 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6425 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6426 (autoload-builtin-package-versions): New variable.
6427 (autoload-generate-file-autoloads): Use them.
6428 Remove the list of autoloaded functions/macros from the
6429 (autoload...) comments.
6430
6431 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6432
6433 2013-06-15 Eli Zaretskii <eliz@gnu.org>
6434
6435 * simple.el (line-move-partial): Don't jump to the next screen
6436 line as soon as it becomes visible. Instead, continue enlarging
6437 the vscroll until the portion of a tall screen line that's left on
6438 display is about the height of the frame's default font.
6439 (Bug#14567)
6440
6441 2013-06-15 Glenn Morris <rgm@gnu.org>
6442
6443 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6444 compilation-error-regexp-alist void, or local while let-bound.
6445
6446 * progmodes/make-mode.el (makefile-mode-syntax-table):
6447 Treat "=" as punctuation. (Bug#14614)
6448
6449 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
6450
6451 * help-fns.el (describe-variable):
6452 Add extra line for permanent-local variables.
6453
6454 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6455
6456 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6457 Add export, import, library. (Bug#9164)
6458 (library): Set indent function.
6459
6460 2013-06-14 Glenn Morris <rgm@gnu.org>
6461
6462 * term/xterm.el (xterm--query):
6463 Stop after first matching handler. (Bug#14615)
6464
6465 2013-06-14 Ivan Kanis <ivan@kanis.fr>
6466
6467 Add support for dired in saveplace.
6468 * dired.el (dired-initial-position-hook): New variable.
6469 (dired-initial-position): Call hook to place cursor position.
6470 * saveplace.el (save-place-to-alist): Add dired position.
6471 (save-place-dired-hook): New function.
6472
6473 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6476 through a symbol rather than letrec.
6477
6478 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6479 (package-desc): Add `dir' field.
6480 (package-desc-full-name): New function.
6481 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6482 (package-maybe-load-descriptor): Remove.
6483 (package-load-all-descriptors): Just call package-load-descriptor.
6484 (package--disabled-p): New function.
6485 (package-desc-vers, package-desc-doc): Remove aliases.
6486 (package--dir): Remove function.
6487 (package-activate): Check if a package is disabled.
6488 (package-process-define-package): New function, extracted from
6489 define-package.
6490 (define-package): Turn into a place holder.
6491 (package-unpack-single, package-tar-file-info):
6492 Use package--description-file.
6493 (package-compute-transaction): Use package--disabled-p.
6494 (package-download-transaction): Don't call
6495 package-maybe-load-descriptor since they're all loaded anyway.
6496 (package-install): Change argument to be a pkg-desc.
6497 (package-delete): Use a single pkg-desc argument.
6498 (describe-package-1): Use package-desc-dir instead of package--dir.
6499 Use package-desc property instead of package-symbol.
6500 (package-install-button-action): Adjust accordingly.
6501 (package--push): Rewrite.
6502 (package-menu--print-info): Adjust accordingly. Change the ID format
6503 to be a pkg-desc.
6504 (package-menu-describe-package, package-menu-get-status)
6505 (package-menu--find-upgrades, package-menu-mark-upgrades)
6506 (package-menu-execute, package-menu--name-predicate):
6507 Adjust accordingly.
6508 * startup.el (package--description-file): New function.
6509 (command-line): Use it.
6510 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6511 Use package-desc-version.
6512
6513 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6514 (byte-compile-preprocess): Use it.
6515 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6516 can't quite recognize.
6517 (byte-compile-add-to-list): Remove.
6518 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6519 (cconv-closure-convert): Add assertion.
6520
6521 * emacs-lisp/map-ynp.el: Use lexical-binding.
6522 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6523 Factor out some repeated code.
6524
6525 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6526
6527 * subr.el (with-eval-after-load): New macro.
6528 (eval-after-load): Allow form to be a function.
6529 take advantage of lexical-binding.
6530 (do-after-load-evaluation): Use dolist and adjust to new format.
6531 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6532
6533 2013-06-13 Juri Linkov <juri@jurta.org>
6534
6535 * replace.el (perform-replace): Display "symbol " and other search
6536 modes from `isearch-message-prefix' in the *Help* buffer.
6537
6538 * isearch.el (isearch-query-replace): Add " symbol" and other
6539 possible search modes from `isearch-message-prefix' to the prompt.
6540 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6541 when reading a regexp to collect.
6542
6543 2013-06-13 Juri Linkov <juri@jurta.org>
6544
6545 * isearch.el (word-search-regexp): Match whitespace if the search
6546 string begins or ends in whitespace. The LAX arg is applied to
6547 both ends of the search string. Use `regexp-quote' and explicit
6548 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6549 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6550 boundaries are replaced with symbol boundaries, and characters
6551 between symbols match non-word non-symbol syntax. (Bug#14602)
6552
6553 2013-06-13 Juri Linkov <juri@jurta.org>
6554
6555 * isearch.el (isearch-del-char): Don't exceed the length of
6556 `isearch-string' by the prefix arg. (Bug#14563)
6557
6558 2013-06-13 Juri Linkov <juri@jurta.org>
6559
6560 * isearch.el (isearch-yank-word, isearch-yank-line)
6561 (isearch-char-by-name, isearch-quote-char)
6562 (isearch-printing-char, isearch-process-search-char):
6563 Add optional count prefix arg. (Bug#14563)
6564
6565 * international/isearch-x.el
6566 (isearch-process-search-multibyte-characters):
6567 Add optional count prefix arg.
6568
6569 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6572 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6573 lexical-binding.
6574
6575 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6576
6577 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6578
6579 2013-06-13 Glenn Morris <rgm@gnu.org>
6580
6581 * startup.el (tty-handle-args):
6582 Don't just discard "--" and anything after. (Bug#14608)
6583
6584 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6585
6586 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
6587
6588 Implement changes in Secret Service API. Make it backward compatible.
6589 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6590 (secrets-create-item): Use it. Prefix properties with interface.
6591
6592 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6593
6594 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6595 (term-emulate-terminal): Respect term-suppress-hard-newline.
6596
6597 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6598
6599 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6600 Only remove a `thumb-file' overlay. (Bug#14548)
6601
6602 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
6603
6604 * mail/reporter.el (reporter-submit-bug-report):
6605 Handle missing package-name. (Bug#14600)
6606
6607 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6608
6609 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6610 (reftex-citation-prompt, reftex-default-bibliography)
6611 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6612 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6613 (reftex-bib-sort-author, reftex-bib-sort-year)
6614 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6615 (reftex-extract-bib-entries-from-thebibliography)
6616 (reftex-get-bibkey-default, reftex-get-bib-names)
6617 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6618 (reftex-format-bib-entry, reftex-parse-bibitem)
6619 (reftex-format-bibitem, reftex-do-citation)
6620 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6621 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6622 (reftex-insert-bib-matches, reftex-format-citation)
6623 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6624 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6625 existing comments into docstrings.
6626
6627 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6628
6629 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6630
6631 2013-06-12 Andreas Schwab <schwab@suse.de>
6632
6633 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6634 for auto-save files.
6635
6636 2013-06-12 Glenn Morris <rgm@gnu.org>
6637
6638 * ido.el (ido-delete-ignored-files): Remove.
6639 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6640 Go back to calling ido-ignore-item-p directly.
6641
6642 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6643
6644 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6645
6646 * ido.el (ido-delete-ignored-files): New function,
6647 split from ido-make-file-list-1.
6648 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6649 (ido-make-file-list-1): Use ido-delete-ignored-files.
6650
6651 2013-06-12 Leo Liu <sdl.web@gmail.com>
6652
6653 * progmodes/octave.el (inferior-octave-startup)
6654 (inferior-octave-completion-table)
6655 (inferior-octave-track-window-width-change)
6656 (octave-eldoc-function-signatures, octave-help)
6657 (octave-find-definition): Use single quoted strings.
6658 (inferior-octave-startup-args): Change default value.
6659 (inferior-octave-startup): Do not hard code "-i" and
6660 "--no-line-editing".
6661 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6662 (inferior-octave-directory-tracker): Use it.
6663 (octave-goto-function-definition): Robustify.
6664 (octave-help): Support highlighting operators in 'See also'.
6665 (octave-find-definition): Find subfunctions only in Octave mode.
6666
6667 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * help-fns.el (help-fns--compiler-macro): If the handler function is
6670 named, then put a link to it.
6671 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6672 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6673 (cl-typep): Use it.
6674 (cl-eval-when): Simplify debug spec.
6675 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6676 compiler-macro function instead of setting `compiler-macro-file'.
6677
6678 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6679
6680 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6681 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6682
6683 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6684 Daniel Hackney <dan@haxney.org>
6685
6686 First part of Daniel Hackney's patch to package.el.
6687 * emacs-lisp/package.el: Use defstruct.
6688 (package-desc): New, main struct.
6689 (package--bi-desc, package--ac-desc): New structs, used to describe the
6690 format in external files.
6691 (package-desc-vers): Replace with package-desc-version accessor.
6692 (package-desc-doc): Replace with package-desc-summary accessor.
6693 (package-activate-1): Remove `package' arg since the pkg-vec now
6694 includes the name.
6695 (define-package): Use package-desc-from-define.
6696 (package-unpack-single): Change file-name arg to be a symbol.
6697 (package--add-to-archive-contents): Use package-desc-create and new
6698 accessor functions to package--ac-desc.
6699 (package-buffer-info, package-tar-file-info): Return a package-desc.
6700 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6701 arg to be a package-desc.
6702 (package-install-file): Adjust accordingly. Use \' to match EOS.
6703 (package--from-builtin): New function.
6704 (describe-package-1, package-menu--generate): Use it.
6705 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6706 (package-generate-autoloads): Idem and return the name of the file.
6707 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6708 Change pkg-info arg to be a package-desc.
6709 Use package-make-ac-desc.
6710 (package-upload-file): Use \' to match EOS.
6711 * finder.el (finder-compile-keywords): Use package-make-builtin.
6712
6713 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * vc/vc.el (vc-deduce-fileset): Change error message.
6716 (vc-read-backend): New function.
6717 (vc-next-action): Use it.
6718
6719 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6720
6721 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6722 (prolog-font-lock-keywords): Use regexp-opt instead.
6723 Don't manually highlight strings.
6724 (prolog-mode-variables): Simplify comment-start-skip.
6725 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6726
6727 * emacs-lisp/generic.el (generic--normalise-comments)
6728 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6729 (generic-mode-set-comments): Use them.
6730 (generic-bracket-support): Use setq-local.
6731 (generic-make-keywords-list): Declare obsolete.
6732
6733 2013-06-11 Glenn Morris <rgm@gnu.org>
6734
6735 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6736 Prettify after setting font-lock-defaults. (Bug#14574)
6737
6738 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * replace.el (query-replace, occur-read-regexp-defaults-function)
6741 (replace-search):
6742 * subr.el (declare-function, number-sequence, local-set-key)
6743 (substitute-key-definition, locate-user-emacs-file)
6744 (with-silent-modifications, split-string, eval-after-load):
6745 Fix typos, remove unneeded backslashes and reflow some docstrings.
6746
6747 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6748
6749 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6750 default for Elisp files.
6751
6752 2013-06-11 Glenn Morris <rgm@gnu.org>
6753
6754 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6755 although define-derived-mode was doing this anyway. (Bug#14583)
6756
6757 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
6758
6759 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6760 Fix make-variable-buffer-local call to refer to the correct variable.
6761
6762 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
6763
6764 * eshell/em-term.el (eshell-visual-commands)
6765 (eshell-visual-subcommands, eshell-visual-options):
6766 Add summary line to docstrings. Add cross-references.
6767
6768 2013-06-10 Glenn Morris <rgm@gnu.org>
6769
6770 * epa.el (epa-read-file-name): New function. (Bug#14510)
6771 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6772
6773 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6774
6775 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6776 output redirection to be ignored with visual commands.
6777
6778 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6779
6780 * eshell/em-term.el (eshell-visual-command-p): New function.
6781 (eshell-term-initialize): Move long lambda to separate function
6782 eshell-visual-command-p.
6783 * eshell/em-dirs.el (eshell-dirs-initialise):
6784 * eshell/em-script.el (eshell-script-initialize):
6785 Add missing #' to lambda.
6786
6787 2013-06-08 Leo Liu <sdl.web@gmail.com>
6788
6789 * progmodes/octave.el (octave-add-log-current-defun): New function.
6790 (octave-mode): Set add-log-current-defun-function.
6791 (octave-goto-function-definition): Do not move point if not found.
6792 (octave-find-definition): Enhance to try subfunctions first.
6793
6794 2013-06-08 Glenn Morris <rgm@gnu.org>
6795
6796 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6797 (byte-compile-backward-char, byte-compile-backward-word):
6798 Improve previous change, to handle non-explicit nil.
6799
6800 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6801
6802 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6803 (smie--opener/closer-at-point): New function.
6804 (smie--matching-block-data): Use it. Don't match from right after an
6805 opener or right before a closer. Obey smie-blink-matching-inners.
6806 Don't signal a mismatch for repeated inners like "switch..case..case".
6807
6808 2013-06-07 Leo Liu <sdl.web@gmail.com>
6809
6810 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6811 to t. (Bug#14303)
6812 (octave-function-header-regexp): Fix. (Bug#14570)
6813 (octave-help-mode-finish-hook, octave-help-mode-finish):
6814 Remove. Just use temp-buffer-show-hook.
6815
6816 * newcomment.el (comment-search-backward): Revert last change.
6817 (Bug#14434)
6818
6819 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6820
6821 2013-06-07 Eli Zaretskii <eliz@gnu.org>
6822
6823 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6824 through xargs, to avoid failure due to MS-Windows limitations on
6825 command-line length.
6826
6827 2013-06-06 Glenn Morris <rgm@gnu.org>
6828
6829 * font-lock.el (lisp-font-lock-keywords-2):
6830 Treat user-error like error.
6831
6832 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6833 (byte-compile-backward-char, byte-compile-backward-word):
6834 Handle explicit nil arguments. (Bug#14565)
6835
6836 2013-06-05 Alan Mackenzie <acm@muc.de>
6837
6838 * isearch.el (isearch-allow-prefix): New user option.
6839 (isearch-other-meta-char): Don't exit isearch when a prefix
6840 argument is typed whilst `isearch-allow-prefix' is non-nil.
6841 (Bug#9706)
6842
6843 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * autorevert.el (auto-revert-notify-handler): Use memq.
6846 Hide assertion failure.
6847
6848 * skeleton.el: Use cl-lib.
6849 (skeleton-further-elements): Use defvar-local.
6850 (skeleton-insert): Use cl-progv.
6851
6852 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6853
6854 * progmodes/prog-mode.el (prog-prettify-symbols)
6855 (prog-prettify-install): Update docstrings.
6856
6857 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * simple.el: Move all the prog-mode code to prog-mode.el.
6860 * progmodes/prog-mode.el: New file.
6861 * loadup.el: Add prog-mode.el.
6862
6863 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6864
6865 * simple.el (prog-prettify-symbols): Add version.
6866 (prog-prettify-install): Add convenience function to prettify symbols.
6867
6868 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6869 (perl--augmented-font-lock-keywords-1)
6870 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6871 variables and use it.
6872
6873 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6874 (cfengine3-mode): Remove unneeded variable and use it.
6875
6876 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6877 (lisp--augmented-font-lock-keywords-1)
6878 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6879 Remove unneeded variables and use it.
6880
6881 2013-06-05 João Távora <joaotavora@gmail.com>
6882
6883 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
6884 to point when opening the connection. (Bug#14380)
6885
6886 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6887
6888 * subr.el (load-history-regexp, load-history-filename-element)
6889 (eval-after-load, after-load-functions, do-after-load-evaluation)
6890 (eval-next-after-load, display-delayed-warnings)
6891 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6892 definition of save-match-data.
6893 (overriding-local-map): Remove accidental obsolescence declaration.
6894
6895 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6896
6897 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6898
6899 Generalize symbol prettify support to prog-mode and implement it
6900 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6901 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6902 (prog--prettify-font-lock-compose-symbol)
6903 (prog-prettify-font-lock-symbols-keywords): New variables and
6904 functions to support symbol prettification.
6905 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6906 (lisp--augmented-font-lock-keywords-1)
6907 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6908 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6909 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6910 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6911 Implement prettify of -> => :: strings.
6912 * progmodes/perl-mode.el (perl-prettify-symbols)
6913 (perl--font-lock-compose-symbol)
6914 (perl--font-lock-symbols-keywords): Move to prog-mode.
6915 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6916 (perl-font-lock-keywords-1)
6917 (perl-font-lock-keywords-2): Remove explicit prettify support.
6918 (perl--augmented-font-lock-keywords)
6919 (perl--augmented-font-lock-keywords-1)
6920 (perl--augmented-font-lock-keywords-2, perl-mode):
6921 Implement prettify support.
6922
6923 2013-06-05 Leo Liu <sdl.web@gmail.com>
6924
6925 Re-implement smie matching block highlight using
6926 show-paren-data-function. (Bug#14395)
6927 * emacs-lisp/smie.el (smie-matching-block-highlight)
6928 (smie--highlight-matching-block-overlay)
6929 (smie--highlight-matching-block-lastpos)
6930 (smie-highlight-matching-block)
6931 (smie-highlight-matching-block-mode): Remove.
6932 (smie--matching-block-data-cache): New variable.
6933 (smie--matching-block-data): New function.
6934 (smie-setup): Use smie--matching-block-data for
6935 show-paren-data-function.
6936
6937 * progmodes/octave.el (octave-mode-menu): Fix.
6938 (octave-find-definition): Skip garbage lines.
6939
6940 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6941
6942 Fix compilation error with simultaneous dynamic+lexical scoping.
6943 Add warning when a defvar appears after the first let-binding.
6944 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6945 (byte-compile-close-variables): Initialize it.
6946 (byte-compile--declare-var): New function.
6947 (byte-compile-file-form-defvar)
6948 (byte-compile-file-form-define-abbrev-table)
6949 (byte-compile-file-form-custom-declare-variable): Use it.
6950 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6951 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6952 (byte-compile-bind): Handle dynamic bindings that shadow
6953 lexical bindings.
6954 (byte-compile-unbind): Make arg non-optional.
6955 (byte-compile-let): Simplify.
6956 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6957 (cconv--analyse-function, cconv-analyse-form): Populate it.
6958 Protect byte-compile-bound-variables to limit the scope of defvars.
6959 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6960 Remove unneeded rule for `declare'.
6961
6962 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6963 so as to avoid depending on cl-adjoin at run-time.
6964 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6965
6966 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6967 (macroexp--warn-and-return): Use it.
6968
6969 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * lisp/subr.el: Convert to lexical binding.
6972 (overriding-local-map): Make obsolete.
6973 (add-to-list): Doc fix. Add compiler macro.
6974 (read-key): Swap values of local maps.
6975
6976 2013-06-05 Leo Liu <sdl.web@gmail.com>
6977
6978 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6979
6980 2013-06-04 Leo Liu <sdl.web@gmail.com>
6981
6982 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6983 (compilation-auto-jump): Suppress the "Mark set" message to give
6984 way to exit message.
6985
6986 2013-06-04 Alan Mackenzie <acm@muc.de>
6987
6988 Remove faulty optimisation from indentation calculation.
6989 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
6990 search limit based on 2000 characters back from indent-point.
6991
6992 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6993
6994 * eshell/em-term.el (cl-lib): Require `cl-lib'.
6995
6996 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6997
6998 * emacs-lisp/lisp.el: Use lexical-binding.
6999 (lisp--local-variables-1, lisp--local-variables): New functions.
7000 (lisp--local-variables-completion-table): New var.
7001 (lisp-completion-at-point): Use it complete let-bound vars.
7002
7003 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7004 eagerly (bug#14422).
7005
7006 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7007
7008 * autorevert.el (auto-revert-notify-enabled)
7009 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7010 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7011 (auto-revert-notify-handler): Handle also gfilenotify.
7012
7013 * subr.el (file-notify-handle-event): New defun. Replacing ...
7014 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7015 Remove.
7016
7017 2013-06-03 Juri Linkov <juri@jurta.org>
7018
7019 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7020 `M-s h .'. (Bug#14427)
7021
7022 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7023 command `hi-lock-face-symbol-at-point'.
7024 (hi-lock-face-symbol-at-point): New command.
7025 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7026 (hi-lock-menu): Add `highlight-symbol-at-point'.
7027 (hi-lock-mode): Doc fix.
7028
7029 * isearch.el (isearch-forward-symbol-at-point): New command.
7030 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7031 (isearch-highlight-regexp): Add a regexp which matches
7032 words/symbols for word/symbol mode.
7033
7034 * subr.el (find-tag-default-bounds): New function with the body
7035 mostly moved from `find-tag-default'.
7036 (find-tag-default): Move most code to `find-tag-default-bounds',
7037 call it and apply `buffer-substring-no-properties' afterwards.
7038
7039 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7040
7041 * eshell/em-term.el (eshell-term-initialize):
7042 Use `cl-intersection' rather than `intersection'.
7043
7044 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7045
7046 * vc/log-view.el: Doc fix.
7047 (log-view-mode-map): Copy keymap from `special-mode-map'.
7048
7049 2013-06-02 Eric Ludlam <zappo@gnu.org>
7050
7051 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7052 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7053 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7054 (eieio-unbound, eieio-default-superclass)
7055 (eieio--define-field-accessors, method-static, method-before)
7056 (method-primary, method-after, method-num-lists)
7057 (method-generic-before, method-generic-primary)
7058 (method-generic-after, method-num-slots)
7059 (eieio-specialized-key-to-generic-key)
7060 (eieio--check-type, class-v, class-p)
7061 (eieio-class-name, define-obsolete-function-alias)
7062 (eieio-class-parents-fast, eieio-class-children-fast)
7063 (same-class-fast-p, class-constructor, generic-p)
7064 (generic-primary-only-p, generic-primary-only-one-p)
7065 (class-option-assoc, class-option, eieio-object-p)
7066 (class-abstract-p, class-method-invocation-order)
7067 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7068 (eieio-class-un-autoload, eieio-defclass)
7069 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7070 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7071 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7072 (eieio-defgeneric-reset-generic-form)
7073 (eieio-defgeneric-form-primary-only)
7074 (eieio-defgeneric-reset-generic-form-primary-only)
7075 (eieio-defgeneric-form-primary-only-one)
7076 (eieio-defgeneric-reset-generic-form-primary-only-one)
7077 (eieio-unbind-method-implementations)
7078 (eieio--defmethod, eieio--typep)
7079 (eieio-perform-slot-validation, eieio-validate-slot-value)
7080 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7081 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7082 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7083 (eieio-slot-name-index, eieio-class-slot-name-index)
7084 (eieio-set-defaults, eieio-initarg-to-attribute)
7085 (eieio-attribute-to-initarg, eieio-c3-candidate)
7086 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7087 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7088 (eieio-class-precedence-list, eieio-generic-call-methodname)
7089 (eieio-generic-call-arglst, eieio-generic-call-key)
7090 (eieio-generic-call-next-method-list)
7091 (eieio-pre-method-execution-functions, eieio-generic-call)
7092 (eieio-generic-call-primary-only, eieiomt-method-list)
7093 (eieiomt-optimizing-obarray, eieiomt-install)
7094 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7095 (eieio-generic-form, eieio-defmethod, make-obsolete)
7096 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7097 (defclass): Remove `eval-and-compile' from macro.
7098 (call-next-method, shared-initialize): Instead of using
7099 `scoped-class' variable, use new eieio--scoped-class, and
7100 eieio--with-scoped-class.
7101 (initialize-instance): Rename local variable 'scoped-class' to
7102 'this-class' to remove ambiguitity from old global.
7103
7104 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7105 eieio.el.
7106 (eieio--scoped-class-stack): New variable.
7107 (eieio--scoped-class): New fcn.
7108 (eieio--with-scoped-class): New scoping macro.
7109 (eieio-defclass): Use pushnew instead of add-to-list.
7110 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7111 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7112 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7113 `scoped-class' variable, use new eieio--scoped-class, and
7114 eieio--with-scoped-class.
7115
7116 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7117
7118 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7119
7120 * eshell/esh-ext.el (eshell-external-command): Pass args to
7121 `eshell-find-interpreter'.
7122 (eshell-find-interpreter): Add new second parameter ARGS.
7123
7124 * eshell/em-script.el (eshell-script-initialize): Add second arg
7125 to the function added as MATCH to `eshell-interpreter-alist'.
7126
7127 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7128 the function added as MATCH to `eshell-interpreter-alist'.
7129
7130 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7131 (eshell-visual-options): New defcustom.
7132 (eshell-escape-control-x): Adapt docstring.
7133 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7134 `eshell-visual-options' in addition to `eshell-visual-commands'.
7135 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7136
7137 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7138
7139 * progmodes/python.el (python-indent-block-enders): Add break,
7140 continue and raise keywords.
7141
7142 2013-06-01 Glenn Morris <rgm@gnu.org>
7143
7144 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7145
7146 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7147 * progmodes/cc-cmds.el (delete-forward-p):
7148 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7149 * progmodes/cc-engine.el (buffer-syntactic-context):
7150 * progmodes/cc-fonts.el (face-property-instance):
7151 * progmodes/cc-mode.el (set-keymap-parents):
7152 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7153 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7154 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7155 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7156 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7157
7158 * progmodes/cc-vars.el (other): Emacs has this widget since
7159 at least 21.1, so don't (re)define it.
7160
7161 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7162 Replace the obsolete alias pcomplete-arg-quote-list.
7163
7164 2013-06-01 Leo Liu <sdl.web@gmail.com>
7165
7166 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7167 punctuation syntax.
7168 (inferior-octave-minimal-columns)
7169 (inferior-octave-last-column-width): New variables.
7170 (inferior-octave-track-window-width-change): New function.
7171 (inferior-octave-mode): Adjust column width so that Octave output,
7172 for example from 'ls', can fit into the window nicely.
7173
7174 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7175
7176 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7177 Highlight expansions inside regexp literals.
7178
7179 2013-05-31 Glenn Morris <rgm@gnu.org>
7180
7181 * obsolete/sym-comp.el (symbol-complete):
7182 Replace obsolete completion-annotate-function.
7183
7184 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7185
7186 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7187
7188 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7189 New function, checks if point is inside a literal that allows
7190 expression expansion.
7191 (ruby-syntax-propertize-expansion): Use it.
7192 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7193 around the body.
7194
7195 2013-05-30 Juri Linkov <juri@jurta.org>
7196
7197 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7198 to "\M-si".
7199 (isearch-invisible): New variable.
7200 (isearch-forward): Doc fix.
7201 (isearch-mode): Set `isearch-invisible'
7202 to the value of `search-invisible'.
7203 (isearch-toggle-case-fold): Doc fix.
7204 (isearch-toggle-invisible): New command.
7205 (isearch-query-replace): Let-bind `search-invisible'
7206 to the value of `isearch-invisible'.
7207 (isearch-search): Use `isearch-invisible' instead of
7208 `search-invisible'. Let-bind `search-invisible'
7209 to the value of `isearch-invisible'. (Bug#11378)
7210
7211 2013-05-30 Juri Linkov <juri@jurta.org>
7212
7213 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7214 call when `query-flag' is nil and `search-invisible' is non-nil.
7215 (Bug#11746)
7216
7217 2013-05-30 Glenn Morris <rgm@gnu.org>
7218
7219 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7220
7221 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7222 (cc-require): Suppress spurious "noruntime" warnings.
7223 (cc-require-when-compile): Use fboundp, for sake of compiler.
7224
7225 * progmodes/cc-mode.el: Move load of cc-vars before that of
7226 cc-langs (which in turn loads cc-vars), to quieten compiler.
7227
7228 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7229
7230 * paren.el: Simplify the code.
7231 (show-paren-mode): Always start the timer.
7232 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7233 (show-paren--overlay, show-paren--overlay-1): Rename from
7234 show-paren-overlay and show-paren-overlay-1, and initialize to an
7235 overlay rather than to nil.
7236 (show-paren-function): Misc cleanup and simplifications.
7237
7238 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7239
7240 * paren.el (show-paren-data-function): New hook.
7241 (show-paren--default): New function, extracted from show-paren-function.
7242 (show-paren-function): Use show-paren-data-function.
7243
7244 2013-05-30 Glenn Morris <rgm@gnu.org>
7245
7246 * ielm.el (ielm-map, ielm-complete-symbol):
7247 Use completion-at-point rather than obsolete functions.
7248 (inferior-emacs-lisp-mode): Doc fix.
7249 Set completion-at-point-functions, rather than
7250 comint-dynamic-complete-functions.
7251
7252 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7253 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7254 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7255
7256 * image.el (image-animated-p): Tweak definition.
7257
7258 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7259 (rlogin-process-connection-type): Tweak default. Add set-after.
7260 (rlogin-host): Doc fix.
7261 (rlogin): Tweak prompt.
7262 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7263
7264 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7265 * progmodes/tcl.el (inferior-tcl-mode-map):
7266 Use completion-at-point rather than obsolete alias.
7267
7268 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7269
7270 * minibuffer.el (read-file-name-completion-ignore-case):
7271 Move before completion--in-region, for eager macro expansion.
7272
7273 2013-05-29 Juri Linkov <juri@jurta.org>
7274
7275 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7276 for total count of matching lines. Add `global-matches' for total
7277 count of matches. Rename `matches' to `lines' for count of
7278 matching lines. Add `matches' for count of matches.
7279 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7280 to `prev-line' for line number of prev match endpt.
7281 Increment `matches' for every match. Print the number of
7282 matching lines in the header.
7283 (occur-context-lines): Rename `lines' to `curr-line'.
7284 Rename `prev-lines' to `prev-line'. (Bug#14017)
7285
7286 2013-05-29 Juri Linkov <juri@jurta.org>
7287
7288 * replace.el (perform-replace): Add `skip-read-only-count',
7289 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7290 Increment them for corresponding conditions and report the number
7291 of skipped occurrences in the final message. (Bug#11746)
7292 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7293 (replace-string, replace-regexp): Doc fix.
7294
7295 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7298
7299 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7300 prog-mode-map (bug#14504).
7301
7302 2013-05-29 Leo Liu <sdl.web@gmail.com>
7303
7304 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7305 (octave-help): Small simplification.
7306
7307 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7308 off the highlight first.
7309
7310 2013-05-29 Glenn Morris <rgm@gnu.org>
7311
7312 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7313 Handle idlwave-last-system-routine-info-cons-cell being nil.
7314
7315 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7316 (idlwave-write-paths): Simplify via with-temp-buffer.
7317
7318 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7319 * emulation/cua-rect.el: Also load cua-base at run time.
7320
7321 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7322 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7323 (cperl-imenu-on-info): Require imenu.
7324
7325 2013-05-28 Alan Mackenzie <acm@muc.de>
7326
7327 Handle "capitalised keywords" correctly.
7328 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7329
7330 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
7331
7332 * eshell/em-unix.el: Add -r option to cp.
7333
7334 2013-05-28 Glenn Morris <rgm@gnu.org>
7335
7336 * vc/vc-arch.el (vc-exec-after): Declare.
7337 (vc-switches): Autoload.
7338 * vc/vc-bzr.el: No need to require vc when compiling.
7339 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7340 (vc-resynch-buffer, vc-dir-refresh): Declare.
7341 (vc-setup-buffer, vc-switches): Autoload.
7342 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7343 (vc-resynch-buffer): Declare.
7344 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7345 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7346 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7347 (grep-read-regexp, grep-read-files, grep-expand-template)
7348 (vc-dir-refresh): Declare.
7349 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7350 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7351 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7352 * vc/vc-mtn.el (vc-exec-after): Declare.
7353 (vc-switches): Autoload.
7354 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7355 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7356 (vc-file-tree-walk): Declare.
7357 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7358 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7359 (vc-tag-precondition, vc-rename-master): Autoload.
7360 * vc/vc-svn.el (vc-exec-after): Declare.
7361 (vc-switches, vc-setup-buffer): Autoload.
7362 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7363 Autoload.
7364 (vc-resynch-buffer): Declare.
7365
7366 * obsolete/fast-lock.el (byte-compile-warnings):
7367 Don't warn about obsolete features in this obsolete file.
7368
7369 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7370 Move definition before use.
7371
7372 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7373 (dun-unix-verbs): Remove dun-zippy.
7374 (dun-zippy): Remove function.
7375
7376 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7377
7378 2013-05-27 Juri Linkov <juri@jurta.org>
7379
7380 * replace.el (replace-search): New function with code moved out
7381 from `perform-replace'.
7382 (replace-highlight, replace-dehighlight): Move function definitions
7383 up closer to `replace-search'. (Bug#11746)
7384
7385 2013-05-27 Juri Linkov <juri@jurta.org>
7386
7387 * replace.el (perform-replace): Ignore invisible matches.
7388 In addition to checking `query-replace-skip-read-only', also
7389 filter out matches by calling `run-hook-with-args-until-failure'
7390 on `isearch-filter-predicates', and also check `search-invisible'
7391 for t or call `isearch-range-invisible'.
7392 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7393
7394 2013-05-27 Juri Linkov <juri@jurta.org>
7395
7396 * isearch.el (isearch-filter-predicates): Rename from
7397 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7398 (isearch-message-prefix): Display text from the property
7399 `isearch-message-prefix' of the currently active filters.
7400 (isearch-search): Don't compare `isearch-filter-predicate' with
7401 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7402 on `isearch-filter-predicates'. Also check `search-invisible' for t
7403 or call `isearch-range-invisible'.
7404 (isearch-filter-visible): Make obsolete.
7405 (isearch-lazy-highlight-search):
7406 Call `run-hook-with-args-until-failure' on
7407 `isearch-filter-predicates' and use `isearch-range-invisible'.
7408
7409 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7410 `isearch-filter-predicates' instead of `funcall'ing
7411 `isearch-filter-predicate'.
7412 (Info-mode): Set `Info-isearch-filter' to
7413 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7414
7415 * dired-aux.el (dired-isearch-filter-predicate-orig):
7416 Remove variable.
7417 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7418 (dired-isearch-filenames-end): Add and remove
7419 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7420 instead of changing the value of `isearch-filter-predicate'.
7421 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7422 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7423 Put property `isearch-message-prefix' to "filename " on
7424 `dired-isearch-filter-filenames'.
7425
7426 * wdired.el (wdired-change-to-wdired-mode):
7427 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7428 locally instead of changing `isearch-filter-predicate'.
7429 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7430
7431 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7432
7433 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7434 return the commit hash (Bug#14459). Also set the
7435 `vc-git-detached' property.
7436 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7437 (vc-git-mode-line-string): Use the same help-echo format whether
7438 in detached mode or not, because we know the actual revision now.
7439 When in detached mode, shorten the revision to 7 chars.
7440
7441 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * emacs-lisp/easy-mmode.el (define-minor-mode):
7444 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7445 mode hook and provide a docstring.
7446
7447 2013-05-27 Alan Mackenzie <acm@muc.de>
7448
7449 Remove spurious syntax-table text properties inserted by C-y.
7450 * progmodes/cc-mode.el (c-after-change): Also clear hard
7451 syntax-table property with value nil.
7452
7453 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
7454
7455 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7456 when reading the events; the buffer layout shall not be changed.
7457
7458 2013-05-27 Leo Liu <sdl.web@gmail.com>
7459
7460 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7461 New variable.
7462 (inferior-octave-directory-tracker): Automatically re-sync
7463 default-directory.
7464 (octave-help): Improve handling of 'See also'.
7465
7466 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7467
7468 * doc-view.el: Minor naming convention tweaks.
7469 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7470
7471 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7472 even if there's no `display' property yet (bug#14435).
7473
7474 2013-05-25 Eli Zaretskii <eliz@gnu.org>
7475
7476 * subr.el (unmsys--file-name): Rename from reveal-filename.
7477
7478 * Makefile.in (custom-deps, finder-data, autoloads)
7479 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7480 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7481 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7482
7483 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7486 error-completion on the first 2 args of condition-case (bug#14446).
7487 Don't burp at EOB.
7488
7489 2013-05-25 Leo Liu <sdl.web@gmail.com>
7490
7491 * comint.el (comint-previous-matching-input): Do not flood the
7492 *Messages* buffer with trivial messages.
7493
7494 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * progmodes/flymake.el (flymake-nop): Don't return a string.
7497 (flymake-set-at): Fix typo.
7498
7499 * simple.el (read--expression): New function, extracted from
7500 eval-expression. Set completion-at-point-functions (bug#14465).
7501 (eval-expression, eval-minibuffer): Use it.
7502
7503 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7504
7505 * progmodes/flymake.el (flymake-save-buffer-in-file)
7506 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7507 (flymake-selected-frame, flymake-log, flymake-ins-after)
7508 (flymake-set-at, flymake-get-buildfile-from-cache)
7509 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7510 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7511 Refine the doc string.
7512 (flymake-get-file-name-mode-and-masks): Reformat.
7513 (flymake-get-real-file-name-function): Fix a minor bug.
7514
7515 2013-05-24 Juri Linkov <juri@jurta.org>
7516
7517 * progmodes/grep.el (grep-mode-font-lock-keywords):
7518 Support =linenumber= format used by git-grep for lines with
7519 function names. (Bug#13549)
7520
7521 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7524 0 after a semi-colon; it works better for smie-auto-fill.
7525 (octave--indent-new-comment-line): New function.
7526 (octave-indent-new-comment-line): Use it (indirectly).
7527 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7528 modify comment-line-break-function.
7529
7530 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7531 (smie-setup): Use add-function to set it.
7532
7533 2013-05-24 Sam Steingold <sds@gnu.org>
7534
7535 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7536 argument (before the `interactive' argument).
7537
7538 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7539
7540 * image-mode.el (image-mode-winprops): Add winprops to
7541 image-mode-winprops-alist before running
7542 image-mode-new-window-functions.
7543 * doc-view.el (doc-view-new-window-function): Don't delay
7544 doc-view-goto-page via timers (bug#14435).
7545
7546 2013-05-24 Tassilo Horn <tsdh@gnu.org>
7547
7548 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7549 (doc-view-desktop-save-buffer): New function.
7550 (doc-view-restore-desktop-buffer): New function.
7551 (desktop-buffer-mode-handlers):
7552 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
7553 handler.
7554 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7555 `desktop-save-buffer' function.
7556
7557 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
7558
7559 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7560 (tramp-gvfs-file-name-handler): Raise a user error when
7561 `tramp-gvfs-enabled' is nil.
7562 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7563 Do not raise a user error when loading package. (Bug#14447)
7564
7565 * net/xesam.el: Move to obsolete/.
7566
7567 2013-05-24 Glenn Morris <rgm@gnu.org>
7568
7569 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7570
7571 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7572
7573 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7574 (Info-find-node, Man-getpage-in-background): Declare.
7575
7576 * mail/unrmail.el (unrmail):
7577 Replace obsolete detect-coding-with-priority.
7578
7579 * net/socks.el (socks-split-string): Use this rather than split-string.
7580 (socks-nslookup-host): Update for above change.
7581 (dynamic-choice, s5-dynamic-choice-match)
7582 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7583 Comment out unused code.
7584
7585 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7586 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7587 (gud-tooltip-echo-area): Make obsolete.
7588 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7589
7590 * progmodes/js.el (js--optimize-arglist): Declare.
7591
7592 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7593
7594 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7595 (ediff-window-C): Declare.
7596
7597 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7598 Tweak requires to silence compiler.
7599
7600 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7601 (he-search-string, he-tried-table, he-expand-list)
7602 (he-init-string, he-string-member, he-substitute-string)
7603 (he-reset-string): Declare.
7604
7605 * obsolete/options.el (list-options): Use custom-variable-p,
7606 rather than obsolete alias.
7607
7608 2013-05-23 Sam Steingold <sds@gnu.org>
7609
7610 * simple.el (shell-command-on-region): Pass the `replace' argument
7611 down to `call-process-region' to comply with the doc as reported on
7612 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7613
7614 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * emacs-lisp/smie.el (smie-indent-forward-token)
7617 (smie-indent-backward-token): Handle string tokens (bug#14381).
7618
7619 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7620
7621 * ielm.el (ielm-menu): New menu.
7622 (inferior-emacs-lisp-mode): Set comment-start.
7623
7624 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7625
7626 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7627 Fix deactivate action.
7628
7629 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7630 Add cleveref macros.
7631
7632 * lisp/textmodes/reftex-parse.el
7633 (reftex-locate-bibliography-files): Accept options for
7634 bibliography commands.
7635 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7636 Add addbibresource. Basic Biblatex support.
7637
7638 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
7639
7640 * net/tramp-gvfs.el (top):
7641 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7642 when loading package. (Bug#14447)
7643
7644 2013-05-23 Glenn Morris <rgm@gnu.org>
7645
7646 * progmodes/js.el: No need to load comint when compiling.
7647 (ring-insert, comint-send-string, comint-send-input)
7648 (comint-last-input-end, ido-chop): Declare.
7649
7650 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7651 * vc/ediff-mult.el: Adjust requires.
7652 (ediff-directories-internal, ediff-directory-revisions-internal)
7653 (ediff-patch-file-internal): Declare.
7654 * vc/ediff-ptch.el: Adjust requires.
7655 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7656 (ediff-find-file): Autoload.
7657 * vc/ediff-util.el: No need to load ediff when compiling.
7658 (ediff-regions-internal): Declare.
7659 * vc/ediff-wind.el: Adjust requires.
7660 (ediff-compute-toolbar-width): Define when compiling.
7661 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7662 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7663 (dired-get-filename, dired-get-marked-files)
7664 (ediff-last-dir-patch, ediff-patch-default-directory)
7665 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7666 (ediff-patch-buffer-internal): Declare.
7667
7668 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7669 (ispell-process, ispell-buffer-local-words, lm-summary)
7670 (lm-section-start, lm-section-end): Declare.
7671 (checkdoc-ispell-init): Simplify.
7672
7673 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7674 (he-string-member, he-reset-string, he-substitute-string): Declare.
7675
7676 * eshell/em-ls.el: Adjust requires.
7677 (eshell-glob-regexp): Declare.
7678 * eshell/em-tramp.el: Adjust requires.
7679 (eshell-parse-command): Autoload.
7680 * eshell/em-xtra.el: Adjust requires.
7681 (eshell-parse-command): Autoload.
7682 * eshell/esh-ext.el: Adjust requires.
7683 (eshell-parse-command, eshell-close-handles): Autoload.
7684 * eshell/esh-io.el: Adjust requires.
7685 (eshell-output-filter): Autoload.
7686 * eshell/esh-util.el: No need to load tramp when compiling.
7687 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7688 Declare.
7689 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7690 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7691 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7692 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7693 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7694 * eshell/esh-opt.el, eshell/esh-proc.el:
7695 * eshell/esh-var.el: Adjust requires.
7696 * eshell/eshell.el: Do not require esh-util twice.
7697 (eshell-add-input-to-history): Declare.
7698 (eshell-command): Check history module is active before using it.
7699
7700 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7701
7702 2013-05-22 Leo Liu <sdl.web@gmail.com>
7703
7704 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7705
7706 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
7707
7708 * autorevert.el (auto-revert-notify-add-watch)
7709 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7710 it indicates changes in file modification time.
7711
7712 2013-05-22 Glenn Morris <rgm@gnu.org>
7713
7714 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7715 Always delete the autoloaded function from the noruntime and
7716 unresolved functions lists.
7717
7718 * allout.el: No need to load epa, epg, overlay when compiling.
7719 (epg-context-set-passphrase-callback, epg-list-keys)
7720 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7721 (epg-key-user-id-list): Declare.
7722
7723 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7724 (viper-set-parsing-style-toggling-macro)
7725 (viper-set-emacs-state-searchstyle-macros):
7726 Use called-interactively-p on Emacs.
7727 (viper-looking-back): Make it an obsolete alias. Update callers.
7728 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7729 Use looking-back rather than viper-looking-back.
7730 (viper-tmp-insert-at-eob, viper-enlarge-region)
7731 (viper-read-string-with-history, viper-register-to-point)
7732 (viper-append-to-register, viper-change-state-to-vi)
7733 (viper-backward-char-carefully, viper-forward-char-carefully)
7734 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7735 (viper-change-state-to-emacs): Declare.
7736 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7737 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7738 * emulation/viper-mous.el: Do not load viper-cmd.
7739 (viper-backward-char-carefully, viper-forward-char-carefully)
7740 (viper-forward-word, viper-adjust-window): Declare.
7741
7742 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7743
7744 * progmodes/idlw-help.el (idlwave-help-fontify):
7745 Use called-interactively-p.
7746
7747 * term/w32console.el (w32-get-console-codepage)
7748 (w32-get-console-output-codepage): Declare.
7749
7750 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7751 Remove unnecessary declarations.
7752 (dframe-message): Doc fix.
7753
7754 * info.el (dframe-select-attached-frame, dframe-current-frame):
7755 Declare.
7756
7757 * speedbar.el (speedbar-message): Make it an obsolete alias.
7758 Update all callers.
7759 (speedbar-with-attached-buffer)
7760 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7761 (speedbar-with-writable): Use backquote.
7762 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7763 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7764 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7765 rather than speedbar- aliases.
7766 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7767 (speedbar-make-specialized-keymap, speedbar-insert-button)
7768 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7769 (speedbar-do-function-pointer): Declare.
7770 (rmail-speedbar-button, rmail-speedbar-find-file)
7771 (rmail-speedbar-move-message):
7772 Use dframe-with-attached-buffer rather than speedbar- alias.
7773 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7774 (dframe-message, speedbar-make-specialized-keymap)
7775 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7776 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7777 (speedbar-insert-button, dframe-select-attached-frame)
7778 (dframe-maybee-jump-to-attached-frame)
7779 (speedbar-change-initial-expansion-list)
7780 (speedbar-previously-used-expansion-list-name): Declare.
7781 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7782 Use dframe-message, dframe-with-attached-buffer rather than
7783 speedbar- aliases.
7784 (gud-sentinel): Silence compiler.
7785 * progmodes/vhdl-mode.el (speedbar-refresh)
7786 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7787 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7788 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7789 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7790 (speedbar-file-lists, speedbar-make-tag-line)
7791 (speedbar-line-directory, speedbar-goto-this-file)
7792 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7793 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7794 (speedbar-make-button, speedbar-reset-scanners)
7795 (speedbar-files-item-info, speedbar-line-text)
7796 (speedbar-find-file-in-frame, speedbar-set-timer)
7797 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7798 (speedbar-with-writable): Do not (re)define it.
7799 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7800 rather than speedbar- alias.
7801
7802 2013-05-21 Leo Liu <sdl.web@gmail.com>
7803
7804 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7805 menu items.
7806 (octave-mode): Tweak fill-nobreak-predicate.
7807 (inferior-octave-startup): Check process to avoid infinite loop.
7808 (inferior-octave): Pop to buffer first to show abornmal process
7809 exit information.
7810
7811 2013-05-21 Glenn Morris <rgm@gnu.org>
7812
7813 * printing.el (pr-menu-bar): Define when compiling.
7814
7815 2013-05-21 Leo Liu <sdl.web@gmail.com>
7816
7817 * progmodes/octave.el (octave-auto-fill): Remove.
7818 (octave-indent-new-comment-line): Improve.
7819 (octave-mode): Use auto fill mode through
7820 comment-line-break-function and fill-nobreak-predicate.
7821 (octave-goto-function-definition): Support DEFUN_DLD.
7822 (octave-beginning-of-defun): Small tweak.
7823 (octave-help): Show parent directory.
7824
7825 2013-05-21 Glenn Morris <rgm@gnu.org>
7826
7827 * files.el (dired-unmark):
7828 * progmodes/gud.el (gdb-input): Update declarations.
7829
7830 * calculator.el (electric, ehelp): No need to load when compiling.
7831 (Electric-command-loop, electric-describe-mode): Declare.
7832
7833 * doc-view.el (doc-view-current-converter-processes): Move before use.
7834
7835 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7836 Move MODE-set-explicitly definition before use.
7837
7838 * international/mule-diag.el (mule-diag):
7839 Don't use obsolete window-system-version.
7840
7841 * mail/feedmail.el (smtpmail): No need to load when compiling.
7842 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7843
7844 * mail/mail-utils.el (rfc822): No need to load when compiling.
7845 (rfc822-addresses): Autoload it.
7846 (mail-strip-quoted-names): Trivial simplification.
7847
7848 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7849 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7850
7851 * net/snmp-mode.el (tempo): Don't duplicate requires.
7852
7853 * progmodes/prolog.el (info): No need to load when compiling.
7854 (comint): Require before shell requires it.
7855 (Info-goto-node): Autoload it.
7856 (Info-follow-nearest-node): Declare.
7857 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7858
7859 * textmodes/artist.el (picture-mode-exit): Declare.
7860
7861 * textmodes/reftex-parse.el (reftex-parse-from-file):
7862 Trivial rewrite so the compiler can parse it better.
7863
7864 2013-05-20 Leo Liu <sdl.web@gmail.com>
7865
7866 * progmodes/octave.el (octave-help-mode-map)
7867 (octave-help-mode-finish-hook): New variables.
7868 (octave-help-mode, octave-help-mode-finish): New functions.
7869 (octave-help): Use octave-help-mode.
7870
7871 2013-05-20 Glenn Morris <rgm@gnu.org>
7872
7873 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7874
7875 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7876
7877 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7878 start at point, so that expansion starting right after opening
7879 slash in a regexp is recognized.
7880 (ruby-syntax-before-regexp-re): New defvar, extracted from
7881 ruby-syntax-propertize-function. Since the value of this regexp
7882 is looked up at runtime now, we should be able to turn
7883 `ruby-syntax-methods-before-regexp' into a defcustom later.
7884 (ruby-syntax-propertize-function): Split regexp matching into two
7885 parts, for opening and closing slashes. That allows us to skip
7886 over string interpolations and support multiline regexps.
7887 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7888 for them, which calls `ruby-syntax-propertize-expansion'.
7889 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7890 call to `ruby-syntax-propertize-function'.
7891 (ruby-syntax-propertize-expansion): Extracted from
7892 `ruby-syntax-propertize-expansions'. Handles one expansion.
7893 (ruby-syntax-propertize-percent-literal): Leave point right after
7894 the percent symbol, so that the expression expansion rule can
7895 propertize the contents.
7896 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7897 heredoc openers.
7898 (ruby-syntax-propertize-expansions): Remove.
7899
7900 2013-05-18 Juri Linkov <juri@jurta.org>
7901
7902 * man.el (Man-default-man-entry): Remove `-' from the end
7903 of the default value. (Bug#14400)
7904
7905 2013-05-18 Glenn Morris <rgm@gnu.org>
7906
7907 * comint.el (comint-password-prompt-regexp):
7908 Allow "password for XXX" where XXX contains colons (eg https://...).
7909
7910 2013-05-18 Leo Liu <sdl.web@gmail.com>
7911
7912 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
7913 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
7914 (octave-source-directories): Don't check process.
7915 (octave-source-directories, octave-find-definition): Doc fix.
7916
7917 2013-05-18 Glenn Morris <rgm@gnu.org>
7918
7919 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7920 Remove backspace/delete bindings. (Bug#14392)
7921
7922 * cus-dep.el (custom-make-dependencies): Sort the output.
7923 (custom-versions-load-alist): Convert comment to doc.
7924
7925 2013-05-17 Leo Liu <sdl.web@gmail.com>
7926
7927 * newcomment.el (comment-search-backward): Stricter in finding
7928 comment start. (Bug#14303)
7929
7930 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7931 (octave-comment-start-skip): Properly anchored.
7932
7933 2013-05-17 Leo Liu <sdl.web@gmail.com>
7934
7935 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7936 Clean up when turned off. (Bug#14395)
7937 (smie--highlight-matching-block-overlay): No longer buffer-local.
7938 (smie-highlight-matching-block): Adjust.
7939
7940 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7941
7942 Doc string fix for "nanoseconds" (Bug#14406).
7943 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7944 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7945
7946 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7947
7948 * calc/calc-units.el (math-extract-units): Preserve powers
7949 of units.
7950
7951 2013-05-17 Leo Liu <sdl.web@gmail.com>
7952
7953 * subr.el (delete-consecutive-dups): New function.
7954 * ido.el (ido-set-matches-1): Use it.
7955 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7956 * ido.el (ido-remove-consecutive-dups): Remove.
7957
7958 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7959
7960 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7961 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7962 regexp-opt's `words'.
7963
7964 2013-05-16 Leo Liu <sdl.web@gmail.com>
7965
7966 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
7967 (smie--highlight-matching-block-overlay)
7968 (smie--highlight-matching-block-lastpos)
7969 (smie--highlight-matching-block-timer): New variables.
7970 (smie-highlight-matching-block): New function.
7971 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
7972 (smie-setup): Conditionally enable smie-blink-matching-open.
7973
7974 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
7975
7976 Sync with upstream verilog-mode r840.
7977 * progmodes/verilog-mode.el (verilog-mode-version)
7978 (verilog-mode-release-date): Update.
7979 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7980 (verilog-sig-tieoff): Fix string error on
7981 AUTORESET with colon define, bug594. Reported by Andrew Hou.
7982 (verilog-read-decls): Fix parameters confusing
7983 AUTOINST interfaces, bug565. Reported by Leith Johnson.
7984
7985 2013-05-16 Eli Zaretskii <eliz@gnu.org>
7986
7987 * subr.el (reveal-filename): New function.
7988
7989 * loadup.el: Compute Emacs executable versions on MS-Windows,
7990 where executables have the .exe extension. Add a hard link
7991 emacs-XX.YY.ZZ.exe on MS-Windows.
7992
7993 * Makefile.in (XARGS_LIMIT): New variable.
7994 (custom-deps, finder-data, autoloads)
7995 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7996 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7997 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
7998 (compile-main): Limit xargs according to $(XARGS_LIMIT).
7999
8000 2013-05-16 Leo Liu <sdl.web@gmail.com>
8001
8002 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8003 (octave-mode-menu, octave-mode-map): Remove its uses.
8004
8005 2013-05-16 Reto Zimmermann <reto@gnu.org>
8006
8007 Sync with upstream vhdl mode v3.34.2.
8008 * progmodes/vhdl-mode.el: Use `push' throughout.
8009 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8010 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8011 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8012 (vhdl-actual-generic-name): New option to derive actual generic name.
8013 (vhdl-port-paste-signals): Replace formal by actual generics.
8014 (vhdl-beautify): New name for old group vhdl-align. Update users.
8015 (vhdl-beautify-options): New option.
8016 (vhdl-last-input-event): New compat alias. Use throughout.
8017 (vhdl-goto-line): Replace user level function `goto-line'.
8018 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8019 vhdl-fix-statement-buffer.
8020 (vhdl-create-mode-menu): Add some entries.
8021 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8022 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8023 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8024 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8025 to force statements on one line.
8026 (vhdl-remove-trailing-spaces-region):
8027 New, split from vhdl-remove-trailing-spaces.
8028 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8029 Respect vhdl-beautify-options.
8030 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8031 (vhdl-update-sensitivity-list): Not add with index if exists without.
8032 Not include array index with signal. Ignore keywords in comments.
8033 (vhdl-get-visible-signals): Regexp tweaks.
8034 (vhdl-template-component-inst): Handle empty library.
8035 (vhdl-template-type): Add template for 'enum' type.
8036 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8037 Use vhdl-replace-string.
8038 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8039 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8040 (vhdl-speedbar-initialize): Update for above name change.
8041 (vhdl-compose-wire-components): Fix in handling of constants.
8042 (vhdl-error-regexp-emacs-alist): New variable.
8043 (vhdl-error-regexp-add-emacs): New function;
8044 adds support for new compile.el (Emacs 22+)
8045 (vhdl-generate-makefile-1): Change target order for single lib. units.
8046 Allow use of absolute file names.
8047
8048 2013-05-16 Leo Liu <sdl.web@gmail.com>
8049
8050 * simple.el (prog-indent-sexp): Indent enclosing defun.
8051
8052 2013-05-15 Glenn Morris <rgm@gnu.org>
8053
8054 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8055 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8056 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8057 (whitespace-highlight): Move to whitespace group.
8058
8059 * comint.el (comint-source):
8060 * pcmpl-linux.el (pcmpl-linux):
8061 * shell.el (shell-faces):
8062 * eshell/esh-opt.el (eshell-opt):
8063 * international/ccl.el (ccl): Remove empty custom groups.
8064
8065 * completion.el (dynamic-completion-mode):
8066 * jit-lock.el (jit-lock-debug-mode):
8067 * minibuffer.el (completion-in-region-mode):
8068 * type-break.el (type-break-mode-line-message-mode)
8069 (type-break-query-mode):
8070 * emulation/tpu-edt.el (tpu-edt-mode):
8071 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8072 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8073 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8074
8075 * term/xterm.el (xterm): Change parent group to terminals.
8076
8077 * master.el (master): Remove empty custom group.
8078 (master-mode): Remove unused :group argument.
8079 * textmodes/refill.el (refill): Remove empty custom group.
8080 (refill-mode): Remove unused :group argument.
8081
8082 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8083
8084 * cus-dep.el: Provide a feature.
8085 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8086 Don't mistakenly ignore files whose basenames match a basename
8087 from preloaded-file-list (eg cedet/ede/simple.el).
8088 Add a fallback method for getting :group.
8089
8090 2013-05-15 Juri Linkov <juri@jurta.org>
8091
8092 * isearch.el (isearch-char-by-name): Rename from
8093 `isearch-insert-char-by-name'. Doc fix.
8094 (isearch-forward): Mention `isearch-char-by-name' in
8095 the docstring. (Bug#13348)
8096
8097 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8098 `exit-minibuffer' instead of
8099 `isearch-nonincremental-exit-minibuffer'.
8100 (isearch-edit-string): Remove mention of
8101 `isearch-nonincremental-exit-minibuffer' from docstring.
8102 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8103 (isearch-forward-exit-minibuffer)
8104 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8105
8106 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * loadup.el: Just use unversioned DOC.
8109
8110 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8111 literals as extending to EOB.
8112 (nxml-last-fontify-end): Remove unused variable.
8113 (nxml-after-change1): Use with-silent-modifications.
8114 (nxml-extend-after-change-region): Simplify.
8115 (nxml-extend-after-change-region1): Remove function.
8116 (nxml-after-change1): Don't adjust for dependent regions.
8117 (nxml-fontify-matcher): Simplify.
8118 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8119 (xmltok-add-dependent): Remove function.
8120 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8121 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8122 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8123 unclosed <[[, <?, comment, and other literals as extending to EOB.
8124 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8125 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8126 Remove functions.
8127 (rng-do-some-validation-1): Don't mark dependent regions.
8128 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8129 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8130 (nxml-clear-dependent-regions): Remove functions.
8131 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8132 (nxml-ensure-scan-up-to-date):
8133 Don't clear&mark dependent regions.
8134
8135 2013-05-15 Leo Liu <sdl.web@gmail.com>
8136
8137 * progmodes/octave.el (octave-goto-function-definition):
8138 Improve and fix callers.
8139
8140 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8141
8142 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8143 the setter (bug#14387).
8144
8145 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8146 surrounding group (bug#14402).
8147
8148 2013-05-14 Juri Linkov <juri@jurta.org>
8149
8150 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8151 (Bug#14390)
8152
8153 2013-05-14 Glenn Morris <rgm@gnu.org>
8154
8155 * progmodes/f90.el (f90-imenu-generic-expression):
8156 Fix typo in 2013-05-08 change. (Bug#14402)
8157
8158 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8159
8160 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8161 Remove signals for which replies are never received.
8162
8163 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8164
8165 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8166 (gdb-handler-alist, gdb-handler-number): Remove variables.
8167 (gdb-handler-list): New variable.
8168 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8169 (gdb-pending-handler-p, gdb-handle-reply)
8170 (gdb-remove-all-pending-triggers): New functions.
8171 (gdb-discard-unordered-replies): New defcustom.
8172 (gdb-handler): New defstruct.
8173 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8174 instead of gdb-pending-triggers. Update docstring.
8175 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8176 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8177 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8178 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8179 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8180 (gdb-frame-handler): Pending triggers are now automatically managed.
8181 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8182 Remove argument.
8183 (gdb-input): Automatically handles pending triggers. Update docstring.
8184 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8185 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8186 Update comments.
8187 (gdb-done-or-error): Now use gdb-handle-reply.
8188
8189 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8190
8191 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8192 gdb-debug-log.
8193
8194 2013-05-14 Glenn Morris <rgm@gnu.org>
8195
8196 * subr.el (user-emacs-directory-warning): New option.
8197 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8198
8199 2013-05-14 Leo Liu <sdl.web@gmail.com>
8200
8201 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8202 during redisplay.
8203 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8204 (octave-font-lock-texinfo-comment): Fix invalid search bound
8205 error: wrong side of point.
8206
8207 2013-05-14 Glenn Morris <rgm@gnu.org>
8208
8209 * progmodes/flymake.el (flymake-xml-program): New option.
8210 (flymake-xml-init): Use it.
8211
8212 * term/xterm.el: Provide a feature.
8213
8214 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
8215
8216 2013-05-13 Glenn Morris <rgm@gnu.org>
8217
8218 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8219 Add compat aliases as a hack workaround. (Bug#14384)
8220
8221 2013-05-13 Leo Liu <sdl.web@gmail.com>
8222
8223 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8224 ###, and %!.
8225 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8226 C-M-q.
8227 (octave-comment-start-skip): Include %!.
8228 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8229
8230 2013-05-12 Leo Liu <sdl.web@gmail.com>
8231
8232 * progmodes/octave.el (inferior-octave-startup): Store the value
8233 of __octave_srcdir__ for octave-source-directories.
8234 (inferior-octave-check-process): New function refactored out of
8235 inferior-octave-send-list-and-digest.
8236 (octave-source-directories)
8237 (octave-find-definition-filename-function): New variables.
8238 (octave-source-directories)
8239 (octave-find-definition-default-filename): New functions.
8240 (octave-find-definition): Improve to find functions implemented in C++.
8241
8242 2013-05-12 Glenn Morris <rgm@gnu.org>
8243
8244 * calendar/diary-lib.el (diary-outlook-format-1):
8245 Don't include dayname in the output. (Bug#14349)
8246
8247 2013-05-11 Glenn Morris <rgm@gnu.org>
8248
8249 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8250
8251 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8252 Treat cc-provide like provide.
8253
8254 2013-05-11 Kevin Ryde <user42@zip.com.au>
8255
8256 * cus-dep.el (custom-make-dependencies):
8257 Use generated-autoload-load-name for the sake of files such
8258 such cedet/semantic/bovine/c.el, where the base file name
8259 is not in load-path. (Bug#5277)
8260
8261 2013-05-11 Glenn Morris <rgm@gnu.org>
8262
8263 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8264 Provide features.
8265
8266 2013-05-11 Leo Liu <sdl.web@gmail.com>
8267
8268 * progmodes/octave.el (octave-indent-comment): Improve.
8269 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8270 (octave-eldoc-function-signatures, octave-eldoc-function):
8271 New functions.
8272 (octave-mode, inferior-octave-mode): Add eldoc support.
8273
8274 2013-05-11 Richard Stallman <rms@gnu.org>
8275
8276 * epa.el (epa-decrypt-file): Take output file name as argument
8277 and read it using `interactive'.
8278
8279 2013-05-11 Leo Liu <sdl.web@gmail.com>
8280
8281 * progmodes/octave.el (octave-beginning-of-line)
8282 (octave-end-of-line): Check before using up-list because it jumps
8283 out of more syntactic contructs since moving to smie.
8284 (octave-indent-comment): New function.
8285 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
8286 (octave-begin-keywords, octave-end-keywords)
8287 (octave-reserved-words, octave-smie-bnf-table)
8288 (octave-smie-rules): Add new keywords from Octave 3.6.4.
8289
8290 2013-05-11 Glenn Morris <rgm@gnu.org>
8291
8292 * faces.el (internal-face-x-get-resource):
8293 * frame.el (ns-display-monitor-attributes-list):
8294 * calc/calc-aent.el (math-to-radians-2):
8295 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8296 Fix declarations.
8297
8298 * calc/calc-menu.el: Make it loadable in isolation.
8299
8300 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8301 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8302 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8303 (eudc-bbdb-query-internal): Require 'bbdb.
8304
8305 * lpr.el (lpr-headers-switches):
8306 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8307
8308 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8309
8310 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8311
8312 * term.el (term-set-escape-char): Make it idempotent.
8313
8314 2013-05-10 Leo Liu <sdl.web@gmail.com>
8315
8316 * progmodes/octave.el (inferior-octave-completion-table):
8317 No longer a function and all uses changed. Use cache to speed up
8318 completion due to bug#11906.
8319 (octave-beginning-of-defun): Re-write to be more general.
8320
8321 2013-05-10 Glenn Morris <rgm@gnu.org>
8322
8323 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8324
8325 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * comint.el (comint-redirect-send-command-to-process): Use :around
8328 rather than :override for comint-redirect-filter.
8329 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8330 Call it instead of comint-redirect-original-filter-function (which
8331 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8332
8333 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8334
8335 * frame.el (display-monitor-attributes-list): Add NS case.
8336 (ns-display-monitor-attributes-list): Declare.
8337
8338 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
8339
8340 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8341
8342 2013-05-09 Glenn Morris <rgm@gnu.org>
8343
8344 * international/fontset.el (vertical-centering-font-regexp):
8345 Set standard-value.
8346
8347 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8348
8349 * bookmark.el (bookmark-search-delay):
8350 * cus-start.el (vertical-centering-font-regexp):
8351 * ps-mule.el (ps-mule-font-info-database-default):
8352 * ps-print.el (ps-default-fg, ps-default-bg):
8353 * type-break.el (type-break-good-break-interval):
8354 * whitespace.el (whitespace-indentation-regexp)
8355 (whitespace-space-after-tab-regexp):
8356 * emacs-lisp/testcover.el (testcover-1value-functions)
8357 (testcover-noreturn-functions, testcover-progn-functions)
8358 (testcover-prog1-functions):
8359 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8360 * eshell/em-glob.el (eshell-glob-translate-alist):
8361 * play/tetris.el (tetris-tty-colors):
8362 * progmodes/cpp.el (cpp-face-default-list):
8363 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8364 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8365 (idlwave-help-browser-generic-args):
8366 * progmodes/make-mode.el (makefile-special-targets-list):
8367 * progmodes/python.el (python-shell-virtualenv-path):
8368 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8369 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8370 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8371 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8372 * textmodes/reftex-vars.el (reftex-format-label-function):
8373 * textmodes/remember.el (remember-diary-file): Fix custom types.
8374
8375 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8376 Add :version.
8377
8378 2013-05-09 Leo Liu <sdl.web@gmail.com>
8379
8380 * progmodes/octave.el (inferior-octave-completion-at-point):
8381 Restore file completion. (Bug#14300)
8382 (inferior-octave-startup): Fix incorrect highlighting for the
8383 first prompt.
8384
8385 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8386
8387 * progmodes/ruby-mode.el: First cut at SMIE support.
8388 (ruby-use-smie): New var.
8389 (ruby-smie-grammar): New constant.
8390 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8391 (ruby-smie--forward-token, ruby-smie--backward-token)
8392 (ruby-smie-rules): New functions.
8393 (ruby-mode-variables): Setup SMIE if applicable.
8394
8395 2013-05-08 Eli Zaretskii <eliz@gnu.org>
8396
8397 * simple.el (line-move-visual): Signal beginning/end of buffer
8398 only if vertical-motion moved less than it was requested. Avoids
8399 silly incorrect error messages when there are display strings with
8400 multiple newlines at EOL.
8401
8402 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8405 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8406 (prolog-char-quote-workaround):
8407 * progmodes/cperl-mode.el (cperl-under-as-char):
8408 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8409 Mark as obsolete.
8410 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8411 their declaration.
8412 (vhdl-mode-syntax-table-init): Remove.
8413
8414 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8415 last change.
8416
8417 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8418 syntax for "_".
8419 (ld-script-font-lock-keywords):
8420 Change regexps to use things like \_< and \_>.
8421
8422 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8423 Change all regexps to use things like \_< and \_>.
8424
8425 * progmodes/autoconf.el (autoconf-definition-regexp)
8426 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8427 Handle a _ with symbol syntax.
8428 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8429
8430 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8431 Consolidate declaration.
8432 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8433 the declaration.
8434 (ada-create-syntax-table): Remove.
8435 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8436 already has the right syntax nowadays.
8437 (ada-goto-next-word): Don't change the syntax of "_".
8438
8439 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8440 with-wrapper-hook.
8441
8442 2013-05-08 Sam Steingold <sds@gnu.org>
8443
8444 * thingatpt.el (thing-at-point): Accept optional second argument
8445 NO-PROPERTIES to strip the text properties from the return value.
8446 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8447 to `thing-at-point' instead of stripping the properties ourselves.
8448 Also, when `thing-at-point' fails to find a url, prepend "http://"
8449 to the filename at point on the assumption that the user is
8450 pointing at something like gnu.org/gnu.
8451
8452 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8453
8454 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8455 * faces.el (crm-separator):
8456 Silence byte-compiler.
8457
8458 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8459 (tool-bar-map): Remove unneeded defvars.
8460
8461 2013-05-08 Leo Liu <sdl.web@gmail.com>
8462
8463 Re-work a fix for bug#10994 based on Le Wang's patch.
8464 * ido.el (ido-remove-consecutive-dups): New helper.
8465 (ido-completing-read): Use it.
8466 (ido-chop): Revert fix for bug#10994.
8467
8468 2013-05-08 Adam Spiers <emacs@adamspiers.org>
8469
8470 * cus-edit.el (custom-save-variables):
8471 Pretty-print long values. (Bug#14187)
8472
8473 2013-05-08 Glenn Morris <rgm@gnu.org>
8474
8475 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8476 (m4-mode-syntax-table): Init in the defvar.
8477 (m4-mode-abbrev-table): Let define-derived-mode define it.
8478
8479 2013-05-08 Tom Tromey <tromey@redhat.com>
8480
8481 * progmodes/m4-mode.el (m4-mode-syntax-table):
8482 Do not treat "_" as word constituent. (Bug#14167)
8483
8484 2013-05-07 Glenn Morris <rgm@gnu.org>
8485
8486 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8487 Remove explicit eshell-isearch-cancel-map.
8488
8489 * progmodes/f90.el (f90-smart-end-names): New option.
8490 (f90-smart-end): Doc fix.
8491 (f90-end-block-optional-name): New constant.
8492 (f90-block-match): Respect f90-smart-end-names.
8493
8494 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8497 about implicit semi-colons (bug#14218).
8498
8499 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8500
8501 * frame.el (display-monitor-attributes-list)
8502 (frame-monitor-attributes): New functions.
8503
8504 2013-05-06 Leo Liu <sdl.web@gmail.com>
8505
8506 * progmodes/octave.el (octave-syntax-propertize-function): Change
8507 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8508 (octave-font-lock-keywords): Use octave-operator-regexp.
8509 (octave-completion-at-point): Rename from
8510 octave-completion-at-point-function.
8511 (inferior-octave-directory-tracker): Robustify.
8512 (octave-text-functions): Remove and fix its uses. No such things
8513 any more.
8514
8515 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * emacs-lisp/trace.el (trace--display-buffer): New function.
8518 (trace-make-advice): Use it.
8519
8520 2013-05-06 Juri Linkov <juri@jurta.org>
8521
8522 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8523 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8524 Doc fix.
8525 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8526 in the help string. (Bug#12985)
8527
8528 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8529
8530 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8531
8532 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * progmodes/perl-mode.el: Add support for here documents.
8535 (perl-syntax-propertize-function): Match here-doc markers.
8536 (perl-syntax-propertize-special-constructs): Find their end.
8537 (perl-imenu-generic-expression): Use [:alnum:].
8538
8539 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8540 (advice--add-function): Refresh the advice if already present
8541 (bug#14317).
8542
8543 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
8544
8545 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8546
8547 2013-05-06 Glenn Morris <rgm@gnu.org>
8548
8549 * w32-fns.el (w32-charset-info-alist): Declare.
8550
8551 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8552 of its defcustom properties.
8553 (eshell-cmpl-initialize): No need to load pcomplete.
8554
8555 * generic-x.el: No need to require comint when compiling.
8556
8557 * net/eudc-export.el: Make it loadable without bbdb.
8558 (top-level): Use require rather than load-library.
8559 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8560 (eudc-batch-export-records-to-bbdb)
8561 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8562 Require bbdb.
8563
8564 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8565
8566 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8567 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8568 some tweaks, instead.
8569
8570 2013-05-05 Leo Liu <sdl.web@gmail.com>
8571
8572 * progmodes/octave.el (octave-font-lock-keywords)
8573 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8574 (inferior-octave-send-list-and-digest): Improve error message.
8575 (octave-mode, inferior-octave-mode): Use setq-local.
8576 (octave-help): Set info-lookup-mode.
8577
8578 2013-05-05 Richard Stallman <rms@gnu.org>
8579
8580 * vc/compare-w.el (compare-windows-whitespace):
8581 Treat no-break space as whitespace.
8582
8583 * mail/rmailsum.el (rmail-summary-rmail-update):
8584 Detect empty summary and don't change selected message.
8585 (rmail-summary-goto-msg): Likewise.
8586
8587 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8588 Doc fixes, rename args.
8589
8590 2013-05-05 Alan Mackenzie <acm@muc.de>
8591
8592 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8593
8594 2013-05-05 Juri Linkov <juri@jurta.org>
8595
8596 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8597 to not add the length of the summary segment to the return value.
8598 (Bug#14125)
8599
8600 2013-05-05 Leo Liu <sdl.web@gmail.com>
8601
8602 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8603 (inferior-octave-output-filter): Remove.
8604 (octave-send-region, inferior-octave-startup): Fix callers.
8605 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8606 (octave-binary-file-extensions): New user variable.
8607 (octave-find-definition): Confirm if opening binary files.
8608 (octave-help-file): Use octave-find-definition to get the binary
8609 confirmation.
8610 (octave-help): Adjust for octave-help-file change.
8611
8612 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8613
8614 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8615 Merge the two entries that handle function definitions.
8616 (pascal--syntax-propertize): New const.
8617 (pascal-mode): Use it. Use setq-local.
8618
8619 2013-05-04 Glenn Morris <rgm@gnu.org>
8620
8621 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8622 (diary-from-outlook): Respect diary-from-outlook-function.
8623
8624 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8627 Move the declaration from C.
8628 (read-minibuffer, eval-minibuffer): Move from C.
8629 (completion-setup-function): Avoid minibuffer-completion-contents.
8630
8631 2013-05-03 Leo Liu <sdl.web@gmail.com>
8632
8633 * progmodes/octave.el (octave-font-lock-keywords): Do not
8634 dehighlight 'end' in comments or strings.
8635 (octave-completing-read, octave-goto-function-definition):
8636 New helpers.
8637 (octave-help-buffer): New user variable.
8638 (octave-help-file, octave-help-function): New button types.
8639 (octave-help): New command and bind it to C-h ;.
8640 (octave-find-definition): New command and bind it to M-.
8641 (user-error): Alias to error if not defined.
8642
8643 2013-05-02 Leo Liu <sdl.web@gmail.com>
8644
8645 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8646 for \. (bug#14332)
8647 (octave-font-lock-keywords): Include [ and {.
8648
8649 2013-05-02 Leo Liu <sdl.web@gmail.com>
8650
8651 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8652 (inferior-octave): Remove calling comint-mode and return the buffer.
8653 (inferior-octave-startup): Cosmetic changes.
8654
8655 2013-05-02 Leo Liu <sdl.web@gmail.com>
8656
8657 * progmodes/octave.el (octave-syntax-propertize-function):
8658 Include the case when ' is at line beginning. (Bug#14336)
8659
8660 2013-05-02 Glenn Morris <rgm@gnu.org>
8661
8662 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8663 * desktop.el (vc-dir-mode): Just autoload it here.
8664
8665 2013-05-02 Alan Mackenzie <acm@muc.de>
8666
8667 Eliminate variable c-standard-font-lock-fontify-region-function.
8668 * progmodes/cc-mode.el
8669 (c-standard-font-lock-fontify-region-function): Remove.
8670 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8671
8672 2013-05-01 Leo Liu <sdl.web@gmail.com>
8673
8674 * progmodes/octave.el: Compatible with older emacs-24 releases.
8675 (inferior-octave-has-built-in-variables): Remove. Built-in
8676 variables were removed from Octave in 2007.
8677 (inferior-octave-startup): Fix uses.
8678 (comint-line-beginning-position): Remove compatibility code for
8679 emacs 21.
8680
8681 2013-05-01 Juri Linkov <juri@jurta.org>
8682
8683 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8684
8685 2013-05-01 Juri Linkov <juri@jurta.org>
8686
8687 * comint.el (comint-previous-matching-input): Don't print message
8688 "History item: %d" when `isearch-mode' is active.
8689 (comint-history-isearch-message): Print message "History item: %d"
8690 when `comint-input-ring-index' is not empty and this function is
8691 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8692
8693 2013-05-01 Leo Liu <sdl.web@gmail.com>
8694
8695 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8696 definitions. Use completion-at-point to insert keywords.
8697 (octave-abbrev-start): Remove.
8698 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8699
8700 2013-04-30 Leo Liu <sdl.web@gmail.com>
8701
8702 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8703 change.
8704
8705 2013-04-30 Alan Mackenzie <acm@muc.de>
8706
8707 Handle arbitrarily long C++ member initialisation lists.
8708 * progmodes/cc-engine.el (c-back-over-member-initializers):
8709 new function.
8710 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8711 (most) member init lists.
8712
8713 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8714
8715 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8716 variable.
8717
8718 2013-04-30 Leo Liu <sdl.web@gmail.com>
8719
8720 * progmodes/octave.el (octave-variables): Remove. No builtin
8721 variables any more. All converted to functions.
8722 (octave-font-lock-keywords, octave-completion-at-point-function):
8723 Fix uses.
8724 (octave-font-lock-texinfo-comment): New user variable.
8725 (octave-texinfo-font-lock-keywords): New variable for texinfo
8726 comment block.
8727 (octave-function-comment-block): New face.
8728 (octave-font-lock-texinfo-comment): New function.
8729 (octave-mode): Font lock texinfo comment block.
8730
8731 2013-04-29 Leo Liu <sdl.web@gmail.com>
8732
8733 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8734 indexing expression.
8735 (octave-continuation-string): Do not use \.
8736 (inferior-octave-complete-impossible): Remove.
8737 (inferior-octave-completion-table)
8738 (inferior-octave-completion-at-point): Remove its uses.
8739 (inferior-octave-startup): completion_matches was introduced to
8740 Octave in 1996 so safe to assume it.
8741 (octave-function-file-comment): Improve to follow how Octave does it.
8742 (octave-update-function-file-comment): Tweak.
8743
8744 2013-04-29 Leo Liu <sdl.web@gmail.com>
8745
8746 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8747 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8748 (octave-function-file-comment): Fix typo.
8749 (octave-sync-function-file-names): Use read-char-choice.
8750
8751 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8752
8753 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8754 to t for the less important warnings.
8755
8756 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8757
8758 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8759
8760 2013-04-27 Glenn Morris <rgm@gnu.org>
8761
8762 * vc/log-view.el (log-view-current-entry):
8763 Treat "---" separator lines as part of the following rev. (Bug#14169)
8764
8765 2013-04-27 Juri Linkov <juri@jurta.org>
8766
8767 * subr.el (read-number): Doc fix about using it by interactive
8768 code letter `n'. (Bug#14254)
8769
8770 2013-04-27 Juri Linkov <juri@jurta.org>
8771
8772 * desktop.el (desktop-auto-save-timeout): New option.
8773 (desktop-file-checksum): New variable.
8774 (desktop-save): Add optional arg `auto-save' and don't auto-save
8775 if nothing changed.
8776 (desktop-auto-save-timer): New variable.
8777 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8778 (after-init-hook): Call `desktop-auto-save-set-timer'.
8779 Suggested by Reuben Thomas <rrt@sc3d.org> in
8780 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8781
8782 2013-04-27 Leo Liu <sdl.web@gmail.com>
8783
8784 * progmodes/octave.el (octave-function-file-p)
8785 (octave-skip-comment-forward, octave-function-file-comment)
8786 (octave-update-function-file-comment): New functions.
8787 (octave-mode-map): Bind C-c ; to
8788 octave-update-function-file-comment.
8789 (octave-mode-menu): Add octave-update-function-file-comment.
8790 (octave-mode, inferior-octave-mode): Fix doc-string.
8791 (octave-insert-defun): Conform to Octave's coding convention.
8792 (Bug#14285)
8793
8794 * files.el (basic-save-buffer): Don't let errors in
8795 before-save-hook prevent saving buffer.
8796
8797 2013-04-20 Roland Winkler <winkler@gnu.org>
8798
8799 * faces.el (read-face-name): Use completing-read if arg multiple
8800 is nil.
8801
8802 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8803
8804 * ls-lisp.el (ls-lisp-insert-directory): If no files are
8805 displayed, move point to after the totals line.
8806 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
8807 for the details.
8808
8809 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8810
8811 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8812 Add current dir to the load-path.
8813 (package-generate-autoloads): Don't rely on
8814 autoload-ensure-default-file.
8815
8816 2013-04-26 Reuben Thomas <rrt@sc3d.org>
8817
8818 * textmodes/remember.el (remember-store-in-files): Document that
8819 the file name format is passed to `format-time-string'.
8820
8821 2013-04-26 Leo Liu <sdl.web@gmail.com>
8822
8823 * progmodes/octave.el (octave-sync-function-file-names): New function.
8824 (octave-mode): Use it in before-save-hook.
8825
8826 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8829 (bug#14274).
8830
8831 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8832 \n and comment, even if it's not an implicit ; (bug#14218).
8833
8834 2013-04-26 Glenn Morris <rgm@gnu.org>
8835
8836 * subr.el (read-number): Once more use `read' rather than
8837 `string-to-number', to trap non-numeric input. (Bug#14254)
8838
8839 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
8840
8841 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8842 Use `syntax-multiline' text property consistently instead of
8843 `font-lock-multiline'. (Bug#14237)
8844
8845 2013-04-26 Glenn Morris <rgm@gnu.org>
8846
8847 * emacs-lisp/shadow.el (list-load-path-shadows):
8848 No longer necessary to check for duplicate simple.el, since
8849 2012-07-07 change to init_lread to not include installation lisp
8850 directories in load-path when running uninstalled. (Bug#14270)
8851
8852 2013-04-26 Leo Liu <sdl.web@gmail.com>
8853
8854 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8855 (octave-mode, inferior-octave-mode): Use setq-local.
8856 (octave-not-in-string-or-comment-p): Rename to
8857 octave-in-string-or-comment-p.
8858 (octave-in-comment-p, octave-in-string-p)
8859 (octave-in-string-or-comment-p): Replace defsubst with defun.
8860
8861 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8862
8863 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8864
8865 2013-04-25 Bastien Guerry <bzg@gnu.org>
8866
8867 * textmodes/remember.el (remember-data-directory)
8868 (remember-directory-file-name-format): Fix custom types.
8869
8870 2013-04-25 Leo Liu <sdl.web@gmail.com>
8871
8872 * progmodes/octave.el (octave-completion-at-point-function):
8873 Make use of inferior octave process.
8874 (octave-initialize-completions): Remove.
8875 (inferior-octave-completion-table): New function.
8876 (inferior-octave-completion-at-point): Use it.
8877 (octave-completion-alist): Remove.
8878
8879 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8882 (opascal-mode-syntax-table): New var.
8883 (opascal-literal-kind, opascal-is-literal-end)
8884 (opascal-literal-token-at): Rewrite.
8885 (opascal--literal-start-re, opascal-font-lock-keywords)
8886 (opascal--syntax-propertize): New constants.
8887 (opascal-font-lock-defaults): Adjust.
8888 (opascal-mode): Use them. Set comment-<foo> variables as well.
8889 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8890 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8891 (delphi-other-face, opascal-other-face): Remove face variables.
8892 (opascal-save-state): Remove macro.
8893 (opascal-fontifying-progress-step): Remove constant.
8894 (opascal--ignore-changes): Remove var.
8895 (opascal-set-token-property, opascal-parse-next-literal)
8896 (opascal-is-stable-literal, opascal-complete-literal)
8897 (opascal-is-literal-start, opascal-face-of)
8898 (opascal-parse-region, opascal-parse-region-until-stable)
8899 (opascal-fontify-region, opascal-after-change)
8900 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8901 (opascal-debug-parse-region, opascal-debug-parse-window)
8902 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8903 (opascal-debug-fontify-buffer): Remove.
8904 (opascal-debug-mode-map): Adjust accordingly.
8905
8906 2013-04-25 Leo Liu <sdl.web@gmail.com>
8907
8908 Merge octave-mod.el and octave-inf.el into octave.el with some
8909 cleanups.
8910 * progmodes/octave.el: New file renamed from octave-mod.el.
8911 * progmodes/octave-inf.el: Merged into octave.el.
8912 * progmodes/octave-mod.el: Renamed to octave.el.
8913
8914 2013-04-25 Tassilo Horn <tsdh@gnu.org>
8915
8916 * textmodes/reftex-vars.el
8917 (reftex-label-ignored-macros-and-environments): New defcustom.
8918
8919 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8920
8921 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8924 (smie-indent-keyword): Improve the check to ensure that the next
8925 comment is really on the same line.
8926 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8927
8928 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8929 semi-colons if the line is not otherwise empty (bug#14218).
8930
8931 2013-04-25 Glenn Morris <rgm@gnu.org>
8932
8933 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8934
8935 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * progmodes/opascal.el (opascal-set-token-property): Rename from
8938 opascal-set-text-properties and only set `token' (bug#14134).
8939 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8940 (opascal-literal-text-properties): Remove.
8941 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8942 Adjust callers.
8943
8944 2013-04-24 Reuben Thomas <rrt@sc3d.org>
8945
8946 * textmodes/remember.el (remember-handler-functions): Add an
8947 option for a new handler `remember-store-in-files'.
8948 (remember-data-directory, remember-directory-file-name-format):
8949 New options.
8950 (remember-store-in-files): New function to store remember notes
8951 as separate files within a directory.
8952
8953 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8954
8955 * progmodes/compile.el (compilation-next-error-function):
8956 Pass "formats" to compilation-find-file (bug#11777).
8957
8958 2013-04-24 Glenn Morris <rgm@gnu.org>
8959
8960 * vc/vc-bzr.el (vc-bzr-print-log):
8961 * vc/vc-hg.el (vc-hg-print-log):
8962 * vc/vc-svn.el (vc-svn-print-log):
8963 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8964
8965 * vc/vc-bzr.el (vc-bzr-print-log):
8966 * vc/vc-cvs.el (vc-cvs-print-log):
8967 * vc/vc-git.el (vc-git-print-log):
8968 * vc/vc-hg.el (vc-hg-print-log):
8969 * vc/vc-mtn.el (vc-mtn-print-log):
8970 * vc/vc-rcs.el (vc-rcs-print-log):
8971 * vc/vc-sccs.el (vc-sccs-print-log):
8972 * vc/vc-svn.el (vc-svn-print-log):
8973 * vc/vc.el (vc-print-log-internal): Doc fixes.
8974
8975 2013-04-23 Glenn Morris <rgm@gnu.org>
8976
8977 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8978 Remove venerable code attempting to avoid substitute-command-keys.
8979
8980 2013-04-23 Tassilo Horn <tsdh@gnu.org>
8981
8982 * textmodes/reftex-vars.el (reftex-label-regexps):
8983 Call `reftex-compile-variables' after changes to this variable.
8984
8985 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
8988 Use lexical-binding.
8989 (jit-lock-force-redisplay): Use markers, check buffer's continued
8990 existence and beware narrowed buffers.
8991 (jit-lock-fontify-now): Adjust call accordingly.
8992
8993 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
8996 to avoid misleading the user.
8997
8998 2013-04-22 Leo Liu <sdl.web@gmail.com>
8999
9000 * info-look.el: Prefer latex2e.info. (Bug#14240)
9001
9002 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9003
9004 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9005
9006 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9007 * net/tramp.el (tramp-call-process): ... here.
9008 (tramp-set-completion-function, tramp-parse-putty):
9009 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9010 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9011 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9012 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9013 (tramp-call-local-coding-command): Use `tramp-call-process'
9014 instead of `tramp-compat-call-process'.
9015
9016 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9017 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9018 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9019 (tramp-find-inline-compress): Improve traces.
9020 (tramp-maybe-send-script): Check for Perl binary.
9021 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9022
9023 2013-04-22 Daiki Ueno <ueno@gnu.org>
9024
9025 * epg.el (epg-context-pinentry-mode): New function.
9026 (epg-context-set-pinentry-mode): New function.
9027 (epg--start): Pass --pinentry-mode option to gpg command.
9028
9029 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9030
9031 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9032 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9033 `completion-at-point'. (Bug#13774)
9034
9035 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9036 default key binding for `describe-distribution' has been moved to
9037 `C-h C-o'. (Bug#13970)
9038
9039 2013-04-21 Glenn Morris <rgm@gnu.org>
9040
9041 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9042 Add doc strings.
9043 (vc-print-log): Clarify interactive prompt.
9044
9045 2013-04-20 Glenn Morris <rgm@gnu.org>
9046
9047 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9048 No longer include timestamp etc information.
9049
9050 2013-04-20 Roland Winkler <winkler@gnu.org>
9051
9052 * faces.el (read-face-name): Bug fix, return just one face if arg
9053 multiple is nil. (Bug#14209)
9054
9055 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9058 (remove-function): Autoload.
9059
9060 * comint.el (comint-redirect-original-filter-function): Remove.
9061 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9062 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9063 (vc-cvs-annotate-command):
9064 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9065 * progmodes/prolog.el (prolog-consult-compile):
9066 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9067 Use add/remove-function instead.
9068 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9069 (gud-tooltip-process-output, gud-tooltip-tips):
9070 Use add/remove-function instead.
9071 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9072 (scheme-interaction-mode, exit-scheme-interaction-mode):
9073 Use add/remove-function instead.
9074
9075 * vc/vc-dispatcher.el: Use lexical-binding.
9076 (vc--process-sentinel): Rename from vc-process-sentinel.
9077 Change last arg to be the code to run. Don't use vc-previous-sentinel
9078 and vc-sentinel-commands any more.
9079 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9080 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9081
9082 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9083
9084 * progmodes/sh-script.el (sh-imenu-generic-expression):
9085 Handle function names with a single character. (Bug#14111)
9086
9087 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9088
9089 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9090 for subroutines defined in an eval (bug#14182).
9091
9092 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9093
9094 * bookmark.el (bookmark-completing-read): Improve handling of empty
9095 string (bug#14176).
9096
9097 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9100
9101 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9102
9103 New faster Imenu implementation (bug#14058).
9104 * progmodes/python.el:
9105 (python-imenu-prev-index-position):
9106 (python-imenu-format-item-label-function)
9107 (python-imenu-format-parent-item-label-function)
9108 (python-imenu-format-parent-item-jump-label-function):
9109 New vars.
9110 (python-imenu-format-item-label)
9111 (python-imenu-format-parent-item-label)
9112 (python-imenu-format-parent-item-jump-label)
9113 (python-imenu--put-parent, python-imenu--build-tree)
9114 (python-imenu-create-index, python-imenu-create-flat-index)
9115 (python-util-popn): New functions.
9116 (python-mode): Set imenu-create-index-function to
9117 python-imenu-create-index.
9118
9119 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * winner.el (winner-active-region): Use region-active-p, activate-mark
9122 and deactivate-mark (bug#14225).
9123
9124 * simple.el (deactivate-mark): Don't inline it.
9125
9126 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9127
9128 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9129
9130 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9131
9132 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9133 file extensions from the archive-mode entry in order to prefer
9134 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9135
9136 2013-04-18 Leo Liu <sdl.web@gmail.com>
9137
9138 * bindings.el (help-event-list): Add ?\?.
9139
9140 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * subr.el (with-wrapper-hook): Declare obsolete.
9143 * simple.el (filter-buffer-substring-function): New hook.
9144 (filter-buffer-substring): Use it.
9145 (filter-buffer-substring-functions): Mark obsolete.
9146 * minibuffer.el (completion-in-region-function): New hook.
9147 (completion-in-region): Use it.
9148 (completion-in-region-functions): Mark obsolete.
9149 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9150 * abbrev.el (abbrev-expand-function): New hook.
9151 (expand-abbrev): Use it.
9152 (abbrev-expand-functions): Mark obsolete.
9153 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9154 and :filter-return.
9155
9156 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9157
9158 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9159 and do not care about match data.
9160
9161 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9164 completion tables when completing error conditions and
9165 `declare' arguments.
9166 (lisp-complete-symbol, field-complete): Mark as obsolete.
9167 (check-parens): Unmatched parens are user errors.
9168 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9169
9170 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9171
9172 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9173 command changed buffer (ie. `flyspell-pre-buffer' is not current
9174 buffer), which prevents making decisions based on invalid value of
9175 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9176 cause an error when `flyspell-pre-point' was nil after switching
9177 buffers.
9178 (flyspell-post-command-hook): No longer needs to change buffers when
9179 checking pre-word. While at it remove unnecessary progn.
9180
9181 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9182
9183 * textmodes/ispell.el (ispell-add-per-file-word-list):
9184 Fix `flyspell-correct-word-before-point' error when accepting
9185 words and `coment-padding' is an integer by using
9186 `comment-normalize-vars' (Bug #14214).
9187
9188 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9189
9190 New defun movement commands.
9191 * progmodes/python.el (python-nav--syntactically)
9192 (python-nav--forward-defun, python-nav-backward-defun)
9193 (python-nav-forward-defun): New functions.
9194
9195 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9196
9197 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9198 (python-syntax-context): Use named compiler-macro for backwards
9199 compatibility with Emacs 24.x.
9200
9201 2013-04-17 Leo Liu <sdl.web@gmail.com>
9202
9203 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9204 octave-hide-process-buffer.
9205
9206 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9207
9208 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9209 (bug#14216).
9210
9211 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9212
9213 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9214 Fix adjustment of offset when receiving incomplete responses from GDB
9215 (bug#14129).
9216
9217 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9220 python-mode-abbrev-table.
9221 (python-skeleton-define): Adjust accordingly.
9222 (python-mode-abbrev-table): New table that inherits from it so that
9223 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9224
9225 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9226 (abbrev-symbol): Use it.
9227 (abbrev--before-point): Use it since we already handle inheritance.
9228
9229 2013-04-16 Leo Liu <sdl.web@gmail.com>
9230
9231 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9232 binding to info-lookup-symbol.
9233
9234 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
9235
9236 * minibuffer.el (completion--twq-all):
9237 * term/ns-win.el (ns-initialize-window-system):
9238 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9239
9240 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9243 global bindings.
9244
9245 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9246
9247 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9248
9249 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9250 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9251 to nil.
9252 (ruby-end-of-defun): Remove the unused arg, change the docstring
9253 to reflect that this function is only used as the value of
9254 `end-of-defun-function'.
9255 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9256 to reflect an earlier change that beginning/end-of-defun functions
9257 jump between methods in a class definition, as well as top-level
9258 functions.
9259
9260 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * minibuffer.el (minibuffer-complete): Don't just scroll
9263 a *Completions* that's been iconified.
9264 (minibuffer-force-complete): Make sure repetitions do cycle when going
9265 through completion-in-region -> minibuffer-complete.
9266
9267 2013-04-15 Alan Mackenzie <acm@muc.de>
9268
9269 Correct the placement of c-cpp-delimiters when there're #s not at
9270 col 0.
9271
9272 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9273 place a submatch around the #.
9274 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9275 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
9276 on the #, not BOL.
9277
9278 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9281 (advice--member-p): New arg `name'.
9282 (advice--add-function, advice-member-p): Use it (bug#14202).
9283
9284 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9285
9286 Reformulate java imenu-generic-expression.
9287 The old expression contained ill formed regexps.
9288
9289 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9290 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9291 (cc-imenu-java-method-arg-regexp): New defconsts.
9292 (cc-imenu-java-build-type-args-regex): New defun.
9293 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9294 handling of spaces in the regexp.
9295
9296 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9297
9298 * textmodes/ispell.el (ispell-command-loop): Remove
9299 flyspell highlight of a word when ispell accepts it (bug #14178).
9300
9301 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
9302
9303 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9304 uses code from the previous `ange-ftp-run-real-handler'.
9305 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9306 only in case that function exist. This is needed for proper
9307 unloading of Tramp.
9308
9309 2013-04-15 Tassilo Horn <tsdh@gnu.org>
9310
9311 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9312
9313 * textmodes/reftex.el (reftex-compile-variables): Use it.
9314
9315 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 * files.el (normal-mode): Only use default major-mode if no other mode
9318 was specified.
9319
9320 * emacs-lisp/trace.el (trace-values): New function.
9321
9322 * files.el: Allow : in local variables (bug#14089).
9323 (hack-local-variable-regexp): New var.
9324 (hack-local-variables-prop-line, hack-local-variables): Use it.
9325
9326 2013-04-13 Roland Winkler <winkler@gnu.org>
9327
9328 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9329 data before it gets modified by bibtex-beginning-of-entry.
9330
9331 2013-04-13 Roland Winkler <winkler@gnu.org>
9332
9333 * textmodes/bibtex.el (bibtex-url): Doc fix.
9334
9335 2013-04-13 Roland Winkler <winkler@gnu.org>
9336
9337 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9338 does not visit a BibTeX file, exclude it from the list of buffers
9339 returned by bibtex-initialize.
9340
9341 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
9342
9343 * window.el (split-window): Remove interactive form, since as a
9344 command this function is a special case of split-window-below.
9345 Correct doc string.
9346
9347 2013-04-12 Roland Winkler <winkler@gnu.org>
9348
9349 * faces.el (read-face-name): Do not override value of arg default.
9350 Allow single faces and strings as default values. Remove those
9351 elements from return value that are not faces.
9352 (describe-face): Simplify.
9353 (face-at-point): New optional args thing and multiple so that this
9354 function can provide the same functionality previously provided by
9355 read-face-name.
9356 (make-face-bold, make-face-unbold, make-face-italic)
9357 (make-face-unitalic, make-face-bold-italic, invert-face)
9358 (modify-face, read-face-and-attribute): Use face-at-point.
9359
9360 * cus-edit.el (customize-face, customize-face-other-window)
9361 * cus-theme.el (custom-theme-add-face)
9362 * face-remap.el (buffer-face-set)
9363 * facemenu.el (facemenu-set-face): Use face-at-point.
9364
9365 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
9366
9367 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9368
9369 2013-04-10 Tassilo Horn <tsdh@gnu.org>
9370
9371 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9372 off leading { and trailing } from field values.
9373
9374 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9375
9376 * emacs-lisp/timer.el (timer--check): New function.
9377 (timer--time, timer-set-function, timer-event-handler): Use it.
9378 (timer-set-idle-time): Simplify.
9379 (timer--activate): CSE.
9380 (timer-event-handler): Give more info in error message.
9381 (internal-timer-start-idle): New function, moved from C.
9382
9383 * mpc.el (mpc-proc): Add `restart' argument.
9384 (mpc-proc-cmd): Use it.
9385 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9386 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9387 less often.
9388
9389 2013-04-10 Masatake YAMATO <yamato@redhat.com>
9390
9391 * progmodes/sh-script.el: Implement `sh-mode' own
9392 `add-log-current-defun-function' (bug#14112).
9393 (sh-current-defun-name): New function.
9394 (sh-mode): Use the function.
9395
9396 2013-04-09 Bastien Guerry <bzg@gnu.org>
9397
9398 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9399
9400 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9401
9402 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9403
9404 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9405 timer (bug#14156).
9406
9407 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9408
9409 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9410 declaration.
9411
9412 2013-04-07 Leo Liu <sdl.web@gmail.com>
9413
9414 * pcmpl-x.el: New file.
9415
9416 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9417
9418 Do not set x-display-name until X connection is established.
9419 This is needed to prevent from weird situation described at
9420 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9421 * frame.el (make-frame): Set x-display-name after call to
9422 window system initialization function, not before.
9423 * term/x-win.el (x-initialize-window-system): Add optional
9424 display argument and use it.
9425 * term/w32-win.el (w32-initialize-window-system):
9426 * term/ns-win.el (ns-initialize-window-system):
9427 * term/pc-win.el (msdos-initialize-window-system):
9428 Add compatible optional display argument.
9429
9430 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9431
9432 * files.el (normal-backup-enable-predicate): On MS-Windows and
9433 MS-DOS compare truenames of temporary-file-directory and of the
9434 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9435 don't fail comparison by compare-strings. Also, compare file
9436 names case-insensitively on MS-Windows and MS-DOS.
9437
9438 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9441 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9442
9443 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9444
9445 * whitespace.el (whitespace-color-on, whitespace-color-off):
9446 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9447
9448 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
9449
9450 * ispell.el (ispell-set-spellchecker-params):
9451 Really set `ispell-args' for all equivs.
9452
9453 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 * ido.el (ido-completions): Use extra elements of ido-decorations
9456 (bug#14143).
9457 (ido-decorations): Update docstring.
9458
9459 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
9460
9461 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9462 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9463 nil during initialization, in order not to miss changes since the
9464 file was opened. (Bug#14140)
9465
9466 2013-04-05 Leo Liu <sdl.web@gmail.com>
9467
9468 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9469
9470 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9471
9472 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9473
9474 2013-04-04 Glenn Morris <rgm@gnu.org>
9475
9476 * electric.el (electric-pair-inhibit-predicate): Add :version.
9477
9478 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9481 when a package is required several times (bug#14082).
9482
9483 2013-04-04 Roland Winkler <winkler@gnu.org>
9484
9485 * faces.el (read-face-name): Behave as promised by the docstring.
9486 Assume that arg default is a list of faces.
9487 (describe-face): Call read-face-name with list of default faces.
9488
9489 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9490
9491 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9492 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9493 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9494 the header.
9495 (bookmark-exit-hook-internal): Save even if list is empty.
9496
9497 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9498
9499 * emacs-lisp/package.el (package-pinned-packages): New var.
9500 (package--add-to-archive-contents): Obey it (bug#14118).
9501
9502 2013-04-03 Alan Mackenzie <acm@muc.de>
9503
9504 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9505 Also adapt to the new values of element 7 of a parse state.
9506
9507 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9508 parameter `not-in-delimiter'. Handle being inside comment opener.
9509 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9510 character in case we're typing a '*' after a '/'.
9511 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9512 instead by passing the parameter to c-state-pp-to-literal.
9513
9514 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9515 for elt. 7 of a parse state.
9516
9517 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9518
9519 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9520 * international/latin1-disp.el, international/mule-util.el:
9521 * language/cyril-util.el, language/european.el, language/ind-util.el:
9522 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9523 * language/tibetan.el, language/viet-util.el:
9524 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9525
9526 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9527
9528 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9529 (electric-pair-post-self-insert-function): Use it.
9530 (electric-pair-default-inhibit): New function, extracted from
9531 electric-pair-post-self-insert-function.
9532
9533 2013-03-31 Roland Winkler <winkler@gnu.org>
9534
9535 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9536
9537 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9538
9539 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9540
9541 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
9542
9543 Un-indent after "pass" and "return" statements (Bug#13888)
9544 * progmodes/python.el (python-indent-block-enders): New var.
9545 (python-indent-calculate-indentation): Use it.
9546
9547 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
9548
9549 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9550 defun. Defining it as defalias could introduce too eager
9551 byte-compiler optimization. (Bug#14030)
9552
9553 2013-03-30 Chong Yidong <cyd@gnu.org>
9554
9555 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9556
9557 2013-03-30 Leo Liu <sdl.web@gmail.com>
9558
9559 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9560 (kmacro-execute-from-register): Pass the keyboard macro to
9561 kmacro-call-macro or repeating won't work correctly.
9562
9563 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9564
9565 * progmodes/subword.el: Back to using `forward-symbol'.
9566
9567 * subr.el (forward-whitespace, forward-symbol)
9568 (forward-same-syntax): Move from thingatpt.el.
9569
9570 2013-03-29 Leo Liu <sdl.web@gmail.com>
9571
9572 * kmacro.el (kmacro-to-register): New command.
9573 (kmacro-execute-from-register): New function.
9574 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9575
9576 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * mpc.el: Use defvar-local and setq-local.
9579 (mpc--proc-connect): Connection failures are not bugs.
9580 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9581 (mpc-volume-map): Bind to the up-events.
9582
9583 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9584
9585 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9586 instead of `forward-symbol'.
9587
9588 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9589
9590 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9591 (edebug--recursive-edit): Use it.
9592 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9593 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9594
9595 2013-03-28 Leo Liu <sdl.web@gmail.com>
9596
9597 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9598
9599 2013-03-27 Eli Zaretskii <eliz@gnu.org>
9600
9601 * facemenu.el (list-colors-callback): New defvar.
9602 (list-colors-redisplay): New function.
9603 (list-colors-display): Install list-colors-redisplay as the
9604 revert-buffer-function. (Bug#14063)
9605
9606 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9607
9608 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9609 and suffixes don't overlap (bug#14061).
9610
9611 * case-table.el: Use lexical-binding.
9612 (case-table-get-table): New function.
9613 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9614
9615 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9616
9617 * progmodes/subword.el: Add `superword-mode' to do word motion
9618 over symbol_words (parallels and leverages `subword-mode' which
9619 does word motion inside MixedCaseWords).
9620
9621 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9622
9623 * eshell/em-unix.el: Move su and sudo to...
9624 * eshell/em-tramp.el: ...Eshell tramp module.
9625
9626 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9629 Change return value to be a sexp. Delay `get-buffer' to after
9630 restoring the desktop (bug#13951).
9631
9632 2013-03-26 Leo Liu <sdl.web@gmail.com>
9633
9634 * register.el: Move semantic tag handling back to
9635 cedet/semantic/senator.el. (Bug#14052)
9636
9637 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9640 into the prompt either (bug#13963).
9641
9642 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9645 part of "(error-foo)".
9646
9647 2013-03-24 Juri Linkov <juri@jurta.org>
9648
9649 * replace.el (list-matching-lines-prefix-face): New defcustom.
9650 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9651 `occur-engine' if `face-differs-from-default-p' returns t.
9652 (occur-engine): Add `,' inside backquote construct to evaluate
9653 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9654 Pass `prefix-face' to the functions `occur-context-lines' and
9655 `occur-engine-add-prefix'.
9656 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9657 `prefix-face' and propertize the prefix with `prefix-face'.
9658 (Bug#14017)
9659
9660 2013-03-24 Leo Liu <sdl.web@gmail.com>
9661
9662 * nxml/rng-valid.el (rng-validate-while-idle)
9663 (rng-validate-quick-while-idle): Guard against deleted buffer.
9664 (Bug#13999)
9665
9666 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9667 is the last entry in kill-buffer-hook.
9668
9669 * files.el (kill-buffer-hook): Doc fix.
9670
9671 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9672
9673 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9674 Make it safe-local.
9675
9676 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9677
9678 2013-03-23 Leo Liu <sdl.web@gmail.com>
9679
9680 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9681 Remove.
9682
9683 * nxml/rng-valid.el (rng-validate-mode)
9684 (rng-after-change-function, rng-do-some-validation):
9685 * nxml/rng-maint.el (rng-validate-buffer):
9686 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9687 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9688 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9689 (nxml-extend-after-change-region): Use with-silent-modifications.
9690
9691 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9692 timer-idle-list.
9693
9694 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9695 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9696 timer-idle-list. (Bug#13999)
9697
9698 2013-03-23 Juri Linkov <juri@jurta.org>
9699
9700 * info.el (info-index-match): New face.
9701 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9702 main pattern and add text properties with the new face to matches
9703 in index entries relative to the beginning of the index entry.
9704 (Bug#14015)
9705
9706 2013-03-21 Eric Ludlam <zappo@gnu.org>
9707
9708 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9709 Inhibit read only while inserting objects.
9710
9711 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9712
9713 * progmodes/cfengine.el: Update docs to mention
9714 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9715 symbol motion. Remove "_" from the word syntax.
9716
9717 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9718
9719 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9720 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9721
9722 2013-03-20 Juri Linkov <juri@jurta.org>
9723
9724 * info.el (Info-next-reference-or-link)
9725 (Info-prev-reference-or-link): New functions.
9726 (Info-next-reference, Info-prev-reference): Use them.
9727 (Info-try-follow-nearest-node): Handle footnote navigation.
9728 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9729
9730 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9731
9732 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9733 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9734
9735 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9736
9737 Suppress unnecessary non-ASCII chatter during build process.
9738 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9739 (batch-skkdic-convert): Suppress most of the chatter.
9740 It's not needed so much now that machines are faster,
9741 and its non-ASCII component was confusing; see Dmitry Gutov in
9742 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9743
9744 2013-03-20 Leo Liu <sdl.web@gmail.com>
9745
9746 * ido.el (ido-chop): Fix bug#10994.
9747
9748 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9749
9750 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9751 Remove vars.
9752 (whitespace-color-on, whitespace-color-off):
9753 Use `font-lock-fontify-buffer' (Bug#13817).
9754
9755 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9758 remapping in mode-line.
9759 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9760
9761 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9762
9763 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9764 value for `whitespace-line' face (Bug#13875).
9765 (whitespace-font-lock-keywords): Change description.
9766 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9767 the constructed keywords instead.
9768 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
9769
9770 2013-03-19 Leo Liu <sdl.web@gmail.com>
9771
9772 * progmodes/compile.el (compilation-display-error): New command.
9773 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9774 C-o. (Bug#13992)
9775
9776 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9777
9778 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9779
9780 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9781
9782 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9783
9784 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
9785
9786 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9787
9788 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9789 * net/tramp-gvfs.el (top):
9790 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9791 (tramp-handle-shell-command): Use it.
9792 (tramp-dissect-file-name): Raise an error when hostname is a
9793 method name, and neither method nor user is specified.
9794
9795 * net/trampver.el: Update release number.
9796
9797 2013-03-18 Leo Liu <sdl.web@gmail.com>
9798
9799 Make sure eldoc can be turned off properly.
9800 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9801 eldoc-mode.
9802 (eldoc-display-message-p): Revert last change.
9803 (eldoc-display-message-no-interference-p)
9804 (eldoc-print-current-symbol-info): Tweak.
9805
9806 2013-03-18 Tassilo Horn <tsdh@gnu.org>
9807
9808 * doc-view.el (doc-view-new-window-function): Check the new window
9809 overlay's display property instead the char property of the
9810 buffer's first char. Use `with-selected-window' instead of
9811 `save-window-excursion' with `select-window'.
9812 (doc-view-document->bitmap): Check the current doc-view overlay's
9813 display property instead the char property of the buffer's first char.
9814
9815 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9816
9817 Automate the build of ja-dic.el (Bug#13984).
9818 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9819 from the input, rather than assume that it's been done for us by the
9820 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9821 the current date into a ja-dic.el comment, as that complicates
9822 regression testing.
9823
9824 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * whitespace.el: Fix double evaluation.
9827 (whitespace-space, whitespace-hspace, whitespace-tab)
9828 (whitespace-newline, whitespace-trailing, whitespace-line)
9829 (whitespace-space-before-tab, whitespace-indentation)
9830 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9831 obsolete defvars.
9832 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9833 (whitespace-color-on): Use a single font-lock-add-keywords call.
9834 Fix double-evaluation of face variables.
9835
9836 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
9837
9838 * net/tramp-adb.el (tramp-adb-parse-device-names):
9839 Use `start-process' instead of `call-process'. Otherwise, the
9840 function might be blocked under MS Windows. (Bug#13299)
9841
9842 2013-03-17 Leo Liu <sdl.web@gmail.com>
9843
9844 Extend eldoc to display info in the mode-line. (Bug#13978)
9845 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9846 (eldoc-mode-line-string): New variable.
9847 (eldoc-minibuffer-message): New function.
9848 (eldoc-message-function): New variable.
9849 (eldoc-message): Use it.
9850 (eldoc-display-message-p)
9851 (eldoc-display-message-no-interference-p):
9852 Support eldoc-post-insert-mode.
9853
9854 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9855 (eval-expression): Run it.
9856
9857 2013-03-17 Roland Winkler <winkler@gnu.org>
9858
9859 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9860 strings in the list of return values.
9861
9862 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9863
9864 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9865 radix before checking for HMS forms.
9866
9867 2013-03-16 Leo Liu <sdl.web@gmail.com>
9868
9869 * progmodes/scheme.el: Add indentation and font-locking for λ.
9870 (Bug#13975)
9871
9872 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9875 token before point (bug#13942).
9876
9877 2013-03-16 Leo Liu <sdl.web@gmail.com>
9878
9879 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
9880
9881 2013-03-16 Eli Zaretskii <eliz@gnu.org>
9882
9883 * startup.el (command-line-normalize-file-name): Fix handling of
9884 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9885 <xfq.free@gmail.com> in
9886 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9887
9888 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
9889
9890 Sync with Tramp 2.2.7.
9891
9892 * net/trampver.el: Update release number.
9893
9894 2013-03-14 Tassilo Horn <tsdh@gnu.org>
9895
9896 * doc-view.el: Fix bug#13887.
9897 (doc-view-insert-image): Don't modify overlay associated to
9898 non-live windows, and implement horizontal centering of image in
9899 case it's smaller than the window.
9900 (doc-view-new-window-function): Force redisplay of new windows on
9901 doc-view buffers.
9902
9903 2013-03-13 Karl Fogel <kfogel@red-bean.com>
9904
9905 * saveplace.el (save-place-alist-to-file): Don't sort
9906 `save-place-alist', just pretty-print it (bug#13882).
9907
9908 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
9909
9910 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9911 Check whether `default-file-name-coding-system' is bound.
9912 It isn't in XEmacs.
9913
9914 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9915
9916 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9917 backquotes for `obsolete' (bug#13929).
9918
9919 * international/mule.el (find-auto-coding): Include file name in
9920 obsolescence warning (bug#13922).
9921
9922 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9923
9924 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9925 for CFEngine 3-specific indentation.
9926 (cfengine3-indent-line): Use it. Fix up category regex.
9927 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9928
9929 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * type-break.el (type-break-file-name):
9932 * textmodes/remember.el (remember-data-file):
9933 * strokes.el (strokes-file):
9934 * shadowfile.el (shadow-initialize):
9935 * saveplace.el (save-place-file):
9936 * ps-bdf.el (bdf-cache-file):
9937 * progmodes/idlwave.el (idlwave-config-directory):
9938 * net/quickurl.el (quickurl-url-file):
9939 * international/kkc.el (kkc-init-file-name):
9940 * ido.el (ido-save-directory-list-file):
9941 * emulation/viper.el (viper-custom-file-name):
9942 * emulation/vip.el (vip-startup-file):
9943 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9944 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9945
9946 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9947
9948 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9949 * language/thai-word.el: Switch to UTF-8.
9950
9951 See ChangeLog.16 for earlier changes.
9952
9953 ;; Local Variables:
9954 ;; coding: utf-8
9955 ;; End:
9956
9957 Copyright (C) 2011-2013 Free Software Foundation, Inc.
9958
9959 This file is part of GNU Emacs.
9960
9961 GNU Emacs is free software: you can redistribute it and/or modify
9962 it under the terms of the GNU General Public License as published by
9963 the Free Software Foundation, either version 3 of the License, or
9964 (at your option) any later version.
9965
9966 GNU Emacs is distributed in the hope that it will be useful,
9967 but WITHOUT ANY WARRANTY; without even the implied warranty of
9968 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9969 GNU General Public License for more details.
9970
9971 You should have received a copy of the GNU General Public License
9972 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.