* lisp/vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
[bpt/emacs.git] / lisp / ChangeLog
1 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
2
3 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4 work when annotation is invisible (Bug#13886).
5
6 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
7
8 * json.el (json-alist-p): Only return non-nil if the alist has
9 simple keys (Bug#13518).
10
11 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
12
13 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
14 when control-statement is the first statement in a buffer (Bug#15956).
15
16 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
17
18 * imenu.el (imenu-generic-skip-comments-and-strings):
19 New option (Bug#15560).
20 (imenu--generic-function): Use it.
21
22 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
23
24 * minibuffer.el (completion--in-region-1): Scroll the correct
25 window. (Bug#13898)
26
27 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
28
29 * emacs-lisp/helpers.el: Add some string helpers.
30 (string-trim-left): Removes leading whitespace.
31 (string-trim-right): Removes trailing whitespace.
32 (string-trim): Removes leading and trailing whitespace.
33
34 * subr.el (string-suffix-p): New function.
35
36 2013-11-23 Glenn Morris <rgm@gnu.org>
37
38 * progmodes/python.el (python-shell-send-file):
39 Add option to delete file when done. (Bug#15647)
40 (python-shell-send-string, python-shell-send-region): Use it.
41
42 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
43
44 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
45 to set buffer-read-only to t, never to nil. (Bug#15938)
46
47 * textmodes/tex-mode.el (latex-noindent-environments):
48 Add safe-local-variable property. (Bug#15936)
49
50 2013-11-23 Glenn Morris <rgm@gnu.org>
51
52 * textmodes/enriched.el (enriched-mode): Doc fix.
53 * emacs-lisp/authors.el (authors-renamed-files-alist):
54 Add enriched.doc -> enriched.txt.
55
56 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
57
58 2013-11-22 Leo Liu <sdl.web@gmail.com>
59
60 * progmodes/octave.el (inferior-octave-startup): Spit out error
61 message.
62
63 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
64
65 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
66 Improve docstring.
67 Add :version.
68 (ruby-encoding-magic-comment-style): Add :version.
69
70 2013-11-22 Leo Liu <sdl.web@gmail.com>
71
72 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
73 (Bug#15076)
74 (octave-help-mode): Adapt to change to help-mode-finish to use
75 derived-mode-p on 2013-09-17.
76 (inferior-octave-prompt): Also match octave-gui.
77 (octave-kill-process): Don't ask twice. (Bug#10564)
78
79 2013-11-22 Leo Liu <sdl.web@gmail.com>
80
81 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
82 (inferior-octave-startup, inferior-octave-check-process)
83 (inferior-octave-track-window-width-change)
84 (octave-completion-at-point, octave-eldoc-function): Use it.
85 (octave-kill-process): Provide confirmation. (Bug#10564)
86
87 2013-11-21 Leo Liu <sdl.web@gmail.com>
88
89 * progmodes/octave.el (octave-mode, inferior-octave-mode): Fix
90 obsolete variable comment-use-global-state.
91
92 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
93
94 * progmodes/octave.el (octave-mode-map, octave-mode-menu): Add
95 `octave-source-file'.
96 (octave-source-file): New function. (Bug#15935)
97
98 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
99
100 * net/eww.el (eww-local-regex): New variable.
101 (eww): Use it to detect localhost and similar.
102
103 2013-11-21 Leo Liu <sdl.web@gmail.com>
104
105 Add completion for command `ag'.
106 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
107 (pcomplete/ag): New function.
108 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
109
110 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
113 (bug#14646).
114 (make-obsolete): Remove interactive spec.
115
116 2013-11-21 Glenn Morris <rgm@gnu.org>
117
118 * startup.el (command-line-1): Use path-separator with -L.
119
120 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
121
122 * emacs-lisp/package.el (describe-package-1): Add package archive
123 to shown fields.
124
125 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
126
127 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
128 Change default to "# encoding: %s" to differentiate it from the
129 default Ruby encoding comment template.
130
131 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
132
133 * ses.el (ses-mode): Doc fix. (Bug#14748)
134
135 2013-11-20 Leo Liu <sdl.web@gmail.com>
136
137 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
138
139 2013-11-19 Dan Nicolaescu <dann@gnu.org>
140
141 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
142 when rebase or bisect are in progress.
143
144 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
145
146 * filenotify.el (file-notify-add-watch): Doc fix.
147
148 2013-11-19 Leo Liu <sdl.web@gmail.com>
149
150 * obsolete/rcompile.el: Mark obsolete.
151
152 * progmodes/compile.el (compilation-start)
153 (compilation-goto-locus, compilation-find-file):
154 Pass no-display-ok and handle nil value from display-buffer.
155 (Bug#13594)
156
157 * window.el (display-buffer-alist, display-buffer): Document the
158 new parameter no-display-ok.
159
160 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * electric.el (electric-indent-mode-map): Remove.
163 (electric-indent-mode): Change the global-map instead (bug#15915).
164
165 * textmodes/text-mode.el (paragraph-indent-minor-mode):
166 Use add-function.
167
168 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * emacs-lisp/nadvice.el (remove-function): Align with
171 add-function's behavior.
172
173 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
174 (gdb--string-regexp): New constant.
175 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
176 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
177 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
178 submatch 1.
179 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
180 Adjust use accordingly.
181 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
182
183 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
184
185 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
186 interpolation curlies (Bug#15914).
187
188 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
189
190 * calc/calc.el (calc-context-sensitive-enter): New variable.
191 (calc-enter): Use `calc-context-sensitive-enter'.
192
193 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
194
195 * progmodes/cfengine.el: Version bump.
196 (cfengine-cf-promises): New defcustom to locate cf-promises.
197 (cfengine3-vartypes): Add new "data" type.
198 (cfengine3--current-word): New function to get current name-like
199 word or its bounds.
200 (cfengine3--current-function): New function to look up a CFEngine
201 function's definition.
202 (cfengine3-format-function-docstring): New function.
203 (cfengine3-make-syntax-cache): New function.
204 (cfengine3-documentation-function): New function: ElDoc glue.
205 (cfengine3-completion-function): New function: completion glue.
206 (cfengine3-mode): Set `compile-command',
207 `eldoc-documentation-function', and add to
208 `completion-at-point-functions'.
209
210 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
211
212 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
213 `tramp-current-connection'.
214
215 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
216
217 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
218 nil/self/true/false with "end of symbol".
219
220 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
221
222 * subr.el (version-regexp-alist): Fix a typo.
223
224 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
225
226 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
227 "en_US.utf8" and "LC_CTYPE" to "".
228 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
229 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
230
231 2013-11-15 Leo Liu <sdl.web@gmail.com>
232
233 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
234
235 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * progmodes/gud.el (ctl-x-map):
238 Remove C-x SPC binding. (Bug#12342)
239 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
240
241 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
242
243 * subr.el (version-regexp-alist):
244 Recognize hg, svn and darcs versions as snapshot versions.
245
246 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
247 Add the ability to always insert an utf-8 encoding comment.
248 Fix and simplify coding comment update logic.
249
250 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
251
252 * net/tramp-gvfs.el (top): Run init code only when
253 `tramp-gvfs-enabled' is not nil.
254 (tramp-gvfs-enabled): Check also :system bus.
255
256 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 Sync with upstream verilog-mode revision 78e66ba.
259 * progmodes/verilog-mode.el (verilog-end-of-defun)
260 (verilog-type-completion, verilog-get-list): Remove unused funcs.
261 (verilog-get-end-of-defun): Remove unused argument.
262 (verilog-comment-depth): Remove unused local `e'.
263 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
264 Don't pass arg to verilog-get-end-of-defun.
265
266 2013-11-14 Glenn Morris <rgm@gnu.org>
267
268 * obsolete/assoc.el (aget): Prefix dynamic variable.
269
270 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
271
272 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * widget.el, hfy-cmap.el: Remove bogus package version number.
275
276 2013-11-13 Glenn Morris <rgm@gnu.org>
277
278 * replace.el (replace-eval-replacement):
279 Try to give more helpful error message. (Bug#15836)
280
281 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
282 (archive-7z-update): Avoid custom type mismatches.
283
284 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
285
286 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
287
288 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
289 address can be empty.
290
291 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
292 Accept nil SWITCHES.
293 (tramp-gvfs-handle-write-region): Implement APPEND.
294
295 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
296
297 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
298 binary "|" operator and closing block args delimiter.
299 Remove FIXME comment referring to Ruby 1.8-only syntax.
300 (ruby-smie--implicit-semi-p): Not after "|" operator.
301 (ruby-smie--closing-pipe-p): New function.
302 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
303 (ruby-smie-rules): Indent after "|".
304
305 2013-11-12 Glenn Morris <rgm@gnu.org>
306
307 * ps-print.el (ps-face-attribute-list):
308 Handle anonymous faces. (Bug#15827)
309
310 2013-11-12 Martin Rudalics <rudalics@gmx.at>
311
312 * window.el (display-buffer-other-frame): Fix doc-string.
313 (Bug#15868)
314
315 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * subr.el (force-mode-line-update): Delete, move to buffer.c.
318
319 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
320
321 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
322 (tramp-sh-handle-file-local-copy): Don't write a message when
323 saving temporary files.
324
325 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
326 both directories are remote.
327 (tramp-smb-handle-directory-files): Do not return double entries.
328 Do not expand full file names.
329 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
330 (tramp-smb-handle-write-region): Implement APPEND.
331 (tramp-smb-get-stat-capability): Fix a stupid bug.
332
333 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
336
337 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
338
339 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
340 throwing error over malformed let/let* (bug#15814).
341
342 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * iswitchb.el (iswitchb-mode): Mark obsolete.
345
346 2013-11-11 Glenn Morris <rgm@gnu.org>
347
348 * international/uni-bidi.el, international/uni-category.el:
349 * international/uni-name.el, international/uni-numeric.el:
350 Regenerate for Unicode 6.3.0.
351
352 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
353
354 * net/tramp.el (tramp-methods):
355 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
356 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
357
358 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
359
360 * progmodes/sh-script.el (sh-font-lock-keywords-var):
361 Force highlighting text after Summary keyword in doc face for rpm.
362
363 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
364
365 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
366 available and the word has no wildcards, append one to the grep pattern.
367 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
368 (ispell-complete-word): Call `ispell-lookup-words' with the value
369 independent of `ispell-look-p'.
370
371 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
372
373 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
374 Not after "||".
375 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
376 their parent.
377
378 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
381 (ruby-font-lock-keywords): Use backquote.
382
383 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
384
385 * progmodes/ruby-mode.el (ruby-smie--forward-token)
386 (ruby-smie--backward-token): Only consider full-string matches.
387
388 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
389
390 * faces.el (describe-face): Add distant-foreground.
391
392 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
393
394 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
395 Use `ruby-encoding-magic-comment-style' to control the
396 style of the auto-inserted encoding comment.
397
398 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
399
400 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
401 Use `smie-backward-sexp' with token argument.
402
403 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
404
405 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
406 Remove instrumentation code.
407
408 2013-11-08 Glenn Morris <rgm@gnu.org>
409
410 * progmodes/autoconf.el (autoconf-mode):
411 Tweak comment-start-skip. (Bug#15822)
412
413 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
416 at bobp (bug#15826).
417 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
418
419 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
420
421 * man.el (Man-start-calling): New macro, extracted from
422 Man-getpage-in-background.
423 (Man-getpage-in-background): Use it.
424 (Man-update-manpage): New command.
425 (Man-mode-map): Bind it.
426
427 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
428
429 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
430 of "and", "or", "&&" and "||".
431 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
432 argument. Prohibit opening curly brace because it could only be a
433 block opener in that position.
434 (ruby-smie--forward-token, ruby-smie--backward-token):
435 Separate "|" from "&" or "*" going after it. That can happen in block
436 arguments.
437 (ruby-smie--indent-to-stmt): New function, seeks the end of
438 previous statement or beginning of buffer.
439 (ruby-smie-rules): Use it.
440 (ruby-smie-rules): Check if there's a ":" before a curly block
441 opener candidate; if there is, it's a hash.
442
443 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
446 (cl--block-wrapper): Fix last accidental change.
447
448 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
449
450 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
451 Instrument, in order to hunt failure on hydra.
452
453 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
454
455 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
456 malformed bindings form (bug#15814).
457
458 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
459
460 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
461 "." compared to " @ ". This incidentally fixes some indentation
462 examples with "do".
463 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
464 (ruby-smie-grammar): New tokens: "and" and "or".
465 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
466 Exclude "and" and "or". Remove "do" in order to work around token
467 priorities.
468 (ruby-smie-rules): Add all infix tokens. Handle the case of
469 beginning-of-buffer.
470
471 2013-11-06 Glenn Morris <rgm@gnu.org>
472
473 * Makefile.in (setwins_almost, setwins_for_subdirs):
474 Avoid accidental matches.
475
476 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 * menu-bar.el (popup-menu): Use key-binding.
479
480 2013-11-06 Eli Zaretskii <eliz@gnu.org>
481
482 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
483 menus, support also the menus produced by minor modes.
484 (Bug#15817)
485
486 2013-11-06 Leo Liu <sdl.web@gmail.com>
487
488 * thingatpt.el (thing-at-point-looking-at): Add optional arg
489 DISTANCE to bound the search. All uses changed. (Bug#15808)
490
491 2013-11-06 Glenn Morris <rgm@gnu.org>
492
493 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
494 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
495 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
496
497 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * electric.el (electric-indent-just-newline): New command.
500 (electric-indent-mode-map): New keymap.
501 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
502 Re-add :group which weren't redundant.
503
504 * electric.el (electric-indent-local-mode): New minor mode.
505 (electric-indent-functions-without-reindent): New var.
506 (electric-indent-post-self-insert-function): Use it.
507 * emacs-lisp/gv.el (buffer-local-value): Add setter.
508
509 2013-11-05 Eli Zaretskii <eliz@gnu.org>
510
511 * international/quail.el (quail-help): Be more explicit about the
512 meaning of the labels shown on the keys. (Bug#15800)
513
514 * startup.el (normal-top-level): Load the subdirs.el files before
515 setting the locale environment. (Bug#15805)
516
517 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
520 via arguments so as to get the right ones (bug#15418).
521
522 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
523
524 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
525
526 Fix problems found while writing a test suite.
527
528 * net/tramp-compat.el (tramp-compat-load): New defun.
529 * net/tramp.el (tramp-handle-load): Use it.
530
531 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
532 "(numberp ok-if-already-exists)" correctly.
533
534 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
535
536 * international/characters.el (glyphless-char-display-control):
537 Add usage note.
538
539 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
540
541 * progmodes/python.el (python-mode):
542 * progmodes/scheme.el (scheme-mode):
543 * progmodes/prolog.el (prolog-mode):
544 * progmodes/ruby-mode.el (ruby-mode):
545 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
546 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
547
548 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * rect.el (rectangle--highlight-for-redisplay):
551 * emacs-lisp/smie.el (smie--next-indent-change):
552 Use buffer-chars-modified-tick.
553
554 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
555
556 * electric.el (electric-indent-post-self-insert-function):
557 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
558
559 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
560
561 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
562
563 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
564
565 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
566 (bug#15786).
567
568 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
571
572 * progmodes/python.el: Fix up last change.
573 (python-shell--save-temp-file): New function.
574 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
575 `string' comes from the current buffer.
576 (python-shell-send-string-no-output): Remove `msg' arg.
577 (python--use-fake-loc): New var.
578 (python-shell-buffer-substring): Obey it. Try to compensate for the
579 extra coding line added by python-shell--save-temp-file.
580 (python-shell-send-region): Use python-shell--save-temp-file and
581 python-shell-send-file directly. Add `nomain' argument.
582 (python-shell-send-buffer): Use python-shell-send-region.
583 (python-electric-pair-string-delimiter): New function.
584 (python-mode): Use it.
585
586 2013-11-04 Eli Zaretskii <eliz@gnu.org>
587
588 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
589 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
590 environment and decoding all of the default-directory's to here
591 from command-line.
592 (command-line): Decode also argv[0].
593
594 * loadup.el: Error out if default-directory is a multibyte string
595 when we are dumping.
596
597 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
598
599 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
600
601 * emacs-lisp/package.el (package-menu-mode)
602 (package-menu--print-info, package-menu--archive-predicate):
603 Add Archive column to package list.
604
605 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
606
607 Fix problems found while writing a test suite.
608
609 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
610 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
611 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
612 to nil when running original file name handler. Otherwise,
613 there are problems with constructs like "$$FOO".
614
615 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
616 for `localname'.
617
618 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
619
620 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
621
622 * subr.el (version<, version<=, version=):
623 Update docstrings with information for snapshot versions.
624
625 * helpers.el: New library for misc helper functions.
626 (hash-table-keys): New function returning a list of hash keys.
627 (hash-table-values): New function returning a list of hash values.
628
629 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
630
631 * progmodes/ruby-mode.el (ruby-smie--forward-token)
632 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
633
634 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
635
636 * textmodes/fill.el (fill-single-char-nobreak-p): New function
637 checking whether point is after a 1-letter word.
638
639 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
640
641 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
642 Don't infloop when expanding region over `multiline' syntax-type that
643 begins a line (bug#15778).
644
645 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
648 Make it into a proper minor mode.
649 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
650 (rectangle-mark-mode-map): New keymap.
651 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
652
653 2013-11-04 Glenn Morris <rgm@gnu.org>
654
655 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
656
657 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
660 (ruby-smie-rules): Use smie-rule-parent instead.
661
662 * emacs-lisp/smie.el (smie-rule-parent): Always call
663 smie-indent-virtual rather than only for hanging tokens.
664 (smie--next-indent-change): New helper command.
665
666 2013-11-03 Glenn Morris <rgm@gnu.org>
667
668 * Makefile.in (abs_srcdir): Remove.
669 (emacs): Unset EMACSLOADPATH.
670
671 2013-11-02 Glenn Morris <rgm@gnu.org>
672
673 * Makefile.in (EMACS): Use a relative filename.
674 (abs_top_builddir): Remove.
675 (custom-deps, finder-data, autoloads): Use --chdir.
676
677 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
678
679 Use relative filenames in TAGS files.
680 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
681 (lisptagsfiles4, TAGS): Use relative file names.
682 (TAGS-LISP): Remove.
683 (maintainer-clean): No more TAGS-LISP file.
684
685 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
686 (lisptagsfiles4): Use absolute filenames again.
687 (TAGS, TAGS-LISP): Not everything needs to run in one line.
688 Remove all *loaddefs files, not just the first. Remove esh-groups.
689 (maintainer-clean): Delete TAGS, TAGS-LISP.
690
691 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
692
693 * emacs-lisp/package.el (package-version-join):
694 Recognize snapshot versions.
695
696 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
697
698 * subr.el (version-regexp-alist): Add support for snapshot versions.
699
700 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
701
702 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
703 New function, replacement for `smie-rule-parent' for when we want to
704 skip over our direct parent if it's an assignment token..
705 (ruby-smie-rules): Use it.
706
707 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
708
709 * progmodes/ruby-mode.el Use `syntax-propertize-function'
710 unconditionally. Remove now unnecessary forward declarations.
711 Remove XEmacs-specific setup.
712 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
713 (ruby-font-lock-syntactic-keywords)
714 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
715 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
716 (ruby-here-doc-end-syntax): Remove.
717 (ruby-mode): Don't check whether `syntax-propertize-rules' is
718 defined as function.
719
720 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
721
722 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
723
724 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
725
726 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
727 table and abbrev table, `define-derived-mode' does that for us
728 anyway.
729
730 2013-11-01 Glenn Morris <rgm@gnu.org>
731
732 * Makefile.in: Remove manual mh-e dependencies (writing .elc
733 files is atomic for some time, so no parallel compilation issues).
734
735 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
736
737 * faces.el (face-x-resources): Add :distant-foreground.
738 (region): Use :distant-foreground for gtk and ns.
739
740 2013-11-01 Tassilo Horn <tsdh@gnu.org>
741
742 Allow multiple bibliographies when BibLaTeX is used rather than
743 BibTeX.
744 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
745 (reftex-locate-bibliography-files): Us it.
746
747 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
748
749 * image.el (image-type-header-regexps): Fix the 'pbm' part to
750 allow comments in pbm files.
751
752 * term/w32-win.el (dynamic-library-alist): Support newer versions
753 of libjpeg starting with v7: look only for the DLL from the
754 version against which Emacs was built.
755 Support versions of libpng beyond 1.4.x.
756 Support libtiff v4.x.
757
758 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
759
760 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
761 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
762 Add property :safe.
763 (ruby-deep-arglist): Add property :type.
764
765 2013-10-31 Glenn Morris <rgm@gnu.org>
766
767 * Makefile.in (custom-deps, finder-data): No need to setq the target
768 variables, we are in the right directory and the defaults work fine.
769
770 2013-10-30 Glenn Morris <rgm@gnu.org>
771
772 * Makefile.in (autoloads): Do not use abs_lisp.
773
774 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
775 `newline' does not respect `standard-output', so use `princ'.
776
777 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
778
779 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
780 * buff-menu.el (Buffer-menu--unmark): New function.
781 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
782
783 2013-10-30 Glenn Morris <rgm@gnu.org>
784
785 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
786
787 * emacs-lisp/package.el (lm-homepage): Declare.
788
789 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
790 Fix doc typos.
791
792 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
793
794 * Makefile.in (finder-data, autoloads, update-subdirs)
795 (compile-main, compile-clean, compile-always, bootstrap-clean):
796 Check return value of cd.
797 (compile-calc): Remove.
798
799 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
802
803 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
804 (byte-compile-and-folded): New function.
805 (=, <, >, <=, >=): Use it.
806
807 * dos-w32.el (minibuffer-history-case-insensitive-variables)
808 (path-separator, null-device, buffer-file-coding-system)
809 (lpr-headers-switches): Check system-type before modifying them.
810 (find-buffer-file-type-coding-system): Mark obsolete.
811 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
812 find-file-not-found-set-buffer-file-coding-system.
813 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
814 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
815 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
816 (w32-direct-print-region-helper, w32-direct-print-region-function)
817 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
818 * startup.el (normal-top-level-add-subdirs-to-load-path):
819 * ps-print.el (ps-print-region-function):
820 * lpr.el (print-region-function): Use new name.
821
822 * subr.el (custom-declare-variable-early): Remove function.
823 (custom-declare-variable-list): Remove var.
824 (error, user-error): Remove `while' loop.
825 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
826 (user-emacs-directory-warning, locate-user-emacs-file):
827 Move to files.el.
828 * simple.el (read-quoted-char-radix, read-quoted-char):
829 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
830 Move from subr.el.
831 * custom.el (custom-declare-variable-list): Don't process
832 custom-declare-variable-list.
833
834 * progmodes/python.el (python-shell-get-buffer): New function.
835 (python-shell-get-process): Use it.
836 (python-shell-send-string): Always use utf-8 and add a cookie to tell
837 Python which encoding was used. Don't split-string since we only care
838 about the first line. Return the temp-file, if applicable.
839 (python-shell-send-region): Tell compile.el how to turn locations in
840 the temp-file into locations in the source buffer.
841
842 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * subr.el (undefined): Add missing behavior from the C code for
845 unbound keys.
846
847 * rect.el: Use lexical-binding. Add new rectangular region support.
848 (rectangle-mark): New command.
849 (rectangle--region): New var.
850 (deactivate-mark-hook): Reset rectangle--region.
851 (rectangle--extract-region, rectangle--insert-for-yank)
852 (rectangle--highlight-for-redisplay)
853 (rectangle--unhighlight-for-redisplay): New functions.
854 (region-extract-function, redisplay-unhighlight-region-function)
855 (redisplay-highlight-region-function): Use them to handle
856 rectangular region.
857 * simple.el (region-extract-function): New var.
858 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
859 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
860 (kill-region): Replace obsolete `yank-handler' arg with `region'.
861 (copy-region-as-kill, kill-ring-save): Add `region' argument.
862 (redisplay-unhighlight-region-function)
863 (redisplay-highlight-region-function): New vars.
864 (redisplay--update-region-highlight): New function.
865 (pre-redisplay-function): Use it.
866 (exchange-point-and-mark): Don't deactivate the mark before
867 reactivate-it anyway.
868 * comint.el (comint-kill-region): Remove yank-handler argument.
869 * delsel.el (delete-backward-char, backward-delete-char-untabify)
870 (delete-char): Remove property, since it's now part of their
871 default behavior.
872 (self-insert-iso): Remove property since this command doesn't exist.
873
874 * emacs-lisp/package.el (package--download-one-archive)
875 (describe-package-1): Don't query the user about final newline.
876
877 2013-10-29 Daniel Colascione <dancol@dancol.org>
878
879 * net/tramp.el (tramp-methods): Document new functionality.
880 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
881 tramp-hostname-checker if method provides one instead of scanning
882 argument list for "%h" to decide hostname acceptability.
883
884 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
885
886 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
887 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
888 Handle COPY-CONTENTS. (Bug#15737)
889
890 2013-10-28 Daiki Ueno <ueno@gnu.org>
891
892 * epa-file.el
893 (epa-file-cache-passphrase-for-symmetric-encryption):
894 Document that this option has no effect with GnuPG 2.0 (bug#15552).
895
896 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
897
898 * image.el (defimage):
899 (image-load-path): Doc fixes.
900
901 2013-10-27 Alan Mackenzie <acm@muc.de>
902
903 Indent statements in macros following "##" correctly.
904 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
905 Modify the "#" arm of a cond form to handle "#" and "##" operators.
906
907 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
908
909 * linum.el (linum-update-window): Fix boundary test (bug#13446).
910
911 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
912
913 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
914 after `=' is probably a new expression.
915
916 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
917
918 * man.el (man-imenu-title): New option.
919 (Man-mode-map): Add menu. (Bug#15722)
920 (Man-mode): Add imenu to menu.
921
922 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
923
924 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
925 specific in what the first arg can be: a non-keyword word,
926 string/regexp/percent literal opener, opening paren, or unary
927 operator followed directly by word.
928
929 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
932 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
933 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
934 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
935 Remove vars, they do not apply any more.
936 (prolog-mode-abbrev-table): Remove redundant declaration.
937 (prolog-upper-case-string, prolog-lower-case-string): Remove.
938 (prolog-use-smie): Remove.
939 (prolog-smie-rules): Add indentation rule for the if-then-else layout
940 supported by prolog-electric-if-then-else-flag.
941 (prolog-mode-variables, prolog-menu): Use setq-local.
942 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
943 Remove binding to `Backspace' since this key doesn't exist anyway.
944 Remove bindings for electric self-inserting keys.
945 (prog-mode): Assume it's defined.
946 (prolog-post-self-insert): New function.
947 (prolog-mode): Use it.
948 (prolog-indent-line, prolog-indent-level)
949 (prolog-find-indent-of-matching-paren)
950 (prolog-indentation-level-of-line, prolog-goto-comment-column)
951 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
952 (prolog-goto-next-paren, prolog-in-string-or-comment)
953 (prolog-tokenize, prolog-inside-mline-comment)
954 (prolog-find-start-of-mline-comment): Remove functions.
955 (prolog-find-unmatched-paren, prolog-clause-end)
956 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
957 (prolog-electric--if-then-else): Rename from
958 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
959 (prolog-tokenize-searchkey): Remove const.
960 (prolog-clause-info): Use forward-sexp.
961 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
962 (prolog-electric-if-then-else): Remove commands.
963 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
964 for use in post-self-insert-hook.
965 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
966 for use in post-self-insert-hook.
967 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
968 for use in post-self-insert-hook.
969 (prolog-electric--underscore): Rename from prolog-electric--underscore;
970 adapt it for use in post-self-insert-hook.
971
972 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
973
974 * emacs-lisp/ert.el (ert-run-tests-interactively):
975 Use `completing-read'. (Bug#9756)
976
977 2013-10-25 Eli Zaretskii <eliz@gnu.org>
978
979 * simple.el (line-move): Call line-move-1 instead of
980 line-move-visual when the current window hscroll is zero, but
981 temporary-goal-column indicates we will need to hscroll as result
982 of the movement. (Bug#15712)
983
984 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
985
986 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
987 capitalization. Use :visible instead of :active.
988 Fix `ruby-indent-exp' reference. Add menu items for the generic
989 commands that are used with SMIE.
990 (ruby-do-end-to-brace): Insert space after `{'.
991
992 2013-10-25 John Anthony <john@jo.hnanthony.com>
993
994 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
995
996 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
997
998 2013-10-25 Glenn Morris <rgm@gnu.org>
999
1000 * vc/vc.el (vc-print-log): Don't use a working revision unless
1001 one was explicitly specified. (Bug#15322)
1002
1003 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * subr.el (add-to-list): Preserve return value in compiler-macro
1006 (bug#15692).
1007
1008 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1009
1010 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1011 result. Ask user to retry using '-all' flag. (Bug#15701)
1012
1013 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * emacs-lisp/smie.el: New smie-config system.
1016 (smie-config): New defcustom.
1017 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1018 (smie-config-guess, smie-config-save): New commands.
1019 (smie-config--mode-local, smie-config--buffer-local)
1020 (smie-config--trace, smie-config--modefuns): New vars.
1021 (smie-config--advice, smie-config--mode-hook)
1022 (smie-config--setter, smie-config-local, smie-config--get-trace)
1023 (smie-config--guess-value, smie-config--guess): New functions.
1024 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1025 text properties. Treat "string fence" syntax like string syntax.
1026
1027 * progmodes/sh-script.el (sh-use-smie): Change default.
1028 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1029 (sh-var-value): Simplify by CSE.
1030 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1031 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1032 is used.
1033 (sh-guess-basic-offset): Use cl-incf.
1034 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1035
1036 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
1037
1038 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1039 (bug#15699).
1040
1041 2013-10-24 Glenn Morris <rgm@gnu.org>
1042
1043 * Makefile.in (abs_top_srcdir): Remove.
1044 (update-subdirs): Use relative path to update-subdirs.
1045
1046 2013-10-24 Eli Zaretskii <eliz@gnu.org>
1047
1048 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1049 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1050 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1051 Call unmsys--file-name before expand-file-name, not after it.
1052
1053 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1054
1055 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1056 (ert-test-skipped): New error.
1057 (ert-skip, ert-stats-skipped): New defuns.
1058 (ert--skip-unless): New macro.
1059 (ert-test-skipped): New struct.
1060 (ert--run-test-debugger, ert-test-result-type-p)
1061 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1062 (ert--stats-set-test-and-result, ert-char-for-test-result)
1063 (ert-string-for-test-result, ert-run-tests-batch)
1064 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1065 Handle skipped tests. (Bug#9803)
1066
1067 2013-10-24 Glenn Morris <rgm@gnu.org>
1068
1069 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1070
1071 * Makefile.in (abs_top_srcdir): New, set by configure.
1072 (update-subdirs): Correct build-aux location.
1073
1074 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1075
1076 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1077 value, whether we could auto-deduce `backend', or not.
1078
1079 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1080 with parameters" example. Simplify the "is it block or is it
1081 hash" check, but also make it more thorough.
1082
1083 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1084
1085 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1086
1087 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1090 { if it is hanging.
1091
1092 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1093 :before ";".
1094
1095 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1096
1097 * progmodes/compile.el (compilation-directory-matcher)
1098 (compilation-page-delimiter):
1099 Support GNU Make-4.0 directory quoting. (Bug#15678)
1100
1101 2013-10-23 Leo Liu <sdl.web@gmail.com>
1102
1103 * ido.el (ido-tidy): Handle read-only text.
1104
1105 2013-10-23 Glenn Morris <rgm@gnu.org>
1106
1107 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1108 (emacs, compile, compile-always):
1109 Quote entities that might contain whitespace.
1110 (custom-deps, finder-data, autoloads): Use abs_lisp.
1111 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1112 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1113 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1114
1115 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1116
1117 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1118 Use `following-char'.
1119
1120 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1123 * progmodes/ruby-mode.el (ruby-smie-rules):
1124 Remove corresponding workaround. Fix indentation rule of ";" so it
1125 also applies when ";" is the parent.
1126
1127 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1128
1129 * frame.el (display-screens, display-pixel-height)
1130 (display-pixel-width, display-mm-width, display-backing-store)
1131 (display-save-under, display-planes, display-color-cells)
1132 (display-visual-class, display-monitor-attributes-list):
1133 Mention the optional ‘display’ argument in doc strings.
1134
1135 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1136
1137 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1138 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1139
1140 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1141
1142 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1143 TODO. Add "." after " @ ".
1144 (ruby-smie--at-dot-call): New function. Checks if point at method
1145 call with explicit target.
1146 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1147 to the method name tokens when it precedes them.
1148 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1149 (ruby-smie-rules): Add rule for indentation before and after "."
1150 token.
1151
1152 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * textmodes/remember.el (remember-diary-extract-entries):
1155 Avoid add-to-list.
1156
1157 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1158 an instruction.
1159
1160 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1161
1162 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1163 (ruby-smie--implicit-semi-p): Add new operator chars.
1164
1165 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1166 `smie-down-list'.
1167 (ruby-smie--args-separator-p): Check that there's no newline
1168 between method call and its arguments.
1169
1170 2013-10-20 Alan Mackenzie <acm@muc.de>
1171
1172 Allow comma separated lists after Java "implements".
1173
1174 * progmodes/cc-engine.el (c-backward-over-enum-header):
1175 Parse commas.
1176 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1177 from a "disallowed" list in enum fontification.
1178
1179 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1180
1181 * startup.el (default-frame-background-mode): Remove unused defvar.
1182
1183 * progmodes/verilog-mode.el (verilog-mode): Don't set
1184 comment-indent-function globally.
1185
1186 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1187
1188 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1189 Move Info menu item creation to ns-win.el.
1190
1191 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1192 in menu bar.
1193
1194 * menu-bar.el: Move GNUStep specific menus...
1195
1196 * term/ns-win.el (ns-initialize-window-system): ... to here.
1197
1198 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * simple.el (newline): Only run post-self-insert-hook when
1201 called interactively.
1202
1203 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1204
1205 * icomplete.el (icomplete-with-completion-tables): Add :version.
1206
1207 2013-10-19 Alan Mackenzie <acm@muc.de>
1208
1209 Fix fontification bugs with constructors and const.
1210
1211 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1212 CASE 2) Remove the check for the absence of a suffix construct
1213 after a function declaration with only types (no identifiers) in
1214 the parentheses. Also, accept a function declaration with just a
1215 type inside the parentheses, if this type can be positively
1216 recognised as such, or if a prefix keyword like "explicit" nails
1217 down the construct as a declaration.
1218
1219 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1220
1221 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1222 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1223 the problem whereby selecting a menu item that leads to a
1224 minibuffer prompt moves the cursor out of the minibuffer window,
1225 making it hard to type at the prompt. Suggested by Stefan Monnier
1226 <monnier@iro.umontreal.ca>.
1227
1228 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1229
1230 * menu-bar.el: Don't make Services menu.
1231
1232 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1233
1234 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1235 (ffap-alist): Use ffap-c++-mode for c++-mode.
1236 (ffap-c++-path): New variable.
1237 (ffap-c++-mode): New function.
1238
1239 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1240
1241 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1242
1243 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1244
1245 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1246 introduced on 2013-09-08, which results in an infinite loop
1247 requesting a password.
1248
1249 2013-10-18 Glenn Morris <rgm@gnu.org>
1250
1251 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1252
1253 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1254
1255 Sync with upstream verilog-mode revision 1a6ecec7.
1256 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1257 (verilog-mode-release-date): Remove.
1258 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1259 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1260 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1261 (verilog-auto-tieoff-ignore-regexp)
1262 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1263 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1264 (verilog-signals-with, verilog-dir-cache-preserving)
1265 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1266 Doc fixes.
1267 (verilog-case-fold): New option, to control case folding in
1268 regexp searches, bug597.
1269 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1270 (verilog-string-match-fold, verilog-in-paren-count)
1271 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1272 (verilog-at-close-struct-p): New functions.
1273 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1274 (verilog-forward-sexp, verilog-set-auto-endcomments):
1275 (verilog-leap-to-case-head): Handle "unique0" case.
1276 (verilog-in-constraint-re): New constant.
1277 (verilog-keywords, verilog-type-font-keywords):
1278 Add some SystemVerilog 1800-2012 keywords.
1279 (verilog-label-be): Remove unimplemented argument, bug669.
1280 (verilog-batch-execute-func): When batch expanding clear
1281 create-lockfiles to prevent spurious user locks when a file ends
1282 up not changing.
1283 (verilog-calculate-indent, verilog-calc-1)
1284 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1285 (verilog-do-indent): Fix indentation of nested constraints
1286 and structures.
1287 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1288 (verilog-auto-inst-param): Use verilog-string-match-fold.
1289 (verilog-read-inst-module-matcher):
1290 Fix AUTOINST on gate primitives with #1.
1291 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1292 Reads all user-defined typed variables.
1293 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1294 (verilog-signals-matching-regexp)
1295 (verilog-signals-not-matching-regexp, verilog-auto):
1296 Respect verilog-case-fold.
1297 (verilog-diff-report): Fix line count.
1298 (verilog-auto-assign-modport): Remove unused local `modi'.
1299 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1300 better handle multidimensional arrays.
1301 Fix packed array ports misadding bit index in AUTOINST, bug637.
1302 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1303 to not double-declare existing outputs and inputs, respectively.
1304 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1305 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1306 (verilog-sk-uvm-component): New skeleton.
1307 (verilog-submit-bug-report): Add verilog-case-fold,
1308 remove verilog-mode-release-date.
1309
1310 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1311
1312 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1313 as before.
1314
1315 2013-10-18 Reuben Thomas <rrt@sc3d.org>
1316
1317 * textmodes/remember.el (remember): set buffer-offer-save in
1318 remember buffers (bug#13566).
1319
1320 2013-10-18 Daniel Colascione <dancol@dancol.org>
1321
1322 When evaluating forms in ielm, direct standard output to ielm
1323 buffer. Add new ielm-return-for-effect command. Remove trailing
1324 whitespace throughout.
1325
1326 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1327 (ielm-return-for-effect): New command.
1328 (ielm-send-input): Accept optional `for-effect' parameter.
1329 (ielm-eval-input): Accept optional `for-effect' parameter.
1330 Bind `standard-output' to stream we create using
1331 `ielm-standard-output-impl'. Suppress printing result when
1332 `for-effect'.
1333 (ielm-standard-output-impl): New function.
1334 (inferior-emacs-lisp-mode): Explain new features in documentation.
1335
1336 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
1337
1338 Code cleanup.
1339
1340 * net/tramp.el (tramp-debug-message): Do not check for connection
1341 buffer.
1342 (tramp-message): Use "vector" connection property.
1343
1344 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1345 (tramp-equal-remote, tramp-eshell-directory-change)
1346 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1347 (tramp-adb-handle-rename-file)
1348 * net/tramp-cmds.el (tramp-list-remote-buffers)
1349 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1350 * net/tramp-compat.el (tramp-compat-process-running-p)
1351 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1352 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1353 (tramp-gvfs-handle-rename-file)
1354 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1355 (tramp-set-file-uid-gid)
1356 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1357 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1358 of `file-remote-p'.
1359
1360 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1361 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1362 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1363 (tramp-gw-open-network-stream): Suppress unrelated traces.
1364
1365 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1366 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1367 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1368 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1369 connection property.
1370
1371 * net/tramp-cache.el (top): Suppress traces when reading
1372 persistency file.
1373
1374 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1375 Refactor common code. Improve debug message.
1376 (tramp-maybe-open-connection)
1377 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1378 connection buffer too early.
1379
1380 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1381 from `tramp-smb-actions-with-acl'.
1382 (tramp-smb-actions-set-acl): New defconst.
1383 (tramp-smb-handle-copy-directory)
1384 (tramp-smb-action-get-acl): New defun, renamed from
1385 `tramp-smb-action-with-acl'.
1386 (tramp-smb-action-set-acl): New defun.
1387 (tramp-smb-handle-set-file-acl): Rewrite.
1388
1389 2013-10-17 Glenn Morris <rgm@gnu.org>
1390
1391 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1392
1393 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * skeleton.el (skeleton-newline): Remove.
1396 (skeleton-internal-1): Use (insert "\n") instead.
1397
1398 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1399 let-bindings.
1400
1401 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1402 forward-sexp-function while we redo its job (bug#15613).
1403
1404 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1405
1406 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1407 represented by lists.
1408
1409 2013-10-16 Glenn Morris <rgm@gnu.org>
1410
1411 * tmm.el (tmm--history): New dynamic variable.
1412 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1413
1414 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
1415
1416 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1417 (tramp-smb-errors): Add error messages.
1418 (tramp-smb-actions-with-acl): New defconst.
1419 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1420 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1421 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1422 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1423 (tramp-smb-get-stat-capability): Fix tests.
1424
1425 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1426
1427 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1428 (bug#15580).
1429
1430 2013-10-16 Glenn Morris <rgm@gnu.org>
1431
1432 * ansi-color.el (ansi-color-drop-regexp):
1433 Add 1J, 1K, 2K. (Bug#15617)
1434
1435 * files.el (hack-local-variables--warned-lexical): New.
1436 (hack-local-variables):
1437 Warn about misplaced lexical-binding. (Bug#15616)
1438
1439 * net/eww.el (eww-render): Always set eww-current-url,
1440 and update header line. (Bug#15622)
1441 (eww-display-html): ... Rather than just doing it here.
1442
1443 2013-10-15 Eli Zaretskii <eliz@gnu.org>
1444
1445 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1446 menu navigations commands.
1447
1448 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1449
1450 * progmodes/subword.el (subword-capitalize): Be careful when
1451 the search for [[:alpha:]] fails (bug#15580).
1452
1453 2013-10-14 Eli Zaretskii <eliz@gnu.org>
1454
1455 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1456 to commands that scroll the menu.
1457
1458 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1459
1460 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1461 Handle methods ending with `?' and `!'.
1462
1463 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
1464
1465 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1466 `japanese-cp932' to `cp932' to fix the problem where saving a
1467 source file written in Shift_JIS twice would end up having
1468 `coding: japanese-cp932' which Ruby could not recognize.
1469 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1470 in `ruby-encoding-map'.
1471 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1472 doesn't need to be explicitly declared in magic comment.
1473 (ruby-encoding-map): Add type declaration for better customize UI.
1474
1475 2013-10-13 Glenn Morris <rgm@gnu.org>
1476
1477 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1478 Occur buffers are read-only. http://bugs.debian.org/720775
1479
1480 * emacs-lisp/authors.el (authors-fixed-entries):
1481 Comment out old alpha stuff.
1482
1483 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1484
1485 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1486 to `after-save-hook' instead of `before-save-hook'.
1487 (ruby-mode-set-encoding): Use the value of coding system used to
1488 write the file. Call `basic-save-buffer-1' after modifying the
1489 buffer.
1490
1491 2013-10-13 Alan Mackenzie <acm@muc.de>
1492
1493 Fix indentation/fontification of Java enum with
1494 "implements"/generic.
1495
1496 * progmodes/cc-engine.el (c-backward-over-enum-header):
1497 Extracted from the three other places and enhanced to handle generics.
1498 (c-inside-bracelist-p): Uses new function above.
1499 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1500 function above.
1501 (c-font-lock-enum-tail): Uses new function above.
1502
1503 2013-10-13 Kenichi Handa <handa@gnu.org>
1504
1505 * international/mule-cmds.el (select-safe-coding-system): Remove a
1506 superfluous condition in chekcing whether a coding system is safe
1507 or not.
1508
1509 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1510
1511 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1512
1513 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
1514
1515 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1516
1517 2013-10-13 Glenn Morris <rgm@gnu.org>
1518
1519 * menu-bar.el (menu-bar-update-buffers):
1520 Unify Buffers menu prompt string. (Bug#15576)
1521
1522 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1523
1524 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1525 Add some entries.
1526 (authors-fixed-entries): Use accented form of name.
1527
1528 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1531 method calls (bug#15594).
1532 (ruby-smie--args-separator-p): New function.
1533 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1534 recognize paren-free method calls.
1535
1536 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1537 internals of universal-argument.
1538
1539 2013-10-11 Eli Zaretskii <eliz@gnu.org>
1540
1541 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1542 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1543 dropped menu on second mouse click on the menu bar.
1544
1545 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1548 (explicit-shell-file-name): Declare.
1549 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1550 (sh-completion-at-point-function): New function.
1551 (sh-mode): Use it.
1552 (sh-smie--keyword-p): Remove unused argument.
1553 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1554 vars.
1555 (sh-set-shell): Always setup SMIE, even if we use the
1556 old indentation code.
1557
1558 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1559
1560 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1561 cases of ? and =.
1562 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1563 predicate would return nil are almost non-existent.
1564 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1565
1566 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1567 cache also after commands that modify the buffer but don't move
1568 point.
1569
1570 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * env.el (substitute-env-in-file-name): New function.
1573 (substitute-env-vars): Extend the meaning of the optional arg.
1574
1575 2013-10-10 Eli Zaretskii <eliz@gnu.org>
1576
1577 * term/w32-win.el (dynamic-library-alist): Define separate lists
1578 of GIF DLLs for versions before and after 5.0.0 of giflib.
1579 (Bug#15531)
1580
1581 2013-10-10 João Távora <joaotavora@gmail.com>
1582
1583 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1584 not locked, use last revision and current source as
1585 defaults. (Bug#15569)
1586
1587 2013-10-10 Masatake YAMATO <yamato@redhat.com>
1588
1589 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1590 menu-bar is hidden.
1591
1592 2013-10-10 Martin Rudalics <rudalics@gmx.at>
1593
1594 * window.el (pop-to-buffer-same-window): Fix doc-string.
1595 (Bug#15492)
1596
1597 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1598
1599 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1600
1601 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1602
1603 * calendar/icalendar.el (icalendar-import-file):
1604 Fix interactive spec. (Bug#15482)
1605
1606 2013-10-10 Glenn Morris <rgm@gnu.org>
1607
1608 * desktop.el (desktop-save): Default to saving in .emacs.d,
1609 since PWD is no longer in desktop-path by default. (Bug#15319)
1610
1611 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1612 now that text mode has a menu with the same entry.
1613 (menu-bar-text-mode-auto-fill): Remove now unused func.
1614 * textmodes/text-mode.el (text-mode-map):
1615 Use auto-fill help text from menu-bar.el.
1616
1617 2013-10-10 John Anthony <john@jo.hnanthony.com>
1618
1619 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1620
1621 2013-10-09 Juri Linkov <juri@jurta.org>
1622
1623 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1624 instead of this-command-keys. Add universal-argument-more and
1625 universal-argument-minus to the list of prefix commands. (Bug#15568)
1626
1627 2013-10-09 Glenn Morris <rgm@gnu.org>
1628
1629 * vc/vc-svn.el (vc-svn-create-repo):
1630 Expand paths in file://... url. (Bug#15446)
1631
1632 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1633 Add some entries.
1634 (authors): Remove unused local variables.
1635
1636 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1637
1638 * profiler.el: Create a more coherent calltree from partial backtraces.
1639 (profiler-format): Hide the tail with `invisible' so that C-s can still
1640 find the hidden elements.
1641 (profiler-calltree-depth): Don't recurse so enthusiastically.
1642 (profiler-function-equal): New hash-table-test.
1643 (profiler-calltree-build-unified): New function.
1644 (profiler-calltree-build): Use it.
1645 (profiler-report-make-name-part): Indent the calltree less.
1646 (profiler-report-mode): Add visibility specs for profiler-format.
1647 (profiler-report-expand-entry, profiler-report-toggle-entry):
1648 Expand the whole subtree when provided with a prefix arg.
1649
1650 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1651
1652 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1653 iuwu-mod token.
1654 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1655 hanging iuwu-mod token.
1656 (ruby-smie--forward-token): Do not include a dot after a token in
1657 that token.
1658 (ruby-smie--backward-token): Likewise.
1659
1660 2013-10-08 Juri Linkov <juri@jurta.org>
1661
1662 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1663 to isearch-other-control-char.
1664 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1665 and isearch-post-command-hook to post-command-hook.
1666 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1667 and isearch-post-command-hook from post-command-hook.
1668 (isearch-unread-key-sequence)
1669 (isearch-reread-key-sequence-naturally)
1670 (isearch-lookup-scroll-key, isearch-other-control-char)
1671 (isearch-other-meta-char): Remove functions.
1672 (isearch-pre-command-hook, isearch-post-command-hook):
1673 New functions based on isearch-other-meta-char rewritten
1674 relying on the new behavior of overriding-terminal-local-map
1675 that does not replace the local keymaps any more. (Bug#15200)
1676
1677 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1678
1679 Support menus on text-mode terminals.
1680 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1681 functionality.
1682
1683 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1684
1685 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1686 Move here from mouse.el.
1687 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1688 and arrow keys.
1689 (tty-menu-navigation-map): New map for TTY menu navigation.
1690
1691 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1692
1693 * frame.el (display-mouse-p): Report text-mode mouse as available
1694 on w32.
1695 (display-popup-menus-p): Report availability if mouse is
1696 available; don't condition on window-system.
1697
1698 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1699 (tty-menu-selected-face): New faces.
1700
1701 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1704 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1705 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1706 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1707 New constants.
1708 (lisp-mode-variables): New `elisp' argument.
1709 (emacs-lisp-mode): Use it.
1710 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1711 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1712
1713 * indent.el: Use lexical-binding.
1714 (indent-region): Add progress reporter.
1715 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1716 last step.
1717 (indent--next-tab-stop): New function to implement this behavior.
1718 (tab-to-tab-stop, move-to-tab-stop): Use it.
1719
1720 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
1721
1722 * indent.el (indent-rigidly--current-indentation): New function.
1723 (indent-rigidly-map): New var.
1724 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1725
1726 2013-10-08 Bastien Guerry <bzg@gnu.org>
1727
1728 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1729
1730 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * progmodes/perl-mode.el: Use lexical-binding.
1733 Remove redundant :group args.
1734 (perl-nochange): Change default to be closer to other major modes's
1735 standard behavior.
1736 (perl-indent-line): Don't consider text on current line as a
1737 valid beginning of function from which to indent.
1738
1739 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1740 with more than one argument (bug#15538).
1741
1742 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1743
1744 * vc/pcvs.el: Use lexical-binding.
1745 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1746 environment of `eval'.
1747 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1748 than a list of expressions. Adjust callers.
1749 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1750
1751 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1752
1753 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
1754 case of the dot in a chained method call being on the following line.
1755
1756 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * electric.el (electric-indent-inhibit): New var.
1759 (electric-indent-post-self-insert-function): Use it.
1760 * progmodes/python.el (python-mode): Set it.
1761
1762 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1763 open braces.
1764
1765 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1766
1767 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1768 (css-mode): Use electric-indent-chars.
1769
1770 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1771 (font-lock-beg, font-lock-end): Move before first use.
1772 (nxml-mode): Use syntax-propertize-function.
1773 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1774 (nxml-extend-after-change-region): Remove.
1775 * nxml/xmltok.el: Use lexical-binding.
1776 (xmltok-save): Use `declare'.
1777 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1778 * nxml/nxml-util.el: Use lexical-binding.
1779 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1780 Use `declare'.
1781 * nxml/nxml-ns.el: Use lexical-binding.
1782 (nxml-ns-save): Use `declare'.
1783 (nxml-ns-prefixes-for): Avoid add-to-list.
1784 * nxml/rng-match.el: Use lexical-binding.
1785 (rng--ipattern): Use cl-defstruct.
1786 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1787 (rng-cons-group-after, rng-subst-group-after)
1788 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1789 Use closures instead of `(lambda...).
1790
1791 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1792
1793 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1794 of BEG and END.
1795
1796 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1797 Use `tramp-handle-insert-file-contents'.
1798 (tramp-gvfs-handle-insert-file-contents): Remove function.
1799
1800 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1801 Use `save-restriction' in order to keep markers.
1802
1803 * net/trampver.el: Update release number.
1804
1805 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * progmodes/compile.el (compilation-parse-errors):
1808 Use compilation--put-prop.
1809 (compilation--ensure-parse): Check compilation-multiline.
1810
1811 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1812
1813 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1814 lexical-binding.
1815
1816 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1817
1818 * progmodes/ruby-mode.el: Fix recently added tests.
1819 (ruby-smie-grammar): Add - and +.
1820 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1821 (ruby-smie--backward-id): New functions.
1822 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1823 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1824 any more.
1825
1826 2013-10-07 Leo Liu <sdl.web@gmail.com>
1827
1828 * register.el (register-preview-delay)
1829 (register-preview-functions): New variables.
1830 (register-read-with-preview, register-preview)
1831 (register-describe-oneline): New functions.
1832 (point-to-register, window-configuration-to-register)
1833 (frame-configuration-to-register, jump-to-register)
1834 (number-to-register, view-register, insert-register)
1835 (copy-to-register, append-to-register, prepend-to-register)
1836 (copy-rectangle-to-register): Use register-read-with-preview to
1837 read register. (Bug#15525)
1838
1839 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1840
1841 * net/network-stream.el (network-stream-open-starttls): Don't add
1842 --insecure if it's already present, because that gnutls-cli
1843 rejects getting that parameter twice.
1844
1845 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1846
1847 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1848 keyword, too.
1849
1850 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1851
1852 * newcomment.el (comment-use-global-state): Change default value
1853 to t, mark obsolete (Bug#15251).
1854 (comment-beginning): In addition to `comment-to-syntax', check the
1855 value of `comment-use-global-state'.
1856
1857 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1858
1859 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1860 (ruby-comment-column): Follow the global default, by default.
1861 (ruby-smie-grammar): Add assignment syntax.
1862 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1863 open-paren, a comma, or a \.
1864 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1865 and line continuations.
1866 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1867 followed by implicit semi-colons. Add rule for string concatenation
1868 and for indentation at BOB.
1869 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1870
1871 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1872 calling next-sexp, since next-token may have skipped chars which
1873 next-sexp doesn't know should be skipped!
1874
1875 2013-10-05 Leo Liu <sdl.web@gmail.com>
1876
1877 * progmodes/octave.el (octave-send-region):
1878 Call compilation-forget-errors.
1879
1880 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1881
1882 * vc/vc-svn.el (vc-svn-find-admin-dir):
1883 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1884 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1885 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1886 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1887
1888 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1891
1892 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * subr.el (read-passwd): Hide chars even when called within a context
1895 where after-change-functions is disabled (bug#15501).
1896 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1897 until we removed ourself from overriding-terminal-local-map.
1898
1899 2013-10-04 Leo Liu <sdl.web@gmail.com>
1900
1901 * progmodes/octave.el (inferior-octave-mode):
1902 Call compilation-forget-errors.
1903
1904 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1905
1906 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1907
1908 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
1909
1910 * net/secrets.el (secrets-create-collection): Add optional
1911 argument ALIAS. Use proper Label keyword. Append ALIAS as
1912 dbus-call-method argument. (Bug#15516)
1913
1914 2013-10-04 Leo Liu <sdl.web@gmail.com>
1915
1916 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1917 (inferior-octave-compilation-font-lock-keywords): New variables.
1918 (compilation-error-regexp-alist)
1919 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1920 (inferior-octave-mode): Use compilation-shell-minor-mode.
1921
1922 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1923
1924 * minibuffer.el (completion--replace): Be careful that `end' might be
1925 a marker.
1926
1927 2013-10-03 Daiki Ueno <ueno@gnu.org>
1928
1929 Add support for package signature checking.
1930 * emacs-lisp/package.el (url-http-file-exists-p)
1931 (epg-make-context, epg-context-set-home-directory)
1932 (epg-verify-string, epg-context-result-for)
1933 (epg-signature-status, epg-signature-to-string)
1934 (epg-check-configuration, epg-configuration)
1935 (epg-import-keys-from-file): Declare.
1936 (package-check-signature): New user option.
1937 (package-unsigned-archives): New user option.
1938 (package-desc): Add `signed' field.
1939 (package-load-descriptor): Set `signed' field if .signed file exists.
1940 (package--archive-file-exists-p): New function.
1941 (package--check-signature): New function.
1942 (package-install-from-archive): Check package signature.
1943 (package--download-one-archive): Check archive signature.
1944 (package-delete): Remove .signed file.
1945 (package-import-keyring): New command.
1946 (package-refresh-contents): Import default keyring.
1947 (package-desc-status): Add "unsigned" status.
1948 (describe-package-1, package-menu--print-info)
1949 (package-menu-mark-delete, package-menu--find-upgrades)
1950 (package-menu--status-predicate): Support "unsigned" status.
1951
1952 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1955 the new compilation scheme using the new byte-codes.
1956
1957 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1958 (byte-pophandler): New byte codes.
1959 (byte-goto-ops): Adjust accordingly.
1960 (byte-compile--use-old-handlers): New var.
1961 (byte-compile-catch): Use new byte codes depending on
1962 byte-compile--use-old-handlers.
1963 (byte-compile-condition-case--old): Rename from
1964 byte-compile-condition-case.
1965 (byte-compile-condition-case--new): New function.
1966 (byte-compile-condition-case): New function that dispatches depending
1967 on byte-compile--use-old-handlers.
1968 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1969 when we can.
1970
1971 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1972 Optimize under `condition-case' and `catch' if
1973 byte-compile--use-old-handlers is nil.
1974 (disassemble-offset): Handle new bytecodes.
1975
1976 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * subr.el (error): Use `declare'.
1979 (decode-char, encode-char): Use advertised-calling-convention instead
1980 of the docstring to discourage use of the `restriction' arg.
1981
1982 2013-10-03 Daiki Ueno <ueno@gnu.org>
1983
1984 * epg.el (epg-verify-file): Add a comment saying that it does not
1985 notify verification error as a return value nor a signal.
1986 (epg-verify-string): Ditto.
1987
1988 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1989
1990 * progmodes/compile.el (compilation-start): Try globbing the arg to
1991 `cd' (bug#15417).
1992
1993 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1994
1995 Sync with Tramp 2.2.8.
1996
1997 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1998 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1999 * net/trampver.el: Update release number.
2000
2001 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
2002
2003 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2004 and default-process-coding-system for darwin only.
2005
2006 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2009
2010 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
2011
2012 * vc/vc-git.el (vc-git-grep): Disable pager.
2013
2014 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2015
2016 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2017 Use :url instead of :homepage, as per
2018 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2019
2020 * newcomment.el (comment-beginning): When `comment-use-syntax' is
2021 non-nil, use `syntax-ppss' (Bug#15251).
2022
2023 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2024
2025 * progmodes/octave.el (inferior-octave-startup-file):
2026 Prefer ~/.emacs.d/init_octave.m.
2027
2028 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
2029
2030 * emacs-lisp/package.el (package-desc-from-define):
2031 Accept additional arguments as plist, convert them to an alist and store
2032 them in the `extras' slot.
2033 (package-generate-description-file): Convert extras alist back to
2034 plist and append to the `define-package' form arguments.
2035 (package--alist-to-plist): New function.
2036 (package--ac-desc): Add `extras' slot.
2037 (package--add-to-archive-contents): Check if the archive-contents
2038 vector is long enough, and if it is, pass its `extras' slot value
2039 to `package-desc-create'.
2040 (package-buffer-info): Call `lm-homepage', pass the returned value
2041 to `package-desc-from-define'.
2042 (describe-package-1): Render the homepage button (Bug#13291).
2043
2044 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2045 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2046
2047 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2048
2049 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2050 and default-process-coding-system to utf-8-unix (Bug#15402).
2051
2052 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2053
2054 * subr.el (looking-back): Do not recommend using looking-back.
2055
2056 2013-09-28 Alan Mackenzie <acm@muc.de>
2057
2058 Fix indentation/fontification of Java enum with "implements".
2059
2060 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2061 regexp which matches "implements", etc., in Java.
2062 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2063 specifier clauses coming after "enum".
2064 * progmodes/cc-fonts.el (c-font-lock-declarations)
2065 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2066 after "enum".
2067
2068 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2069
2070 * faces.el (region): Change ns_selection_color to
2071 ns_selection_fg_color, add ns_selection_bg_color.
2072
2073 2013-09-28 Leo Liu <sdl.web@gmail.com>
2074
2075 * progmodes/octave.el (inferior-octave-completion-table)
2076 (inferior-octave-completion-at-point): Minor tweaks.
2077
2078 * textmodes/ispell.el (ispell-lookup-words): Rename from
2079 lookup-words. (Bug#15460)
2080 (lookup-words): Obsolete.
2081 (ispell-complete-word, ispell-command-loop): All uses changed.
2082
2083 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2084
2085 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2086 (octave-mode-menu): Add octave-send-buffer.
2087 (octave-send-buffer): New function.
2088
2089 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2090
2091 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2092 octave-lookfor.
2093 (octave-mode-menu): Add octave-lookfor.
2094 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2095 octave-lookfor.
2096 (octave-lookfor): New function.
2097
2098 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * emacs-lisp/cl-macs.el:
2101 (cl--loop-destr-temps): Remove.
2102 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2103 its convention.
2104 (cl--loop-set-iterator-function): New function.
2105 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2106 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2107 Bind `it' with `let' instead of substituting it with `cl-subst'.
2108 (cl--unused-var-p): New function.
2109 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2110 Eliminate some unused variable warnings (bug#15326).
2111
2112 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2113
2114 * doc-view.el (doc-view-scale-reset): Rename from
2115 `doc-view-reset-zoom-level'.
2116 (doc-view-scale-adjust): New command.
2117 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2118 `doc-view-scale-adjust'.
2119
2120 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2121
2122 * doc-view.el (doc-view-reset-zoom-level): New command.
2123 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2124 zoom commands (bug#15466).
2125
2126 2013-09-26 Kenichi Handa <handa@gnu.org>
2127
2128 * international/quail.el (quail-help): Make it not a command.
2129
2130 2013-09-26 Leo Liu <sdl.web@gmail.com>
2131
2132 * minibuffer.el (completion-all-sorted-completions): Make args
2133 optional as they are.
2134
2135 2013-09-25 Daniel Colascione <dancol@dancol.org>
2136
2137 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2138 specs are and that they're not evaluated.
2139
2140 2013-09-24 Sam Steingold <sds@gnu.org>
2141
2142 * midnight.el (clean-buffer-list-kill-regexps)
2143 (clean-buffer-list-kill-buffer-names): Update for the new Man
2144 buffer naming which includes the object name.
2145
2146 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2149 (eshell-parse-command, eshell-parse-pipeline): Use it since
2150 eshell-separate-commands requires a dynamic scoped var.
2151 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2152
2153 2013-09-23 Leo Liu <sdl.web@gmail.com>
2154
2155 * autoinsert.el (auto-insert-alist): Make the value of
2156 lexical-binding match its file setting.
2157
2158 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2161
2162 * autoarg.el (autoarg-kp-digit-argument):
2163 * electric.el (Electric-command-loop):
2164 * kmacro.el (kmacro-step-edit-insert):
2165 Do not set universal-argument-num-events.
2166
2167 2013-09-22 Leo Liu <sdl.web@gmail.com>
2168
2169 * files.el (interpreter-mode-alist): Add octave.
2170
2171 2013-09-21 Alan Mackenzie <acm@muc.de>
2172
2173 C++: fontify identifier in declaration following "public:" correctly.
2174 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2175 to match "public", etc.
2176 (c-decl-prefix-re): Add ":" into the C++ value.
2177 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2178 bit. Add a check for a ":" preceded by "public", etc.
2179
2180 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2181
2182 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2183 recognized by GDB 7.5 and later.
2184
2185 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2186
2187 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2188
2189 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * subr.el (internal--call-interactively): New const.
2192 (called-interactively-p): Use it (bug#3984).
2193
2194 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2195
2196 * vc/pcvs.el (cvs-mode-ignore):
2197 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2198 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2199
2200 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2203 (eshell-ls-orig-insert-directory): Remove.
2204 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2205 (eshell-ls-use-in-dired): Use advice-add/remove.
2206 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2207 Add `orig-fun' arg for use in :around advice.
2208 Make it check (redundantly) eshell-ls-use-in-dired.
2209
2210 2013-09-19 Glenn Morris <rgm@gnu.org>
2211
2212 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2213
2214 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2215
2216 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2217
2218 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2219
2220 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2221 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2222 (tramp-get-remote-python): New defuns.
2223 (tramp-get-remote-uid-with-perl)
2224 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2225 contributed by yary <not.com@gmail.com> (tiny change).
2226 (tramp-get-remote-uid-with-python)
2227 (tramp-get-remote-gid-with-python): New defuns. Python code
2228 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2229 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2230
2231 2013-09-19 Glenn Morris <rgm@gnu.org>
2232
2233 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2234
2235 * eshell/em-unix.el (eshell-remove-entries):
2236 Rename argument to avoid name-clash with global `top-level'.
2237
2238 * eshell/esh-proc.el (eshell-kill-process-function):
2239 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2240 (eshell-reset-after-proc): Remove unused arg `proc'.
2241
2242 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2243 (directory-files-and-attributes): Mark unused arg.
2244
2245 * eshell/em-unix.el (eshell-remove-entries):
2246 Remove unused arg `path'. Update callers.
2247
2248 * eshell/em-hist.el (eshell-hist-parse-arguments):
2249 Remove unused arg `silent'. Update callers.
2250
2251 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2252 Fix (f)boundp mix-up.
2253
2254 * eshell/em-smart.el (eshell-smart-scroll-window)
2255 (eshell-disable-after-change):
2256 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2257
2258 2013-09-18 Alan Mackenzie <acm@muc.de>
2259
2260 Fix fontification of type when followed by "const".
2261 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2262 "known" types from fontification.
2263
2264 2013-09-18 Glenn Morris <rgm@gnu.org>
2265
2266 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2267 (chart-face-list): Drop Emacsen without display-color-p.
2268
2269 * net/eww.el (libxml-parse-html-region): Declare.
2270 (eww-display-html): Explicit error if no libxml2 support.
2271
2272 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2273
2274 * image.el (image-type-from-buffer, image-multi-frame-p):
2275 Remove --without-x warning/error.
2276
2277 * mouse.el (mouse-yank-primary):
2278 * term.el (term-mouse-paste):
2279 Reorder to silence --without-x compilation.
2280
2281 * mpc.el (doc-view-mode): Silence --without-x compilation.
2282
2283 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2284 Silence --without-x compilation.
2285
2286 * progmodes/gud.el (gud-find-file, gud-mode):
2287 Silence --without-x compilation.
2288 (tooltip-mode): Declare.
2289
2290 * wdired.el (dired-backup-overwrite): Remove declaration.
2291 (wdired-mode-map): Add doc string.
2292
2293 * custom.el (x-get-resource): Declare.
2294
2295 * eshell/em-glob.el (ange-cache):
2296 * eshell/em-unix.el (ange-cache): Declare.
2297
2298 * faces.el (x-display-list, x-open-connection, x-get-resource):
2299 Declare.
2300
2301 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2302 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2303 Declare.
2304
2305 * frame.el (x-display-grayscale-p, x-display-name): Declare.
2306
2307 * net/gnutls.el (gnutls-log-level): Declare.
2308
2309 * net/shr.el (image-size, image-animate): Declare.
2310
2311 * simple.el (font-info): Declare.
2312
2313 * subr.el (x-popup-dialog): Declare.
2314
2315 * term/common-win.el (x-select-enable-primary)
2316 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2317 Declare.
2318
2319 * term/ns-win.el (x-handle-args): Declare.
2320
2321 * term/x-win.el (x-select-enable-clipboard): Declare.
2322
2323 * term/w32-win.el (create-default-fontset): Declare.
2324
2325 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2326 Declare.
2327
2328 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2329 (fit-frame-to-buffer): Explicit error if --without-x.
2330 (mouse-autoselect-window-select): Silence compiler.
2331
2332 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2333
2334 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2335 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2336 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2337 * eshell/esh-util.el (eshell-sublist):
2338 Remove unused local variables.
2339
2340 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2341
2342 * textmodes/two-column.el: Make 2C-split work for --without-x.
2343 (scroll-bar-columns): Autoload.
2344 (top-level): Require fringe when compiling.
2345
2346 2013-09-18 Leo Liu <sdl.web@gmail.com>
2347
2348 * subr.el (add-hook): Robustify to handle closure as well.
2349
2350 2013-09-17 Glenn Morris <rgm@gnu.org>
2351
2352 * simple.el (messages-buffer-mode-map): Unbind "g".
2353
2354 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * help-mode.el (help-mode-finish): Use derived-mode-p.
2357 Remove obsolete highlighting.
2358
2359 * play/life.el (life-mode): Use define-derived-mode. Derive from
2360 special-mode.
2361 (life): Let-bind inhibit-read-only.
2362 (life-setup): Avoid `setq'. Use `life-mode'.
2363
2364 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2365 which should not be needed any more.
2366 (package-menu-refresh, package-menu-describe-package): Use user-error.
2367
2368 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2369 (eshell-post-rewrite-command-hook): Make obsolete.
2370 (eshell-parse-command): Simplify.
2371 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2372 (eshell--cmd): Declare.
2373 (eshell-parse-pipeline): Remove unused var `final-p'.
2374 Pass a dynvar to eshell-post-rewrite-command-hook.
2375 Implement the new eshell-post-rewrite-command-function.
2376 (eshell-invoke-directly): Remove unused arg `input'.
2377 * eshell/esh-io.el (eshell-io-initialize):
2378 Use eshell-post-rewrite-command-function (bug#15399).
2379 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2380 adjust to new calling convention.
2381 (eshell-create-handles): Rename args to avoid clashing with dynvar
2382 `standard-output'.
2383
2384 2013-09-17 Glenn Morris <rgm@gnu.org>
2385
2386 * simple.el (messages-buffer-mode): New major mode.
2387 (messages-buffer): New function.
2388 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2389 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2390 (ert-run-test): Use `messages-buffer' function.
2391 (ert--force-message-log-buffer-truncation): Ignore read-only.
2392 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2393 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2394
2395 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2396
2397 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2398
2399 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2400
2401 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2402
2403 * icomplete.el (icomplete-in-buffer): New var.
2404 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2405 vars and replace them with functions.
2406 (icomplete-minibuffer-setup): Adjust accordingly.
2407 (icomplete--completion-table, icomplete--completion-predicate)
2408 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2409 New functions.
2410 (icomplete-forward-completions, icomplete-backward-completions)
2411 (icomplete-simple-completing-p, icomplete-exhibit)
2412 (icomplete-completions): Use them.
2413 (icomplete--in-region-buffer): New var.
2414 (icomplete--in-region-setup): New function.
2415 (icomplete-mode): Use it.
2416
2417 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2418 (bug#15379).
2419 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2420 return args and options.
2421 (eshell-eval-using-options): Use the new return value of
2422 eshell--do-opts to set the options's vars in their scope.
2423 (eshell--set-option): Rename from eshell-set-option.
2424 Add arg `opt-vals'.
2425 (eshell--process-option): Rename from eshell-process-option.
2426 Add arg `opt-vals'.
2427 (eshell--process-args): Use an `opt-vals' alist to store the options's
2428 values during their processing and return them additionally to the
2429 remaining args.
2430
2431 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2432
2433 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2434 continuation character an operator, as far as indentation is
2435 concerned (Bug#15369).
2436
2437 2013-09-15 Martin Rudalics <rudalics@gmx.at>
2438
2439 * window.el (window--state-put-2): Don't process buffer state
2440 when buffer doesn't exist any more (Bug#15382).
2441
2442 2013-09-15 Glenn Morris <rgm@gnu.org>
2443
2444 * eshell/em-unix.el (eshell/rm):
2445 Make -f ignore missing files. (Bug#15373)
2446
2447 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2448 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2449 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2450
2451 2013-09-14 Glenn Morris <rgm@gnu.org>
2452
2453 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2454
2455 2013-09-13 Glenn Morris <rgm@gnu.org>
2456
2457 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2458 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2459
2460 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2461
2462 * frame.el (x-focus-frame): Mark as declared in frame.c.
2463
2464 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * ls-lisp.el: Use advice-add.
2467 (original-insert-directory): Remove.
2468 (ls-lisp--insert-directory): Rename from insert-directory; add
2469 `orig-fun' argument.
2470 (insert-directory): Advise.
2471
2472 2013-09-13 Eli Zaretskii <eliz@gnu.org>
2473
2474 * term.el (term-emulate-terminal): Decode the command string
2475 before passing it to term-command-hook. (Bug#15337)
2476
2477 2013-09-13 Glenn Morris <rgm@gnu.org>
2478
2479 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2480
2481 * eshell/esh-ext.el (eshell-search-path): Declare.
2482
2483 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2484 Otherwise an error occurs if eshell-dirs module not loaded.
2485
2486 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2487
2488 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
2489
2490 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2491 `tramp-check-proper-host'. Check for a valid method name.
2492
2493 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2494 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2495 * net/tramp-sh.el (tramp-maybe-open-connection):
2496 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2497
2498 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2499 also for hash values.
2500
2501 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * term/ns-win.el (parameters): Don't declare as dynamic.
2504 (before-make-frame-hook): Don't add ineffective function.
2505
2506 * eshell/*.el: Use lexical-binding (bug#15231).
2507
2508 2013-09-12 Kenichi Handa <handa@gnu.org>
2509
2510 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2511
2512 2013-09-12 Glenn Morris <rgm@gnu.org>
2513
2514 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2515 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2516
2517 * subr.el (do-after-load-evaluation): Also give compiler warnings
2518 when obsolete files are used (except by obsolete files).
2519
2520 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2521 in the status output, assume `filename' is the first. (Bug#15322)
2522
2523 * vc/vc.el (vc-deduce-fileset): Doc fix.
2524
2525 * calc/calc-help.el (Info-goto-node):
2526 * progmodes/cperl-mode.el (Info-find-node):
2527 * vc/ediff.el (Info-goto-node): Update declarations.
2528
2529 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2530
2531 * vc/vc-bzr.el (vc-compilation-mode): Declare.
2532 (vc-bzr-pull): Require vc-dispatcher.
2533 * vc/vc-git.el (vc-compilation-mode): Declare.
2534 (vc-git-pull): Require vc-dispatcher.
2535
2536 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2537
2538 * progmodes/octave.el (help-button-action): Declare.
2539
2540 * shell.el (shell-directory-tracker): Output error as a message
2541 rather than just returning it as a string.
2542 (shell-process-pushd): Remove useless use of message.
2543
2544 * dframe.el (dframe-timer-fn):
2545 * files.el (dir-locals-read-from-file):
2546 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2547 (mpc-format):
2548 * reveal.el (reveal-post-command):
2549 * saveplace.el (load-save-place-alist-from-file):
2550 * shell.el (shell-resync-dirs):
2551 * w32-common-fns.el (x-get-selection-value):
2552 * emacs-lisp/copyright.el (copyright-find-copyright):
2553 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2554 * emulation/tpu-edt.el (tpu-copy-keyfile):
2555 * play/bubbles.el (bubbles--mark-neighbourhood):
2556 * progmodes/executable.el
2557 (executable-make-buffer-file-executable-if-script-p):
2558 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2559
2560 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 Cleanup Eshell to rely less on dynamic scoping.
2563 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2564 last-value, and ext-command here. Bind `args' closer to `body'.
2565 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2566 (eshell--args): Declare new dynamic var.
2567 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2568 last-value, and ext-command. Pass `args' to `body'.
2569 (eshell-process-args): Bind eshell--args.
2570 (eshell-set-option): Use eshell--args.
2571 * eshell/eshell.el (eshell): Use derived-mode-p.
2572 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2573 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2574 (eshell-glob-function): Declare.
2575 * eshell/esh-util.el: Require cl-lib.
2576 (eshell-read-hosts-file): Avoid add-to-list.
2577 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2578 `err'.
2579 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2580 Declare.
2581 (eshell/diff): Remove unused var `err'.
2582 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2583 `killflag'.
2584 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2585 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2586 first use.
2587 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2588 Move declaration before first use.
2589 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2590 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2591 rely on cl-return.
2592
2593 2013-09-12 Glenn Morris <rgm@gnu.org>
2594
2595 * term/ns-win.el (global-map): Remove binding for ispell-next,
2596 deleted 1999-05-29. (Bug#15357)
2597
2598 2013-09-11 Glenn Morris <rgm@gnu.org>
2599
2600 * echistory.el (electric-command-history): Remove call to deleted func.
2601
2602 * play/landmark.el (landmark-mode): Fix typos.
2603
2604 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2605 Check cvs-sort-ignore-file is bound.
2606
2607 * savehist.el: No need for cl when compiling on Emacs.
2608
2609 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2612 (bug#15338).
2613 (eshell-self-insert-command, eshell-send-invisible):
2614 Remove unused argument.
2615 (eshell-handle-control-codes): Remove unused var `orig'.
2616 Avoid delete-backward-char.
2617
2618 * files.el (set-auto-mode): Simplify a bit further.
2619
2620 2013-09-11 Glenn Morris <rgm@gnu.org>
2621
2622 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2623 (set-auto-mode): Don't regexp-quote elements.
2624 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2625 * progmodes/cc-mode.el (interpreter-mode-alist):
2626 * progmodes/ruby-mode.el (interpreter-mode-alist):
2627 Revert previous change.
2628
2629 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * play/snake.el (snake-mode):
2632 * play/mpuz.el (mpuz-mode):
2633 * play/landmark.el (lm-mode):
2634 * play/blackbox.el (blackbox-mode):
2635 * play/5x5.el (5x5-mode):
2636 * obsolete/options.el (Edit-options-mode):
2637 * net/quickurl.el (quickurl-list-mode):
2638 * net/newst-treeview.el (newsticker-treeview-mode):
2639 * mail/rmailsum.el (rmail-summary-mode):
2640 * mail/mspools.el (mspools-mode):
2641 * locate.el (locate-mode):
2642 * ibuffer.el (ibuffer-mode):
2643 * emulation/ws-mode.el (wordstar-mode):
2644 * emacs-lisp/debug.el (debugger-mode):
2645 * array.el (array-mode):
2646 * net/eudc.el (eudc-mode): Use define-derived-mode.
2647 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2648 Move initialization into declaration.
2649 (mairix-searches-mode): Use define-derived-mode.
2650 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2651 (eudc-edit-hotlist): Use dolist.
2652 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2653 (Man-mode): Use define-derived-mode.
2654 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2655 (Info-edit-mode): Use define-derived-mode.
2656 (Info-cease-edit): Use Info-mode.
2657 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2658 into declaration.
2659 (eshell-mode): Use define-derived-mode.
2660 * chistory.el (command-history-mode-map): Rename from
2661 command-history-map.
2662 (command-history-mode): Use define-derived-mode.
2663 (Command-history-setup): Remove function.
2664 * calc/calc.el (calc-trail-mode-map): New var.
2665 (calc-trail-mode): Use define-derived-mode.
2666 (calc-trail-buffer): Set calc-main-buffer manually.
2667 * bookmark.el (bookmark-insert-annotation): New function.
2668 (bookmark-edit-annotation): Use it.
2669 (bookmark-edit-annotation-mode): Make it a proper major mode.
2670 (bookmark-send-edited-annotation): Use derived-mode-p.
2671 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2672 closer to its ideal place. Use \' to match EOS.
2673
2674 * profiler.el (profiler-calltree-find): Use function-equal.
2675
2676 2013-09-10 Glenn Morris <rgm@gnu.org>
2677
2678 * files.el (interpreter-mode-alist): Convert to regexps.
2679 (set-auto-mode): Adapt for this. (Bug#15306)
2680 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2681 Comment out unused variable.
2682 * progmodes/cc-mode.el (interpreter-mode-alist):
2683 * progmodes/python.el (interpreter-mode-alist):
2684 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2685 * progmodes/sh-script.el (sh-set-shell):
2686 No longer use interpreter-mode-alist to get list of shells.
2687
2688 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2689
2690 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * simple.el: Use set-temporary-overlay-map for universal-argument.
2693 (universal-argument-map): Don't use default-bindings (bug#15317).
2694 Bind switch-frame explicitly. Replace universal-argument-minus with
2695 a conditional binding.
2696 (universal-argument-num-events, saved-overriding-map): Remove.
2697 (restore-overriding-map): Remove.
2698 (universal-argument--mode): Rename from save&set-overriding-map,
2699 and rewrite.
2700 (universal-argument, universal-argument-more, negative-argument)
2701 (digit-argument): Adjust accordingly.
2702 (universal-argument-minus): Remove.
2703 (universal-argument-other-key): Remove.
2704
2705 * subr.el (with-demoted-errors): Add `format' argument.
2706
2707 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
2708
2709 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2710 `tramp-cleanup-connection'.
2711
2712 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2713 parameters KEEP-DEBUG and KEEP-PASSWORD.
2714
2715 * net/tramp.el (tramp-file-name-handler):
2716 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2717 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2718 (tramp-maybe-open-connection):
2719 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2720 Use `tramp-cleanup-connection'.
2721
2722 * net/tramp-sh.el (tramp-maybe-open-connection):
2723 Catch 'uname-changed inside the progress reporter.
2724
2725 2013-09-10 Glenn Morris <rgm@gnu.org>
2726
2727 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2728
2729 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2730 returns "alternate access method" in mode (eg "-rw-r--r--.").
2731
2732 2013-09-08 Glenn Morris <rgm@gnu.org>
2733
2734 * saveplace.el (load-save-place-alist-from-file):
2735 Demote errors. (Bug#15305)
2736
2737 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
2738
2739 Improve compatibility with older Emacsen, and XEmacs.
2740
2741 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2742 only if it is bound. It isn't for XEmacs.
2743 (with-tramp-progress-reporter): Do not let-bind `result'.
2744 This yields to scoping errors in XEmacs.
2745 (tramp-handle-make-auto-save-file-name): New function, moved from
2746 tramp-sh.el.
2747
2748 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2749 for `make-auto-save-file-name'.
2750 (tramp-adb--gnu-switches-to-ash):
2751 Use `tramp-compat-replace-regexp-in-string'.
2752
2753 * net/tramp-cache.el (tramp-cache-print): Call
2754 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2755
2756 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2757 bound. It isn't for XEmacs.
2758
2759 * net/tramp-compat.el (tramp-compat-copy-file):
2760 Catch `wrong-number-of-arguments' error.
2761 (tramp-compat-replace-regexp-in-string): New defun.
2762
2763 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2764 for `make-auto-save-file-name'.
2765 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2766 `copy-file'.
2767 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2768 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2769 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2770
2771 * net/tramp-gw.el (tramp-gw-open-network-stream):
2772 Use `tramp-compat-replace-regexp-in-string'.
2773
2774 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2775 Call `tramp-handle-make-auto-save-file-name'.
2776 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2777 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2778 (tramp-sh-file-inotifywait-process-filter):
2779 Use `tramp-compat-replace-regexp-in-string'.
2780 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2781
2782 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2783 for `make-auto-save-file-name'.
2784 (tramp-smb-handle-copy-directory):
2785 Call `tramp-compat-replace-regexp-in-string'.
2786 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2787 (tramp-smb-handle-copy-file): Improve error message.
2788 (tramp-smb-handle-rename-file): Rename directly only in case
2789 `newname' does not exist yet. This is a restriction of smbclient.
2790 (tramp-smb-maybe-open-connection): Rerun the function only when
2791 `auth-sources' is non-nil.
2792
2793 2013-09-08 Kenichi Handa <handa@gnu.org>
2794
2795 * international/characters.el: Set category "^" (Combining) for
2796 more characters.
2797
2798 2013-09-07 Alan Mackenzie <acm@muc.de>
2799
2800 Correctly fontify Java class constructors.
2801 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2802 in Java Mode.
2803 (c-recognize-typeless-decls): Set the Java value to t.
2804 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2805 While handling a "(", add a check for, effectively, Java, and handle a
2806 "typeless" declaration there.
2807
2808 2013-09-07 Roland Winkler <winkler@gnu.org>
2809
2810 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2811 field subtitle for entry type book.
2812
2813 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * minibuffer.el: Make minibuffer-complete call completion-in-region
2816 rather than other way around.
2817 (completion--some, completion-pcm--find-all-completions):
2818 Don't delay signals when debugging.
2819 (minibuffer-completion-contents): Beware fields within the
2820 minibuffer contents.
2821 (completion-all-sorted-completions): Use defvar-local.
2822 (completion--do-completion, completion--cache-all-sorted-completions)
2823 (completion-all-sorted-completions, minibuffer-force-complete):
2824 Add args `beg' and `end'.
2825 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2826 (minibuffer-complete): Use completion-in-region.
2827 (completion-complete-and-exit): New fun, extracted from
2828 minibuffer-complete-and-exit.
2829 (minibuffer-complete-and-exit): Use it.
2830 (completion--complete-and-exit): Rename from
2831 minibuffer--complete-and-exit.
2832 (completion-in-region--single-word): New function, extracted from
2833 minibuffer-complete-word.
2834 (minibuffer-complete-word): Use it.
2835 (display-completion-list): Make `common-substring' argument obsolete.
2836 (completion--in-region): Call completion--in-region-1 instead of
2837 minibuffer-complete.
2838 (completion-help-at-point): Pass boundaries to
2839 minibuffer-completion-help as args rather than via an overlay.
2840 (completion-pcm--string->pattern): Use `any-delim'.
2841 (completion-pcm--optimize-pattern): New function.
2842 (completion-pcm--pattern->regex): Handle `any-delim'.
2843 * icomplete.el (icomplete-forward-completions)
2844 (icomplete-backward-completions, icomplete-completions):
2845 Adjust calls to completion-all-sorted-completions and
2846 completion--cache-all-sorted-completions.
2847 (icomplete-with-completion-tables): Default to t.
2848 * emacs-lisp/crm.el (crm--current-element): Rename from
2849 crm--select-current-element. Don't put an overlay but return the
2850 boundaries instead.
2851 (crm--completion-command): Take two new args to bind to the boundaries.
2852 (crm-completion-help): Adjust accordingly.
2853 (crm-complete): Use completion-in-region.
2854 (crm-complete-word): Use completion-in-region--single-word.
2855 (crm-complete-and-exit): Use completion-complete-and-exit.
2856
2857 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2860 than dynamically.
2861
2862 2013-09-06 Juri Linkov <juri@jurta.org>
2863
2864 * info.el (Info-display-images-node): When image file doesn't exist
2865 display text version of the image if it's provided in the Info file.
2866 Otherwise, display the location of missing image from SRC attribute.
2867 Add help-echo text property from ALT attribute. (Bug#15279)
2868
2869 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2870
2871 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2872 (edit-abbrevs-mode): Use define-derived-mode.
2873
2874 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2875 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2876 that it's defined.
2877 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2878 Use define-derived-mode.
2879
2880 * epg.el (epg-start-encrypt): Minor CSE simplification.
2881
2882 2013-09-06 William Xu <william.xwl@gmail.com>
2883
2884 * arc-mode.el: Add support for 7za (bug#15264).
2885 (archive-7z-program): New var.
2886 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2887 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2888 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2889
2890 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
2891
2892 Remove URL syntax.
2893
2894 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2895 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2896 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2897 (tramp-postfix-host-format, tramp-file-name-regexp)
2898 (tramp-completion-file-name-regexp)
2899 (tramp-completion-dissect-file-name)
2900 (tramp-handle-substitute-in-file-name): Remove 'url case.
2901 (tramp-file-name-regexp-url)
2902 (tramp-completion-file-name-regexp-url): Remove constants.
2903
2904 2013-09-06 Glenn Morris <rgm@gnu.org>
2905
2906 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2907
2908 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2909
2910 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2911 keywords" below "here-doc beginnings" (Bug#15270).
2912
2913 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * subr.el (pop): Use `car-safe'.
2916 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2917 to detect unused `pop' return value.
2918
2919 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2920 var `block-regexp'.
2921 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2922 (python-fill-string): Remove unused var `marker'.
2923 (python-skeleton-add-menu-items): Remove unused var `items'.
2924
2925 * international/mule-cmds.el: Require CL.
2926 (find-coding-systems-for-charsets): Avoid add-to-list.
2927 (sanitize-coding-system-list): New function, extracted from
2928 select-safe-coding-system-interactively.
2929 (select-safe-coding-system-interactively): Use it.
2930 (read-input-method-name): Accept symbols for `default'.
2931
2932 * emacs-lisp/advice.el (defadvice): Add indent rule.
2933
2934 2013-09-05 Daniel Hackney <dan@haxney.org>
2935
2936 * dired-x.el:
2937 * net/ange-ftp.el:
2938 * net/browse-url.el:
2939 * net/dbus.el:
2940 * net/eudc.el:
2941 * net/eudcb-ldap.el:
2942 * net/eww.el:
2943 * net/imap.el:
2944 * printing.el:
2945 * vc/ediff-diff.el:
2946 * vc/ediff-init.el:
2947 * vc/ediff-merg.el:
2948 * vc/ediff-mult.el:
2949 * vc/ediff-util.el:
2950 * vc/ediff-wind.el:
2951 * vc/ediff.el:
2952 * vc/emerge.el:
2953 * vc/pcvs.el:
2954 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2955 byte compiler. Remove some unused let-bound variables.
2956
2957 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2960 a "ref-cell", since it gets better optimized (bug#14883).
2961
2962 2013-09-05 Glenn Morris <rgm@gnu.org>
2963
2964 * progmodes/cc-awk.el (c-forward-sws): Declare.
2965
2966 2013-09-04 Glenn Morris <rgm@gnu.org>
2967
2968 * generic-x.el [rul-generic-mode]: Require cc-mode.
2969 (c++-mode-syntax-table): Declare.
2970 (rul-generic-mode-syntax-table): Init in the defvar.
2971
2972 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2973
2974 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2975 (vc-do-command, vc-set-async-update):
2976 * vc/vc-mtn.el (vc-mtn-dir-status):
2977 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2978 (vc-hg-pull, vc-hg-merge-branch):
2979 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2980 (vc-git-merge-branch):
2981 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2982 (vc-cvs-dir-status-files):
2983 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2984 (vc-bzr-dir-status-files):
2985 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2986 * vc/vc-annotate.el: Use lexical-binding.
2987 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2988 (vc-sentinel-movepoint): Declare.
2989 (vc-annotate): Don't use `goto-line'.
2990 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2991 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2992 (vc-sentinel-movepoint): Declare.
2993 * vc/vc-svn.el: Use lexical-binding.
2994 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2995 * vc/vc-sccs.el:
2996 * vc/vc-rcs.el: Use lexical-binding.
2997
2998 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2999 `deleted'. Don't drop errors silently.
3000
3001 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3002
3003 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
3004
3005 * vc/vc.el (vc-ignore): Rewrite.
3006 (vc-default-ignore): New function.
3007 (vc-default-ignore-completion-table): Use find-ignore-file.
3008
3009 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3010 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3011 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3012 Remove. Most code moved to vc.el.
3013
3014 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3017 * net/tramp-smb.el (tramp-smb-get-file-entries):
3018 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3019 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3020
3021 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3022 Update call to it.
3023 (eww-change-select): Remove unused var `properties'.
3024 (eww-make-unique-file-name): Remove unused var `base'.
3025
3026 * finder.el (finder-compile-keywords): Don't mess with windows.
3027
3028 * calculator.el (calculator-funcall): Fix typo in last change.
3029
3030 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3031
3032 * emacs-lisp/package.el (package-activate-1): Don't let a missing
3033 <pkg>-autoloads.el file stop us.
3034
3035 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3036 warnings, and factor out common code.
3037
3038 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
3039
3040 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3041 two-character operators and whether the character preceding them
3042 changes their meaning (Bug#15208).
3043
3044 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3045
3046 Format code sent to Python shell for robustness.
3047 * progmodes/python.el (python-shell-buffer-substring):
3048 New function.
3049 (python-shell-send-region, python-shell-send-buffer): Use it.
3050
3051 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3054 * net/tramp.el (tramp-user-error): ... here.
3055 (tramp-find-method, tramp-check-proper-host)
3056 (tramp-dissect-file-name, tramp-debug-message)
3057 (tramp-handle-shell-command):
3058 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3059 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3060
3061 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3062
3063 2013-09-02 Martin Rudalics <rudalics@gmx.at>
3064
3065 * avoid.el (mouse-avoidance-point-position)
3066 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3067 returns nil.
3068
3069 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3070
3071 * progmodes/python.el (python-shell-completion-get-completions):
3072 Drop use of deleted `comint-last-prompt-overlay'.
3073 (python-nav-if-name-main): New command.
3074
3075 2013-09-01 Glenn Morris <rgm@gnu.org>
3076
3077 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3078 Avoid leading space in $wins. Otherwise the sed command used by
3079 eg compile-main ends up containing "/*.el". (Bug#15170)
3080
3081 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3082
3083 2013-08-30 Glenn Morris <rgm@gnu.org>
3084
3085 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3086 Fix is-this-a-directory logic. (Bug#15220)
3087
3088 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * textmodes/css-mode.el: Use SMIE.
3091 (css-smie-grammar): New var.
3092 (css-smie--forward-token, css-smie--backward-token)
3093 (css-smie-rules): New functions.
3094 (css-mode): Use them.
3095 (css-navigation-syntax-table): Remove var.
3096 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3097 (css-indent-calculate, css-indent-line): Remove functions.
3098
3099 Misc changes to reduce use of `(lambda...); and other cleanups.
3100 * cus-edit.el: Use lexical-binding.
3101 (customize-push-and-save, customize-apropos)
3102 (custom-buffer-create-internal): Use closures.
3103 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3104 * progmodes/ada-xref.el: Use setq.
3105 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3106 * dframe.el: Use lexical-binding.
3107 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3108 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3109 * descr-text.el: Use lexical-binding.
3110 (describe-text-widget, describe-text-sexp, describe-property-list):
3111 Use closures.
3112 * comint.el (comint-history-isearch-push-state): Use a closure.
3113 * calculator.el: Use lexical-binding.
3114 (calculator-number-to-string): Make it work with lexical-binding.
3115 (calculator-funcall): Same and use cl-letf.
3116
3117 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3118 (lisp--company-doc-string, lisp--company-location): New functions.
3119 (lisp-completion-at-point): Use them to improve Company support.
3120
3121 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3122 params of lambda expressions.
3123 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3124 (ruby-smie--opening-pipe-p): New function.
3125 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3126 symbols and matched |...| for formal params.
3127 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3128 from being treated as hanging. Handle "rescue".
3129
3130 2013-08-29 Glenn Morris <rgm@gnu.org>
3131
3132 * progmodes/cc-engine.el (c-pull-open-brace):
3133 Move definition before use.
3134
3135 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3138 are immutable. Don't use `unsafe' any more.
3139 (cl--defsubst-expand): Don't substitute at the same time as keeping
3140 a residual unused let-binding. Don't use `unsafe' any more.
3141
3142 2013-08-29 Glenn Morris <rgm@gnu.org>
3143
3144 * calendar/cal-china.el (calendar-chinese-year-cache):
3145 Recenter on 2015.
3146
3147 * nxml/nxml-util.el (nxml-debug-clear-inside):
3148 Use cl-loop rather than loop.
3149
3150 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3151
3152 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3153
3154 2013-08-28 Glenn Morris <rgm@gnu.org>
3155
3156 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3157
3158 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3159
3160 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3161
3162 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * simple.el (repeat-complex-command--called-interactively-skip):
3165 New function.
3166 (repeat-complex-command): Use it (bug#14136).
3167
3168 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3169 (c-define-abbrev-table): Add `doc' argument.
3170 (c-mode-abbrev-table, c++-mode-abbrev-table)
3171 (objc-mode-abbrev-table, java-mode-abbrev-table)
3172 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3173 (awk-mode-abbrev-table): Use it.
3174 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3175 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3176 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3177 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3178 Move initialization into the declaration; and remove any
3179 autoload cookie.
3180
3181 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3182 and dynamic let binding.
3183
3184 * vc/smerge-mode.el: Remove redundant :group args.
3185
3186 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3187 to load-path.
3188
3189 2013-08-28 Juri Linkov <juri@jurta.org>
3190
3191 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3192 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3193 (isearch-other-meta-char): Handle an undefined shifted printing
3194 character by downshifting it. (Bug#15200)
3195
3196 2013-08-28 Juri Linkov <juri@jurta.org>
3197
3198 * isearch.el (isearch-search): Change regexp error message for
3199 non-regexp searches. (Bug#15166)
3200
3201 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3202
3203 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3204 for portability to hosts where /bin/sh has problems.
3205
3206 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3209
3210 2013-08-27 Juri Linkov <juri@jurta.org>
3211
3212 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3213 in the keyboard macro. (Bug#15126)
3214
3215 2013-08-27 Juri Linkov <juri@jurta.org>
3216
3217 * isearch.el (isearch-quote-char): Comment out converting unibyte
3218 to multibyte, thus syncing with its `quoted-insert' counterpart.
3219 (Bug#15166)
3220
3221 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3222
3223 * window.el (display-buffer-use-some-window): Add missing
3224 argument in call of get-largest-window (Bug#15185).
3225 Reported by Stephen Leake.
3226
3227 2013-08-27 Glenn Morris <rgm@gnu.org>
3228
3229 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3230
3231 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3234 from a matcher-function unless there's no more matches (bug#15161).
3235
3236 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3237
3238 * minibuffer.el: Revert change from 2013-08-20.
3239
3240 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3241 with text property `tramp-default', if appropriate.
3242 (tramp-check-proper-host): New defun.
3243 (tramp-dissect-file-name): Do not check hostname. Revert change
3244 of 2013-03-18.
3245 (tramp-backtrace): Make VEC-OR-PROC optional.
3246
3247 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3248 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3249 * net/tramp-sh.el (tramp-maybe-open-connection):
3250 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3251 Apply `tramp-check-proper-host'.
3252
3253 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3254
3255 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3256 lambda expression in order to have `describe-variable' display it.
3257
3258 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3259
3260 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3261 BUF can be optional. (Bug#15186)
3262
3263 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3264
3265 * progmodes/flymake.el (flymake-get-real-file-name-function):
3266 Fix broken customization. (Bug#15184)
3267
3268 2013-08-25 Alan Mackenzie <acm@muc.de>
3269
3270 Improve indentation of bracelists defined by macros (without "=").
3271
3272 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3273 expansion begins with "{", regard it as bracelist when it doesn't
3274 contain a ";".
3275
3276 Parse C++ inher-intro when there's a template split over 2 lines.
3277
3278 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3279 rigorously the search for "class" etc. followed by ":".
3280
3281 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3282 random languages a regexp which never matches rather than nil.
3283
3284 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3285
3286 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3287 (c-awk-regexp-one-line-possibly-open-char-list-re)
3288 (c-awk-one-line-possibly-open-regexp-re)
3289 (c-awk-one-line-non-syn-ws*-re): Remove.
3290 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3291 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3292 (c-awk-space*-unclosed-regexp-/-re): New constants.
3293 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3294 aren't regexp delimiters.
3295
3296 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3297 handling for a rare situation in AWK Mode involving unterminated
3298 strings/regexps.
3299
3300 2013-08-23 Glenn Morris <rgm@gnu.org>
3301
3302 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3303
3304 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3305
3306 * files.el (create-file-buffer): If the result would begin with
3307 spaces, prepend a "|" instead of removing them. (Bug#15162)
3308
3309 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3310
3311 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3312 text-properties (bug#15155).
3313
3314 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3315 exist any more.
3316 (calc-keypad-redraw): Remove unused var `pad'.
3317 (calc-keypad-press): Remove unused var `menu'.
3318
3319 2013-08-23 Martin Rudalics <rudalics@gmx.at>
3320
3321 * window.el (display-buffer-pop-up-frame):
3322 Call pop-up-frame-function with BUFFER current so `make-frame' will
3323 use it as the new frame's buffer (Bug#15133).
3324
3325 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * calendar/timeclock.el: Minor cleanups.
3328 (timeclock-ask-before-exiting, timeclock-use-display-time):
3329 Use `symbol'.
3330 (timeclock-modeline-display): Define as alias before the
3331 actual definition.
3332 (timeclock-mode-line-display): Use define-minor-mode.
3333 (timeclock-day-list-template): Make it a function, add an argument.
3334 (timeclock-day-list-required, timeclock-day-list-length)
3335 (timeclock-day-list-debt, timeclock-day-list-span)
3336 (timeclock-day-list-break): Adjust calls accordingly.
3337
3338 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3341 Use read--expression so that completion works again.
3342
3343 2013-08-21 Sam Steingold <sds@gnu.org>
3344
3345 Add rudimentary inferior shell interaction
3346 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3347 (sh-set-shell): Reset it.
3348 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3349 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3350
3351 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * align.el: Use lexical-binding.
3354 (align-region): Simplify accordingly.
3355
3356 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
3357
3358 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3359
3360 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3361 `non-essential' up.
3362
3363 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
3364
3365 * net/tramp.el:
3366 * net/tramp-adb.el:
3367 * net/tramp-cmds.el:
3368 * net/tramp-ftp.el:
3369 * net/tramp-gvfs.el:
3370 * net/tramp-gw.el:
3371 * net/tramp-sh.el: Don't wrap external variable declarations by
3372 `eval-when-compile'.
3373
3374 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3375
3376 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3377 now that Emacs supports ImageMagick animations.
3378
3379 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
3380
3381 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3382 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3383
3384 2013-08-16 Martin Rudalics <rudalics@gmx.at>
3385
3386 * window.el (mouse-autoselect-window-select): Do autoselect when
3387 mouse pointer is on margin.
3388
3389 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3390
3391 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3392
3393 2013-08-16 Glenn Morris <rgm@gnu.org>
3394
3395 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3396 Handle "Remote Directory" response of some clients. (Bug#15058)
3397
3398 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3399 Tweak warning. (Bug#14926)
3400
3401 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3402 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3403
3404 * image-mode.el (image-mode-map): Add menu items to reverse,
3405 increase, decrease, reset animation speed.
3406 (image--set-speed, image-increase-speed, image-decrease-speed)
3407 (image-reverse-speed, image-reset-speed): New functions.
3408 (image-mode-map): Add bindings for speed commands.
3409
3410 * image.el (image-animate-get-speed, image-animate-set-speed):
3411 New functions.
3412 (image-animate-timeout): Respect image :speed property.
3413
3414 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3415
3416 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3417 previous line (bug#15101).
3418 (debugger-eval-expression, debugger-record-expression):
3419 Use read--expression (bug#15102).
3420
3421 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
3422
3423 Remove byte compiler warnings, visible when compiling with
3424 `byte-compile-force-lexical-warnings' set to t.
3425
3426 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3427 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3428 (tramp-handle-unhandled-file-name-directory)
3429 (tramp-handle-file-notify-add-watch, tramp-action-login)
3430 (tramp-action-succeed, tramp-action-permission-denied)
3431 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3432 arguments with "_".
3433
3434 * net/tramp-adb.el (tramp-adb-parse-device-names)
3435 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3436 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3437 (tramp-adb-handle-file-truename): Remove unused arguments.
3438
3439 * net/tramp-cache.el (tramp-flush-directory-property)
3440 (tramp-flush-connection-property, tramp-list-connections)
3441 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3442
3443 * net/tramp-compat.el (tramp-compat-make-temp-file):
3444 Rename FILENAME to F.
3445
3446 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3447 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3448 (tramp-zeroconf-parse-workstation-device-names)
3449 (tramp-zeroconf-parse-webdav-device-names)
3450 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3451
3452 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3453 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3454
3455 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3456 arguments.
3457 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3458 (tramp-sh-handle-insert-file-contents-literally)
3459 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3460 with "_".
3461 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3462 Remove unused variables.
3463
3464 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3465 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3466 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3467
3468 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3469 Make them a defconst.
3470 (tramp-uuencode-region): Remove unused variable.
3471
3472 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
3473
3474 * frameset.el (frameset--prop-setter): New function.
3475 (frameset-prop): Add gv-setter declaration.
3476 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3477 parameter was already set in FILTERED. Doc fix.
3478 (frameset--record-minibuffer-relationships): Allow saving a
3479 minibufferless frame without its corresponding minibuffer frame.
3480 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3481 frame, if the frame id matches.
3482 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3483 frames before orphaned ones.
3484 (frameset-restore): Warn about orphaned windows, instead of error out.
3485
3486 2013-08-14 Martin Rudalics <rudalics@gmx.at>
3487
3488 * window.el (window-make-atom): Don't overwrite parameter
3489 already present.
3490 (display-buffer-in-atom-window): Handle special case where we
3491 split an already atomic window.
3492 (window--major-non-side-window, display-buffer-in-side-window)
3493 (window--side-check): Ignore minibuffer window when walking
3494 window tree.
3495 (window-deletable-p): Return 'frame only if no other frame uses
3496 our minibuffer window.
3497 (record-window-buffer): Run buffer-list-update-hook.
3498 (split-window): Make sure window--check-frame won't destroy an
3499 existing atomic window in case the new window gets nested
3500 inside.
3501 (display-buffer-at-bottom): Ignore minibuffer window when
3502 walking window tree. Don't split a side window.
3503 (pop-to-buffer): Don't set-buffer here, the select-window call
3504 should do that.
3505 (mouse-autoselect-window-select): Autoselect only if we are in the
3506 text portion of the window.
3507
3508 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3509
3510 * net/shr.el (shr-parse-image-data): New function to grab both the
3511 data itself and the Content-Type.
3512 (shr-put-image): Use it.
3513
3514 * net/eww.el (eww-display-image): Ditto.
3515
3516 * image.el (image-content-type-suffixes): New variable.
3517
3518 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3519
3520 * progmodes/python.el (python-imenu--build-tree)
3521 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3522
3523 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3524
3525 * simple.el (backward-word): Mention the optional argument.
3526
3527 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * frameset.el (frameset--make): Rename constructor from make-frameset.
3530 (frameset-p, frameset-valid-p): Don't autoload.
3531 (frameset-valid-p): Use normal accessors.
3532
3533 2013-08-13 Glenn Morris <rgm@gnu.org>
3534
3535 * progmodes/compile.el (compile-command): Tweak example in doc.
3536 * obsolete/scribe.el (scribe-mode):
3537 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3538
3539 * mail/feedmail.el (feedmail-confirm-outgoing)
3540 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3541
3542 * cus-start.el (truncate-partial-width-windows): Fix type.
3543
3544 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3545
3546 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3547
3548 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * emacs-lisp/timer.el (timer--time-setter): New function.
3551 (timer--time): Use it as gv-setter.
3552
3553 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3554 setter is not a symbol.
3555
3556 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
3557
3558 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3559 if sending fails. This makes debugging easier.
3560
3561 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
3562
3563 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3564 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3565 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3566
3567 2013-08-12 Eli Zaretskii <eliz@gnu.org>
3568
3569 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3570
3571 2013-08-12 Glenn Morris <rgm@gnu.org>
3572
3573 * format.el (format-annotate-function):
3574 Handle read-only text properties in the source. (Bug#14887)
3575
3576 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3577
3578 * net/eww.el (eww-display-html): Ignore coding system errors.
3579 One web site uses "utf-8lias" as the coding system.
3580
3581 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
3582
3583 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3584
3585 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
3586
3587 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3588 (tutorial--detailed-help): Remove unused local variables.
3589 (tutorial--save-tutorial-to): Use ignore-errors.
3590 (help-with-tutorial): Use looking-at-p.
3591
3592 * view.el (view-buffer-other-window, view-buffer-other-frame):
3593 Mark unused arguments.
3594
3595 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3596 (woman-select-symbol-fonts, woman, woman-find-file)
3597 (woman-insert-file-contents, woman-non-underline-faces):
3598 Use string-match-p.
3599 (woman1-unquote): Move declaration.
3600
3601 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3602 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3603 argument. Remove unused local variable.
3604 (xml-parse-elem-type): Use string-match-p.
3605 (xml-substitute-numeric-entities): Use ignore-errors.
3606
3607 * calculator.el (calculator): Mark unused argument.
3608 (calculator-paste, calculator-quit, calculator-integer-p):
3609 Use ignore-errors.
3610 (calculator-string-to-number, calculator-decimal, calculator-exp)
3611 (calculator-op-or-exp): Use string-match-p.
3612
3613 * dired.el (dired-buffer-more-recently-used-p): Declare.
3614 (dired-insert-set-properties, dired-insert-old-subdirs):
3615 Use ignore-errors.
3616
3617 * dired-aux.el (dired-compress): Use ignore-errors.
3618 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3619 (dired-do-async-shell-command, dired-do-shell-command)
3620 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3621 (dired-insert-subdir-validate): Use string-match-p.
3622 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3623 (dired-add-entry): Use string-match-p, looking-at-p.
3624 (dired-insert-subdir-newpos): Remove unused local variable.
3625
3626 * filenotify.el (file-notify-callback): Remove unused local variable.
3627
3628 * filesets.el (filesets-error): Mark unused argument.
3629 (filesets-which-command-p, filesets-filter-dir-names)
3630 (filesets-directory-files, filesets-get-external-viewer)
3631 (filesets-ingroup-get-data): Use string-match-p.
3632
3633 * find-file.el (ff-other-file-name, ff-other-file-name)
3634 (ff-find-the-other-file, ff-cc-hh-converter):
3635 Remove unused local variables.
3636 (ff-get-file-name): Use string-match-p.
3637 (ff-all-dirs-under): Use ignore-errors.
3638
3639 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3640 (follow-select-if-visible): Remove unused local variable.
3641
3642 * forms.el (read-file-filter): Move declaration.
3643 (forms--make-format, forms--make-parser, forms-insert-record):
3644 Quote function with #'.
3645 (forms--update): Use string-match-p. Quote function with #'.
3646
3647 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3648 (help-make-xrefs): Use looking-at-p.
3649 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3650
3651 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3652 (ibuffer-confirm-operation-on): Use string-match-p.
3653
3654 * msb.el (msb-item-handler, msb-dired-item-handler):
3655 Mark unused arguments.
3656
3657 * ses.el (ses-decode-cell-symbol)
3658 (ses-kill-override): Remove unused local variable.
3659 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3660 (ses-load): Use ignore-errors, looking-at-p.
3661 (ses-jump-safe): Use ignore-errors.
3662 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3663
3664 * tabify.el (untabify, tabify): Mark unused arguments.
3665
3666 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3667 Mark unused argument.
3668 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3669 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3670
3671 * emacs-lisp/timer.el (timer--time): Define setter with
3672 gv-define-setter to avoid deprecation warning.
3673
3674 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
3675 (*record-cmpl-statistics-p*): Remove (was commented out).
3676 (cmpl-statistics-block): Remove (body was commented out).
3677 All callers changed.
3678 (add-completions-from-buffer, load-completions-from-file):
3679 Remove unused variables.
3680
3681 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3682
3683 * filecache.el (file-cache-delete-file-list):
3684 Print message only when told so.
3685 (file-cache-files-matching): Use #' in mapconcat argument.
3686
3687 * ffap.el (ffap-url-at-point): Fix reference to variable
3688 thing-at-point-default-mail-uri-scheme.
3689
3690 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3691
3692 * subr.el (define-error): New function.
3693 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3694 error-file-not-found and define with define-error.
3695 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3696 and define with define-error.
3697 * userlock.el (file-locked, file-supersession):
3698 * simple.el (mark-inactive):
3699 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3700 * progmodes/ada-mode.el (ada-mode-errors):
3701 * play/life.el (life-extinct):
3702 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3703 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3704 * nxml/rng-util.el (rng-error):
3705 * nxml/rng-uri.el (rng-uri-error):
3706 * nxml/rng-match.el (rng-compile-error):
3707 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3708 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3709 * nxml/nxml-rap.el (nxml-scan-error):
3710 * nxml/nxml-outln.el (nxml-outline-error):
3711 * net/soap-client.el (soap-error):
3712 * net/gnutls.el (gnutls-error):
3713 * net/ange-ftp.el (ftp-error):
3714 * mpc.el (mpc-proc-error):
3715 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3716 (json-number-format, json-string-escape, json-string-format)
3717 (json-key-format, json-object-format):
3718 * jka-compr.el (compression-error):
3719 * international/quail.el (quail-error):
3720 * international/kkc.el (kkc-error):
3721 * emacs-lisp/ert.el (ert-test-failed):
3722 * calc/calc.el (calc-error, inexact-result, math-overflow)
3723 (math-underflow):
3724 * bookmark.el (bookmark-error-no-filename):
3725 * epg.el (epg-error): Define with define-error.
3726
3727 * time.el (display-time-event-handler)
3728 (display-time-next-load-average): Don't call sit-for since it seems
3729 unnecessary (bug#15045).
3730
3731 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3732 Use #' instead of ' to quote functions.
3733 (checkdoc-output-mode): Use setq-local.
3734 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3735 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3736 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3737 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3738 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3739 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3740 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3741 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3742
3743 * ido.el (ido-completion-help): Fix up compiler warning.
3744
3745 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3746
3747 * frameset.el (frameset-p): Add autoload cookie.
3748 (frameset--jump-to-register): New function, based on code moved from
3749 register.el.
3750 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3751
3752 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3753 (frameset-restore, frameset-save, frameset-session-filter-alist):
3754 Remove declarations.
3755 (register-alist): Doc fix.
3756 (frameset-to-register): Move to frameset.el.
3757 (jump-to-register, describe-register-1): Remove frameset-specific code.
3758
3759 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3760
3761 * allout-widgets.el (allout-widgets-pre-command-business)
3762 (allout-widgets-post-command-business)
3763 (allout-widgets-after-change-handler)
3764 (allout-decorate-item-and-context, allout-set-boundary-marker)
3765 (allout-body-modification-handler)
3766 (allout-graphics-modification-handler): Mark ignored arguments.
3767 (allout-widgets-post-command-business)
3768 (allout-widgets-exposure-change-processor)
3769 (allout-widgets-exposure-undo-processor)
3770 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3771 (allout-parse-item-at-point, allout-decorate-item-guides)
3772 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3773 * allout.el (epa-passphrase-callback-function): Declare.
3774 (allout-overlay-insert-in-front-handler)
3775 (allout-overlay-interior-modification-handler)
3776 (allout-isearch-end-handler, allout-chart-siblings)
3777 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3778 (allout-yank-processing, allout-process-exposed)
3779 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
3780 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
3781 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3782 (lisp-indent-defform): Mark ignored arguments.
3783 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3784 (calculate-lisp-indent): Remove unused variables.
3785 * international/characters.el (indian-2-column, arabic-2-column)
3786 (tibetan): Mark ignored arguments.
3787 (use-cjk-char-width-table): Mark ignored arguments.
3788 Remove unused variables.
3789 * international/fontset.el (build-default-fontset-data)
3790 (x-compose-font-name, create-fontset-from-fontset-spec):
3791 Mark ignored arguments.
3792 (fontset-plain-name): Remove unused variables.
3793 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3794 (keyboard-coding-system): Mark ignored arguments.
3795 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3796 * help.el (resize-temp-buffer-window):
3797 * window.el (display-buffer-in-major-side-window)
3798 (display-buffer-in-side-window, display-buffer-in-previous-window):
3799 Remove unused variables.
3800 * isearch.el (isearch-forward-symbol):
3801 * version.el (emacs-bzr-version-bzr):
3802 * international/mule-cmds.el (current-language-environment):
3803 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3804 (x-handle-display):
3805 * term/pc-win.el (x-list-fonts, x-display-planes)
3806 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3807 (x-server-version, x-display-screens, x-display-mm-height)
3808 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3809 (x-selection-owner-p, x-own-selection-internal)
3810 (x-disown-selection-internal, x-get-selection-internal)
3811 (msdos-initialize-window-system):
3812 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3813 * term/x-win.el (x-handle-no-bitmap-icon):
3814 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3815 (vc-default-find-file-hook, vc-default-extra-menu):
3816 Mark ignored arguments.
3817
3818 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3821 break-condition in the context of the debugged code (bug#12685).
3822
3823 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3824
3825 * comint.el:
3826 Do not use an overlay to highlight the last prompt. (Bug#14744)
3827 (comint-mode): Make comint-last-prompt buffer local.
3828 (comint-last-prompt): New variable.
3829 (comint-last-prompt-overlay): Remove. Superseded by
3830 comint-last-prompt.
3831 (comint-snapshot-last-prompt, comint-output-filter):
3832 Use comint-last-prompt.
3833
3834 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3835
3836 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
3837 (frameset-save): Check validity of the resulting frameset.
3838
3839 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3840
3841 * ido.el (ido-record-command): Add doc string.
3842
3843 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3844
3845 * frameset.el (frameset): Do not disable creation of the default
3846 frameset-p predicate. Doc fix.
3847 (frameset-valid-p): New function, copied from the old predicate-p.
3848 Add additional checks.
3849 (frameset-restore): Check with frameset-valid-p.
3850 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3851 (frameset-name, frameset-description, frameset-properties)
3852 (frameset-states): Add docstring.
3853 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3854 (frameset-filter-alist): Doc fixes.
3855
3856 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3859
3860 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3863 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3864 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3865 (byte-compile-normal-call): Remove obsolescence check.
3866
3867 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3868
3869 * frameset.el (frameset-restore): Doc fix.
3870
3871 * register.el (frameset-frame-id, frameset-frame-with-id)
3872 (frameset-p, frameset-restore, frameset-save): Declare.
3873 (register-alist): Document framesets.
3874 (frameset-session-filter-alist): Declare.
3875 (frameset-to-register): New function.
3876 (jump-to-register): Implement jumping to framesets. Doc fix.
3877 (describe-register-1): Describe framesets.
3878
3879 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3880
3881 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
3882
3883 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3884 Use lexical-binding.
3885
3886 * frameset.el (frameset): Use type vector, not list (incompatible
3887 change). Do not declare a new constructor, use the default one.
3888 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3889 `name' and `description', respectively, and add read-only slot
3890 `timestamp'. Doc fixes.
3891 (frameset-copy, frameset-persistent-filter-alist)
3892 (frameset-filter-alist, frameset-switch-to-gui-p)
3893 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3894 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3895 (frameset-filter-iconified, frameset-keep-original-display-p):
3896 Doc fixes.
3897 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3898 Rename from frameset-filter-(save|restore)-param. All callers changed.
3899 Doc fix.
3900 (frameset-p): Adapt to change to vector and be more thorough.
3901 Change arg name to OBJECT. Doc fix.
3902 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3903 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3904 All callers changed.
3905 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3906 All callers changed.
3907 (frameset--record-minibuffer-relationships): Rename from
3908 frameset--process-minibuffer-frames. All callers changed.
3909 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3910 Use new default constructor (again). Doc fix.
3911 (frameset--find-frame-if): Rename from `frameset--find-frame.
3912 All callers changed.
3913 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3914 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3915 Doc fix.
3916 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3917 PARAMETERS and WINDOW-STATE, respectively.
3918 (frameset-restore): Add new keyword argument PREDICATE.
3919 Reset frameset--target-display to nil. Doc fix.
3920
3921 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3924 (bat-mode): Use it.
3925 (bat-mode-syntax-table): Mark \n as end-of-comment.
3926 (bat-font-lock-keywords): Remove comment rule.
3927
3928 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3929 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3930
3931 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3932 (byte-compile-callargs-warn): Use `push'.
3933 (byte-compile-arglist-warn): Ignore higher-order "calls".
3934 (byte-compile-file-form-autoload): Use `pcase'.
3935 (byte-compile-function-form): If quoting a symbol, check that it exists.
3936
3937 2013-08-07 Eli Zaretskii <eliz@gnu.org>
3938
3939 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3940 and add a few popular commands found in batch files.
3941 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3942 (dos-mode): Doc fixes.
3943
3944 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3947 (dos-mode): Use setq-local. Add space after "rem".
3948 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3949 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3950
3951 2013-08-07 Arni Magnusson <arnima@hafro.is>
3952
3953 * progmodes/dos.el: New file.
3954 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3955 dos-mode.
3956
3957 2013-08-06 Glenn Morris <rgm@gnu.org>
3958
3959 * calendar/calendar.el: Add new faces, and day-header-array.
3960 (calendar-weekday-header, calendar-weekend-header)
3961 (calendar-month-header): New faces.
3962 (calendar-day-header-construct): New function.
3963 (calendar-day-header-width): Also :set calendar-day-header-array.
3964 (calendar-american-month-header, calendar-european-month-header)
3965 (calendar-iso-month-header): Use calendar- faces.
3966 (calendar-generate-month):
3967 Use calendar-day-header-array for day headers; apply faces to them.
3968 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3969 (calendar-abbrev-construct): Add optional maxlen argument.
3970 (calendar-day-name-array): Doc fix.
3971 (calendar-day-name-array, calendar-abbrev-length)
3972 (calendar-day-abbrev-array):
3973 Also :set calendar-day-header-array, and maybe redraw.
3974 (calendar-day-header-array): New option. (Bug#15007)
3975 (calendar-font-lock-keywords): Set to nil and make obsolete.
3976 (calendar-day-name): Add option to use header array.
3977
3978 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3979
3980 * net/shr.el (shr-render-td): Remove debugging.
3981 (shr-render-td): Make width computation consistent by defaulting
3982 all zero-width columns to 10 characters. This may not be optimal,
3983 but it's at least consistent.
3984 (shr-make-table-1): Redo last change to fix the real problem in
3985 colspan handling.
3986
3987 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3988
3989 * files.el (cache-long-line-scans):
3990 Make obsolete alias to `cache-long-scans'.
3991
3992 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3993
3994 * frameset.el (frameset, frameset-filter-alist)
3995 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3996 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3997 (frameset-compute-pos): Rename from frameset--compute-pos,
3998 and add docstring.
3999 (frameset-move-onscreen): Use frameset-compute-pos.
4000 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4001
4002 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4003 Fix typos in docstrings.
4004
4005 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4006
4007 * frame.el (get-other-frame): Tiny cleanup.
4008
4009 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4010
4011 * vc/vc.el (vc-default-ignore-completion-table):
4012 Silence byte-compiler warning.
4013
4014 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4015 slot , which can indeed be nil.
4016 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4017 Move entry for `left' from persistent to live filter alist.
4018 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4019 Doc fixes.
4020 (frameset-filter-params): When restoring a frame, copy items added to
4021 `filtered', to avoid unwittingly modifying the original parameters.
4022 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
4023 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4024
4025 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4026 to use looking-at-p instead of looking-at. (Bug#15028)
4027
4028 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 Revert introduction of isearch-filter-predicates (bug#14714).
4031 Rely on add-function instead.
4032 * isearch.el (isearch-filter-predicates): Rename it back to
4033 isearch-filter-predicate.
4034 (isearch-message-prefix): Use advice-function-mapc and advice
4035 properties to get the isearch-message-prefix.
4036 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4037 instead of run-hook-with-args-until-failure.
4038 (isearch-filter-visible): Not obsolete any more.
4039 * loadup.el: Preload nadvice.
4040 * replace.el (perform-replace): Revert to funcall
4041 instead of run-hook-with-args-until-failure.
4042 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4043 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4044 dired-isearch-filenames-toggle; make it into a proper minor mode.
4045 Use add/remove-function.
4046 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4047 Call the minor-mode rather than add/remove-hook.
4048 (dired-isearch-filter-filenames):
4049 Remove isearch-message-prefix property.
4050 * info.el (Info--search-loop): New function, extracted from Info-search.
4051 Funcall isearch-filter-predicate instead of
4052 run-hook-with-args-until-failure isearch-filter-predicates.
4053 (Info-search): Use it.
4054 (Info-mode): Use isearch-filter-predicate instead of
4055 isearch-filter-predicates.
4056
4057 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4058
4059 Do not call to `selected-window' where it is assumed by default.
4060 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4061 `window-hscroll', `window-width', `window-height', `window-buffer',
4062 `window-frame', `window-start', `window-point', `next-window'
4063 and `window-display-table'.
4064 * abbrev.el (abbrev--default-expand):
4065 * bs.el (bs--show-with-configuration):
4066 * buff-menu.el (Buffer-menu-mouse-select):
4067 * calc/calc.el (calc):
4068 * calendar/calendar.el (calendar-generate-window):
4069 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4070 (diary-make-entry):
4071 * comint.el (send-invisible, comint-dynamic-complete-filename)
4072 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4073 * completion.el (complete):
4074 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4075 * disp-table.el (describe-current-display-table):
4076 * doc-view.el (doc-view-insert-image):
4077 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4078 * ehelp.el (with-electric-help):
4079 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4080 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4081 * emacs-lisp/helper.el (Helper-help-scroller):
4082 * emulation/cua-base.el (cua--post-command-handler-1):
4083 * eshell/esh-mode.el (eshell-output-filter):
4084 * ffap.el (ffap-gnus-wrapper):
4085 * help-macro.el (make-help-screen):
4086 * hilit-chg.el (highlight-compare-buffers):
4087 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4088 * hl-line.el (global-hl-line-highlight):
4089 * icomplete.el (icomplete-simple-completing-p):
4090 * isearch.el (isearch-done):
4091 * jit-lock.el (jit-lock-stealth-fontify):
4092 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4093 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4094 * mpc.el (mpc-tagbrowser, mpc):
4095 * net/rcirc.el (rcirc-any-buffer):
4096 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4097 * play/landmark.el (landmark-max-width, landmark-max-height):
4098 * play/zone.el (zone):
4099 * progmodes/compile.el (compilation-goto-locus):
4100 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4101 * progmodes/etags.el (find-tag-other-window):
4102 * progmodes/fortran.el (fortran-column-ruler):
4103 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4104 * progmodes/verilog-mode.el (verilog-point-text):
4105 * reposition.el (reposition-window):
4106 * rot13.el (toggle-rot13-mode):
4107 * server.el (server-switch-buffer):
4108 * shell.el (shell-dynamic-complete-command)
4109 (shell-dynamic-complete-environment-variable):
4110 * simple.el (insert-buffer, set-selective-display)
4111 (delete-completion-window):
4112 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4113 (speedbar-recenter):
4114 * startup.el (fancy-splash-head):
4115 * textmodes/ispell.el (ispell-command-loop):
4116 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4117 * tutorial.el (help-with-tutorial):
4118 * vc/add-log.el (add-change-log-entry):
4119 * vc/compare-w.el (compare-windows):
4120 * vc/ediff-help.el (ediff-indent-help-message):
4121 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4122 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4123 (ediff-setup-control-frame):
4124 * vc/emerge.el (emerge-position-region):
4125 * vc/pcvs-util.el (cvs-bury-buffer):
4126 * window.el (walk-windows, mouse-autoselect-window-select):
4127 * winner.el (winner-set-conf, winner-undo): Related users changed.
4128
4129 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * frameset.el (frameset--set-id): Doc fix.
4132 (frameset-frame-id, frameset-frame-id-equal-p)
4133 (frameset-locate-frame-id): New functions.
4134 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4135 (frameset-restore): Use them.
4136
4137 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4138
4139 Do not call to `selected-frame' where it is assumed by default.
4140 Affected functions are `raise-frame', `redraw-frame',
4141 `frame-first-window', `frame-terminal' and `delete-frame'.
4142 * calendar/appt.el (appt-disp-window):
4143 * epg.el (epg-wait-for-completion):
4144 * follow.el (follow-delete-other-windows-and-split)
4145 (follow-avoid-tail-recenter):
4146 * international/mule.el (set-terminal-coding-system):
4147 * mail/rmail.el (rmail-mail-return):
4148 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4149 * progmodes/f90.el (f90-add-imenu-menu):
4150 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4151 * server.el (server-switch-buffer):
4152 * simple.el (delete-completion-window):
4153 * talk.el (talk):
4154 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4155 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4156 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4157 * vc/ediff.el (ediff-documentation): Related users changed.
4158 * frame.el (selected-terminal): Remove the leftover.
4159
4160 2013-08-05 Glenn Morris <rgm@gnu.org>
4161
4162 * calendar/calendar.el (calendar-generate-month):
4163 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4164 (calendar-generate-month, calendar-font-lock-keywords):
4165 Fix for calendar-day-header-width > length of any day name.
4166
4167 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4168
4169 * desktop.el (desktop-clear): Use new name of sort predicate.
4170
4171 * frameset.el (frameset): Add docstring. Move :version property to its
4172 own `version' slot.
4173 (frameset-copy): Rename from copy-frameset.
4174 (frameset-p): Check more thoroughly.
4175 (frameset-prop): Do not check for :version, which is no longer a prop.
4176 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4177 Use new :never value instead of t.
4178 (frameset-filter-alist): Expand and clarify docstring.
4179 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4180 (frameset-filter-minibuffer, frameset-filter-save-param)
4181 (frameset-filter-restore-param, frameset-filter-iconified):
4182 Add pointer to docstring of frameset-filter-alist.
4183 (frameset-filter-params): Rename filter values to be more meaningful:
4184 :never instead of t, and reverse the meanings of :save and :restore.
4185 (frameset--process-minibuffer-frames): Clarify error message.
4186 (frameset-save): Avoid unnecessary and confusing call to framep.
4187 Use new BOA constructor for framesets.
4188 (frameset--reuse-list): Doc fix.
4189 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4190 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4191 (frameset-minibufferless-first-p): Doc fix.
4192 Rename from frameset-sort-frames-for-deletion.
4193 (frameset-restore): Doc fixes. Use new function names.
4194 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4195
4196 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4197
4198 * desktop.el (desktop-restore-forces-onscreen)
4199 (desktop-restore-reuses-frames): Document :keyword constant values.
4200 (desktop-filter-parameters-alist): Remove, now identical to
4201 frameset-filter-alist.
4202 (desktop--filter-tty*): Remove, moved to frameset.el.
4203 (desktop-save-frameset, desktop-restore-frameset):
4204 Do not pass :filters argument.
4205
4206 * frameset.el (frameset-live-filter-alist)
4207 (frameset-persistent-filter-alist): New variables.
4208 (frameset-filter-alist): Use them. Add autoload cookie.
4209 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4210 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4211 `frameset--id' (it's supposed to be internal to frameset.el).
4212 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4213 (frameset--initial-params): New function.
4214 (frameset--get-frame): Use it. Doc fix.
4215 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4216 Accept :all, not 'all.
4217 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4218 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4219 with fbound symbols. Fix frame id matching, and remove matching ids if
4220 the frame being restored is deleted. Obey :delete.
4221
4222 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * subr.el (macrop): New function.
4225 (text-clone--maintaining): New var.
4226 (text-clone--maintain): Rename from text-clone-maintain. Use it
4227 instead of inhibit-modification-hooks.
4228
4229 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4230 a proxy, so as handle autoloads and redefinitions of the target.
4231 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4232
4233 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4234 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4235 (pcase--mutually-exclusive-p): New function.
4236 (pcase--split-consp): Use it.
4237 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4238 mutually exclusive with the current predicate.
4239
4240 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4241 (edebug-macrop): Remove. Use `macrop' instead.
4242 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4243 (ad-macro-p):
4244 * eshell/esh-cmd.el (eshell-macrop):
4245 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4246
4247 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4250 (advice-mapc): New function, using it.
4251 (advice-function-member-p): New function.
4252 (advice--normalize): Store the cdr in advice--saved-rewrite since
4253 that's the part that will be changed.
4254 (advice--symbol-function): New function.
4255 (advice-remove): Handle removal before the function is defined.
4256 Adjust to new advice--saved-rewrite.
4257 (advice-member-p): Use advice-function-member-p and
4258 advice--symbol-function.
4259
4260 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4261
4262 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4263 (frameset-filter-minibuffer): Doc fix.
4264 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
4265 (frameset--set-id, frameset--process-minibuffer-frames)
4266 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4267 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4268
4269 * desktop.el (desktop-clear): Only delete frames when called
4270 interactively and desktop-restore-frames is non-nil. Doc fix.
4271 (desktop-read): Set desktop-saved-frameset to nil.
4272
4273 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4274
4275 * vc/vc.el (vc-ignore): Rewrite.
4276 (vc-default-ignore-completion-table):
4277 (vc--read-lines):
4278 (vc--add-line, vc--remove-regexp): New functions.
4279
4280 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4281 (vc-svn-ignore-completion-table): New function.
4282
4283 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4284 (vc-hg-ignore-completion-table):
4285 (vc-hg-find-ignore-file): New functions.
4286
4287 * vc/vc-git.el (vc-git-ignore): Rewrite.
4288 (vc-git-ignore-completion-table):
4289 (vc-git-find-ignore-file): New functions.
4290
4291 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4292
4293 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4294 (vc-bzr-ignore-completion-table):
4295 (vc-bzr-find-ignore-file): New functions.
4296
4297 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
4298
4299 * frameset.el (frameset-prop): New function and setter.
4300 (frameset-save): Do not modify frame list passed by the caller.
4301
4302 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4305
4306 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4309 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4310
4311 * custom.el (custom-initialize-default, custom-initialize-set)
4312 (custom-initialize-reset, custom-initialize-changed): Affect the
4313 toplevel-default-value (bug#6275, bug#14586).
4314 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4315 for bug#6275.
4316
4317 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4318
4319 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4320 Add cl-def* expressions.
4321
4322 * frameset.el (frameset-filter-params): Fix order of arguments.
4323
4324 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4325
4326 Move code related to saving frames to frameset.el.
4327 * desktop.el: Require frameset.
4328 (desktop-restore-frames): Doc fix.
4329 (desktop-restore-reuses-frames): Rename from
4330 desktop-restoring-reuses-frames.
4331 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4332 (desktop-clear): Clear frames too.
4333 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4334 (desktop--filter-tty*, desktop-save, desktop-read):
4335 Use frameset functions.
4336 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4337 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4338 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4339 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4340 (desktop--process-minibuffer-frames, desktop-save-frames)
4341 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4342 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4343 (desktop--sort-states, desktop-restoring-frames-p)
4344 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4345 (desktop-restoring-frameset-p, desktop-restore-frameset)
4346 (desktop--check-dont-save, desktop-save-frameset): New functions.
4347 (desktop--app-id): New constant.
4348 (desktop-first-buffer, desktop-buffer-ok-count)
4349 (desktop-buffer-fail-count): Move before first use.
4350 * frameset.el: New file.
4351
4352 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4353
4354 * files.el: Use lexical-binding.
4355 (dir-locals-read-from-file): Remove unused `err' variable.
4356 (hack-dir-local-variables--warned-coding): New var.
4357 (hack-dir-local-variables): Use it to avoid repeated warnings.
4358 (make-backup-file-name--default-function): New function.
4359 (make-backup-file-name-function): Use it as default.
4360 (buffer-stale--default-function): New function.
4361 (buffer-stale-function): Use it as default.
4362 (revert-buffer-insert-file-contents--default-function): New function.
4363 (revert-buffer-insert-file-contents-function): Use it as default.
4364 (insert-directory): Avoid add-to-list.
4365
4366 * autorevert.el (auto-revert-handler): Simplify.
4367 Use buffer-stale--default-function.
4368
4369 2013-08-01 Tassilo Horn <tsdh@gnu.org>
4370
4371 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4372
4373 * whitespace.el (whitespace-ensure-local-variables): New function.
4374 (whitespace-cleanup-region): Call it.
4375 (whitespace-turn-on): Call it.
4376
4377 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
4378
4379 Complete file name handlers.
4380
4381 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4382 (tramp-handle-verify-visited-file-modtime)
4383 (tramp-handle-file-notify-rm-watch): New functions.
4384 (tramp-call-process): Do not bind `default-directory'.
4385
4386 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4387 Order alphabetically.
4388 [access-file, add-name-to-file, dired-call-process]:
4389 [dired-compress-file, file-acl, file-notify-rm-watch]:
4390 [file-ownership-preserved-p, file-selinux-context]:
4391 [make-directory-internal, make-symbolic-link, set-file-acl]:
4392 [set-file-selinux-context, set-visited-file-modtime]:
4393 [verify-visited-file-modtime]: Add handler.
4394 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4395
4396 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4397 [file-notify-add-watch, file-notify-rm-watch]:
4398 [set-file-times, set-visited-file-modtime]:
4399 [verify-visited-file-modtime]: Add handler.
4400 (with-tramp-gvfs-error-message)
4401 (tramp-gvfs-handle-set-visited-file-modtime)
4402 (tramp-gvfs-fuse-file-name): Remove.
4403 (tramp-gvfs-handle-file-notify-add-watch)
4404 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4405 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4406
4407 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4408 Order alphabetically.
4409 [file-notify-rm-watch ]: Use default Tramp handler.
4410 [executable-find]: Remove private handler.
4411 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4412 `default-directory'.
4413 (tramp-sh-handle-executable-find)
4414 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4415 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4416 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4417 Do not use `format' in `tramp-message'.
4418
4419 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4420 [file-notify-rm-watch, set-visited-file-modtime]:
4421 [verify-visited-file-modtime]: Add handler.
4422 (tramp-smb-call-winexe): Do not bind `default-directory'.
4423
4424 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4425
4426 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4427
4428 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4429
4430 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4431 use it.
4432 (log-view-diff-changeset): Same.
4433 (log-view-diff-common): Call backend command `previous-revision'
4434 to find out the previous revision, in both cases. Swap the
4435 variables `to' and `fr', so that `fr' usually refers to the
4436 earlier revision (Bug#14989).
4437
4438 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
4439
4440 * ibuf-ext.el (ibuffer-filter-by-filename):
4441 Make it work with dired buffers too.
4442
4443 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4444
4445 * emacs-lisp/re-builder.el (reb-color-display-p):
4446 * files.el (save-buffers-kill-terminal):
4447 * net/browse-url.el (browse-url):
4448 * server.el (server-save-buffers-kill-terminal):
4449 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4450 Prefer nil to selected-frame for the first arg of frame-parameter.
4451
4452 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4453
4454 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4455
4456 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
4457
4458 * minibuffer.el (completion--twq-all): Try and preserve each
4459 completion's case choice (bug#14907).
4460
4461 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4462
4463 * net/network-stream.el (open-network-stream): Mention the new
4464 :nogreeting parameter.
4465 (network-stream-open-starttls): Use the :nogreeting parameter
4466 (bug#14938).
4467
4468 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4469
4470 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4471 more natural than popping.
4472
4473 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4474 (shr-urlify): Highlight under mouse.
4475
4476 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4477
4478 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4479
4480 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4481
4482 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4483 buffer for output.
4484
4485 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4486 point-min==1. Fix search string. Fix parentheses missing.
4487
4488 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
4489 assume point-min==1. Fix search string. Fix parentheses missing.
4490
4491 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4492
4493 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4494 buffer for output.
4495
4496 2013-07-29 Eli Zaretskii <eliz@gnu.org>
4497
4498 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4499 initial frame is minibuffer-less. (Bug#14841)
4500
4501 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
4502
4503 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4504 option.
4505
4506 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4507 (tramp-maybe-open-connection): Use it.
4508
4509 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4510
4511 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4512 minimal set of parameters passed when creating a frame, because
4513 the minibuffer status of a frame cannot be changed later.
4514
4515 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
4516
4517 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4518 replace-regexp-in-string and inadvertent omissions in previous change.
4519 (todo-filter-items): Ensure only file names are comma-separated in
4520 name of filtered items buffer.
4521
4522 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4523
4524 * desktop.el: Optionally force offscreen frames back onscreen.
4525 (desktop-restoring-reuses-frames): New option.
4526 (desktop--compute-pos, desktop--move-onscreen): New functions.
4527 (desktop--make-frame): Use desktop--move-onscreen.
4528
4529 2013-07-27 Alan Mackenzie <acm@muc.de>
4530
4531 Fontify a Java generic method as a function.
4532 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4533 value to t.
4534
4535 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
4536
4537 * calendar/todo-mode.el: Add command to rename todo files.
4538 (todo-rename-file): New command.
4539 (todo-key-bindings-t): Add key binding for it. Change the
4540 bindings of todo-filter-regexp-items(-multifile) to use `x'
4541 instead of `r', since the latter is better suited to the new
4542 renaming command.
4543
4544 2013-07-27 Alan Mackenzie <acm@muc.de>
4545
4546 Make Java try-with-resources statement parse properly.
4547 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4548 (c-block-stmt-1-2-key): New language constants/variables.
4549 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4550 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4551 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4552 with c-block-stmt-1-2-key.
4553
4554 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
4555
4556 * desktop.el (desktop--make-frame): Apply most frame parameters after
4557 creating the frame to force (partially or totally) offscreen frames to
4558 be restored as such.
4559
4560 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4561
4562 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4563 (Bug#14948)
4564
4565 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4568 `base' arg of backtrace-frame.
4569
4570 2013-07-26 Eli Zaretskii <eliz@gnu.org>
4571
4572 * simple.el (list-processes): Doc fix.
4573
4574 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4575
4576 * desktop.el (desktop--select-frame):
4577 Try harder to reuse existing frames.
4578
4579 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4582 (edebug-eval): Use backtrace-eval.
4583 (edebug--display, edebug--recursive-edit): Don't let-bind the
4584 edebug-outer-* vars that keep track of variables we locally let-bind.
4585 (edebug-outside-excursion): Don't restore outside values of locally
4586 let-bound vars.
4587 (edebug--display): Use user-error.
4588 (cl-lexical-debug, cl-debug-env): Remove.
4589
4590 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4591
4592 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4593 are restored to be sure that they are visible before deleting any
4594 remaining ones.
4595
4596 2013-07-26 Matthias Meulien <orontee@gmail.com>
4597
4598 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4599 vc-print-root-log. (Bug#14948)
4600
4601 2013-07-26 Richard Stallman <rms@gnu.org>
4602
4603 Add aliases for encrypting mail.
4604 * epa.el (epa-mail-aliases): New option.
4605 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4606 Bind inhibit-read-only so read-only text doesn't ruin everything.
4607 (epa-mail-default-recipients): New subroutine broken out.
4608 Handle epa-mail-aliases.
4609
4610 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 Add support for lexical variables to the debugger's `e' command.
4613 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4614 vars, except for debugger-outer-match-data.
4615 (debugger-frame-number): Move check for "on a function call" from
4616 callers into it. Add `skip-base' argument.
4617 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4618 (debugger-env-macro): Only reset the state stored in non-variables,
4619 i.e. current-buffer and match-data.
4620 (debugger-eval-expression): Rewrite using backtrace-eval.
4621 * subr.el (internal--called-interactively-p--get-frame): Remove.
4622 (called-interactively-p):
4623 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4624 `base' arg of backtrace-frame instead.
4625
4626 2013-07-26 Glenn Morris <rgm@gnu.org>
4627
4628 * align.el (align-regexp): Doc fix. (Bug#14857)
4629 (align-region): Explicit error if subexpression missing/does not match.
4630
4631 * simple.el (global-visual-line-mode):
4632 Do not duplicate the mode lighter. (Bug#14858)
4633
4634 2013-07-25 Martin Rudalics <rudalics@gmx.at>
4635
4636 * window.el (display-buffer): In display-buffer bind
4637 split-window-keep-point to t, bug#14829.
4638
4639 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4640
4641 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4642 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4643 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4644 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4645 Change accordingly.
4646 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4647 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
4648
4649 2013-07-25 Glenn Morris <rgm@gnu.org>
4650
4651 * dired-x.el (dired-mark-extension): Convert comment to doc string.
4652
4653 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4654
4655 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4656 parameter to modify-frame-parameters if the value has not changed;
4657 this is a workaround for bug#14949.
4658 (desktop--make-frame): On cl-delete-if call, check parameter name,
4659 not full parameter.
4660
4661 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4662
4663 * vc/vc.el (vc-ignore): New function.
4664
4665 * vc/vc-svn.el (vc-svn-ignore): New function.
4666
4667 * vc/vc-hg.el (vc-hg-ignore): New function.
4668
4669 * vc/vc-git.el (vc-git-ignore): New function.
4670
4671 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4672 (vc-dir-ignore): New function.
4673
4674 * vc/vc-cvs.el (vc-cvs-ignore): New function.
4675 (cvs-append-to-ignore): Move here from pcvs.el.
4676
4677 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4678
4679 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4680
4681 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
4682
4683 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4684 (desktop-restore-frames): Warn when deleting an existing frame failed.
4685
4686 2013-07-24 Glenn Morris <rgm@gnu.org>
4687
4688 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4689
4690 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
4691
4692 * filenotify.el (file-notify-supported-p):
4693 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4694 Remove functions.
4695
4696 * autorevert.el (auto-revert-use-notify):
4697 (auto-revert-notify-add-watch):
4698 * net/tramp.el (tramp-file-name-for-operation):
4699 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4700 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4701 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4702 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4703 Remove `file-notify-supported-p' entry.
4704
4705 2013-07-24 Glenn Morris <rgm@gnu.org>
4706
4707 * printing.el: Replace all uses of deleted ps-windows-system,
4708 ps-lp-system, ps-flatten-list with lpr- versions.
4709
4710 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4713 checked with memq (bug#14935).
4714
4715 * files.el (revert-buffer-function): Use a non-nil default.
4716 (revert-buffer-preserve-modes): Declare var to
4717 provide access to the `preserve-modes' argument.
4718 (revert-buffer): Let-bind it.
4719 (revert-buffer--default): New function, extracted from revert-buffer.
4720
4721 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * lpr.el: Signal print errors more prominently.
4724 (print-region-function): Don't default to nil.
4725 (lpr-print-region): New function, extracted from print-region-1.
4726 Check lpr's return value and signal an error in case of problem.
4727 (print-region-1): Use it.
4728 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4729 versions instead.
4730 (ps-printer-name): Default to nil.
4731 (ps-printer-name-option): Default to lpr-printer-switch.
4732 (ps-print-region-function): Don't default to nil.
4733 (ps-postscript-code-directory): Simplify default.
4734 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4735 (ps-string-list, ps-eval-switch, ps-flatten-list)
4736 (ps-flatten-list-1): Remove.
4737 (ps-multibyte-buffer): Avoid setq.
4738 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4739 (print-region-function, ps-print-region-function): Don't set them here.
4740
4741 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4742
4743 * ido.el (ido-fractionp):
4744 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4745 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4746 (ido-max-directory-size, ido-max-dir-file-cache)
4747 (ido-decorations): Doc fix.
4748
4749 * ansi-color.el: Fix old URL.
4750
4751 2013-07-23 Michael R. Mauger <michael@mauger.com>
4752
4753 * progmodes/sql.el: Version 3.3
4754 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4755 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4756 (sql-interactive-remove-continuation-prompt): Rewrite, use
4757 functions above. Fix continuation prompt and complete output line
4758 handling.
4759 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4760 redirected output buffer.
4761 (sql-mode): Restore deleted code (Bug#13591).
4762
4763 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4764
4765 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4766
4767 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
4768
4769 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4770
4771 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4772 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4773 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4774
4775 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4776
4777 * desktop.el (desktop-clear): Simplify; remove useless checks
4778 against invalid buffer names.
4779 (desktop-list*): Use cl-list*.
4780 (desktop-buffer-info, desktop-create-buffer): Simplify.
4781
4782 2013-07-23 Leo Liu <sdl.web@gmail.com>
4783
4784 * bookmark.el (bookmark-make-record): Restore NAME as a default
4785 value. (Bug#14933)
4786
4787 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4790 extracted from autoload--insert-text.
4791 (autoload--insert-text): Remove.
4792 (autoload--print-cookie-text): New function, extracted from
4793 autoload--insert-cookie-text.
4794 (autoload--insert-cookie-text): Remove.
4795 (autoload-generate-file-autoloads): Adjust calls accordingly.
4796
4797 * winner.el (winner-hook-installed-p): Remove.
4798 (winner-mode): Simplify accordingly.
4799
4800 * subr.el (add-to-list): Fix compiler-macro when `append' is
4801 not constant. Don't use `cl-member' for the base case.
4802
4803 * progmodes/subword.el: Fix boundary case (bug#13758).
4804 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4805 own group.
4806 (subword-backward-regexp): Make it a constant.
4807 (subword-forward-internal): Don't treat a trailing capital as the
4808 beginning of a word.
4809
4810 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4811
4812 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4813 global value of tabulated-list-revert-hook (bug#14930).
4814
4815 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
4816
4817 * desktop.el: Require 'cl-lib.
4818 (desktop-before-saving-frames-functions): New hook.
4819 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4820 for frames being saved. Rename from desktop--save-minibuffer-frames.
4821 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
4822 Do not save frames with non-nil `desktop-dont-save' parameter.
4823 Filter out deleted frames.
4824 (desktop--find-frame): Use cl-find-if.
4825 (desktop--select-frame): Use cl-(first|second|third) to access values
4826 of desktop-mini.
4827 (desktop--make-frame): Use cl-delete-if.
4828 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4829 (desktop-restore-frames): Use cl-(first|second|third) to access values
4830 of desktop-mini. Look for visible frame at the end, not while
4831 restoring frames.
4832
4833 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4834 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4835 Use string-match-p, looking-at-p (bug#14927).
4836
4837 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
4838
4839 * desktop.el (desktop-saved-frame-states):
4840 Rename from desktop--saved-states; all users changed.
4841 (desktop-save-frames): Rename from desktop--save-frames.
4842 Do not save state to desktop file.
4843 (desktop-save): Save desktop-saved-frame-states to desktop file
4844 and reset to nil.
4845 (desktop-restoring-frames-p): New function.
4846 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4847 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4848 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4849
4850 * desktop.el: Correctly restore iconified frames.
4851 (desktop--filter-iconified-position): New function.
4852 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4853
4854 2013-07-20 Glenn Morris <rgm@gnu.org>
4855
4856 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4857 Let `message' do the formatting.
4858 (def-gdb-preempt-display-buffer): Add explicit format.
4859
4860 * image-dired.el (image-dired-track-original-file):
4861 Use with-current-buffer.
4862 (image-dired-track-thumbnail): Use with-current-buffer.
4863 Avoid changing point of wrong window.
4864
4865 * image-dired.el (image-dired-track-original-file):
4866 Avoid changing point of wrong window. (Bug#14909)
4867
4868 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
4869
4870 * progmodes/gdb-mi.el (gdb-done-or-error):
4871 Guard against "%" in gdb output. (Bug#14127)
4872
4873 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4874
4875 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4876 (Bug#14826)
4877
4878 * international/mule.el (coding-system-iso-2022-flags): Fix last
4879 change.
4880
4881 2013-07-20 Kenichi Handa <handa@gnu.org>
4882
4883 * international/mule.el (coding-system-iso-2022-flags):
4884 Add `8-bit-level-4'. (Bug#8522)
4885
4886 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4887
4888 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4889 (bug#14815).
4890
4891 * net/eww.el (eww-process-text-input): Allow inputting when the
4892 point is at the start of the line, as the properties aren't
4893 front-sticky.
4894
4895 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4896 degenerate widths.
4897
4898 2013-07-19 Richard Stallman <rms@gnu.org>
4899
4900 * epa.el (epa-popup-info-window): Doc fix.
4901
4902 * subr.el (split-string): New arg TRIM.
4903
4904 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
4905
4906 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4907 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4908
4909 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
4910
4911 * filenotify.el (file-notify--library): Rename from
4912 `file-notify-support'. Do not autoload. Adapt all uses.
4913 (file-notify-supported-p): New defun.
4914
4915 * autorevert.el (auto-revert-use-notify):
4916 Use `file-notify-supported-p' instead of `file-notify-support'.
4917 Adapt docstring.
4918 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4919
4920 * net/tramp.el (tramp-file-name-for-operation):
4921 Add `file-notify-supported-p'.
4922
4923 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4924 New defun.
4925 (tramp-sh-file-name-handler-alist): Add it as handler for
4926 `file-notify-supported-p '.
4927
4928 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4929 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4930 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4931 Add `ignore' as handler for `file-notify-*' functions.
4932
4933 2013-07-17 Eli Zaretskii <eliz@gnu.org>
4934
4935 * simple.el (line-move-partial, line-move): Don't start vscroll or
4936 scroll-up if the current line is not taller than the window.
4937 (Bug#14881)
4938
4939 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4940
4941 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4942 highlight question marks in the method names as strings.
4943 (ruby-block-beg-keywords): Inline.
4944 (ruby-font-lock-keyword-beg-re): Extract from
4945 `ruby-font-lock-keywords'.
4946
4947 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4948
4949 * frame.el (blink-cursor-blinks): New defcustom.
4950 (blink-cursor-blinks-done): New defvar.
4951 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4952 (blink-cursor-timer-function): Check if number of blinks has been
4953 done on X and NS.
4954 (blink-cursor-suspend, blink-cursor-check): New defuns.
4955
4956 2013-07-15 Glenn Morris <rgm@gnu.org>
4957
4958 * edmacro.el (edmacro-format-keys): Fix previous change.
4959
4960 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4961
4962 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4963 The hack didn't work outside English locales anyway.
4964
4965 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
4966
4967 * simple.el (define-alternatives): Rename from alternatives-define,
4968 per RMS' suggestion.
4969
4970 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
4971
4972 * desktop.el (desktop-restore-frames): Change default to t.
4973 (desktop-restore-in-current-display): Now offer more options.
4974 (desktop-restoring-reuses-frames): New customization option.
4975 (desktop--saved-states): Doc fix.
4976 (desktop-filter-parameters-alist): New variable, renamed and expanded
4977 from desktop--excluded-frame-parameters.
4978 (desktop--target-display): New variable.
4979 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4980 (desktop--filter-tty*, desktop--filter-*-color)
4981 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4982 (desktop--filter-save-desktop-parm)
4983 (desktop-restore-in-original-display-p): New functions.
4984 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4985 (desktop--save-minibuffer-frames): New function, inspired by a similar
4986 function from Martin Rudalics.
4987 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4988 (desktop--restore-in-this-display-p): Remove.
4989 (desktop--find-frame): Rename from desktop--find-frame-in-display
4990 and add predicate argument.
4991 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4992 (desktop--reuse-list): New variable.
4993 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4994 New functions.
4995 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4996
4997 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
4998
4999 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5000
5001 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
5002
5003 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5004 Highlight conversion methods on Kernel.
5005
5006 2013-07-13 Alan Mackenzie <acm@muc.de>
5007
5008 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5009 and comment it out. This out-commenting enables certain C++
5010 declarations to be parsed correctly.
5011
5012 2013-07-13 Eli Zaretskii <eliz@gnu.org>
5013
5014 * international/mule.el (define-coding-system): Doc fix.
5015
5016 * simple.el (default-font-height): Don't call font-info if the
5017 frame's default font didn't change since the frame was created.
5018 (Bug#14838)
5019
5020 2013-07-13 Leo Liu <sdl.web@gmail.com>
5021
5022 * ido.el (ido-read-file-name): Guard against non-symbol value.
5023
5024 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5025
5026 * progmodes/python.el (python-imenu--build-tree): Fix corner case
5027 in nested defuns.
5028
5029 2013-07-13 Leo Liu <sdl.web@gmail.com>
5030
5031 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5032 ido-set-matches call. (Bug#6852)
5033
5034 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
5035
5036 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5037 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5038 Ruby 2.0.
5039 (ruby-font-lock-keywords): Distinguish calls to functions with
5040 module-like names from module references. Highlight character
5041 literals.
5042
5043 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5044
5045 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5046 (gdb-send): Handle continued commands. (Bug#14847)
5047
5048 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * desktop.el (desktop--v2s): Remove unused local variable.
5051 (desktop-save-buffer): Make defvar-local; adjust docstring.
5052 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5053 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5054
5055 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5056
5057 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5058
5059 2013-07-12 Eli Zaretskii <eliz@gnu.org>
5060
5061 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5062 (Bug#14842)
5063
5064 2013-07-12 Glenn Morris <rgm@gnu.org>
5065
5066 * doc-view.el: Require cl-lib at runtime too.
5067 (doc-view-remove-if): Remove.
5068 (doc-view-search-next-match, doc-view-search-previous-match):
5069 Use cl-remove-if.
5070
5071 * edmacro.el: Require cl-lib at runtime too.
5072 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5073 (edmacro-mismatch, edmacro-subseq): Remove.
5074
5075 * shadowfile.el: Require cl-lib.
5076 (shadow-remove-if): Remove.
5077 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5078 Use cl-remove-if.
5079
5080 * wid-edit.el: Require cl-lib.
5081 (widget-choose): Use cl-remove-if.
5082 (widget-remove-if): Remove.
5083
5084 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5085 (ebrowse-delete-if-not): Remove.
5086 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5087 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5088 Use cl-delete-if-not.
5089
5090 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5091
5092 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5093 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5094
5095 2013-07-12 Leo Liu <sdl.web@gmail.com>
5096
5097 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5098
5099 2013-07-11 Glenn Morris <rgm@gnu.org>
5100
5101 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5102 (edebug-gensym-index, edebug-gensym):
5103 Remove reimplementation of cl-gensym.
5104 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5105
5106 * thumbs.el: Require cl-lib at run-time too.
5107 (thumbs-gensym-counter, thumbs-gensym):
5108 Remove reimplementation of cl-gensym.
5109 (thumbs-temp-file): Use cl-gensym.
5110
5111 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5112 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5113 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5114 (ert--union, ert--gensym-counter, ert--gensym-counter)
5115 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5116 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5117 (ert-make-test-unbound, ert--expand-should-1)
5118 (ert--expand-should, ert--should-error-handle-error)
5119 (should-error, ert--explain-equal-rec)
5120 (ert--plist-difference-explanation, ert-select-tests)
5121 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5122 Use cl-lib functions rather than reimplementations.
5123
5124 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5125
5126 * net/tramp.el (tramp-methods): Extend docstring.
5127 (tramp-connection-timeout): New defcustom.
5128 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5129 (with-tramp-progress-reporter): Simplify.
5130 (tramp-process-actions): Improve messages.
5131
5132 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5133 * net/tramp-sh.el (tramp-maybe-open-connection):
5134 Use `tramp-connection-timeout'.
5135 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5136 (Bug#14808)
5137
5138 2013-07-11 Leo Liu <sdl.web@gmail.com>
5139
5140 * ido.el (ido-read-file-name): Conform to the requirements of
5141 read-file-name. (Bug#11861)
5142 (ido-read-directory-name): Conform to the requirements of
5143 read-directory-name.
5144
5145 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5146
5147 * subr.el (delay-warning): New function.
5148
5149 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5150
5151 * simple.el (default-line-height): New function.
5152 (line-move-partial, line-move): Use it instead of computing the
5153 line height inline.
5154 (line-move-partial): Always compute ROWH. If the last line is
5155 partially-visible, but its text is completely visible, allow
5156 cursor to enter such a partially-visible line.
5157
5158 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5159
5160 Improve error messages. (Bug#14808)
5161
5162 * net/tramp.el (tramp-current-connection): New defvar, moved from
5163 tramp-sh.el.
5164 (tramp-message-show-progress-reporter-message): Remove, not
5165 needed anymore.
5166 (tramp-error-with-buffer): Show message in minibuffer.
5167 Discard input before waiting. Reset connection timestamp.
5168 (with-tramp-progress-reporter): Improve messages.
5169 (tramp-process-actions): Use progress reporter. Delete process in
5170 case of error. Improve messages.
5171
5172 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5173 Call `tramp-error-with-buffer' with vector and buffer.
5174 (tramp-current-connection): Remove.
5175 (tramp-maybe-open-connection): The car of
5176 `tramp-current-connection' are the first 3 slots of the vector.
5177
5178 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5179
5180 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5181 inside continued strings.
5182
5183 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5184
5185 Timestamp fixes for undo (Bug#14824).
5186 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5187
5188 2013-07-10 Leo Liu <sdl.web@gmail.com>
5189
5190 * files.el (require-final-newline): Allow safe local value.
5191 (Bug#14834)
5192
5193 2013-07-09 Leo Liu <sdl.web@gmail.com>
5194
5195 * ido.el (ido-read-directory-name): Handle fallback.
5196 (ido-read-file-name): Update DIR to ido-current-directory.
5197 (Bug#1516)
5198 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5199
5200 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5201
5202 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5203 "autoload". Remove "warn lower camel case" section, previously
5204 commented out. Highlight negation char. Do not highlight the
5205 target in singleton method definitions.
5206
5207 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * faces.el (tty-setup-hook): Declare the hook.
5210
5211 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5212 and detect when a guard/pred depends on local vars (bug#14773).
5213 (pcase--u1): Adjust caller.
5214
5215 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5216
5217 * simple.el (line-move-partial, line-move): Account for
5218 line-spacing.
5219 (line-move-partial): Avoid setting vscroll when the last
5220 partially-visible line in window is of default height.
5221
5222 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5223
5224 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5225 been used a while.
5226
5227 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * subr.el (read-quoted-char): Remove unused local variable `char'.
5230
5231 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5232
5233 * ediff.el (ediff-version): Version update.
5234 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5235 (ediff-merge-with-ancestor-command, ediff-directories-command)
5236 (ediff-directories3-command, ediff-merge-directories-command)
5237 (ediff-merge-directories-with-ancestor-command): New functions.
5238 All are command-line interfaces to ediff: to facilitate calling
5239 Emacs with the appropriate ediff functions invoked.
5240
5241 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5242 (viper-save-kill-buffer): Check if buffer is modified.
5243
5244 * viper.el (viper-version): Version update.
5245 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5246
5247 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5250 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5251 (viper-intercept-ESC-key): Simplify.
5252 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5253 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5254 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5255 (viper-setup-ESC-to-escape): New functions.
5256 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5257 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5258
5259 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5260
5261 * simple.el (default-font-height, window-screen-lines):
5262 New functions.
5263 (line-move, line-move-partial): Use them instead of
5264 frame-char-height and window-text-height. This makes scrolling
5265 text smoother when the buffer's default face uses a font that is
5266 different from the frame's default font.
5267
5268 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5269
5270 * files.el (write-file): Do not display confirm dialog for NS,
5271 it does its own dialog, which can't be cancelled (Bug#14578).
5272
5273 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5274
5275 * simple.el (line-move-partial): Adjust the row returned by
5276 posn-at-point for the current window-vscroll. (Bug#14567)
5277
5278 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
5279
5280 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5281 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5282 spaces.
5283
5284 2013-07-06 Martin Rudalics <rudalics@gmx.at>
5285
5286 * window.el (window-state-put-stale-windows): New variable.
5287 (window--state-put-2): Save list of windows without matching buffer.
5288 (window-state-put): Remove "bufferless" windows if possible.
5289
5290 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5291
5292 * simple.el (alternatives-define): Remove leftover :group keyword.
5293 Tweak docstring.
5294
5295 2013-07-06 Leo Liu <sdl.web@gmail.com>
5296
5297 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5298 (ido-enable-virtual-buffers): New variable.
5299 (ido-buffer-internal, ido-toggle-virtual-buffers)
5300 (ido-make-buffer-list): Use it.
5301 (ido-exhibit): Support turning on and off virtual buffers
5302 automatically.
5303
5304 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5305
5306 * simple.el (alternatives-define): New macro.
5307
5308 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * subr.el (read-quoted-char): Use read-key.
5311 (sit-for): Let read-event decode tty input (bug#14782).
5312
5313 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
5314
5315 * calendar/todo-mode.el: Add handling of file deletion, both by
5316 mode command and externally. Fix various related bugs.
5317 Clarify Commentary and improve some documentation strings and code.
5318 (todo-delete-file): New command.
5319 (todo-check-file): New function.
5320 (todo-show): Handle external deletion of the file we're trying to
5321 show (bug#14688). Replace called-interactively-p by an optional
5322 prefix argument to avoid problematic interaction with catch form
5323 when byte compiled (bug#14702).
5324 (todo-quit): Handle external deletion of the archive's todo file.
5325 Make sure the buffer that was visiting the archive file is still
5326 live before trying to bury it.
5327 (todo-category-completions): Handle external deletion of any
5328 category completion files.
5329 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5330 of todo files, in case of external deletion.
5331 (todo-add-file): Replace unnecessary setq by let-binding.
5332 (todo-find-archive): Check whether there are any archives.
5333 Replace unnecessary setq by let-binding.
5334 (todo-archive-done-item): Use find-file-noselect to get the
5335 archive buffer whether or not the archive already exists.
5336 Remove superfluous code. Use file size instead of buffer-file-name to
5337 check if the archive is new; if it is, update list of archives.
5338 (todo-default-todo-file): Allow nil to be a valid value for when
5339 there are no todo files.
5340 (todo-reevaluate-default-file-defcustom): Use corrected definition
5341 of todo-default-todo-file.
5342 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5343 (todo-delete-category, todo-show-categories-table)
5344 (todo-category-number): Clarify comment.
5345 (todo-filter-items): Clarify documentation string.
5346 (todo-show-current-file, todo-display-as-todo-file)
5347 (todo-reset-and-enable-done-separator): Tweak documentation string.
5348 (todo-done-separator): Make separator length window-width, since
5349 bug#2749 is now fixed.
5350
5351 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
5352
5353 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5354 Support both "gvfs-monitor-dir" and "inotifywait".
5355 (tramp-sh-file-inotifywait-process-filter): Rename from
5356 `tramp-sh-file-notify-process-filter'.
5357 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5358 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5359
5360 2013-07-05 Leo Liu <sdl.web@gmail.com>
5361
5362 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5363
5364 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5365
5366 * frame.el (display-pixel-height, display-pixel-width)
5367 (display-mm-height, display-mm-width): Mention behavior on
5368 multi-monitor setups in docstrings.
5369 (w32-display-monitor-attributes-list): Declare function.
5370 (display-monitor-attributes-list): Use it.
5371
5372 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
5373
5374 * filenotify.el: New package.
5375
5376 * autorevert.el (top): Require filenotify.el.
5377 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5378 instead.
5379 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5380 (auto-revert-notify-handler): Use `file-notify-*' functions.
5381
5382 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5383
5384 * net/tramp.el (tramp-file-name-for-operation):
5385 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5386
5387 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5388 for `file-notify-add-watch' and `file-notify-rm-watch'.
5389 (tramp-process-sentinel): Improve trace.
5390 (tramp-sh-handle-file-notify-add-watch)
5391 (tramp-sh-file-notify-process-filter)
5392 (tramp-sh-handle-file-notify-rm-watch)
5393 (tramp-get-remote-inotifywait): New defuns.
5394
5395 2013-07-03 Juri Linkov <juri@jurta.org>
5396
5397 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5398 call of `occur-read-primary-args' to interactive spec.
5399
5400 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5401 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5402
5403 2013-07-03 Matthias Meulien <orontee@gmail.com>
5404
5405 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5406 `Buffer-menu-multi-occur'. Add it to the menu.
5407 (Buffer-menu-mode): Document it in docstring.
5408 (Buffer-menu-multi-occur): New command. (Bug#14673)
5409
5410 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5411
5412 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5413 keywords and built-ins.
5414
5415 2013-07-03 Glenn Morris <rgm@gnu.org>
5416
5417 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5418
5419 Make info-xref checks case-sensitive by default
5420 * info.el (Info-find-node, Info-find-in-tag-table)
5421 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5422 Add option for exact case matching of nodes.
5423 * info-xref.el (info-xref): New custom group.
5424 (info-xref-case-fold): New option.
5425 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5426
5427 2013-07-03 Leo Liu <sdl.web@gmail.com>
5428
5429 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5430
5431 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5432
5433 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5434 middle of block statement initially, lower the depth. Remove
5435 FIXME comment, not longer valid. Remove middle of block statement
5436 detection, no need to do that anymore since we've been using
5437 `ruby-parse-region' here.
5438
5439 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5440
5441 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5442
5443 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5444
5445 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5446
5447 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
5448
5449 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5450 (desktop-restore-in-current-display): New customization option.
5451 (desktop--excluded-frame-parameters): Add `font'.
5452 (desktop--save-frames): Rename from desktop--save-windows.
5453 (desktop--restore-in-this-display-p): New function.
5454 (desktop--make-full-frame): Remove unwanted width/height from
5455 full(width|height) frames.
5456 (desktop--restore-frames): Rename from desktop--restore-windows.
5457 Obey desktop-restore-current-display. Do not delete old frames or
5458 select a new frame unless we were able to restore at least one frame.
5459
5460 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
5461
5462 * files.el (find-file-noselect): Simplify conditional expression.
5463
5464 * remember.el (remember-append-to-file):
5465 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5466
5467 Add `remember-notes' function to store random notes across Emacs
5468 restarts.
5469 * remember.el (remember-data-file): Add :set callback to affect
5470 notes buffer (if any).
5471 (remember-notes): New command.
5472 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5473 New defcustoms for the `remember-notes' function.
5474 (remember-notes-save-and-bury-buffer): New command.
5475 (remember-notes-mode-map): New variable.
5476 (remember-mode): New minor mode.
5477 (remember-notes--kill-buffer-query): New function.
5478 * startup.el (initial-buffer-choice): Add notes to custom type.
5479
5480 2013-06-30 Eli Zaretskii <eliz@gnu.org>
5481
5482 * bindings.el (right-char, left-char): Don't call sit-for, this is
5483 no longer needed. Use arithmetic comparison only for numerical
5484 arguments.
5485
5486 * international/mule-cmds.el (select-safe-coding-system):
5487 Handle the case of FROM being a string correctly. (Bug#14755)
5488
5489 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5490
5491 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5492 progression on degenerate tables.
5493 (shr-rescale-image): ImageMagick animated images currently don't work.
5494
5495 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
5496
5497 Some fixes and improvements for desktop frame restoration.
5498 It is still experimental and disabled by default.
5499 * desktop.el (desktop--save-windows): Put the selected frame at
5500 the head of the list.
5501 (desktop--make-full-frame): New function.
5502 (desktop--restore-windows): Try to re-select the frame that was
5503 selected upon saving. Do not abort if some frames fail to restore,
5504 just show an error message and continue. Set up maximized frames
5505 so they have default non-maximized dimensions.
5506
5507 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5508
5509 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5510 Don't start heredoc inside a string or comment.
5511
5512 2013-06-29 Eli Zaretskii <eliz@gnu.org>
5513
5514 * bindings.el (visual-order-cursor-movement): New defcustom.
5515 (right-char, left-char): Provide visual-order cursor motion by
5516 calling move-point-visually. Update the doc strings.
5517
5518 2013-06-28 Kenichi Handa <handa@gnu.org>
5519
5520 * international/mule.el (define-coding-system): New coding system
5521 properties :inhibit-null-byte-detection,
5522 :inhibit-iso-escape-detection, and :prefer-utf-8.
5523 (set-buffer-file-coding-system): If :charset-list property of
5524 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5525 appropriate for setting.
5526
5527 * international/mule-cmds.el (select-safe-coding-system):
5528 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5529 multibyte characters, return utf-8 (or one of its siblings).
5530
5531 * international/mule-conf.el (prefer-utf-8): New coding system.
5532 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5533 files.
5534
5535 2013-06-28 Ivan Kanis <ivan@kanis.fr>
5536
5537 * net/shr.el (shr-render-region): New function.
5538
5539 * net/eww.el: Autoload `eww-browse-url'.
5540
5541 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5542
5543 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5544 Adapt to `package-desc-version' being a list.
5545 Use `package--ac-desc-version' to retrieve version from a package
5546 archive element.
5547
5548 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
5549
5550 New experimental feature to save&restore window and frame setup.
5551 * desktop.el (desktop-save-windows): New defcustom.
5552 (desktop--saved-states): New var.
5553 (desktop--excluded-frame-parameters): New defconst.
5554 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5555 (desktop--restore-windows, desktop--save-windows): New functions.
5556 (desktop-save): Call `desktop--save-windows'.
5557 (desktop-read): Call `desktop--restore-windows'.
5558
5559 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5560
5561 * net/shr.el (add-face-text-property): Remove compat definition.
5562
5563 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5564
5565 * info.el (Info-try-follow-nearest-node): Move search for footnote
5566 above search for node name to prevent missing a footnote (bug#14717).
5567
5568 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5569
5570 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5571
5572 2013-06-27 Leo Liu <sdl.web@gmail.com>
5573
5574 * net/eww.el (eww-read-bookmarks): Check file size.
5575
5576 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5579 advice--pending if newdef is nil or an autoload (bug#13820).
5580 (advice-mapc): New function.
5581
5582 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5583
5584 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5585 probably.
5586 (eww-mode-map): Add a menu bar.
5587 (eww-add-bookmark): New command.
5588 (eww-bookmark-mode): New mode and commands.
5589 (eww-add-bookmark): Remove newlines from the title.
5590 (eww-bookmark-browse): Don't bug out if it's the only window.
5591
5592 2013-06-26 Glenn Morris <rgm@gnu.org>
5593
5594 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5595 (hfy-size): Handle ttys. (Bug#14668)
5596
5597 * info-xref.el: Update for Texinfo 5 change in *note format.
5598 (info-xref-node-re, info-xref-note-re): New constants.
5599 (info-xref-check-buffer): Use info-xref-note-re.
5600
5601 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5604
5605 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5606 nil terminate the loop (bug#14718).
5607
5608 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5609
5610 * net/eww.el: Rework history traversal. When going forward/back,
5611 put these actions into the history, too, so that they can be
5612 replayed.
5613 (eww-render): Move the history reset to the correct buffer.
5614
5615 2013-06-25 Juri Linkov <juri@jurta.org>
5616
5617 * files-x.el (modify-dir-local-variable): Change the header comment
5618 in the file with directory local variables. (Bug#14692)
5619
5620 * files-x.el (read-file-local-variable-value): Add `default'.
5621 (Bug#14710)
5622
5623 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5624
5625 * net/eww.el (eww-make-unique-file-name): Create a unique file
5626 name before saving to entering `y' accidentally asynchronously.
5627
5628 2013-06-25 Ivan Kanis <ivan@kanis.fr>
5629
5630 * net/eww.el (eww-download): New command and keystroke.
5631
5632 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5633
5634 * net/eww.el (eww-copy-page-url): Change name of command.
5635
5636 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5637 be more consistent with Info and dired.
5638
5639 * net/eww.el (eww-mode-map): Ditto.
5640
5641 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5644 packages from archives.
5645 (package-archive-contents): Change format; include obsolete packages.
5646 (package-desc): Use `dir' to mark builtin packages.
5647 (package--from-builtin): Set the `dir' field to `builtin'.
5648 (generated-autoload-file, version-control): Declare.
5649 (package-compute-transaction): Change first arg and return value to be
5650 lists of package-descs. Adjust to new package-archive-contents format.
5651 (package--add-to-archive-contents): Adjust to new
5652 package-archive-contents format.
5653 (package-download-transaction): Arg is now a list of package-descs.
5654 (package-install): If `pkg' is a package name, pass it as
5655 a requirement, so it is subject to the usual (e.g. disabled) checks.
5656 (describe-package): Accept package-desc as well.
5657 (describe-package-1): Describe a specific package-desc. Add links to
5658 other package-descs for the same package name.
5659 (package-menu-describe-package): Pass the actual package-desc.
5660 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5661 works correctly.
5662 (package-desc-status): New function.
5663 (package-menu--refresh): New function, extracted
5664 from package-menu--generate.
5665 (package-menu--generate): Use it.
5666 (package-delete): Update package-alist.
5667 (package-menu-execute): Don't call package-initialize.
5668
5669 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5670 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5671 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5672 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5673 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5674 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5675
5676 2013-06-25 Martin Rudalics <rudalics@gmx.at>
5677
5678 * window.el (window--state-get-1): Workaround for bug#14527.
5679 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5680
5681 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5682
5683 * net/eww.el (eww-back-url): Implement the history by stashing all
5684 the data into a list.
5685 (eww-forward-url): Allow going forward in the history, too.
5686
5687 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5690 for values and use read--expression for expressions (bug#14710).
5691 (read-file-local-variable): Avoid setq.
5692 (read-file-local-variable-mode): Use minor-mode-list.
5693
5694 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5695
5696 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
5697 for DOI URLs.
5698
5699 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5700
5701 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
5702 Update imenu-support when dialect changes.
5703
5704 2013-06-25 Leo Liu <sdl.web@gmail.com>
5705
5706 * ido.el (ido-read-internal): Allow forward slash on windows.
5707
5708 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5709
5710 * net/eww.el (eww): Start of strings is \\`, not ^.
5711
5712 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5713
5714 * net/shr.el (shr-browse-url): Fix interactive spec.
5715
5716 * net/eww.el (eww): Add a trailing slash to domain names.
5717
5718 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
5719
5720 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5721
5722 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5723
5724 * net/shr.el (shr-browse-url): Use an external browser if given a
5725 prefix.
5726
5727 * net/eww.el (eww-external-browser): Move to shr.
5728
5729 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5730
5731 * net/eww.el (eww): Work more correctly for file: URLs.
5732 (eww-detect-charset): Allow quoted charsets.
5733 (eww-yank-page-url): New command and keystroke.
5734
5735 2013-06-24 Daiki Ueno <ueno@gnu.org>
5736
5737 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5738 file name of gpg executable.
5739 (epg-context-program): New function.
5740 (epg-context-home-directory): New function.
5741 (epg-context-set-program): New function.
5742 (epg-context-set-home-directory): New function.
5743 (epg--start): Use `epg-context-program' instead of
5744 'epg-gpg-program'.
5745 (epg--list-keys-1): Likewise.
5746
5747 2013-06-24 Leo Liu <sdl.web@gmail.com>
5748
5749 * ido.el (ido-read-internal): Fix bug#14620.
5750
5751 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5752
5753 * faces.el (face-documentation): Simplify.
5754 (read-face-attribute, tty-find-type, x-resolve-font-name):
5755 Use `string-match-p'.
5756 (list-faces-display): Use `string-match-p'. Simplify.
5757 (face-spec-recalc): Check face to avoid face alias loops.
5758 (read-color): Use `string-match-p' and non-capturing parenthesis.
5759
5760 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5761
5762 * net/shr.el (shr-rescale-image): Use the new
5763 :max-width/:max-height functionality.
5764
5765 2013-06-23 Ivan Kanis <ivan@kanis.fr>
5766
5767 * net/eww.el (eww-search-prefix): New variable.
5768 (eww): Use it.
5769 (eww-external-browser): New variable.
5770 (eww-mode-map): New keystroke.
5771 (eww-browse-with-external-browser): New command.
5772
5773 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5774
5775 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5776
5777 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5778 Don't skip aligning the next header field when padding is 0;
5779 otherwise, field width is not respected unless the title is as
5780 wide as the field.
5781
5782 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * emacs-lisp/package.el (package-el-version): Remove.
5785 (package-process-define-package): Fix inf-loop.
5786 (package-install): Allow symbols as arguments again.
5787
5788 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5789
5790 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5791 add some more keyword-like methods.
5792 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5793
5794 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
5795
5796 * bs.el (bs-buffer-show-mark): Make defvar-local.
5797 (bs-mode): Use setq-local.
5798
5799 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5800 (emacs-lock--try-unlocking): Make defvar-local.
5801
5802 2013-06-22 Glenn Morris <rgm@gnu.org>
5803
5804 * play/cookie1.el (cookie-apropos): Minor simplification.
5805
5806 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5807
5808 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5809
5810 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5811 `regexp-opt', it breaks the build during dumping.
5812
5813 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5814
5815 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5816 Highlight keyword-like methods on Kernel and Module with
5817 font-lock-builtin-face.
5818 (auto-mode-alist): Consolidate different entries into one regexp
5819 and add more *file-s.
5820
5821 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
5822
5823 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5824
5825 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5826 (diary-entry): Use it in the action of this button type instead of
5827 diary-goto-entry.
5828
5829 * calendar/todo-mode.el: New version.
5830 (todo-add-category): Append new category to end of file and give
5831 it the highest number, instead of putting it at the beginning and
5832 giving it 0. Incorporate noninteractive functionality.
5833 (todo-forward-category): Adapt to 1-based category numbering.
5834 Allow skipping over archived categories.
5835 (todo-backward-category): Derive from todo-forward-category.
5836 (todo-backward-item, todo-forward-item): Make noninteractive and
5837 delegate interactive part to new commands. Make sensitive to done items.
5838 (todo-categories): Make value an alist of category names and
5839 vectors of item counts.
5840 (todo-category-beg): Make a defconst.
5841 (todo-category-number): Use 1 instead of 0 as initial value.
5842 (todo-category-select): Make sensitive to overlays, optional item
5843 highlighting and done items.
5844 (todo-delete-item): Make sensitive to overlays and marked and done items.
5845 (todo-edit-item): Make sensitive to overlays and editing of
5846 date/time header optional. Add format checks.
5847 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5848 no-op if point is not on an item. Advertise using todo-edit-quit.
5849 (todo-edit-mode): Make sensitive to new format, font-locking, and
5850 multiple todo files.
5851 (todo-insert-item, todo-insert-item-here): Derive from
5852 todo-basic-insert-item and extend functionality.
5853 (todo-item-end, todo-item-start): Make sensitive to done items.
5854 (todo-item-string): Don't return text properties. Restore point.
5855 (todo-jump-to-category): Make sensitive to multiple todo files and
5856 todo archives. Use extended category completion.
5857 (todo-lower-item, todo-raise-item): Rename to *-priority and
5858 derive from todo-set-item-priority.
5859 (todo-mode): Derive from special-mode. Make sensitive to new
5860 format, font-locking and multiple todo files. Make read-only.
5861 (todo-mode-map): Don't suppress digit keys, so they can supply
5862 prefix arguments. Add many new key bindings.
5863 (todo-prefix): Insert as an overlay instead of file text.
5864 Change semantics from diary date expression to purely visual mark.
5865 (todo-print): Rename to todo-print-buffer. Make buffer display
5866 features printable. Remove option to restrict number of items
5867 printed. Add option to print to file.
5868 (todo-print-function): Rename to todo-print-buffer-function.
5869 (todo-quit): Extend to handle exiting new todo modes.
5870 (todo-remove-item): Make sensitive to overlays.
5871 (todo-save): Extend to buffers of filtered items.
5872 (todo-show): Make sensitive to done items, multiple todo files and
5873 new todo modes. Offer to convert legacy todo file before creating
5874 first new todo file.
5875 (todo-show-priorities): Rename to todo-top-priorities.
5876 Change semantics of value 0.
5877 (todo-top-priorities): Rename to todo-filter-top-priorities,
5878 derive from todo-filter-items and extend functionality.
5879 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5880 and extend functionality to other types of filtered items.
5881 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5882 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5883 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5884 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5885 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5886 (todo-edit-mode-hook, todo-entry-prefix-function)
5887 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5888 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5889 (todo-initials, todo-insert-threshold, todo-item-string-start)
5890 (todo-line-string, todo-menu, todo-mode-hook)
5891 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5892 (todo-print-priorities, todo-remove-separator)
5893 (todo-save-top-priorities-too, todo-string-count-lines)
5894 (todo-string-multiline-p, todo-time-string-format)
5895 (todo-tmp-buffer-name): Remove.
5896 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5897 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5898 (todo-edit-category-diary-inclusion)
5899 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5900 (todo-edit-file, todo-edit-item-date-day)
5901 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5902 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5903 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5904 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5905 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5906 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5907 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5908 (todo-filter-top-priorities-multifile, todo-find-archive)
5909 (todo-find-filtered-items-file, todo-go-to-source-item)
5910 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5911 (todo-jump-to-archive-category, todo-lower-category)
5912 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5913 (todo-move-category, todo-move-item, todo-next-button)
5914 (todo-next-item, todo-padded-string, todo-powerset)
5915 (todo-previous-button, todo-previous-item)
5916 (todo-print-buffer-to-file, todo-raise-category)
5917 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5918 (todo-set-category-number, todo-set-item-priority)
5919 (todo-set-top-priorities-in-category)
5920 (todo-set-top-priorities-in-file, todo-show-categories-table)
5921 (todo-sort-categories-alphabetically-or-numerically)
5922 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5923 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5924 (todo-toggle-item-header, todo-toggle-item-highlighting)
5925 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5926 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5927 (todo-unarchive-items, todo-unmark-category): New commands.
5928 (todo-absolute-file-name, todo-add-to-buffer-list)
5929 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5930 (todo-basic-insert-item, todo-category-completions)
5931 (todo-category-number, todo-category-string-matcher-1)
5932 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5933 (todo-check-format, todo-clear-matches)
5934 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5935 (todo-current-category, todo-date-string-matcher)
5936 (todo-define-insertion-command, todo-diary-expired-matcher)
5937 (todo-diary-goto-entry, todo-diary-item-p)
5938 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5939 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5940 (todo-done-item-section-p, todo-done-separator)
5941 (todo-done-string-matcher, todo-files, todo-filter-items)
5942 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5943 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5944 (todo-insert-category-line, todo-insert-item-from-calendar)
5945 (todo-insert-sort-button, todo-insert-with-overlays)
5946 (todo-insertion-command-name, todo-insertion-key-bindings)
5947 (todo-label-to-key, todo-longest-category-name-length)
5948 (todo-make-categories-list, todo-mode-external-set)
5949 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5950 (todo-modes-set-3, todo-multiple-filter-files)
5951 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5952 (todo-read-category, todo-read-date, todo-read-dayname)
5953 (todo-read-file-name, todo-read-time)
5954 (todo-reevaluate-category-completions-files-defcustom)
5955 (todo-reevaluate-default-file-defcustom)
5956 (todo-reevaluate-filelist-defcustoms)
5957 (todo-reevaluate-filter-files-defcustom)
5958 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5959 (todo-reset-done-separator, todo-reset-done-separator-string)
5960 (todo-reset-done-string, todo-reset-global-current-todo-file)
5961 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5962 (todo-reset-prefix, todo-set-categories)
5963 (todo-set-date-from-calendar, todo-set-show-current-file)
5964 (todo-set-top-priorities, todo-short-file-name)
5965 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5966 (todo-total-item-counts, todo-update-buffer-list)
5967 (todo-update-categories-display, todo-update-categories-sexp)
5968 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5969 New functions.
5970 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5971 New major modes.
5972 (todo-categories, todo-display, todo-edit, todo-faces)
5973 (todo-filtered): New defgroups.
5974 (todo-archived-only, todo-button, todo-category-string, todo-date)
5975 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5976 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5977 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5978 (todo-add-item-if-new-category, todo-always-add-time-string)
5979 (todo-categories-align, todo-categories-archived-label)
5980 (todo-categories-category-label, todo-categories-diary-label)
5981 (todo-categories-done-label, todo-categories-number-separator)
5982 (todo-categories-todo-label, todo-categories-totals-label)
5983 (todo-category-completions-files, todo-completion-ignore-case)
5984 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5985 (todo-done-separator-string, todo-done-string)
5986 (todo-files-function, todo-filter-done-items, todo-filter-files)
5987 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5988 (todo-initial-category, todo-initial-file, todo-item-mark)
5989 (todo-legacy-date-time-regexp, todo-mode-line-function)
5990 (todo-nondiary-marker, todo-number-prefix)
5991 (todo-print-buffer-function, todo-show-current-file)
5992 (todo-show-done-only, todo-show-first, todo-show-with-done)
5993 (todo-skip-archived-categories, todo-top-priorities-overrides)
5994 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5995 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5996 New defcustoms.
5997 (todo-category-done, todo-date-pattern, todo-date-string-start)
5998 (todo-diary-items-buffer, todo-done-string-start)
5999 (todo-filtered-items-buffer, todo-item-start)
6000 (todo-month-abbrev-array, todo-month-name-array)
6001 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6002 (todo-top-priorities-buffer): New defconsts.
6003 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6004 (todo-categories-with-marks, todo-category-string-face)
6005 (todo-comment-face, todo-comment-string, todo-current-todo-file)
6006 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6007 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6008 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6009 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6010 (todo-font-lock-keywords, todo-global-current-todo-file)
6011 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6012 (todo-insertion-commands-args)
6013 (todo-insertion-commands-args-genlist)
6014 (todo-insertion-commands-names, todo-insertion-map)
6015 (todo-key-bindings-t, todo-key-bindings-t+a)
6016 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6017 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6018 (todo-nondiary-face, todo-print-buffer, todo-time-face)
6019 (todo-visited): New variables.
6020
6021 2013-06-21 Glenn Morris <rgm@gnu.org>
6022
6023 * play/cookie1.el (cookie-apropos): Add optional display argument.
6024 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6025 (psychoanalyze-pinhead): Use cookie-doctor.
6026
6027 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6028
6029 * emacs-lisp/package.el (tar-get-file-descriptor)
6030 (tar--extract): Declare.
6031
6032 2013-06-21 Eduard Wiebe <usenet@pusto.de>
6033
6034 Extend flymake's warning predicate to be a function (bug#14217).
6035 * progmodes/flymake.el (flymake-warning-predicate): New.
6036 (flymake-parse-line): Use it.
6037 (flymake-warning-re): Make obsolete alias to
6038 `flymake-warning-predicate'.
6039
6040 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6041
6042 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6043 (package-obsolete-list): Remove.
6044 (package-activate): Remove min-version argument. Add `force' argument.
6045 Adjust to new package-alist format.
6046 (package-mark-obsolete): Remove.
6047 (package-unpack): Force reload of the package's autoloads.
6048 (package-installed-p): Check builtins if the installed package is not
6049 recent enough.
6050 (package-initialize): Don't reset package-obsolete-list.
6051 Don't specify which package version to activate.
6052 (package-process-define-package, describe-package-1)
6053 (package-menu--generate): Adjust to new package-alist format.
6054
6055 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6056
6057 * allout-widgets.el (allout-widgets-mode-off)
6058 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6059 (allout-widgets-post-command-business)
6060 (allout-widgets-after-copy-or-kill-function)
6061 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6062 (allout-decorate-item-and-context)
6063 (allout-graphics-modification-handler): Fix typos in docstrings.
6064 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6065
6066 * cmuscheme.el (scheme-start-file): Doc fix.
6067 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6068 (scheme-input-filter): Use `string-match-p'.
6069
6070 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6071
6072 * dired-x.el: Use Dired consistently in docstrings.
6073
6074 * dired.el: Use Dired consistently in docstrings.
6075 (dired-readin, dired-mode): Use `setq-local'.
6076 (dired-switches-alist): Make defvar-local.
6077 (dired-buffers-for-dir): Use `zerop'.
6078 (dired-safe-switches-p, dired-switches-escape-p)
6079 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6080 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6081 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6082 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6083 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6084 (dired-toggle-marks, dired-mark-files-containing-regexp)
6085 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6086 (dired-flag-auto-save-files, dired-flag-backup-files):
6087 Use `looking-at-p'.
6088 (dired-mark-files-regexp, dired-build-subdir-alist):
6089 Use `string-match-p', `looking-at-p'.
6090
6091 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6092 (direct-print-region-helper): Use `string-match-p'.
6093
6094 2013-06-21 Leo Liu <sdl.web@gmail.com>
6095
6096 * comint.el (comint-redirect-results-list-from-process):
6097 Fix infinite loop.
6098
6099 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6100
6101 * net/eww.el (eww-update-header-line-format): Quote % characters.
6102
6103 2013-06-21 Glenn Morris <rgm@gnu.org>
6104
6105 * play/cookie1.el (cookie): New custom group.
6106 (cookie-file): New option.
6107 (cookie-check-file): New function.
6108 (cookie): Make it interactive. Make start and end messages optional.
6109 Interactively, display the result. Default to cookie-file.
6110 (cookie-insert): Default to cookie-file.
6111 (cookie-snarf): Make start and end messages optional.
6112 Default to cookie-file. Use with-temp-buffer.
6113 (cookie-read): Rename from read-cookie.
6114 Make start and end messages optional. Default to cookie-file.
6115 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6116 Do not autoload it.
6117 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6118 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6119
6120 2013-06-21 Leo Liu <sdl.web@gmail.com>
6121
6122 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6123
6124 2013-06-21 Glenn Morris <rgm@gnu.org>
6125
6126 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6127
6128 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6129 Daniel Hackney <dan@haxney.org>
6130
6131 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6132 Consolidate the single-file vs tarball code.
6133 (package-desc-suffix): New function.
6134 (package-desc-full-name): Don't bother inlining it.
6135 (package-load-descriptor): Return the new package-desc.
6136 (package-mark-obsolete): Remove unused arg `package'.
6137 (package-unpack): Make it work for single files as well.
6138 Make it update package-alist.
6139 (package--make-autoloads-and-stuff): Rename from
6140 package--make-autoloads-and-compile. Don't compile any more.
6141 (package--compile): New function.
6142 (package-generate-description-file): New function, extracted from
6143 package-unpack-single.
6144 (package-unpack-single): Remove.
6145 (package--with-work-buffer): Add indentation and debugging info.
6146 (package-download-single): Remove.
6147 (package-install-from-archive): Rename from package-download-tar, make
6148 it take a pkg-desc, and make it work for single files as well.
6149 (package-download-transaction): Simplify.
6150 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6151 external tar program.
6152 (package-install-from-buffer): Remove `pkg-desc' argument.
6153 Use package-tar-file-info for tar-mode buffers.
6154 (package-install-file): Simplify accordingly.
6155 (package-archive-base): Change to take a pkg-desc.
6156 * tar-mode.el (tar--check-descriptor): New function, extracted from
6157 tar-get-descriptor.
6158 (tar-get-descriptor): Use it.
6159 (tar-get-file-descriptor): New function.
6160 (tar--extract): New function, extracted from tar-extract.
6161 (tar--extract): Use it.
6162 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6163 case the summary uses non-ascii. Adjust to new calling convention of
6164 package-tar-file-info.
6165
6166 2013-06-21 Leo Liu <sdl.web@gmail.com>
6167
6168 * comint.el (comint-redirect-results-list-from-process):
6169 Fix random delay. (Bug#14681)
6170
6171 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6172
6173 * profiler.el (profiler-format-number): Use log, not log10.
6174
6175 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6176
6177 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6178
6179 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6180
6181 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6182 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6183 yet available.
6184 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6185 (AUTOGENEL): ... here.
6186 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6187 (cl--defsubst-expand): Use it.
6188
6189 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6190
6191 * subr.el (log10): Move here from C code, and declare as obsolete.
6192 All uses of (log10 X) replaced with (log X 10).
6193
6194 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6195
6196 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6197 Declare with `defvar-local'.
6198 (tabulated-list-use-header-line, tabulated-list-entries)
6199 (tabulated-list-padding, tabulated-list-printer)
6200 (tabulated-list-sort-key): Declare with `defvar-local'.
6201 (tabulated-list-init-header, tabulated-list-print-fake-header):
6202 Use `setq-local'.
6203
6204 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6205
6206 * arc-mode.el (archive-mode): Add `archive-write-file' to
6207 `write-contents-functions' also for remote files. (Bug#14652)
6208
6209 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6210
6211 * cus-edit.el (custom-commands): Fix typos.
6212 (custom-display): Fix tooltip text.
6213 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6214 Fix typos in docstrings.
6215 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6216 (custom-unlispify-menu-entry, custom-magic-value-create)
6217 (custom-add-see-also, custom-group-value-create): Use ?\s.
6218 (custom-guess-type, customize-apropos, editable-field)
6219 (custom-face-value-create): Use `string-match-p'.
6220 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6221
6222 * custom.el (custom-load-symbol): Use `string-match-p'.
6223
6224 * ansi-color.el: Convert to lexical binding.
6225 (ansi-colors): Fix URL.
6226 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6227 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6228 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6229
6230 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6231
6232 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6233
6234 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6235
6236 2013-06-19 Tom Tromey <tromey@redhat.com>
6237
6238 * net/eww.el (eww-top-url): Remove.
6239 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6240 (eww-render): Set new variables. Don't set eww-top-url.
6241 (eww-handle-link): Handle "prev", "home", and "contents".
6242 Downcase the rel text.
6243 (eww-top-url): Choose best top URL.
6244
6245 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6246
6247 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6248 relying in widget.el. Using widget.el leads to too many
6249 user interface inconsistencies.
6250 (eww-self-insert): Implement entering commands in text fields.
6251 (eww-process-text-input): New function to make text input field editing
6252 work.
6253 (eww-submit): Rewrite to use the new-style form methods.
6254 (eww-select-display): Display the correct selected item.
6255 (eww-change-select): Implement changing the select value.
6256 (eww-toggle-checkbox): Implement radio/checkboxes.
6257 (eww-update-field): Fix compilation error.
6258 (eww-tag-textarea): Implement <textarea>.
6259
6260 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6261 we don't shadow mode-specific bindings.
6262
6263 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6264 nothing to push.
6265
6266 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6267
6268 2013-06-19 Glenn Morris <rgm@gnu.org>
6269
6270 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6271
6272 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6273
6274 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6275 not needed.
6276
6277 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6278
6279 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6280
6281 * net/browse-url.el (browse-url-browser-function):
6282 `eww-browse-url' has the right calling signature, `eww' does not.
6283
6284 2013-06-19 Glenn Morris <rgm@gnu.org>
6285
6286 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6287 Only eval autoloaded macros.
6288 (byte-compile-autoload): Only give the macro warning for macros.
6289
6290 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6291 (ps-underlined-faces): Declare.
6292
6293 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6294 (speedbar-add-supported-extension): Declare.
6295
6296 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6297 Don't include a date stamp in the header of the generated file;
6298 it leads to needless differences between output files.
6299
6300 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6301
6302 * net/secrets.el (secrets-struct-secret-content-type):
6303 Replace check of introspection data by a test call of "CreateItem".
6304 Some servers do not offer introspection.
6305
6306 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * electric.el (electric-pair-mode): Improve interaction with
6309 electric-layout-mode.
6310 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6311 (electric-pair-syntax): Use text-mode-syntax-table in comments
6312 and strings.
6313 (electric-pair--insert): New function.
6314 (electric-pair-post-self-insert-function): Use it and
6315 electric--after-char-pos.
6316
6317 2013-06-19 Leo Liu <sdl.web@gmail.com>
6318
6319 * progmodes/octave.el (octave-help): Fix regexp.
6320
6321 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6322
6323 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6324 (shr-table-horizontal-line): Allow nil as a value, and change the
6325 default.
6326 (shr-insert-table-ruler): Respect the nil value.
6327
6328 2013-06-18 Tom Tromey <tromey@barimba>
6329
6330 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6331 New defvars.
6332 (eww-open-file): New defun.
6333 (eww-render): Initialize new variables.
6334 (eww-display-html): Handle "link" and "a".
6335 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6336 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6337 (eww-back-url): Rename from eww-previous-url.
6338 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6339 New defuns.
6340
6341 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6342
6343 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6344 Distinguish ternary operator tokens from slash symbol and slash
6345 char literal.
6346
6347 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6348
6349 Convert symbol prettification into minor mode and global minor mode.
6350
6351 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6352 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6353 (prettify-symbols--keywords): Rename from
6354 `prog-prettify-symbols-alist' and make a local defvar.
6355 (prettify-symbols--compose-symbol): Rename from
6356 `prog--prettify-font-lock-compose-symbol'.
6357 (prettify-symbols--make-keywords): Rename from
6358 `prog-prettify-font-lock-symbols-keywords' and simplify.
6359 (prog-prettify-install): Remove.
6360 (prettify-symbols-mode): New minor mode, based on
6361 `prog-prettify-install'.
6362 (turn-on-prettify-symbols-mode): New function.
6363 (global-prettify-symbols-mode): New globalized minor mode.
6364
6365 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6366 * progmodes/cfengine.el (cfengine3-mode):
6367 * progmodes/perl-mode.el (perl-mode): Don't call
6368 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6369
6370 2013-06-18 Juri Linkov <juri@jurta.org>
6371
6372 * files-x.el (modify-file-local-variable-message): New function.
6373 (modify-file-local-variable)
6374 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6375 and call `modify-file-local-variable-message' when it's non-nil.
6376 (add-file-local-variable, delete-file-local-variable)
6377 (add-file-local-variable-prop-line)
6378 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6379 and use it. (Bug#9820)
6380
6381 2013-06-18 Juri Linkov <juri@jurta.org>
6382
6383 * emulation/vi.el (vi-shell-op):
6384 * emulation/vip.el (vip-execute-com, ex-command):
6385 * emulation/viper-cmd.el (viper-exec-bang):
6386 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6387 the call of `shell-command-on-region'. (Bug#14637)
6388
6389 * simple.el (shell-command-on-region): Doc fix.
6390
6391 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6394 (bug#14633).
6395
6396 2013-06-18 Glenn Morris <rgm@gnu.org>
6397
6398 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6399
6400 * newcomment.el (comment-search-forward, comment-search-backward):
6401 Doc fix. (Bug#14376)
6402
6403 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6404
6405 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6406 (buffer-face-mode-invoke): Doc fix.
6407
6408 2013-06-18 Matthias Meulien <orontee@gmail.com>
6409
6410 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6411 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6412
6413 2013-06-18 Glenn Morris <rgm@gnu.org>
6414
6415 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6416 Replace obsolete function generic-make-keywords with its expansion.
6417
6418 * progmodes/python.el (ffap-alist): Declare.
6419
6420 * textmodes/reftex.el (bibtex-mode-map): Declare.
6421
6422 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6425 (package-unpack, package-unpack-single): Return the pkg-dir.
6426 (package-download-transaction): Use it to update package-alist.
6427
6428 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6429
6430 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6431 possible choice.
6432
6433 2013-06-17 Juri Linkov <juri@jurta.org>
6434
6435 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6436
6437 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6438
6439 * emacs-lisp/package.el (package-load-descriptor):
6440 Remove `with-syntax-table' call, `read' doesn't need it.
6441 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6442
6443 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6444
6445 * startup.el (command-line): Expand package name returned by
6446 `package--description-file' (bug#14639).
6447
6448 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6449
6450 * emacs-lisp/package.el (package-load-descriptor): Do not call
6451 `emacs-lisp-mode', just use its syntax table.
6452
6453 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6454
6455 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6456 `font-lock-extra-managed-props' if any prettifying keyword is added.
6457 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6458 (prog-mode): Use `setq-local'.
6459
6460 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * international/characters.el (standard-case-table): Set syntax of ?»
6463 and ?« to punctuation.
6464
6465 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
6466
6467 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6468 Save relevant match data before calling `syntax-ppss' (bug#14595).
6469
6470 2013-06-15 Juri Linkov <juri@jurta.org>
6471
6472 * files-x.el (modify-file-local-variable-prop-line): Add local
6473 variables to the end of the existing comment on the first line.
6474 Use `file-auto-mode-skip' to skip interpreter magic line,
6475 and also skip XML declaration.
6476
6477 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * startup.el (package--builtin-versions): New var.
6480 (package-subdirectory-regexp): Remove.
6481 (package--description-file): Hard code its value instead.
6482
6483 * emacs-lisp/package.el: Don't activate packages older than builtin.
6484 (package-obsolete-list): Rename from package-obsolete-alist, and make
6485 it into a simple list of package-desc.
6486 (package-strip-version): Remove.
6487 (package-built-in-p): Use package--builtin-versions.
6488 (package-mark-obsolete): Simplify.
6489 (package-process-define-package): Mark it obsolete if older than the
6490 builtin version.
6491 (package-handle-response): Use line-end-position.
6492 (package-read-archive-contents, package--download-one-archive):
6493 Simplify.
6494 (package--add-to-archive-contents): Skip if older than the builtin or
6495 installed version.
6496 (package-menu-describe-package): Fix last change.
6497 (package-list-unversioned): New var.
6498 (package-menu--generate): Use it.
6499
6500 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6501 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6502 (autoload-builtin-package-versions): New variable.
6503 (autoload-generate-file-autoloads): Use them.
6504 Remove the list of autoloaded functions/macros from the
6505 (autoload...) comments.
6506
6507 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6508
6509 2013-06-15 Eli Zaretskii <eliz@gnu.org>
6510
6511 * simple.el (line-move-partial): Don't jump to the next screen
6512 line as soon as it becomes visible. Instead, continue enlarging
6513 the vscroll until the portion of a tall screen line that's left on
6514 display is about the height of the frame's default font.
6515 (Bug#14567)
6516
6517 2013-06-15 Glenn Morris <rgm@gnu.org>
6518
6519 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6520 compilation-error-regexp-alist void, or local while let-bound.
6521
6522 * progmodes/make-mode.el (makefile-mode-syntax-table):
6523 Treat "=" as punctuation. (Bug#14614)
6524
6525 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
6526
6527 * help-fns.el (describe-variable):
6528 Add extra line for permanent-local variables.
6529
6530 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6531
6532 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6533 Add export, import, library. (Bug#9164)
6534 (library): Set indent function.
6535
6536 2013-06-14 Glenn Morris <rgm@gnu.org>
6537
6538 * term/xterm.el (xterm--query):
6539 Stop after first matching handler. (Bug#14615)
6540
6541 2013-06-14 Ivan Kanis <ivan@kanis.fr>
6542
6543 Add support for dired in saveplace.
6544 * dired.el (dired-initial-position-hook): New variable.
6545 (dired-initial-position): Call hook to place cursor position.
6546 * saveplace.el (save-place-to-alist): Add dired position.
6547 (save-place-dired-hook): New function.
6548
6549 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6552 through a symbol rather than letrec.
6553
6554 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6555 (package-desc): Add `dir' field.
6556 (package-desc-full-name): New function.
6557 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6558 (package-maybe-load-descriptor): Remove.
6559 (package-load-all-descriptors): Just call package-load-descriptor.
6560 (package--disabled-p): New function.
6561 (package-desc-vers, package-desc-doc): Remove aliases.
6562 (package--dir): Remove function.
6563 (package-activate): Check if a package is disabled.
6564 (package-process-define-package): New function, extracted from
6565 define-package.
6566 (define-package): Turn into a place holder.
6567 (package-unpack-single, package-tar-file-info):
6568 Use package--description-file.
6569 (package-compute-transaction): Use package--disabled-p.
6570 (package-download-transaction): Don't call
6571 package-maybe-load-descriptor since they're all loaded anyway.
6572 (package-install): Change argument to be a pkg-desc.
6573 (package-delete): Use a single pkg-desc argument.
6574 (describe-package-1): Use package-desc-dir instead of package--dir.
6575 Use package-desc property instead of package-symbol.
6576 (package-install-button-action): Adjust accordingly.
6577 (package--push): Rewrite.
6578 (package-menu--print-info): Adjust accordingly. Change the ID format
6579 to be a pkg-desc.
6580 (package-menu-describe-package, package-menu-get-status)
6581 (package-menu--find-upgrades, package-menu-mark-upgrades)
6582 (package-menu-execute, package-menu--name-predicate):
6583 Adjust accordingly.
6584 * startup.el (package--description-file): New function.
6585 (command-line): Use it.
6586 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6587 Use package-desc-version.
6588
6589 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6590 (byte-compile-preprocess): Use it.
6591 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6592 can't quite recognize.
6593 (byte-compile-add-to-list): Remove.
6594 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6595 (cconv-closure-convert): Add assertion.
6596
6597 * emacs-lisp/map-ynp.el: Use lexical-binding.
6598 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6599 Factor out some repeated code.
6600
6601 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * subr.el (with-eval-after-load): New macro.
6604 (eval-after-load): Allow form to be a function.
6605 take advantage of lexical-binding.
6606 (do-after-load-evaluation): Use dolist and adjust to new format.
6607 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6608
6609 2013-06-13 Juri Linkov <juri@jurta.org>
6610
6611 * replace.el (perform-replace): Display "symbol " and other search
6612 modes from `isearch-message-prefix' in the *Help* buffer.
6613
6614 * isearch.el (isearch-query-replace): Add " symbol" and other
6615 possible search modes from `isearch-message-prefix' to the prompt.
6616 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6617 when reading a regexp to collect.
6618
6619 2013-06-13 Juri Linkov <juri@jurta.org>
6620
6621 * isearch.el (word-search-regexp): Match whitespace if the search
6622 string begins or ends in whitespace. The LAX arg is applied to
6623 both ends of the search string. Use `regexp-quote' and explicit
6624 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6625 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6626 boundaries are replaced with symbol boundaries, and characters
6627 between symbols match non-word non-symbol syntax. (Bug#14602)
6628
6629 2013-06-13 Juri Linkov <juri@jurta.org>
6630
6631 * isearch.el (isearch-del-char): Don't exceed the length of
6632 `isearch-string' by the prefix arg. (Bug#14563)
6633
6634 2013-06-13 Juri Linkov <juri@jurta.org>
6635
6636 * isearch.el (isearch-yank-word, isearch-yank-line)
6637 (isearch-char-by-name, isearch-quote-char)
6638 (isearch-printing-char, isearch-process-search-char):
6639 Add optional count prefix arg. (Bug#14563)
6640
6641 * international/isearch-x.el
6642 (isearch-process-search-multibyte-characters):
6643 Add optional count prefix arg.
6644
6645 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6648 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6649 lexical-binding.
6650
6651 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6652
6653 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6654
6655 2013-06-13 Glenn Morris <rgm@gnu.org>
6656
6657 * startup.el (tty-handle-args):
6658 Don't just discard "--" and anything after. (Bug#14608)
6659
6660 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6661
6662 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
6663
6664 Implement changes in Secret Service API. Make it backward compatible.
6665 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6666 (secrets-create-item): Use it. Prefix properties with interface.
6667
6668 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6669
6670 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6671 (term-emulate-terminal): Respect term-suppress-hard-newline.
6672
6673 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6674
6675 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6676 Only remove a `thumb-file' overlay. (Bug#14548)
6677
6678 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
6679
6680 * mail/reporter.el (reporter-submit-bug-report):
6681 Handle missing package-name. (Bug#14600)
6682
6683 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6684
6685 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6686 (reftex-citation-prompt, reftex-default-bibliography)
6687 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6688 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6689 (reftex-bib-sort-author, reftex-bib-sort-year)
6690 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6691 (reftex-extract-bib-entries-from-thebibliography)
6692 (reftex-get-bibkey-default, reftex-get-bib-names)
6693 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6694 (reftex-format-bib-entry, reftex-parse-bibitem)
6695 (reftex-format-bibitem, reftex-do-citation)
6696 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6697 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6698 (reftex-insert-bib-matches, reftex-format-citation)
6699 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6700 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6701 existing comments into docstrings.
6702
6703 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6704
6705 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6706
6707 2013-06-12 Andreas Schwab <schwab@suse.de>
6708
6709 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6710 for auto-save files.
6711
6712 2013-06-12 Glenn Morris <rgm@gnu.org>
6713
6714 * ido.el (ido-delete-ignored-files): Remove.
6715 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6716 Go back to calling ido-ignore-item-p directly.
6717
6718 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6719
6720 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6721
6722 * ido.el (ido-delete-ignored-files): New function,
6723 split from ido-make-file-list-1.
6724 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6725 (ido-make-file-list-1): Use ido-delete-ignored-files.
6726
6727 2013-06-12 Leo Liu <sdl.web@gmail.com>
6728
6729 * progmodes/octave.el (inferior-octave-startup)
6730 (inferior-octave-completion-table)
6731 (inferior-octave-track-window-width-change)
6732 (octave-eldoc-function-signatures, octave-help)
6733 (octave-find-definition): Use single quoted strings.
6734 (inferior-octave-startup-args): Change default value.
6735 (inferior-octave-startup): Do not hard code "-i" and
6736 "--no-line-editing".
6737 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6738 (inferior-octave-directory-tracker): Use it.
6739 (octave-goto-function-definition): Robustify.
6740 (octave-help): Support highlighting operators in 'See also'.
6741 (octave-find-definition): Find subfunctions only in Octave mode.
6742
6743 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * help-fns.el (help-fns--compiler-macro): If the handler function is
6746 named, then put a link to it.
6747 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6748 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6749 (cl-typep): Use it.
6750 (cl-eval-when): Simplify debug spec.
6751 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6752 compiler-macro function instead of setting `compiler-macro-file'.
6753
6754 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6755
6756 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6757 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6758
6759 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6760 Daniel Hackney <dan@haxney.org>
6761
6762 First part of Daniel Hackney's patch to package.el.
6763 * emacs-lisp/package.el: Use defstruct.
6764 (package-desc): New, main struct.
6765 (package--bi-desc, package--ac-desc): New structs, used to describe the
6766 format in external files.
6767 (package-desc-vers): Replace with package-desc-version accessor.
6768 (package-desc-doc): Replace with package-desc-summary accessor.
6769 (package-activate-1): Remove `package' arg since the pkg-vec now
6770 includes the name.
6771 (define-package): Use package-desc-from-define.
6772 (package-unpack-single): Change file-name arg to be a symbol.
6773 (package--add-to-archive-contents): Use package-desc-create and new
6774 accessor functions to package--ac-desc.
6775 (package-buffer-info, package-tar-file-info): Return a package-desc.
6776 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6777 arg to be a package-desc.
6778 (package-install-file): Adjust accordingly. Use \' to match EOS.
6779 (package--from-builtin): New function.
6780 (describe-package-1, package-menu--generate): Use it.
6781 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6782 (package-generate-autoloads): Idem and return the name of the file.
6783 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6784 Change pkg-info arg to be a package-desc.
6785 Use package-make-ac-desc.
6786 (package-upload-file): Use \' to match EOS.
6787 * finder.el (finder-compile-keywords): Use package-make-builtin.
6788
6789 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6790
6791 * vc/vc.el (vc-deduce-fileset): Change error message.
6792 (vc-read-backend): New function.
6793 (vc-next-action): Use it.
6794
6795 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6796
6797 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6798 (prolog-font-lock-keywords): Use regexp-opt instead.
6799 Don't manually highlight strings.
6800 (prolog-mode-variables): Simplify comment-start-skip.
6801 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6802
6803 * emacs-lisp/generic.el (generic--normalise-comments)
6804 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6805 (generic-mode-set-comments): Use them.
6806 (generic-bracket-support): Use setq-local.
6807 (generic-make-keywords-list): Declare obsolete.
6808
6809 2013-06-11 Glenn Morris <rgm@gnu.org>
6810
6811 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6812 Prettify after setting font-lock-defaults. (Bug#14574)
6813
6814 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
6815
6816 * replace.el (query-replace, occur-read-regexp-defaults-function)
6817 (replace-search):
6818 * subr.el (declare-function, number-sequence, local-set-key)
6819 (substitute-key-definition, locate-user-emacs-file)
6820 (with-silent-modifications, split-string, eval-after-load):
6821 Fix typos, remove unneeded backslashes and reflow some docstrings.
6822
6823 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6826 default for Elisp files.
6827
6828 2013-06-11 Glenn Morris <rgm@gnu.org>
6829
6830 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6831 although define-derived-mode was doing this anyway. (Bug#14583)
6832
6833 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6836 Fix make-variable-buffer-local call to refer to the correct variable.
6837
6838 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
6839
6840 * eshell/em-term.el (eshell-visual-commands)
6841 (eshell-visual-subcommands, eshell-visual-options):
6842 Add summary line to docstrings. Add cross-references.
6843
6844 2013-06-10 Glenn Morris <rgm@gnu.org>
6845
6846 * epa.el (epa-read-file-name): New function. (Bug#14510)
6847 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6848
6849 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6850
6851 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6852 output redirection to be ignored with visual commands.
6853
6854 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6855
6856 * eshell/em-term.el (eshell-visual-command-p): New function.
6857 (eshell-term-initialize): Move long lambda to separate function
6858 eshell-visual-command-p.
6859 * eshell/em-dirs.el (eshell-dirs-initialise):
6860 * eshell/em-script.el (eshell-script-initialize):
6861 Add missing #' to lambda.
6862
6863 2013-06-08 Leo Liu <sdl.web@gmail.com>
6864
6865 * progmodes/octave.el (octave-add-log-current-defun): New function.
6866 (octave-mode): Set add-log-current-defun-function.
6867 (octave-goto-function-definition): Do not move point if not found.
6868 (octave-find-definition): Enhance to try subfunctions first.
6869
6870 2013-06-08 Glenn Morris <rgm@gnu.org>
6871
6872 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6873 (byte-compile-backward-char, byte-compile-backward-word):
6874 Improve previous change, to handle non-explicit nil.
6875
6876 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6879 (smie--opener/closer-at-point): New function.
6880 (smie--matching-block-data): Use it. Don't match from right after an
6881 opener or right before a closer. Obey smie-blink-matching-inners.
6882 Don't signal a mismatch for repeated inners like "switch..case..case".
6883
6884 2013-06-07 Leo Liu <sdl.web@gmail.com>
6885
6886 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6887 to t. (Bug#14303)
6888 (octave-function-header-regexp): Fix. (Bug#14570)
6889 (octave-help-mode-finish-hook, octave-help-mode-finish):
6890 Remove. Just use temp-buffer-show-hook.
6891
6892 * newcomment.el (comment-search-backward): Revert last change.
6893 (Bug#14434)
6894
6895 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6896
6897 2013-06-07 Eli Zaretskii <eliz@gnu.org>
6898
6899 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6900 through xargs, to avoid failure due to MS-Windows limitations on
6901 command-line length.
6902
6903 2013-06-06 Glenn Morris <rgm@gnu.org>
6904
6905 * font-lock.el (lisp-font-lock-keywords-2):
6906 Treat user-error like error.
6907
6908 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6909 (byte-compile-backward-char, byte-compile-backward-word):
6910 Handle explicit nil arguments. (Bug#14565)
6911
6912 2013-06-05 Alan Mackenzie <acm@muc.de>
6913
6914 * isearch.el (isearch-allow-prefix): New user option.
6915 (isearch-other-meta-char): Don't exit isearch when a prefix
6916 argument is typed whilst `isearch-allow-prefix' is non-nil.
6917 (Bug#9706)
6918
6919 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * autorevert.el (auto-revert-notify-handler): Use memq.
6922 Hide assertion failure.
6923
6924 * skeleton.el: Use cl-lib.
6925 (skeleton-further-elements): Use defvar-local.
6926 (skeleton-insert): Use cl-progv.
6927
6928 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6929
6930 * progmodes/prog-mode.el (prog-prettify-symbols)
6931 (prog-prettify-install): Update docstrings.
6932
6933 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * simple.el: Move all the prog-mode code to prog-mode.el.
6936 * progmodes/prog-mode.el: New file.
6937 * loadup.el: Add prog-mode.el.
6938
6939 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6940
6941 * simple.el (prog-prettify-symbols): Add version.
6942 (prog-prettify-install): Add convenience function to prettify symbols.
6943
6944 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6945 (perl--augmented-font-lock-keywords-1)
6946 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6947 variables and use it.
6948
6949 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6950 (cfengine3-mode): Remove unneeded variable and use it.
6951
6952 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6953 (lisp--augmented-font-lock-keywords-1)
6954 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6955 Remove unneeded variables and use it.
6956
6957 2013-06-05 João Távora <joaotavora@gmail.com>
6958
6959 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
6960 to point when opening the connection. (Bug#14380)
6961
6962 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * subr.el (load-history-regexp, load-history-filename-element)
6965 (eval-after-load, after-load-functions, do-after-load-evaluation)
6966 (eval-next-after-load, display-delayed-warnings)
6967 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6968 definition of save-match-data.
6969 (overriding-local-map): Remove accidental obsolescence declaration.
6970
6971 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6972
6973 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6974
6975 Generalize symbol prettify support to prog-mode and implement it
6976 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6977 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6978 (prog--prettify-font-lock-compose-symbol)
6979 (prog-prettify-font-lock-symbols-keywords): New variables and
6980 functions to support symbol prettification.
6981 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6982 (lisp--augmented-font-lock-keywords-1)
6983 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6984 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6985 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6986 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6987 Implement prettify of -> => :: strings.
6988 * progmodes/perl-mode.el (perl-prettify-symbols)
6989 (perl--font-lock-compose-symbol)
6990 (perl--font-lock-symbols-keywords): Move to prog-mode.
6991 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6992 (perl-font-lock-keywords-1)
6993 (perl-font-lock-keywords-2): Remove explicit prettify support.
6994 (perl--augmented-font-lock-keywords)
6995 (perl--augmented-font-lock-keywords-1)
6996 (perl--augmented-font-lock-keywords-2, perl-mode):
6997 Implement prettify support.
6998
6999 2013-06-05 Leo Liu <sdl.web@gmail.com>
7000
7001 Re-implement smie matching block highlight using
7002 show-paren-data-function. (Bug#14395)
7003 * emacs-lisp/smie.el (smie-matching-block-highlight)
7004 (smie--highlight-matching-block-overlay)
7005 (smie--highlight-matching-block-lastpos)
7006 (smie-highlight-matching-block)
7007 (smie-highlight-matching-block-mode): Remove.
7008 (smie--matching-block-data-cache): New variable.
7009 (smie--matching-block-data): New function.
7010 (smie-setup): Use smie--matching-block-data for
7011 show-paren-data-function.
7012
7013 * progmodes/octave.el (octave-mode-menu): Fix.
7014 (octave-find-definition): Skip garbage lines.
7015
7016 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 Fix compilation error with simultaneous dynamic+lexical scoping.
7019 Add warning when a defvar appears after the first let-binding.
7020 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7021 (byte-compile-close-variables): Initialize it.
7022 (byte-compile--declare-var): New function.
7023 (byte-compile-file-form-defvar)
7024 (byte-compile-file-form-define-abbrev-table)
7025 (byte-compile-file-form-custom-declare-variable): Use it.
7026 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
7027 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7028 (byte-compile-bind): Handle dynamic bindings that shadow
7029 lexical bindings.
7030 (byte-compile-unbind): Make arg non-optional.
7031 (byte-compile-let): Simplify.
7032 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7033 (cconv--analyse-function, cconv-analyse-form): Populate it.
7034 Protect byte-compile-bound-variables to limit the scope of defvars.
7035 (cconv-analyse-form): Add missing rule for (defvar <foo>).
7036 Remove unneeded rule for `declare'.
7037
7038 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7039 so as to avoid depending on cl-adjoin at run-time.
7040 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7041
7042 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7043 (macroexp--warn-and-return): Use it.
7044
7045 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * lisp/subr.el: Convert to lexical binding.
7048 (overriding-local-map): Make obsolete.
7049 (add-to-list): Doc fix. Add compiler macro.
7050 (read-key): Swap values of local maps.
7051
7052 2013-06-05 Leo Liu <sdl.web@gmail.com>
7053
7054 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7055
7056 2013-06-04 Leo Liu <sdl.web@gmail.com>
7057
7058 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7059 (compilation-auto-jump): Suppress the "Mark set" message to give
7060 way to exit message.
7061
7062 2013-06-04 Alan Mackenzie <acm@muc.de>
7063
7064 Remove faulty optimisation from indentation calculation.
7065 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7066 search limit based on 2000 characters back from indent-point.
7067
7068 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7069
7070 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7071
7072 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7073
7074 * emacs-lisp/lisp.el: Use lexical-binding.
7075 (lisp--local-variables-1, lisp--local-variables): New functions.
7076 (lisp--local-variables-completion-table): New var.
7077 (lisp-completion-at-point): Use it complete let-bound vars.
7078
7079 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7080 eagerly (bug#14422).
7081
7082 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7083
7084 * autorevert.el (auto-revert-notify-enabled)
7085 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7086 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7087 (auto-revert-notify-handler): Handle also gfilenotify.
7088
7089 * subr.el (file-notify-handle-event): New defun. Replacing ...
7090 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7091 Remove.
7092
7093 2013-06-03 Juri Linkov <juri@jurta.org>
7094
7095 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7096 `M-s h .'. (Bug#14427)
7097
7098 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7099 command `hi-lock-face-symbol-at-point'.
7100 (hi-lock-face-symbol-at-point): New command.
7101 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7102 (hi-lock-menu): Add `highlight-symbol-at-point'.
7103 (hi-lock-mode): Doc fix.
7104
7105 * isearch.el (isearch-forward-symbol-at-point): New command.
7106 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7107 (isearch-highlight-regexp): Add a regexp which matches
7108 words/symbols for word/symbol mode.
7109
7110 * subr.el (find-tag-default-bounds): New function with the body
7111 mostly moved from `find-tag-default'.
7112 (find-tag-default): Move most code to `find-tag-default-bounds',
7113 call it and apply `buffer-substring-no-properties' afterwards.
7114
7115 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7116
7117 * eshell/em-term.el (eshell-term-initialize):
7118 Use `cl-intersection' rather than `intersection'.
7119
7120 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7121
7122 * vc/log-view.el: Doc fix.
7123 (log-view-mode-map): Copy keymap from `special-mode-map'.
7124
7125 2013-06-02 Eric Ludlam <zappo@gnu.org>
7126
7127 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7128 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7129 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7130 (eieio-unbound, eieio-default-superclass)
7131 (eieio--define-field-accessors, method-static, method-before)
7132 (method-primary, method-after, method-num-lists)
7133 (method-generic-before, method-generic-primary)
7134 (method-generic-after, method-num-slots)
7135 (eieio-specialized-key-to-generic-key)
7136 (eieio--check-type, class-v, class-p)
7137 (eieio-class-name, define-obsolete-function-alias)
7138 (eieio-class-parents-fast, eieio-class-children-fast)
7139 (same-class-fast-p, class-constructor, generic-p)
7140 (generic-primary-only-p, generic-primary-only-one-p)
7141 (class-option-assoc, class-option, eieio-object-p)
7142 (class-abstract-p, class-method-invocation-order)
7143 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7144 (eieio-class-un-autoload, eieio-defclass)
7145 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7146 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7147 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7148 (eieio-defgeneric-reset-generic-form)
7149 (eieio-defgeneric-form-primary-only)
7150 (eieio-defgeneric-reset-generic-form-primary-only)
7151 (eieio-defgeneric-form-primary-only-one)
7152 (eieio-defgeneric-reset-generic-form-primary-only-one)
7153 (eieio-unbind-method-implementations)
7154 (eieio--defmethod, eieio--typep)
7155 (eieio-perform-slot-validation, eieio-validate-slot-value)
7156 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7157 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7158 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7159 (eieio-slot-name-index, eieio-class-slot-name-index)
7160 (eieio-set-defaults, eieio-initarg-to-attribute)
7161 (eieio-attribute-to-initarg, eieio-c3-candidate)
7162 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7163 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7164 (eieio-class-precedence-list, eieio-generic-call-methodname)
7165 (eieio-generic-call-arglst, eieio-generic-call-key)
7166 (eieio-generic-call-next-method-list)
7167 (eieio-pre-method-execution-functions, eieio-generic-call)
7168 (eieio-generic-call-primary-only, eieiomt-method-list)
7169 (eieiomt-optimizing-obarray, eieiomt-install)
7170 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7171 (eieio-generic-form, eieio-defmethod, make-obsolete)
7172 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7173 (defclass): Remove `eval-and-compile' from macro.
7174 (call-next-method, shared-initialize): Instead of using
7175 `scoped-class' variable, use new eieio--scoped-class, and
7176 eieio--with-scoped-class.
7177 (initialize-instance): Rename local variable 'scoped-class' to
7178 'this-class' to remove ambiguitity from old global.
7179
7180 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7181 eieio.el.
7182 (eieio--scoped-class-stack): New variable.
7183 (eieio--scoped-class): New fcn.
7184 (eieio--with-scoped-class): New scoping macro.
7185 (eieio-defclass): Use pushnew instead of add-to-list.
7186 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7187 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7188 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7189 `scoped-class' variable, use new eieio--scoped-class, and
7190 eieio--with-scoped-class.
7191
7192 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7193
7194 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7195
7196 * eshell/esh-ext.el (eshell-external-command): Pass args to
7197 `eshell-find-interpreter'.
7198 (eshell-find-interpreter): Add new second parameter ARGS.
7199
7200 * eshell/em-script.el (eshell-script-initialize): Add second arg
7201 to the function added as MATCH to `eshell-interpreter-alist'.
7202
7203 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7204 the function added as MATCH to `eshell-interpreter-alist'.
7205
7206 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7207 (eshell-visual-options): New defcustom.
7208 (eshell-escape-control-x): Adapt docstring.
7209 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7210 `eshell-visual-options' in addition to `eshell-visual-commands'.
7211 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7212
7213 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7214
7215 * progmodes/python.el (python-indent-block-enders): Add break,
7216 continue and raise keywords.
7217
7218 2013-06-01 Glenn Morris <rgm@gnu.org>
7219
7220 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7221
7222 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7223 * progmodes/cc-cmds.el (delete-forward-p):
7224 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7225 * progmodes/cc-engine.el (buffer-syntactic-context):
7226 * progmodes/cc-fonts.el (face-property-instance):
7227 * progmodes/cc-mode.el (set-keymap-parents):
7228 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7229 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7230 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7231 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7232 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7233
7234 * progmodes/cc-vars.el (other): Emacs has this widget since
7235 at least 21.1, so don't (re)define it.
7236
7237 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7238 Replace the obsolete alias pcomplete-arg-quote-list.
7239
7240 2013-06-01 Leo Liu <sdl.web@gmail.com>
7241
7242 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7243 punctuation syntax.
7244 (inferior-octave-minimal-columns)
7245 (inferior-octave-last-column-width): New variables.
7246 (inferior-octave-track-window-width-change): New function.
7247 (inferior-octave-mode): Adjust column width so that Octave output,
7248 for example from 'ls', can fit into the window nicely.
7249
7250 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7251
7252 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7253 Highlight expansions inside regexp literals.
7254
7255 2013-05-31 Glenn Morris <rgm@gnu.org>
7256
7257 * obsolete/sym-comp.el (symbol-complete):
7258 Replace obsolete completion-annotate-function.
7259
7260 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7261
7262 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7263
7264 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7265 New function, checks if point is inside a literal that allows
7266 expression expansion.
7267 (ruby-syntax-propertize-expansion): Use it.
7268 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7269 around the body.
7270
7271 2013-05-30 Juri Linkov <juri@jurta.org>
7272
7273 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7274 to "\M-si".
7275 (isearch-invisible): New variable.
7276 (isearch-forward): Doc fix.
7277 (isearch-mode): Set `isearch-invisible'
7278 to the value of `search-invisible'.
7279 (isearch-toggle-case-fold): Doc fix.
7280 (isearch-toggle-invisible): New command.
7281 (isearch-query-replace): Let-bind `search-invisible'
7282 to the value of `isearch-invisible'.
7283 (isearch-search): Use `isearch-invisible' instead of
7284 `search-invisible'. Let-bind `search-invisible'
7285 to the value of `isearch-invisible'. (Bug#11378)
7286
7287 2013-05-30 Juri Linkov <juri@jurta.org>
7288
7289 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7290 call when `query-flag' is nil and `search-invisible' is non-nil.
7291 (Bug#11746)
7292
7293 2013-05-30 Glenn Morris <rgm@gnu.org>
7294
7295 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7296
7297 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7298 (cc-require): Suppress spurious "noruntime" warnings.
7299 (cc-require-when-compile): Use fboundp, for sake of compiler.
7300
7301 * progmodes/cc-mode.el: Move load of cc-vars before that of
7302 cc-langs (which in turn loads cc-vars), to quieten compiler.
7303
7304 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 * paren.el: Simplify the code.
7307 (show-paren-mode): Always start the timer.
7308 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7309 (show-paren--overlay, show-paren--overlay-1): Rename from
7310 show-paren-overlay and show-paren-overlay-1, and initialize to an
7311 overlay rather than to nil.
7312 (show-paren-function): Misc cleanup and simplifications.
7313
7314 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 * paren.el (show-paren-data-function): New hook.
7317 (show-paren--default): New function, extracted from show-paren-function.
7318 (show-paren-function): Use show-paren-data-function.
7319
7320 2013-05-30 Glenn Morris <rgm@gnu.org>
7321
7322 * ielm.el (ielm-map, ielm-complete-symbol):
7323 Use completion-at-point rather than obsolete functions.
7324 (inferior-emacs-lisp-mode): Doc fix.
7325 Set completion-at-point-functions, rather than
7326 comint-dynamic-complete-functions.
7327
7328 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7329 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7330 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7331
7332 * image.el (image-animated-p): Tweak definition.
7333
7334 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7335 (rlogin-process-connection-type): Tweak default. Add set-after.
7336 (rlogin-host): Doc fix.
7337 (rlogin): Tweak prompt.
7338 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7339
7340 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7341 * progmodes/tcl.el (inferior-tcl-mode-map):
7342 Use completion-at-point rather than obsolete alias.
7343
7344 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7345
7346 * minibuffer.el (read-file-name-completion-ignore-case):
7347 Move before completion--in-region, for eager macro expansion.
7348
7349 2013-05-29 Juri Linkov <juri@jurta.org>
7350
7351 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7352 for total count of matching lines. Add `global-matches' for total
7353 count of matches. Rename `matches' to `lines' for count of
7354 matching lines. Add `matches' for count of matches.
7355 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7356 to `prev-line' for line number of prev match endpt.
7357 Increment `matches' for every match. Print the number of
7358 matching lines in the header.
7359 (occur-context-lines): Rename `lines' to `curr-line'.
7360 Rename `prev-lines' to `prev-line'. (Bug#14017)
7361
7362 2013-05-29 Juri Linkov <juri@jurta.org>
7363
7364 * replace.el (perform-replace): Add `skip-read-only-count',
7365 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7366 Increment them for corresponding conditions and report the number
7367 of skipped occurrences in the final message. (Bug#11746)
7368 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7369 (replace-string, replace-regexp): Doc fix.
7370
7371 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7374
7375 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7376 prog-mode-map (bug#14504).
7377
7378 2013-05-29 Leo Liu <sdl.web@gmail.com>
7379
7380 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7381 (octave-help): Small simplification.
7382
7383 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7384 off the highlight first.
7385
7386 2013-05-29 Glenn Morris <rgm@gnu.org>
7387
7388 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7389 Handle idlwave-last-system-routine-info-cons-cell being nil.
7390
7391 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7392 (idlwave-write-paths): Simplify via with-temp-buffer.
7393
7394 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7395 * emulation/cua-rect.el: Also load cua-base at run time.
7396
7397 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7398 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7399 (cperl-imenu-on-info): Require imenu.
7400
7401 2013-05-28 Alan Mackenzie <acm@muc.de>
7402
7403 Handle "capitalised keywords" correctly.
7404 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7405
7406 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
7407
7408 * eshell/em-unix.el: Add -r option to cp.
7409
7410 2013-05-28 Glenn Morris <rgm@gnu.org>
7411
7412 * vc/vc-arch.el (vc-exec-after): Declare.
7413 (vc-switches): Autoload.
7414 * vc/vc-bzr.el: No need to require vc when compiling.
7415 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7416 (vc-resynch-buffer, vc-dir-refresh): Declare.
7417 (vc-setup-buffer, vc-switches): Autoload.
7418 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7419 (vc-resynch-buffer): Declare.
7420 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7421 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7422 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7423 (grep-read-regexp, grep-read-files, grep-expand-template)
7424 (vc-dir-refresh): Declare.
7425 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7426 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7427 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7428 * vc/vc-mtn.el (vc-exec-after): Declare.
7429 (vc-switches): Autoload.
7430 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7431 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7432 (vc-file-tree-walk): Declare.
7433 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7434 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7435 (vc-tag-precondition, vc-rename-master): Autoload.
7436 * vc/vc-svn.el (vc-exec-after): Declare.
7437 (vc-switches, vc-setup-buffer): Autoload.
7438 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7439 Autoload.
7440 (vc-resynch-buffer): Declare.
7441
7442 * obsolete/fast-lock.el (byte-compile-warnings):
7443 Don't warn about obsolete features in this obsolete file.
7444
7445 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7446 Move definition before use.
7447
7448 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7449 (dun-unix-verbs): Remove dun-zippy.
7450 (dun-zippy): Remove function.
7451
7452 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7453
7454 2013-05-27 Juri Linkov <juri@jurta.org>
7455
7456 * replace.el (replace-search): New function with code moved out
7457 from `perform-replace'.
7458 (replace-highlight, replace-dehighlight): Move function definitions
7459 up closer to `replace-search'. (Bug#11746)
7460
7461 2013-05-27 Juri Linkov <juri@jurta.org>
7462
7463 * replace.el (perform-replace): Ignore invisible matches.
7464 In addition to checking `query-replace-skip-read-only', also
7465 filter out matches by calling `run-hook-with-args-until-failure'
7466 on `isearch-filter-predicates', and also check `search-invisible'
7467 for t or call `isearch-range-invisible'.
7468 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7469
7470 2013-05-27 Juri Linkov <juri@jurta.org>
7471
7472 * isearch.el (isearch-filter-predicates): Rename from
7473 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7474 (isearch-message-prefix): Display text from the property
7475 `isearch-message-prefix' of the currently active filters.
7476 (isearch-search): Don't compare `isearch-filter-predicate' with
7477 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7478 on `isearch-filter-predicates'. Also check `search-invisible' for t
7479 or call `isearch-range-invisible'.
7480 (isearch-filter-visible): Make obsolete.
7481 (isearch-lazy-highlight-search):
7482 Call `run-hook-with-args-until-failure' on
7483 `isearch-filter-predicates' and use `isearch-range-invisible'.
7484
7485 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7486 `isearch-filter-predicates' instead of `funcall'ing
7487 `isearch-filter-predicate'.
7488 (Info-mode): Set `Info-isearch-filter' to
7489 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7490
7491 * dired-aux.el (dired-isearch-filter-predicate-orig):
7492 Remove variable.
7493 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7494 (dired-isearch-filenames-end): Add and remove
7495 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7496 instead of changing the value of `isearch-filter-predicate'.
7497 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7498 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7499 Put property `isearch-message-prefix' to "filename " on
7500 `dired-isearch-filter-filenames'.
7501
7502 * wdired.el (wdired-change-to-wdired-mode):
7503 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7504 locally instead of changing `isearch-filter-predicate'.
7505 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7506
7507 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7508
7509 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7510 return the commit hash (Bug#14459). Also set the
7511 `vc-git-detached' property.
7512 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7513 (vc-git-mode-line-string): Use the same help-echo format whether
7514 in detached mode or not, because we know the actual revision now.
7515 When in detached mode, shorten the revision to 7 chars.
7516
7517 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * emacs-lisp/easy-mmode.el (define-minor-mode):
7520 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7521 mode hook and provide a docstring.
7522
7523 2013-05-27 Alan Mackenzie <acm@muc.de>
7524
7525 Remove spurious syntax-table text properties inserted by C-y.
7526 * progmodes/cc-mode.el (c-after-change): Also clear hard
7527 syntax-table property with value nil.
7528
7529 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
7530
7531 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7532 when reading the events; the buffer layout shall not be changed.
7533
7534 2013-05-27 Leo Liu <sdl.web@gmail.com>
7535
7536 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7537 New variable.
7538 (inferior-octave-directory-tracker): Automatically re-sync
7539 default-directory.
7540 (octave-help): Improve handling of 'See also'.
7541
7542 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * doc-view.el: Minor naming convention tweaks.
7545 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7546
7547 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7548 even if there's no `display' property yet (bug#14435).
7549
7550 2013-05-25 Eli Zaretskii <eliz@gnu.org>
7551
7552 * subr.el (unmsys--file-name): Rename from reveal-filename.
7553
7554 * Makefile.in (custom-deps, finder-data, autoloads)
7555 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7556 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7557 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7558
7559 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7562 error-completion on the first 2 args of condition-case (bug#14446).
7563 Don't burp at EOB.
7564
7565 2013-05-25 Leo Liu <sdl.web@gmail.com>
7566
7567 * comint.el (comint-previous-matching-input): Do not flood the
7568 *Messages* buffer with trivial messages.
7569
7570 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * progmodes/flymake.el (flymake-nop): Don't return a string.
7573 (flymake-set-at): Fix typo.
7574
7575 * simple.el (read--expression): New function, extracted from
7576 eval-expression. Set completion-at-point-functions (bug#14465).
7577 (eval-expression, eval-minibuffer): Use it.
7578
7579 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7580
7581 * progmodes/flymake.el (flymake-save-buffer-in-file)
7582 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7583 (flymake-selected-frame, flymake-log, flymake-ins-after)
7584 (flymake-set-at, flymake-get-buildfile-from-cache)
7585 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7586 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7587 Refine the doc string.
7588 (flymake-get-file-name-mode-and-masks): Reformat.
7589 (flymake-get-real-file-name-function): Fix a minor bug.
7590
7591 2013-05-24 Juri Linkov <juri@jurta.org>
7592
7593 * progmodes/grep.el (grep-mode-font-lock-keywords):
7594 Support =linenumber= format used by git-grep for lines with
7595 function names. (Bug#13549)
7596
7597 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7600 0 after a semi-colon; it works better for smie-auto-fill.
7601 (octave--indent-new-comment-line): New function.
7602 (octave-indent-new-comment-line): Use it (indirectly).
7603 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7604 modify comment-line-break-function.
7605
7606 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7607 (smie-setup): Use add-function to set it.
7608
7609 2013-05-24 Sam Steingold <sds@gnu.org>
7610
7611 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7612 argument (before the `interactive' argument).
7613
7614 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * image-mode.el (image-mode-winprops): Add winprops to
7617 image-mode-winprops-alist before running
7618 image-mode-new-window-functions.
7619 * doc-view.el (doc-view-new-window-function): Don't delay
7620 doc-view-goto-page via timers (bug#14435).
7621
7622 2013-05-24 Tassilo Horn <tsdh@gnu.org>
7623
7624 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7625 (doc-view-desktop-save-buffer): New function.
7626 (doc-view-restore-desktop-buffer): New function.
7627 (desktop-buffer-mode-handlers):
7628 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
7629 handler.
7630 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7631 `desktop-save-buffer' function.
7632
7633 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
7634
7635 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7636 (tramp-gvfs-file-name-handler): Raise a user error when
7637 `tramp-gvfs-enabled' is nil.
7638 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7639 Do not raise a user error when loading package. (Bug#14447)
7640
7641 * net/xesam.el: Move to obsolete/.
7642
7643 2013-05-24 Glenn Morris <rgm@gnu.org>
7644
7645 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7646
7647 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7648
7649 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7650 (Info-find-node, Man-getpage-in-background): Declare.
7651
7652 * mail/unrmail.el (unrmail):
7653 Replace obsolete detect-coding-with-priority.
7654
7655 * net/socks.el (socks-split-string): Use this rather than split-string.
7656 (socks-nslookup-host): Update for above change.
7657 (dynamic-choice, s5-dynamic-choice-match)
7658 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7659 Comment out unused code.
7660
7661 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7662 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7663 (gud-tooltip-echo-area): Make obsolete.
7664 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7665
7666 * progmodes/js.el (js--optimize-arglist): Declare.
7667
7668 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7669
7670 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7671 (ediff-window-C): Declare.
7672
7673 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7674 Tweak requires to silence compiler.
7675
7676 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7677 (he-search-string, he-tried-table, he-expand-list)
7678 (he-init-string, he-string-member, he-substitute-string)
7679 (he-reset-string): Declare.
7680
7681 * obsolete/options.el (list-options): Use custom-variable-p,
7682 rather than obsolete alias.
7683
7684 2013-05-23 Sam Steingold <sds@gnu.org>
7685
7686 * simple.el (shell-command-on-region): Pass the `replace' argument
7687 down to `call-process-region' to comply with the doc as reported on
7688 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7689
7690 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * emacs-lisp/smie.el (smie-indent-forward-token)
7693 (smie-indent-backward-token): Handle string tokens (bug#14381).
7694
7695 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7696
7697 * ielm.el (ielm-menu): New menu.
7698 (inferior-emacs-lisp-mode): Set comment-start.
7699
7700 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7701
7702 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7703 Fix deactivate action.
7704
7705 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7706 Add cleveref macros.
7707
7708 * lisp/textmodes/reftex-parse.el
7709 (reftex-locate-bibliography-files): Accept options for
7710 bibliography commands.
7711 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7712 Add addbibresource. Basic Biblatex support.
7713
7714 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
7715
7716 * net/tramp-gvfs.el (top):
7717 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7718 when loading package. (Bug#14447)
7719
7720 2013-05-23 Glenn Morris <rgm@gnu.org>
7721
7722 * progmodes/js.el: No need to load comint when compiling.
7723 (ring-insert, comint-send-string, comint-send-input)
7724 (comint-last-input-end, ido-chop): Declare.
7725
7726 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7727 * vc/ediff-mult.el: Adjust requires.
7728 (ediff-directories-internal, ediff-directory-revisions-internal)
7729 (ediff-patch-file-internal): Declare.
7730 * vc/ediff-ptch.el: Adjust requires.
7731 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7732 (ediff-find-file): Autoload.
7733 * vc/ediff-util.el: No need to load ediff when compiling.
7734 (ediff-regions-internal): Declare.
7735 * vc/ediff-wind.el: Adjust requires.
7736 (ediff-compute-toolbar-width): Define when compiling.
7737 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7738 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7739 (dired-get-filename, dired-get-marked-files)
7740 (ediff-last-dir-patch, ediff-patch-default-directory)
7741 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7742 (ediff-patch-buffer-internal): Declare.
7743
7744 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7745 (ispell-process, ispell-buffer-local-words, lm-summary)
7746 (lm-section-start, lm-section-end): Declare.
7747 (checkdoc-ispell-init): Simplify.
7748
7749 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7750 (he-string-member, he-reset-string, he-substitute-string): Declare.
7751
7752 * eshell/em-ls.el: Adjust requires.
7753 (eshell-glob-regexp): Declare.
7754 * eshell/em-tramp.el: Adjust requires.
7755 (eshell-parse-command): Autoload.
7756 * eshell/em-xtra.el: Adjust requires.
7757 (eshell-parse-command): Autoload.
7758 * eshell/esh-ext.el: Adjust requires.
7759 (eshell-parse-command, eshell-close-handles): Autoload.
7760 * eshell/esh-io.el: Adjust requires.
7761 (eshell-output-filter): Autoload.
7762 * eshell/esh-util.el: No need to load tramp when compiling.
7763 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7764 Declare.
7765 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7766 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7767 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7768 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7769 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7770 * eshell/esh-opt.el, eshell/esh-proc.el:
7771 * eshell/esh-var.el: Adjust requires.
7772 * eshell/eshell.el: Do not require esh-util twice.
7773 (eshell-add-input-to-history): Declare.
7774 (eshell-command): Check history module is active before using it.
7775
7776 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7777
7778 2013-05-22 Leo Liu <sdl.web@gmail.com>
7779
7780 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7781
7782 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
7783
7784 * autorevert.el (auto-revert-notify-add-watch)
7785 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7786 it indicates changes in file modification time.
7787
7788 2013-05-22 Glenn Morris <rgm@gnu.org>
7789
7790 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7791 Always delete the autoloaded function from the noruntime and
7792 unresolved functions lists.
7793
7794 * allout.el: No need to load epa, epg, overlay when compiling.
7795 (epg-context-set-passphrase-callback, epg-list-keys)
7796 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7797 (epg-key-user-id-list): Declare.
7798
7799 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7800 (viper-set-parsing-style-toggling-macro)
7801 (viper-set-emacs-state-searchstyle-macros):
7802 Use called-interactively-p on Emacs.
7803 (viper-looking-back): Make it an obsolete alias. Update callers.
7804 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7805 Use looking-back rather than viper-looking-back.
7806 (viper-tmp-insert-at-eob, viper-enlarge-region)
7807 (viper-read-string-with-history, viper-register-to-point)
7808 (viper-append-to-register, viper-change-state-to-vi)
7809 (viper-backward-char-carefully, viper-forward-char-carefully)
7810 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7811 (viper-change-state-to-emacs): Declare.
7812 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7813 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7814 * emulation/viper-mous.el: Do not load viper-cmd.
7815 (viper-backward-char-carefully, viper-forward-char-carefully)
7816 (viper-forward-word, viper-adjust-window): Declare.
7817
7818 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7819
7820 * progmodes/idlw-help.el (idlwave-help-fontify):
7821 Use called-interactively-p.
7822
7823 * term/w32console.el (w32-get-console-codepage)
7824 (w32-get-console-output-codepage): Declare.
7825
7826 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7827 Remove unnecessary declarations.
7828 (dframe-message): Doc fix.
7829
7830 * info.el (dframe-select-attached-frame, dframe-current-frame):
7831 Declare.
7832
7833 * speedbar.el (speedbar-message): Make it an obsolete alias.
7834 Update all callers.
7835 (speedbar-with-attached-buffer)
7836 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7837 (speedbar-with-writable): Use backquote.
7838 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7839 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7840 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7841 rather than speedbar- aliases.
7842 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7843 (speedbar-make-specialized-keymap, speedbar-insert-button)
7844 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7845 (speedbar-do-function-pointer): Declare.
7846 (rmail-speedbar-button, rmail-speedbar-find-file)
7847 (rmail-speedbar-move-message):
7848 Use dframe-with-attached-buffer rather than speedbar- alias.
7849 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7850 (dframe-message, speedbar-make-specialized-keymap)
7851 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7852 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7853 (speedbar-insert-button, dframe-select-attached-frame)
7854 (dframe-maybee-jump-to-attached-frame)
7855 (speedbar-change-initial-expansion-list)
7856 (speedbar-previously-used-expansion-list-name): Declare.
7857 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7858 Use dframe-message, dframe-with-attached-buffer rather than
7859 speedbar- aliases.
7860 (gud-sentinel): Silence compiler.
7861 * progmodes/vhdl-mode.el (speedbar-refresh)
7862 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7863 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7864 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7865 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7866 (speedbar-file-lists, speedbar-make-tag-line)
7867 (speedbar-line-directory, speedbar-goto-this-file)
7868 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7869 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7870 (speedbar-make-button, speedbar-reset-scanners)
7871 (speedbar-files-item-info, speedbar-line-text)
7872 (speedbar-find-file-in-frame, speedbar-set-timer)
7873 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7874 (speedbar-with-writable): Do not (re)define it.
7875 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7876 rather than speedbar- alias.
7877
7878 2013-05-21 Leo Liu <sdl.web@gmail.com>
7879
7880 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7881 menu items.
7882 (octave-mode): Tweak fill-nobreak-predicate.
7883 (inferior-octave-startup): Check process to avoid infinite loop.
7884 (inferior-octave): Pop to buffer first to show abornmal process
7885 exit information.
7886
7887 2013-05-21 Glenn Morris <rgm@gnu.org>
7888
7889 * printing.el (pr-menu-bar): Define when compiling.
7890
7891 2013-05-21 Leo Liu <sdl.web@gmail.com>
7892
7893 * progmodes/octave.el (octave-auto-fill): Remove.
7894 (octave-indent-new-comment-line): Improve.
7895 (octave-mode): Use auto fill mode through
7896 comment-line-break-function and fill-nobreak-predicate.
7897 (octave-goto-function-definition): Support DEFUN_DLD.
7898 (octave-beginning-of-defun): Small tweak.
7899 (octave-help): Show parent directory.
7900
7901 2013-05-21 Glenn Morris <rgm@gnu.org>
7902
7903 * files.el (dired-unmark):
7904 * progmodes/gud.el (gdb-input): Update declarations.
7905
7906 * calculator.el (electric, ehelp): No need to load when compiling.
7907 (Electric-command-loop, electric-describe-mode): Declare.
7908
7909 * doc-view.el (doc-view-current-converter-processes): Move before use.
7910
7911 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7912 Move MODE-set-explicitly definition before use.
7913
7914 * international/mule-diag.el (mule-diag):
7915 Don't use obsolete window-system-version.
7916
7917 * mail/feedmail.el (smtpmail): No need to load when compiling.
7918 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7919
7920 * mail/mail-utils.el (rfc822): No need to load when compiling.
7921 (rfc822-addresses): Autoload it.
7922 (mail-strip-quoted-names): Trivial simplification.
7923
7924 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7925 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7926
7927 * net/snmp-mode.el (tempo): Don't duplicate requires.
7928
7929 * progmodes/prolog.el (info): No need to load when compiling.
7930 (comint): Require before shell requires it.
7931 (Info-goto-node): Autoload it.
7932 (Info-follow-nearest-node): Declare.
7933 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7934
7935 * textmodes/artist.el (picture-mode-exit): Declare.
7936
7937 * textmodes/reftex-parse.el (reftex-parse-from-file):
7938 Trivial rewrite so the compiler can parse it better.
7939
7940 2013-05-20 Leo Liu <sdl.web@gmail.com>
7941
7942 * progmodes/octave.el (octave-help-mode-map)
7943 (octave-help-mode-finish-hook): New variables.
7944 (octave-help-mode, octave-help-mode-finish): New functions.
7945 (octave-help): Use octave-help-mode.
7946
7947 2013-05-20 Glenn Morris <rgm@gnu.org>
7948
7949 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7950
7951 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7952
7953 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7954 start at point, so that expansion starting right after opening
7955 slash in a regexp is recognized.
7956 (ruby-syntax-before-regexp-re): New defvar, extracted from
7957 ruby-syntax-propertize-function. Since the value of this regexp
7958 is looked up at runtime now, we should be able to turn
7959 `ruby-syntax-methods-before-regexp' into a defcustom later.
7960 (ruby-syntax-propertize-function): Split regexp matching into two
7961 parts, for opening and closing slashes. That allows us to skip
7962 over string interpolations and support multiline regexps.
7963 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7964 for them, which calls `ruby-syntax-propertize-expansion'.
7965 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7966 call to `ruby-syntax-propertize-function'.
7967 (ruby-syntax-propertize-expansion): Extracted from
7968 `ruby-syntax-propertize-expansions'. Handles one expansion.
7969 (ruby-syntax-propertize-percent-literal): Leave point right after
7970 the percent symbol, so that the expression expansion rule can
7971 propertize the contents.
7972 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7973 heredoc openers.
7974 (ruby-syntax-propertize-expansions): Remove.
7975
7976 2013-05-18 Juri Linkov <juri@jurta.org>
7977
7978 * man.el (Man-default-man-entry): Remove `-' from the end
7979 of the default value. (Bug#14400)
7980
7981 2013-05-18 Glenn Morris <rgm@gnu.org>
7982
7983 * comint.el (comint-password-prompt-regexp):
7984 Allow "password for XXX" where XXX contains colons (eg https://...).
7985
7986 2013-05-18 Leo Liu <sdl.web@gmail.com>
7987
7988 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
7989 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
7990 (octave-source-directories): Don't check process.
7991 (octave-source-directories, octave-find-definition): Doc fix.
7992
7993 2013-05-18 Glenn Morris <rgm@gnu.org>
7994
7995 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7996 Remove backspace/delete bindings. (Bug#14392)
7997
7998 * cus-dep.el (custom-make-dependencies): Sort the output.
7999 (custom-versions-load-alist): Convert comment to doc.
8000
8001 2013-05-17 Leo Liu <sdl.web@gmail.com>
8002
8003 * newcomment.el (comment-search-backward): Stricter in finding
8004 comment start. (Bug#14303)
8005
8006 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8007 (octave-comment-start-skip): Properly anchored.
8008
8009 2013-05-17 Leo Liu <sdl.web@gmail.com>
8010
8011 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8012 Clean up when turned off. (Bug#14395)
8013 (smie--highlight-matching-block-overlay): No longer buffer-local.
8014 (smie-highlight-matching-block): Adjust.
8015
8016 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
8017
8018 Doc string fix for "nanoseconds" (Bug#14406).
8019 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8020 Fix doc string typo that had "nanoseconds" instead of "microseconds".
8021
8022 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8023
8024 * calc/calc-units.el (math-extract-units): Preserve powers
8025 of units.
8026
8027 2013-05-17 Leo Liu <sdl.web@gmail.com>
8028
8029 * subr.el (delete-consecutive-dups): New function.
8030 * ido.el (ido-set-matches-1): Use it.
8031 * progmodes/octave.el (inferior-octave-completion-table): Use it.
8032 * ido.el (ido-remove-consecutive-dups): Remove.
8033
8034 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8035
8036 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8037 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8038 regexp-opt's `words'.
8039
8040 2013-05-16 Leo Liu <sdl.web@gmail.com>
8041
8042 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8043 (smie--highlight-matching-block-overlay)
8044 (smie--highlight-matching-block-lastpos)
8045 (smie--highlight-matching-block-timer): New variables.
8046 (smie-highlight-matching-block): New function.
8047 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8048 (smie-setup): Conditionally enable smie-blink-matching-open.
8049
8050 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8051
8052 Sync with upstream verilog-mode r840.
8053 * progmodes/verilog-mode.el (verilog-mode-version)
8054 (verilog-mode-release-date): Update.
8055 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8056 (verilog-sig-tieoff): Fix string error on
8057 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8058 (verilog-read-decls): Fix parameters confusing
8059 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8060
8061 2013-05-16 Eli Zaretskii <eliz@gnu.org>
8062
8063 * subr.el (reveal-filename): New function.
8064
8065 * loadup.el: Compute Emacs executable versions on MS-Windows,
8066 where executables have the .exe extension. Add a hard link
8067 emacs-XX.YY.ZZ.exe on MS-Windows.
8068
8069 * Makefile.in (XARGS_LIMIT): New variable.
8070 (custom-deps, finder-data, autoloads)
8071 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8072 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8073 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8074 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8075
8076 2013-05-16 Leo Liu <sdl.web@gmail.com>
8077
8078 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8079 (octave-mode-menu, octave-mode-map): Remove its uses.
8080
8081 2013-05-16 Reto Zimmermann <reto@gnu.org>
8082
8083 Sync with upstream vhdl mode v3.34.2.
8084 * progmodes/vhdl-mode.el: Use `push' throughout.
8085 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8086 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8087 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8088 (vhdl-actual-generic-name): New option to derive actual generic name.
8089 (vhdl-port-paste-signals): Replace formal by actual generics.
8090 (vhdl-beautify): New name for old group vhdl-align. Update users.
8091 (vhdl-beautify-options): New option.
8092 (vhdl-last-input-event): New compat alias. Use throughout.
8093 (vhdl-goto-line): Replace user level function `goto-line'.
8094 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8095 vhdl-fix-statement-buffer.
8096 (vhdl-create-mode-menu): Add some entries.
8097 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8098 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8099 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8100 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8101 to force statements on one line.
8102 (vhdl-remove-trailing-spaces-region):
8103 New, split from vhdl-remove-trailing-spaces.
8104 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8105 Respect vhdl-beautify-options.
8106 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8107 (vhdl-update-sensitivity-list): Not add with index if exists without.
8108 Not include array index with signal. Ignore keywords in comments.
8109 (vhdl-get-visible-signals): Regexp tweaks.
8110 (vhdl-template-component-inst): Handle empty library.
8111 (vhdl-template-type): Add template for 'enum' type.
8112 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8113 Use vhdl-replace-string.
8114 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8115 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8116 (vhdl-speedbar-initialize): Update for above name change.
8117 (vhdl-compose-wire-components): Fix in handling of constants.
8118 (vhdl-error-regexp-emacs-alist): New variable.
8119 (vhdl-error-regexp-add-emacs): New function;
8120 adds support for new compile.el (Emacs 22+)
8121 (vhdl-generate-makefile-1): Change target order for single lib. units.
8122 Allow use of absolute file names.
8123
8124 2013-05-16 Leo Liu <sdl.web@gmail.com>
8125
8126 * simple.el (prog-indent-sexp): Indent enclosing defun.
8127
8128 2013-05-15 Glenn Morris <rgm@gnu.org>
8129
8130 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8131 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8132 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8133 (whitespace-highlight): Move to whitespace group.
8134
8135 * comint.el (comint-source):
8136 * pcmpl-linux.el (pcmpl-linux):
8137 * shell.el (shell-faces):
8138 * eshell/esh-opt.el (eshell-opt):
8139 * international/ccl.el (ccl): Remove empty custom groups.
8140
8141 * completion.el (dynamic-completion-mode):
8142 * jit-lock.el (jit-lock-debug-mode):
8143 * minibuffer.el (completion-in-region-mode):
8144 * type-break.el (type-break-mode-line-message-mode)
8145 (type-break-query-mode):
8146 * emulation/tpu-edt.el (tpu-edt-mode):
8147 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8148 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8149 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8150
8151 * term/xterm.el (xterm): Change parent group to terminals.
8152
8153 * master.el (master): Remove empty custom group.
8154 (master-mode): Remove unused :group argument.
8155 * textmodes/refill.el (refill): Remove empty custom group.
8156 (refill-mode): Remove unused :group argument.
8157
8158 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8159
8160 * cus-dep.el: Provide a feature.
8161 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8162 Don't mistakenly ignore files whose basenames match a basename
8163 from preloaded-file-list (eg cedet/ede/simple.el).
8164 Add a fallback method for getting :group.
8165
8166 2013-05-15 Juri Linkov <juri@jurta.org>
8167
8168 * isearch.el (isearch-char-by-name): Rename from
8169 `isearch-insert-char-by-name'. Doc fix.
8170 (isearch-forward): Mention `isearch-char-by-name' in
8171 the docstring. (Bug#13348)
8172
8173 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8174 `exit-minibuffer' instead of
8175 `isearch-nonincremental-exit-minibuffer'.
8176 (isearch-edit-string): Remove mention of
8177 `isearch-nonincremental-exit-minibuffer' from docstring.
8178 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8179 (isearch-forward-exit-minibuffer)
8180 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8181
8182 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * loadup.el: Just use unversioned DOC.
8185
8186 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8187 literals as extending to EOB.
8188 (nxml-last-fontify-end): Remove unused variable.
8189 (nxml-after-change1): Use with-silent-modifications.
8190 (nxml-extend-after-change-region): Simplify.
8191 (nxml-extend-after-change-region1): Remove function.
8192 (nxml-after-change1): Don't adjust for dependent regions.
8193 (nxml-fontify-matcher): Simplify.
8194 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8195 (xmltok-add-dependent): Remove function.
8196 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8197 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8198 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8199 unclosed <[[, <?, comment, and other literals as extending to EOB.
8200 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8201 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8202 Remove functions.
8203 (rng-do-some-validation-1): Don't mark dependent regions.
8204 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8205 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8206 (nxml-clear-dependent-regions): Remove functions.
8207 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8208 (nxml-ensure-scan-up-to-date):
8209 Don't clear&mark dependent regions.
8210
8211 2013-05-15 Leo Liu <sdl.web@gmail.com>
8212
8213 * progmodes/octave.el (octave-goto-function-definition):
8214 Improve and fix callers.
8215
8216 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8219 the setter (bug#14387).
8220
8221 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8222 surrounding group (bug#14402).
8223
8224 2013-05-14 Juri Linkov <juri@jurta.org>
8225
8226 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8227 (Bug#14390)
8228
8229 2013-05-14 Glenn Morris <rgm@gnu.org>
8230
8231 * progmodes/f90.el (f90-imenu-generic-expression):
8232 Fix typo in 2013-05-08 change. (Bug#14402)
8233
8234 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8235
8236 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8237 Remove signals for which replies are never received.
8238
8239 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8240
8241 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8242 (gdb-handler-alist, gdb-handler-number): Remove variables.
8243 (gdb-handler-list): New variable.
8244 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8245 (gdb-pending-handler-p, gdb-handle-reply)
8246 (gdb-remove-all-pending-triggers): New functions.
8247 (gdb-discard-unordered-replies): New defcustom.
8248 (gdb-handler): New defstruct.
8249 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8250 instead of gdb-pending-triggers. Update docstring.
8251 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8252 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8253 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8254 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8255 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8256 (gdb-frame-handler): Pending triggers are now automatically managed.
8257 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8258 Remove argument.
8259 (gdb-input): Automatically handles pending triggers. Update docstring.
8260 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8261 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8262 Update comments.
8263 (gdb-done-or-error): Now use gdb-handle-reply.
8264
8265 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8266
8267 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8268 gdb-debug-log.
8269
8270 2013-05-14 Glenn Morris <rgm@gnu.org>
8271
8272 * subr.el (user-emacs-directory-warning): New option.
8273 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8274
8275 2013-05-14 Leo Liu <sdl.web@gmail.com>
8276
8277 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8278 during redisplay.
8279 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8280 (octave-font-lock-texinfo-comment): Fix invalid search bound
8281 error: wrong side of point.
8282
8283 2013-05-14 Glenn Morris <rgm@gnu.org>
8284
8285 * progmodes/flymake.el (flymake-xml-program): New option.
8286 (flymake-xml-init): Use it.
8287
8288 * term/xterm.el: Provide a feature.
8289
8290 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
8291
8292 2013-05-13 Glenn Morris <rgm@gnu.org>
8293
8294 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8295 Add compat aliases as a hack workaround. (Bug#14384)
8296
8297 2013-05-13 Leo Liu <sdl.web@gmail.com>
8298
8299 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8300 ###, and %!.
8301 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8302 C-M-q.
8303 (octave-comment-start-skip): Include %!.
8304 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8305
8306 2013-05-12 Leo Liu <sdl.web@gmail.com>
8307
8308 * progmodes/octave.el (inferior-octave-startup): Store the value
8309 of __octave_srcdir__ for octave-source-directories.
8310 (inferior-octave-check-process): New function refactored out of
8311 inferior-octave-send-list-and-digest.
8312 (octave-source-directories)
8313 (octave-find-definition-filename-function): New variables.
8314 (octave-source-directories)
8315 (octave-find-definition-default-filename): New functions.
8316 (octave-find-definition): Improve to find functions implemented in C++.
8317
8318 2013-05-12 Glenn Morris <rgm@gnu.org>
8319
8320 * calendar/diary-lib.el (diary-outlook-format-1):
8321 Don't include dayname in the output. (Bug#14349)
8322
8323 2013-05-11 Glenn Morris <rgm@gnu.org>
8324
8325 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8326
8327 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8328 Treat cc-provide like provide.
8329
8330 2013-05-11 Kevin Ryde <user42@zip.com.au>
8331
8332 * cus-dep.el (custom-make-dependencies):
8333 Use generated-autoload-load-name for the sake of files such
8334 such cedet/semantic/bovine/c.el, where the base file name
8335 is not in load-path. (Bug#5277)
8336
8337 2013-05-11 Glenn Morris <rgm@gnu.org>
8338
8339 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8340 Provide features.
8341
8342 2013-05-11 Leo Liu <sdl.web@gmail.com>
8343
8344 * progmodes/octave.el (octave-indent-comment): Improve.
8345 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8346 (octave-eldoc-function-signatures, octave-eldoc-function):
8347 New functions.
8348 (octave-mode, inferior-octave-mode): Add eldoc support.
8349
8350 2013-05-11 Richard Stallman <rms@gnu.org>
8351
8352 * epa.el (epa-decrypt-file): Take output file name as argument
8353 and read it using `interactive'.
8354
8355 2013-05-11 Leo Liu <sdl.web@gmail.com>
8356
8357 * progmodes/octave.el (octave-beginning-of-line)
8358 (octave-end-of-line): Check before using up-list because it jumps
8359 out of more syntactic contructs since moving to smie.
8360 (octave-indent-comment): New function.
8361 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
8362 (octave-begin-keywords, octave-end-keywords)
8363 (octave-reserved-words, octave-smie-bnf-table)
8364 (octave-smie-rules): Add new keywords from Octave 3.6.4.
8365
8366 2013-05-11 Glenn Morris <rgm@gnu.org>
8367
8368 * faces.el (internal-face-x-get-resource):
8369 * frame.el (ns-display-monitor-attributes-list):
8370 * calc/calc-aent.el (math-to-radians-2):
8371 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8372 Fix declarations.
8373
8374 * calc/calc-menu.el: Make it loadable in isolation.
8375
8376 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8377 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8378 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8379 (eudc-bbdb-query-internal): Require 'bbdb.
8380
8381 * lpr.el (lpr-headers-switches):
8382 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8383
8384 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8385
8386 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8387
8388 * term.el (term-set-escape-char): Make it idempotent.
8389
8390 2013-05-10 Leo Liu <sdl.web@gmail.com>
8391
8392 * progmodes/octave.el (inferior-octave-completion-table):
8393 No longer a function and all uses changed. Use cache to speed up
8394 completion due to bug#11906.
8395 (octave-beginning-of-defun): Re-write to be more general.
8396
8397 2013-05-10 Glenn Morris <rgm@gnu.org>
8398
8399 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8400
8401 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * comint.el (comint-redirect-send-command-to-process): Use :around
8404 rather than :override for comint-redirect-filter.
8405 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8406 Call it instead of comint-redirect-original-filter-function (which
8407 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8408
8409 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8410
8411 * frame.el (display-monitor-attributes-list): Add NS case.
8412 (ns-display-monitor-attributes-list): Declare.
8413
8414 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
8415
8416 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8417
8418 2013-05-09 Glenn Morris <rgm@gnu.org>
8419
8420 * international/fontset.el (vertical-centering-font-regexp):
8421 Set standard-value.
8422
8423 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8424
8425 * bookmark.el (bookmark-search-delay):
8426 * cus-start.el (vertical-centering-font-regexp):
8427 * ps-mule.el (ps-mule-font-info-database-default):
8428 * ps-print.el (ps-default-fg, ps-default-bg):
8429 * type-break.el (type-break-good-break-interval):
8430 * whitespace.el (whitespace-indentation-regexp)
8431 (whitespace-space-after-tab-regexp):
8432 * emacs-lisp/testcover.el (testcover-1value-functions)
8433 (testcover-noreturn-functions, testcover-progn-functions)
8434 (testcover-prog1-functions):
8435 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8436 * eshell/em-glob.el (eshell-glob-translate-alist):
8437 * play/tetris.el (tetris-tty-colors):
8438 * progmodes/cpp.el (cpp-face-default-list):
8439 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8440 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8441 (idlwave-help-browser-generic-args):
8442 * progmodes/make-mode.el (makefile-special-targets-list):
8443 * progmodes/python.el (python-shell-virtualenv-path):
8444 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8445 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8446 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8447 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8448 * textmodes/reftex-vars.el (reftex-format-label-function):
8449 * textmodes/remember.el (remember-diary-file): Fix custom types.
8450
8451 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8452 Add :version.
8453
8454 2013-05-09 Leo Liu <sdl.web@gmail.com>
8455
8456 * progmodes/octave.el (inferior-octave-completion-at-point):
8457 Restore file completion. (Bug#14300)
8458 (inferior-octave-startup): Fix incorrect highlighting for the
8459 first prompt.
8460
8461 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * progmodes/ruby-mode.el: First cut at SMIE support.
8464 (ruby-use-smie): New var.
8465 (ruby-smie-grammar): New constant.
8466 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8467 (ruby-smie--forward-token, ruby-smie--backward-token)
8468 (ruby-smie-rules): New functions.
8469 (ruby-mode-variables): Setup SMIE if applicable.
8470
8471 2013-05-08 Eli Zaretskii <eliz@gnu.org>
8472
8473 * simple.el (line-move-visual): Signal beginning/end of buffer
8474 only if vertical-motion moved less than it was requested. Avoids
8475 silly incorrect error messages when there are display strings with
8476 multiple newlines at EOL.
8477
8478 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8479
8480 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8481 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8482 (prolog-char-quote-workaround):
8483 * progmodes/cperl-mode.el (cperl-under-as-char):
8484 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8485 Mark as obsolete.
8486 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8487 their declaration.
8488 (vhdl-mode-syntax-table-init): Remove.
8489
8490 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8491 last change.
8492
8493 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8494 syntax for "_".
8495 (ld-script-font-lock-keywords):
8496 Change regexps to use things like \_< and \_>.
8497
8498 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8499 Change all regexps to use things like \_< and \_>.
8500
8501 * progmodes/autoconf.el (autoconf-definition-regexp)
8502 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8503 Handle a _ with symbol syntax.
8504 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8505
8506 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8507 Consolidate declaration.
8508 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8509 the declaration.
8510 (ada-create-syntax-table): Remove.
8511 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8512 already has the right syntax nowadays.
8513 (ada-goto-next-word): Don't change the syntax of "_".
8514
8515 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8516 with-wrapper-hook.
8517
8518 2013-05-08 Sam Steingold <sds@gnu.org>
8519
8520 * thingatpt.el (thing-at-point): Accept optional second argument
8521 NO-PROPERTIES to strip the text properties from the return value.
8522 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8523 to `thing-at-point' instead of stripping the properties ourselves.
8524 Also, when `thing-at-point' fails to find a url, prepend "http://"
8525 to the filename at point on the assumption that the user is
8526 pointing at something like gnu.org/gnu.
8527
8528 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8529
8530 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8531 * faces.el (crm-separator):
8532 Silence byte-compiler.
8533
8534 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8535 (tool-bar-map): Remove unneeded defvars.
8536
8537 2013-05-08 Leo Liu <sdl.web@gmail.com>
8538
8539 Re-work a fix for bug#10994 based on Le Wang's patch.
8540 * ido.el (ido-remove-consecutive-dups): New helper.
8541 (ido-completing-read): Use it.
8542 (ido-chop): Revert fix for bug#10994.
8543
8544 2013-05-08 Adam Spiers <emacs@adamspiers.org>
8545
8546 * cus-edit.el (custom-save-variables):
8547 Pretty-print long values. (Bug#14187)
8548
8549 2013-05-08 Glenn Morris <rgm@gnu.org>
8550
8551 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8552 (m4-mode-syntax-table): Init in the defvar.
8553 (m4-mode-abbrev-table): Let define-derived-mode define it.
8554
8555 2013-05-08 Tom Tromey <tromey@redhat.com>
8556
8557 * progmodes/m4-mode.el (m4-mode-syntax-table):
8558 Do not treat "_" as word constituent. (Bug#14167)
8559
8560 2013-05-07 Glenn Morris <rgm@gnu.org>
8561
8562 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8563 Remove explicit eshell-isearch-cancel-map.
8564
8565 * progmodes/f90.el (f90-smart-end-names): New option.
8566 (f90-smart-end): Doc fix.
8567 (f90-end-block-optional-name): New constant.
8568 (f90-block-match): Respect f90-smart-end-names.
8569
8570 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8571
8572 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8573 about implicit semi-colons (bug#14218).
8574
8575 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8576
8577 * frame.el (display-monitor-attributes-list)
8578 (frame-monitor-attributes): New functions.
8579
8580 2013-05-06 Leo Liu <sdl.web@gmail.com>
8581
8582 * progmodes/octave.el (octave-syntax-propertize-function): Change
8583 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8584 (octave-font-lock-keywords): Use octave-operator-regexp.
8585 (octave-completion-at-point): Rename from
8586 octave-completion-at-point-function.
8587 (inferior-octave-directory-tracker): Robustify.
8588 (octave-text-functions): Remove and fix its uses. No such things
8589 any more.
8590
8591 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8592
8593 * emacs-lisp/trace.el (trace--display-buffer): New function.
8594 (trace-make-advice): Use it.
8595
8596 2013-05-06 Juri Linkov <juri@jurta.org>
8597
8598 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8599 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8600 Doc fix.
8601 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8602 in the help string. (Bug#12985)
8603
8604 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8605
8606 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8607
8608 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * progmodes/perl-mode.el: Add support for here documents.
8611 (perl-syntax-propertize-function): Match here-doc markers.
8612 (perl-syntax-propertize-special-constructs): Find their end.
8613 (perl-imenu-generic-expression): Use [:alnum:].
8614
8615 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8616 (advice--add-function): Refresh the advice if already present
8617 (bug#14317).
8618
8619 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
8620
8621 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8622
8623 2013-05-06 Glenn Morris <rgm@gnu.org>
8624
8625 * w32-fns.el (w32-charset-info-alist): Declare.
8626
8627 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8628 of its defcustom properties.
8629 (eshell-cmpl-initialize): No need to load pcomplete.
8630
8631 * generic-x.el: No need to require comint when compiling.
8632
8633 * net/eudc-export.el: Make it loadable without bbdb.
8634 (top-level): Use require rather than load-library.
8635 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8636 (eudc-batch-export-records-to-bbdb)
8637 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8638 Require bbdb.
8639
8640 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8643 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8644 some tweaks, instead.
8645
8646 2013-05-05 Leo Liu <sdl.web@gmail.com>
8647
8648 * progmodes/octave.el (octave-font-lock-keywords)
8649 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8650 (inferior-octave-send-list-and-digest): Improve error message.
8651 (octave-mode, inferior-octave-mode): Use setq-local.
8652 (octave-help): Set info-lookup-mode.
8653
8654 2013-05-05 Richard Stallman <rms@gnu.org>
8655
8656 * vc/compare-w.el (compare-windows-whitespace):
8657 Treat no-break space as whitespace.
8658
8659 * mail/rmailsum.el (rmail-summary-rmail-update):
8660 Detect empty summary and don't change selected message.
8661 (rmail-summary-goto-msg): Likewise.
8662
8663 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8664 Doc fixes, rename args.
8665
8666 2013-05-05 Alan Mackenzie <acm@muc.de>
8667
8668 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8669
8670 2013-05-05 Juri Linkov <juri@jurta.org>
8671
8672 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8673 to not add the length of the summary segment to the return value.
8674 (Bug#14125)
8675
8676 2013-05-05 Leo Liu <sdl.web@gmail.com>
8677
8678 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8679 (inferior-octave-output-filter): Remove.
8680 (octave-send-region, inferior-octave-startup): Fix callers.
8681 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8682 (octave-binary-file-extensions): New user variable.
8683 (octave-find-definition): Confirm if opening binary files.
8684 (octave-help-file): Use octave-find-definition to get the binary
8685 confirmation.
8686 (octave-help): Adjust for octave-help-file change.
8687
8688 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8689
8690 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8691 Merge the two entries that handle function definitions.
8692 (pascal--syntax-propertize): New const.
8693 (pascal-mode): Use it. Use setq-local.
8694
8695 2013-05-04 Glenn Morris <rgm@gnu.org>
8696
8697 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8698 (diary-from-outlook): Respect diary-from-outlook-function.
8699
8700 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8703 Move the declaration from C.
8704 (read-minibuffer, eval-minibuffer): Move from C.
8705 (completion-setup-function): Avoid minibuffer-completion-contents.
8706
8707 2013-05-03 Leo Liu <sdl.web@gmail.com>
8708
8709 * progmodes/octave.el (octave-font-lock-keywords): Do not
8710 dehighlight 'end' in comments or strings.
8711 (octave-completing-read, octave-goto-function-definition):
8712 New helpers.
8713 (octave-help-buffer): New user variable.
8714 (octave-help-file, octave-help-function): New button types.
8715 (octave-help): New command and bind it to C-h ;.
8716 (octave-find-definition): New command and bind it to M-.
8717 (user-error): Alias to error if not defined.
8718
8719 2013-05-02 Leo Liu <sdl.web@gmail.com>
8720
8721 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8722 for \. (bug#14332)
8723 (octave-font-lock-keywords): Include [ and {.
8724
8725 2013-05-02 Leo Liu <sdl.web@gmail.com>
8726
8727 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8728 (inferior-octave): Remove calling comint-mode and return the buffer.
8729 (inferior-octave-startup): Cosmetic changes.
8730
8731 2013-05-02 Leo Liu <sdl.web@gmail.com>
8732
8733 * progmodes/octave.el (octave-syntax-propertize-function):
8734 Include the case when ' is at line beginning. (Bug#14336)
8735
8736 2013-05-02 Glenn Morris <rgm@gnu.org>
8737
8738 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8739 * desktop.el (vc-dir-mode): Just autoload it here.
8740
8741 2013-05-02 Alan Mackenzie <acm@muc.de>
8742
8743 Eliminate variable c-standard-font-lock-fontify-region-function.
8744 * progmodes/cc-mode.el
8745 (c-standard-font-lock-fontify-region-function): Remove.
8746 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8747
8748 2013-05-01 Leo Liu <sdl.web@gmail.com>
8749
8750 * progmodes/octave.el: Compatible with older emacs-24 releases.
8751 (inferior-octave-has-built-in-variables): Remove. Built-in
8752 variables were removed from Octave in 2007.
8753 (inferior-octave-startup): Fix uses.
8754 (comint-line-beginning-position): Remove compatibility code for
8755 emacs 21.
8756
8757 2013-05-01 Juri Linkov <juri@jurta.org>
8758
8759 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8760
8761 2013-05-01 Juri Linkov <juri@jurta.org>
8762
8763 * comint.el (comint-previous-matching-input): Don't print message
8764 "History item: %d" when `isearch-mode' is active.
8765 (comint-history-isearch-message): Print message "History item: %d"
8766 when `comint-input-ring-index' is not empty and this function is
8767 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8768
8769 2013-05-01 Leo Liu <sdl.web@gmail.com>
8770
8771 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8772 definitions. Use completion-at-point to insert keywords.
8773 (octave-abbrev-start): Remove.
8774 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8775
8776 2013-04-30 Leo Liu <sdl.web@gmail.com>
8777
8778 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8779 change.
8780
8781 2013-04-30 Alan Mackenzie <acm@muc.de>
8782
8783 Handle arbitrarily long C++ member initialisation lists.
8784 * progmodes/cc-engine.el (c-back-over-member-initializers):
8785 new function.
8786 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8787 (most) member init lists.
8788
8789 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8790
8791 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8792 variable.
8793
8794 2013-04-30 Leo Liu <sdl.web@gmail.com>
8795
8796 * progmodes/octave.el (octave-variables): Remove. No builtin
8797 variables any more. All converted to functions.
8798 (octave-font-lock-keywords, octave-completion-at-point-function):
8799 Fix uses.
8800 (octave-font-lock-texinfo-comment): New user variable.
8801 (octave-texinfo-font-lock-keywords): New variable for texinfo
8802 comment block.
8803 (octave-function-comment-block): New face.
8804 (octave-font-lock-texinfo-comment): New function.
8805 (octave-mode): Font lock texinfo comment block.
8806
8807 2013-04-29 Leo Liu <sdl.web@gmail.com>
8808
8809 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8810 indexing expression.
8811 (octave-continuation-string): Do not use \.
8812 (inferior-octave-complete-impossible): Remove.
8813 (inferior-octave-completion-table)
8814 (inferior-octave-completion-at-point): Remove its uses.
8815 (inferior-octave-startup): completion_matches was introduced to
8816 Octave in 1996 so safe to assume it.
8817 (octave-function-file-comment): Improve to follow how Octave does it.
8818 (octave-update-function-file-comment): Tweak.
8819
8820 2013-04-29 Leo Liu <sdl.web@gmail.com>
8821
8822 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8823 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8824 (octave-function-file-comment): Fix typo.
8825 (octave-sync-function-file-names): Use read-char-choice.
8826
8827 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8828
8829 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8830 to t for the less important warnings.
8831
8832 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8833
8834 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8835
8836 2013-04-27 Glenn Morris <rgm@gnu.org>
8837
8838 * vc/log-view.el (log-view-current-entry):
8839 Treat "---" separator lines as part of the following rev. (Bug#14169)
8840
8841 2013-04-27 Juri Linkov <juri@jurta.org>
8842
8843 * subr.el (read-number): Doc fix about using it by interactive
8844 code letter `n'. (Bug#14254)
8845
8846 2013-04-27 Juri Linkov <juri@jurta.org>
8847
8848 * desktop.el (desktop-auto-save-timeout): New option.
8849 (desktop-file-checksum): New variable.
8850 (desktop-save): Add optional arg `auto-save' and don't auto-save
8851 if nothing changed.
8852 (desktop-auto-save-timer): New variable.
8853 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8854 (after-init-hook): Call `desktop-auto-save-set-timer'.
8855 Suggested by Reuben Thomas <rrt@sc3d.org> in
8856 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8857
8858 2013-04-27 Leo Liu <sdl.web@gmail.com>
8859
8860 * progmodes/octave.el (octave-function-file-p)
8861 (octave-skip-comment-forward, octave-function-file-comment)
8862 (octave-update-function-file-comment): New functions.
8863 (octave-mode-map): Bind C-c ; to
8864 octave-update-function-file-comment.
8865 (octave-mode-menu): Add octave-update-function-file-comment.
8866 (octave-mode, inferior-octave-mode): Fix doc-string.
8867 (octave-insert-defun): Conform to Octave's coding convention.
8868 (Bug#14285)
8869
8870 * files.el (basic-save-buffer): Don't let errors in
8871 before-save-hook prevent saving buffer.
8872
8873 2013-04-20 Roland Winkler <winkler@gnu.org>
8874
8875 * faces.el (read-face-name): Use completing-read if arg multiple
8876 is nil.
8877
8878 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8879
8880 * ls-lisp.el (ls-lisp-insert-directory): If no files are
8881 displayed, move point to after the totals line.
8882 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
8883 for the details.
8884
8885 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8888 Add current dir to the load-path.
8889 (package-generate-autoloads): Don't rely on
8890 autoload-ensure-default-file.
8891
8892 2013-04-26 Reuben Thomas <rrt@sc3d.org>
8893
8894 * textmodes/remember.el (remember-store-in-files): Document that
8895 the file name format is passed to `format-time-string'.
8896
8897 2013-04-26 Leo Liu <sdl.web@gmail.com>
8898
8899 * progmodes/octave.el (octave-sync-function-file-names): New function.
8900 (octave-mode): Use it in before-save-hook.
8901
8902 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8905 (bug#14274).
8906
8907 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8908 \n and comment, even if it's not an implicit ; (bug#14218).
8909
8910 2013-04-26 Glenn Morris <rgm@gnu.org>
8911
8912 * subr.el (read-number): Once more use `read' rather than
8913 `string-to-number', to trap non-numeric input. (Bug#14254)
8914
8915 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
8916
8917 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8918 Use `syntax-multiline' text property consistently instead of
8919 `font-lock-multiline'. (Bug#14237)
8920
8921 2013-04-26 Glenn Morris <rgm@gnu.org>
8922
8923 * emacs-lisp/shadow.el (list-load-path-shadows):
8924 No longer necessary to check for duplicate simple.el, since
8925 2012-07-07 change to init_lread to not include installation lisp
8926 directories in load-path when running uninstalled. (Bug#14270)
8927
8928 2013-04-26 Leo Liu <sdl.web@gmail.com>
8929
8930 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8931 (octave-mode, inferior-octave-mode): Use setq-local.
8932 (octave-not-in-string-or-comment-p): Rename to
8933 octave-in-string-or-comment-p.
8934 (octave-in-comment-p, octave-in-string-p)
8935 (octave-in-string-or-comment-p): Replace defsubst with defun.
8936
8937 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8938
8939 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8940
8941 2013-04-25 Bastien Guerry <bzg@gnu.org>
8942
8943 * textmodes/remember.el (remember-data-directory)
8944 (remember-directory-file-name-format): Fix custom types.
8945
8946 2013-04-25 Leo Liu <sdl.web@gmail.com>
8947
8948 * progmodes/octave.el (octave-completion-at-point-function):
8949 Make use of inferior octave process.
8950 (octave-initialize-completions): Remove.
8951 (inferior-octave-completion-table): New function.
8952 (inferior-octave-completion-at-point): Use it.
8953 (octave-completion-alist): Remove.
8954
8955 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8956
8957 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8958 (opascal-mode-syntax-table): New var.
8959 (opascal-literal-kind, opascal-is-literal-end)
8960 (opascal-literal-token-at): Rewrite.
8961 (opascal--literal-start-re, opascal-font-lock-keywords)
8962 (opascal--syntax-propertize): New constants.
8963 (opascal-font-lock-defaults): Adjust.
8964 (opascal-mode): Use them. Set comment-<foo> variables as well.
8965 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8966 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8967 (delphi-other-face, opascal-other-face): Remove face variables.
8968 (opascal-save-state): Remove macro.
8969 (opascal-fontifying-progress-step): Remove constant.
8970 (opascal--ignore-changes): Remove var.
8971 (opascal-set-token-property, opascal-parse-next-literal)
8972 (opascal-is-stable-literal, opascal-complete-literal)
8973 (opascal-is-literal-start, opascal-face-of)
8974 (opascal-parse-region, opascal-parse-region-until-stable)
8975 (opascal-fontify-region, opascal-after-change)
8976 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8977 (opascal-debug-parse-region, opascal-debug-parse-window)
8978 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8979 (opascal-debug-fontify-buffer): Remove.
8980 (opascal-debug-mode-map): Adjust accordingly.
8981
8982 2013-04-25 Leo Liu <sdl.web@gmail.com>
8983
8984 Merge octave-mod.el and octave-inf.el into octave.el with some
8985 cleanups.
8986 * progmodes/octave.el: New file renamed from octave-mod.el.
8987 * progmodes/octave-inf.el: Merged into octave.el.
8988 * progmodes/octave-mod.el: Renamed to octave.el.
8989
8990 2013-04-25 Tassilo Horn <tsdh@gnu.org>
8991
8992 * textmodes/reftex-vars.el
8993 (reftex-label-ignored-macros-and-environments): New defcustom.
8994
8995 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8996
8997 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9000 (smie-indent-keyword): Improve the check to ensure that the next
9001 comment is really on the same line.
9002 (smie-indent-comment): Don't align with a subsequent closer (or eob).
9003
9004 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9005 semi-colons if the line is not otherwise empty (bug#14218).
9006
9007 2013-04-25 Glenn Morris <rgm@gnu.org>
9008
9009 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9010
9011 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * progmodes/opascal.el (opascal-set-token-property): Rename from
9014 opascal-set-text-properties and only set `token' (bug#14134).
9015 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9016 (opascal-literal-text-properties): Remove.
9017 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9018 Adjust callers.
9019
9020 2013-04-24 Reuben Thomas <rrt@sc3d.org>
9021
9022 * textmodes/remember.el (remember-handler-functions): Add an
9023 option for a new handler `remember-store-in-files'.
9024 (remember-data-directory, remember-directory-file-name-format):
9025 New options.
9026 (remember-store-in-files): New function to store remember notes
9027 as separate files within a directory.
9028
9029 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
9030
9031 * progmodes/compile.el (compilation-next-error-function):
9032 Pass "formats" to compilation-find-file (bug#11777).
9033
9034 2013-04-24 Glenn Morris <rgm@gnu.org>
9035
9036 * vc/vc-bzr.el (vc-bzr-print-log):
9037 * vc/vc-hg.el (vc-hg-print-log):
9038 * vc/vc-svn.el (vc-svn-print-log):
9039 Fix START-REVISION with LIMIT != 1. (Bug#14168)
9040
9041 * vc/vc-bzr.el (vc-bzr-print-log):
9042 * vc/vc-cvs.el (vc-cvs-print-log):
9043 * vc/vc-git.el (vc-git-print-log):
9044 * vc/vc-hg.el (vc-hg-print-log):
9045 * vc/vc-mtn.el (vc-mtn-print-log):
9046 * vc/vc-rcs.el (vc-rcs-print-log):
9047 * vc/vc-sccs.el (vc-sccs-print-log):
9048 * vc/vc-svn.el (vc-svn-print-log):
9049 * vc/vc.el (vc-print-log-internal): Doc fixes.
9050
9051 2013-04-23 Glenn Morris <rgm@gnu.org>
9052
9053 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9054 Remove venerable code attempting to avoid substitute-command-keys.
9055
9056 2013-04-23 Tassilo Horn <tsdh@gnu.org>
9057
9058 * textmodes/reftex-vars.el (reftex-label-regexps):
9059 Call `reftex-compile-variables' after changes to this variable.
9060
9061 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9064 Use lexical-binding.
9065 (jit-lock-force-redisplay): Use markers, check buffer's continued
9066 existence and beware narrowed buffers.
9067 (jit-lock-fontify-now): Adjust call accordingly.
9068
9069 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9072 to avoid misleading the user.
9073
9074 2013-04-22 Leo Liu <sdl.web@gmail.com>
9075
9076 * info-look.el: Prefer latex2e.info. (Bug#14240)
9077
9078 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9079
9080 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9081
9082 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9083 * net/tramp.el (tramp-call-process): ... here.
9084 (tramp-set-completion-function, tramp-parse-putty):
9085 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9086 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9087 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9088 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9089 (tramp-call-local-coding-command): Use `tramp-call-process'
9090 instead of `tramp-compat-call-process'.
9091
9092 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9093 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9094 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9095 (tramp-find-inline-compress): Improve traces.
9096 (tramp-maybe-send-script): Check for Perl binary.
9097 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9098
9099 2013-04-22 Daiki Ueno <ueno@gnu.org>
9100
9101 * epg.el (epg-context-pinentry-mode): New function.
9102 (epg-context-set-pinentry-mode): New function.
9103 (epg--start): Pass --pinentry-mode option to gpg command.
9104
9105 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9106
9107 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9108 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9109 `completion-at-point'. (Bug#13774)
9110
9111 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9112 default key binding for `describe-distribution' has been moved to
9113 `C-h C-o'. (Bug#13970)
9114
9115 2013-04-21 Glenn Morris <rgm@gnu.org>
9116
9117 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9118 Add doc strings.
9119 (vc-print-log): Clarify interactive prompt.
9120
9121 2013-04-20 Glenn Morris <rgm@gnu.org>
9122
9123 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9124 No longer include timestamp etc information.
9125
9126 2013-04-20 Roland Winkler <winkler@gnu.org>
9127
9128 * faces.el (read-face-name): Bug fix, return just one face if arg
9129 multiple is nil. (Bug#14209)
9130
9131 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9134 (remove-function): Autoload.
9135
9136 * comint.el (comint-redirect-original-filter-function): Remove.
9137 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9138 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9139 (vc-cvs-annotate-command):
9140 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9141 * progmodes/prolog.el (prolog-consult-compile):
9142 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9143 Use add/remove-function instead.
9144 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9145 (gud-tooltip-process-output, gud-tooltip-tips):
9146 Use add/remove-function instead.
9147 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9148 (scheme-interaction-mode, exit-scheme-interaction-mode):
9149 Use add/remove-function instead.
9150
9151 * vc/vc-dispatcher.el: Use lexical-binding.
9152 (vc--process-sentinel): Rename from vc-process-sentinel.
9153 Change last arg to be the code to run. Don't use vc-previous-sentinel
9154 and vc-sentinel-commands any more.
9155 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9156 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9157
9158 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9159
9160 * progmodes/sh-script.el (sh-imenu-generic-expression):
9161 Handle function names with a single character. (Bug#14111)
9162
9163 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9164
9165 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9166 for subroutines defined in an eval (bug#14182).
9167
9168 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9169
9170 * bookmark.el (bookmark-completing-read): Improve handling of empty
9171 string (bug#14176).
9172
9173 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9176
9177 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9178
9179 New faster Imenu implementation (bug#14058).
9180 * progmodes/python.el:
9181 (python-imenu-prev-index-position):
9182 (python-imenu-format-item-label-function)
9183 (python-imenu-format-parent-item-label-function)
9184 (python-imenu-format-parent-item-jump-label-function):
9185 New vars.
9186 (python-imenu-format-item-label)
9187 (python-imenu-format-parent-item-label)
9188 (python-imenu-format-parent-item-jump-label)
9189 (python-imenu--put-parent, python-imenu--build-tree)
9190 (python-imenu-create-index, python-imenu-create-flat-index)
9191 (python-util-popn): New functions.
9192 (python-mode): Set imenu-create-index-function to
9193 python-imenu-create-index.
9194
9195 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * winner.el (winner-active-region): Use region-active-p, activate-mark
9198 and deactivate-mark (bug#14225).
9199
9200 * simple.el (deactivate-mark): Don't inline it.
9201
9202 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9203
9204 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9205
9206 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9207
9208 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9209 file extensions from the archive-mode entry in order to prefer
9210 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9211
9212 2013-04-18 Leo Liu <sdl.web@gmail.com>
9213
9214 * bindings.el (help-event-list): Add ?\?.
9215
9216 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9217
9218 * subr.el (with-wrapper-hook): Declare obsolete.
9219 * simple.el (filter-buffer-substring-function): New hook.
9220 (filter-buffer-substring): Use it.
9221 (filter-buffer-substring-functions): Mark obsolete.
9222 * minibuffer.el (completion-in-region-function): New hook.
9223 (completion-in-region): Use it.
9224 (completion-in-region-functions): Mark obsolete.
9225 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9226 * abbrev.el (abbrev-expand-function): New hook.
9227 (expand-abbrev): Use it.
9228 (abbrev-expand-functions): Mark obsolete.
9229 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9230 and :filter-return.
9231
9232 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9233
9234 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9235 and do not care about match data.
9236
9237 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9238
9239 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9240 completion tables when completing error conditions and
9241 `declare' arguments.
9242 (lisp-complete-symbol, field-complete): Mark as obsolete.
9243 (check-parens): Unmatched parens are user errors.
9244 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9245
9246 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9247
9248 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9249 command changed buffer (ie. `flyspell-pre-buffer' is not current
9250 buffer), which prevents making decisions based on invalid value of
9251 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9252 cause an error when `flyspell-pre-point' was nil after switching
9253 buffers.
9254 (flyspell-post-command-hook): No longer needs to change buffers when
9255 checking pre-word. While at it remove unnecessary progn.
9256
9257 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9258
9259 * textmodes/ispell.el (ispell-add-per-file-word-list):
9260 Fix `flyspell-correct-word-before-point' error when accepting
9261 words and `coment-padding' is an integer by using
9262 `comment-normalize-vars' (Bug #14214).
9263
9264 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9265
9266 New defun movement commands.
9267 * progmodes/python.el (python-nav--syntactically)
9268 (python-nav--forward-defun, python-nav-backward-defun)
9269 (python-nav-forward-defun): New functions.
9270
9271 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9272
9273 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9274 (python-syntax-context): Use named compiler-macro for backwards
9275 compatibility with Emacs 24.x.
9276
9277 2013-04-17 Leo Liu <sdl.web@gmail.com>
9278
9279 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9280 octave-hide-process-buffer.
9281
9282 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9285 (bug#14216).
9286
9287 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9288
9289 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9290 Fix adjustment of offset when receiving incomplete responses from GDB
9291 (bug#14129).
9292
9293 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9296 python-mode-abbrev-table.
9297 (python-skeleton-define): Adjust accordingly.
9298 (python-mode-abbrev-table): New table that inherits from it so that
9299 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9300
9301 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9302 (abbrev-symbol): Use it.
9303 (abbrev--before-point): Use it since we already handle inheritance.
9304
9305 2013-04-16 Leo Liu <sdl.web@gmail.com>
9306
9307 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9308 binding to info-lookup-symbol.
9309
9310 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
9311
9312 * minibuffer.el (completion--twq-all):
9313 * term/ns-win.el (ns-initialize-window-system):
9314 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9315
9316 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9319 global bindings.
9320
9321 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9322
9323 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9324
9325 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9326 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9327 to nil.
9328 (ruby-end-of-defun): Remove the unused arg, change the docstring
9329 to reflect that this function is only used as the value of
9330 `end-of-defun-function'.
9331 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9332 to reflect an earlier change that beginning/end-of-defun functions
9333 jump between methods in a class definition, as well as top-level
9334 functions.
9335
9336 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9337
9338 * minibuffer.el (minibuffer-complete): Don't just scroll
9339 a *Completions* that's been iconified.
9340 (minibuffer-force-complete): Make sure repetitions do cycle when going
9341 through completion-in-region -> minibuffer-complete.
9342
9343 2013-04-15 Alan Mackenzie <acm@muc.de>
9344
9345 Correct the placement of c-cpp-delimiters when there're #s not at
9346 col 0.
9347
9348 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9349 place a submatch around the #.
9350 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9351 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
9352 on the #, not BOL.
9353
9354 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9357 (advice--member-p): New arg `name'.
9358 (advice--add-function, advice-member-p): Use it (bug#14202).
9359
9360 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9361
9362 Reformulate java imenu-generic-expression.
9363 The old expression contained ill formed regexps.
9364
9365 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9366 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9367 (cc-imenu-java-method-arg-regexp): New defconsts.
9368 (cc-imenu-java-build-type-args-regex): New defun.
9369 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9370 handling of spaces in the regexp.
9371
9372 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9373
9374 * textmodes/ispell.el (ispell-command-loop): Remove
9375 flyspell highlight of a word when ispell accepts it (bug #14178).
9376
9377 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
9378
9379 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9380 uses code from the previous `ange-ftp-run-real-handler'.
9381 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9382 only in case that function exist. This is needed for proper
9383 unloading of Tramp.
9384
9385 2013-04-15 Tassilo Horn <tsdh@gnu.org>
9386
9387 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9388
9389 * textmodes/reftex.el (reftex-compile-variables): Use it.
9390
9391 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9392
9393 * files.el (normal-mode): Only use default major-mode if no other mode
9394 was specified.
9395
9396 * emacs-lisp/trace.el (trace-values): New function.
9397
9398 * files.el: Allow : in local variables (bug#14089).
9399 (hack-local-variable-regexp): New var.
9400 (hack-local-variables-prop-line, hack-local-variables): Use it.
9401
9402 2013-04-13 Roland Winkler <winkler@gnu.org>
9403
9404 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9405 data before it gets modified by bibtex-beginning-of-entry.
9406
9407 2013-04-13 Roland Winkler <winkler@gnu.org>
9408
9409 * textmodes/bibtex.el (bibtex-url): Doc fix.
9410
9411 2013-04-13 Roland Winkler <winkler@gnu.org>
9412
9413 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9414 does not visit a BibTeX file, exclude it from the list of buffers
9415 returned by bibtex-initialize.
9416
9417 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
9418
9419 * window.el (split-window): Remove interactive form, since as a
9420 command this function is a special case of split-window-below.
9421 Correct doc string.
9422
9423 2013-04-12 Roland Winkler <winkler@gnu.org>
9424
9425 * faces.el (read-face-name): Do not override value of arg default.
9426 Allow single faces and strings as default values. Remove those
9427 elements from return value that are not faces.
9428 (describe-face): Simplify.
9429 (face-at-point): New optional args thing and multiple so that this
9430 function can provide the same functionality previously provided by
9431 read-face-name.
9432 (make-face-bold, make-face-unbold, make-face-italic)
9433 (make-face-unitalic, make-face-bold-italic, invert-face)
9434 (modify-face, read-face-and-attribute): Use face-at-point.
9435
9436 * cus-edit.el (customize-face, customize-face-other-window)
9437 * cus-theme.el (custom-theme-add-face)
9438 * face-remap.el (buffer-face-set)
9439 * facemenu.el (facemenu-set-face): Use face-at-point.
9440
9441 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
9442
9443 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9444
9445 2013-04-10 Tassilo Horn <tsdh@gnu.org>
9446
9447 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9448 off leading { and trailing } from field values.
9449
9450 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * emacs-lisp/timer.el (timer--check): New function.
9453 (timer--time, timer-set-function, timer-event-handler): Use it.
9454 (timer-set-idle-time): Simplify.
9455 (timer--activate): CSE.
9456 (timer-event-handler): Give more info in error message.
9457 (internal-timer-start-idle): New function, moved from C.
9458
9459 * mpc.el (mpc-proc): Add `restart' argument.
9460 (mpc-proc-cmd): Use it.
9461 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9462 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9463 less often.
9464
9465 2013-04-10 Masatake YAMATO <yamato@redhat.com>
9466
9467 * progmodes/sh-script.el: Implement `sh-mode' own
9468 `add-log-current-defun-function' (bug#14112).
9469 (sh-current-defun-name): New function.
9470 (sh-mode): Use the function.
9471
9472 2013-04-09 Bastien Guerry <bzg@gnu.org>
9473
9474 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9475
9476 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9479
9480 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9481 timer (bug#14156).
9482
9483 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9484
9485 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9486 declaration.
9487
9488 2013-04-07 Leo Liu <sdl.web@gmail.com>
9489
9490 * pcmpl-x.el: New file.
9491
9492 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9493
9494 Do not set x-display-name until X connection is established.
9495 This is needed to prevent from weird situation described at
9496 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9497 * frame.el (make-frame): Set x-display-name after call to
9498 window system initialization function, not before.
9499 * term/x-win.el (x-initialize-window-system): Add optional
9500 display argument and use it.
9501 * term/w32-win.el (w32-initialize-window-system):
9502 * term/ns-win.el (ns-initialize-window-system):
9503 * term/pc-win.el (msdos-initialize-window-system):
9504 Add compatible optional display argument.
9505
9506 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9507
9508 * files.el (normal-backup-enable-predicate): On MS-Windows and
9509 MS-DOS compare truenames of temporary-file-directory and of the
9510 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9511 don't fail comparison by compare-strings. Also, compare file
9512 names case-insensitively on MS-Windows and MS-DOS.
9513
9514 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9517 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9518
9519 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9520
9521 * whitespace.el (whitespace-color-on, whitespace-color-off):
9522 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9523
9524 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
9525
9526 * ispell.el (ispell-set-spellchecker-params):
9527 Really set `ispell-args' for all equivs.
9528
9529 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9530
9531 * ido.el (ido-completions): Use extra elements of ido-decorations
9532 (bug#14143).
9533 (ido-decorations): Update docstring.
9534
9535 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
9536
9537 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9538 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9539 nil during initialization, in order not to miss changes since the
9540 file was opened. (Bug#14140)
9541
9542 2013-04-05 Leo Liu <sdl.web@gmail.com>
9543
9544 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9545
9546 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9547
9548 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9549
9550 2013-04-04 Glenn Morris <rgm@gnu.org>
9551
9552 * electric.el (electric-pair-inhibit-predicate): Add :version.
9553
9554 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9557 when a package is required several times (bug#14082).
9558
9559 2013-04-04 Roland Winkler <winkler@gnu.org>
9560
9561 * faces.el (read-face-name): Behave as promised by the docstring.
9562 Assume that arg default is a list of faces.
9563 (describe-face): Call read-face-name with list of default faces.
9564
9565 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9566
9567 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9568 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9569 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9570 the header.
9571 (bookmark-exit-hook-internal): Save even if list is empty.
9572
9573 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9574
9575 * emacs-lisp/package.el (package-pinned-packages): New var.
9576 (package--add-to-archive-contents): Obey it (bug#14118).
9577
9578 2013-04-03 Alan Mackenzie <acm@muc.de>
9579
9580 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9581 Also adapt to the new values of element 7 of a parse state.
9582
9583 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9584 parameter `not-in-delimiter'. Handle being inside comment opener.
9585 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9586 character in case we're typing a '*' after a '/'.
9587 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9588 instead by passing the parameter to c-state-pp-to-literal.
9589
9590 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9591 for elt. 7 of a parse state.
9592
9593 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9594
9595 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9596 * international/latin1-disp.el, international/mule-util.el:
9597 * language/cyril-util.el, language/european.el, language/ind-util.el:
9598 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9599 * language/tibetan.el, language/viet-util.el:
9600 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9601
9602 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9605 (electric-pair-post-self-insert-function): Use it.
9606 (electric-pair-default-inhibit): New function, extracted from
9607 electric-pair-post-self-insert-function.
9608
9609 2013-03-31 Roland Winkler <winkler@gnu.org>
9610
9611 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9612
9613 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9616
9617 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
9618
9619 Un-indent after "pass" and "return" statements (Bug#13888)
9620 * progmodes/python.el (python-indent-block-enders): New var.
9621 (python-indent-calculate-indentation): Use it.
9622
9623 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
9624
9625 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9626 defun. Defining it as defalias could introduce too eager
9627 byte-compiler optimization. (Bug#14030)
9628
9629 2013-03-30 Chong Yidong <cyd@gnu.org>
9630
9631 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9632
9633 2013-03-30 Leo Liu <sdl.web@gmail.com>
9634
9635 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9636 (kmacro-execute-from-register): Pass the keyboard macro to
9637 kmacro-call-macro or repeating won't work correctly.
9638
9639 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9640
9641 * progmodes/subword.el: Back to using `forward-symbol'.
9642
9643 * subr.el (forward-whitespace, forward-symbol)
9644 (forward-same-syntax): Move from thingatpt.el.
9645
9646 2013-03-29 Leo Liu <sdl.web@gmail.com>
9647
9648 * kmacro.el (kmacro-to-register): New command.
9649 (kmacro-execute-from-register): New function.
9650 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9651
9652 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * mpc.el: Use defvar-local and setq-local.
9655 (mpc--proc-connect): Connection failures are not bugs.
9656 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9657 (mpc-volume-map): Bind to the up-events.
9658
9659 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9660
9661 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9662 instead of `forward-symbol'.
9663
9664 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9667 (edebug--recursive-edit): Use it.
9668 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9669 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9670
9671 2013-03-28 Leo Liu <sdl.web@gmail.com>
9672
9673 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9674
9675 2013-03-27 Eli Zaretskii <eliz@gnu.org>
9676
9677 * facemenu.el (list-colors-callback): New defvar.
9678 (list-colors-redisplay): New function.
9679 (list-colors-display): Install list-colors-redisplay as the
9680 revert-buffer-function. (Bug#14063)
9681
9682 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9683
9684 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9685 and suffixes don't overlap (bug#14061).
9686
9687 * case-table.el: Use lexical-binding.
9688 (case-table-get-table): New function.
9689 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9690
9691 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9692
9693 * progmodes/subword.el: Add `superword-mode' to do word motion
9694 over symbol_words (parallels and leverages `subword-mode' which
9695 does word motion inside MixedCaseWords).
9696
9697 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9698
9699 * eshell/em-unix.el: Move su and sudo to...
9700 * eshell/em-tramp.el: ...Eshell tramp module.
9701
9702 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9705 Change return value to be a sexp. Delay `get-buffer' to after
9706 restoring the desktop (bug#13951).
9707
9708 2013-03-26 Leo Liu <sdl.web@gmail.com>
9709
9710 * register.el: Move semantic tag handling back to
9711 cedet/semantic/senator.el. (Bug#14052)
9712
9713 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9716 into the prompt either (bug#13963).
9717
9718 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9721 part of "(error-foo)".
9722
9723 2013-03-24 Juri Linkov <juri@jurta.org>
9724
9725 * replace.el (list-matching-lines-prefix-face): New defcustom.
9726 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9727 `occur-engine' if `face-differs-from-default-p' returns t.
9728 (occur-engine): Add `,' inside backquote construct to evaluate
9729 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9730 Pass `prefix-face' to the functions `occur-context-lines' and
9731 `occur-engine-add-prefix'.
9732 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9733 `prefix-face' and propertize the prefix with `prefix-face'.
9734 (Bug#14017)
9735
9736 2013-03-24 Leo Liu <sdl.web@gmail.com>
9737
9738 * nxml/rng-valid.el (rng-validate-while-idle)
9739 (rng-validate-quick-while-idle): Guard against deleted buffer.
9740 (Bug#13999)
9741
9742 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9743 is the last entry in kill-buffer-hook.
9744
9745 * files.el (kill-buffer-hook): Doc fix.
9746
9747 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9748
9749 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9750 Make it safe-local.
9751
9752 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9753
9754 2013-03-23 Leo Liu <sdl.web@gmail.com>
9755
9756 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9757 Remove.
9758
9759 * nxml/rng-valid.el (rng-validate-mode)
9760 (rng-after-change-function, rng-do-some-validation):
9761 * nxml/rng-maint.el (rng-validate-buffer):
9762 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9763 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9764 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9765 (nxml-extend-after-change-region): Use with-silent-modifications.
9766
9767 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9768 timer-idle-list.
9769
9770 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9771 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9772 timer-idle-list. (Bug#13999)
9773
9774 2013-03-23 Juri Linkov <juri@jurta.org>
9775
9776 * info.el (info-index-match): New face.
9777 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9778 main pattern and add text properties with the new face to matches
9779 in index entries relative to the beginning of the index entry.
9780 (Bug#14015)
9781
9782 2013-03-21 Eric Ludlam <zappo@gnu.org>
9783
9784 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9785 Inhibit read only while inserting objects.
9786
9787 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9788
9789 * progmodes/cfengine.el: Update docs to mention
9790 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9791 symbol motion. Remove "_" from the word syntax.
9792
9793 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9794
9795 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9796 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9797
9798 2013-03-20 Juri Linkov <juri@jurta.org>
9799
9800 * info.el (Info-next-reference-or-link)
9801 (Info-prev-reference-or-link): New functions.
9802 (Info-next-reference, Info-prev-reference): Use them.
9803 (Info-try-follow-nearest-node): Handle footnote navigation.
9804 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9805
9806 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9807
9808 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9809 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9810
9811 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9812
9813 Suppress unnecessary non-ASCII chatter during build process.
9814 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9815 (batch-skkdic-convert): Suppress most of the chatter.
9816 It's not needed so much now that machines are faster,
9817 and its non-ASCII component was confusing; see Dmitry Gutov in
9818 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9819
9820 2013-03-20 Leo Liu <sdl.web@gmail.com>
9821
9822 * ido.el (ido-chop): Fix bug#10994.
9823
9824 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9825
9826 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9827 Remove vars.
9828 (whitespace-color-on, whitespace-color-off):
9829 Use `font-lock-fontify-buffer' (Bug#13817).
9830
9831 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9834 remapping in mode-line.
9835 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9836
9837 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9838
9839 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9840 value for `whitespace-line' face (Bug#13875).
9841 (whitespace-font-lock-keywords): Change description.
9842 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9843 the constructed keywords instead.
9844 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
9845
9846 2013-03-19 Leo Liu <sdl.web@gmail.com>
9847
9848 * progmodes/compile.el (compilation-display-error): New command.
9849 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9850 C-o. (Bug#13992)
9851
9852 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9853
9854 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9855
9856 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9857
9858 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9859
9860 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
9861
9862 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9863
9864 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9865 * net/tramp-gvfs.el (top):
9866 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9867 (tramp-handle-shell-command): Use it.
9868 (tramp-dissect-file-name): Raise an error when hostname is a
9869 method name, and neither method nor user is specified.
9870
9871 * net/trampver.el: Update release number.
9872
9873 2013-03-18 Leo Liu <sdl.web@gmail.com>
9874
9875 Make sure eldoc can be turned off properly.
9876 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9877 eldoc-mode.
9878 (eldoc-display-message-p): Revert last change.
9879 (eldoc-display-message-no-interference-p)
9880 (eldoc-print-current-symbol-info): Tweak.
9881
9882 2013-03-18 Tassilo Horn <tsdh@gnu.org>
9883
9884 * doc-view.el (doc-view-new-window-function): Check the new window
9885 overlay's display property instead the char property of the
9886 buffer's first char. Use `with-selected-window' instead of
9887 `save-window-excursion' with `select-window'.
9888 (doc-view-document->bitmap): Check the current doc-view overlay's
9889 display property instead the char property of the buffer's first char.
9890
9891 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9892
9893 Automate the build of ja-dic.el (Bug#13984).
9894 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9895 from the input, rather than assume that it's been done for us by the
9896 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9897 the current date into a ja-dic.el comment, as that complicates
9898 regression testing.
9899
9900 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * whitespace.el: Fix double evaluation.
9903 (whitespace-space, whitespace-hspace, whitespace-tab)
9904 (whitespace-newline, whitespace-trailing, whitespace-line)
9905 (whitespace-space-before-tab, whitespace-indentation)
9906 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9907 obsolete defvars.
9908 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9909 (whitespace-color-on): Use a single font-lock-add-keywords call.
9910 Fix double-evaluation of face variables.
9911
9912 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
9913
9914 * net/tramp-adb.el (tramp-adb-parse-device-names):
9915 Use `start-process' instead of `call-process'. Otherwise, the
9916 function might be blocked under MS Windows. (Bug#13299)
9917
9918 2013-03-17 Leo Liu <sdl.web@gmail.com>
9919
9920 Extend eldoc to display info in the mode-line. (Bug#13978)
9921 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9922 (eldoc-mode-line-string): New variable.
9923 (eldoc-minibuffer-message): New function.
9924 (eldoc-message-function): New variable.
9925 (eldoc-message): Use it.
9926 (eldoc-display-message-p)
9927 (eldoc-display-message-no-interference-p):
9928 Support eldoc-post-insert-mode.
9929
9930 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9931 (eval-expression): Run it.
9932
9933 2013-03-17 Roland Winkler <winkler@gnu.org>
9934
9935 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9936 strings in the list of return values.
9937
9938 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9939
9940 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9941 radix before checking for HMS forms.
9942
9943 2013-03-16 Leo Liu <sdl.web@gmail.com>
9944
9945 * progmodes/scheme.el: Add indentation and font-locking for λ.
9946 (Bug#13975)
9947
9948 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9951 token before point (bug#13942).
9952
9953 2013-03-16 Leo Liu <sdl.web@gmail.com>
9954
9955 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
9956
9957 2013-03-16 Eli Zaretskii <eliz@gnu.org>
9958
9959 * startup.el (command-line-normalize-file-name): Fix handling of
9960 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9961 <xfq.free@gmail.com> in
9962 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9963
9964 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
9965
9966 Sync with Tramp 2.2.7.
9967
9968 * net/trampver.el: Update release number.
9969
9970 2013-03-14 Tassilo Horn <tsdh@gnu.org>
9971
9972 * doc-view.el: Fix bug#13887.
9973 (doc-view-insert-image): Don't modify overlay associated to
9974 non-live windows, and implement horizontal centering of image in
9975 case it's smaller than the window.
9976 (doc-view-new-window-function): Force redisplay of new windows on
9977 doc-view buffers.
9978
9979 2013-03-13 Karl Fogel <kfogel@red-bean.com>
9980
9981 * saveplace.el (save-place-alist-to-file): Don't sort
9982 `save-place-alist', just pretty-print it (bug#13882).
9983
9984 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
9985
9986 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9987 Check whether `default-file-name-coding-system' is bound.
9988 It isn't in XEmacs.
9989
9990 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9993 backquotes for `obsolete' (bug#13929).
9994
9995 * international/mule.el (find-auto-coding): Include file name in
9996 obsolescence warning (bug#13922).
9997
9998 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9999
10000 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10001 for CFEngine 3-specific indentation.
10002 (cfengine3-indent-line): Use it. Fix up category regex.
10003 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10004
10005 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * type-break.el (type-break-file-name):
10008 * textmodes/remember.el (remember-data-file):
10009 * strokes.el (strokes-file):
10010 * shadowfile.el (shadow-initialize):
10011 * saveplace.el (save-place-file):
10012 * ps-bdf.el (bdf-cache-file):
10013 * progmodes/idlwave.el (idlwave-config-directory):
10014 * net/quickurl.el (quickurl-url-file):
10015 * international/kkc.el (kkc-init-file-name):
10016 * ido.el (ido-save-directory-list-file):
10017 * emulation/viper.el (viper-custom-file-name):
10018 * emulation/vip.el (vip-startup-file):
10019 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10020 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10021
10022 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
10023
10024 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10025 * language/thai-word.el: Switch to UTF-8.
10026
10027 See ChangeLog.16 for earlier changes.
10028
10029 ;; Local Variables:
10030 ;; coding: utf-8
10031 ;; End:
10032
10033 Copyright (C) 2011-2013 Free Software Foundation, Inc.
10034
10035 This file is part of GNU Emacs.
10036
10037 GNU Emacs is free software: you can redistribute it and/or modify
10038 it under the terms of the GNU General Public License as published by
10039 the Free Software Foundation, either version 3 of the License, or
10040 (at your option) any later version.
10041
10042 GNU Emacs is distributed in the hope that it will be useful,
10043 but WITHOUT ANY WARRANTY; without even the implied warranty of
10044 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10045 GNU General Public License for more details.
10046
10047 You should have received a copy of the GNU General Public License
10048 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.