* lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
[bpt/emacs.git] / lisp / ChangeLog
1 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
2
3 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4 Improve docstring.
5
6 2013-11-22 Leo Liu <sdl.web@gmail.com>
7
8 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
9 (Bug#15076)
10 (octave-help-mode): Adapt to change to help-mode-finish to use
11 derived-mode-p on 2013-09-17.
12 (inferior-octave-prompt): Also match octave-gui.
13 (octave-kill-process): Don't ask twice. (Bug#10564)
14
15 2013-11-22 Leo Liu <sdl.web@gmail.com>
16
17 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
18 (inferior-octave-startup, inferior-octave-check-process)
19 (inferior-octave-track-window-width-change)
20 (octave-completion-at-point, octave-eldoc-function): Use it.
21 (octave-kill-process): Provide confirmation. (Bug#10564)
22
23 2013-11-21 Leo Liu <sdl.web@gmail.com>
24
25 * progmodes/octave.el (octave-mode, inferior-octave-mode): Fix
26 obsolete variable comment-use-global-state.
27
28 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
29
30 * progmodes/octave.el (octave-mode-map, octave-mode-menu): Add
31 `octave-source-file'.
32 (octave-source-file): New function. (Bug#15935)
33
34 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
35
36 * net/eww.el (eww-local-regex): New variable.
37 (eww): Use it to detect localhost and similar.
38
39 2013-11-21 Leo Liu <sdl.web@gmail.com>
40
41 Add completion for command `ag'.
42 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
43 (pcomplete/ag): New function.
44 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
45
46 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
49 (bug#14646).
50 (make-obsolete): Remove interactive spec.
51
52 2013-11-21 Glenn Morris <rgm@gnu.org>
53
54 * startup.el (command-line-1): Use path-separator with -L.
55
56 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
57
58 * emacs-lisp/package.el (describe-package-1): Add package archive
59 to shown fields.
60
61 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
62
63 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
64 Change default to "# encoding: %s" to differentiate it from the
65 default Ruby encoding comment template.
66
67 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
68
69 * ses.el (ses-mode): Doc fix. (Bug#14748)
70
71 2013-11-20 Leo Liu <sdl.web@gmail.com>
72
73 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
74
75 2013-11-19 Dan Nicolaescu <dann@gnu.org>
76
77 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
78 when rebase or bisect are in progress.
79
80 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
81
82 * filenotify.el (file-notify-add-watch): Doc fix.
83
84 2013-11-19 Leo Liu <sdl.web@gmail.com>
85
86 * obsolete/rcompile.el: Mark obsolete.
87
88 * progmodes/compile.el (compilation-start)
89 (compilation-goto-locus, compilation-find-file):
90 Pass no-display-ok and handle nil value from display-buffer.
91 (Bug#13594)
92
93 * window.el (display-buffer-alist, display-buffer): Document the
94 new parameter no-display-ok.
95
96 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * electric.el (electric-indent-mode-map): Remove.
99 (electric-indent-mode): Change the global-map instead (bug#15915).
100
101 * textmodes/text-mode.el (paragraph-indent-minor-mode):
102 Use add-function.
103
104 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * emacs-lisp/nadvice.el (remove-function): Align with
107 add-function's behavior.
108
109 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
110 (gdb--string-regexp): New constant.
111 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
112 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
113 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
114 submatch 1.
115 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
116 Adjust use accordingly.
117 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
118
119 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
120
121 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
122 interpolation curlies (Bug#15914).
123
124 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
125
126 * calc/calc.el (calc-context-sensitive-enter): New variable.
127 (calc-enter): Use `calc-context-sensitive-enter'.
128
129 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
130
131 * progmodes/cfengine.el: Version bump.
132 (cfengine-cf-promises): New defcustom to locate cf-promises.
133 (cfengine3-vartypes): Add new "data" type.
134 (cfengine3--current-word): New function to get current name-like
135 word or its bounds.
136 (cfengine3--current-function): New function to look up a CFEngine
137 function's definition.
138 (cfengine3-format-function-docstring): New function.
139 (cfengine3-make-syntax-cache): New function.
140 (cfengine3-documentation-function): New function: ElDoc glue.
141 (cfengine3-completion-function): New function: completion glue.
142 (cfengine3-mode): Set `compile-command',
143 `eldoc-documentation-function', and add to
144 `completion-at-point-functions'.
145
146 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
147
148 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
149 `tramp-current-connection'.
150
151 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
152
153 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
154 nil/self/true/false with "end of symbol".
155
156 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
157
158 * subr.el (version-regexp-alist): Fix a typo.
159
160 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
161
162 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
163 "en_US.utf8" and "LC_CTYPE" to "".
164 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
165 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
166
167 2013-11-15 Leo Liu <sdl.web@gmail.com>
168
169 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
170
171 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * progmodes/gud.el (ctl-x-map):
174 Remove C-x SPC binding. (Bug#12342)
175 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
176
177 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
178
179 * subr.el (version-regexp-alist):
180 Recognize hg, svn and darcs versions as snapshot versions.
181
182 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
183 Add the ability to always insert an utf-8 encoding comment.
184 Fix and simplify coding comment update logic.
185
186 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
187
188 * net/tramp-gvfs.el (top): Run init code only when
189 `tramp-gvfs-enabled' is not nil.
190 (tramp-gvfs-enabled): Check also :system bus.
191
192 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 Sync with upstream verilog-mode revision 78e66ba.
195 * progmodes/verilog-mode.el (verilog-end-of-defun)
196 (verilog-type-completion, verilog-get-list): Remove unused funcs.
197 (verilog-get-end-of-defun): Remove unused argument.
198 (verilog-comment-depth): Remove unused local `e'.
199 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
200 Don't pass arg to verilog-get-end-of-defun.
201
202 2013-11-14 Glenn Morris <rgm@gnu.org>
203
204 * obsolete/assoc.el (aget): Prefix dynamic variable.
205
206 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
207
208 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * widget.el, hfy-cmap.el: Remove bogus package version number.
211
212 2013-11-13 Glenn Morris <rgm@gnu.org>
213
214 * replace.el (replace-eval-replacement):
215 Try to give more helpful error message. (Bug#15836)
216
217 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
218 (archive-7z-update): Avoid custom type mismatches.
219
220 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
221
222 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
223
224 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
225 address can be empty.
226
227 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
228 Accept nil SWITCHES.
229 (tramp-gvfs-handle-write-region): Implement APPEND.
230
231 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
232
233 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
234 binary "|" operator and closing block args delimiter.
235 Remove FIXME comment referring to Ruby 1.8-only syntax.
236 (ruby-smie--implicit-semi-p): Not after "|" operator.
237 (ruby-smie--closing-pipe-p): New function.
238 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
239 (ruby-smie-rules): Indent after "|".
240
241 2013-11-12 Glenn Morris <rgm@gnu.org>
242
243 * ps-print.el (ps-face-attribute-list):
244 Handle anonymous faces. (Bug#15827)
245
246 2013-11-12 Martin Rudalics <rudalics@gmx.at>
247
248 * window.el (display-buffer-other-frame): Fix doc-string.
249 (Bug#15868)
250
251 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * subr.el (force-mode-line-update): Delete, move to buffer.c.
254
255 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
256
257 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
258 (tramp-sh-handle-file-local-copy): Don't write a message when
259 saving temporary files.
260
261 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
262 both directories are remote.
263 (tramp-smb-handle-directory-files): Do not return double entries.
264 Do not expand full file names.
265 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
266 (tramp-smb-handle-write-region): Implement APPEND.
267 (tramp-smb-get-stat-capability): Fix a stupid bug.
268
269 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
272
273 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
274
275 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
276 throwing error over malformed let/let* (bug#15814).
277
278 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 * iswitchb.el (iswitchb-mode): Mark obsolete.
281
282 2013-11-11 Glenn Morris <rgm@gnu.org>
283
284 * international/uni-bidi.el, international/uni-category.el:
285 * international/uni-name.el, international/uni-numeric.el:
286 Regenerate for Unicode 6.3.0.
287
288 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
289
290 * net/tramp.el (tramp-methods):
291 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
292 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
293
294 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
295
296 * progmodes/sh-script.el (sh-font-lock-keywords-var):
297 Force highlighting text after Summary keyword in doc face for rpm.
298
299 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
300
301 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
302 available and the word has no wildcards, append one to the grep pattern.
303 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
304 (ispell-complete-word): Call `ispell-lookup-words' with the value
305 independent of `ispell-look-p'.
306
307 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
308
309 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
310 Not after "||".
311 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
312 their parent.
313
314 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
317 (ruby-font-lock-keywords): Use backquote.
318
319 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
320
321 * progmodes/ruby-mode.el (ruby-smie--forward-token)
322 (ruby-smie--backward-token): Only consider full-string matches.
323
324 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
325
326 * faces.el (describe-face): Add distant-foreground.
327
328 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
329
330 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
331 Use `ruby-encoding-magic-comment-style' to control the
332 style of the auto-inserted encoding comment.
333
334 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
335
336 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
337 Use `smie-backward-sexp' with token argument.
338
339 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
340
341 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
342 Remove instrumentation code.
343
344 2013-11-08 Glenn Morris <rgm@gnu.org>
345
346 * progmodes/autoconf.el (autoconf-mode):
347 Tweak comment-start-skip. (Bug#15822)
348
349 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
352 at bobp (bug#15826).
353 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
354
355 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
356
357 * man.el (Man-start-calling): New macro, extracted from
358 Man-getpage-in-background.
359 (Man-getpage-in-background): Use it.
360 (Man-update-manpage): New command.
361 (Man-mode-map): Bind it.
362
363 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
364
365 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
366 of "and", "or", "&&" and "||".
367 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
368 argument. Prohibit opening curly brace because it could only be a
369 block opener in that position.
370 (ruby-smie--forward-token, ruby-smie--backward-token):
371 Separate "|" from "&" or "*" going after it. That can happen in block
372 arguments.
373 (ruby-smie--indent-to-stmt): New function, seeks the end of
374 previous statement or beginning of buffer.
375 (ruby-smie-rules): Use it.
376 (ruby-smie-rules): Check if there's a ":" before a curly block
377 opener candidate; if there is, it's a hash.
378
379 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
382 (cl--block-wrapper): Fix last accidental change.
383
384 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
385
386 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
387 Instrument, in order to hunt failure on hydra.
388
389 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
390
391 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
392 malformed bindings form (bug#15814).
393
394 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
395
396 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
397 "." compared to " @ ". This incidentally fixes some indentation
398 examples with "do".
399 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
400 (ruby-smie-grammar): New tokens: "and" and "or".
401 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
402 Exclude "and" and "or". Remove "do" in order to work around token
403 priorities.
404 (ruby-smie-rules): Add all infix tokens. Handle the case of
405 beginning-of-buffer.
406
407 2013-11-06 Glenn Morris <rgm@gnu.org>
408
409 * Makefile.in (setwins_almost, setwins_for_subdirs):
410 Avoid accidental matches.
411
412 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
413
414 * menu-bar.el (popup-menu): Use key-binding.
415
416 2013-11-06 Eli Zaretskii <eliz@gnu.org>
417
418 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
419 menus, support also the menus produced by minor modes.
420 (Bug#15817)
421
422 2013-11-06 Leo Liu <sdl.web@gmail.com>
423
424 * thingatpt.el (thing-at-point-looking-at): Add optional arg
425 DISTANCE to bound the search. All uses changed. (Bug#15808)
426
427 2013-11-06 Glenn Morris <rgm@gnu.org>
428
429 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
430 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
431 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
432
433 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * electric.el (electric-indent-just-newline): New command.
436 (electric-indent-mode-map): New keymap.
437 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
438 Re-add :group which weren't redundant.
439
440 * electric.el (electric-indent-local-mode): New minor mode.
441 (electric-indent-functions-without-reindent): New var.
442 (electric-indent-post-self-insert-function): Use it.
443 * emacs-lisp/gv.el (buffer-local-value): Add setter.
444
445 2013-11-05 Eli Zaretskii <eliz@gnu.org>
446
447 * international/quail.el (quail-help): Be more explicit about the
448 meaning of the labels shown on the keys. (Bug#15800)
449
450 * startup.el (normal-top-level): Load the subdirs.el files before
451 setting the locale environment. (Bug#15805)
452
453 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
454
455 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
456 via arguments so as to get the right ones (bug#15418).
457
458 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
459
460 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
461
462 Fix problems found while writing a test suite.
463
464 * net/tramp-compat.el (tramp-compat-load): New defun.
465 * net/tramp.el (tramp-handle-load): Use it.
466
467 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
468 "(numberp ok-if-already-exists)" correctly.
469
470 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
471
472 * international/characters.el (glyphless-char-display-control):
473 Add usage note.
474
475 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
476
477 * progmodes/python.el (python-mode):
478 * progmodes/scheme.el (scheme-mode):
479 * progmodes/prolog.el (prolog-mode):
480 * progmodes/ruby-mode.el (ruby-mode):
481 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
482 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
483
484 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * rect.el (rectangle--highlight-for-redisplay):
487 * emacs-lisp/smie.el (smie--next-indent-change):
488 Use buffer-chars-modified-tick.
489
490 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
491
492 * electric.el (electric-indent-post-self-insert-function):
493 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
494
495 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
496
497 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
498
499 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
500
501 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
502 (bug#15786).
503
504 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
507
508 * progmodes/python.el: Fix up last change.
509 (python-shell--save-temp-file): New function.
510 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
511 `string' comes from the current buffer.
512 (python-shell-send-string-no-output): Remove `msg' arg.
513 (python--use-fake-loc): New var.
514 (python-shell-buffer-substring): Obey it. Try to compensate for the
515 extra coding line added by python-shell--save-temp-file.
516 (python-shell-send-region): Use python-shell--save-temp-file and
517 python-shell-send-file directly. Add `nomain' argument.
518 (python-shell-send-buffer): Use python-shell-send-region.
519 (python-electric-pair-string-delimiter): New function.
520 (python-mode): Use it.
521
522 2013-11-04 Eli Zaretskii <eliz@gnu.org>
523
524 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
525 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
526 environment and decoding all of the default-directory's to here
527 from command-line.
528 (command-line): Decode also argv[0].
529
530 * loadup.el: Error out if default-directory is a multibyte string
531 when we are dumping.
532
533 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
534
535 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
536
537 * emacs-lisp/package.el (package-menu-mode)
538 (package-menu--print-info, package-menu--archive-predicate):
539 Add Archive column to package list.
540
541 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
542
543 Fix problems found while writing a test suite.
544
545 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
546 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
547 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
548 to nil when running original file name handler. Otherwise,
549 there are problems with constructs like "$$FOO".
550
551 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
552 for `localname'.
553
554 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
555
556 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
557
558 * subr.el (version<, version<=, version=):
559 Update docstrings with information for snapshot versions.
560
561 * helpers.el: New library for misc helper functions.
562 (hash-table-keys): New function returning a list of hash keys.
563 (hash-table-values): New function returning a list of hash values.
564
565 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
566
567 * progmodes/ruby-mode.el (ruby-smie--forward-token)
568 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
569
570 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
571
572 * textmodes/fill.el (fill-single-char-nobreak-p): New function
573 checking whether point is after a 1-letter word.
574
575 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
576
577 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
578 Don't infloop when expanding region over `multiline' syntax-type that
579 begins a line (bug#15778).
580
581 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
584 Make it into a proper minor mode.
585 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
586 (rectangle-mark-mode-map): New keymap.
587 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
588
589 2013-11-04 Glenn Morris <rgm@gnu.org>
590
591 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
592
593 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
596 (ruby-smie-rules): Use smie-rule-parent instead.
597
598 * emacs-lisp/smie.el (smie-rule-parent): Always call
599 smie-indent-virtual rather than only for hanging tokens.
600 (smie--next-indent-change): New helper command.
601
602 2013-11-03 Glenn Morris <rgm@gnu.org>
603
604 * Makefile.in (abs_srcdir): Remove.
605 (emacs): Unset EMACSLOADPATH.
606
607 2013-11-02 Glenn Morris <rgm@gnu.org>
608
609 * Makefile.in (EMACS): Use a relative filename.
610 (abs_top_builddir): Remove.
611 (custom-deps, finder-data, autoloads): Use --chdir.
612
613 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
614
615 Use relative filenames in TAGS files.
616 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
617 (lisptagsfiles4, TAGS): Use relative file names.
618 (TAGS-LISP): Remove.
619 (maintainer-clean): No more TAGS-LISP file.
620
621 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
622 (lisptagsfiles4): Use absolute filenames again.
623 (TAGS, TAGS-LISP): Not everything needs to run in one line.
624 Remove all *loaddefs files, not just the first. Remove esh-groups.
625 (maintainer-clean): Delete TAGS, TAGS-LISP.
626
627 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
628
629 * emacs-lisp/package.el (package-version-join):
630 Recognize snapshot versions.
631
632 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
633
634 * subr.el (version-regexp-alist): Add support for snapshot versions.
635
636 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
637
638 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
639 New function, replacement for `smie-rule-parent' for when we want to
640 skip over our direct parent if it's an assignment token..
641 (ruby-smie-rules): Use it.
642
643 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
644
645 * progmodes/ruby-mode.el Use `syntax-propertize-function'
646 unconditionally. Remove now unnecessary forward declarations.
647 Remove XEmacs-specific setup.
648 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
649 (ruby-font-lock-syntactic-keywords)
650 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
651 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
652 (ruby-here-doc-end-syntax): Remove.
653 (ruby-mode): Don't check whether `syntax-propertize-rules' is
654 defined as function.
655
656 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
657
658 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
659
660 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
661
662 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
663 table and abbrev table, `define-derived-mode' does that for us
664 anyway.
665
666 2013-11-01 Glenn Morris <rgm@gnu.org>
667
668 * Makefile.in: Remove manual mh-e dependencies (writing .elc
669 files is atomic for some time, so no parallel compilation issues).
670
671 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
672
673 * faces.el (face-x-resources): Add :distant-foreground.
674 (region): Use :distant-foreground for gtk and ns.
675
676 2013-11-01 Tassilo Horn <tsdh@gnu.org>
677
678 Allow multiple bibliographies when BibLaTeX is used rather than
679 BibTeX.
680 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
681 (reftex-locate-bibliography-files): Us it.
682
683 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
684
685 * image.el (image-type-header-regexps): Fix the 'pbm' part to
686 allow comments in pbm files.
687
688 * term/w32-win.el (dynamic-library-alist): Support newer versions
689 of libjpeg starting with v7: look only for the DLL from the
690 version against which Emacs was built.
691 Support versions of libpng beyond 1.4.x.
692 Support libtiff v4.x.
693
694 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
695
696 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
697 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
698 Add property :safe.
699 (ruby-deep-arglist): Add property :type.
700
701 2013-10-31 Glenn Morris <rgm@gnu.org>
702
703 * Makefile.in (custom-deps, finder-data): No need to setq the target
704 variables, we are in the right directory and the defaults work fine.
705
706 2013-10-30 Glenn Morris <rgm@gnu.org>
707
708 * Makefile.in (autoloads): Do not use abs_lisp.
709
710 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
711 `newline' does not respect `standard-output', so use `princ'.
712
713 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
714
715 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
716 * buff-menu.el (Buffer-menu--unmark): New function.
717 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
718
719 2013-10-30 Glenn Morris <rgm@gnu.org>
720
721 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
722
723 * emacs-lisp/package.el (lm-homepage): Declare.
724
725 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
726 Fix doc typos.
727
728 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
729
730 * Makefile.in (finder-data, autoloads, update-subdirs)
731 (compile-main, compile-clean, compile-always, bootstrap-clean):
732 Check return value of cd.
733 (compile-calc): Remove.
734
735 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
738
739 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
740 (byte-compile-and-folded): New function.
741 (=, <, >, <=, >=): Use it.
742
743 * dos-w32.el (minibuffer-history-case-insensitive-variables)
744 (path-separator, null-device, buffer-file-coding-system)
745 (lpr-headers-switches): Check system-type before modifying them.
746 (find-buffer-file-type-coding-system): Mark obsolete.
747 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
748 find-file-not-found-set-buffer-file-coding-system.
749 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
750 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
751 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
752 (w32-direct-print-region-helper, w32-direct-print-region-function)
753 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
754 * startup.el (normal-top-level-add-subdirs-to-load-path):
755 * ps-print.el (ps-print-region-function):
756 * lpr.el (print-region-function): Use new name.
757
758 * subr.el (custom-declare-variable-early): Remove function.
759 (custom-declare-variable-list): Remove var.
760 (error, user-error): Remove `while' loop.
761 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
762 (user-emacs-directory-warning, locate-user-emacs-file):
763 Move to files.el.
764 * simple.el (read-quoted-char-radix, read-quoted-char):
765 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
766 Move from subr.el.
767 * custom.el (custom-declare-variable-list): Don't process
768 custom-declare-variable-list.
769
770 * progmodes/python.el (python-shell-get-buffer): New function.
771 (python-shell-get-process): Use it.
772 (python-shell-send-string): Always use utf-8 and add a cookie to tell
773 Python which encoding was used. Don't split-string since we only care
774 about the first line. Return the temp-file, if applicable.
775 (python-shell-send-region): Tell compile.el how to turn locations in
776 the temp-file into locations in the source buffer.
777
778 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * subr.el (undefined): Add missing behavior from the C code for
781 unbound keys.
782
783 * rect.el: Use lexical-binding. Add new rectangular region support.
784 (rectangle-mark): New command.
785 (rectangle--region): New var.
786 (deactivate-mark-hook): Reset rectangle--region.
787 (rectangle--extract-region, rectangle--insert-for-yank)
788 (rectangle--highlight-for-redisplay)
789 (rectangle--unhighlight-for-redisplay): New functions.
790 (region-extract-function, redisplay-unhighlight-region-function)
791 (redisplay-highlight-region-function): Use them to handle
792 rectangular region.
793 * simple.el (region-extract-function): New var.
794 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
795 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
796 (kill-region): Replace obsolete `yank-handler' arg with `region'.
797 (copy-region-as-kill, kill-ring-save): Add `region' argument.
798 (redisplay-unhighlight-region-function)
799 (redisplay-highlight-region-function): New vars.
800 (redisplay--update-region-highlight): New function.
801 (pre-redisplay-function): Use it.
802 (exchange-point-and-mark): Don't deactivate the mark before
803 reactivate-it anyway.
804 * comint.el (comint-kill-region): Remove yank-handler argument.
805 * delsel.el (delete-backward-char, backward-delete-char-untabify)
806 (delete-char): Remove property, since it's now part of their
807 default behavior.
808 (self-insert-iso): Remove property since this command doesn't exist.
809
810 * emacs-lisp/package.el (package--download-one-archive)
811 (describe-package-1): Don't query the user about final newline.
812
813 2013-10-29 Daniel Colascione <dancol@dancol.org>
814
815 * net/tramp.el (tramp-methods): Document new functionality.
816 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
817 tramp-hostname-checker if method provides one instead of scanning
818 argument list for "%h" to decide hostname acceptability.
819
820 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
821
822 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
823 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
824 Handle COPY-CONTENTS. (Bug#15737)
825
826 2013-10-28 Daiki Ueno <ueno@gnu.org>
827
828 * epa-file.el
829 (epa-file-cache-passphrase-for-symmetric-encryption):
830 Document that this option has no effect with GnuPG 2.0 (bug#15552).
831
832 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
833
834 * image.el (defimage):
835 (image-load-path): Doc fixes.
836
837 2013-10-27 Alan Mackenzie <acm@muc.de>
838
839 Indent statements in macros following "##" correctly.
840 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
841 Modify the "#" arm of a cond form to handle "#" and "##" operators.
842
843 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
844
845 * linum.el (linum-update-window): Fix boundary test (bug#13446).
846
847 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
848
849 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
850 after `=' is probably a new expression.
851
852 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
853
854 * man.el (man-imenu-title): New option.
855 (Man-mode-map): Add menu. (Bug#15722)
856 (Man-mode): Add imenu to menu.
857
858 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
859
860 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
861 specific in what the first arg can be: a non-keyword word,
862 string/regexp/percent literal opener, opening paren, or unary
863 operator followed directly by word.
864
865 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
868 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
869 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
870 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
871 Remove vars, they do not apply any more.
872 (prolog-mode-abbrev-table): Remove redundant declaration.
873 (prolog-upper-case-string, prolog-lower-case-string): Remove.
874 (prolog-use-smie): Remove.
875 (prolog-smie-rules): Add indentation rule for the if-then-else layout
876 supported by prolog-electric-if-then-else-flag.
877 (prolog-mode-variables, prolog-menu): Use setq-local.
878 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
879 Remove binding to `Backspace' since this key doesn't exist anyway.
880 Remove bindings for electric self-inserting keys.
881 (prog-mode): Assume it's defined.
882 (prolog-post-self-insert): New function.
883 (prolog-mode): Use it.
884 (prolog-indent-line, prolog-indent-level)
885 (prolog-find-indent-of-matching-paren)
886 (prolog-indentation-level-of-line, prolog-goto-comment-column)
887 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
888 (prolog-goto-next-paren, prolog-in-string-or-comment)
889 (prolog-tokenize, prolog-inside-mline-comment)
890 (prolog-find-start-of-mline-comment): Remove functions.
891 (prolog-find-unmatched-paren, prolog-clause-end)
892 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
893 (prolog-electric--if-then-else): Rename from
894 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
895 (prolog-tokenize-searchkey): Remove const.
896 (prolog-clause-info): Use forward-sexp.
897 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
898 (prolog-electric-if-then-else): Remove commands.
899 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
900 for use in post-self-insert-hook.
901 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
902 for use in post-self-insert-hook.
903 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
904 for use in post-self-insert-hook.
905 (prolog-electric--underscore): Rename from prolog-electric--underscore;
906 adapt it for use in post-self-insert-hook.
907
908 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
909
910 * emacs-lisp/ert.el (ert-run-tests-interactively):
911 Use `completing-read'. (Bug#9756)
912
913 2013-10-25 Eli Zaretskii <eliz@gnu.org>
914
915 * simple.el (line-move): Call line-move-1 instead of
916 line-move-visual when the current window hscroll is zero, but
917 temporary-goal-column indicates we will need to hscroll as result
918 of the movement. (Bug#15712)
919
920 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
921
922 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
923 capitalization. Use :visible instead of :active.
924 Fix `ruby-indent-exp' reference. Add menu items for the generic
925 commands that are used with SMIE.
926 (ruby-do-end-to-brace): Insert space after `{'.
927
928 2013-10-25 John Anthony <john@jo.hnanthony.com>
929
930 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
931
932 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
933
934 2013-10-25 Glenn Morris <rgm@gnu.org>
935
936 * vc/vc.el (vc-print-log): Don't use a working revision unless
937 one was explicitly specified. (Bug#15322)
938
939 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * subr.el (add-to-list): Preserve return value in compiler-macro
942 (bug#15692).
943
944 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
945
946 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
947 result. Ask user to retry using '-all' flag. (Bug#15701)
948
949 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * emacs-lisp/smie.el: New smie-config system.
952 (smie-config): New defcustom.
953 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
954 (smie-config-guess, smie-config-save): New commands.
955 (smie-config--mode-local, smie-config--buffer-local)
956 (smie-config--trace, smie-config--modefuns): New vars.
957 (smie-config--advice, smie-config--mode-hook)
958 (smie-config--setter, smie-config-local, smie-config--get-trace)
959 (smie-config--guess-value, smie-config--guess): New functions.
960 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
961 text properties. Treat "string fence" syntax like string syntax.
962
963 * progmodes/sh-script.el (sh-use-smie): Change default.
964 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
965 (sh-var-value): Simplify by CSE.
966 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
967 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
968 is used.
969 (sh-guess-basic-offset): Use cl-incf.
970 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
971
972 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
973
974 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
975 (bug#15699).
976
977 2013-10-24 Glenn Morris <rgm@gnu.org>
978
979 * Makefile.in (abs_top_srcdir): Remove.
980 (update-subdirs): Use relative path to update-subdirs.
981
982 2013-10-24 Eli Zaretskii <eliz@gnu.org>
983
984 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
985 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
986 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
987 Call unmsys--file-name before expand-file-name, not after it.
988
989 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
990
991 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
992 (ert-test-skipped): New error.
993 (ert-skip, ert-stats-skipped): New defuns.
994 (ert--skip-unless): New macro.
995 (ert-test-skipped): New struct.
996 (ert--run-test-debugger, ert-test-result-type-p)
997 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
998 (ert--stats-set-test-and-result, ert-char-for-test-result)
999 (ert-string-for-test-result, ert-run-tests-batch)
1000 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1001 Handle skipped tests. (Bug#9803)
1002
1003 2013-10-24 Glenn Morris <rgm@gnu.org>
1004
1005 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1006
1007 * Makefile.in (abs_top_srcdir): New, set by configure.
1008 (update-subdirs): Correct build-aux location.
1009
1010 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1011
1012 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1013 value, whether we could auto-deduce `backend', or not.
1014
1015 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1016 with parameters" example. Simplify the "is it block or is it
1017 hash" check, but also make it more thorough.
1018
1019 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1020
1021 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1022
1023 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1026 { if it is hanging.
1027
1028 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1029 :before ";".
1030
1031 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1032
1033 * progmodes/compile.el (compilation-directory-matcher)
1034 (compilation-page-delimiter):
1035 Support GNU Make-4.0 directory quoting. (Bug#15678)
1036
1037 2013-10-23 Leo Liu <sdl.web@gmail.com>
1038
1039 * ido.el (ido-tidy): Handle read-only text.
1040
1041 2013-10-23 Glenn Morris <rgm@gnu.org>
1042
1043 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1044 (emacs, compile, compile-always):
1045 Quote entities that might contain whitespace.
1046 (custom-deps, finder-data, autoloads): Use abs_lisp.
1047 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1048 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1049 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1050
1051 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1052
1053 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1054 Use `following-char'.
1055
1056 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1059 * progmodes/ruby-mode.el (ruby-smie-rules):
1060 Remove corresponding workaround. Fix indentation rule of ";" so it
1061 also applies when ";" is the parent.
1062
1063 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1064
1065 * frame.el (display-screens, display-pixel-height)
1066 (display-pixel-width, display-mm-width, display-backing-store)
1067 (display-save-under, display-planes, display-color-cells)
1068 (display-visual-class, display-monitor-attributes-list):
1069 Mention the optional ‘display’ argument in doc strings.
1070
1071 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1072
1073 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1074 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1075
1076 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1077
1078 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1079 TODO. Add "." after " @ ".
1080 (ruby-smie--at-dot-call): New function. Checks if point at method
1081 call with explicit target.
1082 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1083 to the method name tokens when it precedes them.
1084 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1085 (ruby-smie-rules): Add rule for indentation before and after "."
1086 token.
1087
1088 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * textmodes/remember.el (remember-diary-extract-entries):
1091 Avoid add-to-list.
1092
1093 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1094 an instruction.
1095
1096 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1097
1098 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1099 (ruby-smie--implicit-semi-p): Add new operator chars.
1100
1101 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1102 `smie-down-list'.
1103 (ruby-smie--args-separator-p): Check that there's no newline
1104 between method call and its arguments.
1105
1106 2013-10-20 Alan Mackenzie <acm@muc.de>
1107
1108 Allow comma separated lists after Java "implements".
1109
1110 * progmodes/cc-engine.el (c-backward-over-enum-header):
1111 Parse commas.
1112 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1113 from a "disallowed" list in enum fontification.
1114
1115 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1116
1117 * startup.el (default-frame-background-mode): Remove unused defvar.
1118
1119 * progmodes/verilog-mode.el (verilog-mode): Don't set
1120 comment-indent-function globally.
1121
1122 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1123
1124 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1125 Move Info menu item creation to ns-win.el.
1126
1127 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1128 in menu bar.
1129
1130 * menu-bar.el: Move GNUStep specific menus...
1131
1132 * term/ns-win.el (ns-initialize-window-system): ... to here.
1133
1134 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * simple.el (newline): Only run post-self-insert-hook when
1137 called interactively.
1138
1139 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1140
1141 * icomplete.el (icomplete-with-completion-tables): Add :version.
1142
1143 2013-10-19 Alan Mackenzie <acm@muc.de>
1144
1145 Fix fontification bugs with constructors and const.
1146
1147 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1148 CASE 2) Remove the check for the absence of a suffix construct
1149 after a function declaration with only types (no identifiers) in
1150 the parentheses. Also, accept a function declaration with just a
1151 type inside the parentheses, if this type can be positively
1152 recognised as such, or if a prefix keyword like "explicit" nails
1153 down the construct as a declaration.
1154
1155 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1156
1157 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1158 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1159 the problem whereby selecting a menu item that leads to a
1160 minibuffer prompt moves the cursor out of the minibuffer window,
1161 making it hard to type at the prompt. Suggested by Stefan Monnier
1162 <monnier@iro.umontreal.ca>.
1163
1164 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1165
1166 * menu-bar.el: Don't make Services menu.
1167
1168 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1169
1170 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1171 (ffap-alist): Use ffap-c++-mode for c++-mode.
1172 (ffap-c++-path): New variable.
1173 (ffap-c++-mode): New function.
1174
1175 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1176
1177 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1178
1179 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1180
1181 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1182 introduced on 2013-09-08, which results in an infinite loop
1183 requesting a password.
1184
1185 2013-10-18 Glenn Morris <rgm@gnu.org>
1186
1187 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1188
1189 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1190
1191 Sync with upstream verilog-mode revision 1a6ecec7.
1192 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1193 (verilog-mode-release-date): Remove.
1194 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1195 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1196 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1197 (verilog-auto-tieoff-ignore-regexp)
1198 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1199 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1200 (verilog-signals-with, verilog-dir-cache-preserving)
1201 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1202 Doc fixes.
1203 (verilog-case-fold): New option, to control case folding in
1204 regexp searches, bug597.
1205 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1206 (verilog-string-match-fold, verilog-in-paren-count)
1207 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1208 (verilog-at-close-struct-p): New functions.
1209 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1210 (verilog-forward-sexp, verilog-set-auto-endcomments):
1211 (verilog-leap-to-case-head): Handle "unique0" case.
1212 (verilog-in-constraint-re): New constant.
1213 (verilog-keywords, verilog-type-font-keywords):
1214 Add some SystemVerilog 1800-2012 keywords.
1215 (verilog-label-be): Remove unimplemented argument, bug669.
1216 (verilog-batch-execute-func): When batch expanding clear
1217 create-lockfiles to prevent spurious user locks when a file ends
1218 up not changing.
1219 (verilog-calculate-indent, verilog-calc-1)
1220 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1221 (verilog-do-indent): Fix indentation of nested constraints
1222 and structures.
1223 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1224 (verilog-auto-inst-param): Use verilog-string-match-fold.
1225 (verilog-read-inst-module-matcher):
1226 Fix AUTOINST on gate primitives with #1.
1227 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1228 Reads all user-defined typed variables.
1229 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1230 (verilog-signals-matching-regexp)
1231 (verilog-signals-not-matching-regexp, verilog-auto):
1232 Respect verilog-case-fold.
1233 (verilog-diff-report): Fix line count.
1234 (verilog-auto-assign-modport): Remove unused local `modi'.
1235 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1236 better handle multidimensional arrays.
1237 Fix packed array ports misadding bit index in AUTOINST, bug637.
1238 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1239 to not double-declare existing outputs and inputs, respectively.
1240 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1241 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1242 (verilog-sk-uvm-component): New skeleton.
1243 (verilog-submit-bug-report): Add verilog-case-fold,
1244 remove verilog-mode-release-date.
1245
1246 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1247
1248 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1249 as before.
1250
1251 2013-10-18 Reuben Thomas <rrt@sc3d.org>
1252
1253 * textmodes/remember.el (remember): set buffer-offer-save in
1254 remember buffers (bug#13566).
1255
1256 2013-10-18 Daniel Colascione <dancol@dancol.org>
1257
1258 When evaluating forms in ielm, direct standard output to ielm
1259 buffer. Add new ielm-return-for-effect command. Remove trailing
1260 whitespace throughout.
1261
1262 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1263 (ielm-return-for-effect): New command.
1264 (ielm-send-input): Accept optional `for-effect' parameter.
1265 (ielm-eval-input): Accept optional `for-effect' parameter.
1266 Bind `standard-output' to stream we create using
1267 `ielm-standard-output-impl'. Suppress printing result when
1268 `for-effect'.
1269 (ielm-standard-output-impl): New function.
1270 (inferior-emacs-lisp-mode): Explain new features in documentation.
1271
1272 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
1273
1274 Code cleanup.
1275
1276 * net/tramp.el (tramp-debug-message): Do not check for connection
1277 buffer.
1278 (tramp-message): Use "vector" connection property.
1279
1280 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1281 (tramp-equal-remote, tramp-eshell-directory-change)
1282 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1283 (tramp-adb-handle-rename-file)
1284 * net/tramp-cmds.el (tramp-list-remote-buffers)
1285 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1286 * net/tramp-compat.el (tramp-compat-process-running-p)
1287 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1288 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1289 (tramp-gvfs-handle-rename-file)
1290 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1291 (tramp-set-file-uid-gid)
1292 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1293 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1294 of `file-remote-p'.
1295
1296 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1297 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1298 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1299 (tramp-gw-open-network-stream): Suppress unrelated traces.
1300
1301 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1302 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1303 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1304 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1305 connection property.
1306
1307 * net/tramp-cache.el (top): Suppress traces when reading
1308 persistency file.
1309
1310 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1311 Refactor common code. Improve debug message.
1312 (tramp-maybe-open-connection)
1313 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1314 connection buffer too early.
1315
1316 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1317 from `tramp-smb-actions-with-acl'.
1318 (tramp-smb-actions-set-acl): New defconst.
1319 (tramp-smb-handle-copy-directory)
1320 (tramp-smb-action-get-acl): New defun, renamed from
1321 `tramp-smb-action-with-acl'.
1322 (tramp-smb-action-set-acl): New defun.
1323 (tramp-smb-handle-set-file-acl): Rewrite.
1324
1325 2013-10-17 Glenn Morris <rgm@gnu.org>
1326
1327 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1328
1329 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * skeleton.el (skeleton-newline): Remove.
1332 (skeleton-internal-1): Use (insert "\n") instead.
1333
1334 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1335 let-bindings.
1336
1337 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1338 forward-sexp-function while we redo its job (bug#15613).
1339
1340 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1341
1342 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1343 represented by lists.
1344
1345 2013-10-16 Glenn Morris <rgm@gnu.org>
1346
1347 * tmm.el (tmm--history): New dynamic variable.
1348 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1349
1350 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
1351
1352 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1353 (tramp-smb-errors): Add error messages.
1354 (tramp-smb-actions-with-acl): New defconst.
1355 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1356 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1357 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1358 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1359 (tramp-smb-get-stat-capability): Fix tests.
1360
1361 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1362
1363 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1364 (bug#15580).
1365
1366 2013-10-16 Glenn Morris <rgm@gnu.org>
1367
1368 * ansi-color.el (ansi-color-drop-regexp):
1369 Add 1J, 1K, 2K. (Bug#15617)
1370
1371 * files.el (hack-local-variables--warned-lexical): New.
1372 (hack-local-variables):
1373 Warn about misplaced lexical-binding. (Bug#15616)
1374
1375 * net/eww.el (eww-render): Always set eww-current-url,
1376 and update header line. (Bug#15622)
1377 (eww-display-html): ... Rather than just doing it here.
1378
1379 2013-10-15 Eli Zaretskii <eliz@gnu.org>
1380
1381 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1382 menu navigations commands.
1383
1384 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1385
1386 * progmodes/subword.el (subword-capitalize): Be careful when
1387 the search for [[:alpha:]] fails (bug#15580).
1388
1389 2013-10-14 Eli Zaretskii <eliz@gnu.org>
1390
1391 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1392 to commands that scroll the menu.
1393
1394 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1395
1396 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1397 Handle methods ending with `?' and `!'.
1398
1399 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
1400
1401 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1402 `japanese-cp932' to `cp932' to fix the problem where saving a
1403 source file written in Shift_JIS twice would end up having
1404 `coding: japanese-cp932' which Ruby could not recognize.
1405 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1406 in `ruby-encoding-map'.
1407 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1408 doesn't need to be explicitly declared in magic comment.
1409 (ruby-encoding-map): Add type declaration for better customize UI.
1410
1411 2013-10-13 Glenn Morris <rgm@gnu.org>
1412
1413 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1414 Occur buffers are read-only. http://bugs.debian.org/720775
1415
1416 * emacs-lisp/authors.el (authors-fixed-entries):
1417 Comment out old alpha stuff.
1418
1419 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1420
1421 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1422 to `after-save-hook' instead of `before-save-hook'.
1423 (ruby-mode-set-encoding): Use the value of coding system used to
1424 write the file. Call `basic-save-buffer-1' after modifying the
1425 buffer.
1426
1427 2013-10-13 Alan Mackenzie <acm@muc.de>
1428
1429 Fix indentation/fontification of Java enum with
1430 "implements"/generic.
1431
1432 * progmodes/cc-engine.el (c-backward-over-enum-header):
1433 Extracted from the three other places and enhanced to handle generics.
1434 (c-inside-bracelist-p): Uses new function above.
1435 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1436 function above.
1437 (c-font-lock-enum-tail): Uses new function above.
1438
1439 2013-10-13 Kenichi Handa <handa@gnu.org>
1440
1441 * international/mule-cmds.el (select-safe-coding-system): Remove a
1442 superfluous condition in chekcing whether a coding system is safe
1443 or not.
1444
1445 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1446
1447 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1448
1449 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
1450
1451 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1452
1453 2013-10-13 Glenn Morris <rgm@gnu.org>
1454
1455 * menu-bar.el (menu-bar-update-buffers):
1456 Unify Buffers menu prompt string. (Bug#15576)
1457
1458 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1459
1460 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1461 Add some entries.
1462 (authors-fixed-entries): Use accented form of name.
1463
1464 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1467 method calls (bug#15594).
1468 (ruby-smie--args-separator-p): New function.
1469 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1470 recognize paren-free method calls.
1471
1472 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1473 internals of universal-argument.
1474
1475 2013-10-11 Eli Zaretskii <eliz@gnu.org>
1476
1477 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1478 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1479 dropped menu on second mouse click on the menu bar.
1480
1481 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1482
1483 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1484 (explicit-shell-file-name): Declare.
1485 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1486 (sh-completion-at-point-function): New function.
1487 (sh-mode): Use it.
1488 (sh-smie--keyword-p): Remove unused argument.
1489 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1490 vars.
1491 (sh-set-shell): Always setup SMIE, even if we use the
1492 old indentation code.
1493
1494 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1495
1496 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1497 cases of ? and =.
1498 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1499 predicate would return nil are almost non-existent.
1500 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1501
1502 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1503 cache also after commands that modify the buffer but don't move
1504 point.
1505
1506 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * env.el (substitute-env-in-file-name): New function.
1509 (substitute-env-vars): Extend the meaning of the optional arg.
1510
1511 2013-10-10 Eli Zaretskii <eliz@gnu.org>
1512
1513 * term/w32-win.el (dynamic-library-alist): Define separate lists
1514 of GIF DLLs for versions before and after 5.0.0 of giflib.
1515 (Bug#15531)
1516
1517 2013-10-10 João Távora <joaotavora@gmail.com>
1518
1519 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1520 not locked, use last revision and current source as
1521 defaults. (Bug#15569)
1522
1523 2013-10-10 Masatake YAMATO <yamato@redhat.com>
1524
1525 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1526 menu-bar is hidden.
1527
1528 2013-10-10 Martin Rudalics <rudalics@gmx.at>
1529
1530 * window.el (pop-to-buffer-same-window): Fix doc-string.
1531 (Bug#15492)
1532
1533 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1536
1537 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1538
1539 * calendar/icalendar.el (icalendar-import-file):
1540 Fix interactive spec. (Bug#15482)
1541
1542 2013-10-10 Glenn Morris <rgm@gnu.org>
1543
1544 * desktop.el (desktop-save): Default to saving in .emacs.d,
1545 since PWD is no longer in desktop-path by default. (Bug#15319)
1546
1547 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1548 now that text mode has a menu with the same entry.
1549 (menu-bar-text-mode-auto-fill): Remove now unused func.
1550 * textmodes/text-mode.el (text-mode-map):
1551 Use auto-fill help text from menu-bar.el.
1552
1553 2013-10-10 John Anthony <john@jo.hnanthony.com>
1554
1555 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1556
1557 2013-10-09 Juri Linkov <juri@jurta.org>
1558
1559 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1560 instead of this-command-keys. Add universal-argument-more and
1561 universal-argument-minus to the list of prefix commands. (Bug#15568)
1562
1563 2013-10-09 Glenn Morris <rgm@gnu.org>
1564
1565 * vc/vc-svn.el (vc-svn-create-repo):
1566 Expand paths in file://... url. (Bug#15446)
1567
1568 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1569 Add some entries.
1570 (authors): Remove unused local variables.
1571
1572 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * profiler.el: Create a more coherent calltree from partial backtraces.
1575 (profiler-format): Hide the tail with `invisible' so that C-s can still
1576 find the hidden elements.
1577 (profiler-calltree-depth): Don't recurse so enthusiastically.
1578 (profiler-function-equal): New hash-table-test.
1579 (profiler-calltree-build-unified): New function.
1580 (profiler-calltree-build): Use it.
1581 (profiler-report-make-name-part): Indent the calltree less.
1582 (profiler-report-mode): Add visibility specs for profiler-format.
1583 (profiler-report-expand-entry, profiler-report-toggle-entry):
1584 Expand the whole subtree when provided with a prefix arg.
1585
1586 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1587
1588 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1589 iuwu-mod token.
1590 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1591 hanging iuwu-mod token.
1592 (ruby-smie--forward-token): Do not include a dot after a token in
1593 that token.
1594 (ruby-smie--backward-token): Likewise.
1595
1596 2013-10-08 Juri Linkov <juri@jurta.org>
1597
1598 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1599 to isearch-other-control-char.
1600 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1601 and isearch-post-command-hook to post-command-hook.
1602 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1603 and isearch-post-command-hook from post-command-hook.
1604 (isearch-unread-key-sequence)
1605 (isearch-reread-key-sequence-naturally)
1606 (isearch-lookup-scroll-key, isearch-other-control-char)
1607 (isearch-other-meta-char): Remove functions.
1608 (isearch-pre-command-hook, isearch-post-command-hook):
1609 New functions based on isearch-other-meta-char rewritten
1610 relying on the new behavior of overriding-terminal-local-map
1611 that does not replace the local keymaps any more. (Bug#15200)
1612
1613 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1614
1615 Support menus on text-mode terminals.
1616 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1617 functionality.
1618
1619 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1620
1621 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1622 Move here from mouse.el.
1623 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1624 and arrow keys.
1625 (tty-menu-navigation-map): New map for TTY menu navigation.
1626
1627 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1628
1629 * frame.el (display-mouse-p): Report text-mode mouse as available
1630 on w32.
1631 (display-popup-menus-p): Report availability if mouse is
1632 available; don't condition on window-system.
1633
1634 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1635 (tty-menu-selected-face): New faces.
1636
1637 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1640 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1641 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1642 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1643 New constants.
1644 (lisp-mode-variables): New `elisp' argument.
1645 (emacs-lisp-mode): Use it.
1646 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1647 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1648
1649 * indent.el: Use lexical-binding.
1650 (indent-region): Add progress reporter.
1651 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1652 last step.
1653 (indent--next-tab-stop): New function to implement this behavior.
1654 (tab-to-tab-stop, move-to-tab-stop): Use it.
1655
1656 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
1657
1658 * indent.el (indent-rigidly--current-indentation): New function.
1659 (indent-rigidly-map): New var.
1660 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1661
1662 2013-10-08 Bastien Guerry <bzg@gnu.org>
1663
1664 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1665
1666 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * progmodes/perl-mode.el: Use lexical-binding.
1669 Remove redundant :group args.
1670 (perl-nochange): Change default to be closer to other major modes's
1671 standard behavior.
1672 (perl-indent-line): Don't consider text on current line as a
1673 valid beginning of function from which to indent.
1674
1675 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1676 with more than one argument (bug#15538).
1677
1678 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1679
1680 * vc/pcvs.el: Use lexical-binding.
1681 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1682 environment of `eval'.
1683 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1684 than a list of expressions. Adjust callers.
1685 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1686
1687 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1688
1689 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
1690 case of the dot in a chained method call being on the following line.
1691
1692 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * electric.el (electric-indent-inhibit): New var.
1695 (electric-indent-post-self-insert-function): Use it.
1696 * progmodes/python.el (python-mode): Set it.
1697
1698 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1699 open braces.
1700
1701 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1702
1703 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1704 (css-mode): Use electric-indent-chars.
1705
1706 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1707 (font-lock-beg, font-lock-end): Move before first use.
1708 (nxml-mode): Use syntax-propertize-function.
1709 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1710 (nxml-extend-after-change-region): Remove.
1711 * nxml/xmltok.el: Use lexical-binding.
1712 (xmltok-save): Use `declare'.
1713 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1714 * nxml/nxml-util.el: Use lexical-binding.
1715 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1716 Use `declare'.
1717 * nxml/nxml-ns.el: Use lexical-binding.
1718 (nxml-ns-save): Use `declare'.
1719 (nxml-ns-prefixes-for): Avoid add-to-list.
1720 * nxml/rng-match.el: Use lexical-binding.
1721 (rng--ipattern): Use cl-defstruct.
1722 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1723 (rng-cons-group-after, rng-subst-group-after)
1724 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1725 Use closures instead of `(lambda...).
1726
1727 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1728
1729 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1730 of BEG and END.
1731
1732 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1733 Use `tramp-handle-insert-file-contents'.
1734 (tramp-gvfs-handle-insert-file-contents): Remove function.
1735
1736 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1737 Use `save-restriction' in order to keep markers.
1738
1739 * net/trampver.el: Update release number.
1740
1741 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * progmodes/compile.el (compilation-parse-errors):
1744 Use compilation--put-prop.
1745 (compilation--ensure-parse): Check compilation-multiline.
1746
1747 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1748
1749 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1750 lexical-binding.
1751
1752 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1753
1754 * progmodes/ruby-mode.el: Fix recently added tests.
1755 (ruby-smie-grammar): Add - and +.
1756 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1757 (ruby-smie--backward-id): New functions.
1758 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1759 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1760 any more.
1761
1762 2013-10-07 Leo Liu <sdl.web@gmail.com>
1763
1764 * register.el (register-preview-delay)
1765 (register-preview-functions): New variables.
1766 (register-read-with-preview, register-preview)
1767 (register-describe-oneline): New functions.
1768 (point-to-register, window-configuration-to-register)
1769 (frame-configuration-to-register, jump-to-register)
1770 (number-to-register, view-register, insert-register)
1771 (copy-to-register, append-to-register, prepend-to-register)
1772 (copy-rectangle-to-register): Use register-read-with-preview to
1773 read register. (Bug#15525)
1774
1775 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1776
1777 * net/network-stream.el (network-stream-open-starttls): Don't add
1778 --insecure if it's already present, because that gnutls-cli
1779 rejects getting that parameter twice.
1780
1781 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1782
1783 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1784 keyword, too.
1785
1786 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1787
1788 * newcomment.el (comment-use-global-state): Change default value
1789 to t, mark obsolete (Bug#15251).
1790 (comment-beginning): In addition to `comment-to-syntax', check the
1791 value of `comment-use-global-state'.
1792
1793 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1796 (ruby-comment-column): Follow the global default, by default.
1797 (ruby-smie-grammar): Add assignment syntax.
1798 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1799 open-paren, a comma, or a \.
1800 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1801 and line continuations.
1802 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1803 followed by implicit semi-colons. Add rule for string concatenation
1804 and for indentation at BOB.
1805 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1806
1807 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1808 calling next-sexp, since next-token may have skipped chars which
1809 next-sexp doesn't know should be skipped!
1810
1811 2013-10-05 Leo Liu <sdl.web@gmail.com>
1812
1813 * progmodes/octave.el (octave-send-region):
1814 Call compilation-forget-errors.
1815
1816 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1817
1818 * vc/vc-svn.el (vc-svn-find-admin-dir):
1819 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1820 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1821 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1822 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1823
1824 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1827
1828 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1829
1830 * subr.el (read-passwd): Hide chars even when called within a context
1831 where after-change-functions is disabled (bug#15501).
1832 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1833 until we removed ourself from overriding-terminal-local-map.
1834
1835 2013-10-04 Leo Liu <sdl.web@gmail.com>
1836
1837 * progmodes/octave.el (inferior-octave-mode):
1838 Call compilation-forget-errors.
1839
1840 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1841
1842 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1843
1844 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
1845
1846 * net/secrets.el (secrets-create-collection): Add optional
1847 argument ALIAS. Use proper Label keyword. Append ALIAS as
1848 dbus-call-method argument. (Bug#15516)
1849
1850 2013-10-04 Leo Liu <sdl.web@gmail.com>
1851
1852 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1853 (inferior-octave-compilation-font-lock-keywords): New variables.
1854 (compilation-error-regexp-alist)
1855 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1856 (inferior-octave-mode): Use compilation-shell-minor-mode.
1857
1858 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1859
1860 * minibuffer.el (completion--replace): Be careful that `end' might be
1861 a marker.
1862
1863 2013-10-03 Daiki Ueno <ueno@gnu.org>
1864
1865 Add support for package signature checking.
1866 * emacs-lisp/package.el (url-http-file-exists-p)
1867 (epg-make-context, epg-context-set-home-directory)
1868 (epg-verify-string, epg-context-result-for)
1869 (epg-signature-status, epg-signature-to-string)
1870 (epg-check-configuration, epg-configuration)
1871 (epg-import-keys-from-file): Declare.
1872 (package-check-signature): New user option.
1873 (package-unsigned-archives): New user option.
1874 (package-desc): Add `signed' field.
1875 (package-load-descriptor): Set `signed' field if .signed file exists.
1876 (package--archive-file-exists-p): New function.
1877 (package--check-signature): New function.
1878 (package-install-from-archive): Check package signature.
1879 (package--download-one-archive): Check archive signature.
1880 (package-delete): Remove .signed file.
1881 (package-import-keyring): New command.
1882 (package-refresh-contents): Import default keyring.
1883 (package-desc-status): Add "unsigned" status.
1884 (describe-package-1, package-menu--print-info)
1885 (package-menu-mark-delete, package-menu--find-upgrades)
1886 (package-menu--status-predicate): Support "unsigned" status.
1887
1888 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1891 the new compilation scheme using the new byte-codes.
1892
1893 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1894 (byte-pophandler): New byte codes.
1895 (byte-goto-ops): Adjust accordingly.
1896 (byte-compile--use-old-handlers): New var.
1897 (byte-compile-catch): Use new byte codes depending on
1898 byte-compile--use-old-handlers.
1899 (byte-compile-condition-case--old): Rename from
1900 byte-compile-condition-case.
1901 (byte-compile-condition-case--new): New function.
1902 (byte-compile-condition-case): New function that dispatches depending
1903 on byte-compile--use-old-handlers.
1904 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1905 when we can.
1906
1907 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1908 Optimize under `condition-case' and `catch' if
1909 byte-compile--use-old-handlers is nil.
1910 (disassemble-offset): Handle new bytecodes.
1911
1912 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * subr.el (error): Use `declare'.
1915 (decode-char, encode-char): Use advertised-calling-convention instead
1916 of the docstring to discourage use of the `restriction' arg.
1917
1918 2013-10-03 Daiki Ueno <ueno@gnu.org>
1919
1920 * epg.el (epg-verify-file): Add a comment saying that it does not
1921 notify verification error as a return value nor a signal.
1922 (epg-verify-string): Ditto.
1923
1924 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1925
1926 * progmodes/compile.el (compilation-start): Try globbing the arg to
1927 `cd' (bug#15417).
1928
1929 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1930
1931 Sync with Tramp 2.2.8.
1932
1933 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1934 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1935 * net/trampver.el: Update release number.
1936
1937 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1938
1939 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1940 and default-process-coding-system for darwin only.
1941
1942 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1945
1946 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1947
1948 * vc/vc-git.el (vc-git-grep): Disable pager.
1949
1950 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1951
1952 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1953 Use :url instead of :homepage, as per
1954 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1955
1956 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1957 non-nil, use `syntax-ppss' (Bug#15251).
1958
1959 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1960
1961 * progmodes/octave.el (inferior-octave-startup-file):
1962 Prefer ~/.emacs.d/init_octave.m.
1963
1964 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1965
1966 * emacs-lisp/package.el (package-desc-from-define):
1967 Accept additional arguments as plist, convert them to an alist and store
1968 them in the `extras' slot.
1969 (package-generate-description-file): Convert extras alist back to
1970 plist and append to the `define-package' form arguments.
1971 (package--alist-to-plist): New function.
1972 (package--ac-desc): Add `extras' slot.
1973 (package--add-to-archive-contents): Check if the archive-contents
1974 vector is long enough, and if it is, pass its `extras' slot value
1975 to `package-desc-create'.
1976 (package-buffer-info): Call `lm-homepage', pass the returned value
1977 to `package-desc-from-define'.
1978 (describe-package-1): Render the homepage button (Bug#13291).
1979
1980 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1981 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
1982
1983 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
1984
1985 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1986 and default-process-coding-system to utf-8-unix (Bug#15402).
1987
1988 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1989
1990 * subr.el (looking-back): Do not recommend using looking-back.
1991
1992 2013-09-28 Alan Mackenzie <acm@muc.de>
1993
1994 Fix indentation/fontification of Java enum with "implements".
1995
1996 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1997 regexp which matches "implements", etc., in Java.
1998 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1999 specifier clauses coming after "enum".
2000 * progmodes/cc-fonts.el (c-font-lock-declarations)
2001 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2002 after "enum".
2003
2004 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2005
2006 * faces.el (region): Change ns_selection_color to
2007 ns_selection_fg_color, add ns_selection_bg_color.
2008
2009 2013-09-28 Leo Liu <sdl.web@gmail.com>
2010
2011 * progmodes/octave.el (inferior-octave-completion-table)
2012 (inferior-octave-completion-at-point): Minor tweaks.
2013
2014 * textmodes/ispell.el (ispell-lookup-words): Rename from
2015 lookup-words. (Bug#15460)
2016 (lookup-words): Obsolete.
2017 (ispell-complete-word, ispell-command-loop): All uses changed.
2018
2019 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2020
2021 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2022 (octave-mode-menu): Add octave-send-buffer.
2023 (octave-send-buffer): New function.
2024
2025 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2026
2027 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2028 octave-lookfor.
2029 (octave-mode-menu): Add octave-lookfor.
2030 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2031 octave-lookfor.
2032 (octave-lookfor): New function.
2033
2034 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * emacs-lisp/cl-macs.el:
2037 (cl--loop-destr-temps): Remove.
2038 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2039 its convention.
2040 (cl--loop-set-iterator-function): New function.
2041 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2042 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2043 Bind `it' with `let' instead of substituting it with `cl-subst'.
2044 (cl--unused-var-p): New function.
2045 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2046 Eliminate some unused variable warnings (bug#15326).
2047
2048 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2049
2050 * doc-view.el (doc-view-scale-reset): Rename from
2051 `doc-view-reset-zoom-level'.
2052 (doc-view-scale-adjust): New command.
2053 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2054 `doc-view-scale-adjust'.
2055
2056 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2057
2058 * doc-view.el (doc-view-reset-zoom-level): New command.
2059 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2060 zoom commands (bug#15466).
2061
2062 2013-09-26 Kenichi Handa <handa@gnu.org>
2063
2064 * international/quail.el (quail-help): Make it not a command.
2065
2066 2013-09-26 Leo Liu <sdl.web@gmail.com>
2067
2068 * minibuffer.el (completion-all-sorted-completions): Make args
2069 optional as they are.
2070
2071 2013-09-25 Daniel Colascione <dancol@dancol.org>
2072
2073 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2074 specs are and that they're not evaluated.
2075
2076 2013-09-24 Sam Steingold <sds@gnu.org>
2077
2078 * midnight.el (clean-buffer-list-kill-regexps)
2079 (clean-buffer-list-kill-buffer-names): Update for the new Man
2080 buffer naming which includes the object name.
2081
2082 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2085 (eshell-parse-command, eshell-parse-pipeline): Use it since
2086 eshell-separate-commands requires a dynamic scoped var.
2087 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2088
2089 2013-09-23 Leo Liu <sdl.web@gmail.com>
2090
2091 * autoinsert.el (auto-insert-alist): Make the value of
2092 lexical-binding match its file setting.
2093
2094 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2095
2096 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2097
2098 * autoarg.el (autoarg-kp-digit-argument):
2099 * electric.el (Electric-command-loop):
2100 * kmacro.el (kmacro-step-edit-insert):
2101 Do not set universal-argument-num-events.
2102
2103 2013-09-22 Leo Liu <sdl.web@gmail.com>
2104
2105 * files.el (interpreter-mode-alist): Add octave.
2106
2107 2013-09-21 Alan Mackenzie <acm@muc.de>
2108
2109 C++: fontify identifier in declaration following "public:" correctly.
2110 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2111 to match "public", etc.
2112 (c-decl-prefix-re): Add ":" into the C++ value.
2113 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2114 bit. Add a check for a ":" preceded by "public", etc.
2115
2116 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2117
2118 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2119 recognized by GDB 7.5 and later.
2120
2121 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2122
2123 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2124
2125 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * subr.el (internal--call-interactively): New const.
2128 (called-interactively-p): Use it (bug#3984).
2129
2130 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2131
2132 * vc/pcvs.el (cvs-mode-ignore):
2133 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2134 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2135
2136 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2139 (eshell-ls-orig-insert-directory): Remove.
2140 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2141 (eshell-ls-use-in-dired): Use advice-add/remove.
2142 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2143 Add `orig-fun' arg for use in :around advice.
2144 Make it check (redundantly) eshell-ls-use-in-dired.
2145
2146 2013-09-19 Glenn Morris <rgm@gnu.org>
2147
2148 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2149
2150 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2151
2152 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2153
2154 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2155
2156 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2157 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2158 (tramp-get-remote-python): New defuns.
2159 (tramp-get-remote-uid-with-perl)
2160 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2161 contributed by yary <not.com@gmail.com> (tiny change).
2162 (tramp-get-remote-uid-with-python)
2163 (tramp-get-remote-gid-with-python): New defuns. Python code
2164 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2165 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2166
2167 2013-09-19 Glenn Morris <rgm@gnu.org>
2168
2169 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2170
2171 * eshell/em-unix.el (eshell-remove-entries):
2172 Rename argument to avoid name-clash with global `top-level'.
2173
2174 * eshell/esh-proc.el (eshell-kill-process-function):
2175 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2176 (eshell-reset-after-proc): Remove unused arg `proc'.
2177
2178 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2179 (directory-files-and-attributes): Mark unused arg.
2180
2181 * eshell/em-unix.el (eshell-remove-entries):
2182 Remove unused arg `path'. Update callers.
2183
2184 * eshell/em-hist.el (eshell-hist-parse-arguments):
2185 Remove unused arg `silent'. Update callers.
2186
2187 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2188 Fix (f)boundp mix-up.
2189
2190 * eshell/em-smart.el (eshell-smart-scroll-window)
2191 (eshell-disable-after-change):
2192 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2193
2194 2013-09-18 Alan Mackenzie <acm@muc.de>
2195
2196 Fix fontification of type when followed by "const".
2197 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2198 "known" types from fontification.
2199
2200 2013-09-18 Glenn Morris <rgm@gnu.org>
2201
2202 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2203 (chart-face-list): Drop Emacsen without display-color-p.
2204
2205 * net/eww.el (libxml-parse-html-region): Declare.
2206 (eww-display-html): Explicit error if no libxml2 support.
2207
2208 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2209
2210 * image.el (image-type-from-buffer, image-multi-frame-p):
2211 Remove --without-x warning/error.
2212
2213 * mouse.el (mouse-yank-primary):
2214 * term.el (term-mouse-paste):
2215 Reorder to silence --without-x compilation.
2216
2217 * mpc.el (doc-view-mode): Silence --without-x compilation.
2218
2219 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2220 Silence --without-x compilation.
2221
2222 * progmodes/gud.el (gud-find-file, gud-mode):
2223 Silence --without-x compilation.
2224 (tooltip-mode): Declare.
2225
2226 * wdired.el (dired-backup-overwrite): Remove declaration.
2227 (wdired-mode-map): Add doc string.
2228
2229 * custom.el (x-get-resource): Declare.
2230
2231 * eshell/em-glob.el (ange-cache):
2232 * eshell/em-unix.el (ange-cache): Declare.
2233
2234 * faces.el (x-display-list, x-open-connection, x-get-resource):
2235 Declare.
2236
2237 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2238 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2239 Declare.
2240
2241 * frame.el (x-display-grayscale-p, x-display-name): Declare.
2242
2243 * net/gnutls.el (gnutls-log-level): Declare.
2244
2245 * net/shr.el (image-size, image-animate): Declare.
2246
2247 * simple.el (font-info): Declare.
2248
2249 * subr.el (x-popup-dialog): Declare.
2250
2251 * term/common-win.el (x-select-enable-primary)
2252 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2253 Declare.
2254
2255 * term/ns-win.el (x-handle-args): Declare.
2256
2257 * term/x-win.el (x-select-enable-clipboard): Declare.
2258
2259 * term/w32-win.el (create-default-fontset): Declare.
2260
2261 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2262 Declare.
2263
2264 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2265 (fit-frame-to-buffer): Explicit error if --without-x.
2266 (mouse-autoselect-window-select): Silence compiler.
2267
2268 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2269
2270 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2271 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2272 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2273 * eshell/esh-util.el (eshell-sublist):
2274 Remove unused local variables.
2275
2276 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2277
2278 * textmodes/two-column.el: Make 2C-split work for --without-x.
2279 (scroll-bar-columns): Autoload.
2280 (top-level): Require fringe when compiling.
2281
2282 2013-09-18 Leo Liu <sdl.web@gmail.com>
2283
2284 * subr.el (add-hook): Robustify to handle closure as well.
2285
2286 2013-09-17 Glenn Morris <rgm@gnu.org>
2287
2288 * simple.el (messages-buffer-mode-map): Unbind "g".
2289
2290 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * help-mode.el (help-mode-finish): Use derived-mode-p.
2293 Remove obsolete highlighting.
2294
2295 * play/life.el (life-mode): Use define-derived-mode. Derive from
2296 special-mode.
2297 (life): Let-bind inhibit-read-only.
2298 (life-setup): Avoid `setq'. Use `life-mode'.
2299
2300 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2301 which should not be needed any more.
2302 (package-menu-refresh, package-menu-describe-package): Use user-error.
2303
2304 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2305 (eshell-post-rewrite-command-hook): Make obsolete.
2306 (eshell-parse-command): Simplify.
2307 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2308 (eshell--cmd): Declare.
2309 (eshell-parse-pipeline): Remove unused var `final-p'.
2310 Pass a dynvar to eshell-post-rewrite-command-hook.
2311 Implement the new eshell-post-rewrite-command-function.
2312 (eshell-invoke-directly): Remove unused arg `input'.
2313 * eshell/esh-io.el (eshell-io-initialize):
2314 Use eshell-post-rewrite-command-function (bug#15399).
2315 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2316 adjust to new calling convention.
2317 (eshell-create-handles): Rename args to avoid clashing with dynvar
2318 `standard-output'.
2319
2320 2013-09-17 Glenn Morris <rgm@gnu.org>
2321
2322 * simple.el (messages-buffer-mode): New major mode.
2323 (messages-buffer): New function.
2324 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2325 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2326 (ert-run-test): Use `messages-buffer' function.
2327 (ert--force-message-log-buffer-truncation): Ignore read-only.
2328 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2329 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2330
2331 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2332
2333 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2334
2335 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2336
2337 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * icomplete.el (icomplete-in-buffer): New var.
2340 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2341 vars and replace them with functions.
2342 (icomplete-minibuffer-setup): Adjust accordingly.
2343 (icomplete--completion-table, icomplete--completion-predicate)
2344 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2345 New functions.
2346 (icomplete-forward-completions, icomplete-backward-completions)
2347 (icomplete-simple-completing-p, icomplete-exhibit)
2348 (icomplete-completions): Use them.
2349 (icomplete--in-region-buffer): New var.
2350 (icomplete--in-region-setup): New function.
2351 (icomplete-mode): Use it.
2352
2353 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2354 (bug#15379).
2355 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2356 return args and options.
2357 (eshell-eval-using-options): Use the new return value of
2358 eshell--do-opts to set the options's vars in their scope.
2359 (eshell--set-option): Rename from eshell-set-option.
2360 Add arg `opt-vals'.
2361 (eshell--process-option): Rename from eshell-process-option.
2362 Add arg `opt-vals'.
2363 (eshell--process-args): Use an `opt-vals' alist to store the options's
2364 values during their processing and return them additionally to the
2365 remaining args.
2366
2367 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2368
2369 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2370 continuation character an operator, as far as indentation is
2371 concerned (Bug#15369).
2372
2373 2013-09-15 Martin Rudalics <rudalics@gmx.at>
2374
2375 * window.el (window--state-put-2): Don't process buffer state
2376 when buffer doesn't exist any more (Bug#15382).
2377
2378 2013-09-15 Glenn Morris <rgm@gnu.org>
2379
2380 * eshell/em-unix.el (eshell/rm):
2381 Make -f ignore missing files. (Bug#15373)
2382
2383 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2384 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2385 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2386
2387 2013-09-14 Glenn Morris <rgm@gnu.org>
2388
2389 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2390
2391 2013-09-13 Glenn Morris <rgm@gnu.org>
2392
2393 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2394 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2395
2396 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2397
2398 * frame.el (x-focus-frame): Mark as declared in frame.c.
2399
2400 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * ls-lisp.el: Use advice-add.
2403 (original-insert-directory): Remove.
2404 (ls-lisp--insert-directory): Rename from insert-directory; add
2405 `orig-fun' argument.
2406 (insert-directory): Advise.
2407
2408 2013-09-13 Eli Zaretskii <eliz@gnu.org>
2409
2410 * term.el (term-emulate-terminal): Decode the command string
2411 before passing it to term-command-hook. (Bug#15337)
2412
2413 2013-09-13 Glenn Morris <rgm@gnu.org>
2414
2415 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2416
2417 * eshell/esh-ext.el (eshell-search-path): Declare.
2418
2419 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2420 Otherwise an error occurs if eshell-dirs module not loaded.
2421
2422 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2423
2424 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
2425
2426 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2427 `tramp-check-proper-host'. Check for a valid method name.
2428
2429 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2430 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2431 * net/tramp-sh.el (tramp-maybe-open-connection):
2432 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2433
2434 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2435 also for hash values.
2436
2437 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * term/ns-win.el (parameters): Don't declare as dynamic.
2440 (before-make-frame-hook): Don't add ineffective function.
2441
2442 * eshell/*.el: Use lexical-binding (bug#15231).
2443
2444 2013-09-12 Kenichi Handa <handa@gnu.org>
2445
2446 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2447
2448 2013-09-12 Glenn Morris <rgm@gnu.org>
2449
2450 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2451 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2452
2453 * subr.el (do-after-load-evaluation): Also give compiler warnings
2454 when obsolete files are used (except by obsolete files).
2455
2456 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2457 in the status output, assume `filename' is the first. (Bug#15322)
2458
2459 * vc/vc.el (vc-deduce-fileset): Doc fix.
2460
2461 * calc/calc-help.el (Info-goto-node):
2462 * progmodes/cperl-mode.el (Info-find-node):
2463 * vc/ediff.el (Info-goto-node): Update declarations.
2464
2465 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2466
2467 * vc/vc-bzr.el (vc-compilation-mode): Declare.
2468 (vc-bzr-pull): Require vc-dispatcher.
2469 * vc/vc-git.el (vc-compilation-mode): Declare.
2470 (vc-git-pull): Require vc-dispatcher.
2471
2472 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2473
2474 * progmodes/octave.el (help-button-action): Declare.
2475
2476 * shell.el (shell-directory-tracker): Output error as a message
2477 rather than just returning it as a string.
2478 (shell-process-pushd): Remove useless use of message.
2479
2480 * dframe.el (dframe-timer-fn):
2481 * files.el (dir-locals-read-from-file):
2482 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2483 (mpc-format):
2484 * reveal.el (reveal-post-command):
2485 * saveplace.el (load-save-place-alist-from-file):
2486 * shell.el (shell-resync-dirs):
2487 * w32-common-fns.el (x-get-selection-value):
2488 * emacs-lisp/copyright.el (copyright-find-copyright):
2489 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2490 * emulation/tpu-edt.el (tpu-copy-keyfile):
2491 * play/bubbles.el (bubbles--mark-neighbourhood):
2492 * progmodes/executable.el
2493 (executable-make-buffer-file-executable-if-script-p):
2494 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2495
2496 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 Cleanup Eshell to rely less on dynamic scoping.
2499 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2500 last-value, and ext-command here. Bind `args' closer to `body'.
2501 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2502 (eshell--args): Declare new dynamic var.
2503 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2504 last-value, and ext-command. Pass `args' to `body'.
2505 (eshell-process-args): Bind eshell--args.
2506 (eshell-set-option): Use eshell--args.
2507 * eshell/eshell.el (eshell): Use derived-mode-p.
2508 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2509 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2510 (eshell-glob-function): Declare.
2511 * eshell/esh-util.el: Require cl-lib.
2512 (eshell-read-hosts-file): Avoid add-to-list.
2513 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2514 `err'.
2515 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2516 Declare.
2517 (eshell/diff): Remove unused var `err'.
2518 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2519 `killflag'.
2520 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2521 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2522 first use.
2523 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2524 Move declaration before first use.
2525 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2526 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2527 rely on cl-return.
2528
2529 2013-09-12 Glenn Morris <rgm@gnu.org>
2530
2531 * term/ns-win.el (global-map): Remove binding for ispell-next,
2532 deleted 1999-05-29. (Bug#15357)
2533
2534 2013-09-11 Glenn Morris <rgm@gnu.org>
2535
2536 * echistory.el (electric-command-history): Remove call to deleted func.
2537
2538 * play/landmark.el (landmark-mode): Fix typos.
2539
2540 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2541 Check cvs-sort-ignore-file is bound.
2542
2543 * savehist.el: No need for cl when compiling on Emacs.
2544
2545 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2548 (bug#15338).
2549 (eshell-self-insert-command, eshell-send-invisible):
2550 Remove unused argument.
2551 (eshell-handle-control-codes): Remove unused var `orig'.
2552 Avoid delete-backward-char.
2553
2554 * files.el (set-auto-mode): Simplify a bit further.
2555
2556 2013-09-11 Glenn Morris <rgm@gnu.org>
2557
2558 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2559 (set-auto-mode): Don't regexp-quote elements.
2560 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2561 * progmodes/cc-mode.el (interpreter-mode-alist):
2562 * progmodes/ruby-mode.el (interpreter-mode-alist):
2563 Revert previous change.
2564
2565 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2566
2567 * play/snake.el (snake-mode):
2568 * play/mpuz.el (mpuz-mode):
2569 * play/landmark.el (lm-mode):
2570 * play/blackbox.el (blackbox-mode):
2571 * play/5x5.el (5x5-mode):
2572 * obsolete/options.el (Edit-options-mode):
2573 * net/quickurl.el (quickurl-list-mode):
2574 * net/newst-treeview.el (newsticker-treeview-mode):
2575 * mail/rmailsum.el (rmail-summary-mode):
2576 * mail/mspools.el (mspools-mode):
2577 * locate.el (locate-mode):
2578 * ibuffer.el (ibuffer-mode):
2579 * emulation/ws-mode.el (wordstar-mode):
2580 * emacs-lisp/debug.el (debugger-mode):
2581 * array.el (array-mode):
2582 * net/eudc.el (eudc-mode): Use define-derived-mode.
2583 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2584 Move initialization into declaration.
2585 (mairix-searches-mode): Use define-derived-mode.
2586 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2587 (eudc-edit-hotlist): Use dolist.
2588 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2589 (Man-mode): Use define-derived-mode.
2590 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2591 (Info-edit-mode): Use define-derived-mode.
2592 (Info-cease-edit): Use Info-mode.
2593 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2594 into declaration.
2595 (eshell-mode): Use define-derived-mode.
2596 * chistory.el (command-history-mode-map): Rename from
2597 command-history-map.
2598 (command-history-mode): Use define-derived-mode.
2599 (Command-history-setup): Remove function.
2600 * calc/calc.el (calc-trail-mode-map): New var.
2601 (calc-trail-mode): Use define-derived-mode.
2602 (calc-trail-buffer): Set calc-main-buffer manually.
2603 * bookmark.el (bookmark-insert-annotation): New function.
2604 (bookmark-edit-annotation): Use it.
2605 (bookmark-edit-annotation-mode): Make it a proper major mode.
2606 (bookmark-send-edited-annotation): Use derived-mode-p.
2607 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2608 closer to its ideal place. Use \' to match EOS.
2609
2610 * profiler.el (profiler-calltree-find): Use function-equal.
2611
2612 2013-09-10 Glenn Morris <rgm@gnu.org>
2613
2614 * files.el (interpreter-mode-alist): Convert to regexps.
2615 (set-auto-mode): Adapt for this. (Bug#15306)
2616 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2617 Comment out unused variable.
2618 * progmodes/cc-mode.el (interpreter-mode-alist):
2619 * progmodes/python.el (interpreter-mode-alist):
2620 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2621 * progmodes/sh-script.el (sh-set-shell):
2622 No longer use interpreter-mode-alist to get list of shells.
2623
2624 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2625
2626 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * simple.el: Use set-temporary-overlay-map for universal-argument.
2629 (universal-argument-map): Don't use default-bindings (bug#15317).
2630 Bind switch-frame explicitly. Replace universal-argument-minus with
2631 a conditional binding.
2632 (universal-argument-num-events, saved-overriding-map): Remove.
2633 (restore-overriding-map): Remove.
2634 (universal-argument--mode): Rename from save&set-overriding-map,
2635 and rewrite.
2636 (universal-argument, universal-argument-more, negative-argument)
2637 (digit-argument): Adjust accordingly.
2638 (universal-argument-minus): Remove.
2639 (universal-argument-other-key): Remove.
2640
2641 * subr.el (with-demoted-errors): Add `format' argument.
2642
2643 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
2644
2645 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2646 `tramp-cleanup-connection'.
2647
2648 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2649 parameters KEEP-DEBUG and KEEP-PASSWORD.
2650
2651 * net/tramp.el (tramp-file-name-handler):
2652 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2653 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2654 (tramp-maybe-open-connection):
2655 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2656 Use `tramp-cleanup-connection'.
2657
2658 * net/tramp-sh.el (tramp-maybe-open-connection):
2659 Catch 'uname-changed inside the progress reporter.
2660
2661 2013-09-10 Glenn Morris <rgm@gnu.org>
2662
2663 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2664
2665 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2666 returns "alternate access method" in mode (eg "-rw-r--r--.").
2667
2668 2013-09-08 Glenn Morris <rgm@gnu.org>
2669
2670 * saveplace.el (load-save-place-alist-from-file):
2671 Demote errors. (Bug#15305)
2672
2673 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
2674
2675 Improve compatibility with older Emacsen, and XEmacs.
2676
2677 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2678 only if it is bound. It isn't for XEmacs.
2679 (with-tramp-progress-reporter): Do not let-bind `result'.
2680 This yields to scoping errors in XEmacs.
2681 (tramp-handle-make-auto-save-file-name): New function, moved from
2682 tramp-sh.el.
2683
2684 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2685 for `make-auto-save-file-name'.
2686 (tramp-adb--gnu-switches-to-ash):
2687 Use `tramp-compat-replace-regexp-in-string'.
2688
2689 * net/tramp-cache.el (tramp-cache-print): Call
2690 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2691
2692 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2693 bound. It isn't for XEmacs.
2694
2695 * net/tramp-compat.el (tramp-compat-copy-file):
2696 Catch `wrong-number-of-arguments' error.
2697 (tramp-compat-replace-regexp-in-string): New defun.
2698
2699 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2700 for `make-auto-save-file-name'.
2701 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2702 `copy-file'.
2703 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2704 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2705 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2706
2707 * net/tramp-gw.el (tramp-gw-open-network-stream):
2708 Use `tramp-compat-replace-regexp-in-string'.
2709
2710 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2711 Call `tramp-handle-make-auto-save-file-name'.
2712 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2713 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2714 (tramp-sh-file-inotifywait-process-filter):
2715 Use `tramp-compat-replace-regexp-in-string'.
2716 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2717
2718 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2719 for `make-auto-save-file-name'.
2720 (tramp-smb-handle-copy-directory):
2721 Call `tramp-compat-replace-regexp-in-string'.
2722 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2723 (tramp-smb-handle-copy-file): Improve error message.
2724 (tramp-smb-handle-rename-file): Rename directly only in case
2725 `newname' does not exist yet. This is a restriction of smbclient.
2726 (tramp-smb-maybe-open-connection): Rerun the function only when
2727 `auth-sources' is non-nil.
2728
2729 2013-09-08 Kenichi Handa <handa@gnu.org>
2730
2731 * international/characters.el: Set category "^" (Combining) for
2732 more characters.
2733
2734 2013-09-07 Alan Mackenzie <acm@muc.de>
2735
2736 Correctly fontify Java class constructors.
2737 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2738 in Java Mode.
2739 (c-recognize-typeless-decls): Set the Java value to t.
2740 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2741 While handling a "(", add a check for, effectively, Java, and handle a
2742 "typeless" declaration there.
2743
2744 2013-09-07 Roland Winkler <winkler@gnu.org>
2745
2746 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2747 field subtitle for entry type book.
2748
2749 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * minibuffer.el: Make minibuffer-complete call completion-in-region
2752 rather than other way around.
2753 (completion--some, completion-pcm--find-all-completions):
2754 Don't delay signals when debugging.
2755 (minibuffer-completion-contents): Beware fields within the
2756 minibuffer contents.
2757 (completion-all-sorted-completions): Use defvar-local.
2758 (completion--do-completion, completion--cache-all-sorted-completions)
2759 (completion-all-sorted-completions, minibuffer-force-complete):
2760 Add args `beg' and `end'.
2761 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2762 (minibuffer-complete): Use completion-in-region.
2763 (completion-complete-and-exit): New fun, extracted from
2764 minibuffer-complete-and-exit.
2765 (minibuffer-complete-and-exit): Use it.
2766 (completion--complete-and-exit): Rename from
2767 minibuffer--complete-and-exit.
2768 (completion-in-region--single-word): New function, extracted from
2769 minibuffer-complete-word.
2770 (minibuffer-complete-word): Use it.
2771 (display-completion-list): Make `common-substring' argument obsolete.
2772 (completion--in-region): Call completion--in-region-1 instead of
2773 minibuffer-complete.
2774 (completion-help-at-point): Pass boundaries to
2775 minibuffer-completion-help as args rather than via an overlay.
2776 (completion-pcm--string->pattern): Use `any-delim'.
2777 (completion-pcm--optimize-pattern): New function.
2778 (completion-pcm--pattern->regex): Handle `any-delim'.
2779 * icomplete.el (icomplete-forward-completions)
2780 (icomplete-backward-completions, icomplete-completions):
2781 Adjust calls to completion-all-sorted-completions and
2782 completion--cache-all-sorted-completions.
2783 (icomplete-with-completion-tables): Default to t.
2784 * emacs-lisp/crm.el (crm--current-element): Rename from
2785 crm--select-current-element. Don't put an overlay but return the
2786 boundaries instead.
2787 (crm--completion-command): Take two new args to bind to the boundaries.
2788 (crm-completion-help): Adjust accordingly.
2789 (crm-complete): Use completion-in-region.
2790 (crm-complete-word): Use completion-in-region--single-word.
2791 (crm-complete-and-exit): Use completion-complete-and-exit.
2792
2793 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2796 than dynamically.
2797
2798 2013-09-06 Juri Linkov <juri@jurta.org>
2799
2800 * info.el (Info-display-images-node): When image file doesn't exist
2801 display text version of the image if it's provided in the Info file.
2802 Otherwise, display the location of missing image from SRC attribute.
2803 Add help-echo text property from ALT attribute. (Bug#15279)
2804
2805 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2808 (edit-abbrevs-mode): Use define-derived-mode.
2809
2810 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2811 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2812 that it's defined.
2813 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2814 Use define-derived-mode.
2815
2816 * epg.el (epg-start-encrypt): Minor CSE simplification.
2817
2818 2013-09-06 William Xu <william.xwl@gmail.com>
2819
2820 * arc-mode.el: Add support for 7za (bug#15264).
2821 (archive-7z-program): New var.
2822 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2823 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2824 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2825
2826 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
2827
2828 Remove URL syntax.
2829
2830 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2831 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2832 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2833 (tramp-postfix-host-format, tramp-file-name-regexp)
2834 (tramp-completion-file-name-regexp)
2835 (tramp-completion-dissect-file-name)
2836 (tramp-handle-substitute-in-file-name): Remove 'url case.
2837 (tramp-file-name-regexp-url)
2838 (tramp-completion-file-name-regexp-url): Remove constants.
2839
2840 2013-09-06 Glenn Morris <rgm@gnu.org>
2841
2842 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2843
2844 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2845
2846 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2847 keywords" below "here-doc beginnings" (Bug#15270).
2848
2849 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * subr.el (pop): Use `car-safe'.
2852 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2853 to detect unused `pop' return value.
2854
2855 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2856 var `block-regexp'.
2857 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2858 (python-fill-string): Remove unused var `marker'.
2859 (python-skeleton-add-menu-items): Remove unused var `items'.
2860
2861 * international/mule-cmds.el: Require CL.
2862 (find-coding-systems-for-charsets): Avoid add-to-list.
2863 (sanitize-coding-system-list): New function, extracted from
2864 select-safe-coding-system-interactively.
2865 (select-safe-coding-system-interactively): Use it.
2866 (read-input-method-name): Accept symbols for `default'.
2867
2868 * emacs-lisp/advice.el (defadvice): Add indent rule.
2869
2870 2013-09-05 Daniel Hackney <dan@haxney.org>
2871
2872 * dired-x.el:
2873 * net/ange-ftp.el:
2874 * net/browse-url.el:
2875 * net/dbus.el:
2876 * net/eudc.el:
2877 * net/eudcb-ldap.el:
2878 * net/eww.el:
2879 * net/imap.el:
2880 * printing.el:
2881 * vc/ediff-diff.el:
2882 * vc/ediff-init.el:
2883 * vc/ediff-merg.el:
2884 * vc/ediff-mult.el:
2885 * vc/ediff-util.el:
2886 * vc/ediff-wind.el:
2887 * vc/ediff.el:
2888 * vc/emerge.el:
2889 * vc/pcvs.el:
2890 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2891 byte compiler. Remove some unused let-bound variables.
2892
2893 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2894
2895 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2896 a "ref-cell", since it gets better optimized (bug#14883).
2897
2898 2013-09-05 Glenn Morris <rgm@gnu.org>
2899
2900 * progmodes/cc-awk.el (c-forward-sws): Declare.
2901
2902 2013-09-04 Glenn Morris <rgm@gnu.org>
2903
2904 * generic-x.el [rul-generic-mode]: Require cc-mode.
2905 (c++-mode-syntax-table): Declare.
2906 (rul-generic-mode-syntax-table): Init in the defvar.
2907
2908 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2911 (vc-do-command, vc-set-async-update):
2912 * vc/vc-mtn.el (vc-mtn-dir-status):
2913 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2914 (vc-hg-pull, vc-hg-merge-branch):
2915 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2916 (vc-git-merge-branch):
2917 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2918 (vc-cvs-dir-status-files):
2919 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2920 (vc-bzr-dir-status-files):
2921 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2922 * vc/vc-annotate.el: Use lexical-binding.
2923 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2924 (vc-sentinel-movepoint): Declare.
2925 (vc-annotate): Don't use `goto-line'.
2926 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2927 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2928 (vc-sentinel-movepoint): Declare.
2929 * vc/vc-svn.el: Use lexical-binding.
2930 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2931 * vc/vc-sccs.el:
2932 * vc/vc-rcs.el: Use lexical-binding.
2933
2934 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2935 `deleted'. Don't drop errors silently.
2936
2937 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2938
2939 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2940
2941 * vc/vc.el (vc-ignore): Rewrite.
2942 (vc-default-ignore): New function.
2943 (vc-default-ignore-completion-table): Use find-ignore-file.
2944
2945 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2946 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2947 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2948 Remove. Most code moved to vc.el.
2949
2950 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
2953 * net/tramp-smb.el (tramp-smb-get-file-entries):
2954 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2955 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2956
2957 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2958 Update call to it.
2959 (eww-change-select): Remove unused var `properties'.
2960 (eww-make-unique-file-name): Remove unused var `base'.
2961
2962 * finder.el (finder-compile-keywords): Don't mess with windows.
2963
2964 * calculator.el (calculator-funcall): Fix typo in last change.
2965
2966 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2967
2968 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2969 <pkg>-autoloads.el file stop us.
2970
2971 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
2972 warnings, and factor out common code.
2973
2974 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2975
2976 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2977 two-character operators and whether the character preceding them
2978 changes their meaning (Bug#15208).
2979
2980 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2981
2982 Format code sent to Python shell for robustness.
2983 * progmodes/python.el (python-shell-buffer-substring):
2984 New function.
2985 (python-shell-send-region, python-shell-send-buffer): Use it.
2986
2987 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
2988
2989 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2990 * net/tramp.el (tramp-user-error): ... here.
2991 (tramp-find-method, tramp-check-proper-host)
2992 (tramp-dissect-file-name, tramp-debug-message)
2993 (tramp-handle-shell-command):
2994 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2995 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2996
2997 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2998
2999 2013-09-02 Martin Rudalics <rudalics@gmx.at>
3000
3001 * avoid.el (mouse-avoidance-point-position)
3002 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3003 returns nil.
3004
3005 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3006
3007 * progmodes/python.el (python-shell-completion-get-completions):
3008 Drop use of deleted `comint-last-prompt-overlay'.
3009 (python-nav-if-name-main): New command.
3010
3011 2013-09-01 Glenn Morris <rgm@gnu.org>
3012
3013 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3014 Avoid leading space in $wins. Otherwise the sed command used by
3015 eg compile-main ends up containing "/*.el". (Bug#15170)
3016
3017 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3018
3019 2013-08-30 Glenn Morris <rgm@gnu.org>
3020
3021 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3022 Fix is-this-a-directory logic. (Bug#15220)
3023
3024 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3025
3026 * textmodes/css-mode.el: Use SMIE.
3027 (css-smie-grammar): New var.
3028 (css-smie--forward-token, css-smie--backward-token)
3029 (css-smie-rules): New functions.
3030 (css-mode): Use them.
3031 (css-navigation-syntax-table): Remove var.
3032 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3033 (css-indent-calculate, css-indent-line): Remove functions.
3034
3035 Misc changes to reduce use of `(lambda...); and other cleanups.
3036 * cus-edit.el: Use lexical-binding.
3037 (customize-push-and-save, customize-apropos)
3038 (custom-buffer-create-internal): Use closures.
3039 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3040 * progmodes/ada-xref.el: Use setq.
3041 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3042 * dframe.el: Use lexical-binding.
3043 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3044 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3045 * descr-text.el: Use lexical-binding.
3046 (describe-text-widget, describe-text-sexp, describe-property-list):
3047 Use closures.
3048 * comint.el (comint-history-isearch-push-state): Use a closure.
3049 * calculator.el: Use lexical-binding.
3050 (calculator-number-to-string): Make it work with lexical-binding.
3051 (calculator-funcall): Same and use cl-letf.
3052
3053 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3054 (lisp--company-doc-string, lisp--company-location): New functions.
3055 (lisp-completion-at-point): Use them to improve Company support.
3056
3057 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3058 params of lambda expressions.
3059 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3060 (ruby-smie--opening-pipe-p): New function.
3061 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3062 symbols and matched |...| for formal params.
3063 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3064 from being treated as hanging. Handle "rescue".
3065
3066 2013-08-29 Glenn Morris <rgm@gnu.org>
3067
3068 * progmodes/cc-engine.el (c-pull-open-brace):
3069 Move definition before use.
3070
3071 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3072
3073 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3074 are immutable. Don't use `unsafe' any more.
3075 (cl--defsubst-expand): Don't substitute at the same time as keeping
3076 a residual unused let-binding. Don't use `unsafe' any more.
3077
3078 2013-08-29 Glenn Morris <rgm@gnu.org>
3079
3080 * calendar/cal-china.el (calendar-chinese-year-cache):
3081 Recenter on 2015.
3082
3083 * nxml/nxml-util.el (nxml-debug-clear-inside):
3084 Use cl-loop rather than loop.
3085
3086 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3087
3088 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3089
3090 2013-08-28 Glenn Morris <rgm@gnu.org>
3091
3092 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3093
3094 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3095
3096 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3097
3098 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * simple.el (repeat-complex-command--called-interactively-skip):
3101 New function.
3102 (repeat-complex-command): Use it (bug#14136).
3103
3104 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3105 (c-define-abbrev-table): Add `doc' argument.
3106 (c-mode-abbrev-table, c++-mode-abbrev-table)
3107 (objc-mode-abbrev-table, java-mode-abbrev-table)
3108 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3109 (awk-mode-abbrev-table): Use it.
3110 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3111 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3112 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3113 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3114 Move initialization into the declaration; and remove any
3115 autoload cookie.
3116
3117 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3118 and dynamic let binding.
3119
3120 * vc/smerge-mode.el: Remove redundant :group args.
3121
3122 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3123 to load-path.
3124
3125 2013-08-28 Juri Linkov <juri@jurta.org>
3126
3127 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3128 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3129 (isearch-other-meta-char): Handle an undefined shifted printing
3130 character by downshifting it. (Bug#15200)
3131
3132 2013-08-28 Juri Linkov <juri@jurta.org>
3133
3134 * isearch.el (isearch-search): Change regexp error message for
3135 non-regexp searches. (Bug#15166)
3136
3137 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3138
3139 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3140 for portability to hosts where /bin/sh has problems.
3141
3142 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3145
3146 2013-08-27 Juri Linkov <juri@jurta.org>
3147
3148 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3149 in the keyboard macro. (Bug#15126)
3150
3151 2013-08-27 Juri Linkov <juri@jurta.org>
3152
3153 * isearch.el (isearch-quote-char): Comment out converting unibyte
3154 to multibyte, thus syncing with its `quoted-insert' counterpart.
3155 (Bug#15166)
3156
3157 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3158
3159 * window.el (display-buffer-use-some-window): Add missing
3160 argument in call of get-largest-window (Bug#15185).
3161 Reported by Stephen Leake.
3162
3163 2013-08-27 Glenn Morris <rgm@gnu.org>
3164
3165 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3166
3167 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3168
3169 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3170 from a matcher-function unless there's no more matches (bug#15161).
3171
3172 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3173
3174 * minibuffer.el: Revert change from 2013-08-20.
3175
3176 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3177 with text property `tramp-default', if appropriate.
3178 (tramp-check-proper-host): New defun.
3179 (tramp-dissect-file-name): Do not check hostname. Revert change
3180 of 2013-03-18.
3181 (tramp-backtrace): Make VEC-OR-PROC optional.
3182
3183 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3184 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3185 * net/tramp-sh.el (tramp-maybe-open-connection):
3186 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3187 Apply `tramp-check-proper-host'.
3188
3189 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3190
3191 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3192 lambda expression in order to have `describe-variable' display it.
3193
3194 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3195
3196 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3197 BUF can be optional. (Bug#15186)
3198
3199 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3200
3201 * progmodes/flymake.el (flymake-get-real-file-name-function):
3202 Fix broken customization. (Bug#15184)
3203
3204 2013-08-25 Alan Mackenzie <acm@muc.de>
3205
3206 Improve indentation of bracelists defined by macros (without "=").
3207
3208 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3209 expansion begins with "{", regard it as bracelist when it doesn't
3210 contain a ";".
3211
3212 Parse C++ inher-intro when there's a template split over 2 lines.
3213
3214 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3215 rigorously the search for "class" etc. followed by ":".
3216
3217 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3218 random languages a regexp which never matches rather than nil.
3219
3220 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3221
3222 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3223 (c-awk-regexp-one-line-possibly-open-char-list-re)
3224 (c-awk-one-line-possibly-open-regexp-re)
3225 (c-awk-one-line-non-syn-ws*-re): Remove.
3226 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3227 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3228 (c-awk-space*-unclosed-regexp-/-re): New constants.
3229 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3230 aren't regexp delimiters.
3231
3232 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3233 handling for a rare situation in AWK Mode involving unterminated
3234 strings/regexps.
3235
3236 2013-08-23 Glenn Morris <rgm@gnu.org>
3237
3238 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3239
3240 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3241
3242 * files.el (create-file-buffer): If the result would begin with
3243 spaces, prepend a "|" instead of removing them. (Bug#15162)
3244
3245 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3248 text-properties (bug#15155).
3249
3250 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3251 exist any more.
3252 (calc-keypad-redraw): Remove unused var `pad'.
3253 (calc-keypad-press): Remove unused var `menu'.
3254
3255 2013-08-23 Martin Rudalics <rudalics@gmx.at>
3256
3257 * window.el (display-buffer-pop-up-frame):
3258 Call pop-up-frame-function with BUFFER current so `make-frame' will
3259 use it as the new frame's buffer (Bug#15133).
3260
3261 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * calendar/timeclock.el: Minor cleanups.
3264 (timeclock-ask-before-exiting, timeclock-use-display-time):
3265 Use `symbol'.
3266 (timeclock-modeline-display): Define as alias before the
3267 actual definition.
3268 (timeclock-mode-line-display): Use define-minor-mode.
3269 (timeclock-day-list-template): Make it a function, add an argument.
3270 (timeclock-day-list-required, timeclock-day-list-length)
3271 (timeclock-day-list-debt, timeclock-day-list-span)
3272 (timeclock-day-list-break): Adjust calls accordingly.
3273
3274 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3277 Use read--expression so that completion works again.
3278
3279 2013-08-21 Sam Steingold <sds@gnu.org>
3280
3281 Add rudimentary inferior shell interaction
3282 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3283 (sh-set-shell): Reset it.
3284 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3285 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3286
3287 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * align.el: Use lexical-binding.
3290 (align-region): Simplify accordingly.
3291
3292 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
3293
3294 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3295
3296 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3297 `non-essential' up.
3298
3299 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
3300
3301 * net/tramp.el:
3302 * net/tramp-adb.el:
3303 * net/tramp-cmds.el:
3304 * net/tramp-ftp.el:
3305 * net/tramp-gvfs.el:
3306 * net/tramp-gw.el:
3307 * net/tramp-sh.el: Don't wrap external variable declarations by
3308 `eval-when-compile'.
3309
3310 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3311
3312 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3313 now that Emacs supports ImageMagick animations.
3314
3315 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
3316
3317 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3318 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3319
3320 2013-08-16 Martin Rudalics <rudalics@gmx.at>
3321
3322 * window.el (mouse-autoselect-window-select): Do autoselect when
3323 mouse pointer is on margin.
3324
3325 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3326
3327 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3328
3329 2013-08-16 Glenn Morris <rgm@gnu.org>
3330
3331 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3332 Handle "Remote Directory" response of some clients. (Bug#15058)
3333
3334 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3335 Tweak warning. (Bug#14926)
3336
3337 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3338 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3339
3340 * image-mode.el (image-mode-map): Add menu items to reverse,
3341 increase, decrease, reset animation speed.
3342 (image--set-speed, image-increase-speed, image-decrease-speed)
3343 (image-reverse-speed, image-reset-speed): New functions.
3344 (image-mode-map): Add bindings for speed commands.
3345
3346 * image.el (image-animate-get-speed, image-animate-set-speed):
3347 New functions.
3348 (image-animate-timeout): Respect image :speed property.
3349
3350 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3353 previous line (bug#15101).
3354 (debugger-eval-expression, debugger-record-expression):
3355 Use read--expression (bug#15102).
3356
3357 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
3358
3359 Remove byte compiler warnings, visible when compiling with
3360 `byte-compile-force-lexical-warnings' set to t.
3361
3362 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3363 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3364 (tramp-handle-unhandled-file-name-directory)
3365 (tramp-handle-file-notify-add-watch, tramp-action-login)
3366 (tramp-action-succeed, tramp-action-permission-denied)
3367 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3368 arguments with "_".
3369
3370 * net/tramp-adb.el (tramp-adb-parse-device-names)
3371 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3372 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3373 (tramp-adb-handle-file-truename): Remove unused arguments.
3374
3375 * net/tramp-cache.el (tramp-flush-directory-property)
3376 (tramp-flush-connection-property, tramp-list-connections)
3377 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3378
3379 * net/tramp-compat.el (tramp-compat-make-temp-file):
3380 Rename FILENAME to F.
3381
3382 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3383 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3384 (tramp-zeroconf-parse-workstation-device-names)
3385 (tramp-zeroconf-parse-webdav-device-names)
3386 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3387
3388 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3389 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3390
3391 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3392 arguments.
3393 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3394 (tramp-sh-handle-insert-file-contents-literally)
3395 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3396 with "_".
3397 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3398 Remove unused variables.
3399
3400 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3401 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3402 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3403
3404 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3405 Make them a defconst.
3406 (tramp-uuencode-region): Remove unused variable.
3407
3408 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
3409
3410 * frameset.el (frameset--prop-setter): New function.
3411 (frameset-prop): Add gv-setter declaration.
3412 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3413 parameter was already set in FILTERED. Doc fix.
3414 (frameset--record-minibuffer-relationships): Allow saving a
3415 minibufferless frame without its corresponding minibuffer frame.
3416 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3417 frame, if the frame id matches.
3418 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3419 frames before orphaned ones.
3420 (frameset-restore): Warn about orphaned windows, instead of error out.
3421
3422 2013-08-14 Martin Rudalics <rudalics@gmx.at>
3423
3424 * window.el (window-make-atom): Don't overwrite parameter
3425 already present.
3426 (display-buffer-in-atom-window): Handle special case where we
3427 split an already atomic window.
3428 (window--major-non-side-window, display-buffer-in-side-window)
3429 (window--side-check): Ignore minibuffer window when walking
3430 window tree.
3431 (window-deletable-p): Return 'frame only if no other frame uses
3432 our minibuffer window.
3433 (record-window-buffer): Run buffer-list-update-hook.
3434 (split-window): Make sure window--check-frame won't destroy an
3435 existing atomic window in case the new window gets nested
3436 inside.
3437 (display-buffer-at-bottom): Ignore minibuffer window when
3438 walking window tree. Don't split a side window.
3439 (pop-to-buffer): Don't set-buffer here, the select-window call
3440 should do that.
3441 (mouse-autoselect-window-select): Autoselect only if we are in the
3442 text portion of the window.
3443
3444 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3445
3446 * net/shr.el (shr-parse-image-data): New function to grab both the
3447 data itself and the Content-Type.
3448 (shr-put-image): Use it.
3449
3450 * net/eww.el (eww-display-image): Ditto.
3451
3452 * image.el (image-content-type-suffixes): New variable.
3453
3454 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3455
3456 * progmodes/python.el (python-imenu--build-tree)
3457 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3458
3459 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3460
3461 * simple.el (backward-word): Mention the optional argument.
3462
3463 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * frameset.el (frameset--make): Rename constructor from make-frameset.
3466 (frameset-p, frameset-valid-p): Don't autoload.
3467 (frameset-valid-p): Use normal accessors.
3468
3469 2013-08-13 Glenn Morris <rgm@gnu.org>
3470
3471 * progmodes/compile.el (compile-command): Tweak example in doc.
3472 * obsolete/scribe.el (scribe-mode):
3473 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3474
3475 * mail/feedmail.el (feedmail-confirm-outgoing)
3476 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3477
3478 * cus-start.el (truncate-partial-width-windows): Fix type.
3479
3480 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3481
3482 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3483
3484 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3485
3486 * emacs-lisp/timer.el (timer--time-setter): New function.
3487 (timer--time): Use it as gv-setter.
3488
3489 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3490 setter is not a symbol.
3491
3492 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
3493
3494 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3495 if sending fails. This makes debugging easier.
3496
3497 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
3498
3499 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3500 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3501 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3502
3503 2013-08-12 Eli Zaretskii <eliz@gnu.org>
3504
3505 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3506
3507 2013-08-12 Glenn Morris <rgm@gnu.org>
3508
3509 * format.el (format-annotate-function):
3510 Handle read-only text properties in the source. (Bug#14887)
3511
3512 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3513
3514 * net/eww.el (eww-display-html): Ignore coding system errors.
3515 One web site uses "utf-8lias" as the coding system.
3516
3517 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
3518
3519 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3520
3521 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
3522
3523 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3524 (tutorial--detailed-help): Remove unused local variables.
3525 (tutorial--save-tutorial-to): Use ignore-errors.
3526 (help-with-tutorial): Use looking-at-p.
3527
3528 * view.el (view-buffer-other-window, view-buffer-other-frame):
3529 Mark unused arguments.
3530
3531 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3532 (woman-select-symbol-fonts, woman, woman-find-file)
3533 (woman-insert-file-contents, woman-non-underline-faces):
3534 Use string-match-p.
3535 (woman1-unquote): Move declaration.
3536
3537 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3538 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3539 argument. Remove unused local variable.
3540 (xml-parse-elem-type): Use string-match-p.
3541 (xml-substitute-numeric-entities): Use ignore-errors.
3542
3543 * calculator.el (calculator): Mark unused argument.
3544 (calculator-paste, calculator-quit, calculator-integer-p):
3545 Use ignore-errors.
3546 (calculator-string-to-number, calculator-decimal, calculator-exp)
3547 (calculator-op-or-exp): Use string-match-p.
3548
3549 * dired.el (dired-buffer-more-recently-used-p): Declare.
3550 (dired-insert-set-properties, dired-insert-old-subdirs):
3551 Use ignore-errors.
3552
3553 * dired-aux.el (dired-compress): Use ignore-errors.
3554 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3555 (dired-do-async-shell-command, dired-do-shell-command)
3556 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3557 (dired-insert-subdir-validate): Use string-match-p.
3558 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3559 (dired-add-entry): Use string-match-p, looking-at-p.
3560 (dired-insert-subdir-newpos): Remove unused local variable.
3561
3562 * filenotify.el (file-notify-callback): Remove unused local variable.
3563
3564 * filesets.el (filesets-error): Mark unused argument.
3565 (filesets-which-command-p, filesets-filter-dir-names)
3566 (filesets-directory-files, filesets-get-external-viewer)
3567 (filesets-ingroup-get-data): Use string-match-p.
3568
3569 * find-file.el (ff-other-file-name, ff-other-file-name)
3570 (ff-find-the-other-file, ff-cc-hh-converter):
3571 Remove unused local variables.
3572 (ff-get-file-name): Use string-match-p.
3573 (ff-all-dirs-under): Use ignore-errors.
3574
3575 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3576 (follow-select-if-visible): Remove unused local variable.
3577
3578 * forms.el (read-file-filter): Move declaration.
3579 (forms--make-format, forms--make-parser, forms-insert-record):
3580 Quote function with #'.
3581 (forms--update): Use string-match-p. Quote function with #'.
3582
3583 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3584 (help-make-xrefs): Use looking-at-p.
3585 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3586
3587 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3588 (ibuffer-confirm-operation-on): Use string-match-p.
3589
3590 * msb.el (msb-item-handler, msb-dired-item-handler):
3591 Mark unused arguments.
3592
3593 * ses.el (ses-decode-cell-symbol)
3594 (ses-kill-override): Remove unused local variable.
3595 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3596 (ses-load): Use ignore-errors, looking-at-p.
3597 (ses-jump-safe): Use ignore-errors.
3598 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3599
3600 * tabify.el (untabify, tabify): Mark unused arguments.
3601
3602 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3603 Mark unused argument.
3604 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3605 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3606
3607 * emacs-lisp/timer.el (timer--time): Define setter with
3608 gv-define-setter to avoid deprecation warning.
3609
3610 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
3611 (*record-cmpl-statistics-p*): Remove (was commented out).
3612 (cmpl-statistics-block): Remove (body was commented out).
3613 All callers changed.
3614 (add-completions-from-buffer, load-completions-from-file):
3615 Remove unused variables.
3616
3617 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3618
3619 * filecache.el (file-cache-delete-file-list):
3620 Print message only when told so.
3621 (file-cache-files-matching): Use #' in mapconcat argument.
3622
3623 * ffap.el (ffap-url-at-point): Fix reference to variable
3624 thing-at-point-default-mail-uri-scheme.
3625
3626 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * subr.el (define-error): New function.
3629 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3630 error-file-not-found and define with define-error.
3631 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3632 and define with define-error.
3633 * userlock.el (file-locked, file-supersession):
3634 * simple.el (mark-inactive):
3635 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3636 * progmodes/ada-mode.el (ada-mode-errors):
3637 * play/life.el (life-extinct):
3638 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3639 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3640 * nxml/rng-util.el (rng-error):
3641 * nxml/rng-uri.el (rng-uri-error):
3642 * nxml/rng-match.el (rng-compile-error):
3643 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3644 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3645 * nxml/nxml-rap.el (nxml-scan-error):
3646 * nxml/nxml-outln.el (nxml-outline-error):
3647 * net/soap-client.el (soap-error):
3648 * net/gnutls.el (gnutls-error):
3649 * net/ange-ftp.el (ftp-error):
3650 * mpc.el (mpc-proc-error):
3651 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3652 (json-number-format, json-string-escape, json-string-format)
3653 (json-key-format, json-object-format):
3654 * jka-compr.el (compression-error):
3655 * international/quail.el (quail-error):
3656 * international/kkc.el (kkc-error):
3657 * emacs-lisp/ert.el (ert-test-failed):
3658 * calc/calc.el (calc-error, inexact-result, math-overflow)
3659 (math-underflow):
3660 * bookmark.el (bookmark-error-no-filename):
3661 * epg.el (epg-error): Define with define-error.
3662
3663 * time.el (display-time-event-handler)
3664 (display-time-next-load-average): Don't call sit-for since it seems
3665 unnecessary (bug#15045).
3666
3667 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3668 Use #' instead of ' to quote functions.
3669 (checkdoc-output-mode): Use setq-local.
3670 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3671 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3672 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3673 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3674 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3675 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3676 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3677 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3678
3679 * ido.el (ido-completion-help): Fix up compiler warning.
3680
3681 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3682
3683 * frameset.el (frameset-p): Add autoload cookie.
3684 (frameset--jump-to-register): New function, based on code moved from
3685 register.el.
3686 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3687
3688 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3689 (frameset-restore, frameset-save, frameset-session-filter-alist):
3690 Remove declarations.
3691 (register-alist): Doc fix.
3692 (frameset-to-register): Move to frameset.el.
3693 (jump-to-register, describe-register-1): Remove frameset-specific code.
3694
3695 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * allout-widgets.el (allout-widgets-pre-command-business)
3698 (allout-widgets-post-command-business)
3699 (allout-widgets-after-change-handler)
3700 (allout-decorate-item-and-context, allout-set-boundary-marker)
3701 (allout-body-modification-handler)
3702 (allout-graphics-modification-handler): Mark ignored arguments.
3703 (allout-widgets-post-command-business)
3704 (allout-widgets-exposure-change-processor)
3705 (allout-widgets-exposure-undo-processor)
3706 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3707 (allout-parse-item-at-point, allout-decorate-item-guides)
3708 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3709 * allout.el (epa-passphrase-callback-function): Declare.
3710 (allout-overlay-insert-in-front-handler)
3711 (allout-overlay-interior-modification-handler)
3712 (allout-isearch-end-handler, allout-chart-siblings)
3713 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3714 (allout-yank-processing, allout-process-exposed)
3715 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
3716 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
3717 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3718 (lisp-indent-defform): Mark ignored arguments.
3719 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3720 (calculate-lisp-indent): Remove unused variables.
3721 * international/characters.el (indian-2-column, arabic-2-column)
3722 (tibetan): Mark ignored arguments.
3723 (use-cjk-char-width-table): Mark ignored arguments.
3724 Remove unused variables.
3725 * international/fontset.el (build-default-fontset-data)
3726 (x-compose-font-name, create-fontset-from-fontset-spec):
3727 Mark ignored arguments.
3728 (fontset-plain-name): Remove unused variables.
3729 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3730 (keyboard-coding-system): Mark ignored arguments.
3731 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3732 * help.el (resize-temp-buffer-window):
3733 * window.el (display-buffer-in-major-side-window)
3734 (display-buffer-in-side-window, display-buffer-in-previous-window):
3735 Remove unused variables.
3736 * isearch.el (isearch-forward-symbol):
3737 * version.el (emacs-bzr-version-bzr):
3738 * international/mule-cmds.el (current-language-environment):
3739 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3740 (x-handle-display):
3741 * term/pc-win.el (x-list-fonts, x-display-planes)
3742 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3743 (x-server-version, x-display-screens, x-display-mm-height)
3744 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3745 (x-selection-owner-p, x-own-selection-internal)
3746 (x-disown-selection-internal, x-get-selection-internal)
3747 (msdos-initialize-window-system):
3748 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3749 * term/x-win.el (x-handle-no-bitmap-icon):
3750 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3751 (vc-default-find-file-hook, vc-default-extra-menu):
3752 Mark ignored arguments.
3753
3754 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3757 break-condition in the context of the debugged code (bug#12685).
3758
3759 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3760
3761 * comint.el:
3762 Do not use an overlay to highlight the last prompt. (Bug#14744)
3763 (comint-mode): Make comint-last-prompt buffer local.
3764 (comint-last-prompt): New variable.
3765 (comint-last-prompt-overlay): Remove. Superseded by
3766 comint-last-prompt.
3767 (comint-snapshot-last-prompt, comint-output-filter):
3768 Use comint-last-prompt.
3769
3770 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3771
3772 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
3773 (frameset-save): Check validity of the resulting frameset.
3774
3775 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3776
3777 * ido.el (ido-record-command): Add doc string.
3778
3779 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3780
3781 * frameset.el (frameset): Do not disable creation of the default
3782 frameset-p predicate. Doc fix.
3783 (frameset-valid-p): New function, copied from the old predicate-p.
3784 Add additional checks.
3785 (frameset-restore): Check with frameset-valid-p.
3786 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3787 (frameset-name, frameset-description, frameset-properties)
3788 (frameset-states): Add docstring.
3789 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3790 (frameset-filter-alist): Doc fixes.
3791
3792 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3795
3796 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3799 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3800 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3801 (byte-compile-normal-call): Remove obsolescence check.
3802
3803 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3804
3805 * frameset.el (frameset-restore): Doc fix.
3806
3807 * register.el (frameset-frame-id, frameset-frame-with-id)
3808 (frameset-p, frameset-restore, frameset-save): Declare.
3809 (register-alist): Document framesets.
3810 (frameset-session-filter-alist): Declare.
3811 (frameset-to-register): New function.
3812 (jump-to-register): Implement jumping to framesets. Doc fix.
3813 (describe-register-1): Describe framesets.
3814
3815 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3816
3817 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
3818
3819 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3820 Use lexical-binding.
3821
3822 * frameset.el (frameset): Use type vector, not list (incompatible
3823 change). Do not declare a new constructor, use the default one.
3824 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3825 `name' and `description', respectively, and add read-only slot
3826 `timestamp'. Doc fixes.
3827 (frameset-copy, frameset-persistent-filter-alist)
3828 (frameset-filter-alist, frameset-switch-to-gui-p)
3829 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3830 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3831 (frameset-filter-iconified, frameset-keep-original-display-p):
3832 Doc fixes.
3833 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3834 Rename from frameset-filter-(save|restore)-param. All callers changed.
3835 Doc fix.
3836 (frameset-p): Adapt to change to vector and be more thorough.
3837 Change arg name to OBJECT. Doc fix.
3838 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3839 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3840 All callers changed.
3841 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3842 All callers changed.
3843 (frameset--record-minibuffer-relationships): Rename from
3844 frameset--process-minibuffer-frames. All callers changed.
3845 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3846 Use new default constructor (again). Doc fix.
3847 (frameset--find-frame-if): Rename from `frameset--find-frame.
3848 All callers changed.
3849 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3850 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3851 Doc fix.
3852 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3853 PARAMETERS and WINDOW-STATE, respectively.
3854 (frameset-restore): Add new keyword argument PREDICATE.
3855 Reset frameset--target-display to nil. Doc fix.
3856
3857 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3858
3859 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3860 (bat-mode): Use it.
3861 (bat-mode-syntax-table): Mark \n as end-of-comment.
3862 (bat-font-lock-keywords): Remove comment rule.
3863
3864 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3865 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3866
3867 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3868 (byte-compile-callargs-warn): Use `push'.
3869 (byte-compile-arglist-warn): Ignore higher-order "calls".
3870 (byte-compile-file-form-autoload): Use `pcase'.
3871 (byte-compile-function-form): If quoting a symbol, check that it exists.
3872
3873 2013-08-07 Eli Zaretskii <eliz@gnu.org>
3874
3875 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3876 and add a few popular commands found in batch files.
3877 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3878 (dos-mode): Doc fixes.
3879
3880 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3883 (dos-mode): Use setq-local. Add space after "rem".
3884 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3885 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3886
3887 2013-08-07 Arni Magnusson <arnima@hafro.is>
3888
3889 * progmodes/dos.el: New file.
3890 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3891 dos-mode.
3892
3893 2013-08-06 Glenn Morris <rgm@gnu.org>
3894
3895 * calendar/calendar.el: Add new faces, and day-header-array.
3896 (calendar-weekday-header, calendar-weekend-header)
3897 (calendar-month-header): New faces.
3898 (calendar-day-header-construct): New function.
3899 (calendar-day-header-width): Also :set calendar-day-header-array.
3900 (calendar-american-month-header, calendar-european-month-header)
3901 (calendar-iso-month-header): Use calendar- faces.
3902 (calendar-generate-month):
3903 Use calendar-day-header-array for day headers; apply faces to them.
3904 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3905 (calendar-abbrev-construct): Add optional maxlen argument.
3906 (calendar-day-name-array): Doc fix.
3907 (calendar-day-name-array, calendar-abbrev-length)
3908 (calendar-day-abbrev-array):
3909 Also :set calendar-day-header-array, and maybe redraw.
3910 (calendar-day-header-array): New option. (Bug#15007)
3911 (calendar-font-lock-keywords): Set to nil and make obsolete.
3912 (calendar-day-name): Add option to use header array.
3913
3914 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3915
3916 * net/shr.el (shr-render-td): Remove debugging.
3917 (shr-render-td): Make width computation consistent by defaulting
3918 all zero-width columns to 10 characters. This may not be optimal,
3919 but it's at least consistent.
3920 (shr-make-table-1): Redo last change to fix the real problem in
3921 colspan handling.
3922
3923 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3924
3925 * files.el (cache-long-line-scans):
3926 Make obsolete alias to `cache-long-scans'.
3927
3928 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3929
3930 * frameset.el (frameset, frameset-filter-alist)
3931 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3932 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3933 (frameset-compute-pos): Rename from frameset--compute-pos,
3934 and add docstring.
3935 (frameset-move-onscreen): Use frameset-compute-pos.
3936 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3937
3938 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3939 Fix typos in docstrings.
3940
3941 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3942
3943 * frame.el (get-other-frame): Tiny cleanup.
3944
3945 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3946
3947 * vc/vc.el (vc-default-ignore-completion-table):
3948 Silence byte-compiler warning.
3949
3950 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3951 slot , which can indeed be nil.
3952 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3953 Move entry for `left' from persistent to live filter alist.
3954 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3955 Doc fixes.
3956 (frameset-filter-params): When restoring a frame, copy items added to
3957 `filtered', to avoid unwittingly modifying the original parameters.
3958 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3959 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3960
3961 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3962 to use looking-at-p instead of looking-at. (Bug#15028)
3963
3964 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 Revert introduction of isearch-filter-predicates (bug#14714).
3967 Rely on add-function instead.
3968 * isearch.el (isearch-filter-predicates): Rename it back to
3969 isearch-filter-predicate.
3970 (isearch-message-prefix): Use advice-function-mapc and advice
3971 properties to get the isearch-message-prefix.
3972 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3973 instead of run-hook-with-args-until-failure.
3974 (isearch-filter-visible): Not obsolete any more.
3975 * loadup.el: Preload nadvice.
3976 * replace.el (perform-replace): Revert to funcall
3977 instead of run-hook-with-args-until-failure.
3978 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3979 * dired-aux.el (dired-isearch-filenames-mode): Rename from
3980 dired-isearch-filenames-toggle; make it into a proper minor mode.
3981 Use add/remove-function.
3982 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3983 Call the minor-mode rather than add/remove-hook.
3984 (dired-isearch-filter-filenames):
3985 Remove isearch-message-prefix property.
3986 * info.el (Info--search-loop): New function, extracted from Info-search.
3987 Funcall isearch-filter-predicate instead of
3988 run-hook-with-args-until-failure isearch-filter-predicates.
3989 (Info-search): Use it.
3990 (Info-mode): Use isearch-filter-predicate instead of
3991 isearch-filter-predicates.
3992
3993 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3994
3995 Do not call to `selected-window' where it is assumed by default.
3996 Affected functions are `window-minibuffer-p', `window-dedicated-p',
3997 `window-hscroll', `window-width', `window-height', `window-buffer',
3998 `window-frame', `window-start', `window-point', `next-window'
3999 and `window-display-table'.
4000 * abbrev.el (abbrev--default-expand):
4001 * bs.el (bs--show-with-configuration):
4002 * buff-menu.el (Buffer-menu-mouse-select):
4003 * calc/calc.el (calc):
4004 * calendar/calendar.el (calendar-generate-window):
4005 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4006 (diary-make-entry):
4007 * comint.el (send-invisible, comint-dynamic-complete-filename)
4008 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4009 * completion.el (complete):
4010 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4011 * disp-table.el (describe-current-display-table):
4012 * doc-view.el (doc-view-insert-image):
4013 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4014 * ehelp.el (with-electric-help):
4015 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4016 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4017 * emacs-lisp/helper.el (Helper-help-scroller):
4018 * emulation/cua-base.el (cua--post-command-handler-1):
4019 * eshell/esh-mode.el (eshell-output-filter):
4020 * ffap.el (ffap-gnus-wrapper):
4021 * help-macro.el (make-help-screen):
4022 * hilit-chg.el (highlight-compare-buffers):
4023 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4024 * hl-line.el (global-hl-line-highlight):
4025 * icomplete.el (icomplete-simple-completing-p):
4026 * isearch.el (isearch-done):
4027 * jit-lock.el (jit-lock-stealth-fontify):
4028 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4029 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4030 * mpc.el (mpc-tagbrowser, mpc):
4031 * net/rcirc.el (rcirc-any-buffer):
4032 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4033 * play/landmark.el (landmark-max-width, landmark-max-height):
4034 * play/zone.el (zone):
4035 * progmodes/compile.el (compilation-goto-locus):
4036 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4037 * progmodes/etags.el (find-tag-other-window):
4038 * progmodes/fortran.el (fortran-column-ruler):
4039 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4040 * progmodes/verilog-mode.el (verilog-point-text):
4041 * reposition.el (reposition-window):
4042 * rot13.el (toggle-rot13-mode):
4043 * server.el (server-switch-buffer):
4044 * shell.el (shell-dynamic-complete-command)
4045 (shell-dynamic-complete-environment-variable):
4046 * simple.el (insert-buffer, set-selective-display)
4047 (delete-completion-window):
4048 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4049 (speedbar-recenter):
4050 * startup.el (fancy-splash-head):
4051 * textmodes/ispell.el (ispell-command-loop):
4052 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4053 * tutorial.el (help-with-tutorial):
4054 * vc/add-log.el (add-change-log-entry):
4055 * vc/compare-w.el (compare-windows):
4056 * vc/ediff-help.el (ediff-indent-help-message):
4057 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4058 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4059 (ediff-setup-control-frame):
4060 * vc/emerge.el (emerge-position-region):
4061 * vc/pcvs-util.el (cvs-bury-buffer):
4062 * window.el (walk-windows, mouse-autoselect-window-select):
4063 * winner.el (winner-set-conf, winner-undo): Related users changed.
4064
4065 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4066
4067 * frameset.el (frameset--set-id): Doc fix.
4068 (frameset-frame-id, frameset-frame-id-equal-p)
4069 (frameset-locate-frame-id): New functions.
4070 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4071 (frameset-restore): Use them.
4072
4073 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4074
4075 Do not call to `selected-frame' where it is assumed by default.
4076 Affected functions are `raise-frame', `redraw-frame',
4077 `frame-first-window', `frame-terminal' and `delete-frame'.
4078 * calendar/appt.el (appt-disp-window):
4079 * epg.el (epg-wait-for-completion):
4080 * follow.el (follow-delete-other-windows-and-split)
4081 (follow-avoid-tail-recenter):
4082 * international/mule.el (set-terminal-coding-system):
4083 * mail/rmail.el (rmail-mail-return):
4084 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4085 * progmodes/f90.el (f90-add-imenu-menu):
4086 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4087 * server.el (server-switch-buffer):
4088 * simple.el (delete-completion-window):
4089 * talk.el (talk):
4090 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4091 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4092 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4093 * vc/ediff.el (ediff-documentation): Related users changed.
4094 * frame.el (selected-terminal): Remove the leftover.
4095
4096 2013-08-05 Glenn Morris <rgm@gnu.org>
4097
4098 * calendar/calendar.el (calendar-generate-month):
4099 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4100 (calendar-generate-month, calendar-font-lock-keywords):
4101 Fix for calendar-day-header-width > length of any day name.
4102
4103 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4104
4105 * desktop.el (desktop-clear): Use new name of sort predicate.
4106
4107 * frameset.el (frameset): Add docstring. Move :version property to its
4108 own `version' slot.
4109 (frameset-copy): Rename from copy-frameset.
4110 (frameset-p): Check more thoroughly.
4111 (frameset-prop): Do not check for :version, which is no longer a prop.
4112 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4113 Use new :never value instead of t.
4114 (frameset-filter-alist): Expand and clarify docstring.
4115 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4116 (frameset-filter-minibuffer, frameset-filter-save-param)
4117 (frameset-filter-restore-param, frameset-filter-iconified):
4118 Add pointer to docstring of frameset-filter-alist.
4119 (frameset-filter-params): Rename filter values to be more meaningful:
4120 :never instead of t, and reverse the meanings of :save and :restore.
4121 (frameset--process-minibuffer-frames): Clarify error message.
4122 (frameset-save): Avoid unnecessary and confusing call to framep.
4123 Use new BOA constructor for framesets.
4124 (frameset--reuse-list): Doc fix.
4125 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4126 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4127 (frameset-minibufferless-first-p): Doc fix.
4128 Rename from frameset-sort-frames-for-deletion.
4129 (frameset-restore): Doc fixes. Use new function names.
4130 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4131
4132 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4133
4134 * desktop.el (desktop-restore-forces-onscreen)
4135 (desktop-restore-reuses-frames): Document :keyword constant values.
4136 (desktop-filter-parameters-alist): Remove, now identical to
4137 frameset-filter-alist.
4138 (desktop--filter-tty*): Remove, moved to frameset.el.
4139 (desktop-save-frameset, desktop-restore-frameset):
4140 Do not pass :filters argument.
4141
4142 * frameset.el (frameset-live-filter-alist)
4143 (frameset-persistent-filter-alist): New variables.
4144 (frameset-filter-alist): Use them. Add autoload cookie.
4145 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4146 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4147 `frameset--id' (it's supposed to be internal to frameset.el).
4148 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4149 (frameset--initial-params): New function.
4150 (frameset--get-frame): Use it. Doc fix.
4151 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4152 Accept :all, not 'all.
4153 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4154 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4155 with fbound symbols. Fix frame id matching, and remove matching ids if
4156 the frame being restored is deleted. Obey :delete.
4157
4158 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4159
4160 * subr.el (macrop): New function.
4161 (text-clone--maintaining): New var.
4162 (text-clone--maintain): Rename from text-clone-maintain. Use it
4163 instead of inhibit-modification-hooks.
4164
4165 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4166 a proxy, so as handle autoloads and redefinitions of the target.
4167 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4168
4169 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4170 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4171 (pcase--mutually-exclusive-p): New function.
4172 (pcase--split-consp): Use it.
4173 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4174 mutually exclusive with the current predicate.
4175
4176 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4177 (edebug-macrop): Remove. Use `macrop' instead.
4178 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4179 (ad-macro-p):
4180 * eshell/esh-cmd.el (eshell-macrop):
4181 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4182
4183 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4184
4185 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4186 (advice-mapc): New function, using it.
4187 (advice-function-member-p): New function.
4188 (advice--normalize): Store the cdr in advice--saved-rewrite since
4189 that's the part that will be changed.
4190 (advice--symbol-function): New function.
4191 (advice-remove): Handle removal before the function is defined.
4192 Adjust to new advice--saved-rewrite.
4193 (advice-member-p): Use advice-function-member-p and
4194 advice--symbol-function.
4195
4196 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4197
4198 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4199 (frameset-filter-minibuffer): Doc fix.
4200 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
4201 (frameset--set-id, frameset--process-minibuffer-frames)
4202 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4203 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4204
4205 * desktop.el (desktop-clear): Only delete frames when called
4206 interactively and desktop-restore-frames is non-nil. Doc fix.
4207 (desktop-read): Set desktop-saved-frameset to nil.
4208
4209 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4210
4211 * vc/vc.el (vc-ignore): Rewrite.
4212 (vc-default-ignore-completion-table):
4213 (vc--read-lines):
4214 (vc--add-line, vc--remove-regexp): New functions.
4215
4216 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4217 (vc-svn-ignore-completion-table): New function.
4218
4219 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4220 (vc-hg-ignore-completion-table):
4221 (vc-hg-find-ignore-file): New functions.
4222
4223 * vc/vc-git.el (vc-git-ignore): Rewrite.
4224 (vc-git-ignore-completion-table):
4225 (vc-git-find-ignore-file): New functions.
4226
4227 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4228
4229 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4230 (vc-bzr-ignore-completion-table):
4231 (vc-bzr-find-ignore-file): New functions.
4232
4233 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * frameset.el (frameset-prop): New function and setter.
4236 (frameset-save): Do not modify frame list passed by the caller.
4237
4238 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4241
4242 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4245 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4246
4247 * custom.el (custom-initialize-default, custom-initialize-set)
4248 (custom-initialize-reset, custom-initialize-changed): Affect the
4249 toplevel-default-value (bug#6275, bug#14586).
4250 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4251 for bug#6275.
4252
4253 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4254
4255 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4256 Add cl-def* expressions.
4257
4258 * frameset.el (frameset-filter-params): Fix order of arguments.
4259
4260 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4261
4262 Move code related to saving frames to frameset.el.
4263 * desktop.el: Require frameset.
4264 (desktop-restore-frames): Doc fix.
4265 (desktop-restore-reuses-frames): Rename from
4266 desktop-restoring-reuses-frames.
4267 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4268 (desktop-clear): Clear frames too.
4269 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4270 (desktop--filter-tty*, desktop-save, desktop-read):
4271 Use frameset functions.
4272 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4273 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4274 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4275 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4276 (desktop--process-minibuffer-frames, desktop-save-frames)
4277 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4278 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4279 (desktop--sort-states, desktop-restoring-frames-p)
4280 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4281 (desktop-restoring-frameset-p, desktop-restore-frameset)
4282 (desktop--check-dont-save, desktop-save-frameset): New functions.
4283 (desktop--app-id): New constant.
4284 (desktop-first-buffer, desktop-buffer-ok-count)
4285 (desktop-buffer-fail-count): Move before first use.
4286 * frameset.el: New file.
4287
4288 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * files.el: Use lexical-binding.
4291 (dir-locals-read-from-file): Remove unused `err' variable.
4292 (hack-dir-local-variables--warned-coding): New var.
4293 (hack-dir-local-variables): Use it to avoid repeated warnings.
4294 (make-backup-file-name--default-function): New function.
4295 (make-backup-file-name-function): Use it as default.
4296 (buffer-stale--default-function): New function.
4297 (buffer-stale-function): Use it as default.
4298 (revert-buffer-insert-file-contents--default-function): New function.
4299 (revert-buffer-insert-file-contents-function): Use it as default.
4300 (insert-directory): Avoid add-to-list.
4301
4302 * autorevert.el (auto-revert-handler): Simplify.
4303 Use buffer-stale--default-function.
4304
4305 2013-08-01 Tassilo Horn <tsdh@gnu.org>
4306
4307 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4308
4309 * whitespace.el (whitespace-ensure-local-variables): New function.
4310 (whitespace-cleanup-region): Call it.
4311 (whitespace-turn-on): Call it.
4312
4313 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
4314
4315 Complete file name handlers.
4316
4317 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4318 (tramp-handle-verify-visited-file-modtime)
4319 (tramp-handle-file-notify-rm-watch): New functions.
4320 (tramp-call-process): Do not bind `default-directory'.
4321
4322 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4323 Order alphabetically.
4324 [access-file, add-name-to-file, dired-call-process]:
4325 [dired-compress-file, file-acl, file-notify-rm-watch]:
4326 [file-ownership-preserved-p, file-selinux-context]:
4327 [make-directory-internal, make-symbolic-link, set-file-acl]:
4328 [set-file-selinux-context, set-visited-file-modtime]:
4329 [verify-visited-file-modtime]: Add handler.
4330 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4331
4332 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4333 [file-notify-add-watch, file-notify-rm-watch]:
4334 [set-file-times, set-visited-file-modtime]:
4335 [verify-visited-file-modtime]: Add handler.
4336 (with-tramp-gvfs-error-message)
4337 (tramp-gvfs-handle-set-visited-file-modtime)
4338 (tramp-gvfs-fuse-file-name): Remove.
4339 (tramp-gvfs-handle-file-notify-add-watch)
4340 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4341 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4342
4343 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4344 Order alphabetically.
4345 [file-notify-rm-watch ]: Use default Tramp handler.
4346 [executable-find]: Remove private handler.
4347 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4348 `default-directory'.
4349 (tramp-sh-handle-executable-find)
4350 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4351 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4352 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4353 Do not use `format' in `tramp-message'.
4354
4355 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4356 [file-notify-rm-watch, set-visited-file-modtime]:
4357 [verify-visited-file-modtime]: Add handler.
4358 (tramp-smb-call-winexe): Do not bind `default-directory'.
4359
4360 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4361
4362 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4363
4364 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4365
4366 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4367 use it.
4368 (log-view-diff-changeset): Same.
4369 (log-view-diff-common): Call backend command `previous-revision'
4370 to find out the previous revision, in both cases. Swap the
4371 variables `to' and `fr', so that `fr' usually refers to the
4372 earlier revision (Bug#14989).
4373
4374 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
4375
4376 * ibuf-ext.el (ibuffer-filter-by-filename):
4377 Make it work with dired buffers too.
4378
4379 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4380
4381 * emacs-lisp/re-builder.el (reb-color-display-p):
4382 * files.el (save-buffers-kill-terminal):
4383 * net/browse-url.el (browse-url):
4384 * server.el (server-save-buffers-kill-terminal):
4385 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4386 Prefer nil to selected-frame for the first arg of frame-parameter.
4387
4388 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4389
4390 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4391
4392 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
4393
4394 * minibuffer.el (completion--twq-all): Try and preserve each
4395 completion's case choice (bug#14907).
4396
4397 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4398
4399 * net/network-stream.el (open-network-stream): Mention the new
4400 :nogreeting parameter.
4401 (network-stream-open-starttls): Use the :nogreeting parameter
4402 (bug#14938).
4403
4404 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4405
4406 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4407 more natural than popping.
4408
4409 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4410 (shr-urlify): Highlight under mouse.
4411
4412 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4413
4414 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4415
4416 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4417
4418 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4419 buffer for output.
4420
4421 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4422 point-min==1. Fix search string. Fix parentheses missing.
4423
4424 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
4425 assume point-min==1. Fix search string. Fix parentheses missing.
4426
4427 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4428
4429 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4430 buffer for output.
4431
4432 2013-07-29 Eli Zaretskii <eliz@gnu.org>
4433
4434 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4435 initial frame is minibuffer-less. (Bug#14841)
4436
4437 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
4438
4439 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4440 option.
4441
4442 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4443 (tramp-maybe-open-connection): Use it.
4444
4445 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4446
4447 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4448 minimal set of parameters passed when creating a frame, because
4449 the minibuffer status of a frame cannot be changed later.
4450
4451 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
4452
4453 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4454 replace-regexp-in-string and inadvertent omissions in previous change.
4455 (todo-filter-items): Ensure only file names are comma-separated in
4456 name of filtered items buffer.
4457
4458 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4459
4460 * desktop.el: Optionally force offscreen frames back onscreen.
4461 (desktop-restoring-reuses-frames): New option.
4462 (desktop--compute-pos, desktop--move-onscreen): New functions.
4463 (desktop--make-frame): Use desktop--move-onscreen.
4464
4465 2013-07-27 Alan Mackenzie <acm@muc.de>
4466
4467 Fontify a Java generic method as a function.
4468 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4469 value to t.
4470
4471 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
4472
4473 * calendar/todo-mode.el: Add command to rename todo files.
4474 (todo-rename-file): New command.
4475 (todo-key-bindings-t): Add key binding for it. Change the
4476 bindings of todo-filter-regexp-items(-multifile) to use `x'
4477 instead of `r', since the latter is better suited to the new
4478 renaming command.
4479
4480 2013-07-27 Alan Mackenzie <acm@muc.de>
4481
4482 Make Java try-with-resources statement parse properly.
4483 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4484 (c-block-stmt-1-2-key): New language constants/variables.
4485 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4486 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4487 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4488 with c-block-stmt-1-2-key.
4489
4490 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
4491
4492 * desktop.el (desktop--make-frame): Apply most frame parameters after
4493 creating the frame to force (partially or totally) offscreen frames to
4494 be restored as such.
4495
4496 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4497
4498 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4499 (Bug#14948)
4500
4501 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4504 `base' arg of backtrace-frame.
4505
4506 2013-07-26 Eli Zaretskii <eliz@gnu.org>
4507
4508 * simple.el (list-processes): Doc fix.
4509
4510 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * desktop.el (desktop--select-frame):
4513 Try harder to reuse existing frames.
4514
4515 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4518 (edebug-eval): Use backtrace-eval.
4519 (edebug--display, edebug--recursive-edit): Don't let-bind the
4520 edebug-outer-* vars that keep track of variables we locally let-bind.
4521 (edebug-outside-excursion): Don't restore outside values of locally
4522 let-bound vars.
4523 (edebug--display): Use user-error.
4524 (cl-lexical-debug, cl-debug-env): Remove.
4525
4526 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4527
4528 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4529 are restored to be sure that they are visible before deleting any
4530 remaining ones.
4531
4532 2013-07-26 Matthias Meulien <orontee@gmail.com>
4533
4534 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4535 vc-print-root-log. (Bug#14948)
4536
4537 2013-07-26 Richard Stallman <rms@gnu.org>
4538
4539 Add aliases for encrypting mail.
4540 * epa.el (epa-mail-aliases): New option.
4541 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4542 Bind inhibit-read-only so read-only text doesn't ruin everything.
4543 (epa-mail-default-recipients): New subroutine broken out.
4544 Handle epa-mail-aliases.
4545
4546 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 Add support for lexical variables to the debugger's `e' command.
4549 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4550 vars, except for debugger-outer-match-data.
4551 (debugger-frame-number): Move check for "on a function call" from
4552 callers into it. Add `skip-base' argument.
4553 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4554 (debugger-env-macro): Only reset the state stored in non-variables,
4555 i.e. current-buffer and match-data.
4556 (debugger-eval-expression): Rewrite using backtrace-eval.
4557 * subr.el (internal--called-interactively-p--get-frame): Remove.
4558 (called-interactively-p):
4559 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4560 `base' arg of backtrace-frame instead.
4561
4562 2013-07-26 Glenn Morris <rgm@gnu.org>
4563
4564 * align.el (align-regexp): Doc fix. (Bug#14857)
4565 (align-region): Explicit error if subexpression missing/does not match.
4566
4567 * simple.el (global-visual-line-mode):
4568 Do not duplicate the mode lighter. (Bug#14858)
4569
4570 2013-07-25 Martin Rudalics <rudalics@gmx.at>
4571
4572 * window.el (display-buffer): In display-buffer bind
4573 split-window-keep-point to t, bug#14829.
4574
4575 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4576
4577 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4578 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4579 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4580 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4581 Change accordingly.
4582 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4583 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
4584
4585 2013-07-25 Glenn Morris <rgm@gnu.org>
4586
4587 * dired-x.el (dired-mark-extension): Convert comment to doc string.
4588
4589 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4590
4591 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4592 parameter to modify-frame-parameters if the value has not changed;
4593 this is a workaround for bug#14949.
4594 (desktop--make-frame): On cl-delete-if call, check parameter name,
4595 not full parameter.
4596
4597 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4598
4599 * vc/vc.el (vc-ignore): New function.
4600
4601 * vc/vc-svn.el (vc-svn-ignore): New function.
4602
4603 * vc/vc-hg.el (vc-hg-ignore): New function.
4604
4605 * vc/vc-git.el (vc-git-ignore): New function.
4606
4607 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4608 (vc-dir-ignore): New function.
4609
4610 * vc/vc-cvs.el (vc-cvs-ignore): New function.
4611 (cvs-append-to-ignore): Move here from pcvs.el.
4612
4613 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4614
4615 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4616
4617 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
4618
4619 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4620 (desktop-restore-frames): Warn when deleting an existing frame failed.
4621
4622 2013-07-24 Glenn Morris <rgm@gnu.org>
4623
4624 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4625
4626 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
4627
4628 * filenotify.el (file-notify-supported-p):
4629 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4630 Remove functions.
4631
4632 * autorevert.el (auto-revert-use-notify):
4633 (auto-revert-notify-add-watch):
4634 * net/tramp.el (tramp-file-name-for-operation):
4635 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4636 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4637 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4638 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4639 Remove `file-notify-supported-p' entry.
4640
4641 2013-07-24 Glenn Morris <rgm@gnu.org>
4642
4643 * printing.el: Replace all uses of deleted ps-windows-system,
4644 ps-lp-system, ps-flatten-list with lpr- versions.
4645
4646 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4649 checked with memq (bug#14935).
4650
4651 * files.el (revert-buffer-function): Use a non-nil default.
4652 (revert-buffer-preserve-modes): Declare var to
4653 provide access to the `preserve-modes' argument.
4654 (revert-buffer): Let-bind it.
4655 (revert-buffer--default): New function, extracted from revert-buffer.
4656
4657 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * lpr.el: Signal print errors more prominently.
4660 (print-region-function): Don't default to nil.
4661 (lpr-print-region): New function, extracted from print-region-1.
4662 Check lpr's return value and signal an error in case of problem.
4663 (print-region-1): Use it.
4664 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4665 versions instead.
4666 (ps-printer-name): Default to nil.
4667 (ps-printer-name-option): Default to lpr-printer-switch.
4668 (ps-print-region-function): Don't default to nil.
4669 (ps-postscript-code-directory): Simplify default.
4670 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4671 (ps-string-list, ps-eval-switch, ps-flatten-list)
4672 (ps-flatten-list-1): Remove.
4673 (ps-multibyte-buffer): Avoid setq.
4674 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4675 (print-region-function, ps-print-region-function): Don't set them here.
4676
4677 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4678
4679 * ido.el (ido-fractionp):
4680 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4681 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4682 (ido-max-directory-size, ido-max-dir-file-cache)
4683 (ido-decorations): Doc fix.
4684
4685 * ansi-color.el: Fix old URL.
4686
4687 2013-07-23 Michael R. Mauger <michael@mauger.com>
4688
4689 * progmodes/sql.el: Version 3.3
4690 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4691 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4692 (sql-interactive-remove-continuation-prompt): Rewrite, use
4693 functions above. Fix continuation prompt and complete output line
4694 handling.
4695 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4696 redirected output buffer.
4697 (sql-mode): Restore deleted code (Bug#13591).
4698
4699 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4700
4701 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4702
4703 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
4704
4705 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4706
4707 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4708 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4709 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4710
4711 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4712
4713 * desktop.el (desktop-clear): Simplify; remove useless checks
4714 against invalid buffer names.
4715 (desktop-list*): Use cl-list*.
4716 (desktop-buffer-info, desktop-create-buffer): Simplify.
4717
4718 2013-07-23 Leo Liu <sdl.web@gmail.com>
4719
4720 * bookmark.el (bookmark-make-record): Restore NAME as a default
4721 value. (Bug#14933)
4722
4723 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4724
4725 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4726 extracted from autoload--insert-text.
4727 (autoload--insert-text): Remove.
4728 (autoload--print-cookie-text): New function, extracted from
4729 autoload--insert-cookie-text.
4730 (autoload--insert-cookie-text): Remove.
4731 (autoload-generate-file-autoloads): Adjust calls accordingly.
4732
4733 * winner.el (winner-hook-installed-p): Remove.
4734 (winner-mode): Simplify accordingly.
4735
4736 * subr.el (add-to-list): Fix compiler-macro when `append' is
4737 not constant. Don't use `cl-member' for the base case.
4738
4739 * progmodes/subword.el: Fix boundary case (bug#13758).
4740 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4741 own group.
4742 (subword-backward-regexp): Make it a constant.
4743 (subword-forward-internal): Don't treat a trailing capital as the
4744 beginning of a word.
4745
4746 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4747
4748 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4749 global value of tabulated-list-revert-hook (bug#14930).
4750
4751 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
4752
4753 * desktop.el: Require 'cl-lib.
4754 (desktop-before-saving-frames-functions): New hook.
4755 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4756 for frames being saved. Rename from desktop--save-minibuffer-frames.
4757 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
4758 Do not save frames with non-nil `desktop-dont-save' parameter.
4759 Filter out deleted frames.
4760 (desktop--find-frame): Use cl-find-if.
4761 (desktop--select-frame): Use cl-(first|second|third) to access values
4762 of desktop-mini.
4763 (desktop--make-frame): Use cl-delete-if.
4764 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4765 (desktop-restore-frames): Use cl-(first|second|third) to access values
4766 of desktop-mini. Look for visible frame at the end, not while
4767 restoring frames.
4768
4769 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4770 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4771 Use string-match-p, looking-at-p (bug#14927).
4772
4773 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
4774
4775 * desktop.el (desktop-saved-frame-states):
4776 Rename from desktop--saved-states; all users changed.
4777 (desktop-save-frames): Rename from desktop--save-frames.
4778 Do not save state to desktop file.
4779 (desktop-save): Save desktop-saved-frame-states to desktop file
4780 and reset to nil.
4781 (desktop-restoring-frames-p): New function.
4782 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4783 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4784 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4785
4786 * desktop.el: Correctly restore iconified frames.
4787 (desktop--filter-iconified-position): New function.
4788 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4789
4790 2013-07-20 Glenn Morris <rgm@gnu.org>
4791
4792 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4793 Let `message' do the formatting.
4794 (def-gdb-preempt-display-buffer): Add explicit format.
4795
4796 * image-dired.el (image-dired-track-original-file):
4797 Use with-current-buffer.
4798 (image-dired-track-thumbnail): Use with-current-buffer.
4799 Avoid changing point of wrong window.
4800
4801 * image-dired.el (image-dired-track-original-file):
4802 Avoid changing point of wrong window. (Bug#14909)
4803
4804 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
4805
4806 * progmodes/gdb-mi.el (gdb-done-or-error):
4807 Guard against "%" in gdb output. (Bug#14127)
4808
4809 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4810
4811 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4812 (Bug#14826)
4813
4814 * international/mule.el (coding-system-iso-2022-flags): Fix last
4815 change.
4816
4817 2013-07-20 Kenichi Handa <handa@gnu.org>
4818
4819 * international/mule.el (coding-system-iso-2022-flags):
4820 Add `8-bit-level-4'. (Bug#8522)
4821
4822 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4823
4824 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4825 (bug#14815).
4826
4827 * net/eww.el (eww-process-text-input): Allow inputting when the
4828 point is at the start of the line, as the properties aren't
4829 front-sticky.
4830
4831 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4832 degenerate widths.
4833
4834 2013-07-19 Richard Stallman <rms@gnu.org>
4835
4836 * epa.el (epa-popup-info-window): Doc fix.
4837
4838 * subr.el (split-string): New arg TRIM.
4839
4840 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
4841
4842 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4843 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4844
4845 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
4846
4847 * filenotify.el (file-notify--library): Rename from
4848 `file-notify-support'. Do not autoload. Adapt all uses.
4849 (file-notify-supported-p): New defun.
4850
4851 * autorevert.el (auto-revert-use-notify):
4852 Use `file-notify-supported-p' instead of `file-notify-support'.
4853 Adapt docstring.
4854 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4855
4856 * net/tramp.el (tramp-file-name-for-operation):
4857 Add `file-notify-supported-p'.
4858
4859 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4860 New defun.
4861 (tramp-sh-file-name-handler-alist): Add it as handler for
4862 `file-notify-supported-p '.
4863
4864 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4865 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4866 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4867 Add `ignore' as handler for `file-notify-*' functions.
4868
4869 2013-07-17 Eli Zaretskii <eliz@gnu.org>
4870
4871 * simple.el (line-move-partial, line-move): Don't start vscroll or
4872 scroll-up if the current line is not taller than the window.
4873 (Bug#14881)
4874
4875 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4876
4877 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4878 highlight question marks in the method names as strings.
4879 (ruby-block-beg-keywords): Inline.
4880 (ruby-font-lock-keyword-beg-re): Extract from
4881 `ruby-font-lock-keywords'.
4882
4883 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4884
4885 * frame.el (blink-cursor-blinks): New defcustom.
4886 (blink-cursor-blinks-done): New defvar.
4887 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4888 (blink-cursor-timer-function): Check if number of blinks has been
4889 done on X and NS.
4890 (blink-cursor-suspend, blink-cursor-check): New defuns.
4891
4892 2013-07-15 Glenn Morris <rgm@gnu.org>
4893
4894 * edmacro.el (edmacro-format-keys): Fix previous change.
4895
4896 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4897
4898 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4899 The hack didn't work outside English locales anyway.
4900
4901 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
4902
4903 * simple.el (define-alternatives): Rename from alternatives-define,
4904 per RMS' suggestion.
4905
4906 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
4907
4908 * desktop.el (desktop-restore-frames): Change default to t.
4909 (desktop-restore-in-current-display): Now offer more options.
4910 (desktop-restoring-reuses-frames): New customization option.
4911 (desktop--saved-states): Doc fix.
4912 (desktop-filter-parameters-alist): New variable, renamed and expanded
4913 from desktop--excluded-frame-parameters.
4914 (desktop--target-display): New variable.
4915 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4916 (desktop--filter-tty*, desktop--filter-*-color)
4917 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4918 (desktop--filter-save-desktop-parm)
4919 (desktop-restore-in-original-display-p): New functions.
4920 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4921 (desktop--save-minibuffer-frames): New function, inspired by a similar
4922 function from Martin Rudalics.
4923 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4924 (desktop--restore-in-this-display-p): Remove.
4925 (desktop--find-frame): Rename from desktop--find-frame-in-display
4926 and add predicate argument.
4927 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4928 (desktop--reuse-list): New variable.
4929 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4930 New functions.
4931 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4932
4933 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
4934
4935 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4936
4937 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4938
4939 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4940 Highlight conversion methods on Kernel.
4941
4942 2013-07-13 Alan Mackenzie <acm@muc.de>
4943
4944 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4945 and comment it out. This out-commenting enables certain C++
4946 declarations to be parsed correctly.
4947
4948 2013-07-13 Eli Zaretskii <eliz@gnu.org>
4949
4950 * international/mule.el (define-coding-system): Doc fix.
4951
4952 * simple.el (default-font-height): Don't call font-info if the
4953 frame's default font didn't change since the frame was created.
4954 (Bug#14838)
4955
4956 2013-07-13 Leo Liu <sdl.web@gmail.com>
4957
4958 * ido.el (ido-read-file-name): Guard against non-symbol value.
4959
4960 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4961
4962 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4963 in nested defuns.
4964
4965 2013-07-13 Leo Liu <sdl.web@gmail.com>
4966
4967 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4968 ido-set-matches call. (Bug#6852)
4969
4970 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4971
4972 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4973 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4974 Ruby 2.0.
4975 (ruby-font-lock-keywords): Distinguish calls to functions with
4976 module-like names from module references. Highlight character
4977 literals.
4978
4979 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4980
4981 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
4982 (gdb-send): Handle continued commands. (Bug#14847)
4983
4984 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4985
4986 * desktop.el (desktop--v2s): Remove unused local variable.
4987 (desktop-save-buffer): Make defvar-local; adjust docstring.
4988 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4989 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4990
4991 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
4992
4993 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4994
4995 2013-07-12 Eli Zaretskii <eliz@gnu.org>
4996
4997 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4998 (Bug#14842)
4999
5000 2013-07-12 Glenn Morris <rgm@gnu.org>
5001
5002 * doc-view.el: Require cl-lib at runtime too.
5003 (doc-view-remove-if): Remove.
5004 (doc-view-search-next-match, doc-view-search-previous-match):
5005 Use cl-remove-if.
5006
5007 * edmacro.el: Require cl-lib at runtime too.
5008 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5009 (edmacro-mismatch, edmacro-subseq): Remove.
5010
5011 * shadowfile.el: Require cl-lib.
5012 (shadow-remove-if): Remove.
5013 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5014 Use cl-remove-if.
5015
5016 * wid-edit.el: Require cl-lib.
5017 (widget-choose): Use cl-remove-if.
5018 (widget-remove-if): Remove.
5019
5020 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5021 (ebrowse-delete-if-not): Remove.
5022 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5023 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5024 Use cl-delete-if-not.
5025
5026 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5027
5028 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5029 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5030
5031 2013-07-12 Leo Liu <sdl.web@gmail.com>
5032
5033 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5034
5035 2013-07-11 Glenn Morris <rgm@gnu.org>
5036
5037 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5038 (edebug-gensym-index, edebug-gensym):
5039 Remove reimplementation of cl-gensym.
5040 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5041
5042 * thumbs.el: Require cl-lib at run-time too.
5043 (thumbs-gensym-counter, thumbs-gensym):
5044 Remove reimplementation of cl-gensym.
5045 (thumbs-temp-file): Use cl-gensym.
5046
5047 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5048 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5049 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5050 (ert--union, ert--gensym-counter, ert--gensym-counter)
5051 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5052 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5053 (ert-make-test-unbound, ert--expand-should-1)
5054 (ert--expand-should, ert--should-error-handle-error)
5055 (should-error, ert--explain-equal-rec)
5056 (ert--plist-difference-explanation, ert-select-tests)
5057 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5058 Use cl-lib functions rather than reimplementations.
5059
5060 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5061
5062 * net/tramp.el (tramp-methods): Extend docstring.
5063 (tramp-connection-timeout): New defcustom.
5064 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5065 (with-tramp-progress-reporter): Simplify.
5066 (tramp-process-actions): Improve messages.
5067
5068 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5069 * net/tramp-sh.el (tramp-maybe-open-connection):
5070 Use `tramp-connection-timeout'.
5071 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5072 (Bug#14808)
5073
5074 2013-07-11 Leo Liu <sdl.web@gmail.com>
5075
5076 * ido.el (ido-read-file-name): Conform to the requirements of
5077 read-file-name. (Bug#11861)
5078 (ido-read-directory-name): Conform to the requirements of
5079 read-directory-name.
5080
5081 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5082
5083 * subr.el (delay-warning): New function.
5084
5085 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5086
5087 * simple.el (default-line-height): New function.
5088 (line-move-partial, line-move): Use it instead of computing the
5089 line height inline.
5090 (line-move-partial): Always compute ROWH. If the last line is
5091 partially-visible, but its text is completely visible, allow
5092 cursor to enter such a partially-visible line.
5093
5094 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5095
5096 Improve error messages. (Bug#14808)
5097
5098 * net/tramp.el (tramp-current-connection): New defvar, moved from
5099 tramp-sh.el.
5100 (tramp-message-show-progress-reporter-message): Remove, not
5101 needed anymore.
5102 (tramp-error-with-buffer): Show message in minibuffer.
5103 Discard input before waiting. Reset connection timestamp.
5104 (with-tramp-progress-reporter): Improve messages.
5105 (tramp-process-actions): Use progress reporter. Delete process in
5106 case of error. Improve messages.
5107
5108 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5109 Call `tramp-error-with-buffer' with vector and buffer.
5110 (tramp-current-connection): Remove.
5111 (tramp-maybe-open-connection): The car of
5112 `tramp-current-connection' are the first 3 slots of the vector.
5113
5114 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5115
5116 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5117 inside continued strings.
5118
5119 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5120
5121 Timestamp fixes for undo (Bug#14824).
5122 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5123
5124 2013-07-10 Leo Liu <sdl.web@gmail.com>
5125
5126 * files.el (require-final-newline): Allow safe local value.
5127 (Bug#14834)
5128
5129 2013-07-09 Leo Liu <sdl.web@gmail.com>
5130
5131 * ido.el (ido-read-directory-name): Handle fallback.
5132 (ido-read-file-name): Update DIR to ido-current-directory.
5133 (Bug#1516)
5134 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5135
5136 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5137
5138 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5139 "autoload". Remove "warn lower camel case" section, previously
5140 commented out. Highlight negation char. Do not highlight the
5141 target in singleton method definitions.
5142
5143 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * faces.el (tty-setup-hook): Declare the hook.
5146
5147 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5148 and detect when a guard/pred depends on local vars (bug#14773).
5149 (pcase--u1): Adjust caller.
5150
5151 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5152
5153 * simple.el (line-move-partial, line-move): Account for
5154 line-spacing.
5155 (line-move-partial): Avoid setting vscroll when the last
5156 partially-visible line in window is of default height.
5157
5158 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5159
5160 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5161 been used a while.
5162
5163 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5164
5165 * subr.el (read-quoted-char): Remove unused local variable `char'.
5166
5167 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5168
5169 * ediff.el (ediff-version): Version update.
5170 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5171 (ediff-merge-with-ancestor-command, ediff-directories-command)
5172 (ediff-directories3-command, ediff-merge-directories-command)
5173 (ediff-merge-directories-with-ancestor-command): New functions.
5174 All are command-line interfaces to ediff: to facilitate calling
5175 Emacs with the appropriate ediff functions invoked.
5176
5177 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5178 (viper-save-kill-buffer): Check if buffer is modified.
5179
5180 * viper.el (viper-version): Version update.
5181 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5182
5183 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5186 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5187 (viper-intercept-ESC-key): Simplify.
5188 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5189 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5190 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5191 (viper-setup-ESC-to-escape): New functions.
5192 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5193 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5194
5195 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5196
5197 * simple.el (default-font-height, window-screen-lines):
5198 New functions.
5199 (line-move, line-move-partial): Use them instead of
5200 frame-char-height and window-text-height. This makes scrolling
5201 text smoother when the buffer's default face uses a font that is
5202 different from the frame's default font.
5203
5204 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5205
5206 * files.el (write-file): Do not display confirm dialog for NS,
5207 it does its own dialog, which can't be cancelled (Bug#14578).
5208
5209 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5210
5211 * simple.el (line-move-partial): Adjust the row returned by
5212 posn-at-point for the current window-vscroll. (Bug#14567)
5213
5214 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
5215
5216 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5217 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5218 spaces.
5219
5220 2013-07-06 Martin Rudalics <rudalics@gmx.at>
5221
5222 * window.el (window-state-put-stale-windows): New variable.
5223 (window--state-put-2): Save list of windows without matching buffer.
5224 (window-state-put): Remove "bufferless" windows if possible.
5225
5226 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5227
5228 * simple.el (alternatives-define): Remove leftover :group keyword.
5229 Tweak docstring.
5230
5231 2013-07-06 Leo Liu <sdl.web@gmail.com>
5232
5233 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5234 (ido-enable-virtual-buffers): New variable.
5235 (ido-buffer-internal, ido-toggle-virtual-buffers)
5236 (ido-make-buffer-list): Use it.
5237 (ido-exhibit): Support turning on and off virtual buffers
5238 automatically.
5239
5240 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5241
5242 * simple.el (alternatives-define): New macro.
5243
5244 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * subr.el (read-quoted-char): Use read-key.
5247 (sit-for): Let read-event decode tty input (bug#14782).
5248
5249 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
5250
5251 * calendar/todo-mode.el: Add handling of file deletion, both by
5252 mode command and externally. Fix various related bugs.
5253 Clarify Commentary and improve some documentation strings and code.
5254 (todo-delete-file): New command.
5255 (todo-check-file): New function.
5256 (todo-show): Handle external deletion of the file we're trying to
5257 show (bug#14688). Replace called-interactively-p by an optional
5258 prefix argument to avoid problematic interaction with catch form
5259 when byte compiled (bug#14702).
5260 (todo-quit): Handle external deletion of the archive's todo file.
5261 Make sure the buffer that was visiting the archive file is still
5262 live before trying to bury it.
5263 (todo-category-completions): Handle external deletion of any
5264 category completion files.
5265 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5266 of todo files, in case of external deletion.
5267 (todo-add-file): Replace unnecessary setq by let-binding.
5268 (todo-find-archive): Check whether there are any archives.
5269 Replace unnecessary setq by let-binding.
5270 (todo-archive-done-item): Use find-file-noselect to get the
5271 archive buffer whether or not the archive already exists.
5272 Remove superfluous code. Use file size instead of buffer-file-name to
5273 check if the archive is new; if it is, update list of archives.
5274 (todo-default-todo-file): Allow nil to be a valid value for when
5275 there are no todo files.
5276 (todo-reevaluate-default-file-defcustom): Use corrected definition
5277 of todo-default-todo-file.
5278 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5279 (todo-delete-category, todo-show-categories-table)
5280 (todo-category-number): Clarify comment.
5281 (todo-filter-items): Clarify documentation string.
5282 (todo-show-current-file, todo-display-as-todo-file)
5283 (todo-reset-and-enable-done-separator): Tweak documentation string.
5284 (todo-done-separator): Make separator length window-width, since
5285 bug#2749 is now fixed.
5286
5287 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
5288
5289 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5290 Support both "gvfs-monitor-dir" and "inotifywait".
5291 (tramp-sh-file-inotifywait-process-filter): Rename from
5292 `tramp-sh-file-notify-process-filter'.
5293 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5294 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5295
5296 2013-07-05 Leo Liu <sdl.web@gmail.com>
5297
5298 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5299
5300 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5301
5302 * frame.el (display-pixel-height, display-pixel-width)
5303 (display-mm-height, display-mm-width): Mention behavior on
5304 multi-monitor setups in docstrings.
5305 (w32-display-monitor-attributes-list): Declare function.
5306 (display-monitor-attributes-list): Use it.
5307
5308 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
5309
5310 * filenotify.el: New package.
5311
5312 * autorevert.el (top): Require filenotify.el.
5313 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5314 instead.
5315 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5316 (auto-revert-notify-handler): Use `file-notify-*' functions.
5317
5318 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5319
5320 * net/tramp.el (tramp-file-name-for-operation):
5321 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5322
5323 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5324 for `file-notify-add-watch' and `file-notify-rm-watch'.
5325 (tramp-process-sentinel): Improve trace.
5326 (tramp-sh-handle-file-notify-add-watch)
5327 (tramp-sh-file-notify-process-filter)
5328 (tramp-sh-handle-file-notify-rm-watch)
5329 (tramp-get-remote-inotifywait): New defuns.
5330
5331 2013-07-03 Juri Linkov <juri@jurta.org>
5332
5333 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5334 call of `occur-read-primary-args' to interactive spec.
5335
5336 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5337 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5338
5339 2013-07-03 Matthias Meulien <orontee@gmail.com>
5340
5341 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5342 `Buffer-menu-multi-occur'. Add it to the menu.
5343 (Buffer-menu-mode): Document it in docstring.
5344 (Buffer-menu-multi-occur): New command. (Bug#14673)
5345
5346 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5347
5348 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5349 keywords and built-ins.
5350
5351 2013-07-03 Glenn Morris <rgm@gnu.org>
5352
5353 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5354
5355 Make info-xref checks case-sensitive by default
5356 * info.el (Info-find-node, Info-find-in-tag-table)
5357 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5358 Add option for exact case matching of nodes.
5359 * info-xref.el (info-xref): New custom group.
5360 (info-xref-case-fold): New option.
5361 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5362
5363 2013-07-03 Leo Liu <sdl.web@gmail.com>
5364
5365 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5366
5367 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5368
5369 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5370 middle of block statement initially, lower the depth. Remove
5371 FIXME comment, not longer valid. Remove middle of block statement
5372 detection, no need to do that anymore since we've been using
5373 `ruby-parse-region' here.
5374
5375 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5376
5377 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5378
5379 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5382
5383 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
5384
5385 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5386 (desktop-restore-in-current-display): New customization option.
5387 (desktop--excluded-frame-parameters): Add `font'.
5388 (desktop--save-frames): Rename from desktop--save-windows.
5389 (desktop--restore-in-this-display-p): New function.
5390 (desktop--make-full-frame): Remove unwanted width/height from
5391 full(width|height) frames.
5392 (desktop--restore-frames): Rename from desktop--restore-windows.
5393 Obey desktop-restore-current-display. Do not delete old frames or
5394 select a new frame unless we were able to restore at least one frame.
5395
5396 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
5397
5398 * files.el (find-file-noselect): Simplify conditional expression.
5399
5400 * remember.el (remember-append-to-file):
5401 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5402
5403 Add `remember-notes' function to store random notes across Emacs
5404 restarts.
5405 * remember.el (remember-data-file): Add :set callback to affect
5406 notes buffer (if any).
5407 (remember-notes): New command.
5408 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5409 New defcustoms for the `remember-notes' function.
5410 (remember-notes-save-and-bury-buffer): New command.
5411 (remember-notes-mode-map): New variable.
5412 (remember-mode): New minor mode.
5413 (remember-notes--kill-buffer-query): New function.
5414 * startup.el (initial-buffer-choice): Add notes to custom type.
5415
5416 2013-06-30 Eli Zaretskii <eliz@gnu.org>
5417
5418 * bindings.el (right-char, left-char): Don't call sit-for, this is
5419 no longer needed. Use arithmetic comparison only for numerical
5420 arguments.
5421
5422 * international/mule-cmds.el (select-safe-coding-system):
5423 Handle the case of FROM being a string correctly. (Bug#14755)
5424
5425 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5426
5427 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5428 progression on degenerate tables.
5429 (shr-rescale-image): ImageMagick animated images currently don't work.
5430
5431 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
5432
5433 Some fixes and improvements for desktop frame restoration.
5434 It is still experimental and disabled by default.
5435 * desktop.el (desktop--save-windows): Put the selected frame at
5436 the head of the list.
5437 (desktop--make-full-frame): New function.
5438 (desktop--restore-windows): Try to re-select the frame that was
5439 selected upon saving. Do not abort if some frames fail to restore,
5440 just show an error message and continue. Set up maximized frames
5441 so they have default non-maximized dimensions.
5442
5443 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5444
5445 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5446 Don't start heredoc inside a string or comment.
5447
5448 2013-06-29 Eli Zaretskii <eliz@gnu.org>
5449
5450 * bindings.el (visual-order-cursor-movement): New defcustom.
5451 (right-char, left-char): Provide visual-order cursor motion by
5452 calling move-point-visually. Update the doc strings.
5453
5454 2013-06-28 Kenichi Handa <handa@gnu.org>
5455
5456 * international/mule.el (define-coding-system): New coding system
5457 properties :inhibit-null-byte-detection,
5458 :inhibit-iso-escape-detection, and :prefer-utf-8.
5459 (set-buffer-file-coding-system): If :charset-list property of
5460 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5461 appropriate for setting.
5462
5463 * international/mule-cmds.el (select-safe-coding-system):
5464 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5465 multibyte characters, return utf-8 (or one of its siblings).
5466
5467 * international/mule-conf.el (prefer-utf-8): New coding system.
5468 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5469 files.
5470
5471 2013-06-28 Ivan Kanis <ivan@kanis.fr>
5472
5473 * net/shr.el (shr-render-region): New function.
5474
5475 * net/eww.el: Autoload `eww-browse-url'.
5476
5477 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5478
5479 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5480 Adapt to `package-desc-version' being a list.
5481 Use `package--ac-desc-version' to retrieve version from a package
5482 archive element.
5483
5484 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
5485
5486 New experimental feature to save&restore window and frame setup.
5487 * desktop.el (desktop-save-windows): New defcustom.
5488 (desktop--saved-states): New var.
5489 (desktop--excluded-frame-parameters): New defconst.
5490 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5491 (desktop--restore-windows, desktop--save-windows): New functions.
5492 (desktop-save): Call `desktop--save-windows'.
5493 (desktop-read): Call `desktop--restore-windows'.
5494
5495 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5496
5497 * net/shr.el (add-face-text-property): Remove compat definition.
5498
5499 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5500
5501 * info.el (Info-try-follow-nearest-node): Move search for footnote
5502 above search for node name to prevent missing a footnote (bug#14717).
5503
5504 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5505
5506 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5507
5508 2013-06-27 Leo Liu <sdl.web@gmail.com>
5509
5510 * net/eww.el (eww-read-bookmarks): Check file size.
5511
5512 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5515 advice--pending if newdef is nil or an autoload (bug#13820).
5516 (advice-mapc): New function.
5517
5518 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5519
5520 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5521 probably.
5522 (eww-mode-map): Add a menu bar.
5523 (eww-add-bookmark): New command.
5524 (eww-bookmark-mode): New mode and commands.
5525 (eww-add-bookmark): Remove newlines from the title.
5526 (eww-bookmark-browse): Don't bug out if it's the only window.
5527
5528 2013-06-26 Glenn Morris <rgm@gnu.org>
5529
5530 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5531 (hfy-size): Handle ttys. (Bug#14668)
5532
5533 * info-xref.el: Update for Texinfo 5 change in *note format.
5534 (info-xref-node-re, info-xref-note-re): New constants.
5535 (info-xref-check-buffer): Use info-xref-note-re.
5536
5537 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5540
5541 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5542 nil terminate the loop (bug#14718).
5543
5544 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5545
5546 * net/eww.el: Rework history traversal. When going forward/back,
5547 put these actions into the history, too, so that they can be
5548 replayed.
5549 (eww-render): Move the history reset to the correct buffer.
5550
5551 2013-06-25 Juri Linkov <juri@jurta.org>
5552
5553 * files-x.el (modify-dir-local-variable): Change the header comment
5554 in the file with directory local variables. (Bug#14692)
5555
5556 * files-x.el (read-file-local-variable-value): Add `default'.
5557 (Bug#14710)
5558
5559 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5560
5561 * net/eww.el (eww-make-unique-file-name): Create a unique file
5562 name before saving to entering `y' accidentally asynchronously.
5563
5564 2013-06-25 Ivan Kanis <ivan@kanis.fr>
5565
5566 * net/eww.el (eww-download): New command and keystroke.
5567
5568 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5569
5570 * net/eww.el (eww-copy-page-url): Change name of command.
5571
5572 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5573 be more consistent with Info and dired.
5574
5575 * net/eww.el (eww-mode-map): Ditto.
5576
5577 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5580 packages from archives.
5581 (package-archive-contents): Change format; include obsolete packages.
5582 (package-desc): Use `dir' to mark builtin packages.
5583 (package--from-builtin): Set the `dir' field to `builtin'.
5584 (generated-autoload-file, version-control): Declare.
5585 (package-compute-transaction): Change first arg and return value to be
5586 lists of package-descs. Adjust to new package-archive-contents format.
5587 (package--add-to-archive-contents): Adjust to new
5588 package-archive-contents format.
5589 (package-download-transaction): Arg is now a list of package-descs.
5590 (package-install): If `pkg' is a package name, pass it as
5591 a requirement, so it is subject to the usual (e.g. disabled) checks.
5592 (describe-package): Accept package-desc as well.
5593 (describe-package-1): Describe a specific package-desc. Add links to
5594 other package-descs for the same package name.
5595 (package-menu-describe-package): Pass the actual package-desc.
5596 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5597 works correctly.
5598 (package-desc-status): New function.
5599 (package-menu--refresh): New function, extracted
5600 from package-menu--generate.
5601 (package-menu--generate): Use it.
5602 (package-delete): Update package-alist.
5603 (package-menu-execute): Don't call package-initialize.
5604
5605 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5606 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5607 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5608 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5609 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5610 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5611
5612 2013-06-25 Martin Rudalics <rudalics@gmx.at>
5613
5614 * window.el (window--state-get-1): Workaround for bug#14527.
5615 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5616
5617 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5618
5619 * net/eww.el (eww-back-url): Implement the history by stashing all
5620 the data into a list.
5621 (eww-forward-url): Allow going forward in the history, too.
5622
5623 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5626 for values and use read--expression for expressions (bug#14710).
5627 (read-file-local-variable): Avoid setq.
5628 (read-file-local-variable-mode): Use minor-mode-list.
5629
5630 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5631
5632 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
5633 for DOI URLs.
5634
5635 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5636
5637 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
5638 Update imenu-support when dialect changes.
5639
5640 2013-06-25 Leo Liu <sdl.web@gmail.com>
5641
5642 * ido.el (ido-read-internal): Allow forward slash on windows.
5643
5644 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5645
5646 * net/eww.el (eww): Start of strings is \\`, not ^.
5647
5648 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5649
5650 * net/shr.el (shr-browse-url): Fix interactive spec.
5651
5652 * net/eww.el (eww): Add a trailing slash to domain names.
5653
5654 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
5655
5656 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5657
5658 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5659
5660 * net/shr.el (shr-browse-url): Use an external browser if given a
5661 prefix.
5662
5663 * net/eww.el (eww-external-browser): Move to shr.
5664
5665 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5666
5667 * net/eww.el (eww): Work more correctly for file: URLs.
5668 (eww-detect-charset): Allow quoted charsets.
5669 (eww-yank-page-url): New command and keystroke.
5670
5671 2013-06-24 Daiki Ueno <ueno@gnu.org>
5672
5673 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5674 file name of gpg executable.
5675 (epg-context-program): New function.
5676 (epg-context-home-directory): New function.
5677 (epg-context-set-program): New function.
5678 (epg-context-set-home-directory): New function.
5679 (epg--start): Use `epg-context-program' instead of
5680 'epg-gpg-program'.
5681 (epg--list-keys-1): Likewise.
5682
5683 2013-06-24 Leo Liu <sdl.web@gmail.com>
5684
5685 * ido.el (ido-read-internal): Fix bug#14620.
5686
5687 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5688
5689 * faces.el (face-documentation): Simplify.
5690 (read-face-attribute, tty-find-type, x-resolve-font-name):
5691 Use `string-match-p'.
5692 (list-faces-display): Use `string-match-p'. Simplify.
5693 (face-spec-recalc): Check face to avoid face alias loops.
5694 (read-color): Use `string-match-p' and non-capturing parenthesis.
5695
5696 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5697
5698 * net/shr.el (shr-rescale-image): Use the new
5699 :max-width/:max-height functionality.
5700
5701 2013-06-23 Ivan Kanis <ivan@kanis.fr>
5702
5703 * net/eww.el (eww-search-prefix): New variable.
5704 (eww): Use it.
5705 (eww-external-browser): New variable.
5706 (eww-mode-map): New keystroke.
5707 (eww-browse-with-external-browser): New command.
5708
5709 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5710
5711 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5712
5713 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5714 Don't skip aligning the next header field when padding is 0;
5715 otherwise, field width is not respected unless the title is as
5716 wide as the field.
5717
5718 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * emacs-lisp/package.el (package-el-version): Remove.
5721 (package-process-define-package): Fix inf-loop.
5722 (package-install): Allow symbols as arguments again.
5723
5724 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5725
5726 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5727 add some more keyword-like methods.
5728 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5729
5730 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
5731
5732 * bs.el (bs-buffer-show-mark): Make defvar-local.
5733 (bs-mode): Use setq-local.
5734
5735 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5736 (emacs-lock--try-unlocking): Make defvar-local.
5737
5738 2013-06-22 Glenn Morris <rgm@gnu.org>
5739
5740 * play/cookie1.el (cookie-apropos): Minor simplification.
5741
5742 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5743
5744 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5745
5746 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5747 `regexp-opt', it breaks the build during dumping.
5748
5749 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5750
5751 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5752 Highlight keyword-like methods on Kernel and Module with
5753 font-lock-builtin-face.
5754 (auto-mode-alist): Consolidate different entries into one regexp
5755 and add more *file-s.
5756
5757 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
5758
5759 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5760
5761 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5762 (diary-entry): Use it in the action of this button type instead of
5763 diary-goto-entry.
5764
5765 * calendar/todo-mode.el: New version.
5766 (todo-add-category): Append new category to end of file and give
5767 it the highest number, instead of putting it at the beginning and
5768 giving it 0. Incorporate noninteractive functionality.
5769 (todo-forward-category): Adapt to 1-based category numbering.
5770 Allow skipping over archived categories.
5771 (todo-backward-category): Derive from todo-forward-category.
5772 (todo-backward-item, todo-forward-item): Make noninteractive and
5773 delegate interactive part to new commands. Make sensitive to done items.
5774 (todo-categories): Make value an alist of category names and
5775 vectors of item counts.
5776 (todo-category-beg): Make a defconst.
5777 (todo-category-number): Use 1 instead of 0 as initial value.
5778 (todo-category-select): Make sensitive to overlays, optional item
5779 highlighting and done items.
5780 (todo-delete-item): Make sensitive to overlays and marked and done items.
5781 (todo-edit-item): Make sensitive to overlays and editing of
5782 date/time header optional. Add format checks.
5783 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5784 no-op if point is not on an item. Advertise using todo-edit-quit.
5785 (todo-edit-mode): Make sensitive to new format, font-locking, and
5786 multiple todo files.
5787 (todo-insert-item, todo-insert-item-here): Derive from
5788 todo-basic-insert-item and extend functionality.
5789 (todo-item-end, todo-item-start): Make sensitive to done items.
5790 (todo-item-string): Don't return text properties. Restore point.
5791 (todo-jump-to-category): Make sensitive to multiple todo files and
5792 todo archives. Use extended category completion.
5793 (todo-lower-item, todo-raise-item): Rename to *-priority and
5794 derive from todo-set-item-priority.
5795 (todo-mode): Derive from special-mode. Make sensitive to new
5796 format, font-locking and multiple todo files. Make read-only.
5797 (todo-mode-map): Don't suppress digit keys, so they can supply
5798 prefix arguments. Add many new key bindings.
5799 (todo-prefix): Insert as an overlay instead of file text.
5800 Change semantics from diary date expression to purely visual mark.
5801 (todo-print): Rename to todo-print-buffer. Make buffer display
5802 features printable. Remove option to restrict number of items
5803 printed. Add option to print to file.
5804 (todo-print-function): Rename to todo-print-buffer-function.
5805 (todo-quit): Extend to handle exiting new todo modes.
5806 (todo-remove-item): Make sensitive to overlays.
5807 (todo-save): Extend to buffers of filtered items.
5808 (todo-show): Make sensitive to done items, multiple todo files and
5809 new todo modes. Offer to convert legacy todo file before creating
5810 first new todo file.
5811 (todo-show-priorities): Rename to todo-top-priorities.
5812 Change semantics of value 0.
5813 (todo-top-priorities): Rename to todo-filter-top-priorities,
5814 derive from todo-filter-items and extend functionality.
5815 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5816 and extend functionality to other types of filtered items.
5817 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5818 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5819 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5820 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5821 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5822 (todo-edit-mode-hook, todo-entry-prefix-function)
5823 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5824 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5825 (todo-initials, todo-insert-threshold, todo-item-string-start)
5826 (todo-line-string, todo-menu, todo-mode-hook)
5827 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5828 (todo-print-priorities, todo-remove-separator)
5829 (todo-save-top-priorities-too, todo-string-count-lines)
5830 (todo-string-multiline-p, todo-time-string-format)
5831 (todo-tmp-buffer-name): Remove.
5832 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5833 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5834 (todo-edit-category-diary-inclusion)
5835 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5836 (todo-edit-file, todo-edit-item-date-day)
5837 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5838 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5839 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5840 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5841 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5842 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5843 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5844 (todo-filter-top-priorities-multifile, todo-find-archive)
5845 (todo-find-filtered-items-file, todo-go-to-source-item)
5846 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5847 (todo-jump-to-archive-category, todo-lower-category)
5848 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5849 (todo-move-category, todo-move-item, todo-next-button)
5850 (todo-next-item, todo-padded-string, todo-powerset)
5851 (todo-previous-button, todo-previous-item)
5852 (todo-print-buffer-to-file, todo-raise-category)
5853 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5854 (todo-set-category-number, todo-set-item-priority)
5855 (todo-set-top-priorities-in-category)
5856 (todo-set-top-priorities-in-file, todo-show-categories-table)
5857 (todo-sort-categories-alphabetically-or-numerically)
5858 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5859 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5860 (todo-toggle-item-header, todo-toggle-item-highlighting)
5861 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5862 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5863 (todo-unarchive-items, todo-unmark-category): New commands.
5864 (todo-absolute-file-name, todo-add-to-buffer-list)
5865 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5866 (todo-basic-insert-item, todo-category-completions)
5867 (todo-category-number, todo-category-string-matcher-1)
5868 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5869 (todo-check-format, todo-clear-matches)
5870 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5871 (todo-current-category, todo-date-string-matcher)
5872 (todo-define-insertion-command, todo-diary-expired-matcher)
5873 (todo-diary-goto-entry, todo-diary-item-p)
5874 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5875 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5876 (todo-done-item-section-p, todo-done-separator)
5877 (todo-done-string-matcher, todo-files, todo-filter-items)
5878 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5879 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5880 (todo-insert-category-line, todo-insert-item-from-calendar)
5881 (todo-insert-sort-button, todo-insert-with-overlays)
5882 (todo-insertion-command-name, todo-insertion-key-bindings)
5883 (todo-label-to-key, todo-longest-category-name-length)
5884 (todo-make-categories-list, todo-mode-external-set)
5885 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5886 (todo-modes-set-3, todo-multiple-filter-files)
5887 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5888 (todo-read-category, todo-read-date, todo-read-dayname)
5889 (todo-read-file-name, todo-read-time)
5890 (todo-reevaluate-category-completions-files-defcustom)
5891 (todo-reevaluate-default-file-defcustom)
5892 (todo-reevaluate-filelist-defcustoms)
5893 (todo-reevaluate-filter-files-defcustom)
5894 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5895 (todo-reset-done-separator, todo-reset-done-separator-string)
5896 (todo-reset-done-string, todo-reset-global-current-todo-file)
5897 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5898 (todo-reset-prefix, todo-set-categories)
5899 (todo-set-date-from-calendar, todo-set-show-current-file)
5900 (todo-set-top-priorities, todo-short-file-name)
5901 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5902 (todo-total-item-counts, todo-update-buffer-list)
5903 (todo-update-categories-display, todo-update-categories-sexp)
5904 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5905 New functions.
5906 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5907 New major modes.
5908 (todo-categories, todo-display, todo-edit, todo-faces)
5909 (todo-filtered): New defgroups.
5910 (todo-archived-only, todo-button, todo-category-string, todo-date)
5911 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5912 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5913 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5914 (todo-add-item-if-new-category, todo-always-add-time-string)
5915 (todo-categories-align, todo-categories-archived-label)
5916 (todo-categories-category-label, todo-categories-diary-label)
5917 (todo-categories-done-label, todo-categories-number-separator)
5918 (todo-categories-todo-label, todo-categories-totals-label)
5919 (todo-category-completions-files, todo-completion-ignore-case)
5920 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5921 (todo-done-separator-string, todo-done-string)
5922 (todo-files-function, todo-filter-done-items, todo-filter-files)
5923 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5924 (todo-initial-category, todo-initial-file, todo-item-mark)
5925 (todo-legacy-date-time-regexp, todo-mode-line-function)
5926 (todo-nondiary-marker, todo-number-prefix)
5927 (todo-print-buffer-function, todo-show-current-file)
5928 (todo-show-done-only, todo-show-first, todo-show-with-done)
5929 (todo-skip-archived-categories, todo-top-priorities-overrides)
5930 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5931 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5932 New defcustoms.
5933 (todo-category-done, todo-date-pattern, todo-date-string-start)
5934 (todo-diary-items-buffer, todo-done-string-start)
5935 (todo-filtered-items-buffer, todo-item-start)
5936 (todo-month-abbrev-array, todo-month-name-array)
5937 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5938 (todo-top-priorities-buffer): New defconsts.
5939 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5940 (todo-categories-with-marks, todo-category-string-face)
5941 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5942 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5943 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5944 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5945 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5946 (todo-font-lock-keywords, todo-global-current-todo-file)
5947 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5948 (todo-insertion-commands-args)
5949 (todo-insertion-commands-args-genlist)
5950 (todo-insertion-commands-names, todo-insertion-map)
5951 (todo-key-bindings-t, todo-key-bindings-t+a)
5952 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5953 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5954 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5955 (todo-visited): New variables.
5956
5957 2013-06-21 Glenn Morris <rgm@gnu.org>
5958
5959 * play/cookie1.el (cookie-apropos): Add optional display argument.
5960 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5961 (psychoanalyze-pinhead): Use cookie-doctor.
5962
5963 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5964
5965 * emacs-lisp/package.el (tar-get-file-descriptor)
5966 (tar--extract): Declare.
5967
5968 2013-06-21 Eduard Wiebe <usenet@pusto.de>
5969
5970 Extend flymake's warning predicate to be a function (bug#14217).
5971 * progmodes/flymake.el (flymake-warning-predicate): New.
5972 (flymake-parse-line): Use it.
5973 (flymake-warning-re): Make obsolete alias to
5974 `flymake-warning-predicate'.
5975
5976 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5977
5978 * emacs-lisp/package.el (package-alist): Include obsolete packages.
5979 (package-obsolete-list): Remove.
5980 (package-activate): Remove min-version argument. Add `force' argument.
5981 Adjust to new package-alist format.
5982 (package-mark-obsolete): Remove.
5983 (package-unpack): Force reload of the package's autoloads.
5984 (package-installed-p): Check builtins if the installed package is not
5985 recent enough.
5986 (package-initialize): Don't reset package-obsolete-list.
5987 Don't specify which package version to activate.
5988 (package-process-define-package, describe-package-1)
5989 (package-menu--generate): Adjust to new package-alist format.
5990
5991 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5992
5993 * allout-widgets.el (allout-widgets-mode-off)
5994 (allout-widgets-mode-on, allout-widgets-pre-command-business)
5995 (allout-widgets-post-command-business)
5996 (allout-widgets-after-copy-or-kill-function)
5997 (allout-widgets-after-undo-function, allout-test-range-overlaps)
5998 (allout-decorate-item-and-context)
5999 (allout-graphics-modification-handler): Fix typos in docstrings.
6000 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6001
6002 * cmuscheme.el (scheme-start-file): Doc fix.
6003 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6004 (scheme-input-filter): Use `string-match-p'.
6005
6006 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6007
6008 * dired-x.el: Use Dired consistently in docstrings.
6009
6010 * dired.el: Use Dired consistently in docstrings.
6011 (dired-readin, dired-mode): Use `setq-local'.
6012 (dired-switches-alist): Make defvar-local.
6013 (dired-buffers-for-dir): Use `zerop'.
6014 (dired-safe-switches-p, dired-switches-escape-p)
6015 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6016 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6017 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6018 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6019 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6020 (dired-toggle-marks, dired-mark-files-containing-regexp)
6021 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6022 (dired-flag-auto-save-files, dired-flag-backup-files):
6023 Use `looking-at-p'.
6024 (dired-mark-files-regexp, dired-build-subdir-alist):
6025 Use `string-match-p', `looking-at-p'.
6026
6027 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6028 (direct-print-region-helper): Use `string-match-p'.
6029
6030 2013-06-21 Leo Liu <sdl.web@gmail.com>
6031
6032 * comint.el (comint-redirect-results-list-from-process):
6033 Fix infinite loop.
6034
6035 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6036
6037 * net/eww.el (eww-update-header-line-format): Quote % characters.
6038
6039 2013-06-21 Glenn Morris <rgm@gnu.org>
6040
6041 * play/cookie1.el (cookie): New custom group.
6042 (cookie-file): New option.
6043 (cookie-check-file): New function.
6044 (cookie): Make it interactive. Make start and end messages optional.
6045 Interactively, display the result. Default to cookie-file.
6046 (cookie-insert): Default to cookie-file.
6047 (cookie-snarf): Make start and end messages optional.
6048 Default to cookie-file. Use with-temp-buffer.
6049 (cookie-read): Rename from read-cookie.
6050 Make start and end messages optional. Default to cookie-file.
6051 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6052 Do not autoload it.
6053 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6054 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6055
6056 2013-06-21 Leo Liu <sdl.web@gmail.com>
6057
6058 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6059
6060 2013-06-21 Glenn Morris <rgm@gnu.org>
6061
6062 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6063
6064 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6065 Daniel Hackney <dan@haxney.org>
6066
6067 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6068 Consolidate the single-file vs tarball code.
6069 (package-desc-suffix): New function.
6070 (package-desc-full-name): Don't bother inlining it.
6071 (package-load-descriptor): Return the new package-desc.
6072 (package-mark-obsolete): Remove unused arg `package'.
6073 (package-unpack): Make it work for single files as well.
6074 Make it update package-alist.
6075 (package--make-autoloads-and-stuff): Rename from
6076 package--make-autoloads-and-compile. Don't compile any more.
6077 (package--compile): New function.
6078 (package-generate-description-file): New function, extracted from
6079 package-unpack-single.
6080 (package-unpack-single): Remove.
6081 (package--with-work-buffer): Add indentation and debugging info.
6082 (package-download-single): Remove.
6083 (package-install-from-archive): Rename from package-download-tar, make
6084 it take a pkg-desc, and make it work for single files as well.
6085 (package-download-transaction): Simplify.
6086 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6087 external tar program.
6088 (package-install-from-buffer): Remove `pkg-desc' argument.
6089 Use package-tar-file-info for tar-mode buffers.
6090 (package-install-file): Simplify accordingly.
6091 (package-archive-base): Change to take a pkg-desc.
6092 * tar-mode.el (tar--check-descriptor): New function, extracted from
6093 tar-get-descriptor.
6094 (tar-get-descriptor): Use it.
6095 (tar-get-file-descriptor): New function.
6096 (tar--extract): New function, extracted from tar-extract.
6097 (tar--extract): Use it.
6098 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6099 case the summary uses non-ascii. Adjust to new calling convention of
6100 package-tar-file-info.
6101
6102 2013-06-21 Leo Liu <sdl.web@gmail.com>
6103
6104 * comint.el (comint-redirect-results-list-from-process):
6105 Fix random delay. (Bug#14681)
6106
6107 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6108
6109 * profiler.el (profiler-format-number): Use log, not log10.
6110
6111 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6112
6113 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6114
6115 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6118 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6119 yet available.
6120 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6121 (AUTOGENEL): ... here.
6122 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6123 (cl--defsubst-expand): Use it.
6124
6125 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6126
6127 * subr.el (log10): Move here from C code, and declare as obsolete.
6128 All uses of (log10 X) replaced with (log X 10).
6129
6130 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6131
6132 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6133 Declare with `defvar-local'.
6134 (tabulated-list-use-header-line, tabulated-list-entries)
6135 (tabulated-list-padding, tabulated-list-printer)
6136 (tabulated-list-sort-key): Declare with `defvar-local'.
6137 (tabulated-list-init-header, tabulated-list-print-fake-header):
6138 Use `setq-local'.
6139
6140 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6141
6142 * arc-mode.el (archive-mode): Add `archive-write-file' to
6143 `write-contents-functions' also for remote files. (Bug#14652)
6144
6145 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6146
6147 * cus-edit.el (custom-commands): Fix typos.
6148 (custom-display): Fix tooltip text.
6149 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6150 Fix typos in docstrings.
6151 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6152 (custom-unlispify-menu-entry, custom-magic-value-create)
6153 (custom-add-see-also, custom-group-value-create): Use ?\s.
6154 (custom-guess-type, customize-apropos, editable-field)
6155 (custom-face-value-create): Use `string-match-p'.
6156 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6157
6158 * custom.el (custom-load-symbol): Use `string-match-p'.
6159
6160 * ansi-color.el: Convert to lexical binding.
6161 (ansi-colors): Fix URL.
6162 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6163 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6164 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6165
6166 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6167
6168 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6169
6170 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6171
6172 2013-06-19 Tom Tromey <tromey@redhat.com>
6173
6174 * net/eww.el (eww-top-url): Remove.
6175 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6176 (eww-render): Set new variables. Don't set eww-top-url.
6177 (eww-handle-link): Handle "prev", "home", and "contents".
6178 Downcase the rel text.
6179 (eww-top-url): Choose best top URL.
6180
6181 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6182
6183 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6184 relying in widget.el. Using widget.el leads to too many
6185 user interface inconsistencies.
6186 (eww-self-insert): Implement entering commands in text fields.
6187 (eww-process-text-input): New function to make text input field editing
6188 work.
6189 (eww-submit): Rewrite to use the new-style form methods.
6190 (eww-select-display): Display the correct selected item.
6191 (eww-change-select): Implement changing the select value.
6192 (eww-toggle-checkbox): Implement radio/checkboxes.
6193 (eww-update-field): Fix compilation error.
6194 (eww-tag-textarea): Implement <textarea>.
6195
6196 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6197 we don't shadow mode-specific bindings.
6198
6199 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6200 nothing to push.
6201
6202 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6203
6204 2013-06-19 Glenn Morris <rgm@gnu.org>
6205
6206 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6207
6208 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6209
6210 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6211 not needed.
6212
6213 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6214
6215 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6216
6217 * net/browse-url.el (browse-url-browser-function):
6218 `eww-browse-url' has the right calling signature, `eww' does not.
6219
6220 2013-06-19 Glenn Morris <rgm@gnu.org>
6221
6222 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6223 Only eval autoloaded macros.
6224 (byte-compile-autoload): Only give the macro warning for macros.
6225
6226 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6227 (ps-underlined-faces): Declare.
6228
6229 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6230 (speedbar-add-supported-extension): Declare.
6231
6232 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6233 Don't include a date stamp in the header of the generated file;
6234 it leads to needless differences between output files.
6235
6236 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6237
6238 * net/secrets.el (secrets-struct-secret-content-type):
6239 Replace check of introspection data by a test call of "CreateItem".
6240 Some servers do not offer introspection.
6241
6242 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 * electric.el (electric-pair-mode): Improve interaction with
6245 electric-layout-mode.
6246 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6247 (electric-pair-syntax): Use text-mode-syntax-table in comments
6248 and strings.
6249 (electric-pair--insert): New function.
6250 (electric-pair-post-self-insert-function): Use it and
6251 electric--after-char-pos.
6252
6253 2013-06-19 Leo Liu <sdl.web@gmail.com>
6254
6255 * progmodes/octave.el (octave-help): Fix regexp.
6256
6257 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6258
6259 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6260 (shr-table-horizontal-line): Allow nil as a value, and change the
6261 default.
6262 (shr-insert-table-ruler): Respect the nil value.
6263
6264 2013-06-18 Tom Tromey <tromey@barimba>
6265
6266 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6267 New defvars.
6268 (eww-open-file): New defun.
6269 (eww-render): Initialize new variables.
6270 (eww-display-html): Handle "link" and "a".
6271 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6272 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6273 (eww-back-url): Rename from eww-previous-url.
6274 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6275 New defuns.
6276
6277 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6278
6279 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6280 Distinguish ternary operator tokens from slash symbol and slash
6281 char literal.
6282
6283 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6284
6285 Convert symbol prettification into minor mode and global minor mode.
6286
6287 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6288 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6289 (prettify-symbols--keywords): Rename from
6290 `prog-prettify-symbols-alist' and make a local defvar.
6291 (prettify-symbols--compose-symbol): Rename from
6292 `prog--prettify-font-lock-compose-symbol'.
6293 (prettify-symbols--make-keywords): Rename from
6294 `prog-prettify-font-lock-symbols-keywords' and simplify.
6295 (prog-prettify-install): Remove.
6296 (prettify-symbols-mode): New minor mode, based on
6297 `prog-prettify-install'.
6298 (turn-on-prettify-symbols-mode): New function.
6299 (global-prettify-symbols-mode): New globalized minor mode.
6300
6301 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6302 * progmodes/cfengine.el (cfengine3-mode):
6303 * progmodes/perl-mode.el (perl-mode): Don't call
6304 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6305
6306 2013-06-18 Juri Linkov <juri@jurta.org>
6307
6308 * files-x.el (modify-file-local-variable-message): New function.
6309 (modify-file-local-variable)
6310 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6311 and call `modify-file-local-variable-message' when it's non-nil.
6312 (add-file-local-variable, delete-file-local-variable)
6313 (add-file-local-variable-prop-line)
6314 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6315 and use it. (Bug#9820)
6316
6317 2013-06-18 Juri Linkov <juri@jurta.org>
6318
6319 * emulation/vi.el (vi-shell-op):
6320 * emulation/vip.el (vip-execute-com, ex-command):
6321 * emulation/viper-cmd.el (viper-exec-bang):
6322 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6323 the call of `shell-command-on-region'. (Bug#14637)
6324
6325 * simple.el (shell-command-on-region): Doc fix.
6326
6327 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6330 (bug#14633).
6331
6332 2013-06-18 Glenn Morris <rgm@gnu.org>
6333
6334 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6335
6336 * newcomment.el (comment-search-forward, comment-search-backward):
6337 Doc fix. (Bug#14376)
6338
6339 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6340
6341 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6342 (buffer-face-mode-invoke): Doc fix.
6343
6344 2013-06-18 Matthias Meulien <orontee@gmail.com>
6345
6346 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6347 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6348
6349 2013-06-18 Glenn Morris <rgm@gnu.org>
6350
6351 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6352 Replace obsolete function generic-make-keywords with its expansion.
6353
6354 * progmodes/python.el (ffap-alist): Declare.
6355
6356 * textmodes/reftex.el (bibtex-mode-map): Declare.
6357
6358 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6361 (package-unpack, package-unpack-single): Return the pkg-dir.
6362 (package-download-transaction): Use it to update package-alist.
6363
6364 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6365
6366 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6367 possible choice.
6368
6369 2013-06-17 Juri Linkov <juri@jurta.org>
6370
6371 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6372
6373 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6374
6375 * emacs-lisp/package.el (package-load-descriptor):
6376 Remove `with-syntax-table' call, `read' doesn't need it.
6377 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6378
6379 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6380
6381 * startup.el (command-line): Expand package name returned by
6382 `package--description-file' (bug#14639).
6383
6384 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6385
6386 * emacs-lisp/package.el (package-load-descriptor): Do not call
6387 `emacs-lisp-mode', just use its syntax table.
6388
6389 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6390
6391 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6392 `font-lock-extra-managed-props' if any prettifying keyword is added.
6393 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6394 (prog-mode): Use `setq-local'.
6395
6396 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * international/characters.el (standard-case-table): Set syntax of ?»
6399 and ?« to punctuation.
6400
6401 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
6402
6403 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6404 Save relevant match data before calling `syntax-ppss' (bug#14595).
6405
6406 2013-06-15 Juri Linkov <juri@jurta.org>
6407
6408 * files-x.el (modify-file-local-variable-prop-line): Add local
6409 variables to the end of the existing comment on the first line.
6410 Use `file-auto-mode-skip' to skip interpreter magic line,
6411 and also skip XML declaration.
6412
6413 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * startup.el (package--builtin-versions): New var.
6416 (package-subdirectory-regexp): Remove.
6417 (package--description-file): Hard code its value instead.
6418
6419 * emacs-lisp/package.el: Don't activate packages older than builtin.
6420 (package-obsolete-list): Rename from package-obsolete-alist, and make
6421 it into a simple list of package-desc.
6422 (package-strip-version): Remove.
6423 (package-built-in-p): Use package--builtin-versions.
6424 (package-mark-obsolete): Simplify.
6425 (package-process-define-package): Mark it obsolete if older than the
6426 builtin version.
6427 (package-handle-response): Use line-end-position.
6428 (package-read-archive-contents, package--download-one-archive):
6429 Simplify.
6430 (package--add-to-archive-contents): Skip if older than the builtin or
6431 installed version.
6432 (package-menu-describe-package): Fix last change.
6433 (package-list-unversioned): New var.
6434 (package-menu--generate): Use it.
6435
6436 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6437 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6438 (autoload-builtin-package-versions): New variable.
6439 (autoload-generate-file-autoloads): Use them.
6440 Remove the list of autoloaded functions/macros from the
6441 (autoload...) comments.
6442
6443 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6444
6445 2013-06-15 Eli Zaretskii <eliz@gnu.org>
6446
6447 * simple.el (line-move-partial): Don't jump to the next screen
6448 line as soon as it becomes visible. Instead, continue enlarging
6449 the vscroll until the portion of a tall screen line that's left on
6450 display is about the height of the frame's default font.
6451 (Bug#14567)
6452
6453 2013-06-15 Glenn Morris <rgm@gnu.org>
6454
6455 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6456 compilation-error-regexp-alist void, or local while let-bound.
6457
6458 * progmodes/make-mode.el (makefile-mode-syntax-table):
6459 Treat "=" as punctuation. (Bug#14614)
6460
6461 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
6462
6463 * help-fns.el (describe-variable):
6464 Add extra line for permanent-local variables.
6465
6466 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6467
6468 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6469 Add export, import, library. (Bug#9164)
6470 (library): Set indent function.
6471
6472 2013-06-14 Glenn Morris <rgm@gnu.org>
6473
6474 * term/xterm.el (xterm--query):
6475 Stop after first matching handler. (Bug#14615)
6476
6477 2013-06-14 Ivan Kanis <ivan@kanis.fr>
6478
6479 Add support for dired in saveplace.
6480 * dired.el (dired-initial-position-hook): New variable.
6481 (dired-initial-position): Call hook to place cursor position.
6482 * saveplace.el (save-place-to-alist): Add dired position.
6483 (save-place-dired-hook): New function.
6484
6485 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6488 through a symbol rather than letrec.
6489
6490 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6491 (package-desc): Add `dir' field.
6492 (package-desc-full-name): New function.
6493 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6494 (package-maybe-load-descriptor): Remove.
6495 (package-load-all-descriptors): Just call package-load-descriptor.
6496 (package--disabled-p): New function.
6497 (package-desc-vers, package-desc-doc): Remove aliases.
6498 (package--dir): Remove function.
6499 (package-activate): Check if a package is disabled.
6500 (package-process-define-package): New function, extracted from
6501 define-package.
6502 (define-package): Turn into a place holder.
6503 (package-unpack-single, package-tar-file-info):
6504 Use package--description-file.
6505 (package-compute-transaction): Use package--disabled-p.
6506 (package-download-transaction): Don't call
6507 package-maybe-load-descriptor since they're all loaded anyway.
6508 (package-install): Change argument to be a pkg-desc.
6509 (package-delete): Use a single pkg-desc argument.
6510 (describe-package-1): Use package-desc-dir instead of package--dir.
6511 Use package-desc property instead of package-symbol.
6512 (package-install-button-action): Adjust accordingly.
6513 (package--push): Rewrite.
6514 (package-menu--print-info): Adjust accordingly. Change the ID format
6515 to be a pkg-desc.
6516 (package-menu-describe-package, package-menu-get-status)
6517 (package-menu--find-upgrades, package-menu-mark-upgrades)
6518 (package-menu-execute, package-menu--name-predicate):
6519 Adjust accordingly.
6520 * startup.el (package--description-file): New function.
6521 (command-line): Use it.
6522 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6523 Use package-desc-version.
6524
6525 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6526 (byte-compile-preprocess): Use it.
6527 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6528 can't quite recognize.
6529 (byte-compile-add-to-list): Remove.
6530 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6531 (cconv-closure-convert): Add assertion.
6532
6533 * emacs-lisp/map-ynp.el: Use lexical-binding.
6534 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6535 Factor out some repeated code.
6536
6537 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * subr.el (with-eval-after-load): New macro.
6540 (eval-after-load): Allow form to be a function.
6541 take advantage of lexical-binding.
6542 (do-after-load-evaluation): Use dolist and adjust to new format.
6543 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6544
6545 2013-06-13 Juri Linkov <juri@jurta.org>
6546
6547 * replace.el (perform-replace): Display "symbol " and other search
6548 modes from `isearch-message-prefix' in the *Help* buffer.
6549
6550 * isearch.el (isearch-query-replace): Add " symbol" and other
6551 possible search modes from `isearch-message-prefix' to the prompt.
6552 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6553 when reading a regexp to collect.
6554
6555 2013-06-13 Juri Linkov <juri@jurta.org>
6556
6557 * isearch.el (word-search-regexp): Match whitespace if the search
6558 string begins or ends in whitespace. The LAX arg is applied to
6559 both ends of the search string. Use `regexp-quote' and explicit
6560 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6561 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6562 boundaries are replaced with symbol boundaries, and characters
6563 between symbols match non-word non-symbol syntax. (Bug#14602)
6564
6565 2013-06-13 Juri Linkov <juri@jurta.org>
6566
6567 * isearch.el (isearch-del-char): Don't exceed the length of
6568 `isearch-string' by the prefix arg. (Bug#14563)
6569
6570 2013-06-13 Juri Linkov <juri@jurta.org>
6571
6572 * isearch.el (isearch-yank-word, isearch-yank-line)
6573 (isearch-char-by-name, isearch-quote-char)
6574 (isearch-printing-char, isearch-process-search-char):
6575 Add optional count prefix arg. (Bug#14563)
6576
6577 * international/isearch-x.el
6578 (isearch-process-search-multibyte-characters):
6579 Add optional count prefix arg.
6580
6581 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6584 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6585 lexical-binding.
6586
6587 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6588
6589 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6590
6591 2013-06-13 Glenn Morris <rgm@gnu.org>
6592
6593 * startup.el (tty-handle-args):
6594 Don't just discard "--" and anything after. (Bug#14608)
6595
6596 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6597
6598 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
6599
6600 Implement changes in Secret Service API. Make it backward compatible.
6601 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6602 (secrets-create-item): Use it. Prefix properties with interface.
6603
6604 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6605
6606 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6607 (term-emulate-terminal): Respect term-suppress-hard-newline.
6608
6609 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6610
6611 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6612 Only remove a `thumb-file' overlay. (Bug#14548)
6613
6614 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
6615
6616 * mail/reporter.el (reporter-submit-bug-report):
6617 Handle missing package-name. (Bug#14600)
6618
6619 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6620
6621 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6622 (reftex-citation-prompt, reftex-default-bibliography)
6623 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6624 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6625 (reftex-bib-sort-author, reftex-bib-sort-year)
6626 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6627 (reftex-extract-bib-entries-from-thebibliography)
6628 (reftex-get-bibkey-default, reftex-get-bib-names)
6629 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6630 (reftex-format-bib-entry, reftex-parse-bibitem)
6631 (reftex-format-bibitem, reftex-do-citation)
6632 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6633 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6634 (reftex-insert-bib-matches, reftex-format-citation)
6635 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6636 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6637 existing comments into docstrings.
6638
6639 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6640
6641 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6642
6643 2013-06-12 Andreas Schwab <schwab@suse.de>
6644
6645 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6646 for auto-save files.
6647
6648 2013-06-12 Glenn Morris <rgm@gnu.org>
6649
6650 * ido.el (ido-delete-ignored-files): Remove.
6651 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6652 Go back to calling ido-ignore-item-p directly.
6653
6654 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6655
6656 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6657
6658 * ido.el (ido-delete-ignored-files): New function,
6659 split from ido-make-file-list-1.
6660 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6661 (ido-make-file-list-1): Use ido-delete-ignored-files.
6662
6663 2013-06-12 Leo Liu <sdl.web@gmail.com>
6664
6665 * progmodes/octave.el (inferior-octave-startup)
6666 (inferior-octave-completion-table)
6667 (inferior-octave-track-window-width-change)
6668 (octave-eldoc-function-signatures, octave-help)
6669 (octave-find-definition): Use single quoted strings.
6670 (inferior-octave-startup-args): Change default value.
6671 (inferior-octave-startup): Do not hard code "-i" and
6672 "--no-line-editing".
6673 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6674 (inferior-octave-directory-tracker): Use it.
6675 (octave-goto-function-definition): Robustify.
6676 (octave-help): Support highlighting operators in 'See also'.
6677 (octave-find-definition): Find subfunctions only in Octave mode.
6678
6679 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6680
6681 * help-fns.el (help-fns--compiler-macro): If the handler function is
6682 named, then put a link to it.
6683 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6684 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6685 (cl-typep): Use it.
6686 (cl-eval-when): Simplify debug spec.
6687 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6688 compiler-macro function instead of setting `compiler-macro-file'.
6689
6690 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6691
6692 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6693 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6694
6695 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6696 Daniel Hackney <dan@haxney.org>
6697
6698 First part of Daniel Hackney's patch to package.el.
6699 * emacs-lisp/package.el: Use defstruct.
6700 (package-desc): New, main struct.
6701 (package--bi-desc, package--ac-desc): New structs, used to describe the
6702 format in external files.
6703 (package-desc-vers): Replace with package-desc-version accessor.
6704 (package-desc-doc): Replace with package-desc-summary accessor.
6705 (package-activate-1): Remove `package' arg since the pkg-vec now
6706 includes the name.
6707 (define-package): Use package-desc-from-define.
6708 (package-unpack-single): Change file-name arg to be a symbol.
6709 (package--add-to-archive-contents): Use package-desc-create and new
6710 accessor functions to package--ac-desc.
6711 (package-buffer-info, package-tar-file-info): Return a package-desc.
6712 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6713 arg to be a package-desc.
6714 (package-install-file): Adjust accordingly. Use \' to match EOS.
6715 (package--from-builtin): New function.
6716 (describe-package-1, package-menu--generate): Use it.
6717 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6718 (package-generate-autoloads): Idem and return the name of the file.
6719 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6720 Change pkg-info arg to be a package-desc.
6721 Use package-make-ac-desc.
6722 (package-upload-file): Use \' to match EOS.
6723 * finder.el (finder-compile-keywords): Use package-make-builtin.
6724
6725 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 * vc/vc.el (vc-deduce-fileset): Change error message.
6728 (vc-read-backend): New function.
6729 (vc-next-action): Use it.
6730
6731 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6732
6733 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6734 (prolog-font-lock-keywords): Use regexp-opt instead.
6735 Don't manually highlight strings.
6736 (prolog-mode-variables): Simplify comment-start-skip.
6737 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6738
6739 * emacs-lisp/generic.el (generic--normalise-comments)
6740 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6741 (generic-mode-set-comments): Use them.
6742 (generic-bracket-support): Use setq-local.
6743 (generic-make-keywords-list): Declare obsolete.
6744
6745 2013-06-11 Glenn Morris <rgm@gnu.org>
6746
6747 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6748 Prettify after setting font-lock-defaults. (Bug#14574)
6749
6750 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
6751
6752 * replace.el (query-replace, occur-read-regexp-defaults-function)
6753 (replace-search):
6754 * subr.el (declare-function, number-sequence, local-set-key)
6755 (substitute-key-definition, locate-user-emacs-file)
6756 (with-silent-modifications, split-string, eval-after-load):
6757 Fix typos, remove unneeded backslashes and reflow some docstrings.
6758
6759 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6762 default for Elisp files.
6763
6764 2013-06-11 Glenn Morris <rgm@gnu.org>
6765
6766 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6767 although define-derived-mode was doing this anyway. (Bug#14583)
6768
6769 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
6770
6771 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6772 Fix make-variable-buffer-local call to refer to the correct variable.
6773
6774 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
6775
6776 * eshell/em-term.el (eshell-visual-commands)
6777 (eshell-visual-subcommands, eshell-visual-options):
6778 Add summary line to docstrings. Add cross-references.
6779
6780 2013-06-10 Glenn Morris <rgm@gnu.org>
6781
6782 * epa.el (epa-read-file-name): New function. (Bug#14510)
6783 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6784
6785 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6786
6787 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6788 output redirection to be ignored with visual commands.
6789
6790 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6791
6792 * eshell/em-term.el (eshell-visual-command-p): New function.
6793 (eshell-term-initialize): Move long lambda to separate function
6794 eshell-visual-command-p.
6795 * eshell/em-dirs.el (eshell-dirs-initialise):
6796 * eshell/em-script.el (eshell-script-initialize):
6797 Add missing #' to lambda.
6798
6799 2013-06-08 Leo Liu <sdl.web@gmail.com>
6800
6801 * progmodes/octave.el (octave-add-log-current-defun): New function.
6802 (octave-mode): Set add-log-current-defun-function.
6803 (octave-goto-function-definition): Do not move point if not found.
6804 (octave-find-definition): Enhance to try subfunctions first.
6805
6806 2013-06-08 Glenn Morris <rgm@gnu.org>
6807
6808 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6809 (byte-compile-backward-char, byte-compile-backward-word):
6810 Improve previous change, to handle non-explicit nil.
6811
6812 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6815 (smie--opener/closer-at-point): New function.
6816 (smie--matching-block-data): Use it. Don't match from right after an
6817 opener or right before a closer. Obey smie-blink-matching-inners.
6818 Don't signal a mismatch for repeated inners like "switch..case..case".
6819
6820 2013-06-07 Leo Liu <sdl.web@gmail.com>
6821
6822 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6823 to t. (Bug#14303)
6824 (octave-function-header-regexp): Fix. (Bug#14570)
6825 (octave-help-mode-finish-hook, octave-help-mode-finish):
6826 Remove. Just use temp-buffer-show-hook.
6827
6828 * newcomment.el (comment-search-backward): Revert last change.
6829 (Bug#14434)
6830
6831 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6832
6833 2013-06-07 Eli Zaretskii <eliz@gnu.org>
6834
6835 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6836 through xargs, to avoid failure due to MS-Windows limitations on
6837 command-line length.
6838
6839 2013-06-06 Glenn Morris <rgm@gnu.org>
6840
6841 * font-lock.el (lisp-font-lock-keywords-2):
6842 Treat user-error like error.
6843
6844 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6845 (byte-compile-backward-char, byte-compile-backward-word):
6846 Handle explicit nil arguments. (Bug#14565)
6847
6848 2013-06-05 Alan Mackenzie <acm@muc.de>
6849
6850 * isearch.el (isearch-allow-prefix): New user option.
6851 (isearch-other-meta-char): Don't exit isearch when a prefix
6852 argument is typed whilst `isearch-allow-prefix' is non-nil.
6853 (Bug#9706)
6854
6855 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 * autorevert.el (auto-revert-notify-handler): Use memq.
6858 Hide assertion failure.
6859
6860 * skeleton.el: Use cl-lib.
6861 (skeleton-further-elements): Use defvar-local.
6862 (skeleton-insert): Use cl-progv.
6863
6864 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6865
6866 * progmodes/prog-mode.el (prog-prettify-symbols)
6867 (prog-prettify-install): Update docstrings.
6868
6869 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * simple.el: Move all the prog-mode code to prog-mode.el.
6872 * progmodes/prog-mode.el: New file.
6873 * loadup.el: Add prog-mode.el.
6874
6875 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6876
6877 * simple.el (prog-prettify-symbols): Add version.
6878 (prog-prettify-install): Add convenience function to prettify symbols.
6879
6880 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6881 (perl--augmented-font-lock-keywords-1)
6882 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6883 variables and use it.
6884
6885 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6886 (cfengine3-mode): Remove unneeded variable and use it.
6887
6888 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6889 (lisp--augmented-font-lock-keywords-1)
6890 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6891 Remove unneeded variables and use it.
6892
6893 2013-06-05 João Távora <joaotavora@gmail.com>
6894
6895 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
6896 to point when opening the connection. (Bug#14380)
6897
6898 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * subr.el (load-history-regexp, load-history-filename-element)
6901 (eval-after-load, after-load-functions, do-after-load-evaluation)
6902 (eval-next-after-load, display-delayed-warnings)
6903 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6904 definition of save-match-data.
6905 (overriding-local-map): Remove accidental obsolescence declaration.
6906
6907 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6908
6909 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6910
6911 Generalize symbol prettify support to prog-mode and implement it
6912 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6913 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6914 (prog--prettify-font-lock-compose-symbol)
6915 (prog-prettify-font-lock-symbols-keywords): New variables and
6916 functions to support symbol prettification.
6917 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6918 (lisp--augmented-font-lock-keywords-1)
6919 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6920 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6921 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6922 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6923 Implement prettify of -> => :: strings.
6924 * progmodes/perl-mode.el (perl-prettify-symbols)
6925 (perl--font-lock-compose-symbol)
6926 (perl--font-lock-symbols-keywords): Move to prog-mode.
6927 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6928 (perl-font-lock-keywords-1)
6929 (perl-font-lock-keywords-2): Remove explicit prettify support.
6930 (perl--augmented-font-lock-keywords)
6931 (perl--augmented-font-lock-keywords-1)
6932 (perl--augmented-font-lock-keywords-2, perl-mode):
6933 Implement prettify support.
6934
6935 2013-06-05 Leo Liu <sdl.web@gmail.com>
6936
6937 Re-implement smie matching block highlight using
6938 show-paren-data-function. (Bug#14395)
6939 * emacs-lisp/smie.el (smie-matching-block-highlight)
6940 (smie--highlight-matching-block-overlay)
6941 (smie--highlight-matching-block-lastpos)
6942 (smie-highlight-matching-block)
6943 (smie-highlight-matching-block-mode): Remove.
6944 (smie--matching-block-data-cache): New variable.
6945 (smie--matching-block-data): New function.
6946 (smie-setup): Use smie--matching-block-data for
6947 show-paren-data-function.
6948
6949 * progmodes/octave.el (octave-mode-menu): Fix.
6950 (octave-find-definition): Skip garbage lines.
6951
6952 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 Fix compilation error with simultaneous dynamic+lexical scoping.
6955 Add warning when a defvar appears after the first let-binding.
6956 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6957 (byte-compile-close-variables): Initialize it.
6958 (byte-compile--declare-var): New function.
6959 (byte-compile-file-form-defvar)
6960 (byte-compile-file-form-define-abbrev-table)
6961 (byte-compile-file-form-custom-declare-variable): Use it.
6962 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6963 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6964 (byte-compile-bind): Handle dynamic bindings that shadow
6965 lexical bindings.
6966 (byte-compile-unbind): Make arg non-optional.
6967 (byte-compile-let): Simplify.
6968 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6969 (cconv--analyse-function, cconv-analyse-form): Populate it.
6970 Protect byte-compile-bound-variables to limit the scope of defvars.
6971 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6972 Remove unneeded rule for `declare'.
6973
6974 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6975 so as to avoid depending on cl-adjoin at run-time.
6976 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6977
6978 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6979 (macroexp--warn-and-return): Use it.
6980
6981 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * lisp/subr.el: Convert to lexical binding.
6984 (overriding-local-map): Make obsolete.
6985 (add-to-list): Doc fix. Add compiler macro.
6986 (read-key): Swap values of local maps.
6987
6988 2013-06-05 Leo Liu <sdl.web@gmail.com>
6989
6990 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6991
6992 2013-06-04 Leo Liu <sdl.web@gmail.com>
6993
6994 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6995 (compilation-auto-jump): Suppress the "Mark set" message to give
6996 way to exit message.
6997
6998 2013-06-04 Alan Mackenzie <acm@muc.de>
6999
7000 Remove faulty optimisation from indentation calculation.
7001 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7002 search limit based on 2000 characters back from indent-point.
7003
7004 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7005
7006 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7007
7008 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * emacs-lisp/lisp.el: Use lexical-binding.
7011 (lisp--local-variables-1, lisp--local-variables): New functions.
7012 (lisp--local-variables-completion-table): New var.
7013 (lisp-completion-at-point): Use it complete let-bound vars.
7014
7015 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7016 eagerly (bug#14422).
7017
7018 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7019
7020 * autorevert.el (auto-revert-notify-enabled)
7021 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7022 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7023 (auto-revert-notify-handler): Handle also gfilenotify.
7024
7025 * subr.el (file-notify-handle-event): New defun. Replacing ...
7026 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7027 Remove.
7028
7029 2013-06-03 Juri Linkov <juri@jurta.org>
7030
7031 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7032 `M-s h .'. (Bug#14427)
7033
7034 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7035 command `hi-lock-face-symbol-at-point'.
7036 (hi-lock-face-symbol-at-point): New command.
7037 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7038 (hi-lock-menu): Add `highlight-symbol-at-point'.
7039 (hi-lock-mode): Doc fix.
7040
7041 * isearch.el (isearch-forward-symbol-at-point): New command.
7042 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7043 (isearch-highlight-regexp): Add a regexp which matches
7044 words/symbols for word/symbol mode.
7045
7046 * subr.el (find-tag-default-bounds): New function with the body
7047 mostly moved from `find-tag-default'.
7048 (find-tag-default): Move most code to `find-tag-default-bounds',
7049 call it and apply `buffer-substring-no-properties' afterwards.
7050
7051 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7052
7053 * eshell/em-term.el (eshell-term-initialize):
7054 Use `cl-intersection' rather than `intersection'.
7055
7056 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7057
7058 * vc/log-view.el: Doc fix.
7059 (log-view-mode-map): Copy keymap from `special-mode-map'.
7060
7061 2013-06-02 Eric Ludlam <zappo@gnu.org>
7062
7063 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7064 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7065 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7066 (eieio-unbound, eieio-default-superclass)
7067 (eieio--define-field-accessors, method-static, method-before)
7068 (method-primary, method-after, method-num-lists)
7069 (method-generic-before, method-generic-primary)
7070 (method-generic-after, method-num-slots)
7071 (eieio-specialized-key-to-generic-key)
7072 (eieio--check-type, class-v, class-p)
7073 (eieio-class-name, define-obsolete-function-alias)
7074 (eieio-class-parents-fast, eieio-class-children-fast)
7075 (same-class-fast-p, class-constructor, generic-p)
7076 (generic-primary-only-p, generic-primary-only-one-p)
7077 (class-option-assoc, class-option, eieio-object-p)
7078 (class-abstract-p, class-method-invocation-order)
7079 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7080 (eieio-class-un-autoload, eieio-defclass)
7081 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7082 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7083 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7084 (eieio-defgeneric-reset-generic-form)
7085 (eieio-defgeneric-form-primary-only)
7086 (eieio-defgeneric-reset-generic-form-primary-only)
7087 (eieio-defgeneric-form-primary-only-one)
7088 (eieio-defgeneric-reset-generic-form-primary-only-one)
7089 (eieio-unbind-method-implementations)
7090 (eieio--defmethod, eieio--typep)
7091 (eieio-perform-slot-validation, eieio-validate-slot-value)
7092 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7093 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7094 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7095 (eieio-slot-name-index, eieio-class-slot-name-index)
7096 (eieio-set-defaults, eieio-initarg-to-attribute)
7097 (eieio-attribute-to-initarg, eieio-c3-candidate)
7098 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7099 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7100 (eieio-class-precedence-list, eieio-generic-call-methodname)
7101 (eieio-generic-call-arglst, eieio-generic-call-key)
7102 (eieio-generic-call-next-method-list)
7103 (eieio-pre-method-execution-functions, eieio-generic-call)
7104 (eieio-generic-call-primary-only, eieiomt-method-list)
7105 (eieiomt-optimizing-obarray, eieiomt-install)
7106 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7107 (eieio-generic-form, eieio-defmethod, make-obsolete)
7108 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7109 (defclass): Remove `eval-and-compile' from macro.
7110 (call-next-method, shared-initialize): Instead of using
7111 `scoped-class' variable, use new eieio--scoped-class, and
7112 eieio--with-scoped-class.
7113 (initialize-instance): Rename local variable 'scoped-class' to
7114 'this-class' to remove ambiguitity from old global.
7115
7116 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7117 eieio.el.
7118 (eieio--scoped-class-stack): New variable.
7119 (eieio--scoped-class): New fcn.
7120 (eieio--with-scoped-class): New scoping macro.
7121 (eieio-defclass): Use pushnew instead of add-to-list.
7122 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7123 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7124 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7125 `scoped-class' variable, use new eieio--scoped-class, and
7126 eieio--with-scoped-class.
7127
7128 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7129
7130 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7131
7132 * eshell/esh-ext.el (eshell-external-command): Pass args to
7133 `eshell-find-interpreter'.
7134 (eshell-find-interpreter): Add new second parameter ARGS.
7135
7136 * eshell/em-script.el (eshell-script-initialize): Add second arg
7137 to the function added as MATCH to `eshell-interpreter-alist'.
7138
7139 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7140 the function added as MATCH to `eshell-interpreter-alist'.
7141
7142 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7143 (eshell-visual-options): New defcustom.
7144 (eshell-escape-control-x): Adapt docstring.
7145 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7146 `eshell-visual-options' in addition to `eshell-visual-commands'.
7147 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7148
7149 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7150
7151 * progmodes/python.el (python-indent-block-enders): Add break,
7152 continue and raise keywords.
7153
7154 2013-06-01 Glenn Morris <rgm@gnu.org>
7155
7156 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7157
7158 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7159 * progmodes/cc-cmds.el (delete-forward-p):
7160 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7161 * progmodes/cc-engine.el (buffer-syntactic-context):
7162 * progmodes/cc-fonts.el (face-property-instance):
7163 * progmodes/cc-mode.el (set-keymap-parents):
7164 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7165 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7166 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7167 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7168 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7169
7170 * progmodes/cc-vars.el (other): Emacs has this widget since
7171 at least 21.1, so don't (re)define it.
7172
7173 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7174 Replace the obsolete alias pcomplete-arg-quote-list.
7175
7176 2013-06-01 Leo Liu <sdl.web@gmail.com>
7177
7178 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7179 punctuation syntax.
7180 (inferior-octave-minimal-columns)
7181 (inferior-octave-last-column-width): New variables.
7182 (inferior-octave-track-window-width-change): New function.
7183 (inferior-octave-mode): Adjust column width so that Octave output,
7184 for example from 'ls', can fit into the window nicely.
7185
7186 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7187
7188 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7189 Highlight expansions inside regexp literals.
7190
7191 2013-05-31 Glenn Morris <rgm@gnu.org>
7192
7193 * obsolete/sym-comp.el (symbol-complete):
7194 Replace obsolete completion-annotate-function.
7195
7196 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7197
7198 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7199
7200 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7201 New function, checks if point is inside a literal that allows
7202 expression expansion.
7203 (ruby-syntax-propertize-expansion): Use it.
7204 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7205 around the body.
7206
7207 2013-05-30 Juri Linkov <juri@jurta.org>
7208
7209 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7210 to "\M-si".
7211 (isearch-invisible): New variable.
7212 (isearch-forward): Doc fix.
7213 (isearch-mode): Set `isearch-invisible'
7214 to the value of `search-invisible'.
7215 (isearch-toggle-case-fold): Doc fix.
7216 (isearch-toggle-invisible): New command.
7217 (isearch-query-replace): Let-bind `search-invisible'
7218 to the value of `isearch-invisible'.
7219 (isearch-search): Use `isearch-invisible' instead of
7220 `search-invisible'. Let-bind `search-invisible'
7221 to the value of `isearch-invisible'. (Bug#11378)
7222
7223 2013-05-30 Juri Linkov <juri@jurta.org>
7224
7225 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7226 call when `query-flag' is nil and `search-invisible' is non-nil.
7227 (Bug#11746)
7228
7229 2013-05-30 Glenn Morris <rgm@gnu.org>
7230
7231 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7232
7233 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7234 (cc-require): Suppress spurious "noruntime" warnings.
7235 (cc-require-when-compile): Use fboundp, for sake of compiler.
7236
7237 * progmodes/cc-mode.el: Move load of cc-vars before that of
7238 cc-langs (which in turn loads cc-vars), to quieten compiler.
7239
7240 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7241
7242 * paren.el: Simplify the code.
7243 (show-paren-mode): Always start the timer.
7244 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7245 (show-paren--overlay, show-paren--overlay-1): Rename from
7246 show-paren-overlay and show-paren-overlay-1, and initialize to an
7247 overlay rather than to nil.
7248 (show-paren-function): Misc cleanup and simplifications.
7249
7250 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * paren.el (show-paren-data-function): New hook.
7253 (show-paren--default): New function, extracted from show-paren-function.
7254 (show-paren-function): Use show-paren-data-function.
7255
7256 2013-05-30 Glenn Morris <rgm@gnu.org>
7257
7258 * ielm.el (ielm-map, ielm-complete-symbol):
7259 Use completion-at-point rather than obsolete functions.
7260 (inferior-emacs-lisp-mode): Doc fix.
7261 Set completion-at-point-functions, rather than
7262 comint-dynamic-complete-functions.
7263
7264 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7265 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7266 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7267
7268 * image.el (image-animated-p): Tweak definition.
7269
7270 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7271 (rlogin-process-connection-type): Tweak default. Add set-after.
7272 (rlogin-host): Doc fix.
7273 (rlogin): Tweak prompt.
7274 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7275
7276 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7277 * progmodes/tcl.el (inferior-tcl-mode-map):
7278 Use completion-at-point rather than obsolete alias.
7279
7280 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7281
7282 * minibuffer.el (read-file-name-completion-ignore-case):
7283 Move before completion--in-region, for eager macro expansion.
7284
7285 2013-05-29 Juri Linkov <juri@jurta.org>
7286
7287 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7288 for total count of matching lines. Add `global-matches' for total
7289 count of matches. Rename `matches' to `lines' for count of
7290 matching lines. Add `matches' for count of matches.
7291 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7292 to `prev-line' for line number of prev match endpt.
7293 Increment `matches' for every match. Print the number of
7294 matching lines in the header.
7295 (occur-context-lines): Rename `lines' to `curr-line'.
7296 Rename `prev-lines' to `prev-line'. (Bug#14017)
7297
7298 2013-05-29 Juri Linkov <juri@jurta.org>
7299
7300 * replace.el (perform-replace): Add `skip-read-only-count',
7301 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7302 Increment them for corresponding conditions and report the number
7303 of skipped occurrences in the final message. (Bug#11746)
7304 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7305 (replace-string, replace-regexp): Doc fix.
7306
7307 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7310
7311 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7312 prog-mode-map (bug#14504).
7313
7314 2013-05-29 Leo Liu <sdl.web@gmail.com>
7315
7316 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7317 (octave-help): Small simplification.
7318
7319 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7320 off the highlight first.
7321
7322 2013-05-29 Glenn Morris <rgm@gnu.org>
7323
7324 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7325 Handle idlwave-last-system-routine-info-cons-cell being nil.
7326
7327 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7328 (idlwave-write-paths): Simplify via with-temp-buffer.
7329
7330 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7331 * emulation/cua-rect.el: Also load cua-base at run time.
7332
7333 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7334 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7335 (cperl-imenu-on-info): Require imenu.
7336
7337 2013-05-28 Alan Mackenzie <acm@muc.de>
7338
7339 Handle "capitalised keywords" correctly.
7340 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7341
7342 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
7343
7344 * eshell/em-unix.el: Add -r option to cp.
7345
7346 2013-05-28 Glenn Morris <rgm@gnu.org>
7347
7348 * vc/vc-arch.el (vc-exec-after): Declare.
7349 (vc-switches): Autoload.
7350 * vc/vc-bzr.el: No need to require vc when compiling.
7351 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7352 (vc-resynch-buffer, vc-dir-refresh): Declare.
7353 (vc-setup-buffer, vc-switches): Autoload.
7354 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7355 (vc-resynch-buffer): Declare.
7356 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7357 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7358 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7359 (grep-read-regexp, grep-read-files, grep-expand-template)
7360 (vc-dir-refresh): Declare.
7361 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7362 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7363 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7364 * vc/vc-mtn.el (vc-exec-after): Declare.
7365 (vc-switches): Autoload.
7366 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7367 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7368 (vc-file-tree-walk): Declare.
7369 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7370 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7371 (vc-tag-precondition, vc-rename-master): Autoload.
7372 * vc/vc-svn.el (vc-exec-after): Declare.
7373 (vc-switches, vc-setup-buffer): Autoload.
7374 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7375 Autoload.
7376 (vc-resynch-buffer): Declare.
7377
7378 * obsolete/fast-lock.el (byte-compile-warnings):
7379 Don't warn about obsolete features in this obsolete file.
7380
7381 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7382 Move definition before use.
7383
7384 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7385 (dun-unix-verbs): Remove dun-zippy.
7386 (dun-zippy): Remove function.
7387
7388 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7389
7390 2013-05-27 Juri Linkov <juri@jurta.org>
7391
7392 * replace.el (replace-search): New function with code moved out
7393 from `perform-replace'.
7394 (replace-highlight, replace-dehighlight): Move function definitions
7395 up closer to `replace-search'. (Bug#11746)
7396
7397 2013-05-27 Juri Linkov <juri@jurta.org>
7398
7399 * replace.el (perform-replace): Ignore invisible matches.
7400 In addition to checking `query-replace-skip-read-only', also
7401 filter out matches by calling `run-hook-with-args-until-failure'
7402 on `isearch-filter-predicates', and also check `search-invisible'
7403 for t or call `isearch-range-invisible'.
7404 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7405
7406 2013-05-27 Juri Linkov <juri@jurta.org>
7407
7408 * isearch.el (isearch-filter-predicates): Rename from
7409 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7410 (isearch-message-prefix): Display text from the property
7411 `isearch-message-prefix' of the currently active filters.
7412 (isearch-search): Don't compare `isearch-filter-predicate' with
7413 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7414 on `isearch-filter-predicates'. Also check `search-invisible' for t
7415 or call `isearch-range-invisible'.
7416 (isearch-filter-visible): Make obsolete.
7417 (isearch-lazy-highlight-search):
7418 Call `run-hook-with-args-until-failure' on
7419 `isearch-filter-predicates' and use `isearch-range-invisible'.
7420
7421 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7422 `isearch-filter-predicates' instead of `funcall'ing
7423 `isearch-filter-predicate'.
7424 (Info-mode): Set `Info-isearch-filter' to
7425 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7426
7427 * dired-aux.el (dired-isearch-filter-predicate-orig):
7428 Remove variable.
7429 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7430 (dired-isearch-filenames-end): Add and remove
7431 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7432 instead of changing the value of `isearch-filter-predicate'.
7433 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7434 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7435 Put property `isearch-message-prefix' to "filename " on
7436 `dired-isearch-filter-filenames'.
7437
7438 * wdired.el (wdired-change-to-wdired-mode):
7439 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7440 locally instead of changing `isearch-filter-predicate'.
7441 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7442
7443 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7444
7445 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7446 return the commit hash (Bug#14459). Also set the
7447 `vc-git-detached' property.
7448 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7449 (vc-git-mode-line-string): Use the same help-echo format whether
7450 in detached mode or not, because we know the actual revision now.
7451 When in detached mode, shorten the revision to 7 chars.
7452
7453 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * emacs-lisp/easy-mmode.el (define-minor-mode):
7456 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7457 mode hook and provide a docstring.
7458
7459 2013-05-27 Alan Mackenzie <acm@muc.de>
7460
7461 Remove spurious syntax-table text properties inserted by C-y.
7462 * progmodes/cc-mode.el (c-after-change): Also clear hard
7463 syntax-table property with value nil.
7464
7465 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
7466
7467 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7468 when reading the events; the buffer layout shall not be changed.
7469
7470 2013-05-27 Leo Liu <sdl.web@gmail.com>
7471
7472 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7473 New variable.
7474 (inferior-octave-directory-tracker): Automatically re-sync
7475 default-directory.
7476 (octave-help): Improve handling of 'See also'.
7477
7478 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * doc-view.el: Minor naming convention tweaks.
7481 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7482
7483 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7484 even if there's no `display' property yet (bug#14435).
7485
7486 2013-05-25 Eli Zaretskii <eliz@gnu.org>
7487
7488 * subr.el (unmsys--file-name): Rename from reveal-filename.
7489
7490 * Makefile.in (custom-deps, finder-data, autoloads)
7491 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7492 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7493 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7494
7495 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7496
7497 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7498 error-completion on the first 2 args of condition-case (bug#14446).
7499 Don't burp at EOB.
7500
7501 2013-05-25 Leo Liu <sdl.web@gmail.com>
7502
7503 * comint.el (comint-previous-matching-input): Do not flood the
7504 *Messages* buffer with trivial messages.
7505
7506 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * progmodes/flymake.el (flymake-nop): Don't return a string.
7509 (flymake-set-at): Fix typo.
7510
7511 * simple.el (read--expression): New function, extracted from
7512 eval-expression. Set completion-at-point-functions (bug#14465).
7513 (eval-expression, eval-minibuffer): Use it.
7514
7515 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7516
7517 * progmodes/flymake.el (flymake-save-buffer-in-file)
7518 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7519 (flymake-selected-frame, flymake-log, flymake-ins-after)
7520 (flymake-set-at, flymake-get-buildfile-from-cache)
7521 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7522 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7523 Refine the doc string.
7524 (flymake-get-file-name-mode-and-masks): Reformat.
7525 (flymake-get-real-file-name-function): Fix a minor bug.
7526
7527 2013-05-24 Juri Linkov <juri@jurta.org>
7528
7529 * progmodes/grep.el (grep-mode-font-lock-keywords):
7530 Support =linenumber= format used by git-grep for lines with
7531 function names. (Bug#13549)
7532
7533 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7536 0 after a semi-colon; it works better for smie-auto-fill.
7537 (octave--indent-new-comment-line): New function.
7538 (octave-indent-new-comment-line): Use it (indirectly).
7539 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7540 modify comment-line-break-function.
7541
7542 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7543 (smie-setup): Use add-function to set it.
7544
7545 2013-05-24 Sam Steingold <sds@gnu.org>
7546
7547 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7548 argument (before the `interactive' argument).
7549
7550 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7551
7552 * image-mode.el (image-mode-winprops): Add winprops to
7553 image-mode-winprops-alist before running
7554 image-mode-new-window-functions.
7555 * doc-view.el (doc-view-new-window-function): Don't delay
7556 doc-view-goto-page via timers (bug#14435).
7557
7558 2013-05-24 Tassilo Horn <tsdh@gnu.org>
7559
7560 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7561 (doc-view-desktop-save-buffer): New function.
7562 (doc-view-restore-desktop-buffer): New function.
7563 (desktop-buffer-mode-handlers):
7564 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
7565 handler.
7566 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7567 `desktop-save-buffer' function.
7568
7569 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
7570
7571 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7572 (tramp-gvfs-file-name-handler): Raise a user error when
7573 `tramp-gvfs-enabled' is nil.
7574 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7575 Do not raise a user error when loading package. (Bug#14447)
7576
7577 * net/xesam.el: Move to obsolete/.
7578
7579 2013-05-24 Glenn Morris <rgm@gnu.org>
7580
7581 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7582
7583 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7584
7585 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7586 (Info-find-node, Man-getpage-in-background): Declare.
7587
7588 * mail/unrmail.el (unrmail):
7589 Replace obsolete detect-coding-with-priority.
7590
7591 * net/socks.el (socks-split-string): Use this rather than split-string.
7592 (socks-nslookup-host): Update for above change.
7593 (dynamic-choice, s5-dynamic-choice-match)
7594 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7595 Comment out unused code.
7596
7597 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7598 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7599 (gud-tooltip-echo-area): Make obsolete.
7600 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7601
7602 * progmodes/js.el (js--optimize-arglist): Declare.
7603
7604 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7605
7606 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7607 (ediff-window-C): Declare.
7608
7609 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7610 Tweak requires to silence compiler.
7611
7612 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7613 (he-search-string, he-tried-table, he-expand-list)
7614 (he-init-string, he-string-member, he-substitute-string)
7615 (he-reset-string): Declare.
7616
7617 * obsolete/options.el (list-options): Use custom-variable-p,
7618 rather than obsolete alias.
7619
7620 2013-05-23 Sam Steingold <sds@gnu.org>
7621
7622 * simple.el (shell-command-on-region): Pass the `replace' argument
7623 down to `call-process-region' to comply with the doc as reported on
7624 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7625
7626 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * emacs-lisp/smie.el (smie-indent-forward-token)
7629 (smie-indent-backward-token): Handle string tokens (bug#14381).
7630
7631 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7632
7633 * ielm.el (ielm-menu): New menu.
7634 (inferior-emacs-lisp-mode): Set comment-start.
7635
7636 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7637
7638 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7639 Fix deactivate action.
7640
7641 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7642 Add cleveref macros.
7643
7644 * lisp/textmodes/reftex-parse.el
7645 (reftex-locate-bibliography-files): Accept options for
7646 bibliography commands.
7647 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7648 Add addbibresource. Basic Biblatex support.
7649
7650 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
7651
7652 * net/tramp-gvfs.el (top):
7653 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7654 when loading package. (Bug#14447)
7655
7656 2013-05-23 Glenn Morris <rgm@gnu.org>
7657
7658 * progmodes/js.el: No need to load comint when compiling.
7659 (ring-insert, comint-send-string, comint-send-input)
7660 (comint-last-input-end, ido-chop): Declare.
7661
7662 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7663 * vc/ediff-mult.el: Adjust requires.
7664 (ediff-directories-internal, ediff-directory-revisions-internal)
7665 (ediff-patch-file-internal): Declare.
7666 * vc/ediff-ptch.el: Adjust requires.
7667 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7668 (ediff-find-file): Autoload.
7669 * vc/ediff-util.el: No need to load ediff when compiling.
7670 (ediff-regions-internal): Declare.
7671 * vc/ediff-wind.el: Adjust requires.
7672 (ediff-compute-toolbar-width): Define when compiling.
7673 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7674 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7675 (dired-get-filename, dired-get-marked-files)
7676 (ediff-last-dir-patch, ediff-patch-default-directory)
7677 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7678 (ediff-patch-buffer-internal): Declare.
7679
7680 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7681 (ispell-process, ispell-buffer-local-words, lm-summary)
7682 (lm-section-start, lm-section-end): Declare.
7683 (checkdoc-ispell-init): Simplify.
7684
7685 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7686 (he-string-member, he-reset-string, he-substitute-string): Declare.
7687
7688 * eshell/em-ls.el: Adjust requires.
7689 (eshell-glob-regexp): Declare.
7690 * eshell/em-tramp.el: Adjust requires.
7691 (eshell-parse-command): Autoload.
7692 * eshell/em-xtra.el: Adjust requires.
7693 (eshell-parse-command): Autoload.
7694 * eshell/esh-ext.el: Adjust requires.
7695 (eshell-parse-command, eshell-close-handles): Autoload.
7696 * eshell/esh-io.el: Adjust requires.
7697 (eshell-output-filter): Autoload.
7698 * eshell/esh-util.el: No need to load tramp when compiling.
7699 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7700 Declare.
7701 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7702 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7703 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7704 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7705 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7706 * eshell/esh-opt.el, eshell/esh-proc.el:
7707 * eshell/esh-var.el: Adjust requires.
7708 * eshell/eshell.el: Do not require esh-util twice.
7709 (eshell-add-input-to-history): Declare.
7710 (eshell-command): Check history module is active before using it.
7711
7712 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7713
7714 2013-05-22 Leo Liu <sdl.web@gmail.com>
7715
7716 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7717
7718 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
7719
7720 * autorevert.el (auto-revert-notify-add-watch)
7721 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7722 it indicates changes in file modification time.
7723
7724 2013-05-22 Glenn Morris <rgm@gnu.org>
7725
7726 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7727 Always delete the autoloaded function from the noruntime and
7728 unresolved functions lists.
7729
7730 * allout.el: No need to load epa, epg, overlay when compiling.
7731 (epg-context-set-passphrase-callback, epg-list-keys)
7732 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7733 (epg-key-user-id-list): Declare.
7734
7735 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7736 (viper-set-parsing-style-toggling-macro)
7737 (viper-set-emacs-state-searchstyle-macros):
7738 Use called-interactively-p on Emacs.
7739 (viper-looking-back): Make it an obsolete alias. Update callers.
7740 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7741 Use looking-back rather than viper-looking-back.
7742 (viper-tmp-insert-at-eob, viper-enlarge-region)
7743 (viper-read-string-with-history, viper-register-to-point)
7744 (viper-append-to-register, viper-change-state-to-vi)
7745 (viper-backward-char-carefully, viper-forward-char-carefully)
7746 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7747 (viper-change-state-to-emacs): Declare.
7748 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7749 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7750 * emulation/viper-mous.el: Do not load viper-cmd.
7751 (viper-backward-char-carefully, viper-forward-char-carefully)
7752 (viper-forward-word, viper-adjust-window): Declare.
7753
7754 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7755
7756 * progmodes/idlw-help.el (idlwave-help-fontify):
7757 Use called-interactively-p.
7758
7759 * term/w32console.el (w32-get-console-codepage)
7760 (w32-get-console-output-codepage): Declare.
7761
7762 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7763 Remove unnecessary declarations.
7764 (dframe-message): Doc fix.
7765
7766 * info.el (dframe-select-attached-frame, dframe-current-frame):
7767 Declare.
7768
7769 * speedbar.el (speedbar-message): Make it an obsolete alias.
7770 Update all callers.
7771 (speedbar-with-attached-buffer)
7772 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7773 (speedbar-with-writable): Use backquote.
7774 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7775 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7776 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7777 rather than speedbar- aliases.
7778 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7779 (speedbar-make-specialized-keymap, speedbar-insert-button)
7780 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7781 (speedbar-do-function-pointer): Declare.
7782 (rmail-speedbar-button, rmail-speedbar-find-file)
7783 (rmail-speedbar-move-message):
7784 Use dframe-with-attached-buffer rather than speedbar- alias.
7785 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7786 (dframe-message, speedbar-make-specialized-keymap)
7787 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7788 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7789 (speedbar-insert-button, dframe-select-attached-frame)
7790 (dframe-maybee-jump-to-attached-frame)
7791 (speedbar-change-initial-expansion-list)
7792 (speedbar-previously-used-expansion-list-name): Declare.
7793 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7794 Use dframe-message, dframe-with-attached-buffer rather than
7795 speedbar- aliases.
7796 (gud-sentinel): Silence compiler.
7797 * progmodes/vhdl-mode.el (speedbar-refresh)
7798 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7799 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7800 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7801 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7802 (speedbar-file-lists, speedbar-make-tag-line)
7803 (speedbar-line-directory, speedbar-goto-this-file)
7804 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7805 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7806 (speedbar-make-button, speedbar-reset-scanners)
7807 (speedbar-files-item-info, speedbar-line-text)
7808 (speedbar-find-file-in-frame, speedbar-set-timer)
7809 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7810 (speedbar-with-writable): Do not (re)define it.
7811 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7812 rather than speedbar- alias.
7813
7814 2013-05-21 Leo Liu <sdl.web@gmail.com>
7815
7816 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7817 menu items.
7818 (octave-mode): Tweak fill-nobreak-predicate.
7819 (inferior-octave-startup): Check process to avoid infinite loop.
7820 (inferior-octave): Pop to buffer first to show abornmal process
7821 exit information.
7822
7823 2013-05-21 Glenn Morris <rgm@gnu.org>
7824
7825 * printing.el (pr-menu-bar): Define when compiling.
7826
7827 2013-05-21 Leo Liu <sdl.web@gmail.com>
7828
7829 * progmodes/octave.el (octave-auto-fill): Remove.
7830 (octave-indent-new-comment-line): Improve.
7831 (octave-mode): Use auto fill mode through
7832 comment-line-break-function and fill-nobreak-predicate.
7833 (octave-goto-function-definition): Support DEFUN_DLD.
7834 (octave-beginning-of-defun): Small tweak.
7835 (octave-help): Show parent directory.
7836
7837 2013-05-21 Glenn Morris <rgm@gnu.org>
7838
7839 * files.el (dired-unmark):
7840 * progmodes/gud.el (gdb-input): Update declarations.
7841
7842 * calculator.el (electric, ehelp): No need to load when compiling.
7843 (Electric-command-loop, electric-describe-mode): Declare.
7844
7845 * doc-view.el (doc-view-current-converter-processes): Move before use.
7846
7847 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7848 Move MODE-set-explicitly definition before use.
7849
7850 * international/mule-diag.el (mule-diag):
7851 Don't use obsolete window-system-version.
7852
7853 * mail/feedmail.el (smtpmail): No need to load when compiling.
7854 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7855
7856 * mail/mail-utils.el (rfc822): No need to load when compiling.
7857 (rfc822-addresses): Autoload it.
7858 (mail-strip-quoted-names): Trivial simplification.
7859
7860 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7861 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7862
7863 * net/snmp-mode.el (tempo): Don't duplicate requires.
7864
7865 * progmodes/prolog.el (info): No need to load when compiling.
7866 (comint): Require before shell requires it.
7867 (Info-goto-node): Autoload it.
7868 (Info-follow-nearest-node): Declare.
7869 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7870
7871 * textmodes/artist.el (picture-mode-exit): Declare.
7872
7873 * textmodes/reftex-parse.el (reftex-parse-from-file):
7874 Trivial rewrite so the compiler can parse it better.
7875
7876 2013-05-20 Leo Liu <sdl.web@gmail.com>
7877
7878 * progmodes/octave.el (octave-help-mode-map)
7879 (octave-help-mode-finish-hook): New variables.
7880 (octave-help-mode, octave-help-mode-finish): New functions.
7881 (octave-help): Use octave-help-mode.
7882
7883 2013-05-20 Glenn Morris <rgm@gnu.org>
7884
7885 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7886
7887 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7888
7889 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7890 start at point, so that expansion starting right after opening
7891 slash in a regexp is recognized.
7892 (ruby-syntax-before-regexp-re): New defvar, extracted from
7893 ruby-syntax-propertize-function. Since the value of this regexp
7894 is looked up at runtime now, we should be able to turn
7895 `ruby-syntax-methods-before-regexp' into a defcustom later.
7896 (ruby-syntax-propertize-function): Split regexp matching into two
7897 parts, for opening and closing slashes. That allows us to skip
7898 over string interpolations and support multiline regexps.
7899 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7900 for them, which calls `ruby-syntax-propertize-expansion'.
7901 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7902 call to `ruby-syntax-propertize-function'.
7903 (ruby-syntax-propertize-expansion): Extracted from
7904 `ruby-syntax-propertize-expansions'. Handles one expansion.
7905 (ruby-syntax-propertize-percent-literal): Leave point right after
7906 the percent symbol, so that the expression expansion rule can
7907 propertize the contents.
7908 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7909 heredoc openers.
7910 (ruby-syntax-propertize-expansions): Remove.
7911
7912 2013-05-18 Juri Linkov <juri@jurta.org>
7913
7914 * man.el (Man-default-man-entry): Remove `-' from the end
7915 of the default value. (Bug#14400)
7916
7917 2013-05-18 Glenn Morris <rgm@gnu.org>
7918
7919 * comint.el (comint-password-prompt-regexp):
7920 Allow "password for XXX" where XXX contains colons (eg https://...).
7921
7922 2013-05-18 Leo Liu <sdl.web@gmail.com>
7923
7924 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
7925 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
7926 (octave-source-directories): Don't check process.
7927 (octave-source-directories, octave-find-definition): Doc fix.
7928
7929 2013-05-18 Glenn Morris <rgm@gnu.org>
7930
7931 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7932 Remove backspace/delete bindings. (Bug#14392)
7933
7934 * cus-dep.el (custom-make-dependencies): Sort the output.
7935 (custom-versions-load-alist): Convert comment to doc.
7936
7937 2013-05-17 Leo Liu <sdl.web@gmail.com>
7938
7939 * newcomment.el (comment-search-backward): Stricter in finding
7940 comment start. (Bug#14303)
7941
7942 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7943 (octave-comment-start-skip): Properly anchored.
7944
7945 2013-05-17 Leo Liu <sdl.web@gmail.com>
7946
7947 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7948 Clean up when turned off. (Bug#14395)
7949 (smie--highlight-matching-block-overlay): No longer buffer-local.
7950 (smie-highlight-matching-block): Adjust.
7951
7952 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7953
7954 Doc string fix for "nanoseconds" (Bug#14406).
7955 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7956 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7957
7958 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7959
7960 * calc/calc-units.el (math-extract-units): Preserve powers
7961 of units.
7962
7963 2013-05-17 Leo Liu <sdl.web@gmail.com>
7964
7965 * subr.el (delete-consecutive-dups): New function.
7966 * ido.el (ido-set-matches-1): Use it.
7967 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7968 * ido.el (ido-remove-consecutive-dups): Remove.
7969
7970 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7973 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7974 regexp-opt's `words'.
7975
7976 2013-05-16 Leo Liu <sdl.web@gmail.com>
7977
7978 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
7979 (smie--highlight-matching-block-overlay)
7980 (smie--highlight-matching-block-lastpos)
7981 (smie--highlight-matching-block-timer): New variables.
7982 (smie-highlight-matching-block): New function.
7983 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
7984 (smie-setup): Conditionally enable smie-blink-matching-open.
7985
7986 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
7987
7988 Sync with upstream verilog-mode r840.
7989 * progmodes/verilog-mode.el (verilog-mode-version)
7990 (verilog-mode-release-date): Update.
7991 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7992 (verilog-sig-tieoff): Fix string error on
7993 AUTORESET with colon define, bug594. Reported by Andrew Hou.
7994 (verilog-read-decls): Fix parameters confusing
7995 AUTOINST interfaces, bug565. Reported by Leith Johnson.
7996
7997 2013-05-16 Eli Zaretskii <eliz@gnu.org>
7998
7999 * subr.el (reveal-filename): New function.
8000
8001 * loadup.el: Compute Emacs executable versions on MS-Windows,
8002 where executables have the .exe extension. Add a hard link
8003 emacs-XX.YY.ZZ.exe on MS-Windows.
8004
8005 * Makefile.in (XARGS_LIMIT): New variable.
8006 (custom-deps, finder-data, autoloads)
8007 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8008 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8009 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8010 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8011
8012 2013-05-16 Leo Liu <sdl.web@gmail.com>
8013
8014 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8015 (octave-mode-menu, octave-mode-map): Remove its uses.
8016
8017 2013-05-16 Reto Zimmermann <reto@gnu.org>
8018
8019 Sync with upstream vhdl mode v3.34.2.
8020 * progmodes/vhdl-mode.el: Use `push' throughout.
8021 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8022 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8023 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8024 (vhdl-actual-generic-name): New option to derive actual generic name.
8025 (vhdl-port-paste-signals): Replace formal by actual generics.
8026 (vhdl-beautify): New name for old group vhdl-align. Update users.
8027 (vhdl-beautify-options): New option.
8028 (vhdl-last-input-event): New compat alias. Use throughout.
8029 (vhdl-goto-line): Replace user level function `goto-line'.
8030 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8031 vhdl-fix-statement-buffer.
8032 (vhdl-create-mode-menu): Add some entries.
8033 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8034 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8035 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8036 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8037 to force statements on one line.
8038 (vhdl-remove-trailing-spaces-region):
8039 New, split from vhdl-remove-trailing-spaces.
8040 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8041 Respect vhdl-beautify-options.
8042 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8043 (vhdl-update-sensitivity-list): Not add with index if exists without.
8044 Not include array index with signal. Ignore keywords in comments.
8045 (vhdl-get-visible-signals): Regexp tweaks.
8046 (vhdl-template-component-inst): Handle empty library.
8047 (vhdl-template-type): Add template for 'enum' type.
8048 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8049 Use vhdl-replace-string.
8050 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8051 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8052 (vhdl-speedbar-initialize): Update for above name change.
8053 (vhdl-compose-wire-components): Fix in handling of constants.
8054 (vhdl-error-regexp-emacs-alist): New variable.
8055 (vhdl-error-regexp-add-emacs): New function;
8056 adds support for new compile.el (Emacs 22+)
8057 (vhdl-generate-makefile-1): Change target order for single lib. units.
8058 Allow use of absolute file names.
8059
8060 2013-05-16 Leo Liu <sdl.web@gmail.com>
8061
8062 * simple.el (prog-indent-sexp): Indent enclosing defun.
8063
8064 2013-05-15 Glenn Morris <rgm@gnu.org>
8065
8066 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8067 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8068 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8069 (whitespace-highlight): Move to whitespace group.
8070
8071 * comint.el (comint-source):
8072 * pcmpl-linux.el (pcmpl-linux):
8073 * shell.el (shell-faces):
8074 * eshell/esh-opt.el (eshell-opt):
8075 * international/ccl.el (ccl): Remove empty custom groups.
8076
8077 * completion.el (dynamic-completion-mode):
8078 * jit-lock.el (jit-lock-debug-mode):
8079 * minibuffer.el (completion-in-region-mode):
8080 * type-break.el (type-break-mode-line-message-mode)
8081 (type-break-query-mode):
8082 * emulation/tpu-edt.el (tpu-edt-mode):
8083 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8084 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8085 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8086
8087 * term/xterm.el (xterm): Change parent group to terminals.
8088
8089 * master.el (master): Remove empty custom group.
8090 (master-mode): Remove unused :group argument.
8091 * textmodes/refill.el (refill): Remove empty custom group.
8092 (refill-mode): Remove unused :group argument.
8093
8094 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8095
8096 * cus-dep.el: Provide a feature.
8097 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8098 Don't mistakenly ignore files whose basenames match a basename
8099 from preloaded-file-list (eg cedet/ede/simple.el).
8100 Add a fallback method for getting :group.
8101
8102 2013-05-15 Juri Linkov <juri@jurta.org>
8103
8104 * isearch.el (isearch-char-by-name): Rename from
8105 `isearch-insert-char-by-name'. Doc fix.
8106 (isearch-forward): Mention `isearch-char-by-name' in
8107 the docstring. (Bug#13348)
8108
8109 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8110 `exit-minibuffer' instead of
8111 `isearch-nonincremental-exit-minibuffer'.
8112 (isearch-edit-string): Remove mention of
8113 `isearch-nonincremental-exit-minibuffer' from docstring.
8114 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8115 (isearch-forward-exit-minibuffer)
8116 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8117
8118 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * loadup.el: Just use unversioned DOC.
8121
8122 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8123 literals as extending to EOB.
8124 (nxml-last-fontify-end): Remove unused variable.
8125 (nxml-after-change1): Use with-silent-modifications.
8126 (nxml-extend-after-change-region): Simplify.
8127 (nxml-extend-after-change-region1): Remove function.
8128 (nxml-after-change1): Don't adjust for dependent regions.
8129 (nxml-fontify-matcher): Simplify.
8130 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8131 (xmltok-add-dependent): Remove function.
8132 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8133 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8134 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8135 unclosed <[[, <?, comment, and other literals as extending to EOB.
8136 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8137 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8138 Remove functions.
8139 (rng-do-some-validation-1): Don't mark dependent regions.
8140 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8141 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8142 (nxml-clear-dependent-regions): Remove functions.
8143 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8144 (nxml-ensure-scan-up-to-date):
8145 Don't clear&mark dependent regions.
8146
8147 2013-05-15 Leo Liu <sdl.web@gmail.com>
8148
8149 * progmodes/octave.el (octave-goto-function-definition):
8150 Improve and fix callers.
8151
8152 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8155 the setter (bug#14387).
8156
8157 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8158 surrounding group (bug#14402).
8159
8160 2013-05-14 Juri Linkov <juri@jurta.org>
8161
8162 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8163 (Bug#14390)
8164
8165 2013-05-14 Glenn Morris <rgm@gnu.org>
8166
8167 * progmodes/f90.el (f90-imenu-generic-expression):
8168 Fix typo in 2013-05-08 change. (Bug#14402)
8169
8170 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8171
8172 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8173 Remove signals for which replies are never received.
8174
8175 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8176
8177 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8178 (gdb-handler-alist, gdb-handler-number): Remove variables.
8179 (gdb-handler-list): New variable.
8180 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8181 (gdb-pending-handler-p, gdb-handle-reply)
8182 (gdb-remove-all-pending-triggers): New functions.
8183 (gdb-discard-unordered-replies): New defcustom.
8184 (gdb-handler): New defstruct.
8185 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8186 instead of gdb-pending-triggers. Update docstring.
8187 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8188 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8189 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8190 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8191 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8192 (gdb-frame-handler): Pending triggers are now automatically managed.
8193 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8194 Remove argument.
8195 (gdb-input): Automatically handles pending triggers. Update docstring.
8196 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8197 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8198 Update comments.
8199 (gdb-done-or-error): Now use gdb-handle-reply.
8200
8201 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8202
8203 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8204 gdb-debug-log.
8205
8206 2013-05-14 Glenn Morris <rgm@gnu.org>
8207
8208 * subr.el (user-emacs-directory-warning): New option.
8209 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8210
8211 2013-05-14 Leo Liu <sdl.web@gmail.com>
8212
8213 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8214 during redisplay.
8215 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8216 (octave-font-lock-texinfo-comment): Fix invalid search bound
8217 error: wrong side of point.
8218
8219 2013-05-14 Glenn Morris <rgm@gnu.org>
8220
8221 * progmodes/flymake.el (flymake-xml-program): New option.
8222 (flymake-xml-init): Use it.
8223
8224 * term/xterm.el: Provide a feature.
8225
8226 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
8227
8228 2013-05-13 Glenn Morris <rgm@gnu.org>
8229
8230 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8231 Add compat aliases as a hack workaround. (Bug#14384)
8232
8233 2013-05-13 Leo Liu <sdl.web@gmail.com>
8234
8235 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8236 ###, and %!.
8237 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8238 C-M-q.
8239 (octave-comment-start-skip): Include %!.
8240 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8241
8242 2013-05-12 Leo Liu <sdl.web@gmail.com>
8243
8244 * progmodes/octave.el (inferior-octave-startup): Store the value
8245 of __octave_srcdir__ for octave-source-directories.
8246 (inferior-octave-check-process): New function refactored out of
8247 inferior-octave-send-list-and-digest.
8248 (octave-source-directories)
8249 (octave-find-definition-filename-function): New variables.
8250 (octave-source-directories)
8251 (octave-find-definition-default-filename): New functions.
8252 (octave-find-definition): Improve to find functions implemented in C++.
8253
8254 2013-05-12 Glenn Morris <rgm@gnu.org>
8255
8256 * calendar/diary-lib.el (diary-outlook-format-1):
8257 Don't include dayname in the output. (Bug#14349)
8258
8259 2013-05-11 Glenn Morris <rgm@gnu.org>
8260
8261 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8262
8263 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8264 Treat cc-provide like provide.
8265
8266 2013-05-11 Kevin Ryde <user42@zip.com.au>
8267
8268 * cus-dep.el (custom-make-dependencies):
8269 Use generated-autoload-load-name for the sake of files such
8270 such cedet/semantic/bovine/c.el, where the base file name
8271 is not in load-path. (Bug#5277)
8272
8273 2013-05-11 Glenn Morris <rgm@gnu.org>
8274
8275 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8276 Provide features.
8277
8278 2013-05-11 Leo Liu <sdl.web@gmail.com>
8279
8280 * progmodes/octave.el (octave-indent-comment): Improve.
8281 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8282 (octave-eldoc-function-signatures, octave-eldoc-function):
8283 New functions.
8284 (octave-mode, inferior-octave-mode): Add eldoc support.
8285
8286 2013-05-11 Richard Stallman <rms@gnu.org>
8287
8288 * epa.el (epa-decrypt-file): Take output file name as argument
8289 and read it using `interactive'.
8290
8291 2013-05-11 Leo Liu <sdl.web@gmail.com>
8292
8293 * progmodes/octave.el (octave-beginning-of-line)
8294 (octave-end-of-line): Check before using up-list because it jumps
8295 out of more syntactic contructs since moving to smie.
8296 (octave-indent-comment): New function.
8297 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
8298 (octave-begin-keywords, octave-end-keywords)
8299 (octave-reserved-words, octave-smie-bnf-table)
8300 (octave-smie-rules): Add new keywords from Octave 3.6.4.
8301
8302 2013-05-11 Glenn Morris <rgm@gnu.org>
8303
8304 * faces.el (internal-face-x-get-resource):
8305 * frame.el (ns-display-monitor-attributes-list):
8306 * calc/calc-aent.el (math-to-radians-2):
8307 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8308 Fix declarations.
8309
8310 * calc/calc-menu.el: Make it loadable in isolation.
8311
8312 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8313 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8314 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8315 (eudc-bbdb-query-internal): Require 'bbdb.
8316
8317 * lpr.el (lpr-headers-switches):
8318 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8319
8320 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8321
8322 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8323
8324 * term.el (term-set-escape-char): Make it idempotent.
8325
8326 2013-05-10 Leo Liu <sdl.web@gmail.com>
8327
8328 * progmodes/octave.el (inferior-octave-completion-table):
8329 No longer a function and all uses changed. Use cache to speed up
8330 completion due to bug#11906.
8331 (octave-beginning-of-defun): Re-write to be more general.
8332
8333 2013-05-10 Glenn Morris <rgm@gnu.org>
8334
8335 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8336
8337 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8338
8339 * comint.el (comint-redirect-send-command-to-process): Use :around
8340 rather than :override for comint-redirect-filter.
8341 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8342 Call it instead of comint-redirect-original-filter-function (which
8343 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8344
8345 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8346
8347 * frame.el (display-monitor-attributes-list): Add NS case.
8348 (ns-display-monitor-attributes-list): Declare.
8349
8350 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
8351
8352 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8353
8354 2013-05-09 Glenn Morris <rgm@gnu.org>
8355
8356 * international/fontset.el (vertical-centering-font-regexp):
8357 Set standard-value.
8358
8359 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8360
8361 * bookmark.el (bookmark-search-delay):
8362 * cus-start.el (vertical-centering-font-regexp):
8363 * ps-mule.el (ps-mule-font-info-database-default):
8364 * ps-print.el (ps-default-fg, ps-default-bg):
8365 * type-break.el (type-break-good-break-interval):
8366 * whitespace.el (whitespace-indentation-regexp)
8367 (whitespace-space-after-tab-regexp):
8368 * emacs-lisp/testcover.el (testcover-1value-functions)
8369 (testcover-noreturn-functions, testcover-progn-functions)
8370 (testcover-prog1-functions):
8371 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8372 * eshell/em-glob.el (eshell-glob-translate-alist):
8373 * play/tetris.el (tetris-tty-colors):
8374 * progmodes/cpp.el (cpp-face-default-list):
8375 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8376 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8377 (idlwave-help-browser-generic-args):
8378 * progmodes/make-mode.el (makefile-special-targets-list):
8379 * progmodes/python.el (python-shell-virtualenv-path):
8380 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8381 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8382 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8383 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8384 * textmodes/reftex-vars.el (reftex-format-label-function):
8385 * textmodes/remember.el (remember-diary-file): Fix custom types.
8386
8387 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8388 Add :version.
8389
8390 2013-05-09 Leo Liu <sdl.web@gmail.com>
8391
8392 * progmodes/octave.el (inferior-octave-completion-at-point):
8393 Restore file completion. (Bug#14300)
8394 (inferior-octave-startup): Fix incorrect highlighting for the
8395 first prompt.
8396
8397 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * progmodes/ruby-mode.el: First cut at SMIE support.
8400 (ruby-use-smie): New var.
8401 (ruby-smie-grammar): New constant.
8402 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8403 (ruby-smie--forward-token, ruby-smie--backward-token)
8404 (ruby-smie-rules): New functions.
8405 (ruby-mode-variables): Setup SMIE if applicable.
8406
8407 2013-05-08 Eli Zaretskii <eliz@gnu.org>
8408
8409 * simple.el (line-move-visual): Signal beginning/end of buffer
8410 only if vertical-motion moved less than it was requested. Avoids
8411 silly incorrect error messages when there are display strings with
8412 multiple newlines at EOL.
8413
8414 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8417 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8418 (prolog-char-quote-workaround):
8419 * progmodes/cperl-mode.el (cperl-under-as-char):
8420 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8421 Mark as obsolete.
8422 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8423 their declaration.
8424 (vhdl-mode-syntax-table-init): Remove.
8425
8426 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8427 last change.
8428
8429 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8430 syntax for "_".
8431 (ld-script-font-lock-keywords):
8432 Change regexps to use things like \_< and \_>.
8433
8434 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8435 Change all regexps to use things like \_< and \_>.
8436
8437 * progmodes/autoconf.el (autoconf-definition-regexp)
8438 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8439 Handle a _ with symbol syntax.
8440 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8441
8442 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8443 Consolidate declaration.
8444 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8445 the declaration.
8446 (ada-create-syntax-table): Remove.
8447 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8448 already has the right syntax nowadays.
8449 (ada-goto-next-word): Don't change the syntax of "_".
8450
8451 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8452 with-wrapper-hook.
8453
8454 2013-05-08 Sam Steingold <sds@gnu.org>
8455
8456 * thingatpt.el (thing-at-point): Accept optional second argument
8457 NO-PROPERTIES to strip the text properties from the return value.
8458 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8459 to `thing-at-point' instead of stripping the properties ourselves.
8460 Also, when `thing-at-point' fails to find a url, prepend "http://"
8461 to the filename at point on the assumption that the user is
8462 pointing at something like gnu.org/gnu.
8463
8464 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8465
8466 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8467 * faces.el (crm-separator):
8468 Silence byte-compiler.
8469
8470 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8471 (tool-bar-map): Remove unneeded defvars.
8472
8473 2013-05-08 Leo Liu <sdl.web@gmail.com>
8474
8475 Re-work a fix for bug#10994 based on Le Wang's patch.
8476 * ido.el (ido-remove-consecutive-dups): New helper.
8477 (ido-completing-read): Use it.
8478 (ido-chop): Revert fix for bug#10994.
8479
8480 2013-05-08 Adam Spiers <emacs@adamspiers.org>
8481
8482 * cus-edit.el (custom-save-variables):
8483 Pretty-print long values. (Bug#14187)
8484
8485 2013-05-08 Glenn Morris <rgm@gnu.org>
8486
8487 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8488 (m4-mode-syntax-table): Init in the defvar.
8489 (m4-mode-abbrev-table): Let define-derived-mode define it.
8490
8491 2013-05-08 Tom Tromey <tromey@redhat.com>
8492
8493 * progmodes/m4-mode.el (m4-mode-syntax-table):
8494 Do not treat "_" as word constituent. (Bug#14167)
8495
8496 2013-05-07 Glenn Morris <rgm@gnu.org>
8497
8498 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8499 Remove explicit eshell-isearch-cancel-map.
8500
8501 * progmodes/f90.el (f90-smart-end-names): New option.
8502 (f90-smart-end): Doc fix.
8503 (f90-end-block-optional-name): New constant.
8504 (f90-block-match): Respect f90-smart-end-names.
8505
8506 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8509 about implicit semi-colons (bug#14218).
8510
8511 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8512
8513 * frame.el (display-monitor-attributes-list)
8514 (frame-monitor-attributes): New functions.
8515
8516 2013-05-06 Leo Liu <sdl.web@gmail.com>
8517
8518 * progmodes/octave.el (octave-syntax-propertize-function): Change
8519 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8520 (octave-font-lock-keywords): Use octave-operator-regexp.
8521 (octave-completion-at-point): Rename from
8522 octave-completion-at-point-function.
8523 (inferior-octave-directory-tracker): Robustify.
8524 (octave-text-functions): Remove and fix its uses. No such things
8525 any more.
8526
8527 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * emacs-lisp/trace.el (trace--display-buffer): New function.
8530 (trace-make-advice): Use it.
8531
8532 2013-05-06 Juri Linkov <juri@jurta.org>
8533
8534 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8535 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8536 Doc fix.
8537 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8538 in the help string. (Bug#12985)
8539
8540 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8541
8542 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8543
8544 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * progmodes/perl-mode.el: Add support for here documents.
8547 (perl-syntax-propertize-function): Match here-doc markers.
8548 (perl-syntax-propertize-special-constructs): Find their end.
8549 (perl-imenu-generic-expression): Use [:alnum:].
8550
8551 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8552 (advice--add-function): Refresh the advice if already present
8553 (bug#14317).
8554
8555 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
8556
8557 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8558
8559 2013-05-06 Glenn Morris <rgm@gnu.org>
8560
8561 * w32-fns.el (w32-charset-info-alist): Declare.
8562
8563 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8564 of its defcustom properties.
8565 (eshell-cmpl-initialize): No need to load pcomplete.
8566
8567 * generic-x.el: No need to require comint when compiling.
8568
8569 * net/eudc-export.el: Make it loadable without bbdb.
8570 (top-level): Use require rather than load-library.
8571 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8572 (eudc-batch-export-records-to-bbdb)
8573 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8574 Require bbdb.
8575
8576 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8577
8578 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8579 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8580 some tweaks, instead.
8581
8582 2013-05-05 Leo Liu <sdl.web@gmail.com>
8583
8584 * progmodes/octave.el (octave-font-lock-keywords)
8585 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8586 (inferior-octave-send-list-and-digest): Improve error message.
8587 (octave-mode, inferior-octave-mode): Use setq-local.
8588 (octave-help): Set info-lookup-mode.
8589
8590 2013-05-05 Richard Stallman <rms@gnu.org>
8591
8592 * vc/compare-w.el (compare-windows-whitespace):
8593 Treat no-break space as whitespace.
8594
8595 * mail/rmailsum.el (rmail-summary-rmail-update):
8596 Detect empty summary and don't change selected message.
8597 (rmail-summary-goto-msg): Likewise.
8598
8599 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8600 Doc fixes, rename args.
8601
8602 2013-05-05 Alan Mackenzie <acm@muc.de>
8603
8604 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8605
8606 2013-05-05 Juri Linkov <juri@jurta.org>
8607
8608 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8609 to not add the length of the summary segment to the return value.
8610 (Bug#14125)
8611
8612 2013-05-05 Leo Liu <sdl.web@gmail.com>
8613
8614 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8615 (inferior-octave-output-filter): Remove.
8616 (octave-send-region, inferior-octave-startup): Fix callers.
8617 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8618 (octave-binary-file-extensions): New user variable.
8619 (octave-find-definition): Confirm if opening binary files.
8620 (octave-help-file): Use octave-find-definition to get the binary
8621 confirmation.
8622 (octave-help): Adjust for octave-help-file change.
8623
8624 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8627 Merge the two entries that handle function definitions.
8628 (pascal--syntax-propertize): New const.
8629 (pascal-mode): Use it. Use setq-local.
8630
8631 2013-05-04 Glenn Morris <rgm@gnu.org>
8632
8633 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8634 (diary-from-outlook): Respect diary-from-outlook-function.
8635
8636 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8639 Move the declaration from C.
8640 (read-minibuffer, eval-minibuffer): Move from C.
8641 (completion-setup-function): Avoid minibuffer-completion-contents.
8642
8643 2013-05-03 Leo Liu <sdl.web@gmail.com>
8644
8645 * progmodes/octave.el (octave-font-lock-keywords): Do not
8646 dehighlight 'end' in comments or strings.
8647 (octave-completing-read, octave-goto-function-definition):
8648 New helpers.
8649 (octave-help-buffer): New user variable.
8650 (octave-help-file, octave-help-function): New button types.
8651 (octave-help): New command and bind it to C-h ;.
8652 (octave-find-definition): New command and bind it to M-.
8653 (user-error): Alias to error if not defined.
8654
8655 2013-05-02 Leo Liu <sdl.web@gmail.com>
8656
8657 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8658 for \. (bug#14332)
8659 (octave-font-lock-keywords): Include [ and {.
8660
8661 2013-05-02 Leo Liu <sdl.web@gmail.com>
8662
8663 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8664 (inferior-octave): Remove calling comint-mode and return the buffer.
8665 (inferior-octave-startup): Cosmetic changes.
8666
8667 2013-05-02 Leo Liu <sdl.web@gmail.com>
8668
8669 * progmodes/octave.el (octave-syntax-propertize-function):
8670 Include the case when ' is at line beginning. (Bug#14336)
8671
8672 2013-05-02 Glenn Morris <rgm@gnu.org>
8673
8674 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8675 * desktop.el (vc-dir-mode): Just autoload it here.
8676
8677 2013-05-02 Alan Mackenzie <acm@muc.de>
8678
8679 Eliminate variable c-standard-font-lock-fontify-region-function.
8680 * progmodes/cc-mode.el
8681 (c-standard-font-lock-fontify-region-function): Remove.
8682 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8683
8684 2013-05-01 Leo Liu <sdl.web@gmail.com>
8685
8686 * progmodes/octave.el: Compatible with older emacs-24 releases.
8687 (inferior-octave-has-built-in-variables): Remove. Built-in
8688 variables were removed from Octave in 2007.
8689 (inferior-octave-startup): Fix uses.
8690 (comint-line-beginning-position): Remove compatibility code for
8691 emacs 21.
8692
8693 2013-05-01 Juri Linkov <juri@jurta.org>
8694
8695 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8696
8697 2013-05-01 Juri Linkov <juri@jurta.org>
8698
8699 * comint.el (comint-previous-matching-input): Don't print message
8700 "History item: %d" when `isearch-mode' is active.
8701 (comint-history-isearch-message): Print message "History item: %d"
8702 when `comint-input-ring-index' is not empty and this function is
8703 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8704
8705 2013-05-01 Leo Liu <sdl.web@gmail.com>
8706
8707 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8708 definitions. Use completion-at-point to insert keywords.
8709 (octave-abbrev-start): Remove.
8710 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8711
8712 2013-04-30 Leo Liu <sdl.web@gmail.com>
8713
8714 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8715 change.
8716
8717 2013-04-30 Alan Mackenzie <acm@muc.de>
8718
8719 Handle arbitrarily long C++ member initialisation lists.
8720 * progmodes/cc-engine.el (c-back-over-member-initializers):
8721 new function.
8722 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8723 (most) member init lists.
8724
8725 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8726
8727 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8728 variable.
8729
8730 2013-04-30 Leo Liu <sdl.web@gmail.com>
8731
8732 * progmodes/octave.el (octave-variables): Remove. No builtin
8733 variables any more. All converted to functions.
8734 (octave-font-lock-keywords, octave-completion-at-point-function):
8735 Fix uses.
8736 (octave-font-lock-texinfo-comment): New user variable.
8737 (octave-texinfo-font-lock-keywords): New variable for texinfo
8738 comment block.
8739 (octave-function-comment-block): New face.
8740 (octave-font-lock-texinfo-comment): New function.
8741 (octave-mode): Font lock texinfo comment block.
8742
8743 2013-04-29 Leo Liu <sdl.web@gmail.com>
8744
8745 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8746 indexing expression.
8747 (octave-continuation-string): Do not use \.
8748 (inferior-octave-complete-impossible): Remove.
8749 (inferior-octave-completion-table)
8750 (inferior-octave-completion-at-point): Remove its uses.
8751 (inferior-octave-startup): completion_matches was introduced to
8752 Octave in 1996 so safe to assume it.
8753 (octave-function-file-comment): Improve to follow how Octave does it.
8754 (octave-update-function-file-comment): Tweak.
8755
8756 2013-04-29 Leo Liu <sdl.web@gmail.com>
8757
8758 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8759 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8760 (octave-function-file-comment): Fix typo.
8761 (octave-sync-function-file-names): Use read-char-choice.
8762
8763 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8764
8765 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8766 to t for the less important warnings.
8767
8768 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8769
8770 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8771
8772 2013-04-27 Glenn Morris <rgm@gnu.org>
8773
8774 * vc/log-view.el (log-view-current-entry):
8775 Treat "---" separator lines as part of the following rev. (Bug#14169)
8776
8777 2013-04-27 Juri Linkov <juri@jurta.org>
8778
8779 * subr.el (read-number): Doc fix about using it by interactive
8780 code letter `n'. (Bug#14254)
8781
8782 2013-04-27 Juri Linkov <juri@jurta.org>
8783
8784 * desktop.el (desktop-auto-save-timeout): New option.
8785 (desktop-file-checksum): New variable.
8786 (desktop-save): Add optional arg `auto-save' and don't auto-save
8787 if nothing changed.
8788 (desktop-auto-save-timer): New variable.
8789 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8790 (after-init-hook): Call `desktop-auto-save-set-timer'.
8791 Suggested by Reuben Thomas <rrt@sc3d.org> in
8792 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8793
8794 2013-04-27 Leo Liu <sdl.web@gmail.com>
8795
8796 * progmodes/octave.el (octave-function-file-p)
8797 (octave-skip-comment-forward, octave-function-file-comment)
8798 (octave-update-function-file-comment): New functions.
8799 (octave-mode-map): Bind C-c ; to
8800 octave-update-function-file-comment.
8801 (octave-mode-menu): Add octave-update-function-file-comment.
8802 (octave-mode, inferior-octave-mode): Fix doc-string.
8803 (octave-insert-defun): Conform to Octave's coding convention.
8804 (Bug#14285)
8805
8806 * files.el (basic-save-buffer): Don't let errors in
8807 before-save-hook prevent saving buffer.
8808
8809 2013-04-20 Roland Winkler <winkler@gnu.org>
8810
8811 * faces.el (read-face-name): Use completing-read if arg multiple
8812 is nil.
8813
8814 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8815
8816 * ls-lisp.el (ls-lisp-insert-directory): If no files are
8817 displayed, move point to after the totals line.
8818 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
8819 for the details.
8820
8821 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8822
8823 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8824 Add current dir to the load-path.
8825 (package-generate-autoloads): Don't rely on
8826 autoload-ensure-default-file.
8827
8828 2013-04-26 Reuben Thomas <rrt@sc3d.org>
8829
8830 * textmodes/remember.el (remember-store-in-files): Document that
8831 the file name format is passed to `format-time-string'.
8832
8833 2013-04-26 Leo Liu <sdl.web@gmail.com>
8834
8835 * progmodes/octave.el (octave-sync-function-file-names): New function.
8836 (octave-mode): Use it in before-save-hook.
8837
8838 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8841 (bug#14274).
8842
8843 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8844 \n and comment, even if it's not an implicit ; (bug#14218).
8845
8846 2013-04-26 Glenn Morris <rgm@gnu.org>
8847
8848 * subr.el (read-number): Once more use `read' rather than
8849 `string-to-number', to trap non-numeric input. (Bug#14254)
8850
8851 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
8852
8853 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8854 Use `syntax-multiline' text property consistently instead of
8855 `font-lock-multiline'. (Bug#14237)
8856
8857 2013-04-26 Glenn Morris <rgm@gnu.org>
8858
8859 * emacs-lisp/shadow.el (list-load-path-shadows):
8860 No longer necessary to check for duplicate simple.el, since
8861 2012-07-07 change to init_lread to not include installation lisp
8862 directories in load-path when running uninstalled. (Bug#14270)
8863
8864 2013-04-26 Leo Liu <sdl.web@gmail.com>
8865
8866 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8867 (octave-mode, inferior-octave-mode): Use setq-local.
8868 (octave-not-in-string-or-comment-p): Rename to
8869 octave-in-string-or-comment-p.
8870 (octave-in-comment-p, octave-in-string-p)
8871 (octave-in-string-or-comment-p): Replace defsubst with defun.
8872
8873 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8874
8875 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8876
8877 2013-04-25 Bastien Guerry <bzg@gnu.org>
8878
8879 * textmodes/remember.el (remember-data-directory)
8880 (remember-directory-file-name-format): Fix custom types.
8881
8882 2013-04-25 Leo Liu <sdl.web@gmail.com>
8883
8884 * progmodes/octave.el (octave-completion-at-point-function):
8885 Make use of inferior octave process.
8886 (octave-initialize-completions): Remove.
8887 (inferior-octave-completion-table): New function.
8888 (inferior-octave-completion-at-point): Use it.
8889 (octave-completion-alist): Remove.
8890
8891 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8892
8893 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8894 (opascal-mode-syntax-table): New var.
8895 (opascal-literal-kind, opascal-is-literal-end)
8896 (opascal-literal-token-at): Rewrite.
8897 (opascal--literal-start-re, opascal-font-lock-keywords)
8898 (opascal--syntax-propertize): New constants.
8899 (opascal-font-lock-defaults): Adjust.
8900 (opascal-mode): Use them. Set comment-<foo> variables as well.
8901 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8902 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8903 (delphi-other-face, opascal-other-face): Remove face variables.
8904 (opascal-save-state): Remove macro.
8905 (opascal-fontifying-progress-step): Remove constant.
8906 (opascal--ignore-changes): Remove var.
8907 (opascal-set-token-property, opascal-parse-next-literal)
8908 (opascal-is-stable-literal, opascal-complete-literal)
8909 (opascal-is-literal-start, opascal-face-of)
8910 (opascal-parse-region, opascal-parse-region-until-stable)
8911 (opascal-fontify-region, opascal-after-change)
8912 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8913 (opascal-debug-parse-region, opascal-debug-parse-window)
8914 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8915 (opascal-debug-fontify-buffer): Remove.
8916 (opascal-debug-mode-map): Adjust accordingly.
8917
8918 2013-04-25 Leo Liu <sdl.web@gmail.com>
8919
8920 Merge octave-mod.el and octave-inf.el into octave.el with some
8921 cleanups.
8922 * progmodes/octave.el: New file renamed from octave-mod.el.
8923 * progmodes/octave-inf.el: Merged into octave.el.
8924 * progmodes/octave-mod.el: Renamed to octave.el.
8925
8926 2013-04-25 Tassilo Horn <tsdh@gnu.org>
8927
8928 * textmodes/reftex-vars.el
8929 (reftex-label-ignored-macros-and-environments): New defcustom.
8930
8931 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8932
8933 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8934
8935 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8936 (smie-indent-keyword): Improve the check to ensure that the next
8937 comment is really on the same line.
8938 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8939
8940 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8941 semi-colons if the line is not otherwise empty (bug#14218).
8942
8943 2013-04-25 Glenn Morris <rgm@gnu.org>
8944
8945 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8946
8947 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * progmodes/opascal.el (opascal-set-token-property): Rename from
8950 opascal-set-text-properties and only set `token' (bug#14134).
8951 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8952 (opascal-literal-text-properties): Remove.
8953 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8954 Adjust callers.
8955
8956 2013-04-24 Reuben Thomas <rrt@sc3d.org>
8957
8958 * textmodes/remember.el (remember-handler-functions): Add an
8959 option for a new handler `remember-store-in-files'.
8960 (remember-data-directory, remember-directory-file-name-format):
8961 New options.
8962 (remember-store-in-files): New function to store remember notes
8963 as separate files within a directory.
8964
8965 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8966
8967 * progmodes/compile.el (compilation-next-error-function):
8968 Pass "formats" to compilation-find-file (bug#11777).
8969
8970 2013-04-24 Glenn Morris <rgm@gnu.org>
8971
8972 * vc/vc-bzr.el (vc-bzr-print-log):
8973 * vc/vc-hg.el (vc-hg-print-log):
8974 * vc/vc-svn.el (vc-svn-print-log):
8975 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8976
8977 * vc/vc-bzr.el (vc-bzr-print-log):
8978 * vc/vc-cvs.el (vc-cvs-print-log):
8979 * vc/vc-git.el (vc-git-print-log):
8980 * vc/vc-hg.el (vc-hg-print-log):
8981 * vc/vc-mtn.el (vc-mtn-print-log):
8982 * vc/vc-rcs.el (vc-rcs-print-log):
8983 * vc/vc-sccs.el (vc-sccs-print-log):
8984 * vc/vc-svn.el (vc-svn-print-log):
8985 * vc/vc.el (vc-print-log-internal): Doc fixes.
8986
8987 2013-04-23 Glenn Morris <rgm@gnu.org>
8988
8989 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8990 Remove venerable code attempting to avoid substitute-command-keys.
8991
8992 2013-04-23 Tassilo Horn <tsdh@gnu.org>
8993
8994 * textmodes/reftex-vars.el (reftex-label-regexps):
8995 Call `reftex-compile-variables' after changes to this variable.
8996
8997 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9000 Use lexical-binding.
9001 (jit-lock-force-redisplay): Use markers, check buffer's continued
9002 existence and beware narrowed buffers.
9003 (jit-lock-fontify-now): Adjust call accordingly.
9004
9005 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9008 to avoid misleading the user.
9009
9010 2013-04-22 Leo Liu <sdl.web@gmail.com>
9011
9012 * info-look.el: Prefer latex2e.info. (Bug#14240)
9013
9014 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9015
9016 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9017
9018 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9019 * net/tramp.el (tramp-call-process): ... here.
9020 (tramp-set-completion-function, tramp-parse-putty):
9021 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9022 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9023 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9024 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9025 (tramp-call-local-coding-command): Use `tramp-call-process'
9026 instead of `tramp-compat-call-process'.
9027
9028 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9029 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9030 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9031 (tramp-find-inline-compress): Improve traces.
9032 (tramp-maybe-send-script): Check for Perl binary.
9033 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9034
9035 2013-04-22 Daiki Ueno <ueno@gnu.org>
9036
9037 * epg.el (epg-context-pinentry-mode): New function.
9038 (epg-context-set-pinentry-mode): New function.
9039 (epg--start): Pass --pinentry-mode option to gpg command.
9040
9041 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9042
9043 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9044 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9045 `completion-at-point'. (Bug#13774)
9046
9047 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9048 default key binding for `describe-distribution' has been moved to
9049 `C-h C-o'. (Bug#13970)
9050
9051 2013-04-21 Glenn Morris <rgm@gnu.org>
9052
9053 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9054 Add doc strings.
9055 (vc-print-log): Clarify interactive prompt.
9056
9057 2013-04-20 Glenn Morris <rgm@gnu.org>
9058
9059 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9060 No longer include timestamp etc information.
9061
9062 2013-04-20 Roland Winkler <winkler@gnu.org>
9063
9064 * faces.el (read-face-name): Bug fix, return just one face if arg
9065 multiple is nil. (Bug#14209)
9066
9067 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9068
9069 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9070 (remove-function): Autoload.
9071
9072 * comint.el (comint-redirect-original-filter-function): Remove.
9073 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9074 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9075 (vc-cvs-annotate-command):
9076 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9077 * progmodes/prolog.el (prolog-consult-compile):
9078 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9079 Use add/remove-function instead.
9080 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9081 (gud-tooltip-process-output, gud-tooltip-tips):
9082 Use add/remove-function instead.
9083 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9084 (scheme-interaction-mode, exit-scheme-interaction-mode):
9085 Use add/remove-function instead.
9086
9087 * vc/vc-dispatcher.el: Use lexical-binding.
9088 (vc--process-sentinel): Rename from vc-process-sentinel.
9089 Change last arg to be the code to run. Don't use vc-previous-sentinel
9090 and vc-sentinel-commands any more.
9091 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9092 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9093
9094 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9095
9096 * progmodes/sh-script.el (sh-imenu-generic-expression):
9097 Handle function names with a single character. (Bug#14111)
9098
9099 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9100
9101 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9102 for subroutines defined in an eval (bug#14182).
9103
9104 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9105
9106 * bookmark.el (bookmark-completing-read): Improve handling of empty
9107 string (bug#14176).
9108
9109 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9110
9111 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9112
9113 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9114
9115 New faster Imenu implementation (bug#14058).
9116 * progmodes/python.el:
9117 (python-imenu-prev-index-position):
9118 (python-imenu-format-item-label-function)
9119 (python-imenu-format-parent-item-label-function)
9120 (python-imenu-format-parent-item-jump-label-function):
9121 New vars.
9122 (python-imenu-format-item-label)
9123 (python-imenu-format-parent-item-label)
9124 (python-imenu-format-parent-item-jump-label)
9125 (python-imenu--put-parent, python-imenu--build-tree)
9126 (python-imenu-create-index, python-imenu-create-flat-index)
9127 (python-util-popn): New functions.
9128 (python-mode): Set imenu-create-index-function to
9129 python-imenu-create-index.
9130
9131 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * winner.el (winner-active-region): Use region-active-p, activate-mark
9134 and deactivate-mark (bug#14225).
9135
9136 * simple.el (deactivate-mark): Don't inline it.
9137
9138 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9139
9140 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9141
9142 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9143
9144 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9145 file extensions from the archive-mode entry in order to prefer
9146 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9147
9148 2013-04-18 Leo Liu <sdl.web@gmail.com>
9149
9150 * bindings.el (help-event-list): Add ?\?.
9151
9152 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * subr.el (with-wrapper-hook): Declare obsolete.
9155 * simple.el (filter-buffer-substring-function): New hook.
9156 (filter-buffer-substring): Use it.
9157 (filter-buffer-substring-functions): Mark obsolete.
9158 * minibuffer.el (completion-in-region-function): New hook.
9159 (completion-in-region): Use it.
9160 (completion-in-region-functions): Mark obsolete.
9161 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9162 * abbrev.el (abbrev-expand-function): New hook.
9163 (expand-abbrev): Use it.
9164 (abbrev-expand-functions): Mark obsolete.
9165 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9166 and :filter-return.
9167
9168 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9169
9170 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9171 and do not care about match data.
9172
9173 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9176 completion tables when completing error conditions and
9177 `declare' arguments.
9178 (lisp-complete-symbol, field-complete): Mark as obsolete.
9179 (check-parens): Unmatched parens are user errors.
9180 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9181
9182 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9183
9184 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9185 command changed buffer (ie. `flyspell-pre-buffer' is not current
9186 buffer), which prevents making decisions based on invalid value of
9187 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9188 cause an error when `flyspell-pre-point' was nil after switching
9189 buffers.
9190 (flyspell-post-command-hook): No longer needs to change buffers when
9191 checking pre-word. While at it remove unnecessary progn.
9192
9193 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9194
9195 * textmodes/ispell.el (ispell-add-per-file-word-list):
9196 Fix `flyspell-correct-word-before-point' error when accepting
9197 words and `coment-padding' is an integer by using
9198 `comment-normalize-vars' (Bug #14214).
9199
9200 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9201
9202 New defun movement commands.
9203 * progmodes/python.el (python-nav--syntactically)
9204 (python-nav--forward-defun, python-nav-backward-defun)
9205 (python-nav-forward-defun): New functions.
9206
9207 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9208
9209 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9210 (python-syntax-context): Use named compiler-macro for backwards
9211 compatibility with Emacs 24.x.
9212
9213 2013-04-17 Leo Liu <sdl.web@gmail.com>
9214
9215 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9216 octave-hide-process-buffer.
9217
9218 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9219
9220 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9221 (bug#14216).
9222
9223 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9224
9225 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9226 Fix adjustment of offset when receiving incomplete responses from GDB
9227 (bug#14129).
9228
9229 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9230
9231 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9232 python-mode-abbrev-table.
9233 (python-skeleton-define): Adjust accordingly.
9234 (python-mode-abbrev-table): New table that inherits from it so that
9235 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9236
9237 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9238 (abbrev-symbol): Use it.
9239 (abbrev--before-point): Use it since we already handle inheritance.
9240
9241 2013-04-16 Leo Liu <sdl.web@gmail.com>
9242
9243 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9244 binding to info-lookup-symbol.
9245
9246 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
9247
9248 * minibuffer.el (completion--twq-all):
9249 * term/ns-win.el (ns-initialize-window-system):
9250 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9251
9252 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9255 global bindings.
9256
9257 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9258
9259 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9260
9261 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9262 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9263 to nil.
9264 (ruby-end-of-defun): Remove the unused arg, change the docstring
9265 to reflect that this function is only used as the value of
9266 `end-of-defun-function'.
9267 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9268 to reflect an earlier change that beginning/end-of-defun functions
9269 jump between methods in a class definition, as well as top-level
9270 functions.
9271
9272 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * minibuffer.el (minibuffer-complete): Don't just scroll
9275 a *Completions* that's been iconified.
9276 (minibuffer-force-complete): Make sure repetitions do cycle when going
9277 through completion-in-region -> minibuffer-complete.
9278
9279 2013-04-15 Alan Mackenzie <acm@muc.de>
9280
9281 Correct the placement of c-cpp-delimiters when there're #s not at
9282 col 0.
9283
9284 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9285 place a submatch around the #.
9286 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9287 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
9288 on the #, not BOL.
9289
9290 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9293 (advice--member-p): New arg `name'.
9294 (advice--add-function, advice-member-p): Use it (bug#14202).
9295
9296 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9297
9298 Reformulate java imenu-generic-expression.
9299 The old expression contained ill formed regexps.
9300
9301 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9302 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9303 (cc-imenu-java-method-arg-regexp): New defconsts.
9304 (cc-imenu-java-build-type-args-regex): New defun.
9305 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9306 handling of spaces in the regexp.
9307
9308 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9309
9310 * textmodes/ispell.el (ispell-command-loop): Remove
9311 flyspell highlight of a word when ispell accepts it (bug #14178).
9312
9313 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
9314
9315 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9316 uses code from the previous `ange-ftp-run-real-handler'.
9317 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9318 only in case that function exist. This is needed for proper
9319 unloading of Tramp.
9320
9321 2013-04-15 Tassilo Horn <tsdh@gnu.org>
9322
9323 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9324
9325 * textmodes/reftex.el (reftex-compile-variables): Use it.
9326
9327 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * files.el (normal-mode): Only use default major-mode if no other mode
9330 was specified.
9331
9332 * emacs-lisp/trace.el (trace-values): New function.
9333
9334 * files.el: Allow : in local variables (bug#14089).
9335 (hack-local-variable-regexp): New var.
9336 (hack-local-variables-prop-line, hack-local-variables): Use it.
9337
9338 2013-04-13 Roland Winkler <winkler@gnu.org>
9339
9340 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9341 data before it gets modified by bibtex-beginning-of-entry.
9342
9343 2013-04-13 Roland Winkler <winkler@gnu.org>
9344
9345 * textmodes/bibtex.el (bibtex-url): Doc fix.
9346
9347 2013-04-13 Roland Winkler <winkler@gnu.org>
9348
9349 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9350 does not visit a BibTeX file, exclude it from the list of buffers
9351 returned by bibtex-initialize.
9352
9353 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
9354
9355 * window.el (split-window): Remove interactive form, since as a
9356 command this function is a special case of split-window-below.
9357 Correct doc string.
9358
9359 2013-04-12 Roland Winkler <winkler@gnu.org>
9360
9361 * faces.el (read-face-name): Do not override value of arg default.
9362 Allow single faces and strings as default values. Remove those
9363 elements from return value that are not faces.
9364 (describe-face): Simplify.
9365 (face-at-point): New optional args thing and multiple so that this
9366 function can provide the same functionality previously provided by
9367 read-face-name.
9368 (make-face-bold, make-face-unbold, make-face-italic)
9369 (make-face-unitalic, make-face-bold-italic, invert-face)
9370 (modify-face, read-face-and-attribute): Use face-at-point.
9371
9372 * cus-edit.el (customize-face, customize-face-other-window)
9373 * cus-theme.el (custom-theme-add-face)
9374 * face-remap.el (buffer-face-set)
9375 * facemenu.el (facemenu-set-face): Use face-at-point.
9376
9377 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
9378
9379 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9380
9381 2013-04-10 Tassilo Horn <tsdh@gnu.org>
9382
9383 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9384 off leading { and trailing } from field values.
9385
9386 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9387
9388 * emacs-lisp/timer.el (timer--check): New function.
9389 (timer--time, timer-set-function, timer-event-handler): Use it.
9390 (timer-set-idle-time): Simplify.
9391 (timer--activate): CSE.
9392 (timer-event-handler): Give more info in error message.
9393 (internal-timer-start-idle): New function, moved from C.
9394
9395 * mpc.el (mpc-proc): Add `restart' argument.
9396 (mpc-proc-cmd): Use it.
9397 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9398 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9399 less often.
9400
9401 2013-04-10 Masatake YAMATO <yamato@redhat.com>
9402
9403 * progmodes/sh-script.el: Implement `sh-mode' own
9404 `add-log-current-defun-function' (bug#14112).
9405 (sh-current-defun-name): New function.
9406 (sh-mode): Use the function.
9407
9408 2013-04-09 Bastien Guerry <bzg@gnu.org>
9409
9410 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9411
9412 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9415
9416 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9417 timer (bug#14156).
9418
9419 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9420
9421 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9422 declaration.
9423
9424 2013-04-07 Leo Liu <sdl.web@gmail.com>
9425
9426 * pcmpl-x.el: New file.
9427
9428 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9429
9430 Do not set x-display-name until X connection is established.
9431 This is needed to prevent from weird situation described at
9432 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9433 * frame.el (make-frame): Set x-display-name after call to
9434 window system initialization function, not before.
9435 * term/x-win.el (x-initialize-window-system): Add optional
9436 display argument and use it.
9437 * term/w32-win.el (w32-initialize-window-system):
9438 * term/ns-win.el (ns-initialize-window-system):
9439 * term/pc-win.el (msdos-initialize-window-system):
9440 Add compatible optional display argument.
9441
9442 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9443
9444 * files.el (normal-backup-enable-predicate): On MS-Windows and
9445 MS-DOS compare truenames of temporary-file-directory and of the
9446 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9447 don't fail comparison by compare-strings. Also, compare file
9448 names case-insensitively on MS-Windows and MS-DOS.
9449
9450 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9453 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9454
9455 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9456
9457 * whitespace.el (whitespace-color-on, whitespace-color-off):
9458 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9459
9460 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
9461
9462 * ispell.el (ispell-set-spellchecker-params):
9463 Really set `ispell-args' for all equivs.
9464
9465 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * ido.el (ido-completions): Use extra elements of ido-decorations
9468 (bug#14143).
9469 (ido-decorations): Update docstring.
9470
9471 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
9472
9473 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9474 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9475 nil during initialization, in order not to miss changes since the
9476 file was opened. (Bug#14140)
9477
9478 2013-04-05 Leo Liu <sdl.web@gmail.com>
9479
9480 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9481
9482 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9483
9484 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9485
9486 2013-04-04 Glenn Morris <rgm@gnu.org>
9487
9488 * electric.el (electric-pair-inhibit-predicate): Add :version.
9489
9490 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9493 when a package is required several times (bug#14082).
9494
9495 2013-04-04 Roland Winkler <winkler@gnu.org>
9496
9497 * faces.el (read-face-name): Behave as promised by the docstring.
9498 Assume that arg default is a list of faces.
9499 (describe-face): Call read-face-name with list of default faces.
9500
9501 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9502
9503 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9504 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9505 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9506 the header.
9507 (bookmark-exit-hook-internal): Save even if list is empty.
9508
9509 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9510
9511 * emacs-lisp/package.el (package-pinned-packages): New var.
9512 (package--add-to-archive-contents): Obey it (bug#14118).
9513
9514 2013-04-03 Alan Mackenzie <acm@muc.de>
9515
9516 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9517 Also adapt to the new values of element 7 of a parse state.
9518
9519 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9520 parameter `not-in-delimiter'. Handle being inside comment opener.
9521 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9522 character in case we're typing a '*' after a '/'.
9523 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9524 instead by passing the parameter to c-state-pp-to-literal.
9525
9526 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9527 for elt. 7 of a parse state.
9528
9529 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9530
9531 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9532 * international/latin1-disp.el, international/mule-util.el:
9533 * language/cyril-util.el, language/european.el, language/ind-util.el:
9534 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9535 * language/tibetan.el, language/viet-util.el:
9536 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9537
9538 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9541 (electric-pair-post-self-insert-function): Use it.
9542 (electric-pair-default-inhibit): New function, extracted from
9543 electric-pair-post-self-insert-function.
9544
9545 2013-03-31 Roland Winkler <winkler@gnu.org>
9546
9547 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9548
9549 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9552
9553 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
9554
9555 Un-indent after "pass" and "return" statements (Bug#13888)
9556 * progmodes/python.el (python-indent-block-enders): New var.
9557 (python-indent-calculate-indentation): Use it.
9558
9559 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
9560
9561 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9562 defun. Defining it as defalias could introduce too eager
9563 byte-compiler optimization. (Bug#14030)
9564
9565 2013-03-30 Chong Yidong <cyd@gnu.org>
9566
9567 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9568
9569 2013-03-30 Leo Liu <sdl.web@gmail.com>
9570
9571 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9572 (kmacro-execute-from-register): Pass the keyboard macro to
9573 kmacro-call-macro or repeating won't work correctly.
9574
9575 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9576
9577 * progmodes/subword.el: Back to using `forward-symbol'.
9578
9579 * subr.el (forward-whitespace, forward-symbol)
9580 (forward-same-syntax): Move from thingatpt.el.
9581
9582 2013-03-29 Leo Liu <sdl.web@gmail.com>
9583
9584 * kmacro.el (kmacro-to-register): New command.
9585 (kmacro-execute-from-register): New function.
9586 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9587
9588 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9589
9590 * mpc.el: Use defvar-local and setq-local.
9591 (mpc--proc-connect): Connection failures are not bugs.
9592 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9593 (mpc-volume-map): Bind to the up-events.
9594
9595 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9596
9597 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9598 instead of `forward-symbol'.
9599
9600 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9603 (edebug--recursive-edit): Use it.
9604 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9605 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9606
9607 2013-03-28 Leo Liu <sdl.web@gmail.com>
9608
9609 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9610
9611 2013-03-27 Eli Zaretskii <eliz@gnu.org>
9612
9613 * facemenu.el (list-colors-callback): New defvar.
9614 (list-colors-redisplay): New function.
9615 (list-colors-display): Install list-colors-redisplay as the
9616 revert-buffer-function. (Bug#14063)
9617
9618 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9621 and suffixes don't overlap (bug#14061).
9622
9623 * case-table.el: Use lexical-binding.
9624 (case-table-get-table): New function.
9625 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9626
9627 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9628
9629 * progmodes/subword.el: Add `superword-mode' to do word motion
9630 over symbol_words (parallels and leverages `subword-mode' which
9631 does word motion inside MixedCaseWords).
9632
9633 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9634
9635 * eshell/em-unix.el: Move su and sudo to...
9636 * eshell/em-tramp.el: ...Eshell tramp module.
9637
9638 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9639
9640 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9641 Change return value to be a sexp. Delay `get-buffer' to after
9642 restoring the desktop (bug#13951).
9643
9644 2013-03-26 Leo Liu <sdl.web@gmail.com>
9645
9646 * register.el: Move semantic tag handling back to
9647 cedet/semantic/senator.el. (Bug#14052)
9648
9649 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9652 into the prompt either (bug#13963).
9653
9654 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9657 part of "(error-foo)".
9658
9659 2013-03-24 Juri Linkov <juri@jurta.org>
9660
9661 * replace.el (list-matching-lines-prefix-face): New defcustom.
9662 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9663 `occur-engine' if `face-differs-from-default-p' returns t.
9664 (occur-engine): Add `,' inside backquote construct to evaluate
9665 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9666 Pass `prefix-face' to the functions `occur-context-lines' and
9667 `occur-engine-add-prefix'.
9668 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9669 `prefix-face' and propertize the prefix with `prefix-face'.
9670 (Bug#14017)
9671
9672 2013-03-24 Leo Liu <sdl.web@gmail.com>
9673
9674 * nxml/rng-valid.el (rng-validate-while-idle)
9675 (rng-validate-quick-while-idle): Guard against deleted buffer.
9676 (Bug#13999)
9677
9678 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9679 is the last entry in kill-buffer-hook.
9680
9681 * files.el (kill-buffer-hook): Doc fix.
9682
9683 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9684
9685 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9686 Make it safe-local.
9687
9688 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9689
9690 2013-03-23 Leo Liu <sdl.web@gmail.com>
9691
9692 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9693 Remove.
9694
9695 * nxml/rng-valid.el (rng-validate-mode)
9696 (rng-after-change-function, rng-do-some-validation):
9697 * nxml/rng-maint.el (rng-validate-buffer):
9698 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9699 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9700 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9701 (nxml-extend-after-change-region): Use with-silent-modifications.
9702
9703 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9704 timer-idle-list.
9705
9706 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9707 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9708 timer-idle-list. (Bug#13999)
9709
9710 2013-03-23 Juri Linkov <juri@jurta.org>
9711
9712 * info.el (info-index-match): New face.
9713 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9714 main pattern and add text properties with the new face to matches
9715 in index entries relative to the beginning of the index entry.
9716 (Bug#14015)
9717
9718 2013-03-21 Eric Ludlam <zappo@gnu.org>
9719
9720 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9721 Inhibit read only while inserting objects.
9722
9723 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9724
9725 * progmodes/cfengine.el: Update docs to mention
9726 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9727 symbol motion. Remove "_" from the word syntax.
9728
9729 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9730
9731 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9732 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9733
9734 2013-03-20 Juri Linkov <juri@jurta.org>
9735
9736 * info.el (Info-next-reference-or-link)
9737 (Info-prev-reference-or-link): New functions.
9738 (Info-next-reference, Info-prev-reference): Use them.
9739 (Info-try-follow-nearest-node): Handle footnote navigation.
9740 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9741
9742 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9743
9744 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9745 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9746
9747 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9748
9749 Suppress unnecessary non-ASCII chatter during build process.
9750 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9751 (batch-skkdic-convert): Suppress most of the chatter.
9752 It's not needed so much now that machines are faster,
9753 and its non-ASCII component was confusing; see Dmitry Gutov in
9754 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9755
9756 2013-03-20 Leo Liu <sdl.web@gmail.com>
9757
9758 * ido.el (ido-chop): Fix bug#10994.
9759
9760 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9761
9762 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9763 Remove vars.
9764 (whitespace-color-on, whitespace-color-off):
9765 Use `font-lock-fontify-buffer' (Bug#13817).
9766
9767 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9770 remapping in mode-line.
9771 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9772
9773 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9774
9775 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9776 value for `whitespace-line' face (Bug#13875).
9777 (whitespace-font-lock-keywords): Change description.
9778 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9779 the constructed keywords instead.
9780 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
9781
9782 2013-03-19 Leo Liu <sdl.web@gmail.com>
9783
9784 * progmodes/compile.el (compilation-display-error): New command.
9785 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9786 C-o. (Bug#13992)
9787
9788 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9789
9790 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9791
9792 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9793
9794 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9795
9796 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
9797
9798 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9799
9800 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9801 * net/tramp-gvfs.el (top):
9802 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9803 (tramp-handle-shell-command): Use it.
9804 (tramp-dissect-file-name): Raise an error when hostname is a
9805 method name, and neither method nor user is specified.
9806
9807 * net/trampver.el: Update release number.
9808
9809 2013-03-18 Leo Liu <sdl.web@gmail.com>
9810
9811 Make sure eldoc can be turned off properly.
9812 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9813 eldoc-mode.
9814 (eldoc-display-message-p): Revert last change.
9815 (eldoc-display-message-no-interference-p)
9816 (eldoc-print-current-symbol-info): Tweak.
9817
9818 2013-03-18 Tassilo Horn <tsdh@gnu.org>
9819
9820 * doc-view.el (doc-view-new-window-function): Check the new window
9821 overlay's display property instead the char property of the
9822 buffer's first char. Use `with-selected-window' instead of
9823 `save-window-excursion' with `select-window'.
9824 (doc-view-document->bitmap): Check the current doc-view overlay's
9825 display property instead the char property of the buffer's first char.
9826
9827 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9828
9829 Automate the build of ja-dic.el (Bug#13984).
9830 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9831 from the input, rather than assume that it's been done for us by the
9832 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9833 the current date into a ja-dic.el comment, as that complicates
9834 regression testing.
9835
9836 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * whitespace.el: Fix double evaluation.
9839 (whitespace-space, whitespace-hspace, whitespace-tab)
9840 (whitespace-newline, whitespace-trailing, whitespace-line)
9841 (whitespace-space-before-tab, whitespace-indentation)
9842 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9843 obsolete defvars.
9844 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9845 (whitespace-color-on): Use a single font-lock-add-keywords call.
9846 Fix double-evaluation of face variables.
9847
9848 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
9849
9850 * net/tramp-adb.el (tramp-adb-parse-device-names):
9851 Use `start-process' instead of `call-process'. Otherwise, the
9852 function might be blocked under MS Windows. (Bug#13299)
9853
9854 2013-03-17 Leo Liu <sdl.web@gmail.com>
9855
9856 Extend eldoc to display info in the mode-line. (Bug#13978)
9857 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9858 (eldoc-mode-line-string): New variable.
9859 (eldoc-minibuffer-message): New function.
9860 (eldoc-message-function): New variable.
9861 (eldoc-message): Use it.
9862 (eldoc-display-message-p)
9863 (eldoc-display-message-no-interference-p):
9864 Support eldoc-post-insert-mode.
9865
9866 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9867 (eval-expression): Run it.
9868
9869 2013-03-17 Roland Winkler <winkler@gnu.org>
9870
9871 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9872 strings in the list of return values.
9873
9874 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9875
9876 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9877 radix before checking for HMS forms.
9878
9879 2013-03-16 Leo Liu <sdl.web@gmail.com>
9880
9881 * progmodes/scheme.el: Add indentation and font-locking for λ.
9882 (Bug#13975)
9883
9884 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9885
9886 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9887 token before point (bug#13942).
9888
9889 2013-03-16 Leo Liu <sdl.web@gmail.com>
9890
9891 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
9892
9893 2013-03-16 Eli Zaretskii <eliz@gnu.org>
9894
9895 * startup.el (command-line-normalize-file-name): Fix handling of
9896 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9897 <xfq.free@gmail.com> in
9898 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9899
9900 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
9901
9902 Sync with Tramp 2.2.7.
9903
9904 * net/trampver.el: Update release number.
9905
9906 2013-03-14 Tassilo Horn <tsdh@gnu.org>
9907
9908 * doc-view.el: Fix bug#13887.
9909 (doc-view-insert-image): Don't modify overlay associated to
9910 non-live windows, and implement horizontal centering of image in
9911 case it's smaller than the window.
9912 (doc-view-new-window-function): Force redisplay of new windows on
9913 doc-view buffers.
9914
9915 2013-03-13 Karl Fogel <kfogel@red-bean.com>
9916
9917 * saveplace.el (save-place-alist-to-file): Don't sort
9918 `save-place-alist', just pretty-print it (bug#13882).
9919
9920 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
9921
9922 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9923 Check whether `default-file-name-coding-system' is bound.
9924 It isn't in XEmacs.
9925
9926 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9929 backquotes for `obsolete' (bug#13929).
9930
9931 * international/mule.el (find-auto-coding): Include file name in
9932 obsolescence warning (bug#13922).
9933
9934 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9935
9936 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9937 for CFEngine 3-specific indentation.
9938 (cfengine3-indent-line): Use it. Fix up category regex.
9939 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9940
9941 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * type-break.el (type-break-file-name):
9944 * textmodes/remember.el (remember-data-file):
9945 * strokes.el (strokes-file):
9946 * shadowfile.el (shadow-initialize):
9947 * saveplace.el (save-place-file):
9948 * ps-bdf.el (bdf-cache-file):
9949 * progmodes/idlwave.el (idlwave-config-directory):
9950 * net/quickurl.el (quickurl-url-file):
9951 * international/kkc.el (kkc-init-file-name):
9952 * ido.el (ido-save-directory-list-file):
9953 * emulation/viper.el (viper-custom-file-name):
9954 * emulation/vip.el (vip-startup-file):
9955 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9956 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9957
9958 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9959
9960 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9961 * language/thai-word.el: Switch to UTF-8.
9962
9963 See ChangeLog.16 for earlier changes.
9964
9965 ;; Local Variables:
9966 ;; coding: utf-8
9967 ;; End:
9968
9969 Copyright (C) 2011-2013 Free Software Foundation, Inc.
9970
9971 This file is part of GNU Emacs.
9972
9973 GNU Emacs is free software: you can redistribute it and/or modify
9974 it under the terms of the GNU General Public License as published by
9975 the Free Software Foundation, either version 3 of the License, or
9976 (at your option) any later version.
9977
9978 GNU Emacs is distributed in the hope that it will be useful,
9979 but WITHOUT ANY WARRANTY; without even the implied warranty of
9980 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9981 GNU General Public License for more details.
9982
9983 You should have received a copy of the GNU General Public License
9984 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.