* lisp/imenu.el (imenu-generic-skip-comments-and-strings):
[bpt/emacs.git] / lisp / ChangeLog
1 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
2
3 * imenu.el (imenu-generic-skip-comments-and-strings):
4 New option (Bug#15560).
5 (imenu--generic-function): Use it.
6
7 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
8
9 * minibuffer.el (completion--in-region-1): Scroll the correct
10 window. (Bug#13898)
11
12 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
13
14 * emacs-lisp/helpers.el: Add some string helpers.
15 (string-trim-left): Removes leading whitespace.
16 (string-trim-right): Removes trailing whitespace.
17 (string-trim): Removes leading and trailing whitespace.
18
19 * subr.el (string-suffix-p): New function.
20
21 2013-11-23 Glenn Morris <rgm@gnu.org>
22
23 * progmodes/python.el (python-shell-send-file):
24 Add option to delete file when done. (Bug#15647)
25 (python-shell-send-string, python-shell-send-region): Use it.
26
27 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
28
29 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
30 to set buffer-read-only to t, never to nil. (Bug#15938)
31
32 * textmodes/tex-mode.el (latex-noindent-environments):
33 Add safe-local-variable property. (Bug#15936)
34
35 2013-11-23 Glenn Morris <rgm@gnu.org>
36
37 * textmodes/enriched.el (enriched-mode): Doc fix.
38 * emacs-lisp/authors.el (authors-renamed-files-alist):
39 Add enriched.doc -> enriched.txt.
40
41 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
42
43 2013-11-22 Leo Liu <sdl.web@gmail.com>
44
45 * progmodes/octave.el (inferior-octave-startup): Spit out error
46 message.
47
48 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
49
50 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
51 Improve docstring.
52 Add :version.
53 (ruby-encoding-magic-comment-style): Add :version.
54
55 2013-11-22 Leo Liu <sdl.web@gmail.com>
56
57 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
58 (Bug#15076)
59 (octave-help-mode): Adapt to change to help-mode-finish to use
60 derived-mode-p on 2013-09-17.
61 (inferior-octave-prompt): Also match octave-gui.
62 (octave-kill-process): Don't ask twice. (Bug#10564)
63
64 2013-11-22 Leo Liu <sdl.web@gmail.com>
65
66 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
67 (inferior-octave-startup, inferior-octave-check-process)
68 (inferior-octave-track-window-width-change)
69 (octave-completion-at-point, octave-eldoc-function): Use it.
70 (octave-kill-process): Provide confirmation. (Bug#10564)
71
72 2013-11-21 Leo Liu <sdl.web@gmail.com>
73
74 * progmodes/octave.el (octave-mode, inferior-octave-mode): Fix
75 obsolete variable comment-use-global-state.
76
77 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
78
79 * progmodes/octave.el (octave-mode-map, octave-mode-menu): Add
80 `octave-source-file'.
81 (octave-source-file): New function. (Bug#15935)
82
83 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
84
85 * net/eww.el (eww-local-regex): New variable.
86 (eww): Use it to detect localhost and similar.
87
88 2013-11-21 Leo Liu <sdl.web@gmail.com>
89
90 Add completion for command `ag'.
91 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
92 (pcomplete/ag): New function.
93 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
94
95 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
98 (bug#14646).
99 (make-obsolete): Remove interactive spec.
100
101 2013-11-21 Glenn Morris <rgm@gnu.org>
102
103 * startup.el (command-line-1): Use path-separator with -L.
104
105 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
106
107 * emacs-lisp/package.el (describe-package-1): Add package archive
108 to shown fields.
109
110 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
111
112 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
113 Change default to "# encoding: %s" to differentiate it from the
114 default Ruby encoding comment template.
115
116 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
117
118 * ses.el (ses-mode): Doc fix. (Bug#14748)
119
120 2013-11-20 Leo Liu <sdl.web@gmail.com>
121
122 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
123
124 2013-11-19 Dan Nicolaescu <dann@gnu.org>
125
126 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
127 when rebase or bisect are in progress.
128
129 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
130
131 * filenotify.el (file-notify-add-watch): Doc fix.
132
133 2013-11-19 Leo Liu <sdl.web@gmail.com>
134
135 * obsolete/rcompile.el: Mark obsolete.
136
137 * progmodes/compile.el (compilation-start)
138 (compilation-goto-locus, compilation-find-file):
139 Pass no-display-ok and handle nil value from display-buffer.
140 (Bug#13594)
141
142 * window.el (display-buffer-alist, display-buffer): Document the
143 new parameter no-display-ok.
144
145 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * electric.el (electric-indent-mode-map): Remove.
148 (electric-indent-mode): Change the global-map instead (bug#15915).
149
150 * textmodes/text-mode.el (paragraph-indent-minor-mode):
151 Use add-function.
152
153 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * emacs-lisp/nadvice.el (remove-function): Align with
156 add-function's behavior.
157
158 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
159 (gdb--string-regexp): New constant.
160 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
161 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
162 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
163 submatch 1.
164 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
165 Adjust use accordingly.
166 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
167
168 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
169
170 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
171 interpolation curlies (Bug#15914).
172
173 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
174
175 * calc/calc.el (calc-context-sensitive-enter): New variable.
176 (calc-enter): Use `calc-context-sensitive-enter'.
177
178 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
179
180 * progmodes/cfengine.el: Version bump.
181 (cfengine-cf-promises): New defcustom to locate cf-promises.
182 (cfengine3-vartypes): Add new "data" type.
183 (cfengine3--current-word): New function to get current name-like
184 word or its bounds.
185 (cfengine3--current-function): New function to look up a CFEngine
186 function's definition.
187 (cfengine3-format-function-docstring): New function.
188 (cfengine3-make-syntax-cache): New function.
189 (cfengine3-documentation-function): New function: ElDoc glue.
190 (cfengine3-completion-function): New function: completion glue.
191 (cfengine3-mode): Set `compile-command',
192 `eldoc-documentation-function', and add to
193 `completion-at-point-functions'.
194
195 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
196
197 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
198 `tramp-current-connection'.
199
200 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
201
202 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
203 nil/self/true/false with "end of symbol".
204
205 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
206
207 * subr.el (version-regexp-alist): Fix a typo.
208
209 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
210
211 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
212 "en_US.utf8" and "LC_CTYPE" to "".
213 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
214 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
215
216 2013-11-15 Leo Liu <sdl.web@gmail.com>
217
218 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
219
220 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
221
222 * progmodes/gud.el (ctl-x-map):
223 Remove C-x SPC binding. (Bug#12342)
224 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
225
226 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
227
228 * subr.el (version-regexp-alist):
229 Recognize hg, svn and darcs versions as snapshot versions.
230
231 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
232 Add the ability to always insert an utf-8 encoding comment.
233 Fix and simplify coding comment update logic.
234
235 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
236
237 * net/tramp-gvfs.el (top): Run init code only when
238 `tramp-gvfs-enabled' is not nil.
239 (tramp-gvfs-enabled): Check also :system bus.
240
241 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 Sync with upstream verilog-mode revision 78e66ba.
244 * progmodes/verilog-mode.el (verilog-end-of-defun)
245 (verilog-type-completion, verilog-get-list): Remove unused funcs.
246 (verilog-get-end-of-defun): Remove unused argument.
247 (verilog-comment-depth): Remove unused local `e'.
248 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
249 Don't pass arg to verilog-get-end-of-defun.
250
251 2013-11-14 Glenn Morris <rgm@gnu.org>
252
253 * obsolete/assoc.el (aget): Prefix dynamic variable.
254
255 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
256
257 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * widget.el, hfy-cmap.el: Remove bogus package version number.
260
261 2013-11-13 Glenn Morris <rgm@gnu.org>
262
263 * replace.el (replace-eval-replacement):
264 Try to give more helpful error message. (Bug#15836)
265
266 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
267 (archive-7z-update): Avoid custom type mismatches.
268
269 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
270
271 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
272
273 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
274 address can be empty.
275
276 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
277 Accept nil SWITCHES.
278 (tramp-gvfs-handle-write-region): Implement APPEND.
279
280 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
281
282 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
283 binary "|" operator and closing block args delimiter.
284 Remove FIXME comment referring to Ruby 1.8-only syntax.
285 (ruby-smie--implicit-semi-p): Not after "|" operator.
286 (ruby-smie--closing-pipe-p): New function.
287 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
288 (ruby-smie-rules): Indent after "|".
289
290 2013-11-12 Glenn Morris <rgm@gnu.org>
291
292 * ps-print.el (ps-face-attribute-list):
293 Handle anonymous faces. (Bug#15827)
294
295 2013-11-12 Martin Rudalics <rudalics@gmx.at>
296
297 * window.el (display-buffer-other-frame): Fix doc-string.
298 (Bug#15868)
299
300 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * subr.el (force-mode-line-update): Delete, move to buffer.c.
303
304 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
305
306 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
307 (tramp-sh-handle-file-local-copy): Don't write a message when
308 saving temporary files.
309
310 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
311 both directories are remote.
312 (tramp-smb-handle-directory-files): Do not return double entries.
313 Do not expand full file names.
314 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
315 (tramp-smb-handle-write-region): Implement APPEND.
316 (tramp-smb-get-stat-capability): Fix a stupid bug.
317
318 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
321
322 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
323
324 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
325 throwing error over malformed let/let* (bug#15814).
326
327 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * iswitchb.el (iswitchb-mode): Mark obsolete.
330
331 2013-11-11 Glenn Morris <rgm@gnu.org>
332
333 * international/uni-bidi.el, international/uni-category.el:
334 * international/uni-name.el, international/uni-numeric.el:
335 Regenerate for Unicode 6.3.0.
336
337 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
338
339 * net/tramp.el (tramp-methods):
340 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
341 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
342
343 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
344
345 * progmodes/sh-script.el (sh-font-lock-keywords-var):
346 Force highlighting text after Summary keyword in doc face for rpm.
347
348 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
349
350 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
351 available and the word has no wildcards, append one to the grep pattern.
352 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
353 (ispell-complete-word): Call `ispell-lookup-words' with the value
354 independent of `ispell-look-p'.
355
356 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
357
358 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
359 Not after "||".
360 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
361 their parent.
362
363 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
366 (ruby-font-lock-keywords): Use backquote.
367
368 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
369
370 * progmodes/ruby-mode.el (ruby-smie--forward-token)
371 (ruby-smie--backward-token): Only consider full-string matches.
372
373 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
374
375 * faces.el (describe-face): Add distant-foreground.
376
377 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
378
379 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
380 Use `ruby-encoding-magic-comment-style' to control the
381 style of the auto-inserted encoding comment.
382
383 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
384
385 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
386 Use `smie-backward-sexp' with token argument.
387
388 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
389
390 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
391 Remove instrumentation code.
392
393 2013-11-08 Glenn Morris <rgm@gnu.org>
394
395 * progmodes/autoconf.el (autoconf-mode):
396 Tweak comment-start-skip. (Bug#15822)
397
398 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
401 at bobp (bug#15826).
402 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
403
404 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
405
406 * man.el (Man-start-calling): New macro, extracted from
407 Man-getpage-in-background.
408 (Man-getpage-in-background): Use it.
409 (Man-update-manpage): New command.
410 (Man-mode-map): Bind it.
411
412 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
413
414 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
415 of "and", "or", "&&" and "||".
416 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
417 argument. Prohibit opening curly brace because it could only be a
418 block opener in that position.
419 (ruby-smie--forward-token, ruby-smie--backward-token):
420 Separate "|" from "&" or "*" going after it. That can happen in block
421 arguments.
422 (ruby-smie--indent-to-stmt): New function, seeks the end of
423 previous statement or beginning of buffer.
424 (ruby-smie-rules): Use it.
425 (ruby-smie-rules): Check if there's a ":" before a curly block
426 opener candidate; if there is, it's a hash.
427
428 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
431 (cl--block-wrapper): Fix last accidental change.
432
433 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
434
435 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
436 Instrument, in order to hunt failure on hydra.
437
438 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
439
440 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
441 malformed bindings form (bug#15814).
442
443 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
444
445 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
446 "." compared to " @ ". This incidentally fixes some indentation
447 examples with "do".
448 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
449 (ruby-smie-grammar): New tokens: "and" and "or".
450 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
451 Exclude "and" and "or". Remove "do" in order to work around token
452 priorities.
453 (ruby-smie-rules): Add all infix tokens. Handle the case of
454 beginning-of-buffer.
455
456 2013-11-06 Glenn Morris <rgm@gnu.org>
457
458 * Makefile.in (setwins_almost, setwins_for_subdirs):
459 Avoid accidental matches.
460
461 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * menu-bar.el (popup-menu): Use key-binding.
464
465 2013-11-06 Eli Zaretskii <eliz@gnu.org>
466
467 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
468 menus, support also the menus produced by minor modes.
469 (Bug#15817)
470
471 2013-11-06 Leo Liu <sdl.web@gmail.com>
472
473 * thingatpt.el (thing-at-point-looking-at): Add optional arg
474 DISTANCE to bound the search. All uses changed. (Bug#15808)
475
476 2013-11-06 Glenn Morris <rgm@gnu.org>
477
478 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
479 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
480 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
481
482 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * electric.el (electric-indent-just-newline): New command.
485 (electric-indent-mode-map): New keymap.
486 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
487 Re-add :group which weren't redundant.
488
489 * electric.el (electric-indent-local-mode): New minor mode.
490 (electric-indent-functions-without-reindent): New var.
491 (electric-indent-post-self-insert-function): Use it.
492 * emacs-lisp/gv.el (buffer-local-value): Add setter.
493
494 2013-11-05 Eli Zaretskii <eliz@gnu.org>
495
496 * international/quail.el (quail-help): Be more explicit about the
497 meaning of the labels shown on the keys. (Bug#15800)
498
499 * startup.el (normal-top-level): Load the subdirs.el files before
500 setting the locale environment. (Bug#15805)
501
502 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
505 via arguments so as to get the right ones (bug#15418).
506
507 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
508
509 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
510
511 Fix problems found while writing a test suite.
512
513 * net/tramp-compat.el (tramp-compat-load): New defun.
514 * net/tramp.el (tramp-handle-load): Use it.
515
516 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
517 "(numberp ok-if-already-exists)" correctly.
518
519 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
520
521 * international/characters.el (glyphless-char-display-control):
522 Add usage note.
523
524 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
525
526 * progmodes/python.el (python-mode):
527 * progmodes/scheme.el (scheme-mode):
528 * progmodes/prolog.el (prolog-mode):
529 * progmodes/ruby-mode.el (ruby-mode):
530 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
531 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
532
533 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * rect.el (rectangle--highlight-for-redisplay):
536 * emacs-lisp/smie.el (smie--next-indent-change):
537 Use buffer-chars-modified-tick.
538
539 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
540
541 * electric.el (electric-indent-post-self-insert-function):
542 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
543
544 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
545
546 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
547
548 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
549
550 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
551 (bug#15786).
552
553 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
556
557 * progmodes/python.el: Fix up last change.
558 (python-shell--save-temp-file): New function.
559 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
560 `string' comes from the current buffer.
561 (python-shell-send-string-no-output): Remove `msg' arg.
562 (python--use-fake-loc): New var.
563 (python-shell-buffer-substring): Obey it. Try to compensate for the
564 extra coding line added by python-shell--save-temp-file.
565 (python-shell-send-region): Use python-shell--save-temp-file and
566 python-shell-send-file directly. Add `nomain' argument.
567 (python-shell-send-buffer): Use python-shell-send-region.
568 (python-electric-pair-string-delimiter): New function.
569 (python-mode): Use it.
570
571 2013-11-04 Eli Zaretskii <eliz@gnu.org>
572
573 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
574 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
575 environment and decoding all of the default-directory's to here
576 from command-line.
577 (command-line): Decode also argv[0].
578
579 * loadup.el: Error out if default-directory is a multibyte string
580 when we are dumping.
581
582 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
583
584 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
585
586 * emacs-lisp/package.el (package-menu-mode)
587 (package-menu--print-info, package-menu--archive-predicate):
588 Add Archive column to package list.
589
590 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
591
592 Fix problems found while writing a test suite.
593
594 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
595 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
596 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
597 to nil when running original file name handler. Otherwise,
598 there are problems with constructs like "$$FOO".
599
600 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
601 for `localname'.
602
603 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
604
605 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
606
607 * subr.el (version<, version<=, version=):
608 Update docstrings with information for snapshot versions.
609
610 * helpers.el: New library for misc helper functions.
611 (hash-table-keys): New function returning a list of hash keys.
612 (hash-table-values): New function returning a list of hash values.
613
614 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
615
616 * progmodes/ruby-mode.el (ruby-smie--forward-token)
617 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
618
619 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
620
621 * textmodes/fill.el (fill-single-char-nobreak-p): New function
622 checking whether point is after a 1-letter word.
623
624 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
625
626 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
627 Don't infloop when expanding region over `multiline' syntax-type that
628 begins a line (bug#15778).
629
630 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
633 Make it into a proper minor mode.
634 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
635 (rectangle-mark-mode-map): New keymap.
636 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
637
638 2013-11-04 Glenn Morris <rgm@gnu.org>
639
640 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
641
642 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
645 (ruby-smie-rules): Use smie-rule-parent instead.
646
647 * emacs-lisp/smie.el (smie-rule-parent): Always call
648 smie-indent-virtual rather than only for hanging tokens.
649 (smie--next-indent-change): New helper command.
650
651 2013-11-03 Glenn Morris <rgm@gnu.org>
652
653 * Makefile.in (abs_srcdir): Remove.
654 (emacs): Unset EMACSLOADPATH.
655
656 2013-11-02 Glenn Morris <rgm@gnu.org>
657
658 * Makefile.in (EMACS): Use a relative filename.
659 (abs_top_builddir): Remove.
660 (custom-deps, finder-data, autoloads): Use --chdir.
661
662 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
663
664 Use relative filenames in TAGS files.
665 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
666 (lisptagsfiles4, TAGS): Use relative file names.
667 (TAGS-LISP): Remove.
668 (maintainer-clean): No more TAGS-LISP file.
669
670 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
671 (lisptagsfiles4): Use absolute filenames again.
672 (TAGS, TAGS-LISP): Not everything needs to run in one line.
673 Remove all *loaddefs files, not just the first. Remove esh-groups.
674 (maintainer-clean): Delete TAGS, TAGS-LISP.
675
676 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
677
678 * emacs-lisp/package.el (package-version-join):
679 Recognize snapshot versions.
680
681 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
682
683 * subr.el (version-regexp-alist): Add support for snapshot versions.
684
685 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
686
687 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
688 New function, replacement for `smie-rule-parent' for when we want to
689 skip over our direct parent if it's an assignment token..
690 (ruby-smie-rules): Use it.
691
692 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
693
694 * progmodes/ruby-mode.el Use `syntax-propertize-function'
695 unconditionally. Remove now unnecessary forward declarations.
696 Remove XEmacs-specific setup.
697 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
698 (ruby-font-lock-syntactic-keywords)
699 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
700 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
701 (ruby-here-doc-end-syntax): Remove.
702 (ruby-mode): Don't check whether `syntax-propertize-rules' is
703 defined as function.
704
705 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
706
707 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
708
709 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
710
711 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
712 table and abbrev table, `define-derived-mode' does that for us
713 anyway.
714
715 2013-11-01 Glenn Morris <rgm@gnu.org>
716
717 * Makefile.in: Remove manual mh-e dependencies (writing .elc
718 files is atomic for some time, so no parallel compilation issues).
719
720 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
721
722 * faces.el (face-x-resources): Add :distant-foreground.
723 (region): Use :distant-foreground for gtk and ns.
724
725 2013-11-01 Tassilo Horn <tsdh@gnu.org>
726
727 Allow multiple bibliographies when BibLaTeX is used rather than
728 BibTeX.
729 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
730 (reftex-locate-bibliography-files): Us it.
731
732 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
733
734 * image.el (image-type-header-regexps): Fix the 'pbm' part to
735 allow comments in pbm files.
736
737 * term/w32-win.el (dynamic-library-alist): Support newer versions
738 of libjpeg starting with v7: look only for the DLL from the
739 version against which Emacs was built.
740 Support versions of libpng beyond 1.4.x.
741 Support libtiff v4.x.
742
743 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
744
745 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
746 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
747 Add property :safe.
748 (ruby-deep-arglist): Add property :type.
749
750 2013-10-31 Glenn Morris <rgm@gnu.org>
751
752 * Makefile.in (custom-deps, finder-data): No need to setq the target
753 variables, we are in the right directory and the defaults work fine.
754
755 2013-10-30 Glenn Morris <rgm@gnu.org>
756
757 * Makefile.in (autoloads): Do not use abs_lisp.
758
759 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
760 `newline' does not respect `standard-output', so use `princ'.
761
762 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
763
764 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
765 * buff-menu.el (Buffer-menu--unmark): New function.
766 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
767
768 2013-10-30 Glenn Morris <rgm@gnu.org>
769
770 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
771
772 * emacs-lisp/package.el (lm-homepage): Declare.
773
774 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
775 Fix doc typos.
776
777 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
778
779 * Makefile.in (finder-data, autoloads, update-subdirs)
780 (compile-main, compile-clean, compile-always, bootstrap-clean):
781 Check return value of cd.
782 (compile-calc): Remove.
783
784 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
787
788 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
789 (byte-compile-and-folded): New function.
790 (=, <, >, <=, >=): Use it.
791
792 * dos-w32.el (minibuffer-history-case-insensitive-variables)
793 (path-separator, null-device, buffer-file-coding-system)
794 (lpr-headers-switches): Check system-type before modifying them.
795 (find-buffer-file-type-coding-system): Mark obsolete.
796 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
797 find-file-not-found-set-buffer-file-coding-system.
798 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
799 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
800 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
801 (w32-direct-print-region-helper, w32-direct-print-region-function)
802 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
803 * startup.el (normal-top-level-add-subdirs-to-load-path):
804 * ps-print.el (ps-print-region-function):
805 * lpr.el (print-region-function): Use new name.
806
807 * subr.el (custom-declare-variable-early): Remove function.
808 (custom-declare-variable-list): Remove var.
809 (error, user-error): Remove `while' loop.
810 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
811 (user-emacs-directory-warning, locate-user-emacs-file):
812 Move to files.el.
813 * simple.el (read-quoted-char-radix, read-quoted-char):
814 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
815 Move from subr.el.
816 * custom.el (custom-declare-variable-list): Don't process
817 custom-declare-variable-list.
818
819 * progmodes/python.el (python-shell-get-buffer): New function.
820 (python-shell-get-process): Use it.
821 (python-shell-send-string): Always use utf-8 and add a cookie to tell
822 Python which encoding was used. Don't split-string since we only care
823 about the first line. Return the temp-file, if applicable.
824 (python-shell-send-region): Tell compile.el how to turn locations in
825 the temp-file into locations in the source buffer.
826
827 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * subr.el (undefined): Add missing behavior from the C code for
830 unbound keys.
831
832 * rect.el: Use lexical-binding. Add new rectangular region support.
833 (rectangle-mark): New command.
834 (rectangle--region): New var.
835 (deactivate-mark-hook): Reset rectangle--region.
836 (rectangle--extract-region, rectangle--insert-for-yank)
837 (rectangle--highlight-for-redisplay)
838 (rectangle--unhighlight-for-redisplay): New functions.
839 (region-extract-function, redisplay-unhighlight-region-function)
840 (redisplay-highlight-region-function): Use them to handle
841 rectangular region.
842 * simple.el (region-extract-function): New var.
843 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
844 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
845 (kill-region): Replace obsolete `yank-handler' arg with `region'.
846 (copy-region-as-kill, kill-ring-save): Add `region' argument.
847 (redisplay-unhighlight-region-function)
848 (redisplay-highlight-region-function): New vars.
849 (redisplay--update-region-highlight): New function.
850 (pre-redisplay-function): Use it.
851 (exchange-point-and-mark): Don't deactivate the mark before
852 reactivate-it anyway.
853 * comint.el (comint-kill-region): Remove yank-handler argument.
854 * delsel.el (delete-backward-char, backward-delete-char-untabify)
855 (delete-char): Remove property, since it's now part of their
856 default behavior.
857 (self-insert-iso): Remove property since this command doesn't exist.
858
859 * emacs-lisp/package.el (package--download-one-archive)
860 (describe-package-1): Don't query the user about final newline.
861
862 2013-10-29 Daniel Colascione <dancol@dancol.org>
863
864 * net/tramp.el (tramp-methods): Document new functionality.
865 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
866 tramp-hostname-checker if method provides one instead of scanning
867 argument list for "%h" to decide hostname acceptability.
868
869 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
870
871 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
872 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
873 Handle COPY-CONTENTS. (Bug#15737)
874
875 2013-10-28 Daiki Ueno <ueno@gnu.org>
876
877 * epa-file.el
878 (epa-file-cache-passphrase-for-symmetric-encryption):
879 Document that this option has no effect with GnuPG 2.0 (bug#15552).
880
881 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
882
883 * image.el (defimage):
884 (image-load-path): Doc fixes.
885
886 2013-10-27 Alan Mackenzie <acm@muc.de>
887
888 Indent statements in macros following "##" correctly.
889 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
890 Modify the "#" arm of a cond form to handle "#" and "##" operators.
891
892 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
893
894 * linum.el (linum-update-window): Fix boundary test (bug#13446).
895
896 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
897
898 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
899 after `=' is probably a new expression.
900
901 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
902
903 * man.el (man-imenu-title): New option.
904 (Man-mode-map): Add menu. (Bug#15722)
905 (Man-mode): Add imenu to menu.
906
907 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
908
909 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
910 specific in what the first arg can be: a non-keyword word,
911 string/regexp/percent literal opener, opening paren, or unary
912 operator followed directly by word.
913
914 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
917 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
918 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
919 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
920 Remove vars, they do not apply any more.
921 (prolog-mode-abbrev-table): Remove redundant declaration.
922 (prolog-upper-case-string, prolog-lower-case-string): Remove.
923 (prolog-use-smie): Remove.
924 (prolog-smie-rules): Add indentation rule for the if-then-else layout
925 supported by prolog-electric-if-then-else-flag.
926 (prolog-mode-variables, prolog-menu): Use setq-local.
927 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
928 Remove binding to `Backspace' since this key doesn't exist anyway.
929 Remove bindings for electric self-inserting keys.
930 (prog-mode): Assume it's defined.
931 (prolog-post-self-insert): New function.
932 (prolog-mode): Use it.
933 (prolog-indent-line, prolog-indent-level)
934 (prolog-find-indent-of-matching-paren)
935 (prolog-indentation-level-of-line, prolog-goto-comment-column)
936 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
937 (prolog-goto-next-paren, prolog-in-string-or-comment)
938 (prolog-tokenize, prolog-inside-mline-comment)
939 (prolog-find-start-of-mline-comment): Remove functions.
940 (prolog-find-unmatched-paren, prolog-clause-end)
941 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
942 (prolog-electric--if-then-else): Rename from
943 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
944 (prolog-tokenize-searchkey): Remove const.
945 (prolog-clause-info): Use forward-sexp.
946 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
947 (prolog-electric-if-then-else): Remove commands.
948 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
949 for use in post-self-insert-hook.
950 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
951 for use in post-self-insert-hook.
952 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
953 for use in post-self-insert-hook.
954 (prolog-electric--underscore): Rename from prolog-electric--underscore;
955 adapt it for use in post-self-insert-hook.
956
957 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
958
959 * emacs-lisp/ert.el (ert-run-tests-interactively):
960 Use `completing-read'. (Bug#9756)
961
962 2013-10-25 Eli Zaretskii <eliz@gnu.org>
963
964 * simple.el (line-move): Call line-move-1 instead of
965 line-move-visual when the current window hscroll is zero, but
966 temporary-goal-column indicates we will need to hscroll as result
967 of the movement. (Bug#15712)
968
969 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
970
971 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
972 capitalization. Use :visible instead of :active.
973 Fix `ruby-indent-exp' reference. Add menu items for the generic
974 commands that are used with SMIE.
975 (ruby-do-end-to-brace): Insert space after `{'.
976
977 2013-10-25 John Anthony <john@jo.hnanthony.com>
978
979 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
980
981 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
982
983 2013-10-25 Glenn Morris <rgm@gnu.org>
984
985 * vc/vc.el (vc-print-log): Don't use a working revision unless
986 one was explicitly specified. (Bug#15322)
987
988 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * subr.el (add-to-list): Preserve return value in compiler-macro
991 (bug#15692).
992
993 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
994
995 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
996 result. Ask user to retry using '-all' flag. (Bug#15701)
997
998 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * emacs-lisp/smie.el: New smie-config system.
1001 (smie-config): New defcustom.
1002 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1003 (smie-config-guess, smie-config-save): New commands.
1004 (smie-config--mode-local, smie-config--buffer-local)
1005 (smie-config--trace, smie-config--modefuns): New vars.
1006 (smie-config--advice, smie-config--mode-hook)
1007 (smie-config--setter, smie-config-local, smie-config--get-trace)
1008 (smie-config--guess-value, smie-config--guess): New functions.
1009 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1010 text properties. Treat "string fence" syntax like string syntax.
1011
1012 * progmodes/sh-script.el (sh-use-smie): Change default.
1013 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1014 (sh-var-value): Simplify by CSE.
1015 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1016 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1017 is used.
1018 (sh-guess-basic-offset): Use cl-incf.
1019 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1020
1021 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
1022
1023 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1024 (bug#15699).
1025
1026 2013-10-24 Glenn Morris <rgm@gnu.org>
1027
1028 * Makefile.in (abs_top_srcdir): Remove.
1029 (update-subdirs): Use relative path to update-subdirs.
1030
1031 2013-10-24 Eli Zaretskii <eliz@gnu.org>
1032
1033 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1034 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1035 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1036 Call unmsys--file-name before expand-file-name, not after it.
1037
1038 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1039
1040 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1041 (ert-test-skipped): New error.
1042 (ert-skip, ert-stats-skipped): New defuns.
1043 (ert--skip-unless): New macro.
1044 (ert-test-skipped): New struct.
1045 (ert--run-test-debugger, ert-test-result-type-p)
1046 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1047 (ert--stats-set-test-and-result, ert-char-for-test-result)
1048 (ert-string-for-test-result, ert-run-tests-batch)
1049 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1050 Handle skipped tests. (Bug#9803)
1051
1052 2013-10-24 Glenn Morris <rgm@gnu.org>
1053
1054 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1055
1056 * Makefile.in (abs_top_srcdir): New, set by configure.
1057 (update-subdirs): Correct build-aux location.
1058
1059 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1060
1061 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1062 value, whether we could auto-deduce `backend', or not.
1063
1064 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1065 with parameters" example. Simplify the "is it block or is it
1066 hash" check, but also make it more thorough.
1067
1068 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1069
1070 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1071
1072 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1075 { if it is hanging.
1076
1077 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1078 :before ";".
1079
1080 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1081
1082 * progmodes/compile.el (compilation-directory-matcher)
1083 (compilation-page-delimiter):
1084 Support GNU Make-4.0 directory quoting. (Bug#15678)
1085
1086 2013-10-23 Leo Liu <sdl.web@gmail.com>
1087
1088 * ido.el (ido-tidy): Handle read-only text.
1089
1090 2013-10-23 Glenn Morris <rgm@gnu.org>
1091
1092 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1093 (emacs, compile, compile-always):
1094 Quote entities that might contain whitespace.
1095 (custom-deps, finder-data, autoloads): Use abs_lisp.
1096 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1097 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1098 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1099
1100 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1101
1102 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1103 Use `following-char'.
1104
1105 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1108 * progmodes/ruby-mode.el (ruby-smie-rules):
1109 Remove corresponding workaround. Fix indentation rule of ";" so it
1110 also applies when ";" is the parent.
1111
1112 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1113
1114 * frame.el (display-screens, display-pixel-height)
1115 (display-pixel-width, display-mm-width, display-backing-store)
1116 (display-save-under, display-planes, display-color-cells)
1117 (display-visual-class, display-monitor-attributes-list):
1118 Mention the optional ‘display’ argument in doc strings.
1119
1120 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1121
1122 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1123 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1124
1125 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1126
1127 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1128 TODO. Add "." after " @ ".
1129 (ruby-smie--at-dot-call): New function. Checks if point at method
1130 call with explicit target.
1131 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1132 to the method name tokens when it precedes them.
1133 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1134 (ruby-smie-rules): Add rule for indentation before and after "."
1135 token.
1136
1137 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 * textmodes/remember.el (remember-diary-extract-entries):
1140 Avoid add-to-list.
1141
1142 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1143 an instruction.
1144
1145 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1146
1147 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1148 (ruby-smie--implicit-semi-p): Add new operator chars.
1149
1150 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1151 `smie-down-list'.
1152 (ruby-smie--args-separator-p): Check that there's no newline
1153 between method call and its arguments.
1154
1155 2013-10-20 Alan Mackenzie <acm@muc.de>
1156
1157 Allow comma separated lists after Java "implements".
1158
1159 * progmodes/cc-engine.el (c-backward-over-enum-header):
1160 Parse commas.
1161 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1162 from a "disallowed" list in enum fontification.
1163
1164 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1165
1166 * startup.el (default-frame-background-mode): Remove unused defvar.
1167
1168 * progmodes/verilog-mode.el (verilog-mode): Don't set
1169 comment-indent-function globally.
1170
1171 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1172
1173 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1174 Move Info menu item creation to ns-win.el.
1175
1176 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1177 in menu bar.
1178
1179 * menu-bar.el: Move GNUStep specific menus...
1180
1181 * term/ns-win.el (ns-initialize-window-system): ... to here.
1182
1183 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * simple.el (newline): Only run post-self-insert-hook when
1186 called interactively.
1187
1188 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1189
1190 * icomplete.el (icomplete-with-completion-tables): Add :version.
1191
1192 2013-10-19 Alan Mackenzie <acm@muc.de>
1193
1194 Fix fontification bugs with constructors and const.
1195
1196 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1197 CASE 2) Remove the check for the absence of a suffix construct
1198 after a function declaration with only types (no identifiers) in
1199 the parentheses. Also, accept a function declaration with just a
1200 type inside the parentheses, if this type can be positively
1201 recognised as such, or if a prefix keyword like "explicit" nails
1202 down the construct as a declaration.
1203
1204 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1205
1206 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1207 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1208 the problem whereby selecting a menu item that leads to a
1209 minibuffer prompt moves the cursor out of the minibuffer window,
1210 making it hard to type at the prompt. Suggested by Stefan Monnier
1211 <monnier@iro.umontreal.ca>.
1212
1213 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1214
1215 * menu-bar.el: Don't make Services menu.
1216
1217 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1218
1219 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1220 (ffap-alist): Use ffap-c++-mode for c++-mode.
1221 (ffap-c++-path): New variable.
1222 (ffap-c++-mode): New function.
1223
1224 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1225
1226 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1227
1228 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1229
1230 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1231 introduced on 2013-09-08, which results in an infinite loop
1232 requesting a password.
1233
1234 2013-10-18 Glenn Morris <rgm@gnu.org>
1235
1236 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1237
1238 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1239
1240 Sync with upstream verilog-mode revision 1a6ecec7.
1241 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1242 (verilog-mode-release-date): Remove.
1243 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1244 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1245 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1246 (verilog-auto-tieoff-ignore-regexp)
1247 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1248 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1249 (verilog-signals-with, verilog-dir-cache-preserving)
1250 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1251 Doc fixes.
1252 (verilog-case-fold): New option, to control case folding in
1253 regexp searches, bug597.
1254 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1255 (verilog-string-match-fold, verilog-in-paren-count)
1256 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1257 (verilog-at-close-struct-p): New functions.
1258 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1259 (verilog-forward-sexp, verilog-set-auto-endcomments):
1260 (verilog-leap-to-case-head): Handle "unique0" case.
1261 (verilog-in-constraint-re): New constant.
1262 (verilog-keywords, verilog-type-font-keywords):
1263 Add some SystemVerilog 1800-2012 keywords.
1264 (verilog-label-be): Remove unimplemented argument, bug669.
1265 (verilog-batch-execute-func): When batch expanding clear
1266 create-lockfiles to prevent spurious user locks when a file ends
1267 up not changing.
1268 (verilog-calculate-indent, verilog-calc-1)
1269 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1270 (verilog-do-indent): Fix indentation of nested constraints
1271 and structures.
1272 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1273 (verilog-auto-inst-param): Use verilog-string-match-fold.
1274 (verilog-read-inst-module-matcher):
1275 Fix AUTOINST on gate primitives with #1.
1276 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1277 Reads all user-defined typed variables.
1278 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1279 (verilog-signals-matching-regexp)
1280 (verilog-signals-not-matching-regexp, verilog-auto):
1281 Respect verilog-case-fold.
1282 (verilog-diff-report): Fix line count.
1283 (verilog-auto-assign-modport): Remove unused local `modi'.
1284 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1285 better handle multidimensional arrays.
1286 Fix packed array ports misadding bit index in AUTOINST, bug637.
1287 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1288 to not double-declare existing outputs and inputs, respectively.
1289 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1290 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1291 (verilog-sk-uvm-component): New skeleton.
1292 (verilog-submit-bug-report): Add verilog-case-fold,
1293 remove verilog-mode-release-date.
1294
1295 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1296
1297 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1298 as before.
1299
1300 2013-10-18 Reuben Thomas <rrt@sc3d.org>
1301
1302 * textmodes/remember.el (remember): set buffer-offer-save in
1303 remember buffers (bug#13566).
1304
1305 2013-10-18 Daniel Colascione <dancol@dancol.org>
1306
1307 When evaluating forms in ielm, direct standard output to ielm
1308 buffer. Add new ielm-return-for-effect command. Remove trailing
1309 whitespace throughout.
1310
1311 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1312 (ielm-return-for-effect): New command.
1313 (ielm-send-input): Accept optional `for-effect' parameter.
1314 (ielm-eval-input): Accept optional `for-effect' parameter.
1315 Bind `standard-output' to stream we create using
1316 `ielm-standard-output-impl'. Suppress printing result when
1317 `for-effect'.
1318 (ielm-standard-output-impl): New function.
1319 (inferior-emacs-lisp-mode): Explain new features in documentation.
1320
1321 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
1322
1323 Code cleanup.
1324
1325 * net/tramp.el (tramp-debug-message): Do not check for connection
1326 buffer.
1327 (tramp-message): Use "vector" connection property.
1328
1329 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1330 (tramp-equal-remote, tramp-eshell-directory-change)
1331 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1332 (tramp-adb-handle-rename-file)
1333 * net/tramp-cmds.el (tramp-list-remote-buffers)
1334 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1335 * net/tramp-compat.el (tramp-compat-process-running-p)
1336 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1337 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1338 (tramp-gvfs-handle-rename-file)
1339 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1340 (tramp-set-file-uid-gid)
1341 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1342 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1343 of `file-remote-p'.
1344
1345 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1346 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1347 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1348 (tramp-gw-open-network-stream): Suppress unrelated traces.
1349
1350 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1351 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1352 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1353 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1354 connection property.
1355
1356 * net/tramp-cache.el (top): Suppress traces when reading
1357 persistency file.
1358
1359 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1360 Refactor common code. Improve debug message.
1361 (tramp-maybe-open-connection)
1362 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1363 connection buffer too early.
1364
1365 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1366 from `tramp-smb-actions-with-acl'.
1367 (tramp-smb-actions-set-acl): New defconst.
1368 (tramp-smb-handle-copy-directory)
1369 (tramp-smb-action-get-acl): New defun, renamed from
1370 `tramp-smb-action-with-acl'.
1371 (tramp-smb-action-set-acl): New defun.
1372 (tramp-smb-handle-set-file-acl): Rewrite.
1373
1374 2013-10-17 Glenn Morris <rgm@gnu.org>
1375
1376 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1377
1378 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * skeleton.el (skeleton-newline): Remove.
1381 (skeleton-internal-1): Use (insert "\n") instead.
1382
1383 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1384 let-bindings.
1385
1386 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1387 forward-sexp-function while we redo its job (bug#15613).
1388
1389 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1390
1391 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1392 represented by lists.
1393
1394 2013-10-16 Glenn Morris <rgm@gnu.org>
1395
1396 * tmm.el (tmm--history): New dynamic variable.
1397 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1398
1399 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
1400
1401 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1402 (tramp-smb-errors): Add error messages.
1403 (tramp-smb-actions-with-acl): New defconst.
1404 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1405 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1406 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1407 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1408 (tramp-smb-get-stat-capability): Fix tests.
1409
1410 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1411
1412 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1413 (bug#15580).
1414
1415 2013-10-16 Glenn Morris <rgm@gnu.org>
1416
1417 * ansi-color.el (ansi-color-drop-regexp):
1418 Add 1J, 1K, 2K. (Bug#15617)
1419
1420 * files.el (hack-local-variables--warned-lexical): New.
1421 (hack-local-variables):
1422 Warn about misplaced lexical-binding. (Bug#15616)
1423
1424 * net/eww.el (eww-render): Always set eww-current-url,
1425 and update header line. (Bug#15622)
1426 (eww-display-html): ... Rather than just doing it here.
1427
1428 2013-10-15 Eli Zaretskii <eliz@gnu.org>
1429
1430 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1431 menu navigations commands.
1432
1433 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1434
1435 * progmodes/subword.el (subword-capitalize): Be careful when
1436 the search for [[:alpha:]] fails (bug#15580).
1437
1438 2013-10-14 Eli Zaretskii <eliz@gnu.org>
1439
1440 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1441 to commands that scroll the menu.
1442
1443 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1444
1445 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1446 Handle methods ending with `?' and `!'.
1447
1448 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
1449
1450 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1451 `japanese-cp932' to `cp932' to fix the problem where saving a
1452 source file written in Shift_JIS twice would end up having
1453 `coding: japanese-cp932' which Ruby could not recognize.
1454 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1455 in `ruby-encoding-map'.
1456 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1457 doesn't need to be explicitly declared in magic comment.
1458 (ruby-encoding-map): Add type declaration for better customize UI.
1459
1460 2013-10-13 Glenn Morris <rgm@gnu.org>
1461
1462 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1463 Occur buffers are read-only. http://bugs.debian.org/720775
1464
1465 * emacs-lisp/authors.el (authors-fixed-entries):
1466 Comment out old alpha stuff.
1467
1468 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1469
1470 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1471 to `after-save-hook' instead of `before-save-hook'.
1472 (ruby-mode-set-encoding): Use the value of coding system used to
1473 write the file. Call `basic-save-buffer-1' after modifying the
1474 buffer.
1475
1476 2013-10-13 Alan Mackenzie <acm@muc.de>
1477
1478 Fix indentation/fontification of Java enum with
1479 "implements"/generic.
1480
1481 * progmodes/cc-engine.el (c-backward-over-enum-header):
1482 Extracted from the three other places and enhanced to handle generics.
1483 (c-inside-bracelist-p): Uses new function above.
1484 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1485 function above.
1486 (c-font-lock-enum-tail): Uses new function above.
1487
1488 2013-10-13 Kenichi Handa <handa@gnu.org>
1489
1490 * international/mule-cmds.el (select-safe-coding-system): Remove a
1491 superfluous condition in chekcing whether a coding system is safe
1492 or not.
1493
1494 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1495
1496 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1497
1498 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
1499
1500 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1501
1502 2013-10-13 Glenn Morris <rgm@gnu.org>
1503
1504 * menu-bar.el (menu-bar-update-buffers):
1505 Unify Buffers menu prompt string. (Bug#15576)
1506
1507 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1508
1509 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1510 Add some entries.
1511 (authors-fixed-entries): Use accented form of name.
1512
1513 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1516 method calls (bug#15594).
1517 (ruby-smie--args-separator-p): New function.
1518 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1519 recognize paren-free method calls.
1520
1521 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1522 internals of universal-argument.
1523
1524 2013-10-11 Eli Zaretskii <eliz@gnu.org>
1525
1526 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1527 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1528 dropped menu on second mouse click on the menu bar.
1529
1530 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1533 (explicit-shell-file-name): Declare.
1534 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1535 (sh-completion-at-point-function): New function.
1536 (sh-mode): Use it.
1537 (sh-smie--keyword-p): Remove unused argument.
1538 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1539 vars.
1540 (sh-set-shell): Always setup SMIE, even if we use the
1541 old indentation code.
1542
1543 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1544
1545 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1546 cases of ? and =.
1547 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1548 predicate would return nil are almost non-existent.
1549 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1550
1551 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1552 cache also after commands that modify the buffer but don't move
1553 point.
1554
1555 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * env.el (substitute-env-in-file-name): New function.
1558 (substitute-env-vars): Extend the meaning of the optional arg.
1559
1560 2013-10-10 Eli Zaretskii <eliz@gnu.org>
1561
1562 * term/w32-win.el (dynamic-library-alist): Define separate lists
1563 of GIF DLLs for versions before and after 5.0.0 of giflib.
1564 (Bug#15531)
1565
1566 2013-10-10 João Távora <joaotavora@gmail.com>
1567
1568 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1569 not locked, use last revision and current source as
1570 defaults. (Bug#15569)
1571
1572 2013-10-10 Masatake YAMATO <yamato@redhat.com>
1573
1574 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1575 menu-bar is hidden.
1576
1577 2013-10-10 Martin Rudalics <rudalics@gmx.at>
1578
1579 * window.el (pop-to-buffer-same-window): Fix doc-string.
1580 (Bug#15492)
1581
1582 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1583
1584 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1585
1586 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1587
1588 * calendar/icalendar.el (icalendar-import-file):
1589 Fix interactive spec. (Bug#15482)
1590
1591 2013-10-10 Glenn Morris <rgm@gnu.org>
1592
1593 * desktop.el (desktop-save): Default to saving in .emacs.d,
1594 since PWD is no longer in desktop-path by default. (Bug#15319)
1595
1596 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1597 now that text mode has a menu with the same entry.
1598 (menu-bar-text-mode-auto-fill): Remove now unused func.
1599 * textmodes/text-mode.el (text-mode-map):
1600 Use auto-fill help text from menu-bar.el.
1601
1602 2013-10-10 John Anthony <john@jo.hnanthony.com>
1603
1604 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1605
1606 2013-10-09 Juri Linkov <juri@jurta.org>
1607
1608 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1609 instead of this-command-keys. Add universal-argument-more and
1610 universal-argument-minus to the list of prefix commands. (Bug#15568)
1611
1612 2013-10-09 Glenn Morris <rgm@gnu.org>
1613
1614 * vc/vc-svn.el (vc-svn-create-repo):
1615 Expand paths in file://... url. (Bug#15446)
1616
1617 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1618 Add some entries.
1619 (authors): Remove unused local variables.
1620
1621 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * profiler.el: Create a more coherent calltree from partial backtraces.
1624 (profiler-format): Hide the tail with `invisible' so that C-s can still
1625 find the hidden elements.
1626 (profiler-calltree-depth): Don't recurse so enthusiastically.
1627 (profiler-function-equal): New hash-table-test.
1628 (profiler-calltree-build-unified): New function.
1629 (profiler-calltree-build): Use it.
1630 (profiler-report-make-name-part): Indent the calltree less.
1631 (profiler-report-mode): Add visibility specs for profiler-format.
1632 (profiler-report-expand-entry, profiler-report-toggle-entry):
1633 Expand the whole subtree when provided with a prefix arg.
1634
1635 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1636
1637 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1638 iuwu-mod token.
1639 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1640 hanging iuwu-mod token.
1641 (ruby-smie--forward-token): Do not include a dot after a token in
1642 that token.
1643 (ruby-smie--backward-token): Likewise.
1644
1645 2013-10-08 Juri Linkov <juri@jurta.org>
1646
1647 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1648 to isearch-other-control-char.
1649 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1650 and isearch-post-command-hook to post-command-hook.
1651 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1652 and isearch-post-command-hook from post-command-hook.
1653 (isearch-unread-key-sequence)
1654 (isearch-reread-key-sequence-naturally)
1655 (isearch-lookup-scroll-key, isearch-other-control-char)
1656 (isearch-other-meta-char): Remove functions.
1657 (isearch-pre-command-hook, isearch-post-command-hook):
1658 New functions based on isearch-other-meta-char rewritten
1659 relying on the new behavior of overriding-terminal-local-map
1660 that does not replace the local keymaps any more. (Bug#15200)
1661
1662 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1663
1664 Support menus on text-mode terminals.
1665 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1666 functionality.
1667
1668 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1669
1670 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1671 Move here from mouse.el.
1672 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1673 and arrow keys.
1674 (tty-menu-navigation-map): New map for TTY menu navigation.
1675
1676 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1677
1678 * frame.el (display-mouse-p): Report text-mode mouse as available
1679 on w32.
1680 (display-popup-menus-p): Report availability if mouse is
1681 available; don't condition on window-system.
1682
1683 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1684 (tty-menu-selected-face): New faces.
1685
1686 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1689 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1690 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1691 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1692 New constants.
1693 (lisp-mode-variables): New `elisp' argument.
1694 (emacs-lisp-mode): Use it.
1695 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1696 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1697
1698 * indent.el: Use lexical-binding.
1699 (indent-region): Add progress reporter.
1700 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1701 last step.
1702 (indent--next-tab-stop): New function to implement this behavior.
1703 (tab-to-tab-stop, move-to-tab-stop): Use it.
1704
1705 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
1706
1707 * indent.el (indent-rigidly--current-indentation): New function.
1708 (indent-rigidly-map): New var.
1709 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1710
1711 2013-10-08 Bastien Guerry <bzg@gnu.org>
1712
1713 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1714
1715 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * progmodes/perl-mode.el: Use lexical-binding.
1718 Remove redundant :group args.
1719 (perl-nochange): Change default to be closer to other major modes's
1720 standard behavior.
1721 (perl-indent-line): Don't consider text on current line as a
1722 valid beginning of function from which to indent.
1723
1724 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1725 with more than one argument (bug#15538).
1726
1727 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1728
1729 * vc/pcvs.el: Use lexical-binding.
1730 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1731 environment of `eval'.
1732 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1733 than a list of expressions. Adjust callers.
1734 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1735
1736 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1737
1738 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
1739 case of the dot in a chained method call being on the following line.
1740
1741 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * electric.el (electric-indent-inhibit): New var.
1744 (electric-indent-post-self-insert-function): Use it.
1745 * progmodes/python.el (python-mode): Set it.
1746
1747 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1748 open braces.
1749
1750 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1751
1752 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1753 (css-mode): Use electric-indent-chars.
1754
1755 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1756 (font-lock-beg, font-lock-end): Move before first use.
1757 (nxml-mode): Use syntax-propertize-function.
1758 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1759 (nxml-extend-after-change-region): Remove.
1760 * nxml/xmltok.el: Use lexical-binding.
1761 (xmltok-save): Use `declare'.
1762 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1763 * nxml/nxml-util.el: Use lexical-binding.
1764 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1765 Use `declare'.
1766 * nxml/nxml-ns.el: Use lexical-binding.
1767 (nxml-ns-save): Use `declare'.
1768 (nxml-ns-prefixes-for): Avoid add-to-list.
1769 * nxml/rng-match.el: Use lexical-binding.
1770 (rng--ipattern): Use cl-defstruct.
1771 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1772 (rng-cons-group-after, rng-subst-group-after)
1773 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1774 Use closures instead of `(lambda...).
1775
1776 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1777
1778 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1779 of BEG and END.
1780
1781 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1782 Use `tramp-handle-insert-file-contents'.
1783 (tramp-gvfs-handle-insert-file-contents): Remove function.
1784
1785 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1786 Use `save-restriction' in order to keep markers.
1787
1788 * net/trampver.el: Update release number.
1789
1790 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * progmodes/compile.el (compilation-parse-errors):
1793 Use compilation--put-prop.
1794 (compilation--ensure-parse): Check compilation-multiline.
1795
1796 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1797
1798 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1799 lexical-binding.
1800
1801 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1802
1803 * progmodes/ruby-mode.el: Fix recently added tests.
1804 (ruby-smie-grammar): Add - and +.
1805 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1806 (ruby-smie--backward-id): New functions.
1807 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1808 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1809 any more.
1810
1811 2013-10-07 Leo Liu <sdl.web@gmail.com>
1812
1813 * register.el (register-preview-delay)
1814 (register-preview-functions): New variables.
1815 (register-read-with-preview, register-preview)
1816 (register-describe-oneline): New functions.
1817 (point-to-register, window-configuration-to-register)
1818 (frame-configuration-to-register, jump-to-register)
1819 (number-to-register, view-register, insert-register)
1820 (copy-to-register, append-to-register, prepend-to-register)
1821 (copy-rectangle-to-register): Use register-read-with-preview to
1822 read register. (Bug#15525)
1823
1824 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1825
1826 * net/network-stream.el (network-stream-open-starttls): Don't add
1827 --insecure if it's already present, because that gnutls-cli
1828 rejects getting that parameter twice.
1829
1830 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1831
1832 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1833 keyword, too.
1834
1835 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1836
1837 * newcomment.el (comment-use-global-state): Change default value
1838 to t, mark obsolete (Bug#15251).
1839 (comment-beginning): In addition to `comment-to-syntax', check the
1840 value of `comment-use-global-state'.
1841
1842 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1845 (ruby-comment-column): Follow the global default, by default.
1846 (ruby-smie-grammar): Add assignment syntax.
1847 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1848 open-paren, a comma, or a \.
1849 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1850 and line continuations.
1851 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1852 followed by implicit semi-colons. Add rule for string concatenation
1853 and for indentation at BOB.
1854 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1855
1856 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1857 calling next-sexp, since next-token may have skipped chars which
1858 next-sexp doesn't know should be skipped!
1859
1860 2013-10-05 Leo Liu <sdl.web@gmail.com>
1861
1862 * progmodes/octave.el (octave-send-region):
1863 Call compilation-forget-errors.
1864
1865 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1866
1867 * vc/vc-svn.el (vc-svn-find-admin-dir):
1868 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1869 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1870 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1871 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1872
1873 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1876
1877 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * subr.el (read-passwd): Hide chars even when called within a context
1880 where after-change-functions is disabled (bug#15501).
1881 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1882 until we removed ourself from overriding-terminal-local-map.
1883
1884 2013-10-04 Leo Liu <sdl.web@gmail.com>
1885
1886 * progmodes/octave.el (inferior-octave-mode):
1887 Call compilation-forget-errors.
1888
1889 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1890
1891 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1892
1893 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
1894
1895 * net/secrets.el (secrets-create-collection): Add optional
1896 argument ALIAS. Use proper Label keyword. Append ALIAS as
1897 dbus-call-method argument. (Bug#15516)
1898
1899 2013-10-04 Leo Liu <sdl.web@gmail.com>
1900
1901 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1902 (inferior-octave-compilation-font-lock-keywords): New variables.
1903 (compilation-error-regexp-alist)
1904 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1905 (inferior-octave-mode): Use compilation-shell-minor-mode.
1906
1907 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1908
1909 * minibuffer.el (completion--replace): Be careful that `end' might be
1910 a marker.
1911
1912 2013-10-03 Daiki Ueno <ueno@gnu.org>
1913
1914 Add support for package signature checking.
1915 * emacs-lisp/package.el (url-http-file-exists-p)
1916 (epg-make-context, epg-context-set-home-directory)
1917 (epg-verify-string, epg-context-result-for)
1918 (epg-signature-status, epg-signature-to-string)
1919 (epg-check-configuration, epg-configuration)
1920 (epg-import-keys-from-file): Declare.
1921 (package-check-signature): New user option.
1922 (package-unsigned-archives): New user option.
1923 (package-desc): Add `signed' field.
1924 (package-load-descriptor): Set `signed' field if .signed file exists.
1925 (package--archive-file-exists-p): New function.
1926 (package--check-signature): New function.
1927 (package-install-from-archive): Check package signature.
1928 (package--download-one-archive): Check archive signature.
1929 (package-delete): Remove .signed file.
1930 (package-import-keyring): New command.
1931 (package-refresh-contents): Import default keyring.
1932 (package-desc-status): Add "unsigned" status.
1933 (describe-package-1, package-menu--print-info)
1934 (package-menu-mark-delete, package-menu--find-upgrades)
1935 (package-menu--status-predicate): Support "unsigned" status.
1936
1937 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1940 the new compilation scheme using the new byte-codes.
1941
1942 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1943 (byte-pophandler): New byte codes.
1944 (byte-goto-ops): Adjust accordingly.
1945 (byte-compile--use-old-handlers): New var.
1946 (byte-compile-catch): Use new byte codes depending on
1947 byte-compile--use-old-handlers.
1948 (byte-compile-condition-case--old): Rename from
1949 byte-compile-condition-case.
1950 (byte-compile-condition-case--new): New function.
1951 (byte-compile-condition-case): New function that dispatches depending
1952 on byte-compile--use-old-handlers.
1953 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1954 when we can.
1955
1956 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1957 Optimize under `condition-case' and `catch' if
1958 byte-compile--use-old-handlers is nil.
1959 (disassemble-offset): Handle new bytecodes.
1960
1961 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * subr.el (error): Use `declare'.
1964 (decode-char, encode-char): Use advertised-calling-convention instead
1965 of the docstring to discourage use of the `restriction' arg.
1966
1967 2013-10-03 Daiki Ueno <ueno@gnu.org>
1968
1969 * epg.el (epg-verify-file): Add a comment saying that it does not
1970 notify verification error as a return value nor a signal.
1971 (epg-verify-string): Ditto.
1972
1973 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1974
1975 * progmodes/compile.el (compilation-start): Try globbing the arg to
1976 `cd' (bug#15417).
1977
1978 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1979
1980 Sync with Tramp 2.2.8.
1981
1982 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1983 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1984 * net/trampver.el: Update release number.
1985
1986 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1987
1988 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1989 and default-process-coding-system for darwin only.
1990
1991 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1992
1993 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1994
1995 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1996
1997 * vc/vc-git.el (vc-git-grep): Disable pager.
1998
1999 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2000
2001 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2002 Use :url instead of :homepage, as per
2003 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2004
2005 * newcomment.el (comment-beginning): When `comment-use-syntax' is
2006 non-nil, use `syntax-ppss' (Bug#15251).
2007
2008 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2009
2010 * progmodes/octave.el (inferior-octave-startup-file):
2011 Prefer ~/.emacs.d/init_octave.m.
2012
2013 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
2014
2015 * emacs-lisp/package.el (package-desc-from-define):
2016 Accept additional arguments as plist, convert them to an alist and store
2017 them in the `extras' slot.
2018 (package-generate-description-file): Convert extras alist back to
2019 plist and append to the `define-package' form arguments.
2020 (package--alist-to-plist): New function.
2021 (package--ac-desc): Add `extras' slot.
2022 (package--add-to-archive-contents): Check if the archive-contents
2023 vector is long enough, and if it is, pass its `extras' slot value
2024 to `package-desc-create'.
2025 (package-buffer-info): Call `lm-homepage', pass the returned value
2026 to `package-desc-from-define'.
2027 (describe-package-1): Render the homepage button (Bug#13291).
2028
2029 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2030 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2031
2032 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2033
2034 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2035 and default-process-coding-system to utf-8-unix (Bug#15402).
2036
2037 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2038
2039 * subr.el (looking-back): Do not recommend using looking-back.
2040
2041 2013-09-28 Alan Mackenzie <acm@muc.de>
2042
2043 Fix indentation/fontification of Java enum with "implements".
2044
2045 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2046 regexp which matches "implements", etc., in Java.
2047 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2048 specifier clauses coming after "enum".
2049 * progmodes/cc-fonts.el (c-font-lock-declarations)
2050 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2051 after "enum".
2052
2053 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2054
2055 * faces.el (region): Change ns_selection_color to
2056 ns_selection_fg_color, add ns_selection_bg_color.
2057
2058 2013-09-28 Leo Liu <sdl.web@gmail.com>
2059
2060 * progmodes/octave.el (inferior-octave-completion-table)
2061 (inferior-octave-completion-at-point): Minor tweaks.
2062
2063 * textmodes/ispell.el (ispell-lookup-words): Rename from
2064 lookup-words. (Bug#15460)
2065 (lookup-words): Obsolete.
2066 (ispell-complete-word, ispell-command-loop): All uses changed.
2067
2068 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2069
2070 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2071 (octave-mode-menu): Add octave-send-buffer.
2072 (octave-send-buffer): New function.
2073
2074 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2075
2076 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2077 octave-lookfor.
2078 (octave-mode-menu): Add octave-lookfor.
2079 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2080 octave-lookfor.
2081 (octave-lookfor): New function.
2082
2083 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * emacs-lisp/cl-macs.el:
2086 (cl--loop-destr-temps): Remove.
2087 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2088 its convention.
2089 (cl--loop-set-iterator-function): New function.
2090 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2091 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2092 Bind `it' with `let' instead of substituting it with `cl-subst'.
2093 (cl--unused-var-p): New function.
2094 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2095 Eliminate some unused variable warnings (bug#15326).
2096
2097 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2098
2099 * doc-view.el (doc-view-scale-reset): Rename from
2100 `doc-view-reset-zoom-level'.
2101 (doc-view-scale-adjust): New command.
2102 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2103 `doc-view-scale-adjust'.
2104
2105 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2106
2107 * doc-view.el (doc-view-reset-zoom-level): New command.
2108 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2109 zoom commands (bug#15466).
2110
2111 2013-09-26 Kenichi Handa <handa@gnu.org>
2112
2113 * international/quail.el (quail-help): Make it not a command.
2114
2115 2013-09-26 Leo Liu <sdl.web@gmail.com>
2116
2117 * minibuffer.el (completion-all-sorted-completions): Make args
2118 optional as they are.
2119
2120 2013-09-25 Daniel Colascione <dancol@dancol.org>
2121
2122 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2123 specs are and that they're not evaluated.
2124
2125 2013-09-24 Sam Steingold <sds@gnu.org>
2126
2127 * midnight.el (clean-buffer-list-kill-regexps)
2128 (clean-buffer-list-kill-buffer-names): Update for the new Man
2129 buffer naming which includes the object name.
2130
2131 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2134 (eshell-parse-command, eshell-parse-pipeline): Use it since
2135 eshell-separate-commands requires a dynamic scoped var.
2136 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2137
2138 2013-09-23 Leo Liu <sdl.web@gmail.com>
2139
2140 * autoinsert.el (auto-insert-alist): Make the value of
2141 lexical-binding match its file setting.
2142
2143 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2144
2145 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2146
2147 * autoarg.el (autoarg-kp-digit-argument):
2148 * electric.el (Electric-command-loop):
2149 * kmacro.el (kmacro-step-edit-insert):
2150 Do not set universal-argument-num-events.
2151
2152 2013-09-22 Leo Liu <sdl.web@gmail.com>
2153
2154 * files.el (interpreter-mode-alist): Add octave.
2155
2156 2013-09-21 Alan Mackenzie <acm@muc.de>
2157
2158 C++: fontify identifier in declaration following "public:" correctly.
2159 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2160 to match "public", etc.
2161 (c-decl-prefix-re): Add ":" into the C++ value.
2162 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2163 bit. Add a check for a ":" preceded by "public", etc.
2164
2165 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2166
2167 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2168 recognized by GDB 7.5 and later.
2169
2170 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2171
2172 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2173
2174 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * subr.el (internal--call-interactively): New const.
2177 (called-interactively-p): Use it (bug#3984).
2178
2179 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2180
2181 * vc/pcvs.el (cvs-mode-ignore):
2182 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2183 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2184
2185 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2188 (eshell-ls-orig-insert-directory): Remove.
2189 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2190 (eshell-ls-use-in-dired): Use advice-add/remove.
2191 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2192 Add `orig-fun' arg for use in :around advice.
2193 Make it check (redundantly) eshell-ls-use-in-dired.
2194
2195 2013-09-19 Glenn Morris <rgm@gnu.org>
2196
2197 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2198
2199 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2200
2201 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2202
2203 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2204
2205 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2206 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2207 (tramp-get-remote-python): New defuns.
2208 (tramp-get-remote-uid-with-perl)
2209 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2210 contributed by yary <not.com@gmail.com> (tiny change).
2211 (tramp-get-remote-uid-with-python)
2212 (tramp-get-remote-gid-with-python): New defuns. Python code
2213 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2214 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2215
2216 2013-09-19 Glenn Morris <rgm@gnu.org>
2217
2218 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2219
2220 * eshell/em-unix.el (eshell-remove-entries):
2221 Rename argument to avoid name-clash with global `top-level'.
2222
2223 * eshell/esh-proc.el (eshell-kill-process-function):
2224 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2225 (eshell-reset-after-proc): Remove unused arg `proc'.
2226
2227 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2228 (directory-files-and-attributes): Mark unused arg.
2229
2230 * eshell/em-unix.el (eshell-remove-entries):
2231 Remove unused arg `path'. Update callers.
2232
2233 * eshell/em-hist.el (eshell-hist-parse-arguments):
2234 Remove unused arg `silent'. Update callers.
2235
2236 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2237 Fix (f)boundp mix-up.
2238
2239 * eshell/em-smart.el (eshell-smart-scroll-window)
2240 (eshell-disable-after-change):
2241 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2242
2243 2013-09-18 Alan Mackenzie <acm@muc.de>
2244
2245 Fix fontification of type when followed by "const".
2246 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2247 "known" types from fontification.
2248
2249 2013-09-18 Glenn Morris <rgm@gnu.org>
2250
2251 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2252 (chart-face-list): Drop Emacsen without display-color-p.
2253
2254 * net/eww.el (libxml-parse-html-region): Declare.
2255 (eww-display-html): Explicit error if no libxml2 support.
2256
2257 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2258
2259 * image.el (image-type-from-buffer, image-multi-frame-p):
2260 Remove --without-x warning/error.
2261
2262 * mouse.el (mouse-yank-primary):
2263 * term.el (term-mouse-paste):
2264 Reorder to silence --without-x compilation.
2265
2266 * mpc.el (doc-view-mode): Silence --without-x compilation.
2267
2268 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2269 Silence --without-x compilation.
2270
2271 * progmodes/gud.el (gud-find-file, gud-mode):
2272 Silence --without-x compilation.
2273 (tooltip-mode): Declare.
2274
2275 * wdired.el (dired-backup-overwrite): Remove declaration.
2276 (wdired-mode-map): Add doc string.
2277
2278 * custom.el (x-get-resource): Declare.
2279
2280 * eshell/em-glob.el (ange-cache):
2281 * eshell/em-unix.el (ange-cache): Declare.
2282
2283 * faces.el (x-display-list, x-open-connection, x-get-resource):
2284 Declare.
2285
2286 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2287 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2288 Declare.
2289
2290 * frame.el (x-display-grayscale-p, x-display-name): Declare.
2291
2292 * net/gnutls.el (gnutls-log-level): Declare.
2293
2294 * net/shr.el (image-size, image-animate): Declare.
2295
2296 * simple.el (font-info): Declare.
2297
2298 * subr.el (x-popup-dialog): Declare.
2299
2300 * term/common-win.el (x-select-enable-primary)
2301 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2302 Declare.
2303
2304 * term/ns-win.el (x-handle-args): Declare.
2305
2306 * term/x-win.el (x-select-enable-clipboard): Declare.
2307
2308 * term/w32-win.el (create-default-fontset): Declare.
2309
2310 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2311 Declare.
2312
2313 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2314 (fit-frame-to-buffer): Explicit error if --without-x.
2315 (mouse-autoselect-window-select): Silence compiler.
2316
2317 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2318
2319 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2320 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2321 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2322 * eshell/esh-util.el (eshell-sublist):
2323 Remove unused local variables.
2324
2325 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2326
2327 * textmodes/two-column.el: Make 2C-split work for --without-x.
2328 (scroll-bar-columns): Autoload.
2329 (top-level): Require fringe when compiling.
2330
2331 2013-09-18 Leo Liu <sdl.web@gmail.com>
2332
2333 * subr.el (add-hook): Robustify to handle closure as well.
2334
2335 2013-09-17 Glenn Morris <rgm@gnu.org>
2336
2337 * simple.el (messages-buffer-mode-map): Unbind "g".
2338
2339 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * help-mode.el (help-mode-finish): Use derived-mode-p.
2342 Remove obsolete highlighting.
2343
2344 * play/life.el (life-mode): Use define-derived-mode. Derive from
2345 special-mode.
2346 (life): Let-bind inhibit-read-only.
2347 (life-setup): Avoid `setq'. Use `life-mode'.
2348
2349 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2350 which should not be needed any more.
2351 (package-menu-refresh, package-menu-describe-package): Use user-error.
2352
2353 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2354 (eshell-post-rewrite-command-hook): Make obsolete.
2355 (eshell-parse-command): Simplify.
2356 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2357 (eshell--cmd): Declare.
2358 (eshell-parse-pipeline): Remove unused var `final-p'.
2359 Pass a dynvar to eshell-post-rewrite-command-hook.
2360 Implement the new eshell-post-rewrite-command-function.
2361 (eshell-invoke-directly): Remove unused arg `input'.
2362 * eshell/esh-io.el (eshell-io-initialize):
2363 Use eshell-post-rewrite-command-function (bug#15399).
2364 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2365 adjust to new calling convention.
2366 (eshell-create-handles): Rename args to avoid clashing with dynvar
2367 `standard-output'.
2368
2369 2013-09-17 Glenn Morris <rgm@gnu.org>
2370
2371 * simple.el (messages-buffer-mode): New major mode.
2372 (messages-buffer): New function.
2373 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2374 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2375 (ert-run-test): Use `messages-buffer' function.
2376 (ert--force-message-log-buffer-truncation): Ignore read-only.
2377 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2378 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2379
2380 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2381
2382 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2383
2384 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2385
2386 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * icomplete.el (icomplete-in-buffer): New var.
2389 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2390 vars and replace them with functions.
2391 (icomplete-minibuffer-setup): Adjust accordingly.
2392 (icomplete--completion-table, icomplete--completion-predicate)
2393 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2394 New functions.
2395 (icomplete-forward-completions, icomplete-backward-completions)
2396 (icomplete-simple-completing-p, icomplete-exhibit)
2397 (icomplete-completions): Use them.
2398 (icomplete--in-region-buffer): New var.
2399 (icomplete--in-region-setup): New function.
2400 (icomplete-mode): Use it.
2401
2402 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2403 (bug#15379).
2404 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2405 return args and options.
2406 (eshell-eval-using-options): Use the new return value of
2407 eshell--do-opts to set the options's vars in their scope.
2408 (eshell--set-option): Rename from eshell-set-option.
2409 Add arg `opt-vals'.
2410 (eshell--process-option): Rename from eshell-process-option.
2411 Add arg `opt-vals'.
2412 (eshell--process-args): Use an `opt-vals' alist to store the options's
2413 values during their processing and return them additionally to the
2414 remaining args.
2415
2416 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2417
2418 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2419 continuation character an operator, as far as indentation is
2420 concerned (Bug#15369).
2421
2422 2013-09-15 Martin Rudalics <rudalics@gmx.at>
2423
2424 * window.el (window--state-put-2): Don't process buffer state
2425 when buffer doesn't exist any more (Bug#15382).
2426
2427 2013-09-15 Glenn Morris <rgm@gnu.org>
2428
2429 * eshell/em-unix.el (eshell/rm):
2430 Make -f ignore missing files. (Bug#15373)
2431
2432 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2433 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2434 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2435
2436 2013-09-14 Glenn Morris <rgm@gnu.org>
2437
2438 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2439
2440 2013-09-13 Glenn Morris <rgm@gnu.org>
2441
2442 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2443 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2444
2445 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2446
2447 * frame.el (x-focus-frame): Mark as declared in frame.c.
2448
2449 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * ls-lisp.el: Use advice-add.
2452 (original-insert-directory): Remove.
2453 (ls-lisp--insert-directory): Rename from insert-directory; add
2454 `orig-fun' argument.
2455 (insert-directory): Advise.
2456
2457 2013-09-13 Eli Zaretskii <eliz@gnu.org>
2458
2459 * term.el (term-emulate-terminal): Decode the command string
2460 before passing it to term-command-hook. (Bug#15337)
2461
2462 2013-09-13 Glenn Morris <rgm@gnu.org>
2463
2464 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2465
2466 * eshell/esh-ext.el (eshell-search-path): Declare.
2467
2468 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2469 Otherwise an error occurs if eshell-dirs module not loaded.
2470
2471 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2472
2473 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
2474
2475 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2476 `tramp-check-proper-host'. Check for a valid method name.
2477
2478 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2479 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2480 * net/tramp-sh.el (tramp-maybe-open-connection):
2481 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2482
2483 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2484 also for hash values.
2485
2486 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * term/ns-win.el (parameters): Don't declare as dynamic.
2489 (before-make-frame-hook): Don't add ineffective function.
2490
2491 * eshell/*.el: Use lexical-binding (bug#15231).
2492
2493 2013-09-12 Kenichi Handa <handa@gnu.org>
2494
2495 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2496
2497 2013-09-12 Glenn Morris <rgm@gnu.org>
2498
2499 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2500 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2501
2502 * subr.el (do-after-load-evaluation): Also give compiler warnings
2503 when obsolete files are used (except by obsolete files).
2504
2505 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2506 in the status output, assume `filename' is the first. (Bug#15322)
2507
2508 * vc/vc.el (vc-deduce-fileset): Doc fix.
2509
2510 * calc/calc-help.el (Info-goto-node):
2511 * progmodes/cperl-mode.el (Info-find-node):
2512 * vc/ediff.el (Info-goto-node): Update declarations.
2513
2514 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2515
2516 * vc/vc-bzr.el (vc-compilation-mode): Declare.
2517 (vc-bzr-pull): Require vc-dispatcher.
2518 * vc/vc-git.el (vc-compilation-mode): Declare.
2519 (vc-git-pull): Require vc-dispatcher.
2520
2521 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2522
2523 * progmodes/octave.el (help-button-action): Declare.
2524
2525 * shell.el (shell-directory-tracker): Output error as a message
2526 rather than just returning it as a string.
2527 (shell-process-pushd): Remove useless use of message.
2528
2529 * dframe.el (dframe-timer-fn):
2530 * files.el (dir-locals-read-from-file):
2531 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2532 (mpc-format):
2533 * reveal.el (reveal-post-command):
2534 * saveplace.el (load-save-place-alist-from-file):
2535 * shell.el (shell-resync-dirs):
2536 * w32-common-fns.el (x-get-selection-value):
2537 * emacs-lisp/copyright.el (copyright-find-copyright):
2538 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2539 * emulation/tpu-edt.el (tpu-copy-keyfile):
2540 * play/bubbles.el (bubbles--mark-neighbourhood):
2541 * progmodes/executable.el
2542 (executable-make-buffer-file-executable-if-script-p):
2543 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2544
2545 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 Cleanup Eshell to rely less on dynamic scoping.
2548 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2549 last-value, and ext-command here. Bind `args' closer to `body'.
2550 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2551 (eshell--args): Declare new dynamic var.
2552 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2553 last-value, and ext-command. Pass `args' to `body'.
2554 (eshell-process-args): Bind eshell--args.
2555 (eshell-set-option): Use eshell--args.
2556 * eshell/eshell.el (eshell): Use derived-mode-p.
2557 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2558 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2559 (eshell-glob-function): Declare.
2560 * eshell/esh-util.el: Require cl-lib.
2561 (eshell-read-hosts-file): Avoid add-to-list.
2562 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2563 `err'.
2564 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2565 Declare.
2566 (eshell/diff): Remove unused var `err'.
2567 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2568 `killflag'.
2569 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2570 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2571 first use.
2572 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2573 Move declaration before first use.
2574 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2575 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2576 rely on cl-return.
2577
2578 2013-09-12 Glenn Morris <rgm@gnu.org>
2579
2580 * term/ns-win.el (global-map): Remove binding for ispell-next,
2581 deleted 1999-05-29. (Bug#15357)
2582
2583 2013-09-11 Glenn Morris <rgm@gnu.org>
2584
2585 * echistory.el (electric-command-history): Remove call to deleted func.
2586
2587 * play/landmark.el (landmark-mode): Fix typos.
2588
2589 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2590 Check cvs-sort-ignore-file is bound.
2591
2592 * savehist.el: No need for cl when compiling on Emacs.
2593
2594 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2597 (bug#15338).
2598 (eshell-self-insert-command, eshell-send-invisible):
2599 Remove unused argument.
2600 (eshell-handle-control-codes): Remove unused var `orig'.
2601 Avoid delete-backward-char.
2602
2603 * files.el (set-auto-mode): Simplify a bit further.
2604
2605 2013-09-11 Glenn Morris <rgm@gnu.org>
2606
2607 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2608 (set-auto-mode): Don't regexp-quote elements.
2609 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2610 * progmodes/cc-mode.el (interpreter-mode-alist):
2611 * progmodes/ruby-mode.el (interpreter-mode-alist):
2612 Revert previous change.
2613
2614 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * play/snake.el (snake-mode):
2617 * play/mpuz.el (mpuz-mode):
2618 * play/landmark.el (lm-mode):
2619 * play/blackbox.el (blackbox-mode):
2620 * play/5x5.el (5x5-mode):
2621 * obsolete/options.el (Edit-options-mode):
2622 * net/quickurl.el (quickurl-list-mode):
2623 * net/newst-treeview.el (newsticker-treeview-mode):
2624 * mail/rmailsum.el (rmail-summary-mode):
2625 * mail/mspools.el (mspools-mode):
2626 * locate.el (locate-mode):
2627 * ibuffer.el (ibuffer-mode):
2628 * emulation/ws-mode.el (wordstar-mode):
2629 * emacs-lisp/debug.el (debugger-mode):
2630 * array.el (array-mode):
2631 * net/eudc.el (eudc-mode): Use define-derived-mode.
2632 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2633 Move initialization into declaration.
2634 (mairix-searches-mode): Use define-derived-mode.
2635 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2636 (eudc-edit-hotlist): Use dolist.
2637 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2638 (Man-mode): Use define-derived-mode.
2639 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2640 (Info-edit-mode): Use define-derived-mode.
2641 (Info-cease-edit): Use Info-mode.
2642 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2643 into declaration.
2644 (eshell-mode): Use define-derived-mode.
2645 * chistory.el (command-history-mode-map): Rename from
2646 command-history-map.
2647 (command-history-mode): Use define-derived-mode.
2648 (Command-history-setup): Remove function.
2649 * calc/calc.el (calc-trail-mode-map): New var.
2650 (calc-trail-mode): Use define-derived-mode.
2651 (calc-trail-buffer): Set calc-main-buffer manually.
2652 * bookmark.el (bookmark-insert-annotation): New function.
2653 (bookmark-edit-annotation): Use it.
2654 (bookmark-edit-annotation-mode): Make it a proper major mode.
2655 (bookmark-send-edited-annotation): Use derived-mode-p.
2656 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2657 closer to its ideal place. Use \' to match EOS.
2658
2659 * profiler.el (profiler-calltree-find): Use function-equal.
2660
2661 2013-09-10 Glenn Morris <rgm@gnu.org>
2662
2663 * files.el (interpreter-mode-alist): Convert to regexps.
2664 (set-auto-mode): Adapt for this. (Bug#15306)
2665 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2666 Comment out unused variable.
2667 * progmodes/cc-mode.el (interpreter-mode-alist):
2668 * progmodes/python.el (interpreter-mode-alist):
2669 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2670 * progmodes/sh-script.el (sh-set-shell):
2671 No longer use interpreter-mode-alist to get list of shells.
2672
2673 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2674
2675 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2676
2677 * simple.el: Use set-temporary-overlay-map for universal-argument.
2678 (universal-argument-map): Don't use default-bindings (bug#15317).
2679 Bind switch-frame explicitly. Replace universal-argument-minus with
2680 a conditional binding.
2681 (universal-argument-num-events, saved-overriding-map): Remove.
2682 (restore-overriding-map): Remove.
2683 (universal-argument--mode): Rename from save&set-overriding-map,
2684 and rewrite.
2685 (universal-argument, universal-argument-more, negative-argument)
2686 (digit-argument): Adjust accordingly.
2687 (universal-argument-minus): Remove.
2688 (universal-argument-other-key): Remove.
2689
2690 * subr.el (with-demoted-errors): Add `format' argument.
2691
2692 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
2693
2694 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2695 `tramp-cleanup-connection'.
2696
2697 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2698 parameters KEEP-DEBUG and KEEP-PASSWORD.
2699
2700 * net/tramp.el (tramp-file-name-handler):
2701 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2702 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2703 (tramp-maybe-open-connection):
2704 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2705 Use `tramp-cleanup-connection'.
2706
2707 * net/tramp-sh.el (tramp-maybe-open-connection):
2708 Catch 'uname-changed inside the progress reporter.
2709
2710 2013-09-10 Glenn Morris <rgm@gnu.org>
2711
2712 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2713
2714 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2715 returns "alternate access method" in mode (eg "-rw-r--r--.").
2716
2717 2013-09-08 Glenn Morris <rgm@gnu.org>
2718
2719 * saveplace.el (load-save-place-alist-from-file):
2720 Demote errors. (Bug#15305)
2721
2722 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
2723
2724 Improve compatibility with older Emacsen, and XEmacs.
2725
2726 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2727 only if it is bound. It isn't for XEmacs.
2728 (with-tramp-progress-reporter): Do not let-bind `result'.
2729 This yields to scoping errors in XEmacs.
2730 (tramp-handle-make-auto-save-file-name): New function, moved from
2731 tramp-sh.el.
2732
2733 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2734 for `make-auto-save-file-name'.
2735 (tramp-adb--gnu-switches-to-ash):
2736 Use `tramp-compat-replace-regexp-in-string'.
2737
2738 * net/tramp-cache.el (tramp-cache-print): Call
2739 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2740
2741 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2742 bound. It isn't for XEmacs.
2743
2744 * net/tramp-compat.el (tramp-compat-copy-file):
2745 Catch `wrong-number-of-arguments' error.
2746 (tramp-compat-replace-regexp-in-string): New defun.
2747
2748 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2749 for `make-auto-save-file-name'.
2750 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2751 `copy-file'.
2752 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2753 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2754 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2755
2756 * net/tramp-gw.el (tramp-gw-open-network-stream):
2757 Use `tramp-compat-replace-regexp-in-string'.
2758
2759 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2760 Call `tramp-handle-make-auto-save-file-name'.
2761 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2762 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2763 (tramp-sh-file-inotifywait-process-filter):
2764 Use `tramp-compat-replace-regexp-in-string'.
2765 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2766
2767 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2768 for `make-auto-save-file-name'.
2769 (tramp-smb-handle-copy-directory):
2770 Call `tramp-compat-replace-regexp-in-string'.
2771 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2772 (tramp-smb-handle-copy-file): Improve error message.
2773 (tramp-smb-handle-rename-file): Rename directly only in case
2774 `newname' does not exist yet. This is a restriction of smbclient.
2775 (tramp-smb-maybe-open-connection): Rerun the function only when
2776 `auth-sources' is non-nil.
2777
2778 2013-09-08 Kenichi Handa <handa@gnu.org>
2779
2780 * international/characters.el: Set category "^" (Combining) for
2781 more characters.
2782
2783 2013-09-07 Alan Mackenzie <acm@muc.de>
2784
2785 Correctly fontify Java class constructors.
2786 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2787 in Java Mode.
2788 (c-recognize-typeless-decls): Set the Java value to t.
2789 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2790 While handling a "(", add a check for, effectively, Java, and handle a
2791 "typeless" declaration there.
2792
2793 2013-09-07 Roland Winkler <winkler@gnu.org>
2794
2795 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2796 field subtitle for entry type book.
2797
2798 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2799
2800 * minibuffer.el: Make minibuffer-complete call completion-in-region
2801 rather than other way around.
2802 (completion--some, completion-pcm--find-all-completions):
2803 Don't delay signals when debugging.
2804 (minibuffer-completion-contents): Beware fields within the
2805 minibuffer contents.
2806 (completion-all-sorted-completions): Use defvar-local.
2807 (completion--do-completion, completion--cache-all-sorted-completions)
2808 (completion-all-sorted-completions, minibuffer-force-complete):
2809 Add args `beg' and `end'.
2810 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2811 (minibuffer-complete): Use completion-in-region.
2812 (completion-complete-and-exit): New fun, extracted from
2813 minibuffer-complete-and-exit.
2814 (minibuffer-complete-and-exit): Use it.
2815 (completion--complete-and-exit): Rename from
2816 minibuffer--complete-and-exit.
2817 (completion-in-region--single-word): New function, extracted from
2818 minibuffer-complete-word.
2819 (minibuffer-complete-word): Use it.
2820 (display-completion-list): Make `common-substring' argument obsolete.
2821 (completion--in-region): Call completion--in-region-1 instead of
2822 minibuffer-complete.
2823 (completion-help-at-point): Pass boundaries to
2824 minibuffer-completion-help as args rather than via an overlay.
2825 (completion-pcm--string->pattern): Use `any-delim'.
2826 (completion-pcm--optimize-pattern): New function.
2827 (completion-pcm--pattern->regex): Handle `any-delim'.
2828 * icomplete.el (icomplete-forward-completions)
2829 (icomplete-backward-completions, icomplete-completions):
2830 Adjust calls to completion-all-sorted-completions and
2831 completion--cache-all-sorted-completions.
2832 (icomplete-with-completion-tables): Default to t.
2833 * emacs-lisp/crm.el (crm--current-element): Rename from
2834 crm--select-current-element. Don't put an overlay but return the
2835 boundaries instead.
2836 (crm--completion-command): Take two new args to bind to the boundaries.
2837 (crm-completion-help): Adjust accordingly.
2838 (crm-complete): Use completion-in-region.
2839 (crm-complete-word): Use completion-in-region--single-word.
2840 (crm-complete-and-exit): Use completion-complete-and-exit.
2841
2842 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2845 than dynamically.
2846
2847 2013-09-06 Juri Linkov <juri@jurta.org>
2848
2849 * info.el (Info-display-images-node): When image file doesn't exist
2850 display text version of the image if it's provided in the Info file.
2851 Otherwise, display the location of missing image from SRC attribute.
2852 Add help-echo text property from ALT attribute. (Bug#15279)
2853
2854 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2857 (edit-abbrevs-mode): Use define-derived-mode.
2858
2859 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2860 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2861 that it's defined.
2862 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2863 Use define-derived-mode.
2864
2865 * epg.el (epg-start-encrypt): Minor CSE simplification.
2866
2867 2013-09-06 William Xu <william.xwl@gmail.com>
2868
2869 * arc-mode.el: Add support for 7za (bug#15264).
2870 (archive-7z-program): New var.
2871 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2872 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2873 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2874
2875 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
2876
2877 Remove URL syntax.
2878
2879 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2880 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2881 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2882 (tramp-postfix-host-format, tramp-file-name-regexp)
2883 (tramp-completion-file-name-regexp)
2884 (tramp-completion-dissect-file-name)
2885 (tramp-handle-substitute-in-file-name): Remove 'url case.
2886 (tramp-file-name-regexp-url)
2887 (tramp-completion-file-name-regexp-url): Remove constants.
2888
2889 2013-09-06 Glenn Morris <rgm@gnu.org>
2890
2891 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2892
2893 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2894
2895 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2896 keywords" below "here-doc beginnings" (Bug#15270).
2897
2898 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2899
2900 * subr.el (pop): Use `car-safe'.
2901 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2902 to detect unused `pop' return value.
2903
2904 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2905 var `block-regexp'.
2906 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2907 (python-fill-string): Remove unused var `marker'.
2908 (python-skeleton-add-menu-items): Remove unused var `items'.
2909
2910 * international/mule-cmds.el: Require CL.
2911 (find-coding-systems-for-charsets): Avoid add-to-list.
2912 (sanitize-coding-system-list): New function, extracted from
2913 select-safe-coding-system-interactively.
2914 (select-safe-coding-system-interactively): Use it.
2915 (read-input-method-name): Accept symbols for `default'.
2916
2917 * emacs-lisp/advice.el (defadvice): Add indent rule.
2918
2919 2013-09-05 Daniel Hackney <dan@haxney.org>
2920
2921 * dired-x.el:
2922 * net/ange-ftp.el:
2923 * net/browse-url.el:
2924 * net/dbus.el:
2925 * net/eudc.el:
2926 * net/eudcb-ldap.el:
2927 * net/eww.el:
2928 * net/imap.el:
2929 * printing.el:
2930 * vc/ediff-diff.el:
2931 * vc/ediff-init.el:
2932 * vc/ediff-merg.el:
2933 * vc/ediff-mult.el:
2934 * vc/ediff-util.el:
2935 * vc/ediff-wind.el:
2936 * vc/ediff.el:
2937 * vc/emerge.el:
2938 * vc/pcvs.el:
2939 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2940 byte compiler. Remove some unused let-bound variables.
2941
2942 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2945 a "ref-cell", since it gets better optimized (bug#14883).
2946
2947 2013-09-05 Glenn Morris <rgm@gnu.org>
2948
2949 * progmodes/cc-awk.el (c-forward-sws): Declare.
2950
2951 2013-09-04 Glenn Morris <rgm@gnu.org>
2952
2953 * generic-x.el [rul-generic-mode]: Require cc-mode.
2954 (c++-mode-syntax-table): Declare.
2955 (rul-generic-mode-syntax-table): Init in the defvar.
2956
2957 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2960 (vc-do-command, vc-set-async-update):
2961 * vc/vc-mtn.el (vc-mtn-dir-status):
2962 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2963 (vc-hg-pull, vc-hg-merge-branch):
2964 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2965 (vc-git-merge-branch):
2966 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2967 (vc-cvs-dir-status-files):
2968 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2969 (vc-bzr-dir-status-files):
2970 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2971 * vc/vc-annotate.el: Use lexical-binding.
2972 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2973 (vc-sentinel-movepoint): Declare.
2974 (vc-annotate): Don't use `goto-line'.
2975 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2976 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2977 (vc-sentinel-movepoint): Declare.
2978 * vc/vc-svn.el: Use lexical-binding.
2979 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2980 * vc/vc-sccs.el:
2981 * vc/vc-rcs.el: Use lexical-binding.
2982
2983 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2984 `deleted'. Don't drop errors silently.
2985
2986 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2987
2988 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2989
2990 * vc/vc.el (vc-ignore): Rewrite.
2991 (vc-default-ignore): New function.
2992 (vc-default-ignore-completion-table): Use find-ignore-file.
2993
2994 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2995 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2996 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2997 Remove. Most code moved to vc.el.
2998
2999 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3002 * net/tramp-smb.el (tramp-smb-get-file-entries):
3003 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3004 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3005
3006 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3007 Update call to it.
3008 (eww-change-select): Remove unused var `properties'.
3009 (eww-make-unique-file-name): Remove unused var `base'.
3010
3011 * finder.el (finder-compile-keywords): Don't mess with windows.
3012
3013 * calculator.el (calculator-funcall): Fix typo in last change.
3014
3015 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3016
3017 * emacs-lisp/package.el (package-activate-1): Don't let a missing
3018 <pkg>-autoloads.el file stop us.
3019
3020 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3021 warnings, and factor out common code.
3022
3023 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
3024
3025 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3026 two-character operators and whether the character preceding them
3027 changes their meaning (Bug#15208).
3028
3029 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3030
3031 Format code sent to Python shell for robustness.
3032 * progmodes/python.el (python-shell-buffer-substring):
3033 New function.
3034 (python-shell-send-region, python-shell-send-buffer): Use it.
3035
3036 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
3037
3038 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3039 * net/tramp.el (tramp-user-error): ... here.
3040 (tramp-find-method, tramp-check-proper-host)
3041 (tramp-dissect-file-name, tramp-debug-message)
3042 (tramp-handle-shell-command):
3043 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3044 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3045
3046 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3047
3048 2013-09-02 Martin Rudalics <rudalics@gmx.at>
3049
3050 * avoid.el (mouse-avoidance-point-position)
3051 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3052 returns nil.
3053
3054 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3055
3056 * progmodes/python.el (python-shell-completion-get-completions):
3057 Drop use of deleted `comint-last-prompt-overlay'.
3058 (python-nav-if-name-main): New command.
3059
3060 2013-09-01 Glenn Morris <rgm@gnu.org>
3061
3062 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3063 Avoid leading space in $wins. Otherwise the sed command used by
3064 eg compile-main ends up containing "/*.el". (Bug#15170)
3065
3066 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3067
3068 2013-08-30 Glenn Morris <rgm@gnu.org>
3069
3070 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3071 Fix is-this-a-directory logic. (Bug#15220)
3072
3073 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * textmodes/css-mode.el: Use SMIE.
3076 (css-smie-grammar): New var.
3077 (css-smie--forward-token, css-smie--backward-token)
3078 (css-smie-rules): New functions.
3079 (css-mode): Use them.
3080 (css-navigation-syntax-table): Remove var.
3081 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3082 (css-indent-calculate, css-indent-line): Remove functions.
3083
3084 Misc changes to reduce use of `(lambda...); and other cleanups.
3085 * cus-edit.el: Use lexical-binding.
3086 (customize-push-and-save, customize-apropos)
3087 (custom-buffer-create-internal): Use closures.
3088 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3089 * progmodes/ada-xref.el: Use setq.
3090 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3091 * dframe.el: Use lexical-binding.
3092 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3093 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3094 * descr-text.el: Use lexical-binding.
3095 (describe-text-widget, describe-text-sexp, describe-property-list):
3096 Use closures.
3097 * comint.el (comint-history-isearch-push-state): Use a closure.
3098 * calculator.el: Use lexical-binding.
3099 (calculator-number-to-string): Make it work with lexical-binding.
3100 (calculator-funcall): Same and use cl-letf.
3101
3102 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3103 (lisp--company-doc-string, lisp--company-location): New functions.
3104 (lisp-completion-at-point): Use them to improve Company support.
3105
3106 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3107 params of lambda expressions.
3108 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3109 (ruby-smie--opening-pipe-p): New function.
3110 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3111 symbols and matched |...| for formal params.
3112 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3113 from being treated as hanging. Handle "rescue".
3114
3115 2013-08-29 Glenn Morris <rgm@gnu.org>
3116
3117 * progmodes/cc-engine.el (c-pull-open-brace):
3118 Move definition before use.
3119
3120 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3123 are immutable. Don't use `unsafe' any more.
3124 (cl--defsubst-expand): Don't substitute at the same time as keeping
3125 a residual unused let-binding. Don't use `unsafe' any more.
3126
3127 2013-08-29 Glenn Morris <rgm@gnu.org>
3128
3129 * calendar/cal-china.el (calendar-chinese-year-cache):
3130 Recenter on 2015.
3131
3132 * nxml/nxml-util.el (nxml-debug-clear-inside):
3133 Use cl-loop rather than loop.
3134
3135 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3136
3137 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3138
3139 2013-08-28 Glenn Morris <rgm@gnu.org>
3140
3141 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3142
3143 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3144
3145 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3146
3147 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3148
3149 * simple.el (repeat-complex-command--called-interactively-skip):
3150 New function.
3151 (repeat-complex-command): Use it (bug#14136).
3152
3153 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3154 (c-define-abbrev-table): Add `doc' argument.
3155 (c-mode-abbrev-table, c++-mode-abbrev-table)
3156 (objc-mode-abbrev-table, java-mode-abbrev-table)
3157 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3158 (awk-mode-abbrev-table): Use it.
3159 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3160 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3161 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3162 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3163 Move initialization into the declaration; and remove any
3164 autoload cookie.
3165
3166 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3167 and dynamic let binding.
3168
3169 * vc/smerge-mode.el: Remove redundant :group args.
3170
3171 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3172 to load-path.
3173
3174 2013-08-28 Juri Linkov <juri@jurta.org>
3175
3176 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3177 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3178 (isearch-other-meta-char): Handle an undefined shifted printing
3179 character by downshifting it. (Bug#15200)
3180
3181 2013-08-28 Juri Linkov <juri@jurta.org>
3182
3183 * isearch.el (isearch-search): Change regexp error message for
3184 non-regexp searches. (Bug#15166)
3185
3186 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3187
3188 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3189 for portability to hosts where /bin/sh has problems.
3190
3191 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3194
3195 2013-08-27 Juri Linkov <juri@jurta.org>
3196
3197 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3198 in the keyboard macro. (Bug#15126)
3199
3200 2013-08-27 Juri Linkov <juri@jurta.org>
3201
3202 * isearch.el (isearch-quote-char): Comment out converting unibyte
3203 to multibyte, thus syncing with its `quoted-insert' counterpart.
3204 (Bug#15166)
3205
3206 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3207
3208 * window.el (display-buffer-use-some-window): Add missing
3209 argument in call of get-largest-window (Bug#15185).
3210 Reported by Stephen Leake.
3211
3212 2013-08-27 Glenn Morris <rgm@gnu.org>
3213
3214 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3215
3216 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3219 from a matcher-function unless there's no more matches (bug#15161).
3220
3221 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3222
3223 * minibuffer.el: Revert change from 2013-08-20.
3224
3225 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3226 with text property `tramp-default', if appropriate.
3227 (tramp-check-proper-host): New defun.
3228 (tramp-dissect-file-name): Do not check hostname. Revert change
3229 of 2013-03-18.
3230 (tramp-backtrace): Make VEC-OR-PROC optional.
3231
3232 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3233 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3234 * net/tramp-sh.el (tramp-maybe-open-connection):
3235 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3236 Apply `tramp-check-proper-host'.
3237
3238 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3239
3240 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3241 lambda expression in order to have `describe-variable' display it.
3242
3243 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3244
3245 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3246 BUF can be optional. (Bug#15186)
3247
3248 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3249
3250 * progmodes/flymake.el (flymake-get-real-file-name-function):
3251 Fix broken customization. (Bug#15184)
3252
3253 2013-08-25 Alan Mackenzie <acm@muc.de>
3254
3255 Improve indentation of bracelists defined by macros (without "=").
3256
3257 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3258 expansion begins with "{", regard it as bracelist when it doesn't
3259 contain a ";".
3260
3261 Parse C++ inher-intro when there's a template split over 2 lines.
3262
3263 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3264 rigorously the search for "class" etc. followed by ":".
3265
3266 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3267 random languages a regexp which never matches rather than nil.
3268
3269 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3270
3271 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3272 (c-awk-regexp-one-line-possibly-open-char-list-re)
3273 (c-awk-one-line-possibly-open-regexp-re)
3274 (c-awk-one-line-non-syn-ws*-re): Remove.
3275 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3276 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3277 (c-awk-space*-unclosed-regexp-/-re): New constants.
3278 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3279 aren't regexp delimiters.
3280
3281 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3282 handling for a rare situation in AWK Mode involving unterminated
3283 strings/regexps.
3284
3285 2013-08-23 Glenn Morris <rgm@gnu.org>
3286
3287 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3288
3289 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3290
3291 * files.el (create-file-buffer): If the result would begin with
3292 spaces, prepend a "|" instead of removing them. (Bug#15162)
3293
3294 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3297 text-properties (bug#15155).
3298
3299 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3300 exist any more.
3301 (calc-keypad-redraw): Remove unused var `pad'.
3302 (calc-keypad-press): Remove unused var `menu'.
3303
3304 2013-08-23 Martin Rudalics <rudalics@gmx.at>
3305
3306 * window.el (display-buffer-pop-up-frame):
3307 Call pop-up-frame-function with BUFFER current so `make-frame' will
3308 use it as the new frame's buffer (Bug#15133).
3309
3310 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * calendar/timeclock.el: Minor cleanups.
3313 (timeclock-ask-before-exiting, timeclock-use-display-time):
3314 Use `symbol'.
3315 (timeclock-modeline-display): Define as alias before the
3316 actual definition.
3317 (timeclock-mode-line-display): Use define-minor-mode.
3318 (timeclock-day-list-template): Make it a function, add an argument.
3319 (timeclock-day-list-required, timeclock-day-list-length)
3320 (timeclock-day-list-debt, timeclock-day-list-span)
3321 (timeclock-day-list-break): Adjust calls accordingly.
3322
3323 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3326 Use read--expression so that completion works again.
3327
3328 2013-08-21 Sam Steingold <sds@gnu.org>
3329
3330 Add rudimentary inferior shell interaction
3331 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3332 (sh-set-shell): Reset it.
3333 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3334 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3335
3336 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3337
3338 * align.el: Use lexical-binding.
3339 (align-region): Simplify accordingly.
3340
3341 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
3342
3343 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3344
3345 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3346 `non-essential' up.
3347
3348 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
3349
3350 * net/tramp.el:
3351 * net/tramp-adb.el:
3352 * net/tramp-cmds.el:
3353 * net/tramp-ftp.el:
3354 * net/tramp-gvfs.el:
3355 * net/tramp-gw.el:
3356 * net/tramp-sh.el: Don't wrap external variable declarations by
3357 `eval-when-compile'.
3358
3359 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3360
3361 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3362 now that Emacs supports ImageMagick animations.
3363
3364 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
3365
3366 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3367 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3368
3369 2013-08-16 Martin Rudalics <rudalics@gmx.at>
3370
3371 * window.el (mouse-autoselect-window-select): Do autoselect when
3372 mouse pointer is on margin.
3373
3374 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3375
3376 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3377
3378 2013-08-16 Glenn Morris <rgm@gnu.org>
3379
3380 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3381 Handle "Remote Directory" response of some clients. (Bug#15058)
3382
3383 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3384 Tweak warning. (Bug#14926)
3385
3386 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3387 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3388
3389 * image-mode.el (image-mode-map): Add menu items to reverse,
3390 increase, decrease, reset animation speed.
3391 (image--set-speed, image-increase-speed, image-decrease-speed)
3392 (image-reverse-speed, image-reset-speed): New functions.
3393 (image-mode-map): Add bindings for speed commands.
3394
3395 * image.el (image-animate-get-speed, image-animate-set-speed):
3396 New functions.
3397 (image-animate-timeout): Respect image :speed property.
3398
3399 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3400
3401 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3402 previous line (bug#15101).
3403 (debugger-eval-expression, debugger-record-expression):
3404 Use read--expression (bug#15102).
3405
3406 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
3407
3408 Remove byte compiler warnings, visible when compiling with
3409 `byte-compile-force-lexical-warnings' set to t.
3410
3411 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3412 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3413 (tramp-handle-unhandled-file-name-directory)
3414 (tramp-handle-file-notify-add-watch, tramp-action-login)
3415 (tramp-action-succeed, tramp-action-permission-denied)
3416 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3417 arguments with "_".
3418
3419 * net/tramp-adb.el (tramp-adb-parse-device-names)
3420 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3421 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3422 (tramp-adb-handle-file-truename): Remove unused arguments.
3423
3424 * net/tramp-cache.el (tramp-flush-directory-property)
3425 (tramp-flush-connection-property, tramp-list-connections)
3426 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3427
3428 * net/tramp-compat.el (tramp-compat-make-temp-file):
3429 Rename FILENAME to F.
3430
3431 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3432 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3433 (tramp-zeroconf-parse-workstation-device-names)
3434 (tramp-zeroconf-parse-webdav-device-names)
3435 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3436
3437 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3438 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3439
3440 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3441 arguments.
3442 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3443 (tramp-sh-handle-insert-file-contents-literally)
3444 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3445 with "_".
3446 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3447 Remove unused variables.
3448
3449 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3450 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3451 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3452
3453 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3454 Make them a defconst.
3455 (tramp-uuencode-region): Remove unused variable.
3456
3457 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
3458
3459 * frameset.el (frameset--prop-setter): New function.
3460 (frameset-prop): Add gv-setter declaration.
3461 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3462 parameter was already set in FILTERED. Doc fix.
3463 (frameset--record-minibuffer-relationships): Allow saving a
3464 minibufferless frame without its corresponding minibuffer frame.
3465 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3466 frame, if the frame id matches.
3467 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3468 frames before orphaned ones.
3469 (frameset-restore): Warn about orphaned windows, instead of error out.
3470
3471 2013-08-14 Martin Rudalics <rudalics@gmx.at>
3472
3473 * window.el (window-make-atom): Don't overwrite parameter
3474 already present.
3475 (display-buffer-in-atom-window): Handle special case where we
3476 split an already atomic window.
3477 (window--major-non-side-window, display-buffer-in-side-window)
3478 (window--side-check): Ignore minibuffer window when walking
3479 window tree.
3480 (window-deletable-p): Return 'frame only if no other frame uses
3481 our minibuffer window.
3482 (record-window-buffer): Run buffer-list-update-hook.
3483 (split-window): Make sure window--check-frame won't destroy an
3484 existing atomic window in case the new window gets nested
3485 inside.
3486 (display-buffer-at-bottom): Ignore minibuffer window when
3487 walking window tree. Don't split a side window.
3488 (pop-to-buffer): Don't set-buffer here, the select-window call
3489 should do that.
3490 (mouse-autoselect-window-select): Autoselect only if we are in the
3491 text portion of the window.
3492
3493 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3494
3495 * net/shr.el (shr-parse-image-data): New function to grab both the
3496 data itself and the Content-Type.
3497 (shr-put-image): Use it.
3498
3499 * net/eww.el (eww-display-image): Ditto.
3500
3501 * image.el (image-content-type-suffixes): New variable.
3502
3503 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3504
3505 * progmodes/python.el (python-imenu--build-tree)
3506 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3507
3508 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3509
3510 * simple.el (backward-word): Mention the optional argument.
3511
3512 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3513
3514 * frameset.el (frameset--make): Rename constructor from make-frameset.
3515 (frameset-p, frameset-valid-p): Don't autoload.
3516 (frameset-valid-p): Use normal accessors.
3517
3518 2013-08-13 Glenn Morris <rgm@gnu.org>
3519
3520 * progmodes/compile.el (compile-command): Tweak example in doc.
3521 * obsolete/scribe.el (scribe-mode):
3522 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3523
3524 * mail/feedmail.el (feedmail-confirm-outgoing)
3525 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3526
3527 * cus-start.el (truncate-partial-width-windows): Fix type.
3528
3529 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3530
3531 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3532
3533 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * emacs-lisp/timer.el (timer--time-setter): New function.
3536 (timer--time): Use it as gv-setter.
3537
3538 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3539 setter is not a symbol.
3540
3541 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
3542
3543 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3544 if sending fails. This makes debugging easier.
3545
3546 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
3547
3548 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3549 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3550 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3551
3552 2013-08-12 Eli Zaretskii <eliz@gnu.org>
3553
3554 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3555
3556 2013-08-12 Glenn Morris <rgm@gnu.org>
3557
3558 * format.el (format-annotate-function):
3559 Handle read-only text properties in the source. (Bug#14887)
3560
3561 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3562
3563 * net/eww.el (eww-display-html): Ignore coding system errors.
3564 One web site uses "utf-8lias" as the coding system.
3565
3566 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3569
3570 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
3571
3572 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3573 (tutorial--detailed-help): Remove unused local variables.
3574 (tutorial--save-tutorial-to): Use ignore-errors.
3575 (help-with-tutorial): Use looking-at-p.
3576
3577 * view.el (view-buffer-other-window, view-buffer-other-frame):
3578 Mark unused arguments.
3579
3580 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3581 (woman-select-symbol-fonts, woman, woman-find-file)
3582 (woman-insert-file-contents, woman-non-underline-faces):
3583 Use string-match-p.
3584 (woman1-unquote): Move declaration.
3585
3586 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3587 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3588 argument. Remove unused local variable.
3589 (xml-parse-elem-type): Use string-match-p.
3590 (xml-substitute-numeric-entities): Use ignore-errors.
3591
3592 * calculator.el (calculator): Mark unused argument.
3593 (calculator-paste, calculator-quit, calculator-integer-p):
3594 Use ignore-errors.
3595 (calculator-string-to-number, calculator-decimal, calculator-exp)
3596 (calculator-op-or-exp): Use string-match-p.
3597
3598 * dired.el (dired-buffer-more-recently-used-p): Declare.
3599 (dired-insert-set-properties, dired-insert-old-subdirs):
3600 Use ignore-errors.
3601
3602 * dired-aux.el (dired-compress): Use ignore-errors.
3603 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3604 (dired-do-async-shell-command, dired-do-shell-command)
3605 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3606 (dired-insert-subdir-validate): Use string-match-p.
3607 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3608 (dired-add-entry): Use string-match-p, looking-at-p.
3609 (dired-insert-subdir-newpos): Remove unused local variable.
3610
3611 * filenotify.el (file-notify-callback): Remove unused local variable.
3612
3613 * filesets.el (filesets-error): Mark unused argument.
3614 (filesets-which-command-p, filesets-filter-dir-names)
3615 (filesets-directory-files, filesets-get-external-viewer)
3616 (filesets-ingroup-get-data): Use string-match-p.
3617
3618 * find-file.el (ff-other-file-name, ff-other-file-name)
3619 (ff-find-the-other-file, ff-cc-hh-converter):
3620 Remove unused local variables.
3621 (ff-get-file-name): Use string-match-p.
3622 (ff-all-dirs-under): Use ignore-errors.
3623
3624 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3625 (follow-select-if-visible): Remove unused local variable.
3626
3627 * forms.el (read-file-filter): Move declaration.
3628 (forms--make-format, forms--make-parser, forms-insert-record):
3629 Quote function with #'.
3630 (forms--update): Use string-match-p. Quote function with #'.
3631
3632 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3633 (help-make-xrefs): Use looking-at-p.
3634 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3635
3636 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3637 (ibuffer-confirm-operation-on): Use string-match-p.
3638
3639 * msb.el (msb-item-handler, msb-dired-item-handler):
3640 Mark unused arguments.
3641
3642 * ses.el (ses-decode-cell-symbol)
3643 (ses-kill-override): Remove unused local variable.
3644 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3645 (ses-load): Use ignore-errors, looking-at-p.
3646 (ses-jump-safe): Use ignore-errors.
3647 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3648
3649 * tabify.el (untabify, tabify): Mark unused arguments.
3650
3651 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3652 Mark unused argument.
3653 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3654 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3655
3656 * emacs-lisp/timer.el (timer--time): Define setter with
3657 gv-define-setter to avoid deprecation warning.
3658
3659 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
3660 (*record-cmpl-statistics-p*): Remove (was commented out).
3661 (cmpl-statistics-block): Remove (body was commented out).
3662 All callers changed.
3663 (add-completions-from-buffer, load-completions-from-file):
3664 Remove unused variables.
3665
3666 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3667
3668 * filecache.el (file-cache-delete-file-list):
3669 Print message only when told so.
3670 (file-cache-files-matching): Use #' in mapconcat argument.
3671
3672 * ffap.el (ffap-url-at-point): Fix reference to variable
3673 thing-at-point-default-mail-uri-scheme.
3674
3675 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * subr.el (define-error): New function.
3678 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3679 error-file-not-found and define with define-error.
3680 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3681 and define with define-error.
3682 * userlock.el (file-locked, file-supersession):
3683 * simple.el (mark-inactive):
3684 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3685 * progmodes/ada-mode.el (ada-mode-errors):
3686 * play/life.el (life-extinct):
3687 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3688 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3689 * nxml/rng-util.el (rng-error):
3690 * nxml/rng-uri.el (rng-uri-error):
3691 * nxml/rng-match.el (rng-compile-error):
3692 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3693 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3694 * nxml/nxml-rap.el (nxml-scan-error):
3695 * nxml/nxml-outln.el (nxml-outline-error):
3696 * net/soap-client.el (soap-error):
3697 * net/gnutls.el (gnutls-error):
3698 * net/ange-ftp.el (ftp-error):
3699 * mpc.el (mpc-proc-error):
3700 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3701 (json-number-format, json-string-escape, json-string-format)
3702 (json-key-format, json-object-format):
3703 * jka-compr.el (compression-error):
3704 * international/quail.el (quail-error):
3705 * international/kkc.el (kkc-error):
3706 * emacs-lisp/ert.el (ert-test-failed):
3707 * calc/calc.el (calc-error, inexact-result, math-overflow)
3708 (math-underflow):
3709 * bookmark.el (bookmark-error-no-filename):
3710 * epg.el (epg-error): Define with define-error.
3711
3712 * time.el (display-time-event-handler)
3713 (display-time-next-load-average): Don't call sit-for since it seems
3714 unnecessary (bug#15045).
3715
3716 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3717 Use #' instead of ' to quote functions.
3718 (checkdoc-output-mode): Use setq-local.
3719 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3720 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3721 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3722 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3723 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3724 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3725 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3726 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3727
3728 * ido.el (ido-completion-help): Fix up compiler warning.
3729
3730 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * frameset.el (frameset-p): Add autoload cookie.
3733 (frameset--jump-to-register): New function, based on code moved from
3734 register.el.
3735 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3736
3737 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3738 (frameset-restore, frameset-save, frameset-session-filter-alist):
3739 Remove declarations.
3740 (register-alist): Doc fix.
3741 (frameset-to-register): Move to frameset.el.
3742 (jump-to-register, describe-register-1): Remove frameset-specific code.
3743
3744 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * allout-widgets.el (allout-widgets-pre-command-business)
3747 (allout-widgets-post-command-business)
3748 (allout-widgets-after-change-handler)
3749 (allout-decorate-item-and-context, allout-set-boundary-marker)
3750 (allout-body-modification-handler)
3751 (allout-graphics-modification-handler): Mark ignored arguments.
3752 (allout-widgets-post-command-business)
3753 (allout-widgets-exposure-change-processor)
3754 (allout-widgets-exposure-undo-processor)
3755 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3756 (allout-parse-item-at-point, allout-decorate-item-guides)
3757 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3758 * allout.el (epa-passphrase-callback-function): Declare.
3759 (allout-overlay-insert-in-front-handler)
3760 (allout-overlay-interior-modification-handler)
3761 (allout-isearch-end-handler, allout-chart-siblings)
3762 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3763 (allout-yank-processing, allout-process-exposed)
3764 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
3765 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
3766 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3767 (lisp-indent-defform): Mark ignored arguments.
3768 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3769 (calculate-lisp-indent): Remove unused variables.
3770 * international/characters.el (indian-2-column, arabic-2-column)
3771 (tibetan): Mark ignored arguments.
3772 (use-cjk-char-width-table): Mark ignored arguments.
3773 Remove unused variables.
3774 * international/fontset.el (build-default-fontset-data)
3775 (x-compose-font-name, create-fontset-from-fontset-spec):
3776 Mark ignored arguments.
3777 (fontset-plain-name): Remove unused variables.
3778 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3779 (keyboard-coding-system): Mark ignored arguments.
3780 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3781 * help.el (resize-temp-buffer-window):
3782 * window.el (display-buffer-in-major-side-window)
3783 (display-buffer-in-side-window, display-buffer-in-previous-window):
3784 Remove unused variables.
3785 * isearch.el (isearch-forward-symbol):
3786 * version.el (emacs-bzr-version-bzr):
3787 * international/mule-cmds.el (current-language-environment):
3788 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3789 (x-handle-display):
3790 * term/pc-win.el (x-list-fonts, x-display-planes)
3791 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3792 (x-server-version, x-display-screens, x-display-mm-height)
3793 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3794 (x-selection-owner-p, x-own-selection-internal)
3795 (x-disown-selection-internal, x-get-selection-internal)
3796 (msdos-initialize-window-system):
3797 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3798 * term/x-win.el (x-handle-no-bitmap-icon):
3799 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3800 (vc-default-find-file-hook, vc-default-extra-menu):
3801 Mark ignored arguments.
3802
3803 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3806 break-condition in the context of the debugged code (bug#12685).
3807
3808 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3809
3810 * comint.el:
3811 Do not use an overlay to highlight the last prompt. (Bug#14744)
3812 (comint-mode): Make comint-last-prompt buffer local.
3813 (comint-last-prompt): New variable.
3814 (comint-last-prompt-overlay): Remove. Superseded by
3815 comint-last-prompt.
3816 (comint-snapshot-last-prompt, comint-output-filter):
3817 Use comint-last-prompt.
3818
3819 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
3822 (frameset-save): Check validity of the resulting frameset.
3823
3824 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3825
3826 * ido.el (ido-record-command): Add doc string.
3827
3828 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3829
3830 * frameset.el (frameset): Do not disable creation of the default
3831 frameset-p predicate. Doc fix.
3832 (frameset-valid-p): New function, copied from the old predicate-p.
3833 Add additional checks.
3834 (frameset-restore): Check with frameset-valid-p.
3835 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3836 (frameset-name, frameset-description, frameset-properties)
3837 (frameset-states): Add docstring.
3838 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3839 (frameset-filter-alist): Doc fixes.
3840
3841 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3842
3843 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3844
3845 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3846
3847 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3848 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3849 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3850 (byte-compile-normal-call): Remove obsolescence check.
3851
3852 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3853
3854 * frameset.el (frameset-restore): Doc fix.
3855
3856 * register.el (frameset-frame-id, frameset-frame-with-id)
3857 (frameset-p, frameset-restore, frameset-save): Declare.
3858 (register-alist): Document framesets.
3859 (frameset-session-filter-alist): Declare.
3860 (frameset-to-register): New function.
3861 (jump-to-register): Implement jumping to framesets. Doc fix.
3862 (describe-register-1): Describe framesets.
3863
3864 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3865
3866 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
3867
3868 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3869 Use lexical-binding.
3870
3871 * frameset.el (frameset): Use type vector, not list (incompatible
3872 change). Do not declare a new constructor, use the default one.
3873 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3874 `name' and `description', respectively, and add read-only slot
3875 `timestamp'. Doc fixes.
3876 (frameset-copy, frameset-persistent-filter-alist)
3877 (frameset-filter-alist, frameset-switch-to-gui-p)
3878 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3879 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3880 (frameset-filter-iconified, frameset-keep-original-display-p):
3881 Doc fixes.
3882 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3883 Rename from frameset-filter-(save|restore)-param. All callers changed.
3884 Doc fix.
3885 (frameset-p): Adapt to change to vector and be more thorough.
3886 Change arg name to OBJECT. Doc fix.
3887 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3888 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3889 All callers changed.
3890 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3891 All callers changed.
3892 (frameset--record-minibuffer-relationships): Rename from
3893 frameset--process-minibuffer-frames. All callers changed.
3894 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3895 Use new default constructor (again). Doc fix.
3896 (frameset--find-frame-if): Rename from `frameset--find-frame.
3897 All callers changed.
3898 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3899 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3900 Doc fix.
3901 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3902 PARAMETERS and WINDOW-STATE, respectively.
3903 (frameset-restore): Add new keyword argument PREDICATE.
3904 Reset frameset--target-display to nil. Doc fix.
3905
3906 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3909 (bat-mode): Use it.
3910 (bat-mode-syntax-table): Mark \n as end-of-comment.
3911 (bat-font-lock-keywords): Remove comment rule.
3912
3913 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3914 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3915
3916 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3917 (byte-compile-callargs-warn): Use `push'.
3918 (byte-compile-arglist-warn): Ignore higher-order "calls".
3919 (byte-compile-file-form-autoload): Use `pcase'.
3920 (byte-compile-function-form): If quoting a symbol, check that it exists.
3921
3922 2013-08-07 Eli Zaretskii <eliz@gnu.org>
3923
3924 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3925 and add a few popular commands found in batch files.
3926 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3927 (dos-mode): Doc fixes.
3928
3929 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3932 (dos-mode): Use setq-local. Add space after "rem".
3933 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3934 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3935
3936 2013-08-07 Arni Magnusson <arnima@hafro.is>
3937
3938 * progmodes/dos.el: New file.
3939 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3940 dos-mode.
3941
3942 2013-08-06 Glenn Morris <rgm@gnu.org>
3943
3944 * calendar/calendar.el: Add new faces, and day-header-array.
3945 (calendar-weekday-header, calendar-weekend-header)
3946 (calendar-month-header): New faces.
3947 (calendar-day-header-construct): New function.
3948 (calendar-day-header-width): Also :set calendar-day-header-array.
3949 (calendar-american-month-header, calendar-european-month-header)
3950 (calendar-iso-month-header): Use calendar- faces.
3951 (calendar-generate-month):
3952 Use calendar-day-header-array for day headers; apply faces to them.
3953 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3954 (calendar-abbrev-construct): Add optional maxlen argument.
3955 (calendar-day-name-array): Doc fix.
3956 (calendar-day-name-array, calendar-abbrev-length)
3957 (calendar-day-abbrev-array):
3958 Also :set calendar-day-header-array, and maybe redraw.
3959 (calendar-day-header-array): New option. (Bug#15007)
3960 (calendar-font-lock-keywords): Set to nil and make obsolete.
3961 (calendar-day-name): Add option to use header array.
3962
3963 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3964
3965 * net/shr.el (shr-render-td): Remove debugging.
3966 (shr-render-td): Make width computation consistent by defaulting
3967 all zero-width columns to 10 characters. This may not be optimal,
3968 but it's at least consistent.
3969 (shr-make-table-1): Redo last change to fix the real problem in
3970 colspan handling.
3971
3972 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3973
3974 * files.el (cache-long-line-scans):
3975 Make obsolete alias to `cache-long-scans'.
3976
3977 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3978
3979 * frameset.el (frameset, frameset-filter-alist)
3980 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3981 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3982 (frameset-compute-pos): Rename from frameset--compute-pos,
3983 and add docstring.
3984 (frameset-move-onscreen): Use frameset-compute-pos.
3985 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3986
3987 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3988 Fix typos in docstrings.
3989
3990 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3991
3992 * frame.el (get-other-frame): Tiny cleanup.
3993
3994 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3995
3996 * vc/vc.el (vc-default-ignore-completion-table):
3997 Silence byte-compiler warning.
3998
3999 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4000 slot , which can indeed be nil.
4001 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4002 Move entry for `left' from persistent to live filter alist.
4003 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4004 Doc fixes.
4005 (frameset-filter-params): When restoring a frame, copy items added to
4006 `filtered', to avoid unwittingly modifying the original parameters.
4007 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
4008 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4009
4010 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4011 to use looking-at-p instead of looking-at. (Bug#15028)
4012
4013 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 Revert introduction of isearch-filter-predicates (bug#14714).
4016 Rely on add-function instead.
4017 * isearch.el (isearch-filter-predicates): Rename it back to
4018 isearch-filter-predicate.
4019 (isearch-message-prefix): Use advice-function-mapc and advice
4020 properties to get the isearch-message-prefix.
4021 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4022 instead of run-hook-with-args-until-failure.
4023 (isearch-filter-visible): Not obsolete any more.
4024 * loadup.el: Preload nadvice.
4025 * replace.el (perform-replace): Revert to funcall
4026 instead of run-hook-with-args-until-failure.
4027 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4028 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4029 dired-isearch-filenames-toggle; make it into a proper minor mode.
4030 Use add/remove-function.
4031 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4032 Call the minor-mode rather than add/remove-hook.
4033 (dired-isearch-filter-filenames):
4034 Remove isearch-message-prefix property.
4035 * info.el (Info--search-loop): New function, extracted from Info-search.
4036 Funcall isearch-filter-predicate instead of
4037 run-hook-with-args-until-failure isearch-filter-predicates.
4038 (Info-search): Use it.
4039 (Info-mode): Use isearch-filter-predicate instead of
4040 isearch-filter-predicates.
4041
4042 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4043
4044 Do not call to `selected-window' where it is assumed by default.
4045 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4046 `window-hscroll', `window-width', `window-height', `window-buffer',
4047 `window-frame', `window-start', `window-point', `next-window'
4048 and `window-display-table'.
4049 * abbrev.el (abbrev--default-expand):
4050 * bs.el (bs--show-with-configuration):
4051 * buff-menu.el (Buffer-menu-mouse-select):
4052 * calc/calc.el (calc):
4053 * calendar/calendar.el (calendar-generate-window):
4054 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4055 (diary-make-entry):
4056 * comint.el (send-invisible, comint-dynamic-complete-filename)
4057 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4058 * completion.el (complete):
4059 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4060 * disp-table.el (describe-current-display-table):
4061 * doc-view.el (doc-view-insert-image):
4062 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4063 * ehelp.el (with-electric-help):
4064 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4065 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4066 * emacs-lisp/helper.el (Helper-help-scroller):
4067 * emulation/cua-base.el (cua--post-command-handler-1):
4068 * eshell/esh-mode.el (eshell-output-filter):
4069 * ffap.el (ffap-gnus-wrapper):
4070 * help-macro.el (make-help-screen):
4071 * hilit-chg.el (highlight-compare-buffers):
4072 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4073 * hl-line.el (global-hl-line-highlight):
4074 * icomplete.el (icomplete-simple-completing-p):
4075 * isearch.el (isearch-done):
4076 * jit-lock.el (jit-lock-stealth-fontify):
4077 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4078 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4079 * mpc.el (mpc-tagbrowser, mpc):
4080 * net/rcirc.el (rcirc-any-buffer):
4081 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4082 * play/landmark.el (landmark-max-width, landmark-max-height):
4083 * play/zone.el (zone):
4084 * progmodes/compile.el (compilation-goto-locus):
4085 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4086 * progmodes/etags.el (find-tag-other-window):
4087 * progmodes/fortran.el (fortran-column-ruler):
4088 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4089 * progmodes/verilog-mode.el (verilog-point-text):
4090 * reposition.el (reposition-window):
4091 * rot13.el (toggle-rot13-mode):
4092 * server.el (server-switch-buffer):
4093 * shell.el (shell-dynamic-complete-command)
4094 (shell-dynamic-complete-environment-variable):
4095 * simple.el (insert-buffer, set-selective-display)
4096 (delete-completion-window):
4097 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4098 (speedbar-recenter):
4099 * startup.el (fancy-splash-head):
4100 * textmodes/ispell.el (ispell-command-loop):
4101 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4102 * tutorial.el (help-with-tutorial):
4103 * vc/add-log.el (add-change-log-entry):
4104 * vc/compare-w.el (compare-windows):
4105 * vc/ediff-help.el (ediff-indent-help-message):
4106 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4107 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4108 (ediff-setup-control-frame):
4109 * vc/emerge.el (emerge-position-region):
4110 * vc/pcvs-util.el (cvs-bury-buffer):
4111 * window.el (walk-windows, mouse-autoselect-window-select):
4112 * winner.el (winner-set-conf, winner-undo): Related users changed.
4113
4114 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4115
4116 * frameset.el (frameset--set-id): Doc fix.
4117 (frameset-frame-id, frameset-frame-id-equal-p)
4118 (frameset-locate-frame-id): New functions.
4119 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4120 (frameset-restore): Use them.
4121
4122 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4123
4124 Do not call to `selected-frame' where it is assumed by default.
4125 Affected functions are `raise-frame', `redraw-frame',
4126 `frame-first-window', `frame-terminal' and `delete-frame'.
4127 * calendar/appt.el (appt-disp-window):
4128 * epg.el (epg-wait-for-completion):
4129 * follow.el (follow-delete-other-windows-and-split)
4130 (follow-avoid-tail-recenter):
4131 * international/mule.el (set-terminal-coding-system):
4132 * mail/rmail.el (rmail-mail-return):
4133 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4134 * progmodes/f90.el (f90-add-imenu-menu):
4135 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4136 * server.el (server-switch-buffer):
4137 * simple.el (delete-completion-window):
4138 * talk.el (talk):
4139 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4140 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4141 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4142 * vc/ediff.el (ediff-documentation): Related users changed.
4143 * frame.el (selected-terminal): Remove the leftover.
4144
4145 2013-08-05 Glenn Morris <rgm@gnu.org>
4146
4147 * calendar/calendar.el (calendar-generate-month):
4148 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4149 (calendar-generate-month, calendar-font-lock-keywords):
4150 Fix for calendar-day-header-width > length of any day name.
4151
4152 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4153
4154 * desktop.el (desktop-clear): Use new name of sort predicate.
4155
4156 * frameset.el (frameset): Add docstring. Move :version property to its
4157 own `version' slot.
4158 (frameset-copy): Rename from copy-frameset.
4159 (frameset-p): Check more thoroughly.
4160 (frameset-prop): Do not check for :version, which is no longer a prop.
4161 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4162 Use new :never value instead of t.
4163 (frameset-filter-alist): Expand and clarify docstring.
4164 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4165 (frameset-filter-minibuffer, frameset-filter-save-param)
4166 (frameset-filter-restore-param, frameset-filter-iconified):
4167 Add pointer to docstring of frameset-filter-alist.
4168 (frameset-filter-params): Rename filter values to be more meaningful:
4169 :never instead of t, and reverse the meanings of :save and :restore.
4170 (frameset--process-minibuffer-frames): Clarify error message.
4171 (frameset-save): Avoid unnecessary and confusing call to framep.
4172 Use new BOA constructor for framesets.
4173 (frameset--reuse-list): Doc fix.
4174 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4175 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4176 (frameset-minibufferless-first-p): Doc fix.
4177 Rename from frameset-sort-frames-for-deletion.
4178 (frameset-restore): Doc fixes. Use new function names.
4179 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4180
4181 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4182
4183 * desktop.el (desktop-restore-forces-onscreen)
4184 (desktop-restore-reuses-frames): Document :keyword constant values.
4185 (desktop-filter-parameters-alist): Remove, now identical to
4186 frameset-filter-alist.
4187 (desktop--filter-tty*): Remove, moved to frameset.el.
4188 (desktop-save-frameset, desktop-restore-frameset):
4189 Do not pass :filters argument.
4190
4191 * frameset.el (frameset-live-filter-alist)
4192 (frameset-persistent-filter-alist): New variables.
4193 (frameset-filter-alist): Use them. Add autoload cookie.
4194 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4195 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4196 `frameset--id' (it's supposed to be internal to frameset.el).
4197 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4198 (frameset--initial-params): New function.
4199 (frameset--get-frame): Use it. Doc fix.
4200 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4201 Accept :all, not 'all.
4202 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4203 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4204 with fbound symbols. Fix frame id matching, and remove matching ids if
4205 the frame being restored is deleted. Obey :delete.
4206
4207 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * subr.el (macrop): New function.
4210 (text-clone--maintaining): New var.
4211 (text-clone--maintain): Rename from text-clone-maintain. Use it
4212 instead of inhibit-modification-hooks.
4213
4214 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4215 a proxy, so as handle autoloads and redefinitions of the target.
4216 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4217
4218 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4219 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4220 (pcase--mutually-exclusive-p): New function.
4221 (pcase--split-consp): Use it.
4222 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4223 mutually exclusive with the current predicate.
4224
4225 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4226 (edebug-macrop): Remove. Use `macrop' instead.
4227 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4228 (ad-macro-p):
4229 * eshell/esh-cmd.el (eshell-macrop):
4230 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4231
4232 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4235 (advice-mapc): New function, using it.
4236 (advice-function-member-p): New function.
4237 (advice--normalize): Store the cdr in advice--saved-rewrite since
4238 that's the part that will be changed.
4239 (advice--symbol-function): New function.
4240 (advice-remove): Handle removal before the function is defined.
4241 Adjust to new advice--saved-rewrite.
4242 (advice-member-p): Use advice-function-member-p and
4243 advice--symbol-function.
4244
4245 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4246
4247 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4248 (frameset-filter-minibuffer): Doc fix.
4249 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
4250 (frameset--set-id, frameset--process-minibuffer-frames)
4251 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4252 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4253
4254 * desktop.el (desktop-clear): Only delete frames when called
4255 interactively and desktop-restore-frames is non-nil. Doc fix.
4256 (desktop-read): Set desktop-saved-frameset to nil.
4257
4258 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4259
4260 * vc/vc.el (vc-ignore): Rewrite.
4261 (vc-default-ignore-completion-table):
4262 (vc--read-lines):
4263 (vc--add-line, vc--remove-regexp): New functions.
4264
4265 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4266 (vc-svn-ignore-completion-table): New function.
4267
4268 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4269 (vc-hg-ignore-completion-table):
4270 (vc-hg-find-ignore-file): New functions.
4271
4272 * vc/vc-git.el (vc-git-ignore): Rewrite.
4273 (vc-git-ignore-completion-table):
4274 (vc-git-find-ignore-file): New functions.
4275
4276 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4277
4278 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4279 (vc-bzr-ignore-completion-table):
4280 (vc-bzr-find-ignore-file): New functions.
4281
4282 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
4283
4284 * frameset.el (frameset-prop): New function and setter.
4285 (frameset-save): Do not modify frame list passed by the caller.
4286
4287 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4290
4291 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4292
4293 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4294 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4295
4296 * custom.el (custom-initialize-default, custom-initialize-set)
4297 (custom-initialize-reset, custom-initialize-changed): Affect the
4298 toplevel-default-value (bug#6275, bug#14586).
4299 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4300 for bug#6275.
4301
4302 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4303
4304 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4305 Add cl-def* expressions.
4306
4307 * frameset.el (frameset-filter-params): Fix order of arguments.
4308
4309 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4310
4311 Move code related to saving frames to frameset.el.
4312 * desktop.el: Require frameset.
4313 (desktop-restore-frames): Doc fix.
4314 (desktop-restore-reuses-frames): Rename from
4315 desktop-restoring-reuses-frames.
4316 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4317 (desktop-clear): Clear frames too.
4318 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4319 (desktop--filter-tty*, desktop-save, desktop-read):
4320 Use frameset functions.
4321 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4322 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4323 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4324 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4325 (desktop--process-minibuffer-frames, desktop-save-frames)
4326 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4327 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4328 (desktop--sort-states, desktop-restoring-frames-p)
4329 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4330 (desktop-restoring-frameset-p, desktop-restore-frameset)
4331 (desktop--check-dont-save, desktop-save-frameset): New functions.
4332 (desktop--app-id): New constant.
4333 (desktop-first-buffer, desktop-buffer-ok-count)
4334 (desktop-buffer-fail-count): Move before first use.
4335 * frameset.el: New file.
4336
4337 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * files.el: Use lexical-binding.
4340 (dir-locals-read-from-file): Remove unused `err' variable.
4341 (hack-dir-local-variables--warned-coding): New var.
4342 (hack-dir-local-variables): Use it to avoid repeated warnings.
4343 (make-backup-file-name--default-function): New function.
4344 (make-backup-file-name-function): Use it as default.
4345 (buffer-stale--default-function): New function.
4346 (buffer-stale-function): Use it as default.
4347 (revert-buffer-insert-file-contents--default-function): New function.
4348 (revert-buffer-insert-file-contents-function): Use it as default.
4349 (insert-directory): Avoid add-to-list.
4350
4351 * autorevert.el (auto-revert-handler): Simplify.
4352 Use buffer-stale--default-function.
4353
4354 2013-08-01 Tassilo Horn <tsdh@gnu.org>
4355
4356 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4357
4358 * whitespace.el (whitespace-ensure-local-variables): New function.
4359 (whitespace-cleanup-region): Call it.
4360 (whitespace-turn-on): Call it.
4361
4362 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
4363
4364 Complete file name handlers.
4365
4366 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4367 (tramp-handle-verify-visited-file-modtime)
4368 (tramp-handle-file-notify-rm-watch): New functions.
4369 (tramp-call-process): Do not bind `default-directory'.
4370
4371 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4372 Order alphabetically.
4373 [access-file, add-name-to-file, dired-call-process]:
4374 [dired-compress-file, file-acl, file-notify-rm-watch]:
4375 [file-ownership-preserved-p, file-selinux-context]:
4376 [make-directory-internal, make-symbolic-link, set-file-acl]:
4377 [set-file-selinux-context, set-visited-file-modtime]:
4378 [verify-visited-file-modtime]: Add handler.
4379 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4380
4381 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4382 [file-notify-add-watch, file-notify-rm-watch]:
4383 [set-file-times, set-visited-file-modtime]:
4384 [verify-visited-file-modtime]: Add handler.
4385 (with-tramp-gvfs-error-message)
4386 (tramp-gvfs-handle-set-visited-file-modtime)
4387 (tramp-gvfs-fuse-file-name): Remove.
4388 (tramp-gvfs-handle-file-notify-add-watch)
4389 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4390 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4391
4392 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4393 Order alphabetically.
4394 [file-notify-rm-watch ]: Use default Tramp handler.
4395 [executable-find]: Remove private handler.
4396 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4397 `default-directory'.
4398 (tramp-sh-handle-executable-find)
4399 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4400 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4401 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4402 Do not use `format' in `tramp-message'.
4403
4404 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4405 [file-notify-rm-watch, set-visited-file-modtime]:
4406 [verify-visited-file-modtime]: Add handler.
4407 (tramp-smb-call-winexe): Do not bind `default-directory'.
4408
4409 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4410
4411 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4412
4413 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4414
4415 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4416 use it.
4417 (log-view-diff-changeset): Same.
4418 (log-view-diff-common): Call backend command `previous-revision'
4419 to find out the previous revision, in both cases. Swap the
4420 variables `to' and `fr', so that `fr' usually refers to the
4421 earlier revision (Bug#14989).
4422
4423 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
4424
4425 * ibuf-ext.el (ibuffer-filter-by-filename):
4426 Make it work with dired buffers too.
4427
4428 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4429
4430 * emacs-lisp/re-builder.el (reb-color-display-p):
4431 * files.el (save-buffers-kill-terminal):
4432 * net/browse-url.el (browse-url):
4433 * server.el (server-save-buffers-kill-terminal):
4434 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4435 Prefer nil to selected-frame for the first arg of frame-parameter.
4436
4437 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4438
4439 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4440
4441 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
4442
4443 * minibuffer.el (completion--twq-all): Try and preserve each
4444 completion's case choice (bug#14907).
4445
4446 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4447
4448 * net/network-stream.el (open-network-stream): Mention the new
4449 :nogreeting parameter.
4450 (network-stream-open-starttls): Use the :nogreeting parameter
4451 (bug#14938).
4452
4453 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4454
4455 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4456 more natural than popping.
4457
4458 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4459 (shr-urlify): Highlight under mouse.
4460
4461 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4462
4463 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4464
4465 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4466
4467 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4468 buffer for output.
4469
4470 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4471 point-min==1. Fix search string. Fix parentheses missing.
4472
4473 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
4474 assume point-min==1. Fix search string. Fix parentheses missing.
4475
4476 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4477
4478 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4479 buffer for output.
4480
4481 2013-07-29 Eli Zaretskii <eliz@gnu.org>
4482
4483 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4484 initial frame is minibuffer-less. (Bug#14841)
4485
4486 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
4487
4488 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4489 option.
4490
4491 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4492 (tramp-maybe-open-connection): Use it.
4493
4494 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4495
4496 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4497 minimal set of parameters passed when creating a frame, because
4498 the minibuffer status of a frame cannot be changed later.
4499
4500 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
4501
4502 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4503 replace-regexp-in-string and inadvertent omissions in previous change.
4504 (todo-filter-items): Ensure only file names are comma-separated in
4505 name of filtered items buffer.
4506
4507 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4508
4509 * desktop.el: Optionally force offscreen frames back onscreen.
4510 (desktop-restoring-reuses-frames): New option.
4511 (desktop--compute-pos, desktop--move-onscreen): New functions.
4512 (desktop--make-frame): Use desktop--move-onscreen.
4513
4514 2013-07-27 Alan Mackenzie <acm@muc.de>
4515
4516 Fontify a Java generic method as a function.
4517 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4518 value to t.
4519
4520 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
4521
4522 * calendar/todo-mode.el: Add command to rename todo files.
4523 (todo-rename-file): New command.
4524 (todo-key-bindings-t): Add key binding for it. Change the
4525 bindings of todo-filter-regexp-items(-multifile) to use `x'
4526 instead of `r', since the latter is better suited to the new
4527 renaming command.
4528
4529 2013-07-27 Alan Mackenzie <acm@muc.de>
4530
4531 Make Java try-with-resources statement parse properly.
4532 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4533 (c-block-stmt-1-2-key): New language constants/variables.
4534 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4535 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4536 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4537 with c-block-stmt-1-2-key.
4538
4539 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
4540
4541 * desktop.el (desktop--make-frame): Apply most frame parameters after
4542 creating the frame to force (partially or totally) offscreen frames to
4543 be restored as such.
4544
4545 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4546
4547 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4548 (Bug#14948)
4549
4550 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4553 `base' arg of backtrace-frame.
4554
4555 2013-07-26 Eli Zaretskii <eliz@gnu.org>
4556
4557 * simple.el (list-processes): Doc fix.
4558
4559 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4560
4561 * desktop.el (desktop--select-frame):
4562 Try harder to reuse existing frames.
4563
4564 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4565
4566 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4567 (edebug-eval): Use backtrace-eval.
4568 (edebug--display, edebug--recursive-edit): Don't let-bind the
4569 edebug-outer-* vars that keep track of variables we locally let-bind.
4570 (edebug-outside-excursion): Don't restore outside values of locally
4571 let-bound vars.
4572 (edebug--display): Use user-error.
4573 (cl-lexical-debug, cl-debug-env): Remove.
4574
4575 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4576
4577 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4578 are restored to be sure that they are visible before deleting any
4579 remaining ones.
4580
4581 2013-07-26 Matthias Meulien <orontee@gmail.com>
4582
4583 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4584 vc-print-root-log. (Bug#14948)
4585
4586 2013-07-26 Richard Stallman <rms@gnu.org>
4587
4588 Add aliases for encrypting mail.
4589 * epa.el (epa-mail-aliases): New option.
4590 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4591 Bind inhibit-read-only so read-only text doesn't ruin everything.
4592 (epa-mail-default-recipients): New subroutine broken out.
4593 Handle epa-mail-aliases.
4594
4595 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4596
4597 Add support for lexical variables to the debugger's `e' command.
4598 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4599 vars, except for debugger-outer-match-data.
4600 (debugger-frame-number): Move check for "on a function call" from
4601 callers into it. Add `skip-base' argument.
4602 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4603 (debugger-env-macro): Only reset the state stored in non-variables,
4604 i.e. current-buffer and match-data.
4605 (debugger-eval-expression): Rewrite using backtrace-eval.
4606 * subr.el (internal--called-interactively-p--get-frame): Remove.
4607 (called-interactively-p):
4608 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4609 `base' arg of backtrace-frame instead.
4610
4611 2013-07-26 Glenn Morris <rgm@gnu.org>
4612
4613 * align.el (align-regexp): Doc fix. (Bug#14857)
4614 (align-region): Explicit error if subexpression missing/does not match.
4615
4616 * simple.el (global-visual-line-mode):
4617 Do not duplicate the mode lighter. (Bug#14858)
4618
4619 2013-07-25 Martin Rudalics <rudalics@gmx.at>
4620
4621 * window.el (display-buffer): In display-buffer bind
4622 split-window-keep-point to t, bug#14829.
4623
4624 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4625
4626 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4627 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4628 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4629 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4630 Change accordingly.
4631 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4632 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
4633
4634 2013-07-25 Glenn Morris <rgm@gnu.org>
4635
4636 * dired-x.el (dired-mark-extension): Convert comment to doc string.
4637
4638 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4639
4640 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4641 parameter to modify-frame-parameters if the value has not changed;
4642 this is a workaround for bug#14949.
4643 (desktop--make-frame): On cl-delete-if call, check parameter name,
4644 not full parameter.
4645
4646 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4647
4648 * vc/vc.el (vc-ignore): New function.
4649
4650 * vc/vc-svn.el (vc-svn-ignore): New function.
4651
4652 * vc/vc-hg.el (vc-hg-ignore): New function.
4653
4654 * vc/vc-git.el (vc-git-ignore): New function.
4655
4656 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4657 (vc-dir-ignore): New function.
4658
4659 * vc/vc-cvs.el (vc-cvs-ignore): New function.
4660 (cvs-append-to-ignore): Move here from pcvs.el.
4661
4662 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4663
4664 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4665
4666 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
4667
4668 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4669 (desktop-restore-frames): Warn when deleting an existing frame failed.
4670
4671 2013-07-24 Glenn Morris <rgm@gnu.org>
4672
4673 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4674
4675 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
4676
4677 * filenotify.el (file-notify-supported-p):
4678 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4679 Remove functions.
4680
4681 * autorevert.el (auto-revert-use-notify):
4682 (auto-revert-notify-add-watch):
4683 * net/tramp.el (tramp-file-name-for-operation):
4684 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4685 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4686 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4687 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4688 Remove `file-notify-supported-p' entry.
4689
4690 2013-07-24 Glenn Morris <rgm@gnu.org>
4691
4692 * printing.el: Replace all uses of deleted ps-windows-system,
4693 ps-lp-system, ps-flatten-list with lpr- versions.
4694
4695 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4698 checked with memq (bug#14935).
4699
4700 * files.el (revert-buffer-function): Use a non-nil default.
4701 (revert-buffer-preserve-modes): Declare var to
4702 provide access to the `preserve-modes' argument.
4703 (revert-buffer): Let-bind it.
4704 (revert-buffer--default): New function, extracted from revert-buffer.
4705
4706 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * lpr.el: Signal print errors more prominently.
4709 (print-region-function): Don't default to nil.
4710 (lpr-print-region): New function, extracted from print-region-1.
4711 Check lpr's return value and signal an error in case of problem.
4712 (print-region-1): Use it.
4713 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4714 versions instead.
4715 (ps-printer-name): Default to nil.
4716 (ps-printer-name-option): Default to lpr-printer-switch.
4717 (ps-print-region-function): Don't default to nil.
4718 (ps-postscript-code-directory): Simplify default.
4719 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4720 (ps-string-list, ps-eval-switch, ps-flatten-list)
4721 (ps-flatten-list-1): Remove.
4722 (ps-multibyte-buffer): Avoid setq.
4723 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4724 (print-region-function, ps-print-region-function): Don't set them here.
4725
4726 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4727
4728 * ido.el (ido-fractionp):
4729 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4730 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4731 (ido-max-directory-size, ido-max-dir-file-cache)
4732 (ido-decorations): Doc fix.
4733
4734 * ansi-color.el: Fix old URL.
4735
4736 2013-07-23 Michael R. Mauger <michael@mauger.com>
4737
4738 * progmodes/sql.el: Version 3.3
4739 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4740 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4741 (sql-interactive-remove-continuation-prompt): Rewrite, use
4742 functions above. Fix continuation prompt and complete output line
4743 handling.
4744 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4745 redirected output buffer.
4746 (sql-mode): Restore deleted code (Bug#13591).
4747
4748 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4749
4750 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4751
4752 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
4753
4754 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4755
4756 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4757 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4758 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4759
4760 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4761
4762 * desktop.el (desktop-clear): Simplify; remove useless checks
4763 against invalid buffer names.
4764 (desktop-list*): Use cl-list*.
4765 (desktop-buffer-info, desktop-create-buffer): Simplify.
4766
4767 2013-07-23 Leo Liu <sdl.web@gmail.com>
4768
4769 * bookmark.el (bookmark-make-record): Restore NAME as a default
4770 value. (Bug#14933)
4771
4772 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4775 extracted from autoload--insert-text.
4776 (autoload--insert-text): Remove.
4777 (autoload--print-cookie-text): New function, extracted from
4778 autoload--insert-cookie-text.
4779 (autoload--insert-cookie-text): Remove.
4780 (autoload-generate-file-autoloads): Adjust calls accordingly.
4781
4782 * winner.el (winner-hook-installed-p): Remove.
4783 (winner-mode): Simplify accordingly.
4784
4785 * subr.el (add-to-list): Fix compiler-macro when `append' is
4786 not constant. Don't use `cl-member' for the base case.
4787
4788 * progmodes/subword.el: Fix boundary case (bug#13758).
4789 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4790 own group.
4791 (subword-backward-regexp): Make it a constant.
4792 (subword-forward-internal): Don't treat a trailing capital as the
4793 beginning of a word.
4794
4795 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4796
4797 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4798 global value of tabulated-list-revert-hook (bug#14930).
4799
4800 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
4801
4802 * desktop.el: Require 'cl-lib.
4803 (desktop-before-saving-frames-functions): New hook.
4804 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4805 for frames being saved. Rename from desktop--save-minibuffer-frames.
4806 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
4807 Do not save frames with non-nil `desktop-dont-save' parameter.
4808 Filter out deleted frames.
4809 (desktop--find-frame): Use cl-find-if.
4810 (desktop--select-frame): Use cl-(first|second|third) to access values
4811 of desktop-mini.
4812 (desktop--make-frame): Use cl-delete-if.
4813 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4814 (desktop-restore-frames): Use cl-(first|second|third) to access values
4815 of desktop-mini. Look for visible frame at the end, not while
4816 restoring frames.
4817
4818 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4819 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4820 Use string-match-p, looking-at-p (bug#14927).
4821
4822 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
4823
4824 * desktop.el (desktop-saved-frame-states):
4825 Rename from desktop--saved-states; all users changed.
4826 (desktop-save-frames): Rename from desktop--save-frames.
4827 Do not save state to desktop file.
4828 (desktop-save): Save desktop-saved-frame-states to desktop file
4829 and reset to nil.
4830 (desktop-restoring-frames-p): New function.
4831 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4832 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4833 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4834
4835 * desktop.el: Correctly restore iconified frames.
4836 (desktop--filter-iconified-position): New function.
4837 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4838
4839 2013-07-20 Glenn Morris <rgm@gnu.org>
4840
4841 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4842 Let `message' do the formatting.
4843 (def-gdb-preempt-display-buffer): Add explicit format.
4844
4845 * image-dired.el (image-dired-track-original-file):
4846 Use with-current-buffer.
4847 (image-dired-track-thumbnail): Use with-current-buffer.
4848 Avoid changing point of wrong window.
4849
4850 * image-dired.el (image-dired-track-original-file):
4851 Avoid changing point of wrong window. (Bug#14909)
4852
4853 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
4854
4855 * progmodes/gdb-mi.el (gdb-done-or-error):
4856 Guard against "%" in gdb output. (Bug#14127)
4857
4858 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4859
4860 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4861 (Bug#14826)
4862
4863 * international/mule.el (coding-system-iso-2022-flags): Fix last
4864 change.
4865
4866 2013-07-20 Kenichi Handa <handa@gnu.org>
4867
4868 * international/mule.el (coding-system-iso-2022-flags):
4869 Add `8-bit-level-4'. (Bug#8522)
4870
4871 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4872
4873 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4874 (bug#14815).
4875
4876 * net/eww.el (eww-process-text-input): Allow inputting when the
4877 point is at the start of the line, as the properties aren't
4878 front-sticky.
4879
4880 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4881 degenerate widths.
4882
4883 2013-07-19 Richard Stallman <rms@gnu.org>
4884
4885 * epa.el (epa-popup-info-window): Doc fix.
4886
4887 * subr.el (split-string): New arg TRIM.
4888
4889 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
4890
4891 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4892 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4893
4894 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
4895
4896 * filenotify.el (file-notify--library): Rename from
4897 `file-notify-support'. Do not autoload. Adapt all uses.
4898 (file-notify-supported-p): New defun.
4899
4900 * autorevert.el (auto-revert-use-notify):
4901 Use `file-notify-supported-p' instead of `file-notify-support'.
4902 Adapt docstring.
4903 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4904
4905 * net/tramp.el (tramp-file-name-for-operation):
4906 Add `file-notify-supported-p'.
4907
4908 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4909 New defun.
4910 (tramp-sh-file-name-handler-alist): Add it as handler for
4911 `file-notify-supported-p '.
4912
4913 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4914 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4915 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4916 Add `ignore' as handler for `file-notify-*' functions.
4917
4918 2013-07-17 Eli Zaretskii <eliz@gnu.org>
4919
4920 * simple.el (line-move-partial, line-move): Don't start vscroll or
4921 scroll-up if the current line is not taller than the window.
4922 (Bug#14881)
4923
4924 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4925
4926 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4927 highlight question marks in the method names as strings.
4928 (ruby-block-beg-keywords): Inline.
4929 (ruby-font-lock-keyword-beg-re): Extract from
4930 `ruby-font-lock-keywords'.
4931
4932 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4933
4934 * frame.el (blink-cursor-blinks): New defcustom.
4935 (blink-cursor-blinks-done): New defvar.
4936 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4937 (blink-cursor-timer-function): Check if number of blinks has been
4938 done on X and NS.
4939 (blink-cursor-suspend, blink-cursor-check): New defuns.
4940
4941 2013-07-15 Glenn Morris <rgm@gnu.org>
4942
4943 * edmacro.el (edmacro-format-keys): Fix previous change.
4944
4945 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4946
4947 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4948 The hack didn't work outside English locales anyway.
4949
4950 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
4951
4952 * simple.el (define-alternatives): Rename from alternatives-define,
4953 per RMS' suggestion.
4954
4955 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * desktop.el (desktop-restore-frames): Change default to t.
4958 (desktop-restore-in-current-display): Now offer more options.
4959 (desktop-restoring-reuses-frames): New customization option.
4960 (desktop--saved-states): Doc fix.
4961 (desktop-filter-parameters-alist): New variable, renamed and expanded
4962 from desktop--excluded-frame-parameters.
4963 (desktop--target-display): New variable.
4964 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4965 (desktop--filter-tty*, desktop--filter-*-color)
4966 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4967 (desktop--filter-save-desktop-parm)
4968 (desktop-restore-in-original-display-p): New functions.
4969 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4970 (desktop--save-minibuffer-frames): New function, inspired by a similar
4971 function from Martin Rudalics.
4972 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4973 (desktop--restore-in-this-display-p): Remove.
4974 (desktop--find-frame): Rename from desktop--find-frame-in-display
4975 and add predicate argument.
4976 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4977 (desktop--reuse-list): New variable.
4978 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4979 New functions.
4980 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4981
4982 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
4983
4984 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4985
4986 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4987
4988 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4989 Highlight conversion methods on Kernel.
4990
4991 2013-07-13 Alan Mackenzie <acm@muc.de>
4992
4993 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4994 and comment it out. This out-commenting enables certain C++
4995 declarations to be parsed correctly.
4996
4997 2013-07-13 Eli Zaretskii <eliz@gnu.org>
4998
4999 * international/mule.el (define-coding-system): Doc fix.
5000
5001 * simple.el (default-font-height): Don't call font-info if the
5002 frame's default font didn't change since the frame was created.
5003 (Bug#14838)
5004
5005 2013-07-13 Leo Liu <sdl.web@gmail.com>
5006
5007 * ido.el (ido-read-file-name): Guard against non-symbol value.
5008
5009 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5010
5011 * progmodes/python.el (python-imenu--build-tree): Fix corner case
5012 in nested defuns.
5013
5014 2013-07-13 Leo Liu <sdl.web@gmail.com>
5015
5016 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5017 ido-set-matches call. (Bug#6852)
5018
5019 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
5020
5021 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5022 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5023 Ruby 2.0.
5024 (ruby-font-lock-keywords): Distinguish calls to functions with
5025 module-like names from module references. Highlight character
5026 literals.
5027
5028 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5029
5030 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5031 (gdb-send): Handle continued commands. (Bug#14847)
5032
5033 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5034
5035 * desktop.el (desktop--v2s): Remove unused local variable.
5036 (desktop-save-buffer): Make defvar-local; adjust docstring.
5037 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5038 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5039
5040 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5041
5042 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5043
5044 2013-07-12 Eli Zaretskii <eliz@gnu.org>
5045
5046 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5047 (Bug#14842)
5048
5049 2013-07-12 Glenn Morris <rgm@gnu.org>
5050
5051 * doc-view.el: Require cl-lib at runtime too.
5052 (doc-view-remove-if): Remove.
5053 (doc-view-search-next-match, doc-view-search-previous-match):
5054 Use cl-remove-if.
5055
5056 * edmacro.el: Require cl-lib at runtime too.
5057 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5058 (edmacro-mismatch, edmacro-subseq): Remove.
5059
5060 * shadowfile.el: Require cl-lib.
5061 (shadow-remove-if): Remove.
5062 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5063 Use cl-remove-if.
5064
5065 * wid-edit.el: Require cl-lib.
5066 (widget-choose): Use cl-remove-if.
5067 (widget-remove-if): Remove.
5068
5069 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5070 (ebrowse-delete-if-not): Remove.
5071 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5072 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5073 Use cl-delete-if-not.
5074
5075 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5076
5077 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5078 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5079
5080 2013-07-12 Leo Liu <sdl.web@gmail.com>
5081
5082 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5083
5084 2013-07-11 Glenn Morris <rgm@gnu.org>
5085
5086 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5087 (edebug-gensym-index, edebug-gensym):
5088 Remove reimplementation of cl-gensym.
5089 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5090
5091 * thumbs.el: Require cl-lib at run-time too.
5092 (thumbs-gensym-counter, thumbs-gensym):
5093 Remove reimplementation of cl-gensym.
5094 (thumbs-temp-file): Use cl-gensym.
5095
5096 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5097 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5098 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5099 (ert--union, ert--gensym-counter, ert--gensym-counter)
5100 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5101 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5102 (ert-make-test-unbound, ert--expand-should-1)
5103 (ert--expand-should, ert--should-error-handle-error)
5104 (should-error, ert--explain-equal-rec)
5105 (ert--plist-difference-explanation, ert-select-tests)
5106 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5107 Use cl-lib functions rather than reimplementations.
5108
5109 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5110
5111 * net/tramp.el (tramp-methods): Extend docstring.
5112 (tramp-connection-timeout): New defcustom.
5113 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5114 (with-tramp-progress-reporter): Simplify.
5115 (tramp-process-actions): Improve messages.
5116
5117 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5118 * net/tramp-sh.el (tramp-maybe-open-connection):
5119 Use `tramp-connection-timeout'.
5120 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5121 (Bug#14808)
5122
5123 2013-07-11 Leo Liu <sdl.web@gmail.com>
5124
5125 * ido.el (ido-read-file-name): Conform to the requirements of
5126 read-file-name. (Bug#11861)
5127 (ido-read-directory-name): Conform to the requirements of
5128 read-directory-name.
5129
5130 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5131
5132 * subr.el (delay-warning): New function.
5133
5134 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5135
5136 * simple.el (default-line-height): New function.
5137 (line-move-partial, line-move): Use it instead of computing the
5138 line height inline.
5139 (line-move-partial): Always compute ROWH. If the last line is
5140 partially-visible, but its text is completely visible, allow
5141 cursor to enter such a partially-visible line.
5142
5143 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5144
5145 Improve error messages. (Bug#14808)
5146
5147 * net/tramp.el (tramp-current-connection): New defvar, moved from
5148 tramp-sh.el.
5149 (tramp-message-show-progress-reporter-message): Remove, not
5150 needed anymore.
5151 (tramp-error-with-buffer): Show message in minibuffer.
5152 Discard input before waiting. Reset connection timestamp.
5153 (with-tramp-progress-reporter): Improve messages.
5154 (tramp-process-actions): Use progress reporter. Delete process in
5155 case of error. Improve messages.
5156
5157 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5158 Call `tramp-error-with-buffer' with vector and buffer.
5159 (tramp-current-connection): Remove.
5160 (tramp-maybe-open-connection): The car of
5161 `tramp-current-connection' are the first 3 slots of the vector.
5162
5163 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5164
5165 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5166 inside continued strings.
5167
5168 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5169
5170 Timestamp fixes for undo (Bug#14824).
5171 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5172
5173 2013-07-10 Leo Liu <sdl.web@gmail.com>
5174
5175 * files.el (require-final-newline): Allow safe local value.
5176 (Bug#14834)
5177
5178 2013-07-09 Leo Liu <sdl.web@gmail.com>
5179
5180 * ido.el (ido-read-directory-name): Handle fallback.
5181 (ido-read-file-name): Update DIR to ido-current-directory.
5182 (Bug#1516)
5183 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5184
5185 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5186
5187 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5188 "autoload". Remove "warn lower camel case" section, previously
5189 commented out. Highlight negation char. Do not highlight the
5190 target in singleton method definitions.
5191
5192 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 * faces.el (tty-setup-hook): Declare the hook.
5195
5196 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5197 and detect when a guard/pred depends on local vars (bug#14773).
5198 (pcase--u1): Adjust caller.
5199
5200 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5201
5202 * simple.el (line-move-partial, line-move): Account for
5203 line-spacing.
5204 (line-move-partial): Avoid setting vscroll when the last
5205 partially-visible line in window is of default height.
5206
5207 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5208
5209 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5210 been used a while.
5211
5212 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5213
5214 * subr.el (read-quoted-char): Remove unused local variable `char'.
5215
5216 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5217
5218 * ediff.el (ediff-version): Version update.
5219 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5220 (ediff-merge-with-ancestor-command, ediff-directories-command)
5221 (ediff-directories3-command, ediff-merge-directories-command)
5222 (ediff-merge-directories-with-ancestor-command): New functions.
5223 All are command-line interfaces to ediff: to facilitate calling
5224 Emacs with the appropriate ediff functions invoked.
5225
5226 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5227 (viper-save-kill-buffer): Check if buffer is modified.
5228
5229 * viper.el (viper-version): Version update.
5230 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5231
5232 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5235 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5236 (viper-intercept-ESC-key): Simplify.
5237 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5238 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5239 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5240 (viper-setup-ESC-to-escape): New functions.
5241 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5242 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5243
5244 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5245
5246 * simple.el (default-font-height, window-screen-lines):
5247 New functions.
5248 (line-move, line-move-partial): Use them instead of
5249 frame-char-height and window-text-height. This makes scrolling
5250 text smoother when the buffer's default face uses a font that is
5251 different from the frame's default font.
5252
5253 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5254
5255 * files.el (write-file): Do not display confirm dialog for NS,
5256 it does its own dialog, which can't be cancelled (Bug#14578).
5257
5258 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5259
5260 * simple.el (line-move-partial): Adjust the row returned by
5261 posn-at-point for the current window-vscroll. (Bug#14567)
5262
5263 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
5264
5265 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5266 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5267 spaces.
5268
5269 2013-07-06 Martin Rudalics <rudalics@gmx.at>
5270
5271 * window.el (window-state-put-stale-windows): New variable.
5272 (window--state-put-2): Save list of windows without matching buffer.
5273 (window-state-put): Remove "bufferless" windows if possible.
5274
5275 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * simple.el (alternatives-define): Remove leftover :group keyword.
5278 Tweak docstring.
5279
5280 2013-07-06 Leo Liu <sdl.web@gmail.com>
5281
5282 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5283 (ido-enable-virtual-buffers): New variable.
5284 (ido-buffer-internal, ido-toggle-virtual-buffers)
5285 (ido-make-buffer-list): Use it.
5286 (ido-exhibit): Support turning on and off virtual buffers
5287 automatically.
5288
5289 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5290
5291 * simple.el (alternatives-define): New macro.
5292
5293 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5294
5295 * subr.el (read-quoted-char): Use read-key.
5296 (sit-for): Let read-event decode tty input (bug#14782).
5297
5298 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
5299
5300 * calendar/todo-mode.el: Add handling of file deletion, both by
5301 mode command and externally. Fix various related bugs.
5302 Clarify Commentary and improve some documentation strings and code.
5303 (todo-delete-file): New command.
5304 (todo-check-file): New function.
5305 (todo-show): Handle external deletion of the file we're trying to
5306 show (bug#14688). Replace called-interactively-p by an optional
5307 prefix argument to avoid problematic interaction with catch form
5308 when byte compiled (bug#14702).
5309 (todo-quit): Handle external deletion of the archive's todo file.
5310 Make sure the buffer that was visiting the archive file is still
5311 live before trying to bury it.
5312 (todo-category-completions): Handle external deletion of any
5313 category completion files.
5314 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5315 of todo files, in case of external deletion.
5316 (todo-add-file): Replace unnecessary setq by let-binding.
5317 (todo-find-archive): Check whether there are any archives.
5318 Replace unnecessary setq by let-binding.
5319 (todo-archive-done-item): Use find-file-noselect to get the
5320 archive buffer whether or not the archive already exists.
5321 Remove superfluous code. Use file size instead of buffer-file-name to
5322 check if the archive is new; if it is, update list of archives.
5323 (todo-default-todo-file): Allow nil to be a valid value for when
5324 there are no todo files.
5325 (todo-reevaluate-default-file-defcustom): Use corrected definition
5326 of todo-default-todo-file.
5327 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5328 (todo-delete-category, todo-show-categories-table)
5329 (todo-category-number): Clarify comment.
5330 (todo-filter-items): Clarify documentation string.
5331 (todo-show-current-file, todo-display-as-todo-file)
5332 (todo-reset-and-enable-done-separator): Tweak documentation string.
5333 (todo-done-separator): Make separator length window-width, since
5334 bug#2749 is now fixed.
5335
5336 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
5337
5338 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5339 Support both "gvfs-monitor-dir" and "inotifywait".
5340 (tramp-sh-file-inotifywait-process-filter): Rename from
5341 `tramp-sh-file-notify-process-filter'.
5342 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5343 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5344
5345 2013-07-05 Leo Liu <sdl.web@gmail.com>
5346
5347 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5348
5349 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5350
5351 * frame.el (display-pixel-height, display-pixel-width)
5352 (display-mm-height, display-mm-width): Mention behavior on
5353 multi-monitor setups in docstrings.
5354 (w32-display-monitor-attributes-list): Declare function.
5355 (display-monitor-attributes-list): Use it.
5356
5357 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
5358
5359 * filenotify.el: New package.
5360
5361 * autorevert.el (top): Require filenotify.el.
5362 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5363 instead.
5364 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5365 (auto-revert-notify-handler): Use `file-notify-*' functions.
5366
5367 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5368
5369 * net/tramp.el (tramp-file-name-for-operation):
5370 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5371
5372 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5373 for `file-notify-add-watch' and `file-notify-rm-watch'.
5374 (tramp-process-sentinel): Improve trace.
5375 (tramp-sh-handle-file-notify-add-watch)
5376 (tramp-sh-file-notify-process-filter)
5377 (tramp-sh-handle-file-notify-rm-watch)
5378 (tramp-get-remote-inotifywait): New defuns.
5379
5380 2013-07-03 Juri Linkov <juri@jurta.org>
5381
5382 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5383 call of `occur-read-primary-args' to interactive spec.
5384
5385 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5386 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5387
5388 2013-07-03 Matthias Meulien <orontee@gmail.com>
5389
5390 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5391 `Buffer-menu-multi-occur'. Add it to the menu.
5392 (Buffer-menu-mode): Document it in docstring.
5393 (Buffer-menu-multi-occur): New command. (Bug#14673)
5394
5395 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5396
5397 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5398 keywords and built-ins.
5399
5400 2013-07-03 Glenn Morris <rgm@gnu.org>
5401
5402 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5403
5404 Make info-xref checks case-sensitive by default
5405 * info.el (Info-find-node, Info-find-in-tag-table)
5406 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5407 Add option for exact case matching of nodes.
5408 * info-xref.el (info-xref): New custom group.
5409 (info-xref-case-fold): New option.
5410 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5411
5412 2013-07-03 Leo Liu <sdl.web@gmail.com>
5413
5414 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5415
5416 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5417
5418 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5419 middle of block statement initially, lower the depth. Remove
5420 FIXME comment, not longer valid. Remove middle of block statement
5421 detection, no need to do that anymore since we've been using
5422 `ruby-parse-region' here.
5423
5424 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5425
5426 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5427
5428 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5429
5430 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5431
5432 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
5433
5434 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5435 (desktop-restore-in-current-display): New customization option.
5436 (desktop--excluded-frame-parameters): Add `font'.
5437 (desktop--save-frames): Rename from desktop--save-windows.
5438 (desktop--restore-in-this-display-p): New function.
5439 (desktop--make-full-frame): Remove unwanted width/height from
5440 full(width|height) frames.
5441 (desktop--restore-frames): Rename from desktop--restore-windows.
5442 Obey desktop-restore-current-display. Do not delete old frames or
5443 select a new frame unless we were able to restore at least one frame.
5444
5445 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
5446
5447 * files.el (find-file-noselect): Simplify conditional expression.
5448
5449 * remember.el (remember-append-to-file):
5450 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5451
5452 Add `remember-notes' function to store random notes across Emacs
5453 restarts.
5454 * remember.el (remember-data-file): Add :set callback to affect
5455 notes buffer (if any).
5456 (remember-notes): New command.
5457 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5458 New defcustoms for the `remember-notes' function.
5459 (remember-notes-save-and-bury-buffer): New command.
5460 (remember-notes-mode-map): New variable.
5461 (remember-mode): New minor mode.
5462 (remember-notes--kill-buffer-query): New function.
5463 * startup.el (initial-buffer-choice): Add notes to custom type.
5464
5465 2013-06-30 Eli Zaretskii <eliz@gnu.org>
5466
5467 * bindings.el (right-char, left-char): Don't call sit-for, this is
5468 no longer needed. Use arithmetic comparison only for numerical
5469 arguments.
5470
5471 * international/mule-cmds.el (select-safe-coding-system):
5472 Handle the case of FROM being a string correctly. (Bug#14755)
5473
5474 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5475
5476 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5477 progression on degenerate tables.
5478 (shr-rescale-image): ImageMagick animated images currently don't work.
5479
5480 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
5481
5482 Some fixes and improvements for desktop frame restoration.
5483 It is still experimental and disabled by default.
5484 * desktop.el (desktop--save-windows): Put the selected frame at
5485 the head of the list.
5486 (desktop--make-full-frame): New function.
5487 (desktop--restore-windows): Try to re-select the frame that was
5488 selected upon saving. Do not abort if some frames fail to restore,
5489 just show an error message and continue. Set up maximized frames
5490 so they have default non-maximized dimensions.
5491
5492 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5493
5494 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5495 Don't start heredoc inside a string or comment.
5496
5497 2013-06-29 Eli Zaretskii <eliz@gnu.org>
5498
5499 * bindings.el (visual-order-cursor-movement): New defcustom.
5500 (right-char, left-char): Provide visual-order cursor motion by
5501 calling move-point-visually. Update the doc strings.
5502
5503 2013-06-28 Kenichi Handa <handa@gnu.org>
5504
5505 * international/mule.el (define-coding-system): New coding system
5506 properties :inhibit-null-byte-detection,
5507 :inhibit-iso-escape-detection, and :prefer-utf-8.
5508 (set-buffer-file-coding-system): If :charset-list property of
5509 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5510 appropriate for setting.
5511
5512 * international/mule-cmds.el (select-safe-coding-system):
5513 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5514 multibyte characters, return utf-8 (or one of its siblings).
5515
5516 * international/mule-conf.el (prefer-utf-8): New coding system.
5517 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5518 files.
5519
5520 2013-06-28 Ivan Kanis <ivan@kanis.fr>
5521
5522 * net/shr.el (shr-render-region): New function.
5523
5524 * net/eww.el: Autoload `eww-browse-url'.
5525
5526 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5527
5528 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5529 Adapt to `package-desc-version' being a list.
5530 Use `package--ac-desc-version' to retrieve version from a package
5531 archive element.
5532
5533 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
5534
5535 New experimental feature to save&restore window and frame setup.
5536 * desktop.el (desktop-save-windows): New defcustom.
5537 (desktop--saved-states): New var.
5538 (desktop--excluded-frame-parameters): New defconst.
5539 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5540 (desktop--restore-windows, desktop--save-windows): New functions.
5541 (desktop-save): Call `desktop--save-windows'.
5542 (desktop-read): Call `desktop--restore-windows'.
5543
5544 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5545
5546 * net/shr.el (add-face-text-property): Remove compat definition.
5547
5548 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5549
5550 * info.el (Info-try-follow-nearest-node): Move search for footnote
5551 above search for node name to prevent missing a footnote (bug#14717).
5552
5553 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5554
5555 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5556
5557 2013-06-27 Leo Liu <sdl.web@gmail.com>
5558
5559 * net/eww.el (eww-read-bookmarks): Check file size.
5560
5561 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5564 advice--pending if newdef is nil or an autoload (bug#13820).
5565 (advice-mapc): New function.
5566
5567 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5568
5569 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5570 probably.
5571 (eww-mode-map): Add a menu bar.
5572 (eww-add-bookmark): New command.
5573 (eww-bookmark-mode): New mode and commands.
5574 (eww-add-bookmark): Remove newlines from the title.
5575 (eww-bookmark-browse): Don't bug out if it's the only window.
5576
5577 2013-06-26 Glenn Morris <rgm@gnu.org>
5578
5579 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5580 (hfy-size): Handle ttys. (Bug#14668)
5581
5582 * info-xref.el: Update for Texinfo 5 change in *note format.
5583 (info-xref-node-re, info-xref-note-re): New constants.
5584 (info-xref-check-buffer): Use info-xref-note-re.
5585
5586 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5589
5590 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5591 nil terminate the loop (bug#14718).
5592
5593 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5594
5595 * net/eww.el: Rework history traversal. When going forward/back,
5596 put these actions into the history, too, so that they can be
5597 replayed.
5598 (eww-render): Move the history reset to the correct buffer.
5599
5600 2013-06-25 Juri Linkov <juri@jurta.org>
5601
5602 * files-x.el (modify-dir-local-variable): Change the header comment
5603 in the file with directory local variables. (Bug#14692)
5604
5605 * files-x.el (read-file-local-variable-value): Add `default'.
5606 (Bug#14710)
5607
5608 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5609
5610 * net/eww.el (eww-make-unique-file-name): Create a unique file
5611 name before saving to entering `y' accidentally asynchronously.
5612
5613 2013-06-25 Ivan Kanis <ivan@kanis.fr>
5614
5615 * net/eww.el (eww-download): New command and keystroke.
5616
5617 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5618
5619 * net/eww.el (eww-copy-page-url): Change name of command.
5620
5621 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5622 be more consistent with Info and dired.
5623
5624 * net/eww.el (eww-mode-map): Ditto.
5625
5626 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5629 packages from archives.
5630 (package-archive-contents): Change format; include obsolete packages.
5631 (package-desc): Use `dir' to mark builtin packages.
5632 (package--from-builtin): Set the `dir' field to `builtin'.
5633 (generated-autoload-file, version-control): Declare.
5634 (package-compute-transaction): Change first arg and return value to be
5635 lists of package-descs. Adjust to new package-archive-contents format.
5636 (package--add-to-archive-contents): Adjust to new
5637 package-archive-contents format.
5638 (package-download-transaction): Arg is now a list of package-descs.
5639 (package-install): If `pkg' is a package name, pass it as
5640 a requirement, so it is subject to the usual (e.g. disabled) checks.
5641 (describe-package): Accept package-desc as well.
5642 (describe-package-1): Describe a specific package-desc. Add links to
5643 other package-descs for the same package name.
5644 (package-menu-describe-package): Pass the actual package-desc.
5645 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5646 works correctly.
5647 (package-desc-status): New function.
5648 (package-menu--refresh): New function, extracted
5649 from package-menu--generate.
5650 (package-menu--generate): Use it.
5651 (package-delete): Update package-alist.
5652 (package-menu-execute): Don't call package-initialize.
5653
5654 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5655 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5656 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5657 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5658 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5659 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5660
5661 2013-06-25 Martin Rudalics <rudalics@gmx.at>
5662
5663 * window.el (window--state-get-1): Workaround for bug#14527.
5664 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5665
5666 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5667
5668 * net/eww.el (eww-back-url): Implement the history by stashing all
5669 the data into a list.
5670 (eww-forward-url): Allow going forward in the history, too.
5671
5672 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5673
5674 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5675 for values and use read--expression for expressions (bug#14710).
5676 (read-file-local-variable): Avoid setq.
5677 (read-file-local-variable-mode): Use minor-mode-list.
5678
5679 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5680
5681 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
5682 for DOI URLs.
5683
5684 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5685
5686 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
5687 Update imenu-support when dialect changes.
5688
5689 2013-06-25 Leo Liu <sdl.web@gmail.com>
5690
5691 * ido.el (ido-read-internal): Allow forward slash on windows.
5692
5693 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5694
5695 * net/eww.el (eww): Start of strings is \\`, not ^.
5696
5697 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5698
5699 * net/shr.el (shr-browse-url): Fix interactive spec.
5700
5701 * net/eww.el (eww): Add a trailing slash to domain names.
5702
5703 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
5704
5705 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5706
5707 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5708
5709 * net/shr.el (shr-browse-url): Use an external browser if given a
5710 prefix.
5711
5712 * net/eww.el (eww-external-browser): Move to shr.
5713
5714 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5715
5716 * net/eww.el (eww): Work more correctly for file: URLs.
5717 (eww-detect-charset): Allow quoted charsets.
5718 (eww-yank-page-url): New command and keystroke.
5719
5720 2013-06-24 Daiki Ueno <ueno@gnu.org>
5721
5722 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5723 file name of gpg executable.
5724 (epg-context-program): New function.
5725 (epg-context-home-directory): New function.
5726 (epg-context-set-program): New function.
5727 (epg-context-set-home-directory): New function.
5728 (epg--start): Use `epg-context-program' instead of
5729 'epg-gpg-program'.
5730 (epg--list-keys-1): Likewise.
5731
5732 2013-06-24 Leo Liu <sdl.web@gmail.com>
5733
5734 * ido.el (ido-read-internal): Fix bug#14620.
5735
5736 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5737
5738 * faces.el (face-documentation): Simplify.
5739 (read-face-attribute, tty-find-type, x-resolve-font-name):
5740 Use `string-match-p'.
5741 (list-faces-display): Use `string-match-p'. Simplify.
5742 (face-spec-recalc): Check face to avoid face alias loops.
5743 (read-color): Use `string-match-p' and non-capturing parenthesis.
5744
5745 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5746
5747 * net/shr.el (shr-rescale-image): Use the new
5748 :max-width/:max-height functionality.
5749
5750 2013-06-23 Ivan Kanis <ivan@kanis.fr>
5751
5752 * net/eww.el (eww-search-prefix): New variable.
5753 (eww): Use it.
5754 (eww-external-browser): New variable.
5755 (eww-mode-map): New keystroke.
5756 (eww-browse-with-external-browser): New command.
5757
5758 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5759
5760 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5761
5762 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5763 Don't skip aligning the next header field when padding is 0;
5764 otherwise, field width is not respected unless the title is as
5765 wide as the field.
5766
5767 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * emacs-lisp/package.el (package-el-version): Remove.
5770 (package-process-define-package): Fix inf-loop.
5771 (package-install): Allow symbols as arguments again.
5772
5773 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5774
5775 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5776 add some more keyword-like methods.
5777 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5778
5779 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
5780
5781 * bs.el (bs-buffer-show-mark): Make defvar-local.
5782 (bs-mode): Use setq-local.
5783
5784 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5785 (emacs-lock--try-unlocking): Make defvar-local.
5786
5787 2013-06-22 Glenn Morris <rgm@gnu.org>
5788
5789 * play/cookie1.el (cookie-apropos): Minor simplification.
5790
5791 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5792
5793 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5794
5795 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5796 `regexp-opt', it breaks the build during dumping.
5797
5798 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5799
5800 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5801 Highlight keyword-like methods on Kernel and Module with
5802 font-lock-builtin-face.
5803 (auto-mode-alist): Consolidate different entries into one regexp
5804 and add more *file-s.
5805
5806 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
5807
5808 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5809
5810 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5811 (diary-entry): Use it in the action of this button type instead of
5812 diary-goto-entry.
5813
5814 * calendar/todo-mode.el: New version.
5815 (todo-add-category): Append new category to end of file and give
5816 it the highest number, instead of putting it at the beginning and
5817 giving it 0. Incorporate noninteractive functionality.
5818 (todo-forward-category): Adapt to 1-based category numbering.
5819 Allow skipping over archived categories.
5820 (todo-backward-category): Derive from todo-forward-category.
5821 (todo-backward-item, todo-forward-item): Make noninteractive and
5822 delegate interactive part to new commands. Make sensitive to done items.
5823 (todo-categories): Make value an alist of category names and
5824 vectors of item counts.
5825 (todo-category-beg): Make a defconst.
5826 (todo-category-number): Use 1 instead of 0 as initial value.
5827 (todo-category-select): Make sensitive to overlays, optional item
5828 highlighting and done items.
5829 (todo-delete-item): Make sensitive to overlays and marked and done items.
5830 (todo-edit-item): Make sensitive to overlays and editing of
5831 date/time header optional. Add format checks.
5832 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5833 no-op if point is not on an item. Advertise using todo-edit-quit.
5834 (todo-edit-mode): Make sensitive to new format, font-locking, and
5835 multiple todo files.
5836 (todo-insert-item, todo-insert-item-here): Derive from
5837 todo-basic-insert-item and extend functionality.
5838 (todo-item-end, todo-item-start): Make sensitive to done items.
5839 (todo-item-string): Don't return text properties. Restore point.
5840 (todo-jump-to-category): Make sensitive to multiple todo files and
5841 todo archives. Use extended category completion.
5842 (todo-lower-item, todo-raise-item): Rename to *-priority and
5843 derive from todo-set-item-priority.
5844 (todo-mode): Derive from special-mode. Make sensitive to new
5845 format, font-locking and multiple todo files. Make read-only.
5846 (todo-mode-map): Don't suppress digit keys, so they can supply
5847 prefix arguments. Add many new key bindings.
5848 (todo-prefix): Insert as an overlay instead of file text.
5849 Change semantics from diary date expression to purely visual mark.
5850 (todo-print): Rename to todo-print-buffer. Make buffer display
5851 features printable. Remove option to restrict number of items
5852 printed. Add option to print to file.
5853 (todo-print-function): Rename to todo-print-buffer-function.
5854 (todo-quit): Extend to handle exiting new todo modes.
5855 (todo-remove-item): Make sensitive to overlays.
5856 (todo-save): Extend to buffers of filtered items.
5857 (todo-show): Make sensitive to done items, multiple todo files and
5858 new todo modes. Offer to convert legacy todo file before creating
5859 first new todo file.
5860 (todo-show-priorities): Rename to todo-top-priorities.
5861 Change semantics of value 0.
5862 (todo-top-priorities): Rename to todo-filter-top-priorities,
5863 derive from todo-filter-items and extend functionality.
5864 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5865 and extend functionality to other types of filtered items.
5866 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5867 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5868 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5869 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5870 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5871 (todo-edit-mode-hook, todo-entry-prefix-function)
5872 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5873 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5874 (todo-initials, todo-insert-threshold, todo-item-string-start)
5875 (todo-line-string, todo-menu, todo-mode-hook)
5876 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5877 (todo-print-priorities, todo-remove-separator)
5878 (todo-save-top-priorities-too, todo-string-count-lines)
5879 (todo-string-multiline-p, todo-time-string-format)
5880 (todo-tmp-buffer-name): Remove.
5881 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5882 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5883 (todo-edit-category-diary-inclusion)
5884 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5885 (todo-edit-file, todo-edit-item-date-day)
5886 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5887 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5888 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5889 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5890 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5891 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5892 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5893 (todo-filter-top-priorities-multifile, todo-find-archive)
5894 (todo-find-filtered-items-file, todo-go-to-source-item)
5895 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5896 (todo-jump-to-archive-category, todo-lower-category)
5897 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5898 (todo-move-category, todo-move-item, todo-next-button)
5899 (todo-next-item, todo-padded-string, todo-powerset)
5900 (todo-previous-button, todo-previous-item)
5901 (todo-print-buffer-to-file, todo-raise-category)
5902 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5903 (todo-set-category-number, todo-set-item-priority)
5904 (todo-set-top-priorities-in-category)
5905 (todo-set-top-priorities-in-file, todo-show-categories-table)
5906 (todo-sort-categories-alphabetically-or-numerically)
5907 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5908 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5909 (todo-toggle-item-header, todo-toggle-item-highlighting)
5910 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5911 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5912 (todo-unarchive-items, todo-unmark-category): New commands.
5913 (todo-absolute-file-name, todo-add-to-buffer-list)
5914 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5915 (todo-basic-insert-item, todo-category-completions)
5916 (todo-category-number, todo-category-string-matcher-1)
5917 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5918 (todo-check-format, todo-clear-matches)
5919 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5920 (todo-current-category, todo-date-string-matcher)
5921 (todo-define-insertion-command, todo-diary-expired-matcher)
5922 (todo-diary-goto-entry, todo-diary-item-p)
5923 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5924 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5925 (todo-done-item-section-p, todo-done-separator)
5926 (todo-done-string-matcher, todo-files, todo-filter-items)
5927 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5928 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5929 (todo-insert-category-line, todo-insert-item-from-calendar)
5930 (todo-insert-sort-button, todo-insert-with-overlays)
5931 (todo-insertion-command-name, todo-insertion-key-bindings)
5932 (todo-label-to-key, todo-longest-category-name-length)
5933 (todo-make-categories-list, todo-mode-external-set)
5934 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5935 (todo-modes-set-3, todo-multiple-filter-files)
5936 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5937 (todo-read-category, todo-read-date, todo-read-dayname)
5938 (todo-read-file-name, todo-read-time)
5939 (todo-reevaluate-category-completions-files-defcustom)
5940 (todo-reevaluate-default-file-defcustom)
5941 (todo-reevaluate-filelist-defcustoms)
5942 (todo-reevaluate-filter-files-defcustom)
5943 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5944 (todo-reset-done-separator, todo-reset-done-separator-string)
5945 (todo-reset-done-string, todo-reset-global-current-todo-file)
5946 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5947 (todo-reset-prefix, todo-set-categories)
5948 (todo-set-date-from-calendar, todo-set-show-current-file)
5949 (todo-set-top-priorities, todo-short-file-name)
5950 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5951 (todo-total-item-counts, todo-update-buffer-list)
5952 (todo-update-categories-display, todo-update-categories-sexp)
5953 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5954 New functions.
5955 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5956 New major modes.
5957 (todo-categories, todo-display, todo-edit, todo-faces)
5958 (todo-filtered): New defgroups.
5959 (todo-archived-only, todo-button, todo-category-string, todo-date)
5960 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5961 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5962 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5963 (todo-add-item-if-new-category, todo-always-add-time-string)
5964 (todo-categories-align, todo-categories-archived-label)
5965 (todo-categories-category-label, todo-categories-diary-label)
5966 (todo-categories-done-label, todo-categories-number-separator)
5967 (todo-categories-todo-label, todo-categories-totals-label)
5968 (todo-category-completions-files, todo-completion-ignore-case)
5969 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5970 (todo-done-separator-string, todo-done-string)
5971 (todo-files-function, todo-filter-done-items, todo-filter-files)
5972 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5973 (todo-initial-category, todo-initial-file, todo-item-mark)
5974 (todo-legacy-date-time-regexp, todo-mode-line-function)
5975 (todo-nondiary-marker, todo-number-prefix)
5976 (todo-print-buffer-function, todo-show-current-file)
5977 (todo-show-done-only, todo-show-first, todo-show-with-done)
5978 (todo-skip-archived-categories, todo-top-priorities-overrides)
5979 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5980 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5981 New defcustoms.
5982 (todo-category-done, todo-date-pattern, todo-date-string-start)
5983 (todo-diary-items-buffer, todo-done-string-start)
5984 (todo-filtered-items-buffer, todo-item-start)
5985 (todo-month-abbrev-array, todo-month-name-array)
5986 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5987 (todo-top-priorities-buffer): New defconsts.
5988 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5989 (todo-categories-with-marks, todo-category-string-face)
5990 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5991 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5992 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5993 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5994 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5995 (todo-font-lock-keywords, todo-global-current-todo-file)
5996 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5997 (todo-insertion-commands-args)
5998 (todo-insertion-commands-args-genlist)
5999 (todo-insertion-commands-names, todo-insertion-map)
6000 (todo-key-bindings-t, todo-key-bindings-t+a)
6001 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6002 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6003 (todo-nondiary-face, todo-print-buffer, todo-time-face)
6004 (todo-visited): New variables.
6005
6006 2013-06-21 Glenn Morris <rgm@gnu.org>
6007
6008 * play/cookie1.el (cookie-apropos): Add optional display argument.
6009 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6010 (psychoanalyze-pinhead): Use cookie-doctor.
6011
6012 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6013
6014 * emacs-lisp/package.el (tar-get-file-descriptor)
6015 (tar--extract): Declare.
6016
6017 2013-06-21 Eduard Wiebe <usenet@pusto.de>
6018
6019 Extend flymake's warning predicate to be a function (bug#14217).
6020 * progmodes/flymake.el (flymake-warning-predicate): New.
6021 (flymake-parse-line): Use it.
6022 (flymake-warning-re): Make obsolete alias to
6023 `flymake-warning-predicate'.
6024
6025 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6028 (package-obsolete-list): Remove.
6029 (package-activate): Remove min-version argument. Add `force' argument.
6030 Adjust to new package-alist format.
6031 (package-mark-obsolete): Remove.
6032 (package-unpack): Force reload of the package's autoloads.
6033 (package-installed-p): Check builtins if the installed package is not
6034 recent enough.
6035 (package-initialize): Don't reset package-obsolete-list.
6036 Don't specify which package version to activate.
6037 (package-process-define-package, describe-package-1)
6038 (package-menu--generate): Adjust to new package-alist format.
6039
6040 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6041
6042 * allout-widgets.el (allout-widgets-mode-off)
6043 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6044 (allout-widgets-post-command-business)
6045 (allout-widgets-after-copy-or-kill-function)
6046 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6047 (allout-decorate-item-and-context)
6048 (allout-graphics-modification-handler): Fix typos in docstrings.
6049 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6050
6051 * cmuscheme.el (scheme-start-file): Doc fix.
6052 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6053 (scheme-input-filter): Use `string-match-p'.
6054
6055 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6056
6057 * dired-x.el: Use Dired consistently in docstrings.
6058
6059 * dired.el: Use Dired consistently in docstrings.
6060 (dired-readin, dired-mode): Use `setq-local'.
6061 (dired-switches-alist): Make defvar-local.
6062 (dired-buffers-for-dir): Use `zerop'.
6063 (dired-safe-switches-p, dired-switches-escape-p)
6064 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6065 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6066 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6067 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6068 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6069 (dired-toggle-marks, dired-mark-files-containing-regexp)
6070 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6071 (dired-flag-auto-save-files, dired-flag-backup-files):
6072 Use `looking-at-p'.
6073 (dired-mark-files-regexp, dired-build-subdir-alist):
6074 Use `string-match-p', `looking-at-p'.
6075
6076 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6077 (direct-print-region-helper): Use `string-match-p'.
6078
6079 2013-06-21 Leo Liu <sdl.web@gmail.com>
6080
6081 * comint.el (comint-redirect-results-list-from-process):
6082 Fix infinite loop.
6083
6084 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6085
6086 * net/eww.el (eww-update-header-line-format): Quote % characters.
6087
6088 2013-06-21 Glenn Morris <rgm@gnu.org>
6089
6090 * play/cookie1.el (cookie): New custom group.
6091 (cookie-file): New option.
6092 (cookie-check-file): New function.
6093 (cookie): Make it interactive. Make start and end messages optional.
6094 Interactively, display the result. Default to cookie-file.
6095 (cookie-insert): Default to cookie-file.
6096 (cookie-snarf): Make start and end messages optional.
6097 Default to cookie-file. Use with-temp-buffer.
6098 (cookie-read): Rename from read-cookie.
6099 Make start and end messages optional. Default to cookie-file.
6100 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6101 Do not autoload it.
6102 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6103 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6104
6105 2013-06-21 Leo Liu <sdl.web@gmail.com>
6106
6107 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6108
6109 2013-06-21 Glenn Morris <rgm@gnu.org>
6110
6111 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6112
6113 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6114 Daniel Hackney <dan@haxney.org>
6115
6116 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6117 Consolidate the single-file vs tarball code.
6118 (package-desc-suffix): New function.
6119 (package-desc-full-name): Don't bother inlining it.
6120 (package-load-descriptor): Return the new package-desc.
6121 (package-mark-obsolete): Remove unused arg `package'.
6122 (package-unpack): Make it work for single files as well.
6123 Make it update package-alist.
6124 (package--make-autoloads-and-stuff): Rename from
6125 package--make-autoloads-and-compile. Don't compile any more.
6126 (package--compile): New function.
6127 (package-generate-description-file): New function, extracted from
6128 package-unpack-single.
6129 (package-unpack-single): Remove.
6130 (package--with-work-buffer): Add indentation and debugging info.
6131 (package-download-single): Remove.
6132 (package-install-from-archive): Rename from package-download-tar, make
6133 it take a pkg-desc, and make it work for single files as well.
6134 (package-download-transaction): Simplify.
6135 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6136 external tar program.
6137 (package-install-from-buffer): Remove `pkg-desc' argument.
6138 Use package-tar-file-info for tar-mode buffers.
6139 (package-install-file): Simplify accordingly.
6140 (package-archive-base): Change to take a pkg-desc.
6141 * tar-mode.el (tar--check-descriptor): New function, extracted from
6142 tar-get-descriptor.
6143 (tar-get-descriptor): Use it.
6144 (tar-get-file-descriptor): New function.
6145 (tar--extract): New function, extracted from tar-extract.
6146 (tar--extract): Use it.
6147 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6148 case the summary uses non-ascii. Adjust to new calling convention of
6149 package-tar-file-info.
6150
6151 2013-06-21 Leo Liu <sdl.web@gmail.com>
6152
6153 * comint.el (comint-redirect-results-list-from-process):
6154 Fix random delay. (Bug#14681)
6155
6156 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * profiler.el (profiler-format-number): Use log, not log10.
6159
6160 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6161
6162 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6163
6164 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6167 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6168 yet available.
6169 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6170 (AUTOGENEL): ... here.
6171 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6172 (cl--defsubst-expand): Use it.
6173
6174 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6175
6176 * subr.el (log10): Move here from C code, and declare as obsolete.
6177 All uses of (log10 X) replaced with (log X 10).
6178
6179 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6180
6181 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6182 Declare with `defvar-local'.
6183 (tabulated-list-use-header-line, tabulated-list-entries)
6184 (tabulated-list-padding, tabulated-list-printer)
6185 (tabulated-list-sort-key): Declare with `defvar-local'.
6186 (tabulated-list-init-header, tabulated-list-print-fake-header):
6187 Use `setq-local'.
6188
6189 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6190
6191 * arc-mode.el (archive-mode): Add `archive-write-file' to
6192 `write-contents-functions' also for remote files. (Bug#14652)
6193
6194 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6195
6196 * cus-edit.el (custom-commands): Fix typos.
6197 (custom-display): Fix tooltip text.
6198 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6199 Fix typos in docstrings.
6200 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6201 (custom-unlispify-menu-entry, custom-magic-value-create)
6202 (custom-add-see-also, custom-group-value-create): Use ?\s.
6203 (custom-guess-type, customize-apropos, editable-field)
6204 (custom-face-value-create): Use `string-match-p'.
6205 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6206
6207 * custom.el (custom-load-symbol): Use `string-match-p'.
6208
6209 * ansi-color.el: Convert to lexical binding.
6210 (ansi-colors): Fix URL.
6211 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6212 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6213 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6214
6215 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6216
6217 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6218
6219 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6220
6221 2013-06-19 Tom Tromey <tromey@redhat.com>
6222
6223 * net/eww.el (eww-top-url): Remove.
6224 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6225 (eww-render): Set new variables. Don't set eww-top-url.
6226 (eww-handle-link): Handle "prev", "home", and "contents".
6227 Downcase the rel text.
6228 (eww-top-url): Choose best top URL.
6229
6230 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6231
6232 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6233 relying in widget.el. Using widget.el leads to too many
6234 user interface inconsistencies.
6235 (eww-self-insert): Implement entering commands in text fields.
6236 (eww-process-text-input): New function to make text input field editing
6237 work.
6238 (eww-submit): Rewrite to use the new-style form methods.
6239 (eww-select-display): Display the correct selected item.
6240 (eww-change-select): Implement changing the select value.
6241 (eww-toggle-checkbox): Implement radio/checkboxes.
6242 (eww-update-field): Fix compilation error.
6243 (eww-tag-textarea): Implement <textarea>.
6244
6245 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6246 we don't shadow mode-specific bindings.
6247
6248 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6249 nothing to push.
6250
6251 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6252
6253 2013-06-19 Glenn Morris <rgm@gnu.org>
6254
6255 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6256
6257 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6258
6259 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6260 not needed.
6261
6262 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6263
6264 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6265
6266 * net/browse-url.el (browse-url-browser-function):
6267 `eww-browse-url' has the right calling signature, `eww' does not.
6268
6269 2013-06-19 Glenn Morris <rgm@gnu.org>
6270
6271 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6272 Only eval autoloaded macros.
6273 (byte-compile-autoload): Only give the macro warning for macros.
6274
6275 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6276 (ps-underlined-faces): Declare.
6277
6278 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6279 (speedbar-add-supported-extension): Declare.
6280
6281 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6282 Don't include a date stamp in the header of the generated file;
6283 it leads to needless differences between output files.
6284
6285 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6286
6287 * net/secrets.el (secrets-struct-secret-content-type):
6288 Replace check of introspection data by a test call of "CreateItem".
6289 Some servers do not offer introspection.
6290
6291 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * electric.el (electric-pair-mode): Improve interaction with
6294 electric-layout-mode.
6295 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6296 (electric-pair-syntax): Use text-mode-syntax-table in comments
6297 and strings.
6298 (electric-pair--insert): New function.
6299 (electric-pair-post-self-insert-function): Use it and
6300 electric--after-char-pos.
6301
6302 2013-06-19 Leo Liu <sdl.web@gmail.com>
6303
6304 * progmodes/octave.el (octave-help): Fix regexp.
6305
6306 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6307
6308 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6309 (shr-table-horizontal-line): Allow nil as a value, and change the
6310 default.
6311 (shr-insert-table-ruler): Respect the nil value.
6312
6313 2013-06-18 Tom Tromey <tromey@barimba>
6314
6315 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6316 New defvars.
6317 (eww-open-file): New defun.
6318 (eww-render): Initialize new variables.
6319 (eww-display-html): Handle "link" and "a".
6320 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6321 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6322 (eww-back-url): Rename from eww-previous-url.
6323 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6324 New defuns.
6325
6326 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6327
6328 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6329 Distinguish ternary operator tokens from slash symbol and slash
6330 char literal.
6331
6332 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6333
6334 Convert symbol prettification into minor mode and global minor mode.
6335
6336 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6337 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6338 (prettify-symbols--keywords): Rename from
6339 `prog-prettify-symbols-alist' and make a local defvar.
6340 (prettify-symbols--compose-symbol): Rename from
6341 `prog--prettify-font-lock-compose-symbol'.
6342 (prettify-symbols--make-keywords): Rename from
6343 `prog-prettify-font-lock-symbols-keywords' and simplify.
6344 (prog-prettify-install): Remove.
6345 (prettify-symbols-mode): New minor mode, based on
6346 `prog-prettify-install'.
6347 (turn-on-prettify-symbols-mode): New function.
6348 (global-prettify-symbols-mode): New globalized minor mode.
6349
6350 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6351 * progmodes/cfengine.el (cfengine3-mode):
6352 * progmodes/perl-mode.el (perl-mode): Don't call
6353 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6354
6355 2013-06-18 Juri Linkov <juri@jurta.org>
6356
6357 * files-x.el (modify-file-local-variable-message): New function.
6358 (modify-file-local-variable)
6359 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6360 and call `modify-file-local-variable-message' when it's non-nil.
6361 (add-file-local-variable, delete-file-local-variable)
6362 (add-file-local-variable-prop-line)
6363 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6364 and use it. (Bug#9820)
6365
6366 2013-06-18 Juri Linkov <juri@jurta.org>
6367
6368 * emulation/vi.el (vi-shell-op):
6369 * emulation/vip.el (vip-execute-com, ex-command):
6370 * emulation/viper-cmd.el (viper-exec-bang):
6371 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6372 the call of `shell-command-on-region'. (Bug#14637)
6373
6374 * simple.el (shell-command-on-region): Doc fix.
6375
6376 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6379 (bug#14633).
6380
6381 2013-06-18 Glenn Morris <rgm@gnu.org>
6382
6383 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6384
6385 * newcomment.el (comment-search-forward, comment-search-backward):
6386 Doc fix. (Bug#14376)
6387
6388 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6389
6390 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6391 (buffer-face-mode-invoke): Doc fix.
6392
6393 2013-06-18 Matthias Meulien <orontee@gmail.com>
6394
6395 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6396 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6397
6398 2013-06-18 Glenn Morris <rgm@gnu.org>
6399
6400 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6401 Replace obsolete function generic-make-keywords with its expansion.
6402
6403 * progmodes/python.el (ffap-alist): Declare.
6404
6405 * textmodes/reftex.el (bibtex-mode-map): Declare.
6406
6407 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6408
6409 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6410 (package-unpack, package-unpack-single): Return the pkg-dir.
6411 (package-download-transaction): Use it to update package-alist.
6412
6413 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6414
6415 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6416 possible choice.
6417
6418 2013-06-17 Juri Linkov <juri@jurta.org>
6419
6420 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6421
6422 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6423
6424 * emacs-lisp/package.el (package-load-descriptor):
6425 Remove `with-syntax-table' call, `read' doesn't need it.
6426 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6427
6428 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6429
6430 * startup.el (command-line): Expand package name returned by
6431 `package--description-file' (bug#14639).
6432
6433 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6434
6435 * emacs-lisp/package.el (package-load-descriptor): Do not call
6436 `emacs-lisp-mode', just use its syntax table.
6437
6438 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6439
6440 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6441 `font-lock-extra-managed-props' if any prettifying keyword is added.
6442 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6443 (prog-mode): Use `setq-local'.
6444
6445 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * international/characters.el (standard-case-table): Set syntax of ?»
6448 and ?« to punctuation.
6449
6450 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
6451
6452 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6453 Save relevant match data before calling `syntax-ppss' (bug#14595).
6454
6455 2013-06-15 Juri Linkov <juri@jurta.org>
6456
6457 * files-x.el (modify-file-local-variable-prop-line): Add local
6458 variables to the end of the existing comment on the first line.
6459 Use `file-auto-mode-skip' to skip interpreter magic line,
6460 and also skip XML declaration.
6461
6462 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * startup.el (package--builtin-versions): New var.
6465 (package-subdirectory-regexp): Remove.
6466 (package--description-file): Hard code its value instead.
6467
6468 * emacs-lisp/package.el: Don't activate packages older than builtin.
6469 (package-obsolete-list): Rename from package-obsolete-alist, and make
6470 it into a simple list of package-desc.
6471 (package-strip-version): Remove.
6472 (package-built-in-p): Use package--builtin-versions.
6473 (package-mark-obsolete): Simplify.
6474 (package-process-define-package): Mark it obsolete if older than the
6475 builtin version.
6476 (package-handle-response): Use line-end-position.
6477 (package-read-archive-contents, package--download-one-archive):
6478 Simplify.
6479 (package--add-to-archive-contents): Skip if older than the builtin or
6480 installed version.
6481 (package-menu-describe-package): Fix last change.
6482 (package-list-unversioned): New var.
6483 (package-menu--generate): Use it.
6484
6485 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6486 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6487 (autoload-builtin-package-versions): New variable.
6488 (autoload-generate-file-autoloads): Use them.
6489 Remove the list of autoloaded functions/macros from the
6490 (autoload...) comments.
6491
6492 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6493
6494 2013-06-15 Eli Zaretskii <eliz@gnu.org>
6495
6496 * simple.el (line-move-partial): Don't jump to the next screen
6497 line as soon as it becomes visible. Instead, continue enlarging
6498 the vscroll until the portion of a tall screen line that's left on
6499 display is about the height of the frame's default font.
6500 (Bug#14567)
6501
6502 2013-06-15 Glenn Morris <rgm@gnu.org>
6503
6504 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6505 compilation-error-regexp-alist void, or local while let-bound.
6506
6507 * progmodes/make-mode.el (makefile-mode-syntax-table):
6508 Treat "=" as punctuation. (Bug#14614)
6509
6510 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
6511
6512 * help-fns.el (describe-variable):
6513 Add extra line for permanent-local variables.
6514
6515 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6516
6517 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6518 Add export, import, library. (Bug#9164)
6519 (library): Set indent function.
6520
6521 2013-06-14 Glenn Morris <rgm@gnu.org>
6522
6523 * term/xterm.el (xterm--query):
6524 Stop after first matching handler. (Bug#14615)
6525
6526 2013-06-14 Ivan Kanis <ivan@kanis.fr>
6527
6528 Add support for dired in saveplace.
6529 * dired.el (dired-initial-position-hook): New variable.
6530 (dired-initial-position): Call hook to place cursor position.
6531 * saveplace.el (save-place-to-alist): Add dired position.
6532 (save-place-dired-hook): New function.
6533
6534 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6535
6536 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6537 through a symbol rather than letrec.
6538
6539 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6540 (package-desc): Add `dir' field.
6541 (package-desc-full-name): New function.
6542 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6543 (package-maybe-load-descriptor): Remove.
6544 (package-load-all-descriptors): Just call package-load-descriptor.
6545 (package--disabled-p): New function.
6546 (package-desc-vers, package-desc-doc): Remove aliases.
6547 (package--dir): Remove function.
6548 (package-activate): Check if a package is disabled.
6549 (package-process-define-package): New function, extracted from
6550 define-package.
6551 (define-package): Turn into a place holder.
6552 (package-unpack-single, package-tar-file-info):
6553 Use package--description-file.
6554 (package-compute-transaction): Use package--disabled-p.
6555 (package-download-transaction): Don't call
6556 package-maybe-load-descriptor since they're all loaded anyway.
6557 (package-install): Change argument to be a pkg-desc.
6558 (package-delete): Use a single pkg-desc argument.
6559 (describe-package-1): Use package-desc-dir instead of package--dir.
6560 Use package-desc property instead of package-symbol.
6561 (package-install-button-action): Adjust accordingly.
6562 (package--push): Rewrite.
6563 (package-menu--print-info): Adjust accordingly. Change the ID format
6564 to be a pkg-desc.
6565 (package-menu-describe-package, package-menu-get-status)
6566 (package-menu--find-upgrades, package-menu-mark-upgrades)
6567 (package-menu-execute, package-menu--name-predicate):
6568 Adjust accordingly.
6569 * startup.el (package--description-file): New function.
6570 (command-line): Use it.
6571 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6572 Use package-desc-version.
6573
6574 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6575 (byte-compile-preprocess): Use it.
6576 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6577 can't quite recognize.
6578 (byte-compile-add-to-list): Remove.
6579 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6580 (cconv-closure-convert): Add assertion.
6581
6582 * emacs-lisp/map-ynp.el: Use lexical-binding.
6583 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6584 Factor out some repeated code.
6585
6586 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * subr.el (with-eval-after-load): New macro.
6589 (eval-after-load): Allow form to be a function.
6590 take advantage of lexical-binding.
6591 (do-after-load-evaluation): Use dolist and adjust to new format.
6592 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6593
6594 2013-06-13 Juri Linkov <juri@jurta.org>
6595
6596 * replace.el (perform-replace): Display "symbol " and other search
6597 modes from `isearch-message-prefix' in the *Help* buffer.
6598
6599 * isearch.el (isearch-query-replace): Add " symbol" and other
6600 possible search modes from `isearch-message-prefix' to the prompt.
6601 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6602 when reading a regexp to collect.
6603
6604 2013-06-13 Juri Linkov <juri@jurta.org>
6605
6606 * isearch.el (word-search-regexp): Match whitespace if the search
6607 string begins or ends in whitespace. The LAX arg is applied to
6608 both ends of the search string. Use `regexp-quote' and explicit
6609 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6610 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6611 boundaries are replaced with symbol boundaries, and characters
6612 between symbols match non-word non-symbol syntax. (Bug#14602)
6613
6614 2013-06-13 Juri Linkov <juri@jurta.org>
6615
6616 * isearch.el (isearch-del-char): Don't exceed the length of
6617 `isearch-string' by the prefix arg. (Bug#14563)
6618
6619 2013-06-13 Juri Linkov <juri@jurta.org>
6620
6621 * isearch.el (isearch-yank-word, isearch-yank-line)
6622 (isearch-char-by-name, isearch-quote-char)
6623 (isearch-printing-char, isearch-process-search-char):
6624 Add optional count prefix arg. (Bug#14563)
6625
6626 * international/isearch-x.el
6627 (isearch-process-search-multibyte-characters):
6628 Add optional count prefix arg.
6629
6630 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6633 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6634 lexical-binding.
6635
6636 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6637
6638 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6639
6640 2013-06-13 Glenn Morris <rgm@gnu.org>
6641
6642 * startup.el (tty-handle-args):
6643 Don't just discard "--" and anything after. (Bug#14608)
6644
6645 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6646
6647 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
6648
6649 Implement changes in Secret Service API. Make it backward compatible.
6650 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6651 (secrets-create-item): Use it. Prefix properties with interface.
6652
6653 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6654
6655 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6656 (term-emulate-terminal): Respect term-suppress-hard-newline.
6657
6658 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6659
6660 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6661 Only remove a `thumb-file' overlay. (Bug#14548)
6662
6663 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
6664
6665 * mail/reporter.el (reporter-submit-bug-report):
6666 Handle missing package-name. (Bug#14600)
6667
6668 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6669
6670 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6671 (reftex-citation-prompt, reftex-default-bibliography)
6672 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6673 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6674 (reftex-bib-sort-author, reftex-bib-sort-year)
6675 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6676 (reftex-extract-bib-entries-from-thebibliography)
6677 (reftex-get-bibkey-default, reftex-get-bib-names)
6678 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6679 (reftex-format-bib-entry, reftex-parse-bibitem)
6680 (reftex-format-bibitem, reftex-do-citation)
6681 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6682 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6683 (reftex-insert-bib-matches, reftex-format-citation)
6684 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6685 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6686 existing comments into docstrings.
6687
6688 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6689
6690 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6691
6692 2013-06-12 Andreas Schwab <schwab@suse.de>
6693
6694 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6695 for auto-save files.
6696
6697 2013-06-12 Glenn Morris <rgm@gnu.org>
6698
6699 * ido.el (ido-delete-ignored-files): Remove.
6700 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6701 Go back to calling ido-ignore-item-p directly.
6702
6703 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6704
6705 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6706
6707 * ido.el (ido-delete-ignored-files): New function,
6708 split from ido-make-file-list-1.
6709 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6710 (ido-make-file-list-1): Use ido-delete-ignored-files.
6711
6712 2013-06-12 Leo Liu <sdl.web@gmail.com>
6713
6714 * progmodes/octave.el (inferior-octave-startup)
6715 (inferior-octave-completion-table)
6716 (inferior-octave-track-window-width-change)
6717 (octave-eldoc-function-signatures, octave-help)
6718 (octave-find-definition): Use single quoted strings.
6719 (inferior-octave-startup-args): Change default value.
6720 (inferior-octave-startup): Do not hard code "-i" and
6721 "--no-line-editing".
6722 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6723 (inferior-octave-directory-tracker): Use it.
6724 (octave-goto-function-definition): Robustify.
6725 (octave-help): Support highlighting operators in 'See also'.
6726 (octave-find-definition): Find subfunctions only in Octave mode.
6727
6728 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * help-fns.el (help-fns--compiler-macro): If the handler function is
6731 named, then put a link to it.
6732 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6733 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6734 (cl-typep): Use it.
6735 (cl-eval-when): Simplify debug spec.
6736 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6737 compiler-macro function instead of setting `compiler-macro-file'.
6738
6739 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6740
6741 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6742 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6743
6744 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6745 Daniel Hackney <dan@haxney.org>
6746
6747 First part of Daniel Hackney's patch to package.el.
6748 * emacs-lisp/package.el: Use defstruct.
6749 (package-desc): New, main struct.
6750 (package--bi-desc, package--ac-desc): New structs, used to describe the
6751 format in external files.
6752 (package-desc-vers): Replace with package-desc-version accessor.
6753 (package-desc-doc): Replace with package-desc-summary accessor.
6754 (package-activate-1): Remove `package' arg since the pkg-vec now
6755 includes the name.
6756 (define-package): Use package-desc-from-define.
6757 (package-unpack-single): Change file-name arg to be a symbol.
6758 (package--add-to-archive-contents): Use package-desc-create and new
6759 accessor functions to package--ac-desc.
6760 (package-buffer-info, package-tar-file-info): Return a package-desc.
6761 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6762 arg to be a package-desc.
6763 (package-install-file): Adjust accordingly. Use \' to match EOS.
6764 (package--from-builtin): New function.
6765 (describe-package-1, package-menu--generate): Use it.
6766 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6767 (package-generate-autoloads): Idem and return the name of the file.
6768 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6769 Change pkg-info arg to be a package-desc.
6770 Use package-make-ac-desc.
6771 (package-upload-file): Use \' to match EOS.
6772 * finder.el (finder-compile-keywords): Use package-make-builtin.
6773
6774 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * vc/vc.el (vc-deduce-fileset): Change error message.
6777 (vc-read-backend): New function.
6778 (vc-next-action): Use it.
6779
6780 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6781
6782 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6783 (prolog-font-lock-keywords): Use regexp-opt instead.
6784 Don't manually highlight strings.
6785 (prolog-mode-variables): Simplify comment-start-skip.
6786 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6787
6788 * emacs-lisp/generic.el (generic--normalise-comments)
6789 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6790 (generic-mode-set-comments): Use them.
6791 (generic-bracket-support): Use setq-local.
6792 (generic-make-keywords-list): Declare obsolete.
6793
6794 2013-06-11 Glenn Morris <rgm@gnu.org>
6795
6796 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6797 Prettify after setting font-lock-defaults. (Bug#14574)
6798
6799 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
6800
6801 * replace.el (query-replace, occur-read-regexp-defaults-function)
6802 (replace-search):
6803 * subr.el (declare-function, number-sequence, local-set-key)
6804 (substitute-key-definition, locate-user-emacs-file)
6805 (with-silent-modifications, split-string, eval-after-load):
6806 Fix typos, remove unneeded backslashes and reflow some docstrings.
6807
6808 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6811 default for Elisp files.
6812
6813 2013-06-11 Glenn Morris <rgm@gnu.org>
6814
6815 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6816 although define-derived-mode was doing this anyway. (Bug#14583)
6817
6818 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6821 Fix make-variable-buffer-local call to refer to the correct variable.
6822
6823 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
6824
6825 * eshell/em-term.el (eshell-visual-commands)
6826 (eshell-visual-subcommands, eshell-visual-options):
6827 Add summary line to docstrings. Add cross-references.
6828
6829 2013-06-10 Glenn Morris <rgm@gnu.org>
6830
6831 * epa.el (epa-read-file-name): New function. (Bug#14510)
6832 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6833
6834 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6835
6836 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6837 output redirection to be ignored with visual commands.
6838
6839 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6840
6841 * eshell/em-term.el (eshell-visual-command-p): New function.
6842 (eshell-term-initialize): Move long lambda to separate function
6843 eshell-visual-command-p.
6844 * eshell/em-dirs.el (eshell-dirs-initialise):
6845 * eshell/em-script.el (eshell-script-initialize):
6846 Add missing #' to lambda.
6847
6848 2013-06-08 Leo Liu <sdl.web@gmail.com>
6849
6850 * progmodes/octave.el (octave-add-log-current-defun): New function.
6851 (octave-mode): Set add-log-current-defun-function.
6852 (octave-goto-function-definition): Do not move point if not found.
6853 (octave-find-definition): Enhance to try subfunctions first.
6854
6855 2013-06-08 Glenn Morris <rgm@gnu.org>
6856
6857 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6858 (byte-compile-backward-char, byte-compile-backward-word):
6859 Improve previous change, to handle non-explicit nil.
6860
6861 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6864 (smie--opener/closer-at-point): New function.
6865 (smie--matching-block-data): Use it. Don't match from right after an
6866 opener or right before a closer. Obey smie-blink-matching-inners.
6867 Don't signal a mismatch for repeated inners like "switch..case..case".
6868
6869 2013-06-07 Leo Liu <sdl.web@gmail.com>
6870
6871 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6872 to t. (Bug#14303)
6873 (octave-function-header-regexp): Fix. (Bug#14570)
6874 (octave-help-mode-finish-hook, octave-help-mode-finish):
6875 Remove. Just use temp-buffer-show-hook.
6876
6877 * newcomment.el (comment-search-backward): Revert last change.
6878 (Bug#14434)
6879
6880 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6881
6882 2013-06-07 Eli Zaretskii <eliz@gnu.org>
6883
6884 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6885 through xargs, to avoid failure due to MS-Windows limitations on
6886 command-line length.
6887
6888 2013-06-06 Glenn Morris <rgm@gnu.org>
6889
6890 * font-lock.el (lisp-font-lock-keywords-2):
6891 Treat user-error like error.
6892
6893 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6894 (byte-compile-backward-char, byte-compile-backward-word):
6895 Handle explicit nil arguments. (Bug#14565)
6896
6897 2013-06-05 Alan Mackenzie <acm@muc.de>
6898
6899 * isearch.el (isearch-allow-prefix): New user option.
6900 (isearch-other-meta-char): Don't exit isearch when a prefix
6901 argument is typed whilst `isearch-allow-prefix' is non-nil.
6902 (Bug#9706)
6903
6904 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6905
6906 * autorevert.el (auto-revert-notify-handler): Use memq.
6907 Hide assertion failure.
6908
6909 * skeleton.el: Use cl-lib.
6910 (skeleton-further-elements): Use defvar-local.
6911 (skeleton-insert): Use cl-progv.
6912
6913 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6914
6915 * progmodes/prog-mode.el (prog-prettify-symbols)
6916 (prog-prettify-install): Update docstrings.
6917
6918 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6919
6920 * simple.el: Move all the prog-mode code to prog-mode.el.
6921 * progmodes/prog-mode.el: New file.
6922 * loadup.el: Add prog-mode.el.
6923
6924 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6925
6926 * simple.el (prog-prettify-symbols): Add version.
6927 (prog-prettify-install): Add convenience function to prettify symbols.
6928
6929 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6930 (perl--augmented-font-lock-keywords-1)
6931 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6932 variables and use it.
6933
6934 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6935 (cfengine3-mode): Remove unneeded variable and use it.
6936
6937 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6938 (lisp--augmented-font-lock-keywords-1)
6939 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6940 Remove unneeded variables and use it.
6941
6942 2013-06-05 João Távora <joaotavora@gmail.com>
6943
6944 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
6945 to point when opening the connection. (Bug#14380)
6946
6947 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * subr.el (load-history-regexp, load-history-filename-element)
6950 (eval-after-load, after-load-functions, do-after-load-evaluation)
6951 (eval-next-after-load, display-delayed-warnings)
6952 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6953 definition of save-match-data.
6954 (overriding-local-map): Remove accidental obsolescence declaration.
6955
6956 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6957
6958 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6959
6960 Generalize symbol prettify support to prog-mode and implement it
6961 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6962 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6963 (prog--prettify-font-lock-compose-symbol)
6964 (prog-prettify-font-lock-symbols-keywords): New variables and
6965 functions to support symbol prettification.
6966 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6967 (lisp--augmented-font-lock-keywords-1)
6968 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6969 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6970 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6971 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6972 Implement prettify of -> => :: strings.
6973 * progmodes/perl-mode.el (perl-prettify-symbols)
6974 (perl--font-lock-compose-symbol)
6975 (perl--font-lock-symbols-keywords): Move to prog-mode.
6976 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6977 (perl-font-lock-keywords-1)
6978 (perl-font-lock-keywords-2): Remove explicit prettify support.
6979 (perl--augmented-font-lock-keywords)
6980 (perl--augmented-font-lock-keywords-1)
6981 (perl--augmented-font-lock-keywords-2, perl-mode):
6982 Implement prettify support.
6983
6984 2013-06-05 Leo Liu <sdl.web@gmail.com>
6985
6986 Re-implement smie matching block highlight using
6987 show-paren-data-function. (Bug#14395)
6988 * emacs-lisp/smie.el (smie-matching-block-highlight)
6989 (smie--highlight-matching-block-overlay)
6990 (smie--highlight-matching-block-lastpos)
6991 (smie-highlight-matching-block)
6992 (smie-highlight-matching-block-mode): Remove.
6993 (smie--matching-block-data-cache): New variable.
6994 (smie--matching-block-data): New function.
6995 (smie-setup): Use smie--matching-block-data for
6996 show-paren-data-function.
6997
6998 * progmodes/octave.el (octave-mode-menu): Fix.
6999 (octave-find-definition): Skip garbage lines.
7000
7001 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 Fix compilation error with simultaneous dynamic+lexical scoping.
7004 Add warning when a defvar appears after the first let-binding.
7005 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7006 (byte-compile-close-variables): Initialize it.
7007 (byte-compile--declare-var): New function.
7008 (byte-compile-file-form-defvar)
7009 (byte-compile-file-form-define-abbrev-table)
7010 (byte-compile-file-form-custom-declare-variable): Use it.
7011 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
7012 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7013 (byte-compile-bind): Handle dynamic bindings that shadow
7014 lexical bindings.
7015 (byte-compile-unbind): Make arg non-optional.
7016 (byte-compile-let): Simplify.
7017 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7018 (cconv--analyse-function, cconv-analyse-form): Populate it.
7019 Protect byte-compile-bound-variables to limit the scope of defvars.
7020 (cconv-analyse-form): Add missing rule for (defvar <foo>).
7021 Remove unneeded rule for `declare'.
7022
7023 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7024 so as to avoid depending on cl-adjoin at run-time.
7025 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7026
7027 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7028 (macroexp--warn-and-return): Use it.
7029
7030 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7031
7032 * lisp/subr.el: Convert to lexical binding.
7033 (overriding-local-map): Make obsolete.
7034 (add-to-list): Doc fix. Add compiler macro.
7035 (read-key): Swap values of local maps.
7036
7037 2013-06-05 Leo Liu <sdl.web@gmail.com>
7038
7039 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7040
7041 2013-06-04 Leo Liu <sdl.web@gmail.com>
7042
7043 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7044 (compilation-auto-jump): Suppress the "Mark set" message to give
7045 way to exit message.
7046
7047 2013-06-04 Alan Mackenzie <acm@muc.de>
7048
7049 Remove faulty optimisation from indentation calculation.
7050 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7051 search limit based on 2000 characters back from indent-point.
7052
7053 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7054
7055 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7056
7057 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * emacs-lisp/lisp.el: Use lexical-binding.
7060 (lisp--local-variables-1, lisp--local-variables): New functions.
7061 (lisp--local-variables-completion-table): New var.
7062 (lisp-completion-at-point): Use it complete let-bound vars.
7063
7064 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7065 eagerly (bug#14422).
7066
7067 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7068
7069 * autorevert.el (auto-revert-notify-enabled)
7070 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7071 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7072 (auto-revert-notify-handler): Handle also gfilenotify.
7073
7074 * subr.el (file-notify-handle-event): New defun. Replacing ...
7075 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7076 Remove.
7077
7078 2013-06-03 Juri Linkov <juri@jurta.org>
7079
7080 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7081 `M-s h .'. (Bug#14427)
7082
7083 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7084 command `hi-lock-face-symbol-at-point'.
7085 (hi-lock-face-symbol-at-point): New command.
7086 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7087 (hi-lock-menu): Add `highlight-symbol-at-point'.
7088 (hi-lock-mode): Doc fix.
7089
7090 * isearch.el (isearch-forward-symbol-at-point): New command.
7091 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7092 (isearch-highlight-regexp): Add a regexp which matches
7093 words/symbols for word/symbol mode.
7094
7095 * subr.el (find-tag-default-bounds): New function with the body
7096 mostly moved from `find-tag-default'.
7097 (find-tag-default): Move most code to `find-tag-default-bounds',
7098 call it and apply `buffer-substring-no-properties' afterwards.
7099
7100 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7101
7102 * eshell/em-term.el (eshell-term-initialize):
7103 Use `cl-intersection' rather than `intersection'.
7104
7105 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7106
7107 * vc/log-view.el: Doc fix.
7108 (log-view-mode-map): Copy keymap from `special-mode-map'.
7109
7110 2013-06-02 Eric Ludlam <zappo@gnu.org>
7111
7112 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7113 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7114 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7115 (eieio-unbound, eieio-default-superclass)
7116 (eieio--define-field-accessors, method-static, method-before)
7117 (method-primary, method-after, method-num-lists)
7118 (method-generic-before, method-generic-primary)
7119 (method-generic-after, method-num-slots)
7120 (eieio-specialized-key-to-generic-key)
7121 (eieio--check-type, class-v, class-p)
7122 (eieio-class-name, define-obsolete-function-alias)
7123 (eieio-class-parents-fast, eieio-class-children-fast)
7124 (same-class-fast-p, class-constructor, generic-p)
7125 (generic-primary-only-p, generic-primary-only-one-p)
7126 (class-option-assoc, class-option, eieio-object-p)
7127 (class-abstract-p, class-method-invocation-order)
7128 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7129 (eieio-class-un-autoload, eieio-defclass)
7130 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7131 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7132 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7133 (eieio-defgeneric-reset-generic-form)
7134 (eieio-defgeneric-form-primary-only)
7135 (eieio-defgeneric-reset-generic-form-primary-only)
7136 (eieio-defgeneric-form-primary-only-one)
7137 (eieio-defgeneric-reset-generic-form-primary-only-one)
7138 (eieio-unbind-method-implementations)
7139 (eieio--defmethod, eieio--typep)
7140 (eieio-perform-slot-validation, eieio-validate-slot-value)
7141 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7142 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7143 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7144 (eieio-slot-name-index, eieio-class-slot-name-index)
7145 (eieio-set-defaults, eieio-initarg-to-attribute)
7146 (eieio-attribute-to-initarg, eieio-c3-candidate)
7147 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7148 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7149 (eieio-class-precedence-list, eieio-generic-call-methodname)
7150 (eieio-generic-call-arglst, eieio-generic-call-key)
7151 (eieio-generic-call-next-method-list)
7152 (eieio-pre-method-execution-functions, eieio-generic-call)
7153 (eieio-generic-call-primary-only, eieiomt-method-list)
7154 (eieiomt-optimizing-obarray, eieiomt-install)
7155 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7156 (eieio-generic-form, eieio-defmethod, make-obsolete)
7157 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7158 (defclass): Remove `eval-and-compile' from macro.
7159 (call-next-method, shared-initialize): Instead of using
7160 `scoped-class' variable, use new eieio--scoped-class, and
7161 eieio--with-scoped-class.
7162 (initialize-instance): Rename local variable 'scoped-class' to
7163 'this-class' to remove ambiguitity from old global.
7164
7165 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7166 eieio.el.
7167 (eieio--scoped-class-stack): New variable.
7168 (eieio--scoped-class): New fcn.
7169 (eieio--with-scoped-class): New scoping macro.
7170 (eieio-defclass): Use pushnew instead of add-to-list.
7171 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7172 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7173 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7174 `scoped-class' variable, use new eieio--scoped-class, and
7175 eieio--with-scoped-class.
7176
7177 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7178
7179 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7180
7181 * eshell/esh-ext.el (eshell-external-command): Pass args to
7182 `eshell-find-interpreter'.
7183 (eshell-find-interpreter): Add new second parameter ARGS.
7184
7185 * eshell/em-script.el (eshell-script-initialize): Add second arg
7186 to the function added as MATCH to `eshell-interpreter-alist'.
7187
7188 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7189 the function added as MATCH to `eshell-interpreter-alist'.
7190
7191 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7192 (eshell-visual-options): New defcustom.
7193 (eshell-escape-control-x): Adapt docstring.
7194 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7195 `eshell-visual-options' in addition to `eshell-visual-commands'.
7196 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7197
7198 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7199
7200 * progmodes/python.el (python-indent-block-enders): Add break,
7201 continue and raise keywords.
7202
7203 2013-06-01 Glenn Morris <rgm@gnu.org>
7204
7205 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7206
7207 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7208 * progmodes/cc-cmds.el (delete-forward-p):
7209 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7210 * progmodes/cc-engine.el (buffer-syntactic-context):
7211 * progmodes/cc-fonts.el (face-property-instance):
7212 * progmodes/cc-mode.el (set-keymap-parents):
7213 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7214 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7215 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7216 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7217 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7218
7219 * progmodes/cc-vars.el (other): Emacs has this widget since
7220 at least 21.1, so don't (re)define it.
7221
7222 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7223 Replace the obsolete alias pcomplete-arg-quote-list.
7224
7225 2013-06-01 Leo Liu <sdl.web@gmail.com>
7226
7227 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7228 punctuation syntax.
7229 (inferior-octave-minimal-columns)
7230 (inferior-octave-last-column-width): New variables.
7231 (inferior-octave-track-window-width-change): New function.
7232 (inferior-octave-mode): Adjust column width so that Octave output,
7233 for example from 'ls', can fit into the window nicely.
7234
7235 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7236
7237 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7238 Highlight expansions inside regexp literals.
7239
7240 2013-05-31 Glenn Morris <rgm@gnu.org>
7241
7242 * obsolete/sym-comp.el (symbol-complete):
7243 Replace obsolete completion-annotate-function.
7244
7245 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7246
7247 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7248
7249 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7250 New function, checks if point is inside a literal that allows
7251 expression expansion.
7252 (ruby-syntax-propertize-expansion): Use it.
7253 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7254 around the body.
7255
7256 2013-05-30 Juri Linkov <juri@jurta.org>
7257
7258 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7259 to "\M-si".
7260 (isearch-invisible): New variable.
7261 (isearch-forward): Doc fix.
7262 (isearch-mode): Set `isearch-invisible'
7263 to the value of `search-invisible'.
7264 (isearch-toggle-case-fold): Doc fix.
7265 (isearch-toggle-invisible): New command.
7266 (isearch-query-replace): Let-bind `search-invisible'
7267 to the value of `isearch-invisible'.
7268 (isearch-search): Use `isearch-invisible' instead of
7269 `search-invisible'. Let-bind `search-invisible'
7270 to the value of `isearch-invisible'. (Bug#11378)
7271
7272 2013-05-30 Juri Linkov <juri@jurta.org>
7273
7274 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7275 call when `query-flag' is nil and `search-invisible' is non-nil.
7276 (Bug#11746)
7277
7278 2013-05-30 Glenn Morris <rgm@gnu.org>
7279
7280 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7281
7282 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7283 (cc-require): Suppress spurious "noruntime" warnings.
7284 (cc-require-when-compile): Use fboundp, for sake of compiler.
7285
7286 * progmodes/cc-mode.el: Move load of cc-vars before that of
7287 cc-langs (which in turn loads cc-vars), to quieten compiler.
7288
7289 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7290
7291 * paren.el: Simplify the code.
7292 (show-paren-mode): Always start the timer.
7293 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7294 (show-paren--overlay, show-paren--overlay-1): Rename from
7295 show-paren-overlay and show-paren-overlay-1, and initialize to an
7296 overlay rather than to nil.
7297 (show-paren-function): Misc cleanup and simplifications.
7298
7299 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7300
7301 * paren.el (show-paren-data-function): New hook.
7302 (show-paren--default): New function, extracted from show-paren-function.
7303 (show-paren-function): Use show-paren-data-function.
7304
7305 2013-05-30 Glenn Morris <rgm@gnu.org>
7306
7307 * ielm.el (ielm-map, ielm-complete-symbol):
7308 Use completion-at-point rather than obsolete functions.
7309 (inferior-emacs-lisp-mode): Doc fix.
7310 Set completion-at-point-functions, rather than
7311 comint-dynamic-complete-functions.
7312
7313 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7314 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7315 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7316
7317 * image.el (image-animated-p): Tweak definition.
7318
7319 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7320 (rlogin-process-connection-type): Tweak default. Add set-after.
7321 (rlogin-host): Doc fix.
7322 (rlogin): Tweak prompt.
7323 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7324
7325 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7326 * progmodes/tcl.el (inferior-tcl-mode-map):
7327 Use completion-at-point rather than obsolete alias.
7328
7329 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7330
7331 * minibuffer.el (read-file-name-completion-ignore-case):
7332 Move before completion--in-region, for eager macro expansion.
7333
7334 2013-05-29 Juri Linkov <juri@jurta.org>
7335
7336 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7337 for total count of matching lines. Add `global-matches' for total
7338 count of matches. Rename `matches' to `lines' for count of
7339 matching lines. Add `matches' for count of matches.
7340 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7341 to `prev-line' for line number of prev match endpt.
7342 Increment `matches' for every match. Print the number of
7343 matching lines in the header.
7344 (occur-context-lines): Rename `lines' to `curr-line'.
7345 Rename `prev-lines' to `prev-line'. (Bug#14017)
7346
7347 2013-05-29 Juri Linkov <juri@jurta.org>
7348
7349 * replace.el (perform-replace): Add `skip-read-only-count',
7350 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7351 Increment them for corresponding conditions and report the number
7352 of skipped occurrences in the final message. (Bug#11746)
7353 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7354 (replace-string, replace-regexp): Doc fix.
7355
7356 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7359
7360 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7361 prog-mode-map (bug#14504).
7362
7363 2013-05-29 Leo Liu <sdl.web@gmail.com>
7364
7365 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7366 (octave-help): Small simplification.
7367
7368 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7369 off the highlight first.
7370
7371 2013-05-29 Glenn Morris <rgm@gnu.org>
7372
7373 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7374 Handle idlwave-last-system-routine-info-cons-cell being nil.
7375
7376 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7377 (idlwave-write-paths): Simplify via with-temp-buffer.
7378
7379 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7380 * emulation/cua-rect.el: Also load cua-base at run time.
7381
7382 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7383 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7384 (cperl-imenu-on-info): Require imenu.
7385
7386 2013-05-28 Alan Mackenzie <acm@muc.de>
7387
7388 Handle "capitalised keywords" correctly.
7389 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7390
7391 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
7392
7393 * eshell/em-unix.el: Add -r option to cp.
7394
7395 2013-05-28 Glenn Morris <rgm@gnu.org>
7396
7397 * vc/vc-arch.el (vc-exec-after): Declare.
7398 (vc-switches): Autoload.
7399 * vc/vc-bzr.el: No need to require vc when compiling.
7400 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7401 (vc-resynch-buffer, vc-dir-refresh): Declare.
7402 (vc-setup-buffer, vc-switches): Autoload.
7403 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7404 (vc-resynch-buffer): Declare.
7405 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7406 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7407 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7408 (grep-read-regexp, grep-read-files, grep-expand-template)
7409 (vc-dir-refresh): Declare.
7410 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7411 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7412 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7413 * vc/vc-mtn.el (vc-exec-after): Declare.
7414 (vc-switches): Autoload.
7415 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7416 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7417 (vc-file-tree-walk): Declare.
7418 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7419 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7420 (vc-tag-precondition, vc-rename-master): Autoload.
7421 * vc/vc-svn.el (vc-exec-after): Declare.
7422 (vc-switches, vc-setup-buffer): Autoload.
7423 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7424 Autoload.
7425 (vc-resynch-buffer): Declare.
7426
7427 * obsolete/fast-lock.el (byte-compile-warnings):
7428 Don't warn about obsolete features in this obsolete file.
7429
7430 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7431 Move definition before use.
7432
7433 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7434 (dun-unix-verbs): Remove dun-zippy.
7435 (dun-zippy): Remove function.
7436
7437 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7438
7439 2013-05-27 Juri Linkov <juri@jurta.org>
7440
7441 * replace.el (replace-search): New function with code moved out
7442 from `perform-replace'.
7443 (replace-highlight, replace-dehighlight): Move function definitions
7444 up closer to `replace-search'. (Bug#11746)
7445
7446 2013-05-27 Juri Linkov <juri@jurta.org>
7447
7448 * replace.el (perform-replace): Ignore invisible matches.
7449 In addition to checking `query-replace-skip-read-only', also
7450 filter out matches by calling `run-hook-with-args-until-failure'
7451 on `isearch-filter-predicates', and also check `search-invisible'
7452 for t or call `isearch-range-invisible'.
7453 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7454
7455 2013-05-27 Juri Linkov <juri@jurta.org>
7456
7457 * isearch.el (isearch-filter-predicates): Rename from
7458 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7459 (isearch-message-prefix): Display text from the property
7460 `isearch-message-prefix' of the currently active filters.
7461 (isearch-search): Don't compare `isearch-filter-predicate' with
7462 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7463 on `isearch-filter-predicates'. Also check `search-invisible' for t
7464 or call `isearch-range-invisible'.
7465 (isearch-filter-visible): Make obsolete.
7466 (isearch-lazy-highlight-search):
7467 Call `run-hook-with-args-until-failure' on
7468 `isearch-filter-predicates' and use `isearch-range-invisible'.
7469
7470 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7471 `isearch-filter-predicates' instead of `funcall'ing
7472 `isearch-filter-predicate'.
7473 (Info-mode): Set `Info-isearch-filter' to
7474 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7475
7476 * dired-aux.el (dired-isearch-filter-predicate-orig):
7477 Remove variable.
7478 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7479 (dired-isearch-filenames-end): Add and remove
7480 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7481 instead of changing the value of `isearch-filter-predicate'.
7482 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7483 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7484 Put property `isearch-message-prefix' to "filename " on
7485 `dired-isearch-filter-filenames'.
7486
7487 * wdired.el (wdired-change-to-wdired-mode):
7488 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7489 locally instead of changing `isearch-filter-predicate'.
7490 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7491
7492 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7493
7494 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7495 return the commit hash (Bug#14459). Also set the
7496 `vc-git-detached' property.
7497 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7498 (vc-git-mode-line-string): Use the same help-echo format whether
7499 in detached mode or not, because we know the actual revision now.
7500 When in detached mode, shorten the revision to 7 chars.
7501
7502 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * emacs-lisp/easy-mmode.el (define-minor-mode):
7505 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7506 mode hook and provide a docstring.
7507
7508 2013-05-27 Alan Mackenzie <acm@muc.de>
7509
7510 Remove spurious syntax-table text properties inserted by C-y.
7511 * progmodes/cc-mode.el (c-after-change): Also clear hard
7512 syntax-table property with value nil.
7513
7514 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
7515
7516 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7517 when reading the events; the buffer layout shall not be changed.
7518
7519 2013-05-27 Leo Liu <sdl.web@gmail.com>
7520
7521 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7522 New variable.
7523 (inferior-octave-directory-tracker): Automatically re-sync
7524 default-directory.
7525 (octave-help): Improve handling of 'See also'.
7526
7527 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * doc-view.el: Minor naming convention tweaks.
7530 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7531
7532 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7533 even if there's no `display' property yet (bug#14435).
7534
7535 2013-05-25 Eli Zaretskii <eliz@gnu.org>
7536
7537 * subr.el (unmsys--file-name): Rename from reveal-filename.
7538
7539 * Makefile.in (custom-deps, finder-data, autoloads)
7540 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7541 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7542 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7543
7544 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7547 error-completion on the first 2 args of condition-case (bug#14446).
7548 Don't burp at EOB.
7549
7550 2013-05-25 Leo Liu <sdl.web@gmail.com>
7551
7552 * comint.el (comint-previous-matching-input): Do not flood the
7553 *Messages* buffer with trivial messages.
7554
7555 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * progmodes/flymake.el (flymake-nop): Don't return a string.
7558 (flymake-set-at): Fix typo.
7559
7560 * simple.el (read--expression): New function, extracted from
7561 eval-expression. Set completion-at-point-functions (bug#14465).
7562 (eval-expression, eval-minibuffer): Use it.
7563
7564 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7565
7566 * progmodes/flymake.el (flymake-save-buffer-in-file)
7567 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7568 (flymake-selected-frame, flymake-log, flymake-ins-after)
7569 (flymake-set-at, flymake-get-buildfile-from-cache)
7570 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7571 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7572 Refine the doc string.
7573 (flymake-get-file-name-mode-and-masks): Reformat.
7574 (flymake-get-real-file-name-function): Fix a minor bug.
7575
7576 2013-05-24 Juri Linkov <juri@jurta.org>
7577
7578 * progmodes/grep.el (grep-mode-font-lock-keywords):
7579 Support =linenumber= format used by git-grep for lines with
7580 function names. (Bug#13549)
7581
7582 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7585 0 after a semi-colon; it works better for smie-auto-fill.
7586 (octave--indent-new-comment-line): New function.
7587 (octave-indent-new-comment-line): Use it (indirectly).
7588 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7589 modify comment-line-break-function.
7590
7591 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7592 (smie-setup): Use add-function to set it.
7593
7594 2013-05-24 Sam Steingold <sds@gnu.org>
7595
7596 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7597 argument (before the `interactive' argument).
7598
7599 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 * image-mode.el (image-mode-winprops): Add winprops to
7602 image-mode-winprops-alist before running
7603 image-mode-new-window-functions.
7604 * doc-view.el (doc-view-new-window-function): Don't delay
7605 doc-view-goto-page via timers (bug#14435).
7606
7607 2013-05-24 Tassilo Horn <tsdh@gnu.org>
7608
7609 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7610 (doc-view-desktop-save-buffer): New function.
7611 (doc-view-restore-desktop-buffer): New function.
7612 (desktop-buffer-mode-handlers):
7613 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
7614 handler.
7615 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7616 `desktop-save-buffer' function.
7617
7618 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
7619
7620 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7621 (tramp-gvfs-file-name-handler): Raise a user error when
7622 `tramp-gvfs-enabled' is nil.
7623 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7624 Do not raise a user error when loading package. (Bug#14447)
7625
7626 * net/xesam.el: Move to obsolete/.
7627
7628 2013-05-24 Glenn Morris <rgm@gnu.org>
7629
7630 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7631
7632 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7633
7634 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7635 (Info-find-node, Man-getpage-in-background): Declare.
7636
7637 * mail/unrmail.el (unrmail):
7638 Replace obsolete detect-coding-with-priority.
7639
7640 * net/socks.el (socks-split-string): Use this rather than split-string.
7641 (socks-nslookup-host): Update for above change.
7642 (dynamic-choice, s5-dynamic-choice-match)
7643 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7644 Comment out unused code.
7645
7646 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7647 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7648 (gud-tooltip-echo-area): Make obsolete.
7649 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7650
7651 * progmodes/js.el (js--optimize-arglist): Declare.
7652
7653 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7654
7655 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7656 (ediff-window-C): Declare.
7657
7658 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7659 Tweak requires to silence compiler.
7660
7661 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7662 (he-search-string, he-tried-table, he-expand-list)
7663 (he-init-string, he-string-member, he-substitute-string)
7664 (he-reset-string): Declare.
7665
7666 * obsolete/options.el (list-options): Use custom-variable-p,
7667 rather than obsolete alias.
7668
7669 2013-05-23 Sam Steingold <sds@gnu.org>
7670
7671 * simple.el (shell-command-on-region): Pass the `replace' argument
7672 down to `call-process-region' to comply with the doc as reported on
7673 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7674
7675 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * emacs-lisp/smie.el (smie-indent-forward-token)
7678 (smie-indent-backward-token): Handle string tokens (bug#14381).
7679
7680 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7681
7682 * ielm.el (ielm-menu): New menu.
7683 (inferior-emacs-lisp-mode): Set comment-start.
7684
7685 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7686
7687 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7688 Fix deactivate action.
7689
7690 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7691 Add cleveref macros.
7692
7693 * lisp/textmodes/reftex-parse.el
7694 (reftex-locate-bibliography-files): Accept options for
7695 bibliography commands.
7696 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7697 Add addbibresource. Basic Biblatex support.
7698
7699 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
7700
7701 * net/tramp-gvfs.el (top):
7702 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7703 when loading package. (Bug#14447)
7704
7705 2013-05-23 Glenn Morris <rgm@gnu.org>
7706
7707 * progmodes/js.el: No need to load comint when compiling.
7708 (ring-insert, comint-send-string, comint-send-input)
7709 (comint-last-input-end, ido-chop): Declare.
7710
7711 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7712 * vc/ediff-mult.el: Adjust requires.
7713 (ediff-directories-internal, ediff-directory-revisions-internal)
7714 (ediff-patch-file-internal): Declare.
7715 * vc/ediff-ptch.el: Adjust requires.
7716 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7717 (ediff-find-file): Autoload.
7718 * vc/ediff-util.el: No need to load ediff when compiling.
7719 (ediff-regions-internal): Declare.
7720 * vc/ediff-wind.el: Adjust requires.
7721 (ediff-compute-toolbar-width): Define when compiling.
7722 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7723 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7724 (dired-get-filename, dired-get-marked-files)
7725 (ediff-last-dir-patch, ediff-patch-default-directory)
7726 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7727 (ediff-patch-buffer-internal): Declare.
7728
7729 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7730 (ispell-process, ispell-buffer-local-words, lm-summary)
7731 (lm-section-start, lm-section-end): Declare.
7732 (checkdoc-ispell-init): Simplify.
7733
7734 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7735 (he-string-member, he-reset-string, he-substitute-string): Declare.
7736
7737 * eshell/em-ls.el: Adjust requires.
7738 (eshell-glob-regexp): Declare.
7739 * eshell/em-tramp.el: Adjust requires.
7740 (eshell-parse-command): Autoload.
7741 * eshell/em-xtra.el: Adjust requires.
7742 (eshell-parse-command): Autoload.
7743 * eshell/esh-ext.el: Adjust requires.
7744 (eshell-parse-command, eshell-close-handles): Autoload.
7745 * eshell/esh-io.el: Adjust requires.
7746 (eshell-output-filter): Autoload.
7747 * eshell/esh-util.el: No need to load tramp when compiling.
7748 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7749 Declare.
7750 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7751 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7752 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7753 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7754 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7755 * eshell/esh-opt.el, eshell/esh-proc.el:
7756 * eshell/esh-var.el: Adjust requires.
7757 * eshell/eshell.el: Do not require esh-util twice.
7758 (eshell-add-input-to-history): Declare.
7759 (eshell-command): Check history module is active before using it.
7760
7761 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7762
7763 2013-05-22 Leo Liu <sdl.web@gmail.com>
7764
7765 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7766
7767 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
7768
7769 * autorevert.el (auto-revert-notify-add-watch)
7770 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7771 it indicates changes in file modification time.
7772
7773 2013-05-22 Glenn Morris <rgm@gnu.org>
7774
7775 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7776 Always delete the autoloaded function from the noruntime and
7777 unresolved functions lists.
7778
7779 * allout.el: No need to load epa, epg, overlay when compiling.
7780 (epg-context-set-passphrase-callback, epg-list-keys)
7781 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7782 (epg-key-user-id-list): Declare.
7783
7784 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7785 (viper-set-parsing-style-toggling-macro)
7786 (viper-set-emacs-state-searchstyle-macros):
7787 Use called-interactively-p on Emacs.
7788 (viper-looking-back): Make it an obsolete alias. Update callers.
7789 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7790 Use looking-back rather than viper-looking-back.
7791 (viper-tmp-insert-at-eob, viper-enlarge-region)
7792 (viper-read-string-with-history, viper-register-to-point)
7793 (viper-append-to-register, viper-change-state-to-vi)
7794 (viper-backward-char-carefully, viper-forward-char-carefully)
7795 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7796 (viper-change-state-to-emacs): Declare.
7797 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7798 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7799 * emulation/viper-mous.el: Do not load viper-cmd.
7800 (viper-backward-char-carefully, viper-forward-char-carefully)
7801 (viper-forward-word, viper-adjust-window): Declare.
7802
7803 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7804
7805 * progmodes/idlw-help.el (idlwave-help-fontify):
7806 Use called-interactively-p.
7807
7808 * term/w32console.el (w32-get-console-codepage)
7809 (w32-get-console-output-codepage): Declare.
7810
7811 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7812 Remove unnecessary declarations.
7813 (dframe-message): Doc fix.
7814
7815 * info.el (dframe-select-attached-frame, dframe-current-frame):
7816 Declare.
7817
7818 * speedbar.el (speedbar-message): Make it an obsolete alias.
7819 Update all callers.
7820 (speedbar-with-attached-buffer)
7821 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7822 (speedbar-with-writable): Use backquote.
7823 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7824 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7825 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7826 rather than speedbar- aliases.
7827 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7828 (speedbar-make-specialized-keymap, speedbar-insert-button)
7829 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7830 (speedbar-do-function-pointer): Declare.
7831 (rmail-speedbar-button, rmail-speedbar-find-file)
7832 (rmail-speedbar-move-message):
7833 Use dframe-with-attached-buffer rather than speedbar- alias.
7834 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7835 (dframe-message, speedbar-make-specialized-keymap)
7836 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7837 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7838 (speedbar-insert-button, dframe-select-attached-frame)
7839 (dframe-maybee-jump-to-attached-frame)
7840 (speedbar-change-initial-expansion-list)
7841 (speedbar-previously-used-expansion-list-name): Declare.
7842 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7843 Use dframe-message, dframe-with-attached-buffer rather than
7844 speedbar- aliases.
7845 (gud-sentinel): Silence compiler.
7846 * progmodes/vhdl-mode.el (speedbar-refresh)
7847 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7848 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7849 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7850 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7851 (speedbar-file-lists, speedbar-make-tag-line)
7852 (speedbar-line-directory, speedbar-goto-this-file)
7853 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7854 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7855 (speedbar-make-button, speedbar-reset-scanners)
7856 (speedbar-files-item-info, speedbar-line-text)
7857 (speedbar-find-file-in-frame, speedbar-set-timer)
7858 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7859 (speedbar-with-writable): Do not (re)define it.
7860 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7861 rather than speedbar- alias.
7862
7863 2013-05-21 Leo Liu <sdl.web@gmail.com>
7864
7865 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7866 menu items.
7867 (octave-mode): Tweak fill-nobreak-predicate.
7868 (inferior-octave-startup): Check process to avoid infinite loop.
7869 (inferior-octave): Pop to buffer first to show abornmal process
7870 exit information.
7871
7872 2013-05-21 Glenn Morris <rgm@gnu.org>
7873
7874 * printing.el (pr-menu-bar): Define when compiling.
7875
7876 2013-05-21 Leo Liu <sdl.web@gmail.com>
7877
7878 * progmodes/octave.el (octave-auto-fill): Remove.
7879 (octave-indent-new-comment-line): Improve.
7880 (octave-mode): Use auto fill mode through
7881 comment-line-break-function and fill-nobreak-predicate.
7882 (octave-goto-function-definition): Support DEFUN_DLD.
7883 (octave-beginning-of-defun): Small tweak.
7884 (octave-help): Show parent directory.
7885
7886 2013-05-21 Glenn Morris <rgm@gnu.org>
7887
7888 * files.el (dired-unmark):
7889 * progmodes/gud.el (gdb-input): Update declarations.
7890
7891 * calculator.el (electric, ehelp): No need to load when compiling.
7892 (Electric-command-loop, electric-describe-mode): Declare.
7893
7894 * doc-view.el (doc-view-current-converter-processes): Move before use.
7895
7896 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7897 Move MODE-set-explicitly definition before use.
7898
7899 * international/mule-diag.el (mule-diag):
7900 Don't use obsolete window-system-version.
7901
7902 * mail/feedmail.el (smtpmail): No need to load when compiling.
7903 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7904
7905 * mail/mail-utils.el (rfc822): No need to load when compiling.
7906 (rfc822-addresses): Autoload it.
7907 (mail-strip-quoted-names): Trivial simplification.
7908
7909 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7910 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7911
7912 * net/snmp-mode.el (tempo): Don't duplicate requires.
7913
7914 * progmodes/prolog.el (info): No need to load when compiling.
7915 (comint): Require before shell requires it.
7916 (Info-goto-node): Autoload it.
7917 (Info-follow-nearest-node): Declare.
7918 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7919
7920 * textmodes/artist.el (picture-mode-exit): Declare.
7921
7922 * textmodes/reftex-parse.el (reftex-parse-from-file):
7923 Trivial rewrite so the compiler can parse it better.
7924
7925 2013-05-20 Leo Liu <sdl.web@gmail.com>
7926
7927 * progmodes/octave.el (octave-help-mode-map)
7928 (octave-help-mode-finish-hook): New variables.
7929 (octave-help-mode, octave-help-mode-finish): New functions.
7930 (octave-help): Use octave-help-mode.
7931
7932 2013-05-20 Glenn Morris <rgm@gnu.org>
7933
7934 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7935
7936 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7937
7938 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7939 start at point, so that expansion starting right after opening
7940 slash in a regexp is recognized.
7941 (ruby-syntax-before-regexp-re): New defvar, extracted from
7942 ruby-syntax-propertize-function. Since the value of this regexp
7943 is looked up at runtime now, we should be able to turn
7944 `ruby-syntax-methods-before-regexp' into a defcustom later.
7945 (ruby-syntax-propertize-function): Split regexp matching into two
7946 parts, for opening and closing slashes. That allows us to skip
7947 over string interpolations and support multiline regexps.
7948 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7949 for them, which calls `ruby-syntax-propertize-expansion'.
7950 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7951 call to `ruby-syntax-propertize-function'.
7952 (ruby-syntax-propertize-expansion): Extracted from
7953 `ruby-syntax-propertize-expansions'. Handles one expansion.
7954 (ruby-syntax-propertize-percent-literal): Leave point right after
7955 the percent symbol, so that the expression expansion rule can
7956 propertize the contents.
7957 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7958 heredoc openers.
7959 (ruby-syntax-propertize-expansions): Remove.
7960
7961 2013-05-18 Juri Linkov <juri@jurta.org>
7962
7963 * man.el (Man-default-man-entry): Remove `-' from the end
7964 of the default value. (Bug#14400)
7965
7966 2013-05-18 Glenn Morris <rgm@gnu.org>
7967
7968 * comint.el (comint-password-prompt-regexp):
7969 Allow "password for XXX" where XXX contains colons (eg https://...).
7970
7971 2013-05-18 Leo Liu <sdl.web@gmail.com>
7972
7973 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
7974 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
7975 (octave-source-directories): Don't check process.
7976 (octave-source-directories, octave-find-definition): Doc fix.
7977
7978 2013-05-18 Glenn Morris <rgm@gnu.org>
7979
7980 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7981 Remove backspace/delete bindings. (Bug#14392)
7982
7983 * cus-dep.el (custom-make-dependencies): Sort the output.
7984 (custom-versions-load-alist): Convert comment to doc.
7985
7986 2013-05-17 Leo Liu <sdl.web@gmail.com>
7987
7988 * newcomment.el (comment-search-backward): Stricter in finding
7989 comment start. (Bug#14303)
7990
7991 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7992 (octave-comment-start-skip): Properly anchored.
7993
7994 2013-05-17 Leo Liu <sdl.web@gmail.com>
7995
7996 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7997 Clean up when turned off. (Bug#14395)
7998 (smie--highlight-matching-block-overlay): No longer buffer-local.
7999 (smie-highlight-matching-block): Adjust.
8000
8001 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
8002
8003 Doc string fix for "nanoseconds" (Bug#14406).
8004 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8005 Fix doc string typo that had "nanoseconds" instead of "microseconds".
8006
8007 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8008
8009 * calc/calc-units.el (math-extract-units): Preserve powers
8010 of units.
8011
8012 2013-05-17 Leo Liu <sdl.web@gmail.com>
8013
8014 * subr.el (delete-consecutive-dups): New function.
8015 * ido.el (ido-set-matches-1): Use it.
8016 * progmodes/octave.el (inferior-octave-completion-table): Use it.
8017 * ido.el (ido-remove-consecutive-dups): Remove.
8018
8019 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8022 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8023 regexp-opt's `words'.
8024
8025 2013-05-16 Leo Liu <sdl.web@gmail.com>
8026
8027 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8028 (smie--highlight-matching-block-overlay)
8029 (smie--highlight-matching-block-lastpos)
8030 (smie--highlight-matching-block-timer): New variables.
8031 (smie-highlight-matching-block): New function.
8032 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8033 (smie-setup): Conditionally enable smie-blink-matching-open.
8034
8035 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8036
8037 Sync with upstream verilog-mode r840.
8038 * progmodes/verilog-mode.el (verilog-mode-version)
8039 (verilog-mode-release-date): Update.
8040 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8041 (verilog-sig-tieoff): Fix string error on
8042 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8043 (verilog-read-decls): Fix parameters confusing
8044 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8045
8046 2013-05-16 Eli Zaretskii <eliz@gnu.org>
8047
8048 * subr.el (reveal-filename): New function.
8049
8050 * loadup.el: Compute Emacs executable versions on MS-Windows,
8051 where executables have the .exe extension. Add a hard link
8052 emacs-XX.YY.ZZ.exe on MS-Windows.
8053
8054 * Makefile.in (XARGS_LIMIT): New variable.
8055 (custom-deps, finder-data, autoloads)
8056 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8057 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8058 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8059 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8060
8061 2013-05-16 Leo Liu <sdl.web@gmail.com>
8062
8063 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8064 (octave-mode-menu, octave-mode-map): Remove its uses.
8065
8066 2013-05-16 Reto Zimmermann <reto@gnu.org>
8067
8068 Sync with upstream vhdl mode v3.34.2.
8069 * progmodes/vhdl-mode.el: Use `push' throughout.
8070 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8071 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8072 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8073 (vhdl-actual-generic-name): New option to derive actual generic name.
8074 (vhdl-port-paste-signals): Replace formal by actual generics.
8075 (vhdl-beautify): New name for old group vhdl-align. Update users.
8076 (vhdl-beautify-options): New option.
8077 (vhdl-last-input-event): New compat alias. Use throughout.
8078 (vhdl-goto-line): Replace user level function `goto-line'.
8079 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8080 vhdl-fix-statement-buffer.
8081 (vhdl-create-mode-menu): Add some entries.
8082 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8083 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8084 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8085 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8086 to force statements on one line.
8087 (vhdl-remove-trailing-spaces-region):
8088 New, split from vhdl-remove-trailing-spaces.
8089 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8090 Respect vhdl-beautify-options.
8091 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8092 (vhdl-update-sensitivity-list): Not add with index if exists without.
8093 Not include array index with signal. Ignore keywords in comments.
8094 (vhdl-get-visible-signals): Regexp tweaks.
8095 (vhdl-template-component-inst): Handle empty library.
8096 (vhdl-template-type): Add template for 'enum' type.
8097 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8098 Use vhdl-replace-string.
8099 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8100 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8101 (vhdl-speedbar-initialize): Update for above name change.
8102 (vhdl-compose-wire-components): Fix in handling of constants.
8103 (vhdl-error-regexp-emacs-alist): New variable.
8104 (vhdl-error-regexp-add-emacs): New function;
8105 adds support for new compile.el (Emacs 22+)
8106 (vhdl-generate-makefile-1): Change target order for single lib. units.
8107 Allow use of absolute file names.
8108
8109 2013-05-16 Leo Liu <sdl.web@gmail.com>
8110
8111 * simple.el (prog-indent-sexp): Indent enclosing defun.
8112
8113 2013-05-15 Glenn Morris <rgm@gnu.org>
8114
8115 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8116 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8117 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8118 (whitespace-highlight): Move to whitespace group.
8119
8120 * comint.el (comint-source):
8121 * pcmpl-linux.el (pcmpl-linux):
8122 * shell.el (shell-faces):
8123 * eshell/esh-opt.el (eshell-opt):
8124 * international/ccl.el (ccl): Remove empty custom groups.
8125
8126 * completion.el (dynamic-completion-mode):
8127 * jit-lock.el (jit-lock-debug-mode):
8128 * minibuffer.el (completion-in-region-mode):
8129 * type-break.el (type-break-mode-line-message-mode)
8130 (type-break-query-mode):
8131 * emulation/tpu-edt.el (tpu-edt-mode):
8132 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8133 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8134 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8135
8136 * term/xterm.el (xterm): Change parent group to terminals.
8137
8138 * master.el (master): Remove empty custom group.
8139 (master-mode): Remove unused :group argument.
8140 * textmodes/refill.el (refill): Remove empty custom group.
8141 (refill-mode): Remove unused :group argument.
8142
8143 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8144
8145 * cus-dep.el: Provide a feature.
8146 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8147 Don't mistakenly ignore files whose basenames match a basename
8148 from preloaded-file-list (eg cedet/ede/simple.el).
8149 Add a fallback method for getting :group.
8150
8151 2013-05-15 Juri Linkov <juri@jurta.org>
8152
8153 * isearch.el (isearch-char-by-name): Rename from
8154 `isearch-insert-char-by-name'. Doc fix.
8155 (isearch-forward): Mention `isearch-char-by-name' in
8156 the docstring. (Bug#13348)
8157
8158 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8159 `exit-minibuffer' instead of
8160 `isearch-nonincremental-exit-minibuffer'.
8161 (isearch-edit-string): Remove mention of
8162 `isearch-nonincremental-exit-minibuffer' from docstring.
8163 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8164 (isearch-forward-exit-minibuffer)
8165 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8166
8167 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * loadup.el: Just use unversioned DOC.
8170
8171 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8172 literals as extending to EOB.
8173 (nxml-last-fontify-end): Remove unused variable.
8174 (nxml-after-change1): Use with-silent-modifications.
8175 (nxml-extend-after-change-region): Simplify.
8176 (nxml-extend-after-change-region1): Remove function.
8177 (nxml-after-change1): Don't adjust for dependent regions.
8178 (nxml-fontify-matcher): Simplify.
8179 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8180 (xmltok-add-dependent): Remove function.
8181 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8182 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8183 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8184 unclosed <[[, <?, comment, and other literals as extending to EOB.
8185 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8186 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8187 Remove functions.
8188 (rng-do-some-validation-1): Don't mark dependent regions.
8189 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8190 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8191 (nxml-clear-dependent-regions): Remove functions.
8192 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8193 (nxml-ensure-scan-up-to-date):
8194 Don't clear&mark dependent regions.
8195
8196 2013-05-15 Leo Liu <sdl.web@gmail.com>
8197
8198 * progmodes/octave.el (octave-goto-function-definition):
8199 Improve and fix callers.
8200
8201 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8202
8203 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8204 the setter (bug#14387).
8205
8206 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8207 surrounding group (bug#14402).
8208
8209 2013-05-14 Juri Linkov <juri@jurta.org>
8210
8211 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8212 (Bug#14390)
8213
8214 2013-05-14 Glenn Morris <rgm@gnu.org>
8215
8216 * progmodes/f90.el (f90-imenu-generic-expression):
8217 Fix typo in 2013-05-08 change. (Bug#14402)
8218
8219 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8220
8221 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8222 Remove signals for which replies are never received.
8223
8224 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8225
8226 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8227 (gdb-handler-alist, gdb-handler-number): Remove variables.
8228 (gdb-handler-list): New variable.
8229 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8230 (gdb-pending-handler-p, gdb-handle-reply)
8231 (gdb-remove-all-pending-triggers): New functions.
8232 (gdb-discard-unordered-replies): New defcustom.
8233 (gdb-handler): New defstruct.
8234 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8235 instead of gdb-pending-triggers. Update docstring.
8236 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8237 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8238 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8239 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8240 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8241 (gdb-frame-handler): Pending triggers are now automatically managed.
8242 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8243 Remove argument.
8244 (gdb-input): Automatically handles pending triggers. Update docstring.
8245 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8246 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8247 Update comments.
8248 (gdb-done-or-error): Now use gdb-handle-reply.
8249
8250 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8251
8252 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8253 gdb-debug-log.
8254
8255 2013-05-14 Glenn Morris <rgm@gnu.org>
8256
8257 * subr.el (user-emacs-directory-warning): New option.
8258 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8259
8260 2013-05-14 Leo Liu <sdl.web@gmail.com>
8261
8262 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8263 during redisplay.
8264 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8265 (octave-font-lock-texinfo-comment): Fix invalid search bound
8266 error: wrong side of point.
8267
8268 2013-05-14 Glenn Morris <rgm@gnu.org>
8269
8270 * progmodes/flymake.el (flymake-xml-program): New option.
8271 (flymake-xml-init): Use it.
8272
8273 * term/xterm.el: Provide a feature.
8274
8275 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
8276
8277 2013-05-13 Glenn Morris <rgm@gnu.org>
8278
8279 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8280 Add compat aliases as a hack workaround. (Bug#14384)
8281
8282 2013-05-13 Leo Liu <sdl.web@gmail.com>
8283
8284 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8285 ###, and %!.
8286 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8287 C-M-q.
8288 (octave-comment-start-skip): Include %!.
8289 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8290
8291 2013-05-12 Leo Liu <sdl.web@gmail.com>
8292
8293 * progmodes/octave.el (inferior-octave-startup): Store the value
8294 of __octave_srcdir__ for octave-source-directories.
8295 (inferior-octave-check-process): New function refactored out of
8296 inferior-octave-send-list-and-digest.
8297 (octave-source-directories)
8298 (octave-find-definition-filename-function): New variables.
8299 (octave-source-directories)
8300 (octave-find-definition-default-filename): New functions.
8301 (octave-find-definition): Improve to find functions implemented in C++.
8302
8303 2013-05-12 Glenn Morris <rgm@gnu.org>
8304
8305 * calendar/diary-lib.el (diary-outlook-format-1):
8306 Don't include dayname in the output. (Bug#14349)
8307
8308 2013-05-11 Glenn Morris <rgm@gnu.org>
8309
8310 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8311
8312 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8313 Treat cc-provide like provide.
8314
8315 2013-05-11 Kevin Ryde <user42@zip.com.au>
8316
8317 * cus-dep.el (custom-make-dependencies):
8318 Use generated-autoload-load-name for the sake of files such
8319 such cedet/semantic/bovine/c.el, where the base file name
8320 is not in load-path. (Bug#5277)
8321
8322 2013-05-11 Glenn Morris <rgm@gnu.org>
8323
8324 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8325 Provide features.
8326
8327 2013-05-11 Leo Liu <sdl.web@gmail.com>
8328
8329 * progmodes/octave.el (octave-indent-comment): Improve.
8330 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8331 (octave-eldoc-function-signatures, octave-eldoc-function):
8332 New functions.
8333 (octave-mode, inferior-octave-mode): Add eldoc support.
8334
8335 2013-05-11 Richard Stallman <rms@gnu.org>
8336
8337 * epa.el (epa-decrypt-file): Take output file name as argument
8338 and read it using `interactive'.
8339
8340 2013-05-11 Leo Liu <sdl.web@gmail.com>
8341
8342 * progmodes/octave.el (octave-beginning-of-line)
8343 (octave-end-of-line): Check before using up-list because it jumps
8344 out of more syntactic contructs since moving to smie.
8345 (octave-indent-comment): New function.
8346 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
8347 (octave-begin-keywords, octave-end-keywords)
8348 (octave-reserved-words, octave-smie-bnf-table)
8349 (octave-smie-rules): Add new keywords from Octave 3.6.4.
8350
8351 2013-05-11 Glenn Morris <rgm@gnu.org>
8352
8353 * faces.el (internal-face-x-get-resource):
8354 * frame.el (ns-display-monitor-attributes-list):
8355 * calc/calc-aent.el (math-to-radians-2):
8356 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8357 Fix declarations.
8358
8359 * calc/calc-menu.el: Make it loadable in isolation.
8360
8361 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8362 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8363 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8364 (eudc-bbdb-query-internal): Require 'bbdb.
8365
8366 * lpr.el (lpr-headers-switches):
8367 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8368
8369 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8370
8371 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8372
8373 * term.el (term-set-escape-char): Make it idempotent.
8374
8375 2013-05-10 Leo Liu <sdl.web@gmail.com>
8376
8377 * progmodes/octave.el (inferior-octave-completion-table):
8378 No longer a function and all uses changed. Use cache to speed up
8379 completion due to bug#11906.
8380 (octave-beginning-of-defun): Re-write to be more general.
8381
8382 2013-05-10 Glenn Morris <rgm@gnu.org>
8383
8384 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8385
8386 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * comint.el (comint-redirect-send-command-to-process): Use :around
8389 rather than :override for comint-redirect-filter.
8390 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8391 Call it instead of comint-redirect-original-filter-function (which
8392 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8393
8394 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8395
8396 * frame.el (display-monitor-attributes-list): Add NS case.
8397 (ns-display-monitor-attributes-list): Declare.
8398
8399 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
8400
8401 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8402
8403 2013-05-09 Glenn Morris <rgm@gnu.org>
8404
8405 * international/fontset.el (vertical-centering-font-regexp):
8406 Set standard-value.
8407
8408 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8409
8410 * bookmark.el (bookmark-search-delay):
8411 * cus-start.el (vertical-centering-font-regexp):
8412 * ps-mule.el (ps-mule-font-info-database-default):
8413 * ps-print.el (ps-default-fg, ps-default-bg):
8414 * type-break.el (type-break-good-break-interval):
8415 * whitespace.el (whitespace-indentation-regexp)
8416 (whitespace-space-after-tab-regexp):
8417 * emacs-lisp/testcover.el (testcover-1value-functions)
8418 (testcover-noreturn-functions, testcover-progn-functions)
8419 (testcover-prog1-functions):
8420 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8421 * eshell/em-glob.el (eshell-glob-translate-alist):
8422 * play/tetris.el (tetris-tty-colors):
8423 * progmodes/cpp.el (cpp-face-default-list):
8424 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8425 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8426 (idlwave-help-browser-generic-args):
8427 * progmodes/make-mode.el (makefile-special-targets-list):
8428 * progmodes/python.el (python-shell-virtualenv-path):
8429 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8430 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8431 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8432 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8433 * textmodes/reftex-vars.el (reftex-format-label-function):
8434 * textmodes/remember.el (remember-diary-file): Fix custom types.
8435
8436 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8437 Add :version.
8438
8439 2013-05-09 Leo Liu <sdl.web@gmail.com>
8440
8441 * progmodes/octave.el (inferior-octave-completion-at-point):
8442 Restore file completion. (Bug#14300)
8443 (inferior-octave-startup): Fix incorrect highlighting for the
8444 first prompt.
8445
8446 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * progmodes/ruby-mode.el: First cut at SMIE support.
8449 (ruby-use-smie): New var.
8450 (ruby-smie-grammar): New constant.
8451 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8452 (ruby-smie--forward-token, ruby-smie--backward-token)
8453 (ruby-smie-rules): New functions.
8454 (ruby-mode-variables): Setup SMIE if applicable.
8455
8456 2013-05-08 Eli Zaretskii <eliz@gnu.org>
8457
8458 * simple.el (line-move-visual): Signal beginning/end of buffer
8459 only if vertical-motion moved less than it was requested. Avoids
8460 silly incorrect error messages when there are display strings with
8461 multiple newlines at EOL.
8462
8463 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8464
8465 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8466 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8467 (prolog-char-quote-workaround):
8468 * progmodes/cperl-mode.el (cperl-under-as-char):
8469 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8470 Mark as obsolete.
8471 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8472 their declaration.
8473 (vhdl-mode-syntax-table-init): Remove.
8474
8475 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8476 last change.
8477
8478 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8479 syntax for "_".
8480 (ld-script-font-lock-keywords):
8481 Change regexps to use things like \_< and \_>.
8482
8483 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8484 Change all regexps to use things like \_< and \_>.
8485
8486 * progmodes/autoconf.el (autoconf-definition-regexp)
8487 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8488 Handle a _ with symbol syntax.
8489 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8490
8491 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8492 Consolidate declaration.
8493 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8494 the declaration.
8495 (ada-create-syntax-table): Remove.
8496 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8497 already has the right syntax nowadays.
8498 (ada-goto-next-word): Don't change the syntax of "_".
8499
8500 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8501 with-wrapper-hook.
8502
8503 2013-05-08 Sam Steingold <sds@gnu.org>
8504
8505 * thingatpt.el (thing-at-point): Accept optional second argument
8506 NO-PROPERTIES to strip the text properties from the return value.
8507 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8508 to `thing-at-point' instead of stripping the properties ourselves.
8509 Also, when `thing-at-point' fails to find a url, prepend "http://"
8510 to the filename at point on the assumption that the user is
8511 pointing at something like gnu.org/gnu.
8512
8513 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8514
8515 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8516 * faces.el (crm-separator):
8517 Silence byte-compiler.
8518
8519 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8520 (tool-bar-map): Remove unneeded defvars.
8521
8522 2013-05-08 Leo Liu <sdl.web@gmail.com>
8523
8524 Re-work a fix for bug#10994 based on Le Wang's patch.
8525 * ido.el (ido-remove-consecutive-dups): New helper.
8526 (ido-completing-read): Use it.
8527 (ido-chop): Revert fix for bug#10994.
8528
8529 2013-05-08 Adam Spiers <emacs@adamspiers.org>
8530
8531 * cus-edit.el (custom-save-variables):
8532 Pretty-print long values. (Bug#14187)
8533
8534 2013-05-08 Glenn Morris <rgm@gnu.org>
8535
8536 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8537 (m4-mode-syntax-table): Init in the defvar.
8538 (m4-mode-abbrev-table): Let define-derived-mode define it.
8539
8540 2013-05-08 Tom Tromey <tromey@redhat.com>
8541
8542 * progmodes/m4-mode.el (m4-mode-syntax-table):
8543 Do not treat "_" as word constituent. (Bug#14167)
8544
8545 2013-05-07 Glenn Morris <rgm@gnu.org>
8546
8547 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8548 Remove explicit eshell-isearch-cancel-map.
8549
8550 * progmodes/f90.el (f90-smart-end-names): New option.
8551 (f90-smart-end): Doc fix.
8552 (f90-end-block-optional-name): New constant.
8553 (f90-block-match): Respect f90-smart-end-names.
8554
8555 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8558 about implicit semi-colons (bug#14218).
8559
8560 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8561
8562 * frame.el (display-monitor-attributes-list)
8563 (frame-monitor-attributes): New functions.
8564
8565 2013-05-06 Leo Liu <sdl.web@gmail.com>
8566
8567 * progmodes/octave.el (octave-syntax-propertize-function): Change
8568 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8569 (octave-font-lock-keywords): Use octave-operator-regexp.
8570 (octave-completion-at-point): Rename from
8571 octave-completion-at-point-function.
8572 (inferior-octave-directory-tracker): Robustify.
8573 (octave-text-functions): Remove and fix its uses. No such things
8574 any more.
8575
8576 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8577
8578 * emacs-lisp/trace.el (trace--display-buffer): New function.
8579 (trace-make-advice): Use it.
8580
8581 2013-05-06 Juri Linkov <juri@jurta.org>
8582
8583 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8584 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8585 Doc fix.
8586 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8587 in the help string. (Bug#12985)
8588
8589 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8590
8591 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8592
8593 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8594
8595 * progmodes/perl-mode.el: Add support for here documents.
8596 (perl-syntax-propertize-function): Match here-doc markers.
8597 (perl-syntax-propertize-special-constructs): Find their end.
8598 (perl-imenu-generic-expression): Use [:alnum:].
8599
8600 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8601 (advice--add-function): Refresh the advice if already present
8602 (bug#14317).
8603
8604 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
8605
8606 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8607
8608 2013-05-06 Glenn Morris <rgm@gnu.org>
8609
8610 * w32-fns.el (w32-charset-info-alist): Declare.
8611
8612 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8613 of its defcustom properties.
8614 (eshell-cmpl-initialize): No need to load pcomplete.
8615
8616 * generic-x.el: No need to require comint when compiling.
8617
8618 * net/eudc-export.el: Make it loadable without bbdb.
8619 (top-level): Use require rather than load-library.
8620 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8621 (eudc-batch-export-records-to-bbdb)
8622 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8623 Require bbdb.
8624
8625 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8628 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8629 some tweaks, instead.
8630
8631 2013-05-05 Leo Liu <sdl.web@gmail.com>
8632
8633 * progmodes/octave.el (octave-font-lock-keywords)
8634 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8635 (inferior-octave-send-list-and-digest): Improve error message.
8636 (octave-mode, inferior-octave-mode): Use setq-local.
8637 (octave-help): Set info-lookup-mode.
8638
8639 2013-05-05 Richard Stallman <rms@gnu.org>
8640
8641 * vc/compare-w.el (compare-windows-whitespace):
8642 Treat no-break space as whitespace.
8643
8644 * mail/rmailsum.el (rmail-summary-rmail-update):
8645 Detect empty summary and don't change selected message.
8646 (rmail-summary-goto-msg): Likewise.
8647
8648 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8649 Doc fixes, rename args.
8650
8651 2013-05-05 Alan Mackenzie <acm@muc.de>
8652
8653 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8654
8655 2013-05-05 Juri Linkov <juri@jurta.org>
8656
8657 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8658 to not add the length of the summary segment to the return value.
8659 (Bug#14125)
8660
8661 2013-05-05 Leo Liu <sdl.web@gmail.com>
8662
8663 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8664 (inferior-octave-output-filter): Remove.
8665 (octave-send-region, inferior-octave-startup): Fix callers.
8666 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8667 (octave-binary-file-extensions): New user variable.
8668 (octave-find-definition): Confirm if opening binary files.
8669 (octave-help-file): Use octave-find-definition to get the binary
8670 confirmation.
8671 (octave-help): Adjust for octave-help-file change.
8672
8673 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8676 Merge the two entries that handle function definitions.
8677 (pascal--syntax-propertize): New const.
8678 (pascal-mode): Use it. Use setq-local.
8679
8680 2013-05-04 Glenn Morris <rgm@gnu.org>
8681
8682 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8683 (diary-from-outlook): Respect diary-from-outlook-function.
8684
8685 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8688 Move the declaration from C.
8689 (read-minibuffer, eval-minibuffer): Move from C.
8690 (completion-setup-function): Avoid minibuffer-completion-contents.
8691
8692 2013-05-03 Leo Liu <sdl.web@gmail.com>
8693
8694 * progmodes/octave.el (octave-font-lock-keywords): Do not
8695 dehighlight 'end' in comments or strings.
8696 (octave-completing-read, octave-goto-function-definition):
8697 New helpers.
8698 (octave-help-buffer): New user variable.
8699 (octave-help-file, octave-help-function): New button types.
8700 (octave-help): New command and bind it to C-h ;.
8701 (octave-find-definition): New command and bind it to M-.
8702 (user-error): Alias to error if not defined.
8703
8704 2013-05-02 Leo Liu <sdl.web@gmail.com>
8705
8706 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8707 for \. (bug#14332)
8708 (octave-font-lock-keywords): Include [ and {.
8709
8710 2013-05-02 Leo Liu <sdl.web@gmail.com>
8711
8712 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8713 (inferior-octave): Remove calling comint-mode and return the buffer.
8714 (inferior-octave-startup): Cosmetic changes.
8715
8716 2013-05-02 Leo Liu <sdl.web@gmail.com>
8717
8718 * progmodes/octave.el (octave-syntax-propertize-function):
8719 Include the case when ' is at line beginning. (Bug#14336)
8720
8721 2013-05-02 Glenn Morris <rgm@gnu.org>
8722
8723 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8724 * desktop.el (vc-dir-mode): Just autoload it here.
8725
8726 2013-05-02 Alan Mackenzie <acm@muc.de>
8727
8728 Eliminate variable c-standard-font-lock-fontify-region-function.
8729 * progmodes/cc-mode.el
8730 (c-standard-font-lock-fontify-region-function): Remove.
8731 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8732
8733 2013-05-01 Leo Liu <sdl.web@gmail.com>
8734
8735 * progmodes/octave.el: Compatible with older emacs-24 releases.
8736 (inferior-octave-has-built-in-variables): Remove. Built-in
8737 variables were removed from Octave in 2007.
8738 (inferior-octave-startup): Fix uses.
8739 (comint-line-beginning-position): Remove compatibility code for
8740 emacs 21.
8741
8742 2013-05-01 Juri Linkov <juri@jurta.org>
8743
8744 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8745
8746 2013-05-01 Juri Linkov <juri@jurta.org>
8747
8748 * comint.el (comint-previous-matching-input): Don't print message
8749 "History item: %d" when `isearch-mode' is active.
8750 (comint-history-isearch-message): Print message "History item: %d"
8751 when `comint-input-ring-index' is not empty and this function is
8752 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8753
8754 2013-05-01 Leo Liu <sdl.web@gmail.com>
8755
8756 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8757 definitions. Use completion-at-point to insert keywords.
8758 (octave-abbrev-start): Remove.
8759 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8760
8761 2013-04-30 Leo Liu <sdl.web@gmail.com>
8762
8763 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8764 change.
8765
8766 2013-04-30 Alan Mackenzie <acm@muc.de>
8767
8768 Handle arbitrarily long C++ member initialisation lists.
8769 * progmodes/cc-engine.el (c-back-over-member-initializers):
8770 new function.
8771 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8772 (most) member init lists.
8773
8774 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8775
8776 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8777 variable.
8778
8779 2013-04-30 Leo Liu <sdl.web@gmail.com>
8780
8781 * progmodes/octave.el (octave-variables): Remove. No builtin
8782 variables any more. All converted to functions.
8783 (octave-font-lock-keywords, octave-completion-at-point-function):
8784 Fix uses.
8785 (octave-font-lock-texinfo-comment): New user variable.
8786 (octave-texinfo-font-lock-keywords): New variable for texinfo
8787 comment block.
8788 (octave-function-comment-block): New face.
8789 (octave-font-lock-texinfo-comment): New function.
8790 (octave-mode): Font lock texinfo comment block.
8791
8792 2013-04-29 Leo Liu <sdl.web@gmail.com>
8793
8794 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8795 indexing expression.
8796 (octave-continuation-string): Do not use \.
8797 (inferior-octave-complete-impossible): Remove.
8798 (inferior-octave-completion-table)
8799 (inferior-octave-completion-at-point): Remove its uses.
8800 (inferior-octave-startup): completion_matches was introduced to
8801 Octave in 1996 so safe to assume it.
8802 (octave-function-file-comment): Improve to follow how Octave does it.
8803 (octave-update-function-file-comment): Tweak.
8804
8805 2013-04-29 Leo Liu <sdl.web@gmail.com>
8806
8807 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8808 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8809 (octave-function-file-comment): Fix typo.
8810 (octave-sync-function-file-names): Use read-char-choice.
8811
8812 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8813
8814 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8815 to t for the less important warnings.
8816
8817 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8818
8819 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8820
8821 2013-04-27 Glenn Morris <rgm@gnu.org>
8822
8823 * vc/log-view.el (log-view-current-entry):
8824 Treat "---" separator lines as part of the following rev. (Bug#14169)
8825
8826 2013-04-27 Juri Linkov <juri@jurta.org>
8827
8828 * subr.el (read-number): Doc fix about using it by interactive
8829 code letter `n'. (Bug#14254)
8830
8831 2013-04-27 Juri Linkov <juri@jurta.org>
8832
8833 * desktop.el (desktop-auto-save-timeout): New option.
8834 (desktop-file-checksum): New variable.
8835 (desktop-save): Add optional arg `auto-save' and don't auto-save
8836 if nothing changed.
8837 (desktop-auto-save-timer): New variable.
8838 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8839 (after-init-hook): Call `desktop-auto-save-set-timer'.
8840 Suggested by Reuben Thomas <rrt@sc3d.org> in
8841 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8842
8843 2013-04-27 Leo Liu <sdl.web@gmail.com>
8844
8845 * progmodes/octave.el (octave-function-file-p)
8846 (octave-skip-comment-forward, octave-function-file-comment)
8847 (octave-update-function-file-comment): New functions.
8848 (octave-mode-map): Bind C-c ; to
8849 octave-update-function-file-comment.
8850 (octave-mode-menu): Add octave-update-function-file-comment.
8851 (octave-mode, inferior-octave-mode): Fix doc-string.
8852 (octave-insert-defun): Conform to Octave's coding convention.
8853 (Bug#14285)
8854
8855 * files.el (basic-save-buffer): Don't let errors in
8856 before-save-hook prevent saving buffer.
8857
8858 2013-04-20 Roland Winkler <winkler@gnu.org>
8859
8860 * faces.el (read-face-name): Use completing-read if arg multiple
8861 is nil.
8862
8863 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8864
8865 * ls-lisp.el (ls-lisp-insert-directory): If no files are
8866 displayed, move point to after the totals line.
8867 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
8868 for the details.
8869
8870 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8873 Add current dir to the load-path.
8874 (package-generate-autoloads): Don't rely on
8875 autoload-ensure-default-file.
8876
8877 2013-04-26 Reuben Thomas <rrt@sc3d.org>
8878
8879 * textmodes/remember.el (remember-store-in-files): Document that
8880 the file name format is passed to `format-time-string'.
8881
8882 2013-04-26 Leo Liu <sdl.web@gmail.com>
8883
8884 * progmodes/octave.el (octave-sync-function-file-names): New function.
8885 (octave-mode): Use it in before-save-hook.
8886
8887 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8888
8889 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8890 (bug#14274).
8891
8892 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8893 \n and comment, even if it's not an implicit ; (bug#14218).
8894
8895 2013-04-26 Glenn Morris <rgm@gnu.org>
8896
8897 * subr.el (read-number): Once more use `read' rather than
8898 `string-to-number', to trap non-numeric input. (Bug#14254)
8899
8900 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
8901
8902 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8903 Use `syntax-multiline' text property consistently instead of
8904 `font-lock-multiline'. (Bug#14237)
8905
8906 2013-04-26 Glenn Morris <rgm@gnu.org>
8907
8908 * emacs-lisp/shadow.el (list-load-path-shadows):
8909 No longer necessary to check for duplicate simple.el, since
8910 2012-07-07 change to init_lread to not include installation lisp
8911 directories in load-path when running uninstalled. (Bug#14270)
8912
8913 2013-04-26 Leo Liu <sdl.web@gmail.com>
8914
8915 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8916 (octave-mode, inferior-octave-mode): Use setq-local.
8917 (octave-not-in-string-or-comment-p): Rename to
8918 octave-in-string-or-comment-p.
8919 (octave-in-comment-p, octave-in-string-p)
8920 (octave-in-string-or-comment-p): Replace defsubst with defun.
8921
8922 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8923
8924 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8925
8926 2013-04-25 Bastien Guerry <bzg@gnu.org>
8927
8928 * textmodes/remember.el (remember-data-directory)
8929 (remember-directory-file-name-format): Fix custom types.
8930
8931 2013-04-25 Leo Liu <sdl.web@gmail.com>
8932
8933 * progmodes/octave.el (octave-completion-at-point-function):
8934 Make use of inferior octave process.
8935 (octave-initialize-completions): Remove.
8936 (inferior-octave-completion-table): New function.
8937 (inferior-octave-completion-at-point): Use it.
8938 (octave-completion-alist): Remove.
8939
8940 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8941
8942 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8943 (opascal-mode-syntax-table): New var.
8944 (opascal-literal-kind, opascal-is-literal-end)
8945 (opascal-literal-token-at): Rewrite.
8946 (opascal--literal-start-re, opascal-font-lock-keywords)
8947 (opascal--syntax-propertize): New constants.
8948 (opascal-font-lock-defaults): Adjust.
8949 (opascal-mode): Use them. Set comment-<foo> variables as well.
8950 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8951 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8952 (delphi-other-face, opascal-other-face): Remove face variables.
8953 (opascal-save-state): Remove macro.
8954 (opascal-fontifying-progress-step): Remove constant.
8955 (opascal--ignore-changes): Remove var.
8956 (opascal-set-token-property, opascal-parse-next-literal)
8957 (opascal-is-stable-literal, opascal-complete-literal)
8958 (opascal-is-literal-start, opascal-face-of)
8959 (opascal-parse-region, opascal-parse-region-until-stable)
8960 (opascal-fontify-region, opascal-after-change)
8961 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8962 (opascal-debug-parse-region, opascal-debug-parse-window)
8963 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8964 (opascal-debug-fontify-buffer): Remove.
8965 (opascal-debug-mode-map): Adjust accordingly.
8966
8967 2013-04-25 Leo Liu <sdl.web@gmail.com>
8968
8969 Merge octave-mod.el and octave-inf.el into octave.el with some
8970 cleanups.
8971 * progmodes/octave.el: New file renamed from octave-mod.el.
8972 * progmodes/octave-inf.el: Merged into octave.el.
8973 * progmodes/octave-mod.el: Renamed to octave.el.
8974
8975 2013-04-25 Tassilo Horn <tsdh@gnu.org>
8976
8977 * textmodes/reftex-vars.el
8978 (reftex-label-ignored-macros-and-environments): New defcustom.
8979
8980 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8981
8982 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8985 (smie-indent-keyword): Improve the check to ensure that the next
8986 comment is really on the same line.
8987 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8988
8989 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8990 semi-colons if the line is not otherwise empty (bug#14218).
8991
8992 2013-04-25 Glenn Morris <rgm@gnu.org>
8993
8994 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8995
8996 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * progmodes/opascal.el (opascal-set-token-property): Rename from
8999 opascal-set-text-properties and only set `token' (bug#14134).
9000 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9001 (opascal-literal-text-properties): Remove.
9002 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9003 Adjust callers.
9004
9005 2013-04-24 Reuben Thomas <rrt@sc3d.org>
9006
9007 * textmodes/remember.el (remember-handler-functions): Add an
9008 option for a new handler `remember-store-in-files'.
9009 (remember-data-directory, remember-directory-file-name-format):
9010 New options.
9011 (remember-store-in-files): New function to store remember notes
9012 as separate files within a directory.
9013
9014 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
9015
9016 * progmodes/compile.el (compilation-next-error-function):
9017 Pass "formats" to compilation-find-file (bug#11777).
9018
9019 2013-04-24 Glenn Morris <rgm@gnu.org>
9020
9021 * vc/vc-bzr.el (vc-bzr-print-log):
9022 * vc/vc-hg.el (vc-hg-print-log):
9023 * vc/vc-svn.el (vc-svn-print-log):
9024 Fix START-REVISION with LIMIT != 1. (Bug#14168)
9025
9026 * vc/vc-bzr.el (vc-bzr-print-log):
9027 * vc/vc-cvs.el (vc-cvs-print-log):
9028 * vc/vc-git.el (vc-git-print-log):
9029 * vc/vc-hg.el (vc-hg-print-log):
9030 * vc/vc-mtn.el (vc-mtn-print-log):
9031 * vc/vc-rcs.el (vc-rcs-print-log):
9032 * vc/vc-sccs.el (vc-sccs-print-log):
9033 * vc/vc-svn.el (vc-svn-print-log):
9034 * vc/vc.el (vc-print-log-internal): Doc fixes.
9035
9036 2013-04-23 Glenn Morris <rgm@gnu.org>
9037
9038 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9039 Remove venerable code attempting to avoid substitute-command-keys.
9040
9041 2013-04-23 Tassilo Horn <tsdh@gnu.org>
9042
9043 * textmodes/reftex-vars.el (reftex-label-regexps):
9044 Call `reftex-compile-variables' after changes to this variable.
9045
9046 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9049 Use lexical-binding.
9050 (jit-lock-force-redisplay): Use markers, check buffer's continued
9051 existence and beware narrowed buffers.
9052 (jit-lock-fontify-now): Adjust call accordingly.
9053
9054 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9055
9056 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9057 to avoid misleading the user.
9058
9059 2013-04-22 Leo Liu <sdl.web@gmail.com>
9060
9061 * info-look.el: Prefer latex2e.info. (Bug#14240)
9062
9063 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9064
9065 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9066
9067 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9068 * net/tramp.el (tramp-call-process): ... here.
9069 (tramp-set-completion-function, tramp-parse-putty):
9070 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9071 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9072 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9073 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9074 (tramp-call-local-coding-command): Use `tramp-call-process'
9075 instead of `tramp-compat-call-process'.
9076
9077 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9078 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9079 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9080 (tramp-find-inline-compress): Improve traces.
9081 (tramp-maybe-send-script): Check for Perl binary.
9082 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9083
9084 2013-04-22 Daiki Ueno <ueno@gnu.org>
9085
9086 * epg.el (epg-context-pinentry-mode): New function.
9087 (epg-context-set-pinentry-mode): New function.
9088 (epg--start): Pass --pinentry-mode option to gpg command.
9089
9090 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9091
9092 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9093 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9094 `completion-at-point'. (Bug#13774)
9095
9096 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9097 default key binding for `describe-distribution' has been moved to
9098 `C-h C-o'. (Bug#13970)
9099
9100 2013-04-21 Glenn Morris <rgm@gnu.org>
9101
9102 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9103 Add doc strings.
9104 (vc-print-log): Clarify interactive prompt.
9105
9106 2013-04-20 Glenn Morris <rgm@gnu.org>
9107
9108 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9109 No longer include timestamp etc information.
9110
9111 2013-04-20 Roland Winkler <winkler@gnu.org>
9112
9113 * faces.el (read-face-name): Bug fix, return just one face if arg
9114 multiple is nil. (Bug#14209)
9115
9116 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9117
9118 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9119 (remove-function): Autoload.
9120
9121 * comint.el (comint-redirect-original-filter-function): Remove.
9122 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9123 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9124 (vc-cvs-annotate-command):
9125 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9126 * progmodes/prolog.el (prolog-consult-compile):
9127 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9128 Use add/remove-function instead.
9129 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9130 (gud-tooltip-process-output, gud-tooltip-tips):
9131 Use add/remove-function instead.
9132 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9133 (scheme-interaction-mode, exit-scheme-interaction-mode):
9134 Use add/remove-function instead.
9135
9136 * vc/vc-dispatcher.el: Use lexical-binding.
9137 (vc--process-sentinel): Rename from vc-process-sentinel.
9138 Change last arg to be the code to run. Don't use vc-previous-sentinel
9139 and vc-sentinel-commands any more.
9140 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9141 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9142
9143 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9144
9145 * progmodes/sh-script.el (sh-imenu-generic-expression):
9146 Handle function names with a single character. (Bug#14111)
9147
9148 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9149
9150 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9151 for subroutines defined in an eval (bug#14182).
9152
9153 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9154
9155 * bookmark.el (bookmark-completing-read): Improve handling of empty
9156 string (bug#14176).
9157
9158 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9161
9162 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9163
9164 New faster Imenu implementation (bug#14058).
9165 * progmodes/python.el:
9166 (python-imenu-prev-index-position):
9167 (python-imenu-format-item-label-function)
9168 (python-imenu-format-parent-item-label-function)
9169 (python-imenu-format-parent-item-jump-label-function):
9170 New vars.
9171 (python-imenu-format-item-label)
9172 (python-imenu-format-parent-item-label)
9173 (python-imenu-format-parent-item-jump-label)
9174 (python-imenu--put-parent, python-imenu--build-tree)
9175 (python-imenu-create-index, python-imenu-create-flat-index)
9176 (python-util-popn): New functions.
9177 (python-mode): Set imenu-create-index-function to
9178 python-imenu-create-index.
9179
9180 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * winner.el (winner-active-region): Use region-active-p, activate-mark
9183 and deactivate-mark (bug#14225).
9184
9185 * simple.el (deactivate-mark): Don't inline it.
9186
9187 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9188
9189 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9190
9191 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9192
9193 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9194 file extensions from the archive-mode entry in order to prefer
9195 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9196
9197 2013-04-18 Leo Liu <sdl.web@gmail.com>
9198
9199 * bindings.el (help-event-list): Add ?\?.
9200
9201 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 * subr.el (with-wrapper-hook): Declare obsolete.
9204 * simple.el (filter-buffer-substring-function): New hook.
9205 (filter-buffer-substring): Use it.
9206 (filter-buffer-substring-functions): Mark obsolete.
9207 * minibuffer.el (completion-in-region-function): New hook.
9208 (completion-in-region): Use it.
9209 (completion-in-region-functions): Mark obsolete.
9210 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9211 * abbrev.el (abbrev-expand-function): New hook.
9212 (expand-abbrev): Use it.
9213 (abbrev-expand-functions): Mark obsolete.
9214 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9215 and :filter-return.
9216
9217 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9218
9219 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9220 and do not care about match data.
9221
9222 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9225 completion tables when completing error conditions and
9226 `declare' arguments.
9227 (lisp-complete-symbol, field-complete): Mark as obsolete.
9228 (check-parens): Unmatched parens are user errors.
9229 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9230
9231 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9232
9233 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9234 command changed buffer (ie. `flyspell-pre-buffer' is not current
9235 buffer), which prevents making decisions based on invalid value of
9236 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9237 cause an error when `flyspell-pre-point' was nil after switching
9238 buffers.
9239 (flyspell-post-command-hook): No longer needs to change buffers when
9240 checking pre-word. While at it remove unnecessary progn.
9241
9242 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9243
9244 * textmodes/ispell.el (ispell-add-per-file-word-list):
9245 Fix `flyspell-correct-word-before-point' error when accepting
9246 words and `coment-padding' is an integer by using
9247 `comment-normalize-vars' (Bug #14214).
9248
9249 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9250
9251 New defun movement commands.
9252 * progmodes/python.el (python-nav--syntactically)
9253 (python-nav--forward-defun, python-nav-backward-defun)
9254 (python-nav-forward-defun): New functions.
9255
9256 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9257
9258 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9259 (python-syntax-context): Use named compiler-macro for backwards
9260 compatibility with Emacs 24.x.
9261
9262 2013-04-17 Leo Liu <sdl.web@gmail.com>
9263
9264 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9265 octave-hide-process-buffer.
9266
9267 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9268
9269 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9270 (bug#14216).
9271
9272 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9273
9274 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9275 Fix adjustment of offset when receiving incomplete responses from GDB
9276 (bug#14129).
9277
9278 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9281 python-mode-abbrev-table.
9282 (python-skeleton-define): Adjust accordingly.
9283 (python-mode-abbrev-table): New table that inherits from it so that
9284 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9285
9286 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9287 (abbrev-symbol): Use it.
9288 (abbrev--before-point): Use it since we already handle inheritance.
9289
9290 2013-04-16 Leo Liu <sdl.web@gmail.com>
9291
9292 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9293 binding to info-lookup-symbol.
9294
9295 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
9296
9297 * minibuffer.el (completion--twq-all):
9298 * term/ns-win.el (ns-initialize-window-system):
9299 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9300
9301 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9304 global bindings.
9305
9306 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9307
9308 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9309
9310 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9311 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9312 to nil.
9313 (ruby-end-of-defun): Remove the unused arg, change the docstring
9314 to reflect that this function is only used as the value of
9315 `end-of-defun-function'.
9316 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9317 to reflect an earlier change that beginning/end-of-defun functions
9318 jump between methods in a class definition, as well as top-level
9319 functions.
9320
9321 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9322
9323 * minibuffer.el (minibuffer-complete): Don't just scroll
9324 a *Completions* that's been iconified.
9325 (minibuffer-force-complete): Make sure repetitions do cycle when going
9326 through completion-in-region -> minibuffer-complete.
9327
9328 2013-04-15 Alan Mackenzie <acm@muc.de>
9329
9330 Correct the placement of c-cpp-delimiters when there're #s not at
9331 col 0.
9332
9333 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9334 place a submatch around the #.
9335 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9336 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
9337 on the #, not BOL.
9338
9339 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9342 (advice--member-p): New arg `name'.
9343 (advice--add-function, advice-member-p): Use it (bug#14202).
9344
9345 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9346
9347 Reformulate java imenu-generic-expression.
9348 The old expression contained ill formed regexps.
9349
9350 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9351 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9352 (cc-imenu-java-method-arg-regexp): New defconsts.
9353 (cc-imenu-java-build-type-args-regex): New defun.
9354 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9355 handling of spaces in the regexp.
9356
9357 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9358
9359 * textmodes/ispell.el (ispell-command-loop): Remove
9360 flyspell highlight of a word when ispell accepts it (bug #14178).
9361
9362 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
9363
9364 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9365 uses code from the previous `ange-ftp-run-real-handler'.
9366 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9367 only in case that function exist. This is needed for proper
9368 unloading of Tramp.
9369
9370 2013-04-15 Tassilo Horn <tsdh@gnu.org>
9371
9372 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9373
9374 * textmodes/reftex.el (reftex-compile-variables): Use it.
9375
9376 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9377
9378 * files.el (normal-mode): Only use default major-mode if no other mode
9379 was specified.
9380
9381 * emacs-lisp/trace.el (trace-values): New function.
9382
9383 * files.el: Allow : in local variables (bug#14089).
9384 (hack-local-variable-regexp): New var.
9385 (hack-local-variables-prop-line, hack-local-variables): Use it.
9386
9387 2013-04-13 Roland Winkler <winkler@gnu.org>
9388
9389 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9390 data before it gets modified by bibtex-beginning-of-entry.
9391
9392 2013-04-13 Roland Winkler <winkler@gnu.org>
9393
9394 * textmodes/bibtex.el (bibtex-url): Doc fix.
9395
9396 2013-04-13 Roland Winkler <winkler@gnu.org>
9397
9398 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9399 does not visit a BibTeX file, exclude it from the list of buffers
9400 returned by bibtex-initialize.
9401
9402 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
9403
9404 * window.el (split-window): Remove interactive form, since as a
9405 command this function is a special case of split-window-below.
9406 Correct doc string.
9407
9408 2013-04-12 Roland Winkler <winkler@gnu.org>
9409
9410 * faces.el (read-face-name): Do not override value of arg default.
9411 Allow single faces and strings as default values. Remove those
9412 elements from return value that are not faces.
9413 (describe-face): Simplify.
9414 (face-at-point): New optional args thing and multiple so that this
9415 function can provide the same functionality previously provided by
9416 read-face-name.
9417 (make-face-bold, make-face-unbold, make-face-italic)
9418 (make-face-unitalic, make-face-bold-italic, invert-face)
9419 (modify-face, read-face-and-attribute): Use face-at-point.
9420
9421 * cus-edit.el (customize-face, customize-face-other-window)
9422 * cus-theme.el (custom-theme-add-face)
9423 * face-remap.el (buffer-face-set)
9424 * facemenu.el (facemenu-set-face): Use face-at-point.
9425
9426 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
9427
9428 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9429
9430 2013-04-10 Tassilo Horn <tsdh@gnu.org>
9431
9432 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9433 off leading { and trailing } from field values.
9434
9435 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * emacs-lisp/timer.el (timer--check): New function.
9438 (timer--time, timer-set-function, timer-event-handler): Use it.
9439 (timer-set-idle-time): Simplify.
9440 (timer--activate): CSE.
9441 (timer-event-handler): Give more info in error message.
9442 (internal-timer-start-idle): New function, moved from C.
9443
9444 * mpc.el (mpc-proc): Add `restart' argument.
9445 (mpc-proc-cmd): Use it.
9446 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9447 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9448 less often.
9449
9450 2013-04-10 Masatake YAMATO <yamato@redhat.com>
9451
9452 * progmodes/sh-script.el: Implement `sh-mode' own
9453 `add-log-current-defun-function' (bug#14112).
9454 (sh-current-defun-name): New function.
9455 (sh-mode): Use the function.
9456
9457 2013-04-09 Bastien Guerry <bzg@gnu.org>
9458
9459 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9460
9461 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9464
9465 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9466 timer (bug#14156).
9467
9468 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9469
9470 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9471 declaration.
9472
9473 2013-04-07 Leo Liu <sdl.web@gmail.com>
9474
9475 * pcmpl-x.el: New file.
9476
9477 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9478
9479 Do not set x-display-name until X connection is established.
9480 This is needed to prevent from weird situation described at
9481 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9482 * frame.el (make-frame): Set x-display-name after call to
9483 window system initialization function, not before.
9484 * term/x-win.el (x-initialize-window-system): Add optional
9485 display argument and use it.
9486 * term/w32-win.el (w32-initialize-window-system):
9487 * term/ns-win.el (ns-initialize-window-system):
9488 * term/pc-win.el (msdos-initialize-window-system):
9489 Add compatible optional display argument.
9490
9491 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9492
9493 * files.el (normal-backup-enable-predicate): On MS-Windows and
9494 MS-DOS compare truenames of temporary-file-directory and of the
9495 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9496 don't fail comparison by compare-strings. Also, compare file
9497 names case-insensitively on MS-Windows and MS-DOS.
9498
9499 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9500
9501 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9502 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9503
9504 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9505
9506 * whitespace.el (whitespace-color-on, whitespace-color-off):
9507 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9508
9509 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
9510
9511 * ispell.el (ispell-set-spellchecker-params):
9512 Really set `ispell-args' for all equivs.
9513
9514 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * ido.el (ido-completions): Use extra elements of ido-decorations
9517 (bug#14143).
9518 (ido-decorations): Update docstring.
9519
9520 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
9521
9522 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9523 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9524 nil during initialization, in order not to miss changes since the
9525 file was opened. (Bug#14140)
9526
9527 2013-04-05 Leo Liu <sdl.web@gmail.com>
9528
9529 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9530
9531 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9532
9533 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9534
9535 2013-04-04 Glenn Morris <rgm@gnu.org>
9536
9537 * electric.el (electric-pair-inhibit-predicate): Add :version.
9538
9539 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9542 when a package is required several times (bug#14082).
9543
9544 2013-04-04 Roland Winkler <winkler@gnu.org>
9545
9546 * faces.el (read-face-name): Behave as promised by the docstring.
9547 Assume that arg default is a list of faces.
9548 (describe-face): Call read-face-name with list of default faces.
9549
9550 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9551
9552 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9553 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9554 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9555 the header.
9556 (bookmark-exit-hook-internal): Save even if list is empty.
9557
9558 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9559
9560 * emacs-lisp/package.el (package-pinned-packages): New var.
9561 (package--add-to-archive-contents): Obey it (bug#14118).
9562
9563 2013-04-03 Alan Mackenzie <acm@muc.de>
9564
9565 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9566 Also adapt to the new values of element 7 of a parse state.
9567
9568 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9569 parameter `not-in-delimiter'. Handle being inside comment opener.
9570 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9571 character in case we're typing a '*' after a '/'.
9572 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9573 instead by passing the parameter to c-state-pp-to-literal.
9574
9575 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9576 for elt. 7 of a parse state.
9577
9578 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9579
9580 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9581 * international/latin1-disp.el, international/mule-util.el:
9582 * language/cyril-util.el, language/european.el, language/ind-util.el:
9583 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9584 * language/tibetan.el, language/viet-util.el:
9585 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9586
9587 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9590 (electric-pair-post-self-insert-function): Use it.
9591 (electric-pair-default-inhibit): New function, extracted from
9592 electric-pair-post-self-insert-function.
9593
9594 2013-03-31 Roland Winkler <winkler@gnu.org>
9595
9596 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9597
9598 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9601
9602 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
9603
9604 Un-indent after "pass" and "return" statements (Bug#13888)
9605 * progmodes/python.el (python-indent-block-enders): New var.
9606 (python-indent-calculate-indentation): Use it.
9607
9608 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
9609
9610 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9611 defun. Defining it as defalias could introduce too eager
9612 byte-compiler optimization. (Bug#14030)
9613
9614 2013-03-30 Chong Yidong <cyd@gnu.org>
9615
9616 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9617
9618 2013-03-30 Leo Liu <sdl.web@gmail.com>
9619
9620 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9621 (kmacro-execute-from-register): Pass the keyboard macro to
9622 kmacro-call-macro or repeating won't work correctly.
9623
9624 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9625
9626 * progmodes/subword.el: Back to using `forward-symbol'.
9627
9628 * subr.el (forward-whitespace, forward-symbol)
9629 (forward-same-syntax): Move from thingatpt.el.
9630
9631 2013-03-29 Leo Liu <sdl.web@gmail.com>
9632
9633 * kmacro.el (kmacro-to-register): New command.
9634 (kmacro-execute-from-register): New function.
9635 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9636
9637 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * mpc.el: Use defvar-local and setq-local.
9640 (mpc--proc-connect): Connection failures are not bugs.
9641 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9642 (mpc-volume-map): Bind to the up-events.
9643
9644 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9645
9646 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9647 instead of `forward-symbol'.
9648
9649 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9652 (edebug--recursive-edit): Use it.
9653 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9654 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9655
9656 2013-03-28 Leo Liu <sdl.web@gmail.com>
9657
9658 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9659
9660 2013-03-27 Eli Zaretskii <eliz@gnu.org>
9661
9662 * facemenu.el (list-colors-callback): New defvar.
9663 (list-colors-redisplay): New function.
9664 (list-colors-display): Install list-colors-redisplay as the
9665 revert-buffer-function. (Bug#14063)
9666
9667 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9670 and suffixes don't overlap (bug#14061).
9671
9672 * case-table.el: Use lexical-binding.
9673 (case-table-get-table): New function.
9674 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9675
9676 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9677
9678 * progmodes/subword.el: Add `superword-mode' to do word motion
9679 over symbol_words (parallels and leverages `subword-mode' which
9680 does word motion inside MixedCaseWords).
9681
9682 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9683
9684 * eshell/em-unix.el: Move su and sudo to...
9685 * eshell/em-tramp.el: ...Eshell tramp module.
9686
9687 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9690 Change return value to be a sexp. Delay `get-buffer' to after
9691 restoring the desktop (bug#13951).
9692
9693 2013-03-26 Leo Liu <sdl.web@gmail.com>
9694
9695 * register.el: Move semantic tag handling back to
9696 cedet/semantic/senator.el. (Bug#14052)
9697
9698 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9701 into the prompt either (bug#13963).
9702
9703 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9706 part of "(error-foo)".
9707
9708 2013-03-24 Juri Linkov <juri@jurta.org>
9709
9710 * replace.el (list-matching-lines-prefix-face): New defcustom.
9711 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9712 `occur-engine' if `face-differs-from-default-p' returns t.
9713 (occur-engine): Add `,' inside backquote construct to evaluate
9714 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9715 Pass `prefix-face' to the functions `occur-context-lines' and
9716 `occur-engine-add-prefix'.
9717 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9718 `prefix-face' and propertize the prefix with `prefix-face'.
9719 (Bug#14017)
9720
9721 2013-03-24 Leo Liu <sdl.web@gmail.com>
9722
9723 * nxml/rng-valid.el (rng-validate-while-idle)
9724 (rng-validate-quick-while-idle): Guard against deleted buffer.
9725 (Bug#13999)
9726
9727 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9728 is the last entry in kill-buffer-hook.
9729
9730 * files.el (kill-buffer-hook): Doc fix.
9731
9732 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9733
9734 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9735 Make it safe-local.
9736
9737 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9738
9739 2013-03-23 Leo Liu <sdl.web@gmail.com>
9740
9741 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9742 Remove.
9743
9744 * nxml/rng-valid.el (rng-validate-mode)
9745 (rng-after-change-function, rng-do-some-validation):
9746 * nxml/rng-maint.el (rng-validate-buffer):
9747 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9748 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9749 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9750 (nxml-extend-after-change-region): Use with-silent-modifications.
9751
9752 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9753 timer-idle-list.
9754
9755 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9756 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9757 timer-idle-list. (Bug#13999)
9758
9759 2013-03-23 Juri Linkov <juri@jurta.org>
9760
9761 * info.el (info-index-match): New face.
9762 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9763 main pattern and add text properties with the new face to matches
9764 in index entries relative to the beginning of the index entry.
9765 (Bug#14015)
9766
9767 2013-03-21 Eric Ludlam <zappo@gnu.org>
9768
9769 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9770 Inhibit read only while inserting objects.
9771
9772 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9773
9774 * progmodes/cfengine.el: Update docs to mention
9775 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9776 symbol motion. Remove "_" from the word syntax.
9777
9778 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9779
9780 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9781 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9782
9783 2013-03-20 Juri Linkov <juri@jurta.org>
9784
9785 * info.el (Info-next-reference-or-link)
9786 (Info-prev-reference-or-link): New functions.
9787 (Info-next-reference, Info-prev-reference): Use them.
9788 (Info-try-follow-nearest-node): Handle footnote navigation.
9789 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9790
9791 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9794 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9795
9796 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9797
9798 Suppress unnecessary non-ASCII chatter during build process.
9799 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9800 (batch-skkdic-convert): Suppress most of the chatter.
9801 It's not needed so much now that machines are faster,
9802 and its non-ASCII component was confusing; see Dmitry Gutov in
9803 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9804
9805 2013-03-20 Leo Liu <sdl.web@gmail.com>
9806
9807 * ido.el (ido-chop): Fix bug#10994.
9808
9809 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9810
9811 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9812 Remove vars.
9813 (whitespace-color-on, whitespace-color-off):
9814 Use `font-lock-fontify-buffer' (Bug#13817).
9815
9816 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9819 remapping in mode-line.
9820 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9821
9822 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9823
9824 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9825 value for `whitespace-line' face (Bug#13875).
9826 (whitespace-font-lock-keywords): Change description.
9827 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9828 the constructed keywords instead.
9829 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
9830
9831 2013-03-19 Leo Liu <sdl.web@gmail.com>
9832
9833 * progmodes/compile.el (compilation-display-error): New command.
9834 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9835 C-o. (Bug#13992)
9836
9837 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9838
9839 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9840
9841 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9842
9843 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9844
9845 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
9846
9847 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9848
9849 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9850 * net/tramp-gvfs.el (top):
9851 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9852 (tramp-handle-shell-command): Use it.
9853 (tramp-dissect-file-name): Raise an error when hostname is a
9854 method name, and neither method nor user is specified.
9855
9856 * net/trampver.el: Update release number.
9857
9858 2013-03-18 Leo Liu <sdl.web@gmail.com>
9859
9860 Make sure eldoc can be turned off properly.
9861 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9862 eldoc-mode.
9863 (eldoc-display-message-p): Revert last change.
9864 (eldoc-display-message-no-interference-p)
9865 (eldoc-print-current-symbol-info): Tweak.
9866
9867 2013-03-18 Tassilo Horn <tsdh@gnu.org>
9868
9869 * doc-view.el (doc-view-new-window-function): Check the new window
9870 overlay's display property instead the char property of the
9871 buffer's first char. Use `with-selected-window' instead of
9872 `save-window-excursion' with `select-window'.
9873 (doc-view-document->bitmap): Check the current doc-view overlay's
9874 display property instead the char property of the buffer's first char.
9875
9876 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9877
9878 Automate the build of ja-dic.el (Bug#13984).
9879 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9880 from the input, rather than assume that it's been done for us by the
9881 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9882 the current date into a ja-dic.el comment, as that complicates
9883 regression testing.
9884
9885 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9886
9887 * whitespace.el: Fix double evaluation.
9888 (whitespace-space, whitespace-hspace, whitespace-tab)
9889 (whitespace-newline, whitespace-trailing, whitespace-line)
9890 (whitespace-space-before-tab, whitespace-indentation)
9891 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9892 obsolete defvars.
9893 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9894 (whitespace-color-on): Use a single font-lock-add-keywords call.
9895 Fix double-evaluation of face variables.
9896
9897 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
9898
9899 * net/tramp-adb.el (tramp-adb-parse-device-names):
9900 Use `start-process' instead of `call-process'. Otherwise, the
9901 function might be blocked under MS Windows. (Bug#13299)
9902
9903 2013-03-17 Leo Liu <sdl.web@gmail.com>
9904
9905 Extend eldoc to display info in the mode-line. (Bug#13978)
9906 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9907 (eldoc-mode-line-string): New variable.
9908 (eldoc-minibuffer-message): New function.
9909 (eldoc-message-function): New variable.
9910 (eldoc-message): Use it.
9911 (eldoc-display-message-p)
9912 (eldoc-display-message-no-interference-p):
9913 Support eldoc-post-insert-mode.
9914
9915 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9916 (eval-expression): Run it.
9917
9918 2013-03-17 Roland Winkler <winkler@gnu.org>
9919
9920 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9921 strings in the list of return values.
9922
9923 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9924
9925 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9926 radix before checking for HMS forms.
9927
9928 2013-03-16 Leo Liu <sdl.web@gmail.com>
9929
9930 * progmodes/scheme.el: Add indentation and font-locking for λ.
9931 (Bug#13975)
9932
9933 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9936 token before point (bug#13942).
9937
9938 2013-03-16 Leo Liu <sdl.web@gmail.com>
9939
9940 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
9941
9942 2013-03-16 Eli Zaretskii <eliz@gnu.org>
9943
9944 * startup.el (command-line-normalize-file-name): Fix handling of
9945 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9946 <xfq.free@gmail.com> in
9947 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9948
9949 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
9950
9951 Sync with Tramp 2.2.7.
9952
9953 * net/trampver.el: Update release number.
9954
9955 2013-03-14 Tassilo Horn <tsdh@gnu.org>
9956
9957 * doc-view.el: Fix bug#13887.
9958 (doc-view-insert-image): Don't modify overlay associated to
9959 non-live windows, and implement horizontal centering of image in
9960 case it's smaller than the window.
9961 (doc-view-new-window-function): Force redisplay of new windows on
9962 doc-view buffers.
9963
9964 2013-03-13 Karl Fogel <kfogel@red-bean.com>
9965
9966 * saveplace.el (save-place-alist-to-file): Don't sort
9967 `save-place-alist', just pretty-print it (bug#13882).
9968
9969 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
9970
9971 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9972 Check whether `default-file-name-coding-system' is bound.
9973 It isn't in XEmacs.
9974
9975 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9978 backquotes for `obsolete' (bug#13929).
9979
9980 * international/mule.el (find-auto-coding): Include file name in
9981 obsolescence warning (bug#13922).
9982
9983 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9984
9985 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9986 for CFEngine 3-specific indentation.
9987 (cfengine3-indent-line): Use it. Fix up category regex.
9988 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9989
9990 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * type-break.el (type-break-file-name):
9993 * textmodes/remember.el (remember-data-file):
9994 * strokes.el (strokes-file):
9995 * shadowfile.el (shadow-initialize):
9996 * saveplace.el (save-place-file):
9997 * ps-bdf.el (bdf-cache-file):
9998 * progmodes/idlwave.el (idlwave-config-directory):
9999 * net/quickurl.el (quickurl-url-file):
10000 * international/kkc.el (kkc-init-file-name):
10001 * ido.el (ido-save-directory-list-file):
10002 * emulation/viper.el (viper-custom-file-name):
10003 * emulation/vip.el (vip-startup-file):
10004 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10005 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10006
10007 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
10008
10009 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10010 * language/thai-word.el: Switch to UTF-8.
10011
10012 See ChangeLog.16 for earlier changes.
10013
10014 ;; Local Variables:
10015 ;; coding: utf-8
10016 ;; End:
10017
10018 Copyright (C) 2011-2013 Free Software Foundation, Inc.
10019
10020 This file is part of GNU Emacs.
10021
10022 GNU Emacs is free software: you can redistribute it and/or modify
10023 it under the terms of the GNU General Public License as published by
10024 the Free Software Foundation, either version 3 of the License, or
10025 (at your option) any later version.
10026
10027 GNU Emacs is distributed in the hope that it will be useful,
10028 but WITHOUT ANY WARRANTY; without even the implied warranty of
10029 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10030 GNU General Public License for more details.
10031
10032 You should have received a copy of the GNU General Public License
10033 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.