ChangeLog fixes
[bpt/emacs.git] / lisp / ChangeLog
1 2013-11-27 Glenn Morris <rgm@gnu.org>
2
3 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5 (compile-main): Depend on leim rule.
6 (leim): New rule.
7 * loadup.el: Move leim-list.el to leim/ subdirectory.
8 * startup.el (normal-top-level): No more leim directory.
9 * international/ja-dic-cnv.el (skkdic-convert):
10 Disable version-control and autoloads in output files.
11 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
12 Disable version-control and autoloads in output files.
13 * leim/quail: Move here from ../leim.
14 * leim/quail/hangul.el (hangul-input-method-activate):
15 Add autoload cookie.
16 (generated-autoload-load-name): Set file-local value.
17 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
18 (generated-autoload-load-name): Set file-local value.
19
20 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
21
22 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
23 (eww-add-bookmark): ask confirmation when add to bookmarks
24 (eww-quit): ask confirmation before quitting eww
25
26 2013-11-26 Eli Zaretskii <eliz@gnu.org>
27
28 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
29 reading output from Diff on MS-Windows and MS-DOS.
30
31 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
32
33 * emacs-lisp/helpers.el (string-reverse): New function.
34
35 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
36
37 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
38 names on MS Windows, like "/[::1]:".
39
40 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
41 SWITCHES.
42
43 2013-11-26 Glenn Morris <rgm@gnu.org>
44
45 * progmodes/python.el (python-indent-guess-indent-offset):
46 Avoid corner-case error. (Bug#15975)
47
48 Preload leim-list.el. (Bug#4789)
49 * loadup.el: Load leim-list.el when found.
50 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
51
52 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
53
54 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
55
56 * emacs-lisp/helpers.el (string-join): New function.
57
58 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
59
60 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
61 Mark as obsolete and replace it with a symbol property.
62 (byte-compile-form): Use new 'interactive-only property.
63 * comint.el, files.el, replace.el, simple.el:
64 Apply new 'interactive-only properly.
65
66 2013-11-25 Martin Rudalics <rudalics@gmx.at>
67
68 * window.el (display-buffer-at-bottom): Make sure that
69 split-window-sensibly creates the new window on bottom
70 (Bug#15961).
71
72 2013-11-23 David Kastrup <dak@gnu.org>
73
74 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
75 on the conflict markers when available.
76 (smerge--get-marker): New function.
77 (smerge-end-re, smerge-base-re): Add subgroup.
78
79 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * frame.el (handle-focus-in, handle-focus-out): Add missing
82 interactive spec.
83
84 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
85
86 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
87 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
88
89 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
92 (gomoku--last-pos): New var.
93 (gomoku--intangible-chars): New const.
94 (gomoku--intangible): New function.
95 (gomoku-mode): Use it. Derive from special-mode.
96 (gomoku-move-up): Adjust line count.
97 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
98 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
99 Simplify accordingly.
100
101 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
102 Remove blink-cursor code.
103 (blink-cursor-timer-function, blink-cursor-suspend):
104 Don't special-case GUIs.
105 (blink-cursor-mode): Use focus-in/out-hook.
106
107 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
108
109 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
110 work when annotation is invisible (Bug#13886).
111
112 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
113
114 * json.el (json-alist-p): Only return non-nil if the alist has
115 simple keys (Bug#13518).
116
117 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
118
119 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
120 when control-statement is the first statement in a buffer (Bug#15956).
121
122 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
123
124 * imenu.el (imenu-generic-skip-comments-and-strings):
125 New option (Bug#15560).
126 (imenu--generic-function): Use it.
127
128 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
129
130 * minibuffer.el (completion--in-region-1): Scroll the correct
131 window. (Bug#13898)
132
133 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
134
135 * emacs-lisp/helpers.el: Add some string helpers.
136 (string-trim-left): Removes leading whitespace.
137 (string-trim-right): Removes trailing whitespace.
138 (string-trim): Removes leading and trailing whitespace.
139
140 * subr.el (string-suffix-p): New function.
141
142 2013-11-23 Glenn Morris <rgm@gnu.org>
143
144 * progmodes/python.el (python-shell-send-file):
145 Add option to delete file when done. (Bug#15647)
146 (python-shell-send-string, python-shell-send-region): Use it.
147
148 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
149
150 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
151 to set buffer-read-only to t, never to nil. (Bug#15938)
152
153 * textmodes/tex-mode.el (latex-noindent-environments):
154 Add safe-local-variable property. (Bug#15936)
155
156 2013-11-23 Glenn Morris <rgm@gnu.org>
157
158 * textmodes/enriched.el (enriched-mode): Doc fix.
159 * emacs-lisp/authors.el (authors-renamed-files-alist):
160 Add enriched.doc -> enriched.txt.
161
162 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
163
164 2013-11-22 Leo Liu <sdl.web@gmail.com>
165
166 * progmodes/octave.el (inferior-octave-startup): Spit out error
167 message.
168
169 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
170
171 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
172 Improve docstring.
173 Add :version.
174 (ruby-encoding-magic-comment-style): Add :version.
175
176 2013-11-22 Leo Liu <sdl.web@gmail.com>
177
178 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
179 (Bug#15076)
180 (octave-help-mode): Adapt to change to help-mode-finish to use
181 derived-mode-p on 2013-09-17.
182 (inferior-octave-prompt): Also match octave-gui.
183 (octave-kill-process): Don't ask twice. (Bug#10564)
184
185 2013-11-22 Leo Liu <sdl.web@gmail.com>
186
187 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
188 (inferior-octave-startup, inferior-octave-check-process)
189 (inferior-octave-track-window-width-change)
190 (octave-completion-at-point, octave-eldoc-function): Use it.
191 (octave-kill-process): Provide confirmation. (Bug#10564)
192
193 2013-11-21 Leo Liu <sdl.web@gmail.com>
194
195 * progmodes/octave.el (octave-mode, inferior-octave-mode):
196 Fix obsolete variable comment-use-global-state.
197
198 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
199
200 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
201 Add `octave-source-file'.
202 (octave-source-file): New function. (Bug#15935)
203
204 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
205
206 * net/eww.el (eww-local-regex): New variable.
207 (eww): Use it to detect localhost and similar.
208
209 2013-11-21 Leo Liu <sdl.web@gmail.com>
210
211 Add completion for command `ag'.
212 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
213 (pcomplete/ag): New function.
214 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
215
216 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
219 (bug#14646).
220 (make-obsolete): Remove interactive spec.
221
222 2013-11-21 Glenn Morris <rgm@gnu.org>
223
224 * startup.el (command-line-1): Use path-separator with -L.
225
226 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
227
228 * emacs-lisp/package.el (describe-package-1): Add package archive
229 to shown fields.
230
231 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
232
233 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
234 Change default to "# encoding: %s" to differentiate it from the
235 default Ruby encoding comment template.
236
237 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
238
239 * ses.el (ses-mode): Doc fix. (Bug#14748)
240
241 2013-11-20 Leo Liu <sdl.web@gmail.com>
242
243 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
244
245 2013-11-19 Dan Nicolaescu <dann@gnu.org>
246
247 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
248 when rebase or bisect are in progress.
249
250 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
251
252 * filenotify.el (file-notify-add-watch): Doc fix.
253
254 2013-11-19 Leo Liu <sdl.web@gmail.com>
255
256 * obsolete/rcompile.el: Mark obsolete.
257
258 * progmodes/compile.el (compilation-start)
259 (compilation-goto-locus, compilation-find-file):
260 Pass no-display-ok and handle nil value from display-buffer.
261 (Bug#13594)
262
263 * window.el (display-buffer-alist, display-buffer): Document the
264 new parameter no-display-ok.
265
266 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * electric.el (electric-indent-mode-map): Remove.
269 (electric-indent-mode): Change the global-map instead (bug#15915).
270
271 * textmodes/text-mode.el (paragraph-indent-minor-mode):
272 Use add-function.
273
274 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * emacs-lisp/nadvice.el (remove-function): Align with
277 add-function's behavior.
278
279 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
280 (gdb--string-regexp): New constant.
281 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
282 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
283 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
284 submatch 1.
285 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
286 Adjust use accordingly.
287 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
288
289 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
290
291 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
292 interpolation curlies (Bug#15914).
293
294 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
295
296 * calc/calc.el (calc-context-sensitive-enter): New variable.
297 (calc-enter): Use `calc-context-sensitive-enter'.
298
299 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
300
301 * progmodes/cfengine.el: Version bump.
302 (cfengine-cf-promises): New defcustom to locate cf-promises.
303 (cfengine3-vartypes): Add new "data" type.
304 (cfengine3--current-word): New function to get current name-like
305 word or its bounds.
306 (cfengine3--current-function): New function to look up a CFEngine
307 function's definition.
308 (cfengine3-format-function-docstring): New function.
309 (cfengine3-make-syntax-cache): New function.
310 (cfengine3-documentation-function): New function: ElDoc glue.
311 (cfengine3-completion-function): New function: completion glue.
312 (cfengine3-mode): Set `compile-command',
313 `eldoc-documentation-function', and add to
314 `completion-at-point-functions'.
315
316 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
317
318 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
319 `tramp-current-connection'.
320
321 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
322
323 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
324 nil/self/true/false with "end of symbol".
325
326 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
327
328 * subr.el (version-regexp-alist): Fix a typo.
329
330 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
331
332 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
333 "en_US.utf8" and "LC_CTYPE" to "".
334 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
335 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
336
337 2013-11-15 Leo Liu <sdl.web@gmail.com>
338
339 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
340
341 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * progmodes/gud.el (ctl-x-map):
344 Remove C-x SPC binding. (Bug#12342)
345 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
346
347 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
348
349 * subr.el (version-regexp-alist):
350 Recognize hg, svn and darcs versions as snapshot versions.
351
352 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
353 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
354 (ruby--encoding-comment-required-p): Extract from
355 `ruby-mode-set-encoding'.
356 (ruby-mode-set-encoding): Add the ability to always insert an
357 utf-8 encoding comment. Fix and simplify coding comment update
358 logic.
359
360 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
361
362 * net/tramp-gvfs.el (top): Run init code only when
363 `tramp-gvfs-enabled' is not nil.
364 (tramp-gvfs-enabled): Check also :system bus.
365
366 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 Sync with upstream verilog-mode revision 78e66ba.
369 * progmodes/verilog-mode.el (verilog-end-of-defun)
370 (verilog-type-completion, verilog-get-list): Remove unused funcs.
371 (verilog-get-end-of-defun): Remove unused argument.
372 (verilog-comment-depth): Remove unused local `e'.
373 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
374 Don't pass arg to verilog-get-end-of-defun.
375
376 2013-11-14 Glenn Morris <rgm@gnu.org>
377
378 * obsolete/assoc.el (aget): Prefix dynamic variable.
379
380 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
381
382 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * widget.el, hfy-cmap.el: Remove bogus package version number.
385
386 2013-11-13 Glenn Morris <rgm@gnu.org>
387
388 * replace.el (replace-eval-replacement):
389 Try to give more helpful error message. (Bug#15836)
390
391 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
392 (archive-7z-update): Avoid custom type mismatches.
393
394 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
395
396 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
397
398 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
399 address can be empty.
400
401 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
402 Accept nil SWITCHES.
403 (tramp-gvfs-handle-write-region): Implement APPEND.
404
405 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
406
407 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
408 binary "|" operator and closing block args delimiter.
409 Remove FIXME comment referring to Ruby 1.8-only syntax.
410 (ruby-smie--implicit-semi-p): Not after "|" operator.
411 (ruby-smie--closing-pipe-p): New function.
412 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
413 (ruby-smie-rules): Indent after "|".
414
415 2013-11-12 Glenn Morris <rgm@gnu.org>
416
417 * ps-print.el (ps-face-attribute-list):
418 Handle anonymous faces. (Bug#15827)
419
420 2013-11-12 Martin Rudalics <rudalics@gmx.at>
421
422 * window.el (display-buffer-other-frame): Fix doc-string.
423 (Bug#15868)
424
425 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
426
427 * subr.el (force-mode-line-update): Delete, move to buffer.c.
428
429 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
430
431 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
432 (tramp-sh-handle-file-local-copy): Don't write a message when
433 saving temporary files.
434
435 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
436 both directories are remote.
437 (tramp-smb-handle-directory-files): Do not return double entries.
438 Do not expand full file names.
439 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
440 (tramp-smb-handle-write-region): Implement APPEND.
441 (tramp-smb-get-stat-capability): Fix a stupid bug.
442
443 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
446
447 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
448
449 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
450 throwing error over malformed let/let* (bug#15814).
451
452 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
453
454 * iswitchb.el (iswitchb-mode): Mark obsolete.
455
456 2013-11-11 Glenn Morris <rgm@gnu.org>
457
458 * international/uni-bidi.el, international/uni-category.el:
459 * international/uni-name.el, international/uni-numeric.el:
460 Regenerate for Unicode 6.3.0.
461
462 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
463
464 * net/tramp.el (tramp-methods):
465 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
466 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
467
468 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
469
470 * progmodes/sh-script.el (sh-font-lock-keywords-var):
471 Force highlighting text after Summary keyword in doc face for rpm.
472
473 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
474
475 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
476 available and the word has no wildcards, append one to the grep pattern.
477 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
478 (ispell-complete-word): Call `ispell-lookup-words' with the value
479 independent of `ispell-look-p'.
480
481 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
482
483 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
484 Not after "||".
485 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
486 their parent.
487
488 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
491 (ruby-font-lock-keywords): Use backquote.
492
493 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
494
495 * progmodes/ruby-mode.el (ruby-smie--forward-token)
496 (ruby-smie--backward-token): Only consider full-string matches.
497
498 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
499
500 * faces.el (describe-face): Add distant-foreground.
501
502 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
503
504 * progmodes/ruby-mode.el: Improve encoding comment handling.
505 (ruby-encoding-magic-comment-style): New option.
506 (ruby-custom-encoding-magic-comment-template): New option.
507 (ruby--insert-coding-comment, ruby--detect-encoding): New
508 functions extracted from `ruby-mode-set-encoding'.
509 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
510 to control the style of the auto-inserted encoding comment.
511
512 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
513
514 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
515 Use `smie-backward-sexp' with token argument.
516
517 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
518
519 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
520 Remove instrumentation code.
521
522 2013-11-08 Glenn Morris <rgm@gnu.org>
523
524 * progmodes/autoconf.el (autoconf-mode):
525 Tweak comment-start-skip. (Bug#15822)
526
527 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
530 at bobp (bug#15826).
531 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
532
533 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
534
535 * man.el (Man-start-calling): New macro, extracted from
536 Man-getpage-in-background.
537 (Man-getpage-in-background): Use it.
538 (Man-update-manpage): New command.
539 (Man-mode-map): Bind it.
540
541 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
542
543 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
544 of "and", "or", "&&" and "||".
545 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
546 argument. Prohibit opening curly brace because it could only be a
547 block opener in that position.
548 (ruby-smie--forward-token, ruby-smie--backward-token):
549 Separate "|" from "&" or "*" going after it. That can happen in block
550 arguments.
551 (ruby-smie--indent-to-stmt): New function, seeks the end of
552 previous statement or beginning of buffer.
553 (ruby-smie-rules): Use it.
554 (ruby-smie-rules): Check if there's a ":" before a curly block
555 opener candidate; if there is, it's a hash.
556
557 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
560 (cl--block-wrapper): Fix last accidental change.
561
562 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
563
564 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
565 Instrument, in order to hunt failure on hydra.
566
567 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
568
569 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
570 malformed bindings form (bug#15814).
571
572 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
573
574 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
575 "." compared to " @ ". This incidentally fixes some indentation
576 examples with "do".
577 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
578 (ruby-smie-grammar): New tokens: "and" and "or".
579 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
580 Exclude "and" and "or". Remove "do" in order to work around token
581 priorities.
582 (ruby-smie-rules): Add all infix tokens. Handle the case of
583 beginning-of-buffer.
584
585 2013-11-06 Glenn Morris <rgm@gnu.org>
586
587 * Makefile.in (setwins_almost, setwins_for_subdirs):
588 Avoid accidental matches.
589
590 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * menu-bar.el (popup-menu): Use key-binding.
593
594 2013-11-06 Eli Zaretskii <eliz@gnu.org>
595
596 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
597 menus, support also the menus produced by minor modes.
598 (Bug#15817)
599
600 2013-11-06 Leo Liu <sdl.web@gmail.com>
601
602 * thingatpt.el (thing-at-point-looking-at): Add optional arg
603 DISTANCE to bound the search. All uses changed. (Bug#15808)
604
605 2013-11-06 Glenn Morris <rgm@gnu.org>
606
607 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
608 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
609 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
610
611 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * electric.el (electric-indent-just-newline): New command.
614 (electric-indent-mode-map): New keymap.
615 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
616 Re-add :group which weren't redundant.
617
618 * electric.el (electric-indent-local-mode): New minor mode.
619 (electric-indent-functions-without-reindent): New var.
620 (electric-indent-post-self-insert-function): Use it.
621 * emacs-lisp/gv.el (buffer-local-value): Add setter.
622
623 2013-11-05 Eli Zaretskii <eliz@gnu.org>
624
625 * international/quail.el (quail-help): Be more explicit about the
626 meaning of the labels shown on the keys. (Bug#15800)
627
628 * startup.el (normal-top-level): Load the subdirs.el files before
629 setting the locale environment. (Bug#15805)
630
631 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
634 via arguments so as to get the right ones (bug#15418).
635
636 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
637
638 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
639
640 Fix problems found while writing a test suite.
641
642 * net/tramp-compat.el (tramp-compat-load): New defun.
643 * net/tramp.el (tramp-handle-load): Use it.
644
645 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
646 "(numberp ok-if-already-exists)" correctly.
647
648 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
649
650 * international/characters.el (glyphless-char-display-control):
651 Add usage note.
652
653 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
654
655 * progmodes/python.el (python-mode):
656 * progmodes/scheme.el (scheme-mode):
657 * progmodes/prolog.el (prolog-mode):
658 * progmodes/ruby-mode.el (ruby-mode):
659 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
660 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
661
662 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * rect.el (rectangle--highlight-for-redisplay):
665 * emacs-lisp/smie.el (smie--next-indent-change):
666 Use buffer-chars-modified-tick.
667
668 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
669
670 * electric.el (electric-indent-post-self-insert-function):
671 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
672
673 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
674
675 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
676
677 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
678
679 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
680 (bug#15786).
681
682 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
685
686 * progmodes/python.el: Fix up last change.
687 (python-shell--save-temp-file): New function.
688 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
689 `string' comes from the current buffer.
690 (python-shell-send-string-no-output): Remove `msg' arg.
691 (python--use-fake-loc): New var.
692 (python-shell-buffer-substring): Obey it. Try to compensate for the
693 extra coding line added by python-shell--save-temp-file.
694 (python-shell-send-region): Use python-shell--save-temp-file and
695 python-shell-send-file directly. Add `nomain' argument.
696 (python-shell-send-buffer): Use python-shell-send-region.
697 (python-electric-pair-string-delimiter): New function.
698 (python-mode): Use it.
699
700 2013-11-04 Eli Zaretskii <eliz@gnu.org>
701
702 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
703 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
704 environment and decoding all of the default-directory's to here
705 from command-line.
706 (command-line): Decode also argv[0].
707
708 * loadup.el: Error out if default-directory is a multibyte string
709 when we are dumping.
710
711 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
712
713 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
714
715 * emacs-lisp/package.el (package-menu-mode)
716 (package-menu--print-info, package-menu--archive-predicate):
717 Add Archive column to package list.
718
719 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
720
721 Fix problems found while writing a test suite.
722
723 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
724 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
725 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
726 to nil when running original file name handler. Otherwise,
727 there are problems with constructs like "$$FOO".
728
729 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
730 for `localname'.
731
732 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
733
734 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
735
736 * subr.el (version<, version<=, version=):
737 Update docstrings with information for snapshot versions.
738
739 * helpers.el: New library for misc helper functions.
740 (hash-table-keys): New function returning a list of hash keys.
741 (hash-table-values): New function returning a list of hash values.
742
743 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
744
745 * progmodes/ruby-mode.el (ruby-smie--forward-token)
746 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
747
748 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
749
750 * textmodes/fill.el (fill-single-char-nobreak-p): New function
751 checking whether point is after a 1-letter word.
752
753 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
754
755 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
756 Don't infloop when expanding region over `multiline' syntax-type that
757 begins a line (bug#15778).
758
759 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
760
761 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
762 Make it into a proper minor mode.
763 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
764 (rectangle-mark-mode-map): New keymap.
765 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
766
767 2013-11-04 Glenn Morris <rgm@gnu.org>
768
769 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
770
771 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
774 (ruby-smie-rules): Use smie-rule-parent instead.
775
776 * emacs-lisp/smie.el (smie-rule-parent): Always call
777 smie-indent-virtual rather than only for hanging tokens.
778 (smie--next-indent-change): New helper command.
779
780 2013-11-03 Glenn Morris <rgm@gnu.org>
781
782 * Makefile.in (abs_srcdir): Remove.
783 (emacs): Unset EMACSLOADPATH.
784
785 2013-11-02 Glenn Morris <rgm@gnu.org>
786
787 * Makefile.in (EMACS): Use a relative filename.
788 (abs_top_builddir): Remove.
789 (custom-deps, finder-data, autoloads): Use --chdir.
790
791 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
792
793 Use relative filenames in TAGS files.
794 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
795 (lisptagsfiles4, TAGS): Use relative file names.
796 (TAGS-LISP): Remove.
797 (maintainer-clean): No more TAGS-LISP file.
798
799 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
800 (lisptagsfiles4): Use absolute filenames again.
801 (TAGS, TAGS-LISP): Not everything needs to run in one line.
802 Remove all *loaddefs files, not just the first. Remove esh-groups.
803 (maintainer-clean): Delete TAGS, TAGS-LISP.
804
805 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
806
807 * emacs-lisp/package.el (package-version-join):
808 Recognize snapshot versions.
809
810 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
811
812 * subr.el (version-regexp-alist): Add support for snapshot versions.
813
814 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
815
816 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
817 New function, replacement for `smie-rule-parent' for when we want to
818 skip over our direct parent if it's an assignment token..
819 (ruby-smie-rules): Use it.
820
821 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
822
823 * progmodes/ruby-mode.el Use `syntax-propertize-function'
824 unconditionally. Remove now unnecessary forward declarations.
825 Remove XEmacs-specific setup.
826 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
827 (ruby-font-lock-syntactic-keywords)
828 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
829 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
830 (ruby-here-doc-end-syntax): Remove.
831 (ruby-mode): Don't check whether `syntax-propertize-rules' is
832 defined as function.
833
834 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
835
836 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
837
838 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
839
840 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
841 table and abbrev table, `define-derived-mode' does that for us
842 anyway.
843
844 2013-11-01 Glenn Morris <rgm@gnu.org>
845
846 * Makefile.in: Remove manual mh-e dependencies (writing .elc
847 files is atomic for some time, so no parallel compilation issues).
848
849 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
850
851 * faces.el (face-x-resources): Add :distant-foreground.
852 (region): Use :distant-foreground for gtk and ns.
853
854 2013-11-01 Tassilo Horn <tsdh@gnu.org>
855
856 Allow multiple bibliographies when BibLaTeX is used rather than
857 BibTeX.
858 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
859 (reftex-locate-bibliography-files): Us it.
860
861 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
862
863 * image.el (image-type-header-regexps): Fix the 'pbm' part to
864 allow comments in pbm files.
865
866 * term/w32-win.el (dynamic-library-alist): Support newer versions
867 of libjpeg starting with v7: look only for the DLL from the
868 version against which Emacs was built.
869 Support versions of libpng beyond 1.4.x.
870 Support libtiff v4.x.
871
872 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
873
874 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
875 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
876 Add property :safe.
877 (ruby-deep-arglist): Add property :type.
878
879 2013-10-31 Glenn Morris <rgm@gnu.org>
880
881 * Makefile.in (custom-deps, finder-data): No need to setq the target
882 variables, we are in the right directory and the defaults work fine.
883
884 2013-10-30 Glenn Morris <rgm@gnu.org>
885
886 * Makefile.in (autoloads): Do not use abs_lisp.
887
888 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
889 `newline' does not respect `standard-output', so use `princ'.
890
891 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
892
893 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
894 * buff-menu.el (Buffer-menu--unmark): New function.
895 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
896
897 2013-10-30 Glenn Morris <rgm@gnu.org>
898
899 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
900
901 * emacs-lisp/package.el (lm-homepage): Declare.
902
903 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
904 Fix doc typos.
905
906 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
907
908 * Makefile.in (finder-data, autoloads, update-subdirs)
909 (compile-main, compile-clean, compile-always, bootstrap-clean):
910 Check return value of cd.
911 (compile-calc): Remove.
912
913 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
916
917 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
918 (byte-compile-and-folded): New function.
919 (=, <, >, <=, >=): Use it.
920
921 * dos-w32.el (minibuffer-history-case-insensitive-variables)
922 (path-separator, null-device, buffer-file-coding-system)
923 (lpr-headers-switches): Check system-type before modifying them.
924 (find-buffer-file-type-coding-system): Mark obsolete.
925 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
926 find-file-not-found-set-buffer-file-coding-system.
927 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
928 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
929 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
930 (w32-direct-print-region-helper, w32-direct-print-region-function)
931 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
932 * startup.el (normal-top-level-add-subdirs-to-load-path):
933 * ps-print.el (ps-print-region-function):
934 * lpr.el (print-region-function): Use new name.
935
936 * subr.el (custom-declare-variable-early): Remove function.
937 (custom-declare-variable-list): Remove var.
938 (error, user-error): Remove `while' loop.
939 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
940 (user-emacs-directory-warning, locate-user-emacs-file):
941 Move to files.el.
942 * simple.el (read-quoted-char-radix, read-quoted-char):
943 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
944 Move from subr.el.
945 * custom.el (custom-declare-variable-list): Don't process
946 custom-declare-variable-list.
947
948 * progmodes/python.el (python-shell-get-buffer): New function.
949 (python-shell-get-process): Use it.
950 (python-shell-send-string): Always use utf-8 and add a cookie to tell
951 Python which encoding was used. Don't split-string since we only care
952 about the first line. Return the temp-file, if applicable.
953 (python-shell-send-region): Tell compile.el how to turn locations in
954 the temp-file into locations in the source buffer.
955
956 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * subr.el (undefined): Add missing behavior from the C code for
959 unbound keys.
960
961 * rect.el: Use lexical-binding. Add new rectangular region support.
962 (rectangle-mark): New command.
963 (rectangle--region): New var.
964 (deactivate-mark-hook): Reset rectangle--region.
965 (rectangle--extract-region, rectangle--insert-for-yank)
966 (rectangle--highlight-for-redisplay)
967 (rectangle--unhighlight-for-redisplay): New functions.
968 (region-extract-function, redisplay-unhighlight-region-function)
969 (redisplay-highlight-region-function): Use them to handle
970 rectangular region.
971 * simple.el (region-extract-function): New var.
972 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
973 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
974 (kill-region): Replace obsolete `yank-handler' arg with `region'.
975 (copy-region-as-kill, kill-ring-save): Add `region' argument.
976 (redisplay-unhighlight-region-function)
977 (redisplay-highlight-region-function): New vars.
978 (redisplay--update-region-highlight): New function.
979 (pre-redisplay-function): Use it.
980 (exchange-point-and-mark): Don't deactivate the mark before
981 reactivate-it anyway.
982 * comint.el (comint-kill-region): Remove yank-handler argument.
983 * delsel.el (delete-backward-char, backward-delete-char-untabify)
984 (delete-char): Remove property, since it's now part of their
985 default behavior.
986 (self-insert-iso): Remove property since this command doesn't exist.
987
988 * emacs-lisp/package.el (package--download-one-archive)
989 (describe-package-1): Don't query the user about final newline.
990
991 2013-10-29 Daniel Colascione <dancol@dancol.org>
992
993 * net/tramp.el (tramp-methods): Document new functionality.
994 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
995 tramp-hostname-checker if method provides one instead of scanning
996 argument list for "%h" to decide hostname acceptability.
997
998 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
999
1000 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1001 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1002 Handle COPY-CONTENTS. (Bug#15737)
1003
1004 2013-10-28 Daiki Ueno <ueno@gnu.org>
1005
1006 * epa-file.el
1007 (epa-file-cache-passphrase-for-symmetric-encryption):
1008 Document that this option has no effect with GnuPG 2.0 (bug#15552).
1009
1010 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1011
1012 * image.el (defimage):
1013 (image-load-path): Doc fixes.
1014
1015 2013-10-27 Alan Mackenzie <acm@muc.de>
1016
1017 Indent statements in macros following "##" correctly.
1018 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1019 Modify the "#" arm of a cond form to handle "#" and "##" operators.
1020
1021 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1022
1023 * linum.el (linum-update-window): Fix boundary test (bug#13446).
1024
1025 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
1026
1027 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1028 after `=' is probably a new expression.
1029
1030 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1031
1032 * man.el (man-imenu-title): New option.
1033 (Man-mode-map): Add menu. (Bug#15722)
1034 (Man-mode): Add imenu to menu.
1035
1036 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1037
1038 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1039 specific in what the first arg can be: a non-keyword word,
1040 string/regexp/percent literal opener, opening paren, or unary
1041 operator followed directly by word.
1042
1043 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1046 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1047 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1048 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1049 Remove vars, they do not apply any more.
1050 (prolog-mode-abbrev-table): Remove redundant declaration.
1051 (prolog-upper-case-string, prolog-lower-case-string): Remove.
1052 (prolog-use-smie): Remove.
1053 (prolog-smie-rules): Add indentation rule for the if-then-else layout
1054 supported by prolog-electric-if-then-else-flag.
1055 (prolog-mode-variables, prolog-menu): Use setq-local.
1056 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1057 Remove binding to `Backspace' since this key doesn't exist anyway.
1058 Remove bindings for electric self-inserting keys.
1059 (prog-mode): Assume it's defined.
1060 (prolog-post-self-insert): New function.
1061 (prolog-mode): Use it.
1062 (prolog-indent-line, prolog-indent-level)
1063 (prolog-find-indent-of-matching-paren)
1064 (prolog-indentation-level-of-line, prolog-goto-comment-column)
1065 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1066 (prolog-goto-next-paren, prolog-in-string-or-comment)
1067 (prolog-tokenize, prolog-inside-mline-comment)
1068 (prolog-find-start-of-mline-comment): Remove functions.
1069 (prolog-find-unmatched-paren, prolog-clause-end)
1070 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1071 (prolog-electric--if-then-else): Rename from
1072 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1073 (prolog-tokenize-searchkey): Remove const.
1074 (prolog-clause-info): Use forward-sexp.
1075 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1076 (prolog-electric-if-then-else): Remove commands.
1077 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1078 for use in post-self-insert-hook.
1079 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1080 for use in post-self-insert-hook.
1081 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1082 for use in post-self-insert-hook.
1083 (prolog-electric--underscore): Rename from prolog-electric--underscore;
1084 adapt it for use in post-self-insert-hook.
1085
1086 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
1087
1088 * emacs-lisp/ert.el (ert-run-tests-interactively):
1089 Use `completing-read'. (Bug#9756)
1090
1091 2013-10-25 Eli Zaretskii <eliz@gnu.org>
1092
1093 * simple.el (line-move): Call line-move-1 instead of
1094 line-move-visual when the current window hscroll is zero, but
1095 temporary-goal-column indicates we will need to hscroll as result
1096 of the movement. (Bug#15712)
1097
1098 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
1099
1100 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1101 capitalization. Use :visible instead of :active.
1102 Fix `ruby-indent-exp' reference. Add menu items for the generic
1103 commands that are used with SMIE.
1104 (ruby-do-end-to-brace): Insert space after `{'.
1105
1106 2013-10-25 John Anthony <john@jo.hnanthony.com>
1107
1108 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
1109
1110 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
1111
1112 2013-10-25 Glenn Morris <rgm@gnu.org>
1113
1114 * vc/vc.el (vc-print-log): Don't use a working revision unless
1115 one was explicitly specified. (Bug#15322)
1116
1117 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * subr.el (add-to-list): Preserve return value in compiler-macro
1120 (bug#15692).
1121
1122 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1123
1124 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1125 result. Ask user to retry using '-all' flag. (Bug#15701)
1126
1127 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * emacs-lisp/smie.el: New smie-config system.
1130 (smie-config): New defcustom.
1131 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1132 (smie-config-guess, smie-config-save): New commands.
1133 (smie-config--mode-local, smie-config--buffer-local)
1134 (smie-config--trace, smie-config--modefuns): New vars.
1135 (smie-config--advice, smie-config--mode-hook)
1136 (smie-config--setter, smie-config-local, smie-config--get-trace)
1137 (smie-config--guess-value, smie-config--guess): New functions.
1138 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1139 text properties. Treat "string fence" syntax like string syntax.
1140
1141 * progmodes/sh-script.el (sh-use-smie): Change default.
1142 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1143 (sh-var-value): Simplify by CSE.
1144 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1145 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1146 is used.
1147 (sh-guess-basic-offset): Use cl-incf.
1148 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1149
1150 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
1151
1152 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1153 (bug#15699).
1154
1155 2013-10-24 Glenn Morris <rgm@gnu.org>
1156
1157 * Makefile.in (abs_top_srcdir): Remove.
1158 (update-subdirs): Use relative path to update-subdirs.
1159
1160 2013-10-24 Eli Zaretskii <eliz@gnu.org>
1161
1162 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1163 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1164 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1165 Call unmsys--file-name before expand-file-name, not after it.
1166
1167 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1168
1169 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1170 (ert-test-skipped): New error.
1171 (ert-skip, ert-stats-skipped): New defuns.
1172 (ert--skip-unless): New macro.
1173 (ert-test-skipped): New struct.
1174 (ert--run-test-debugger, ert-test-result-type-p)
1175 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1176 (ert--stats-set-test-and-result, ert-char-for-test-result)
1177 (ert-string-for-test-result, ert-run-tests-batch)
1178 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1179 Handle skipped tests. (Bug#9803)
1180
1181 2013-10-24 Glenn Morris <rgm@gnu.org>
1182
1183 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1184
1185 * Makefile.in (abs_top_srcdir): New, set by configure.
1186 (update-subdirs): Correct build-aux location.
1187
1188 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1189
1190 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1191 value, whether we could auto-deduce `backend', or not.
1192
1193 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1194 with parameters" example. Simplify the "is it block or is it
1195 hash" check, but also make it more thorough.
1196
1197 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1198
1199 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1200
1201 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1204 { if it is hanging.
1205
1206 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1207 :before ";".
1208
1209 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1210
1211 * progmodes/compile.el (compilation-directory-matcher)
1212 (compilation-page-delimiter):
1213 Support GNU Make-4.0 directory quoting. (Bug#15678)
1214
1215 2013-10-23 Leo Liu <sdl.web@gmail.com>
1216
1217 * ido.el (ido-tidy): Handle read-only text.
1218
1219 2013-10-23 Glenn Morris <rgm@gnu.org>
1220
1221 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1222 (emacs, compile, compile-always):
1223 Quote entities that might contain whitespace.
1224 (custom-deps, finder-data, autoloads): Use abs_lisp.
1225 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1226 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1227 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1228
1229 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1230
1231 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1232 Use `following-char'.
1233
1234 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1237 * progmodes/ruby-mode.el (ruby-smie-rules):
1238 Remove corresponding workaround. Fix indentation rule of ";" so it
1239 also applies when ";" is the parent.
1240
1241 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1242
1243 * frame.el (display-screens, display-pixel-height)
1244 (display-pixel-width, display-mm-width, display-backing-store)
1245 (display-save-under, display-planes, display-color-cells)
1246 (display-visual-class, display-monitor-attributes-list):
1247 Mention the optional ‘display’ argument in doc strings.
1248
1249 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1250
1251 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1252 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1253
1254 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1255
1256 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1257 TODO. Add "." after " @ ".
1258 (ruby-smie--at-dot-call): New function. Checks if point at method
1259 call with explicit target.
1260 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1261 to the method name tokens when it precedes them.
1262 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1263 (ruby-smie-rules): Add rule for indentation before and after "."
1264 token.
1265
1266 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * textmodes/remember.el (remember-diary-extract-entries):
1269 Avoid add-to-list.
1270
1271 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1272 an instruction.
1273
1274 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1275
1276 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1277 (ruby-smie--implicit-semi-p): Add new operator chars.
1278
1279 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1280 `smie-down-list'.
1281 (ruby-smie--args-separator-p): Check that there's no newline
1282 between method call and its arguments.
1283
1284 2013-10-20 Alan Mackenzie <acm@muc.de>
1285
1286 Allow comma separated lists after Java "implements".
1287
1288 * progmodes/cc-engine.el (c-backward-over-enum-header):
1289 Parse commas.
1290 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1291 from a "disallowed" list in enum fontification.
1292
1293 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1294
1295 * startup.el (default-frame-background-mode): Remove unused defvar.
1296
1297 * progmodes/verilog-mode.el (verilog-mode): Don't set
1298 comment-indent-function globally.
1299
1300 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1301
1302 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1303 Move Info menu item creation to ns-win.el.
1304
1305 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1306 in menu bar.
1307
1308 * menu-bar.el: Move GNUStep specific menus...
1309
1310 * term/ns-win.el (ns-initialize-window-system): ... to here.
1311
1312 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * simple.el (newline): Only run post-self-insert-hook when
1315 called interactively.
1316
1317 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1318
1319 * icomplete.el (icomplete-with-completion-tables): Add :version.
1320
1321 2013-10-19 Alan Mackenzie <acm@muc.de>
1322
1323 Fix fontification bugs with constructors and const.
1324
1325 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1326 CASE 2) Remove the check for the absence of a suffix construct
1327 after a function declaration with only types (no identifiers) in
1328 the parentheses. Also, accept a function declaration with just a
1329 type inside the parentheses, if this type can be positively
1330 recognised as such, or if a prefix keyword like "explicit" nails
1331 down the construct as a declaration.
1332
1333 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1334
1335 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1336 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1337 the problem whereby selecting a menu item that leads to a
1338 minibuffer prompt moves the cursor out of the minibuffer window,
1339 making it hard to type at the prompt. Suggested by Stefan Monnier
1340 <monnier@iro.umontreal.ca>.
1341
1342 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1343
1344 * menu-bar.el: Don't make Services menu.
1345
1346 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1347
1348 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1349 (ffap-alist): Use ffap-c++-mode for c++-mode.
1350 (ffap-c++-path): New variable.
1351 (ffap-c++-mode): New function.
1352
1353 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1354
1355 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1356
1357 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1358
1359 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1360 introduced on 2013-09-08, which results in an infinite loop
1361 requesting a password.
1362
1363 2013-10-18 Glenn Morris <rgm@gnu.org>
1364
1365 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1366
1367 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1368
1369 Sync with upstream verilog-mode revision 1a6ecec7.
1370 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1371 (verilog-mode-release-date): Remove.
1372 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1373 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1374 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1375 (verilog-auto-tieoff-ignore-regexp)
1376 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1377 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1378 (verilog-signals-with, verilog-dir-cache-preserving)
1379 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1380 Doc fixes.
1381 (verilog-case-fold): New option, to control case folding in
1382 regexp searches, bug597.
1383 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1384 (verilog-string-match-fold, verilog-in-paren-count)
1385 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1386 (verilog-at-close-struct-p): New functions.
1387 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1388 (verilog-forward-sexp, verilog-set-auto-endcomments):
1389 (verilog-leap-to-case-head): Handle "unique0" case.
1390 (verilog-in-constraint-re): New constant.
1391 (verilog-keywords, verilog-type-font-keywords):
1392 Add some SystemVerilog 1800-2012 keywords.
1393 (verilog-label-be): Remove unimplemented argument, bug669.
1394 (verilog-batch-execute-func): When batch expanding clear
1395 create-lockfiles to prevent spurious user locks when a file ends
1396 up not changing.
1397 (verilog-calculate-indent, verilog-calc-1)
1398 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1399 (verilog-do-indent): Fix indentation of nested constraints
1400 and structures.
1401 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1402 (verilog-auto-inst-param): Use verilog-string-match-fold.
1403 (verilog-read-inst-module-matcher):
1404 Fix AUTOINST on gate primitives with #1.
1405 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1406 Reads all user-defined typed variables.
1407 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1408 (verilog-signals-matching-regexp)
1409 (verilog-signals-not-matching-regexp, verilog-auto):
1410 Respect verilog-case-fold.
1411 (verilog-diff-report): Fix line count.
1412 (verilog-auto-assign-modport): Remove unused local `modi'.
1413 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1414 better handle multidimensional arrays.
1415 Fix packed array ports misadding bit index in AUTOINST, bug637.
1416 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1417 to not double-declare existing outputs and inputs, respectively.
1418 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1419 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1420 (verilog-sk-uvm-component): New skeleton.
1421 (verilog-submit-bug-report): Add verilog-case-fold,
1422 remove verilog-mode-release-date.
1423
1424 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1425
1426 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1427 as before.
1428
1429 2013-10-18 Reuben Thomas <rrt@sc3d.org>
1430
1431 * textmodes/remember.el (remember): set buffer-offer-save in
1432 remember buffers (bug#13566).
1433
1434 2013-10-18 Daniel Colascione <dancol@dancol.org>
1435
1436 When evaluating forms in ielm, direct standard output to ielm
1437 buffer. Add new ielm-return-for-effect command. Remove trailing
1438 whitespace throughout.
1439
1440 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1441 (ielm-return-for-effect): New command.
1442 (ielm-send-input): Accept optional `for-effect' parameter.
1443 (ielm-eval-input): Accept optional `for-effect' parameter.
1444 Bind `standard-output' to stream we create using
1445 `ielm-standard-output-impl'. Suppress printing result when
1446 `for-effect'.
1447 (ielm-standard-output-impl): New function.
1448 (inferior-emacs-lisp-mode): Explain new features in documentation.
1449
1450 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
1451
1452 Code cleanup.
1453
1454 * net/tramp.el (tramp-debug-message): Do not check for connection
1455 buffer.
1456 (tramp-message): Use "vector" connection property.
1457
1458 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1459 (tramp-equal-remote, tramp-eshell-directory-change)
1460 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1461 (tramp-adb-handle-rename-file)
1462 * net/tramp-cmds.el (tramp-list-remote-buffers)
1463 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1464 * net/tramp-compat.el (tramp-compat-process-running-p)
1465 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1466 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1467 (tramp-gvfs-handle-rename-file)
1468 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1469 (tramp-set-file-uid-gid)
1470 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1471 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1472 of `file-remote-p'.
1473
1474 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1475 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1476 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1477 (tramp-gw-open-network-stream): Suppress unrelated traces.
1478
1479 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1480 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1481 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1482 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1483 connection property.
1484
1485 * net/tramp-cache.el (top): Suppress traces when reading
1486 persistency file.
1487
1488 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1489 Refactor common code. Improve debug message.
1490 (tramp-maybe-open-connection)
1491 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1492 connection buffer too early.
1493
1494 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1495 from `tramp-smb-actions-with-acl'.
1496 (tramp-smb-actions-set-acl): New defconst.
1497 (tramp-smb-handle-copy-directory)
1498 (tramp-smb-action-get-acl): New defun, renamed from
1499 `tramp-smb-action-with-acl'.
1500 (tramp-smb-action-set-acl): New defun.
1501 (tramp-smb-handle-set-file-acl): Rewrite.
1502
1503 2013-10-17 Glenn Morris <rgm@gnu.org>
1504
1505 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1506
1507 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 * skeleton.el (skeleton-newline): Remove.
1510 (skeleton-internal-1): Use (insert "\n") instead.
1511
1512 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1513 let-bindings.
1514
1515 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1516 forward-sexp-function while we redo its job (bug#15613).
1517
1518 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1519
1520 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1521 represented by lists.
1522
1523 2013-10-16 Glenn Morris <rgm@gnu.org>
1524
1525 * tmm.el (tmm--history): New dynamic variable.
1526 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1527
1528 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
1529
1530 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1531 (tramp-smb-errors): Add error messages.
1532 (tramp-smb-actions-with-acl): New defconst.
1533 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1534 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1535 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1536 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1537 (tramp-smb-get-stat-capability): Fix tests.
1538
1539 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1540
1541 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1542 (bug#15580).
1543
1544 2013-10-16 Glenn Morris <rgm@gnu.org>
1545
1546 * ansi-color.el (ansi-color-drop-regexp):
1547 Add 1J, 1K, 2K. (Bug#15617)
1548
1549 * files.el (hack-local-variables--warned-lexical): New.
1550 (hack-local-variables):
1551 Warn about misplaced lexical-binding. (Bug#15616)
1552
1553 * net/eww.el (eww-render): Always set eww-current-url,
1554 and update header line. (Bug#15622)
1555 (eww-display-html): ... Rather than just doing it here.
1556
1557 2013-10-15 Eli Zaretskii <eliz@gnu.org>
1558
1559 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1560 menu navigations commands.
1561
1562 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1563
1564 * progmodes/subword.el (subword-capitalize): Be careful when
1565 the search for [[:alpha:]] fails (bug#15580).
1566
1567 2013-10-14 Eli Zaretskii <eliz@gnu.org>
1568
1569 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1570 to commands that scroll the menu.
1571
1572 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1573
1574 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1575 Handle methods ending with `?' and `!'.
1576
1577 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
1578
1579 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1580 `japanese-cp932' to `cp932' to fix the problem where saving a
1581 source file written in Shift_JIS twice would end up having
1582 `coding: japanese-cp932' which Ruby could not recognize.
1583 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1584 in `ruby-encoding-map'.
1585 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1586 doesn't need to be explicitly declared in magic comment.
1587 (ruby-encoding-map): Add type declaration for better customize UI.
1588
1589 2013-10-13 Glenn Morris <rgm@gnu.org>
1590
1591 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1592 Occur buffers are read-only. http://bugs.debian.org/720775
1593
1594 * emacs-lisp/authors.el (authors-fixed-entries):
1595 Comment out old alpha stuff.
1596
1597 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1598
1599 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1600 to `after-save-hook' instead of `before-save-hook'.
1601 (ruby-mode-set-encoding): Use the value of coding system used to
1602 write the file. Call `basic-save-buffer-1' after modifying the
1603 buffer.
1604
1605 2013-10-13 Alan Mackenzie <acm@muc.de>
1606
1607 Fix indentation/fontification of Java enum with
1608 "implements"/generic.
1609
1610 * progmodes/cc-engine.el (c-backward-over-enum-header):
1611 Extracted from the three other places and enhanced to handle generics.
1612 (c-inside-bracelist-p): Uses new function above.
1613 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1614 function above.
1615 (c-font-lock-enum-tail): Uses new function above.
1616
1617 2013-10-13 Kenichi Handa <handa@gnu.org>
1618
1619 * international/mule-cmds.el (select-safe-coding-system): Remove a
1620 superfluous condition in chekcing whether a coding system is safe
1621 or not.
1622
1623 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1624
1625 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1626
1627 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
1628
1629 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1630
1631 2013-10-13 Glenn Morris <rgm@gnu.org>
1632
1633 * menu-bar.el (menu-bar-update-buffers):
1634 Unify Buffers menu prompt string. (Bug#15576)
1635
1636 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1637
1638 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1639 Add some entries.
1640 (authors-fixed-entries): Use accented form of name.
1641
1642 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1645 method calls (bug#15594).
1646 (ruby-smie--args-separator-p): New function.
1647 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1648 recognize paren-free method calls.
1649
1650 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1651 internals of universal-argument.
1652
1653 2013-10-11 Eli Zaretskii <eliz@gnu.org>
1654
1655 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1656 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1657 dropped menu on second mouse click on the menu bar.
1658
1659 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1662 (explicit-shell-file-name): Declare.
1663 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1664 (sh-completion-at-point-function): New function.
1665 (sh-mode): Use it.
1666 (sh-smie--keyword-p): Remove unused argument.
1667 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1668 vars.
1669 (sh-set-shell): Always setup SMIE, even if we use the
1670 old indentation code.
1671
1672 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1673
1674 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1675 cases of ? and =.
1676 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1677 predicate would return nil are almost non-existent.
1678 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1679
1680 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1681 cache also after commands that modify the buffer but don't move
1682 point.
1683
1684 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * env.el (substitute-env-in-file-name): New function.
1687 (substitute-env-vars): Extend the meaning of the optional arg.
1688
1689 2013-10-10 Eli Zaretskii <eliz@gnu.org>
1690
1691 * term/w32-win.el (dynamic-library-alist): Define separate lists
1692 of GIF DLLs for versions before and after 5.0.0 of giflib.
1693 (Bug#15531)
1694
1695 2013-10-10 João Távora <joaotavora@gmail.com>
1696
1697 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1698 not locked, use last revision and current source as
1699 defaults. (Bug#15569)
1700
1701 2013-10-10 Masatake YAMATO <yamato@redhat.com>
1702
1703 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1704 menu-bar is hidden.
1705
1706 2013-10-10 Martin Rudalics <rudalics@gmx.at>
1707
1708 * window.el (pop-to-buffer-same-window): Fix doc-string.
1709 (Bug#15492)
1710
1711 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1714
1715 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1716
1717 * calendar/icalendar.el (icalendar-import-file):
1718 Fix interactive spec. (Bug#15482)
1719
1720 2013-10-10 Glenn Morris <rgm@gnu.org>
1721
1722 * desktop.el (desktop-save): Default to saving in .emacs.d,
1723 since PWD is no longer in desktop-path by default. (Bug#15319)
1724
1725 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1726 now that text mode has a menu with the same entry.
1727 (menu-bar-text-mode-auto-fill): Remove now unused func.
1728 * textmodes/text-mode.el (text-mode-map):
1729 Use auto-fill help text from menu-bar.el.
1730
1731 2013-10-10 John Anthony <john@jo.hnanthony.com>
1732
1733 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1734
1735 2013-10-09 Juri Linkov <juri@jurta.org>
1736
1737 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1738 instead of this-command-keys. Add universal-argument-more and
1739 universal-argument-minus to the list of prefix commands. (Bug#15568)
1740
1741 2013-10-09 Glenn Morris <rgm@gnu.org>
1742
1743 * vc/vc-svn.el (vc-svn-create-repo):
1744 Expand paths in file://... url. (Bug#15446)
1745
1746 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1747 Add some entries.
1748 (authors): Remove unused local variables.
1749
1750 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * profiler.el: Create a more coherent calltree from partial backtraces.
1753 (profiler-format): Hide the tail with `invisible' so that C-s can still
1754 find the hidden elements.
1755 (profiler-calltree-depth): Don't recurse so enthusiastically.
1756 (profiler-function-equal): New hash-table-test.
1757 (profiler-calltree-build-unified): New function.
1758 (profiler-calltree-build): Use it.
1759 (profiler-report-make-name-part): Indent the calltree less.
1760 (profiler-report-mode): Add visibility specs for profiler-format.
1761 (profiler-report-expand-entry, profiler-report-toggle-entry):
1762 Expand the whole subtree when provided with a prefix arg.
1763
1764 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1765
1766 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1767 iuwu-mod token.
1768 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1769 hanging iuwu-mod token.
1770 (ruby-smie--forward-token): Do not include a dot after a token in
1771 that token.
1772 (ruby-smie--backward-token): Likewise.
1773
1774 2013-10-08 Juri Linkov <juri@jurta.org>
1775
1776 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1777 to isearch-other-control-char.
1778 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1779 and isearch-post-command-hook to post-command-hook.
1780 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1781 and isearch-post-command-hook from post-command-hook.
1782 (isearch-unread-key-sequence)
1783 (isearch-reread-key-sequence-naturally)
1784 (isearch-lookup-scroll-key, isearch-other-control-char)
1785 (isearch-other-meta-char): Remove functions.
1786 (isearch-pre-command-hook, isearch-post-command-hook):
1787 New functions based on isearch-other-meta-char rewritten
1788 relying on the new behavior of overriding-terminal-local-map
1789 that does not replace the local keymaps any more. (Bug#15200)
1790
1791 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1792
1793 Support menus on text-mode terminals.
1794 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1795 functionality.
1796
1797 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1798
1799 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1800 Move here from mouse.el.
1801 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1802 and arrow keys.
1803 (tty-menu-navigation-map): New map for TTY menu navigation.
1804
1805 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1806
1807 * frame.el (display-mouse-p): Report text-mode mouse as available
1808 on w32.
1809 (display-popup-menus-p): Report availability if mouse is
1810 available; don't condition on window-system.
1811
1812 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1813 (tty-menu-selected-face): New faces.
1814
1815 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1818 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1819 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1820 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1821 New constants.
1822 (lisp-mode-variables): New `elisp' argument.
1823 (emacs-lisp-mode): Use it.
1824 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1825 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1826
1827 * indent.el: Use lexical-binding.
1828 (indent-region): Add progress reporter.
1829 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1830 last step.
1831 (indent--next-tab-stop): New function to implement this behavior.
1832 (tab-to-tab-stop, move-to-tab-stop): Use it.
1833
1834 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
1835
1836 * indent.el (indent-rigidly--current-indentation): New function.
1837 (indent-rigidly-map): New var.
1838 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1839
1840 2013-10-08 Bastien Guerry <bzg@gnu.org>
1841
1842 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1843
1844 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * progmodes/perl-mode.el: Use lexical-binding.
1847 Remove redundant :group args.
1848 (perl-nochange): Change default to be closer to other major modes's
1849 standard behavior.
1850 (perl-indent-line): Don't consider text on current line as a
1851 valid beginning of function from which to indent.
1852
1853 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1854 with more than one argument (bug#15538).
1855
1856 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1857
1858 * vc/pcvs.el: Use lexical-binding.
1859 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1860 environment of `eval'.
1861 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1862 than a list of expressions. Adjust callers.
1863 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1864
1865 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1866
1867 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
1868 case of the dot in a chained method call being on the following line.
1869
1870 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * electric.el (electric-indent-inhibit): New var.
1873 (electric-indent-post-self-insert-function): Use it.
1874 * progmodes/python.el (python-mode): Set it.
1875
1876 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1877 open braces.
1878
1879 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1880
1881 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1882 (css-mode): Use electric-indent-chars.
1883
1884 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1885 (font-lock-beg, font-lock-end): Move before first use.
1886 (nxml-mode): Use syntax-propertize-function.
1887 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1888 (nxml-extend-after-change-region): Remove.
1889 * nxml/xmltok.el: Use lexical-binding.
1890 (xmltok-save): Use `declare'.
1891 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1892 * nxml/nxml-util.el: Use lexical-binding.
1893 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1894 Use `declare'.
1895 * nxml/nxml-ns.el: Use lexical-binding.
1896 (nxml-ns-save): Use `declare'.
1897 (nxml-ns-prefixes-for): Avoid add-to-list.
1898 * nxml/rng-match.el: Use lexical-binding.
1899 (rng--ipattern): Use cl-defstruct.
1900 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1901 (rng-cons-group-after, rng-subst-group-after)
1902 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1903 Use closures instead of `(lambda...).
1904
1905 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1906
1907 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1908 of BEG and END.
1909
1910 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1911 Use `tramp-handle-insert-file-contents'.
1912 (tramp-gvfs-handle-insert-file-contents): Remove function.
1913
1914 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1915 Use `save-restriction' in order to keep markers.
1916
1917 * net/trampver.el: Update release number.
1918
1919 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * progmodes/compile.el (compilation-parse-errors):
1922 Use compilation--put-prop.
1923 (compilation--ensure-parse): Check compilation-multiline.
1924
1925 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1926
1927 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1928 lexical-binding.
1929
1930 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1931
1932 * progmodes/ruby-mode.el: Fix recently added tests.
1933 (ruby-smie-grammar): Add - and +.
1934 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1935 (ruby-smie--backward-id): New functions.
1936 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1937 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1938 any more.
1939
1940 2013-10-07 Leo Liu <sdl.web@gmail.com>
1941
1942 * register.el (register-preview-delay)
1943 (register-preview-functions): New variables.
1944 (register-read-with-preview, register-preview)
1945 (register-describe-oneline): New functions.
1946 (point-to-register, window-configuration-to-register)
1947 (frame-configuration-to-register, jump-to-register)
1948 (number-to-register, view-register, insert-register)
1949 (copy-to-register, append-to-register, prepend-to-register)
1950 (copy-rectangle-to-register): Use register-read-with-preview to
1951 read register. (Bug#15525)
1952
1953 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1954
1955 * net/network-stream.el (network-stream-open-starttls): Don't add
1956 --insecure if it's already present, because that gnutls-cli
1957 rejects getting that parameter twice.
1958
1959 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1960
1961 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1962 keyword, too.
1963
1964 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1965
1966 * newcomment.el (comment-use-global-state): Change default value
1967 to t, mark obsolete (Bug#15251).
1968 (comment-beginning): In addition to `comment-to-syntax', check the
1969 value of `comment-use-global-state'.
1970
1971 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1974 (ruby-comment-column): Follow the global default, by default.
1975 (ruby-smie-grammar): Add assignment syntax.
1976 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1977 open-paren, a comma, or a \.
1978 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1979 and line continuations.
1980 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1981 followed by implicit semi-colons. Add rule for string concatenation
1982 and for indentation at BOB.
1983 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1984
1985 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1986 calling next-sexp, since next-token may have skipped chars which
1987 next-sexp doesn't know should be skipped!
1988
1989 2013-10-05 Leo Liu <sdl.web@gmail.com>
1990
1991 * progmodes/octave.el (octave-send-region):
1992 Call compilation-forget-errors.
1993
1994 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1995
1996 * vc/vc-svn.el (vc-svn-find-admin-dir):
1997 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1998 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1999 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2000 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2001
2002 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2003
2004 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2005
2006 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * subr.el (read-passwd): Hide chars even when called within a context
2009 where after-change-functions is disabled (bug#15501).
2010 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2011 until we removed ourself from overriding-terminal-local-map.
2012
2013 2013-10-04 Leo Liu <sdl.web@gmail.com>
2014
2015 * progmodes/octave.el (inferior-octave-mode):
2016 Call compilation-forget-errors.
2017
2018 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2019
2020 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2021
2022 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
2023
2024 * net/secrets.el (secrets-create-collection): Add optional
2025 argument ALIAS. Use proper Label keyword. Append ALIAS as
2026 dbus-call-method argument. (Bug#15516)
2027
2028 2013-10-04 Leo Liu <sdl.web@gmail.com>
2029
2030 * progmodes/octave.el (inferior-octave-error-regexp-alist)
2031 (inferior-octave-compilation-font-lock-keywords): New variables.
2032 (compilation-error-regexp-alist)
2033 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2034 (inferior-octave-mode): Use compilation-shell-minor-mode.
2035
2036 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
2037
2038 * minibuffer.el (completion--replace): Be careful that `end' might be
2039 a marker.
2040
2041 2013-10-03 Daiki Ueno <ueno@gnu.org>
2042
2043 Add support for package signature checking.
2044 * emacs-lisp/package.el (url-http-file-exists-p)
2045 (epg-make-context, epg-context-set-home-directory)
2046 (epg-verify-string, epg-context-result-for)
2047 (epg-signature-status, epg-signature-to-string)
2048 (epg-check-configuration, epg-configuration)
2049 (epg-import-keys-from-file): Declare.
2050 (package-check-signature): New user option.
2051 (package-unsigned-archives): New user option.
2052 (package-desc): Add `signed' field.
2053 (package-load-descriptor): Set `signed' field if .signed file exists.
2054 (package--archive-file-exists-p): New function.
2055 (package--check-signature): New function.
2056 (package-install-from-archive): Check package signature.
2057 (package--download-one-archive): Check archive signature.
2058 (package-delete): Remove .signed file.
2059 (package-import-keyring): New command.
2060 (package-refresh-contents): Import default keyring.
2061 (package-desc-status): Add "unsigned" status.
2062 (describe-package-1, package-menu--print-info)
2063 (package-menu-mark-delete, package-menu--find-upgrades)
2064 (package-menu--status-predicate): Support "unsigned" status.
2065
2066 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2069 the new compilation scheme using the new byte-codes.
2070
2071 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2072 (byte-pophandler): New byte codes.
2073 (byte-goto-ops): Adjust accordingly.
2074 (byte-compile--use-old-handlers): New var.
2075 (byte-compile-catch): Use new byte codes depending on
2076 byte-compile--use-old-handlers.
2077 (byte-compile-condition-case--old): Rename from
2078 byte-compile-condition-case.
2079 (byte-compile-condition-case--new): New function.
2080 (byte-compile-condition-case): New function that dispatches depending
2081 on byte-compile--use-old-handlers.
2082 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2083 when we can.
2084
2085 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2086 Optimize under `condition-case' and `catch' if
2087 byte-compile--use-old-handlers is nil.
2088 (disassemble-offset): Handle new bytecodes.
2089
2090 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * subr.el (error): Use `declare'.
2093 (decode-char, encode-char): Use advertised-calling-convention instead
2094 of the docstring to discourage use of the `restriction' arg.
2095
2096 2013-10-03 Daiki Ueno <ueno@gnu.org>
2097
2098 * epg.el (epg-verify-file): Add a comment saying that it does not
2099 notify verification error as a return value nor a signal.
2100 (epg-verify-string): Ditto.
2101
2102 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2103
2104 * progmodes/compile.el (compilation-start): Try globbing the arg to
2105 `cd' (bug#15417).
2106
2107 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
2108
2109 Sync with Tramp 2.2.8.
2110
2111 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2112 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2113 * net/trampver.el: Update release number.
2114
2115 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
2116
2117 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2118 and default-process-coding-system for darwin only.
2119
2120 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2121
2122 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2123
2124 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
2125
2126 * vc/vc-git.el (vc-git-grep): Disable pager.
2127
2128 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2129
2130 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2131 Use :url instead of :homepage, as per
2132 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2133
2134 * newcomment.el (comment-beginning): When `comment-use-syntax' is
2135 non-nil, use `syntax-ppss' (Bug#15251).
2136
2137 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2138
2139 * progmodes/octave.el (inferior-octave-startup-file):
2140 Prefer ~/.emacs.d/init_octave.m.
2141
2142 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
2143
2144 * emacs-lisp/package.el (package-desc-from-define):
2145 Accept additional arguments as plist, convert them to an alist and store
2146 them in the `extras' slot.
2147 (package-generate-description-file): Convert extras alist back to
2148 plist and append to the `define-package' form arguments.
2149 (package--alist-to-plist): New function.
2150 (package--ac-desc): Add `extras' slot.
2151 (package--add-to-archive-contents): Check if the archive-contents
2152 vector is long enough, and if it is, pass its `extras' slot value
2153 to `package-desc-create'.
2154 (package-buffer-info): Call `lm-homepage', pass the returned value
2155 to `package-desc-from-define'.
2156 (describe-package-1): Render the homepage button (Bug#13291).
2157
2158 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2159 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2160
2161 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2162
2163 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2164 and default-process-coding-system to utf-8-unix (Bug#15402).
2165
2166 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2167
2168 * subr.el (looking-back): Do not recommend using looking-back.
2169
2170 2013-09-28 Alan Mackenzie <acm@muc.de>
2171
2172 Fix indentation/fontification of Java enum with "implements".
2173
2174 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2175 regexp which matches "implements", etc., in Java.
2176 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2177 specifier clauses coming after "enum".
2178 * progmodes/cc-fonts.el (c-font-lock-declarations)
2179 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2180 after "enum".
2181
2182 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2183
2184 * faces.el (region): Change ns_selection_color to
2185 ns_selection_fg_color, add ns_selection_bg_color.
2186
2187 2013-09-28 Leo Liu <sdl.web@gmail.com>
2188
2189 * progmodes/octave.el (inferior-octave-completion-table)
2190 (inferior-octave-completion-at-point): Minor tweaks.
2191
2192 * textmodes/ispell.el (ispell-lookup-words): Rename from
2193 lookup-words. (Bug#15460)
2194 (lookup-words): Obsolete.
2195 (ispell-complete-word, ispell-command-loop): All uses changed.
2196
2197 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2198
2199 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2200 (octave-mode-menu): Add octave-send-buffer.
2201 (octave-send-buffer): New function.
2202
2203 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2204
2205 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2206 octave-lookfor.
2207 (octave-mode-menu): Add octave-lookfor.
2208 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2209 octave-lookfor.
2210 (octave-lookfor): New function.
2211
2212 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * emacs-lisp/cl-macs.el:
2215 (cl--loop-destr-temps): Remove.
2216 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2217 its convention.
2218 (cl--loop-set-iterator-function): New function.
2219 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2220 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2221 Bind `it' with `let' instead of substituting it with `cl-subst'.
2222 (cl--unused-var-p): New function.
2223 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2224 Eliminate some unused variable warnings (bug#15326).
2225
2226 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2227
2228 * doc-view.el (doc-view-scale-reset): Rename from
2229 `doc-view-reset-zoom-level'.
2230 (doc-view-scale-adjust): New command.
2231 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2232 `doc-view-scale-adjust'.
2233
2234 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2235
2236 * doc-view.el (doc-view-reset-zoom-level): New command.
2237 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2238 zoom commands (bug#15466).
2239
2240 2013-09-26 Kenichi Handa <handa@gnu.org>
2241
2242 * international/quail.el (quail-help): Make it not a command.
2243
2244 2013-09-26 Leo Liu <sdl.web@gmail.com>
2245
2246 * minibuffer.el (completion-all-sorted-completions): Make args
2247 optional as they are.
2248
2249 2013-09-25 Daniel Colascione <dancol@dancol.org>
2250
2251 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2252 specs are and that they're not evaluated.
2253
2254 2013-09-24 Sam Steingold <sds@gnu.org>
2255
2256 * midnight.el (clean-buffer-list-kill-regexps)
2257 (clean-buffer-list-kill-buffer-names): Update for the new Man
2258 buffer naming which includes the object name.
2259
2260 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2263 (eshell-parse-command, eshell-parse-pipeline): Use it since
2264 eshell-separate-commands requires a dynamic scoped var.
2265 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2266
2267 2013-09-23 Leo Liu <sdl.web@gmail.com>
2268
2269 * autoinsert.el (auto-insert-alist): Make the value of
2270 lexical-binding match its file setting.
2271
2272 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2273
2274 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2275
2276 * autoarg.el (autoarg-kp-digit-argument):
2277 * electric.el (Electric-command-loop):
2278 * kmacro.el (kmacro-step-edit-insert):
2279 Do not set universal-argument-num-events.
2280
2281 2013-09-22 Leo Liu <sdl.web@gmail.com>
2282
2283 * files.el (interpreter-mode-alist): Add octave.
2284
2285 2013-09-21 Alan Mackenzie <acm@muc.de>
2286
2287 C++: fontify identifier in declaration following "public:" correctly.
2288 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2289 to match "public", etc.
2290 (c-decl-prefix-re): Add ":" into the C++ value.
2291 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2292 bit. Add a check for a ":" preceded by "public", etc.
2293
2294 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2295
2296 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2297 recognized by GDB 7.5 and later.
2298
2299 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2300
2301 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2302
2303 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * subr.el (internal--call-interactively): New const.
2306 (called-interactively-p): Use it (bug#3984).
2307
2308 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2309
2310 * vc/pcvs.el (cvs-mode-ignore):
2311 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2312 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2313
2314 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2317 (eshell-ls-orig-insert-directory): Remove.
2318 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2319 (eshell-ls-use-in-dired): Use advice-add/remove.
2320 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2321 Add `orig-fun' arg for use in :around advice.
2322 Make it check (redundantly) eshell-ls-use-in-dired.
2323
2324 2013-09-19 Glenn Morris <rgm@gnu.org>
2325
2326 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2327
2328 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2329
2330 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2331
2332 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2333
2334 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2335 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2336 (tramp-get-remote-python): New defuns.
2337 (tramp-get-remote-uid-with-perl)
2338 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2339 contributed by yary <not.com@gmail.com> (tiny change).
2340 (tramp-get-remote-uid-with-python)
2341 (tramp-get-remote-gid-with-python): New defuns. Python code
2342 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2343 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2344
2345 2013-09-19 Glenn Morris <rgm@gnu.org>
2346
2347 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2348
2349 * eshell/em-unix.el (eshell-remove-entries):
2350 Rename argument to avoid name-clash with global `top-level'.
2351
2352 * eshell/esh-proc.el (eshell-kill-process-function):
2353 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2354 (eshell-reset-after-proc): Remove unused arg `proc'.
2355
2356 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2357 (directory-files-and-attributes): Mark unused arg.
2358
2359 * eshell/em-unix.el (eshell-remove-entries):
2360 Remove unused arg `path'. Update callers.
2361
2362 * eshell/em-hist.el (eshell-hist-parse-arguments):
2363 Remove unused arg `silent'. Update callers.
2364
2365 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2366 Fix (f)boundp mix-up.
2367
2368 * eshell/em-smart.el (eshell-smart-scroll-window)
2369 (eshell-disable-after-change):
2370 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2371
2372 2013-09-18 Alan Mackenzie <acm@muc.de>
2373
2374 Fix fontification of type when followed by "const".
2375 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2376 "known" types from fontification.
2377
2378 2013-09-18 Glenn Morris <rgm@gnu.org>
2379
2380 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2381 (chart-face-list): Drop Emacsen without display-color-p.
2382
2383 * net/eww.el (libxml-parse-html-region): Declare.
2384 (eww-display-html): Explicit error if no libxml2 support.
2385
2386 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2387
2388 * image.el (image-type-from-buffer, image-multi-frame-p):
2389 Remove --without-x warning/error.
2390
2391 * mouse.el (mouse-yank-primary):
2392 * term.el (term-mouse-paste):
2393 Reorder to silence --without-x compilation.
2394
2395 * mpc.el (doc-view-mode): Silence --without-x compilation.
2396
2397 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2398 Silence --without-x compilation.
2399
2400 * progmodes/gud.el (gud-find-file, gud-mode):
2401 Silence --without-x compilation.
2402 (tooltip-mode): Declare.
2403
2404 * wdired.el (dired-backup-overwrite): Remove declaration.
2405 (wdired-mode-map): Add doc string.
2406
2407 * custom.el (x-get-resource): Declare.
2408
2409 * eshell/em-glob.el (ange-cache):
2410 * eshell/em-unix.el (ange-cache): Declare.
2411
2412 * faces.el (x-display-list, x-open-connection, x-get-resource):
2413 Declare.
2414
2415 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2416 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2417 Declare.
2418
2419 * frame.el (x-display-grayscale-p, x-display-name): Declare.
2420
2421 * net/gnutls.el (gnutls-log-level): Declare.
2422
2423 * net/shr.el (image-size, image-animate): Declare.
2424
2425 * simple.el (font-info): Declare.
2426
2427 * subr.el (x-popup-dialog): Declare.
2428
2429 * term/common-win.el (x-select-enable-primary)
2430 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2431 Declare.
2432
2433 * term/ns-win.el (x-handle-args): Declare.
2434
2435 * term/x-win.el (x-select-enable-clipboard): Declare.
2436
2437 * term/w32-win.el (create-default-fontset): Declare.
2438
2439 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2440 Declare.
2441
2442 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2443 (fit-frame-to-buffer): Explicit error if --without-x.
2444 (mouse-autoselect-window-select): Silence compiler.
2445
2446 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2447
2448 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2449 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2450 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2451 * eshell/esh-util.el (eshell-sublist):
2452 Remove unused local variables.
2453
2454 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2455
2456 * textmodes/two-column.el: Make 2C-split work for --without-x.
2457 (scroll-bar-columns): Autoload.
2458 (top-level): Require fringe when compiling.
2459
2460 2013-09-18 Leo Liu <sdl.web@gmail.com>
2461
2462 * subr.el (add-hook): Robustify to handle closure as well.
2463
2464 2013-09-17 Glenn Morris <rgm@gnu.org>
2465
2466 * simple.el (messages-buffer-mode-map): Unbind "g".
2467
2468 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * help-mode.el (help-mode-finish): Use derived-mode-p.
2471 Remove obsolete highlighting.
2472
2473 * play/life.el (life-mode): Use define-derived-mode. Derive from
2474 special-mode.
2475 (life): Let-bind inhibit-read-only.
2476 (life-setup): Avoid `setq'. Use `life-mode'.
2477
2478 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2479 which should not be needed any more.
2480 (package-menu-refresh, package-menu-describe-package): Use user-error.
2481
2482 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2483 (eshell-post-rewrite-command-hook): Make obsolete.
2484 (eshell-parse-command): Simplify.
2485 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2486 (eshell--cmd): Declare.
2487 (eshell-parse-pipeline): Remove unused var `final-p'.
2488 Pass a dynvar to eshell-post-rewrite-command-hook.
2489 Implement the new eshell-post-rewrite-command-function.
2490 (eshell-invoke-directly): Remove unused arg `input'.
2491 * eshell/esh-io.el (eshell-io-initialize):
2492 Use eshell-post-rewrite-command-function (bug#15399).
2493 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2494 adjust to new calling convention.
2495 (eshell-create-handles): Rename args to avoid clashing with dynvar
2496 `standard-output'.
2497
2498 2013-09-17 Glenn Morris <rgm@gnu.org>
2499
2500 * simple.el (messages-buffer-mode): New major mode.
2501 (messages-buffer): New function.
2502 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2503 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2504 (ert-run-test): Use `messages-buffer' function.
2505 (ert--force-message-log-buffer-truncation): Ignore read-only.
2506 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2507 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2508
2509 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2512
2513 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2514
2515 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * icomplete.el (icomplete-in-buffer): New var.
2518 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2519 vars and replace them with functions.
2520 (icomplete-minibuffer-setup): Adjust accordingly.
2521 (icomplete--completion-table, icomplete--completion-predicate)
2522 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2523 New functions.
2524 (icomplete-forward-completions, icomplete-backward-completions)
2525 (icomplete-simple-completing-p, icomplete-exhibit)
2526 (icomplete-completions): Use them.
2527 (icomplete--in-region-buffer): New var.
2528 (icomplete--in-region-setup): New function.
2529 (icomplete-mode): Use it.
2530
2531 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2532 (bug#15379).
2533 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2534 return args and options.
2535 (eshell-eval-using-options): Use the new return value of
2536 eshell--do-opts to set the options's vars in their scope.
2537 (eshell--set-option): Rename from eshell-set-option.
2538 Add arg `opt-vals'.
2539 (eshell--process-option): Rename from eshell-process-option.
2540 Add arg `opt-vals'.
2541 (eshell--process-args): Use an `opt-vals' alist to store the options's
2542 values during their processing and return them additionally to the
2543 remaining args.
2544
2545 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2546
2547 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2548 continuation character an operator, as far as indentation is
2549 concerned (Bug#15369).
2550
2551 2013-09-15 Martin Rudalics <rudalics@gmx.at>
2552
2553 * window.el (window--state-put-2): Don't process buffer state
2554 when buffer doesn't exist any more (Bug#15382).
2555
2556 2013-09-15 Glenn Morris <rgm@gnu.org>
2557
2558 * eshell/em-unix.el (eshell/rm):
2559 Make -f ignore missing files. (Bug#15373)
2560
2561 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2562 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2563 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2564
2565 2013-09-14 Glenn Morris <rgm@gnu.org>
2566
2567 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2568
2569 2013-09-13 Glenn Morris <rgm@gnu.org>
2570
2571 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2572 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2573
2574 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2575
2576 * frame.el (x-focus-frame): Mark as declared in frame.c.
2577
2578 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * ls-lisp.el: Use advice-add.
2581 (original-insert-directory): Remove.
2582 (ls-lisp--insert-directory): Rename from insert-directory; add
2583 `orig-fun' argument.
2584 (insert-directory): Advise.
2585
2586 2013-09-13 Eli Zaretskii <eliz@gnu.org>
2587
2588 * term.el (term-emulate-terminal): Decode the command string
2589 before passing it to term-command-hook. (Bug#15337)
2590
2591 2013-09-13 Glenn Morris <rgm@gnu.org>
2592
2593 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2594
2595 * eshell/esh-ext.el (eshell-search-path): Declare.
2596
2597 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2598 Otherwise an error occurs if eshell-dirs module not loaded.
2599
2600 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2601
2602 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
2603
2604 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2605 `tramp-check-proper-host'. Check for a valid method name.
2606
2607 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2608 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2609 * net/tramp-sh.el (tramp-maybe-open-connection):
2610 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2611
2612 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2613 also for hash values.
2614
2615 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * term/ns-win.el (parameters): Don't declare as dynamic.
2618 (before-make-frame-hook): Don't add ineffective function.
2619
2620 * eshell/*.el: Use lexical-binding (bug#15231).
2621
2622 2013-09-12 Kenichi Handa <handa@gnu.org>
2623
2624 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2625
2626 2013-09-12 Glenn Morris <rgm@gnu.org>
2627
2628 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2629 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2630
2631 * subr.el (do-after-load-evaluation): Also give compiler warnings
2632 when obsolete files are used (except by obsolete files).
2633
2634 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2635 in the status output, assume `filename' is the first. (Bug#15322)
2636
2637 * vc/vc.el (vc-deduce-fileset): Doc fix.
2638
2639 * calc/calc-help.el (Info-goto-node):
2640 * progmodes/cperl-mode.el (Info-find-node):
2641 * vc/ediff.el (Info-goto-node): Update declarations.
2642
2643 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2644
2645 * vc/vc-bzr.el (vc-compilation-mode): Declare.
2646 (vc-bzr-pull): Require vc-dispatcher.
2647 * vc/vc-git.el (vc-compilation-mode): Declare.
2648 (vc-git-pull): Require vc-dispatcher.
2649
2650 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2651
2652 * progmodes/octave.el (help-button-action): Declare.
2653
2654 * shell.el (shell-directory-tracker): Output error as a message
2655 rather than just returning it as a string.
2656 (shell-process-pushd): Remove useless use of message.
2657
2658 * dframe.el (dframe-timer-fn):
2659 * files.el (dir-locals-read-from-file):
2660 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2661 (mpc-format):
2662 * reveal.el (reveal-post-command):
2663 * saveplace.el (load-save-place-alist-from-file):
2664 * shell.el (shell-resync-dirs):
2665 * w32-common-fns.el (x-get-selection-value):
2666 * emacs-lisp/copyright.el (copyright-find-copyright):
2667 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2668 * emulation/tpu-edt.el (tpu-copy-keyfile):
2669 * play/bubbles.el (bubbles--mark-neighbourhood):
2670 * progmodes/executable.el
2671 (executable-make-buffer-file-executable-if-script-p):
2672 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2673
2674 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2675
2676 Cleanup Eshell to rely less on dynamic scoping.
2677 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2678 last-value, and ext-command here. Bind `args' closer to `body'.
2679 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2680 (eshell--args): Declare new dynamic var.
2681 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2682 last-value, and ext-command. Pass `args' to `body'.
2683 (eshell-process-args): Bind eshell--args.
2684 (eshell-set-option): Use eshell--args.
2685 * eshell/eshell.el (eshell): Use derived-mode-p.
2686 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2687 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2688 (eshell-glob-function): Declare.
2689 * eshell/esh-util.el: Require cl-lib.
2690 (eshell-read-hosts-file): Avoid add-to-list.
2691 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2692 `err'.
2693 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2694 Declare.
2695 (eshell/diff): Remove unused var `err'.
2696 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2697 `killflag'.
2698 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2699 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2700 first use.
2701 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2702 Move declaration before first use.
2703 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2704 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2705 rely on cl-return.
2706
2707 2013-09-12 Glenn Morris <rgm@gnu.org>
2708
2709 * term/ns-win.el (global-map): Remove binding for ispell-next,
2710 deleted 1999-05-29. (Bug#15357)
2711
2712 2013-09-11 Glenn Morris <rgm@gnu.org>
2713
2714 * echistory.el (electric-command-history): Remove call to deleted func.
2715
2716 * play/landmark.el (landmark-mode): Fix typos.
2717
2718 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2719 Check cvs-sort-ignore-file is bound.
2720
2721 * savehist.el: No need for cl when compiling on Emacs.
2722
2723 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2726 (bug#15338).
2727 (eshell-self-insert-command, eshell-send-invisible):
2728 Remove unused argument.
2729 (eshell-handle-control-codes): Remove unused var `orig'.
2730 Avoid delete-backward-char.
2731
2732 * files.el (set-auto-mode): Simplify a bit further.
2733
2734 2013-09-11 Glenn Morris <rgm@gnu.org>
2735
2736 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2737 (set-auto-mode): Don't regexp-quote elements.
2738 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2739 * progmodes/cc-mode.el (interpreter-mode-alist):
2740 * progmodes/ruby-mode.el (interpreter-mode-alist):
2741 Revert previous change.
2742
2743 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * play/snake.el (snake-mode):
2746 * play/mpuz.el (mpuz-mode):
2747 * play/landmark.el (lm-mode):
2748 * play/blackbox.el (blackbox-mode):
2749 * play/5x5.el (5x5-mode):
2750 * obsolete/options.el (Edit-options-mode):
2751 * net/quickurl.el (quickurl-list-mode):
2752 * net/newst-treeview.el (newsticker-treeview-mode):
2753 * mail/rmailsum.el (rmail-summary-mode):
2754 * mail/mspools.el (mspools-mode):
2755 * locate.el (locate-mode):
2756 * ibuffer.el (ibuffer-mode):
2757 * emulation/ws-mode.el (wordstar-mode):
2758 * emacs-lisp/debug.el (debugger-mode):
2759 * array.el (array-mode):
2760 * net/eudc.el (eudc-mode): Use define-derived-mode.
2761 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2762 Move initialization into declaration.
2763 (mairix-searches-mode): Use define-derived-mode.
2764 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2765 (eudc-edit-hotlist): Use dolist.
2766 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2767 (Man-mode): Use define-derived-mode.
2768 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2769 (Info-edit-mode): Use define-derived-mode.
2770 (Info-cease-edit): Use Info-mode.
2771 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2772 into declaration.
2773 (eshell-mode): Use define-derived-mode.
2774 * chistory.el (command-history-mode-map): Rename from
2775 command-history-map.
2776 (command-history-mode): Use define-derived-mode.
2777 (Command-history-setup): Remove function.
2778 * calc/calc.el (calc-trail-mode-map): New var.
2779 (calc-trail-mode): Use define-derived-mode.
2780 (calc-trail-buffer): Set calc-main-buffer manually.
2781 * bookmark.el (bookmark-insert-annotation): New function.
2782 (bookmark-edit-annotation): Use it.
2783 (bookmark-edit-annotation-mode): Make it a proper major mode.
2784 (bookmark-send-edited-annotation): Use derived-mode-p.
2785 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2786 closer to its ideal place. Use \' to match EOS.
2787
2788 * profiler.el (profiler-calltree-find): Use function-equal.
2789
2790 2013-09-10 Glenn Morris <rgm@gnu.org>
2791
2792 * files.el (interpreter-mode-alist): Convert to regexps.
2793 (set-auto-mode): Adapt for this. (Bug#15306)
2794 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2795 Comment out unused variable.
2796 * progmodes/cc-mode.el (interpreter-mode-alist):
2797 * progmodes/python.el (interpreter-mode-alist):
2798 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2799 * progmodes/sh-script.el (sh-set-shell):
2800 No longer use interpreter-mode-alist to get list of shells.
2801
2802 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2803
2804 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * simple.el: Use set-temporary-overlay-map for universal-argument.
2807 (universal-argument-map): Don't use default-bindings (bug#15317).
2808 Bind switch-frame explicitly. Replace universal-argument-minus with
2809 a conditional binding.
2810 (universal-argument-num-events, saved-overriding-map): Remove.
2811 (restore-overriding-map): Remove.
2812 (universal-argument--mode): Rename from save&set-overriding-map,
2813 and rewrite.
2814 (universal-argument, universal-argument-more, negative-argument)
2815 (digit-argument): Adjust accordingly.
2816 (universal-argument-minus): Remove.
2817 (universal-argument-other-key): Remove.
2818
2819 * subr.el (with-demoted-errors): Add `format' argument.
2820
2821 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
2822
2823 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2824 `tramp-cleanup-connection'.
2825
2826 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2827 parameters KEEP-DEBUG and KEEP-PASSWORD.
2828
2829 * net/tramp.el (tramp-file-name-handler):
2830 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2831 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2832 (tramp-maybe-open-connection):
2833 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2834 Use `tramp-cleanup-connection'.
2835
2836 * net/tramp-sh.el (tramp-maybe-open-connection):
2837 Catch 'uname-changed inside the progress reporter.
2838
2839 2013-09-10 Glenn Morris <rgm@gnu.org>
2840
2841 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2842
2843 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2844 returns "alternate access method" in mode (eg "-rw-r--r--.").
2845
2846 2013-09-08 Glenn Morris <rgm@gnu.org>
2847
2848 * saveplace.el (load-save-place-alist-from-file):
2849 Demote errors. (Bug#15305)
2850
2851 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
2852
2853 Improve compatibility with older Emacsen, and XEmacs.
2854
2855 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2856 only if it is bound. It isn't for XEmacs.
2857 (with-tramp-progress-reporter): Do not let-bind `result'.
2858 This yields to scoping errors in XEmacs.
2859 (tramp-handle-make-auto-save-file-name): New function, moved from
2860 tramp-sh.el.
2861
2862 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2863 for `make-auto-save-file-name'.
2864 (tramp-adb--gnu-switches-to-ash):
2865 Use `tramp-compat-replace-regexp-in-string'.
2866
2867 * net/tramp-cache.el (tramp-cache-print): Call
2868 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2869
2870 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2871 bound. It isn't for XEmacs.
2872
2873 * net/tramp-compat.el (tramp-compat-copy-file):
2874 Catch `wrong-number-of-arguments' error.
2875 (tramp-compat-replace-regexp-in-string): New defun.
2876
2877 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2878 for `make-auto-save-file-name'.
2879 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2880 `copy-file'.
2881 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2882 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2883 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2884
2885 * net/tramp-gw.el (tramp-gw-open-network-stream):
2886 Use `tramp-compat-replace-regexp-in-string'.
2887
2888 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2889 Call `tramp-handle-make-auto-save-file-name'.
2890 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2891 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2892 (tramp-sh-file-inotifywait-process-filter):
2893 Use `tramp-compat-replace-regexp-in-string'.
2894 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2895
2896 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2897 for `make-auto-save-file-name'.
2898 (tramp-smb-handle-copy-directory):
2899 Call `tramp-compat-replace-regexp-in-string'.
2900 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2901 (tramp-smb-handle-copy-file): Improve error message.
2902 (tramp-smb-handle-rename-file): Rename directly only in case
2903 `newname' does not exist yet. This is a restriction of smbclient.
2904 (tramp-smb-maybe-open-connection): Rerun the function only when
2905 `auth-sources' is non-nil.
2906
2907 2013-09-08 Kenichi Handa <handa@gnu.org>
2908
2909 * international/characters.el: Set category "^" (Combining) for
2910 more characters.
2911
2912 2013-09-07 Alan Mackenzie <acm@muc.de>
2913
2914 Correctly fontify Java class constructors.
2915 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2916 in Java Mode.
2917 (c-recognize-typeless-decls): Set the Java value to t.
2918 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2919 While handling a "(", add a check for, effectively, Java, and handle a
2920 "typeless" declaration there.
2921
2922 2013-09-07 Roland Winkler <winkler@gnu.org>
2923
2924 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2925 field subtitle for entry type book.
2926
2927 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * minibuffer.el: Make minibuffer-complete call completion-in-region
2930 rather than other way around.
2931 (completion--some, completion-pcm--find-all-completions):
2932 Don't delay signals when debugging.
2933 (minibuffer-completion-contents): Beware fields within the
2934 minibuffer contents.
2935 (completion-all-sorted-completions): Use defvar-local.
2936 (completion--do-completion, completion--cache-all-sorted-completions)
2937 (completion-all-sorted-completions, minibuffer-force-complete):
2938 Add args `beg' and `end'.
2939 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2940 (minibuffer-complete): Use completion-in-region.
2941 (completion-complete-and-exit): New fun, extracted from
2942 minibuffer-complete-and-exit.
2943 (minibuffer-complete-and-exit): Use it.
2944 (completion--complete-and-exit): Rename from
2945 minibuffer--complete-and-exit.
2946 (completion-in-region--single-word): New function, extracted from
2947 minibuffer-complete-word.
2948 (minibuffer-complete-word): Use it.
2949 (display-completion-list): Make `common-substring' argument obsolete.
2950 (completion--in-region): Call completion--in-region-1 instead of
2951 minibuffer-complete.
2952 (completion-help-at-point): Pass boundaries to
2953 minibuffer-completion-help as args rather than via an overlay.
2954 (completion-pcm--string->pattern): Use `any-delim'.
2955 (completion-pcm--optimize-pattern): New function.
2956 (completion-pcm--pattern->regex): Handle `any-delim'.
2957 * icomplete.el (icomplete-forward-completions)
2958 (icomplete-backward-completions, icomplete-completions):
2959 Adjust calls to completion-all-sorted-completions and
2960 completion--cache-all-sorted-completions.
2961 (icomplete-with-completion-tables): Default to t.
2962 * emacs-lisp/crm.el (crm--current-element): Rename from
2963 crm--select-current-element. Don't put an overlay but return the
2964 boundaries instead.
2965 (crm--completion-command): Take two new args to bind to the boundaries.
2966 (crm-completion-help): Adjust accordingly.
2967 (crm-complete): Use completion-in-region.
2968 (crm-complete-word): Use completion-in-region--single-word.
2969 (crm-complete-and-exit): Use completion-complete-and-exit.
2970
2971 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2974 than dynamically.
2975
2976 2013-09-06 Juri Linkov <juri@jurta.org>
2977
2978 * info.el (Info-display-images-node): When image file doesn't exist
2979 display text version of the image if it's provided in the Info file.
2980 Otherwise, display the location of missing image from SRC attribute.
2981 Add help-echo text property from ALT attribute. (Bug#15279)
2982
2983 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2986 (edit-abbrevs-mode): Use define-derived-mode.
2987
2988 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2989 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2990 that it's defined.
2991 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2992 Use define-derived-mode.
2993
2994 * epg.el (epg-start-encrypt): Minor CSE simplification.
2995
2996 2013-09-06 William Xu <william.xwl@gmail.com>
2997
2998 * arc-mode.el: Add support for 7za (bug#15264).
2999 (archive-7z-program): New var.
3000 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3001 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3002 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3003
3004 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
3005
3006 Remove URL syntax.
3007
3008 * net/tramp.el (tramp-syntax, tramp-prefix-format)
3009 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3010 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3011 (tramp-postfix-host-format, tramp-file-name-regexp)
3012 (tramp-completion-file-name-regexp)
3013 (tramp-completion-dissect-file-name)
3014 (tramp-handle-substitute-in-file-name): Remove 'url case.
3015 (tramp-file-name-regexp-url)
3016 (tramp-completion-file-name-regexp-url): Remove constants.
3017
3018 2013-09-06 Glenn Morris <rgm@gnu.org>
3019
3020 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
3021
3022 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
3023
3024 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3025 keywords" below "here-doc beginnings" (Bug#15270).
3026
3027 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * subr.el (pop): Use `car-safe'.
3030 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3031 to detect unused `pop' return value.
3032
3033 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3034 var `block-regexp'.
3035 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3036 (python-fill-string): Remove unused var `marker'.
3037 (python-skeleton-add-menu-items): Remove unused var `items'.
3038
3039 * international/mule-cmds.el: Require CL.
3040 (find-coding-systems-for-charsets): Avoid add-to-list.
3041 (sanitize-coding-system-list): New function, extracted from
3042 select-safe-coding-system-interactively.
3043 (select-safe-coding-system-interactively): Use it.
3044 (read-input-method-name): Accept symbols for `default'.
3045
3046 * emacs-lisp/advice.el (defadvice): Add indent rule.
3047
3048 2013-09-05 Daniel Hackney <dan@haxney.org>
3049
3050 * dired-x.el:
3051 * net/ange-ftp.el:
3052 * net/browse-url.el:
3053 * net/dbus.el:
3054 * net/eudc.el:
3055 * net/eudcb-ldap.el:
3056 * net/eww.el:
3057 * net/imap.el:
3058 * printing.el:
3059 * vc/ediff-diff.el:
3060 * vc/ediff-init.el:
3061 * vc/ediff-merg.el:
3062 * vc/ediff-mult.el:
3063 * vc/ediff-util.el:
3064 * vc/ediff-wind.el:
3065 * vc/ediff.el:
3066 * vc/emerge.el:
3067 * vc/pcvs.el:
3068 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3069 byte compiler. Remove some unused let-bound variables.
3070
3071 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3072
3073 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3074 a "ref-cell", since it gets better optimized (bug#14883).
3075
3076 2013-09-05 Glenn Morris <rgm@gnu.org>
3077
3078 * progmodes/cc-awk.el (c-forward-sws): Declare.
3079
3080 2013-09-04 Glenn Morris <rgm@gnu.org>
3081
3082 * generic-x.el [rul-generic-mode]: Require cc-mode.
3083 (c++-mode-syntax-table): Declare.
3084 (rul-generic-mode-syntax-table): Init in the defvar.
3085
3086 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3087
3088 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3089 (vc-do-command, vc-set-async-update):
3090 * vc/vc-mtn.el (vc-mtn-dir-status):
3091 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3092 (vc-hg-pull, vc-hg-merge-branch):
3093 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3094 (vc-git-merge-branch):
3095 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3096 (vc-cvs-dir-status-files):
3097 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3098 (vc-bzr-dir-status-files):
3099 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3100 * vc/vc-annotate.el: Use lexical-binding.
3101 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3102 (vc-sentinel-movepoint): Declare.
3103 (vc-annotate): Don't use `goto-line'.
3104 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3105 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3106 (vc-sentinel-movepoint): Declare.
3107 * vc/vc-svn.el: Use lexical-binding.
3108 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3109 * vc/vc-sccs.el:
3110 * vc/vc-rcs.el: Use lexical-binding.
3111
3112 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3113 `deleted'. Don't drop errors silently.
3114
3115 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3116
3117 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
3118
3119 * vc/vc.el (vc-ignore): Rewrite.
3120 (vc-default-ignore): New function.
3121 (vc-default-ignore-completion-table): Use find-ignore-file.
3122
3123 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3124 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3125 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3126 Remove. Most code moved to vc.el.
3127
3128 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3131 * net/tramp-smb.el (tramp-smb-get-file-entries):
3132 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3133 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3134
3135 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3136 Update call to it.
3137 (eww-change-select): Remove unused var `properties'.
3138 (eww-make-unique-file-name): Remove unused var `base'.
3139
3140 * finder.el (finder-compile-keywords): Don't mess with windows.
3141
3142 * calculator.el (calculator-funcall): Fix typo in last change.
3143
3144 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3145
3146 * emacs-lisp/package.el (package-activate-1): Don't let a missing
3147 <pkg>-autoloads.el file stop us.
3148
3149 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3150 warnings, and factor out common code.
3151
3152 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
3153
3154 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3155 two-character operators and whether the character preceding them
3156 changes their meaning (Bug#15208).
3157
3158 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3159
3160 Format code sent to Python shell for robustness.
3161 * progmodes/python.el (python-shell-buffer-substring):
3162 New function.
3163 (python-shell-send-region, python-shell-send-buffer): Use it.
3164
3165 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
3166
3167 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3168 * net/tramp.el (tramp-user-error): ... here.
3169 (tramp-find-method, tramp-check-proper-host)
3170 (tramp-dissect-file-name, tramp-debug-message)
3171 (tramp-handle-shell-command):
3172 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3173 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3174
3175 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3176
3177 2013-09-02 Martin Rudalics <rudalics@gmx.at>
3178
3179 * avoid.el (mouse-avoidance-point-position)
3180 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3181 returns nil.
3182
3183 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3184
3185 * progmodes/python.el (python-shell-completion-get-completions):
3186 Drop use of deleted `comint-last-prompt-overlay'.
3187 (python-nav-if-name-main): New command.
3188
3189 2013-09-01 Glenn Morris <rgm@gnu.org>
3190
3191 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3192 Avoid leading space in $wins. Otherwise the sed command used by
3193 eg compile-main ends up containing "/*.el". (Bug#15170)
3194
3195 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3196
3197 2013-08-30 Glenn Morris <rgm@gnu.org>
3198
3199 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3200 Fix is-this-a-directory logic. (Bug#15220)
3201
3202 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3203
3204 * textmodes/css-mode.el: Use SMIE.
3205 (css-smie-grammar): New var.
3206 (css-smie--forward-token, css-smie--backward-token)
3207 (css-smie-rules): New functions.
3208 (css-mode): Use them.
3209 (css-navigation-syntax-table): Remove var.
3210 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3211 (css-indent-calculate, css-indent-line): Remove functions.
3212
3213 Misc changes to reduce use of `(lambda...); and other cleanups.
3214 * cus-edit.el: Use lexical-binding.
3215 (customize-push-and-save, customize-apropos)
3216 (custom-buffer-create-internal): Use closures.
3217 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3218 * progmodes/ada-xref.el: Use setq.
3219 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3220 * dframe.el: Use lexical-binding.
3221 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3222 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3223 * descr-text.el: Use lexical-binding.
3224 (describe-text-widget, describe-text-sexp, describe-property-list):
3225 Use closures.
3226 * comint.el (comint-history-isearch-push-state): Use a closure.
3227 * calculator.el: Use lexical-binding.
3228 (calculator-number-to-string): Make it work with lexical-binding.
3229 (calculator-funcall): Same and use cl-letf.
3230
3231 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3232 (lisp--company-doc-string, lisp--company-location): New functions.
3233 (lisp-completion-at-point): Use them to improve Company support.
3234
3235 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3236 params of lambda expressions.
3237 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3238 (ruby-smie--opening-pipe-p): New function.
3239 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3240 symbols and matched |...| for formal params.
3241 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3242 from being treated as hanging. Handle "rescue".
3243
3244 2013-08-29 Glenn Morris <rgm@gnu.org>
3245
3246 * progmodes/cc-engine.el (c-pull-open-brace):
3247 Move definition before use.
3248
3249 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3252 are immutable. Don't use `unsafe' any more.
3253 (cl--defsubst-expand): Don't substitute at the same time as keeping
3254 a residual unused let-binding. Don't use `unsafe' any more.
3255
3256 2013-08-29 Glenn Morris <rgm@gnu.org>
3257
3258 * calendar/cal-china.el (calendar-chinese-year-cache):
3259 Recenter on 2015.
3260
3261 * nxml/nxml-util.el (nxml-debug-clear-inside):
3262 Use cl-loop rather than loop.
3263
3264 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3265
3266 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3267
3268 2013-08-28 Glenn Morris <rgm@gnu.org>
3269
3270 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3271
3272 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3273
3274 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3275
3276 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * simple.el (repeat-complex-command--called-interactively-skip):
3279 New function.
3280 (repeat-complex-command): Use it (bug#14136).
3281
3282 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3283 (c-define-abbrev-table): Add `doc' argument.
3284 (c-mode-abbrev-table, c++-mode-abbrev-table)
3285 (objc-mode-abbrev-table, java-mode-abbrev-table)
3286 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3287 (awk-mode-abbrev-table): Use it.
3288 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3289 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3290 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3291 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3292 Move initialization into the declaration; and remove any
3293 autoload cookie.
3294
3295 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3296 and dynamic let binding.
3297
3298 * vc/smerge-mode.el: Remove redundant :group args.
3299
3300 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3301 to load-path.
3302
3303 2013-08-28 Juri Linkov <juri@jurta.org>
3304
3305 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3306 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3307 (isearch-other-meta-char): Handle an undefined shifted printing
3308 character by downshifting it. (Bug#15200)
3309
3310 2013-08-28 Juri Linkov <juri@jurta.org>
3311
3312 * isearch.el (isearch-search): Change regexp error message for
3313 non-regexp searches. (Bug#15166)
3314
3315 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3316
3317 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3318 for portability to hosts where /bin/sh has problems.
3319
3320 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3323
3324 2013-08-27 Juri Linkov <juri@jurta.org>
3325
3326 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3327 in the keyboard macro. (Bug#15126)
3328
3329 2013-08-27 Juri Linkov <juri@jurta.org>
3330
3331 * isearch.el (isearch-quote-char): Comment out converting unibyte
3332 to multibyte, thus syncing with its `quoted-insert' counterpart.
3333 (Bug#15166)
3334
3335 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3336
3337 * window.el (display-buffer-use-some-window): Add missing
3338 argument in call of get-largest-window (Bug#15185).
3339 Reported by Stephen Leake.
3340
3341 2013-08-27 Glenn Morris <rgm@gnu.org>
3342
3343 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3344
3345 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3348 from a matcher-function unless there's no more matches (bug#15161).
3349
3350 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3351
3352 * minibuffer.el: Revert change from 2013-08-20.
3353
3354 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3355 with text property `tramp-default', if appropriate.
3356 (tramp-check-proper-host): New defun.
3357 (tramp-dissect-file-name): Do not check hostname. Revert change
3358 of 2013-03-18.
3359 (tramp-backtrace): Make VEC-OR-PROC optional.
3360
3361 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3362 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3363 * net/tramp-sh.el (tramp-maybe-open-connection):
3364 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3365 Apply `tramp-check-proper-host'.
3366
3367 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3368
3369 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3370 lambda expression in order to have `describe-variable' display it.
3371
3372 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3373
3374 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3375 BUF can be optional. (Bug#15186)
3376
3377 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3378
3379 * progmodes/flymake.el (flymake-get-real-file-name-function):
3380 Fix broken customization. (Bug#15184)
3381
3382 2013-08-25 Alan Mackenzie <acm@muc.de>
3383
3384 Improve indentation of bracelists defined by macros (without "=").
3385
3386 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3387 expansion begins with "{", regard it as bracelist when it doesn't
3388 contain a ";".
3389
3390 Parse C++ inher-intro when there's a template split over 2 lines.
3391
3392 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3393 rigorously the search for "class" etc. followed by ":".
3394
3395 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3396 random languages a regexp which never matches rather than nil.
3397
3398 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3399
3400 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3401 (c-awk-regexp-one-line-possibly-open-char-list-re)
3402 (c-awk-one-line-possibly-open-regexp-re)
3403 (c-awk-one-line-non-syn-ws*-re): Remove.
3404 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3405 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3406 (c-awk-space*-unclosed-regexp-/-re): New constants.
3407 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3408 aren't regexp delimiters.
3409
3410 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3411 handling for a rare situation in AWK Mode involving unterminated
3412 strings/regexps.
3413
3414 2013-08-23 Glenn Morris <rgm@gnu.org>
3415
3416 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3417
3418 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3419
3420 * files.el (create-file-buffer): If the result would begin with
3421 spaces, prepend a "|" instead of removing them. (Bug#15162)
3422
3423 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3426 text-properties (bug#15155).
3427
3428 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3429 exist any more.
3430 (calc-keypad-redraw): Remove unused var `pad'.
3431 (calc-keypad-press): Remove unused var `menu'.
3432
3433 2013-08-23 Martin Rudalics <rudalics@gmx.at>
3434
3435 * window.el (display-buffer-pop-up-frame):
3436 Call pop-up-frame-function with BUFFER current so `make-frame' will
3437 use it as the new frame's buffer (Bug#15133).
3438
3439 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * calendar/timeclock.el: Minor cleanups.
3442 (timeclock-ask-before-exiting, timeclock-use-display-time):
3443 Use `symbol'.
3444 (timeclock-modeline-display): Define as alias before the
3445 actual definition.
3446 (timeclock-mode-line-display): Use define-minor-mode.
3447 (timeclock-day-list-template): Make it a function, add an argument.
3448 (timeclock-day-list-required, timeclock-day-list-length)
3449 (timeclock-day-list-debt, timeclock-day-list-span)
3450 (timeclock-day-list-break): Adjust calls accordingly.
3451
3452 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3453
3454 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3455 Use read--expression so that completion works again.
3456
3457 2013-08-21 Sam Steingold <sds@gnu.org>
3458
3459 Add rudimentary inferior shell interaction
3460 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3461 (sh-set-shell): Reset it.
3462 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3463 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3464
3465 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * align.el: Use lexical-binding.
3468 (align-region): Simplify accordingly.
3469
3470 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
3471
3472 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3473
3474 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3475 `non-essential' up.
3476
3477 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
3478
3479 * net/tramp.el:
3480 * net/tramp-adb.el:
3481 * net/tramp-cmds.el:
3482 * net/tramp-ftp.el:
3483 * net/tramp-gvfs.el:
3484 * net/tramp-gw.el:
3485 * net/tramp-sh.el: Don't wrap external variable declarations by
3486 `eval-when-compile'.
3487
3488 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3489
3490 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3491 now that Emacs supports ImageMagick animations.
3492
3493 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
3494
3495 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3496 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3497
3498 2013-08-16 Martin Rudalics <rudalics@gmx.at>
3499
3500 * window.el (mouse-autoselect-window-select): Do autoselect when
3501 mouse pointer is on margin.
3502
3503 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3504
3505 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3506
3507 2013-08-16 Glenn Morris <rgm@gnu.org>
3508
3509 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3510 Handle "Remote Directory" response of some clients. (Bug#15058)
3511
3512 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3513 Tweak warning. (Bug#14926)
3514
3515 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3516 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3517
3518 * image-mode.el (image-mode-map): Add menu items to reverse,
3519 increase, decrease, reset animation speed.
3520 (image--set-speed, image-increase-speed, image-decrease-speed)
3521 (image-reverse-speed, image-reset-speed): New functions.
3522 (image-mode-map): Add bindings for speed commands.
3523
3524 * image.el (image-animate-get-speed, image-animate-set-speed):
3525 New functions.
3526 (image-animate-timeout): Respect image :speed property.
3527
3528 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3529
3530 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3531 previous line (bug#15101).
3532 (debugger-eval-expression, debugger-record-expression):
3533 Use read--expression (bug#15102).
3534
3535 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
3536
3537 Remove byte compiler warnings, visible when compiling with
3538 `byte-compile-force-lexical-warnings' set to t.
3539
3540 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3541 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3542 (tramp-handle-unhandled-file-name-directory)
3543 (tramp-handle-file-notify-add-watch, tramp-action-login)
3544 (tramp-action-succeed, tramp-action-permission-denied)
3545 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3546 arguments with "_".
3547
3548 * net/tramp-adb.el (tramp-adb-parse-device-names)
3549 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3550 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3551 (tramp-adb-handle-file-truename): Remove unused arguments.
3552
3553 * net/tramp-cache.el (tramp-flush-directory-property)
3554 (tramp-flush-connection-property, tramp-list-connections)
3555 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3556
3557 * net/tramp-compat.el (tramp-compat-make-temp-file):
3558 Rename FILENAME to F.
3559
3560 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3561 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3562 (tramp-zeroconf-parse-workstation-device-names)
3563 (tramp-zeroconf-parse-webdav-device-names)
3564 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3565
3566 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3567 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3568
3569 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3570 arguments.
3571 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3572 (tramp-sh-handle-insert-file-contents-literally)
3573 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3574 with "_".
3575 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3576 Remove unused variables.
3577
3578 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3579 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3580 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3581
3582 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3583 Make them a defconst.
3584 (tramp-uuencode-region): Remove unused variable.
3585
3586 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
3587
3588 * frameset.el (frameset--prop-setter): New function.
3589 (frameset-prop): Add gv-setter declaration.
3590 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3591 parameter was already set in FILTERED. Doc fix.
3592 (frameset--record-minibuffer-relationships): Allow saving a
3593 minibufferless frame without its corresponding minibuffer frame.
3594 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3595 frame, if the frame id matches.
3596 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3597 frames before orphaned ones.
3598 (frameset-restore): Warn about orphaned windows, instead of error out.
3599
3600 2013-08-14 Martin Rudalics <rudalics@gmx.at>
3601
3602 * window.el (window-make-atom): Don't overwrite parameter
3603 already present.
3604 (display-buffer-in-atom-window): Handle special case where we
3605 split an already atomic window.
3606 (window--major-non-side-window, display-buffer-in-side-window)
3607 (window--side-check): Ignore minibuffer window when walking
3608 window tree.
3609 (window-deletable-p): Return 'frame only if no other frame uses
3610 our minibuffer window.
3611 (record-window-buffer): Run buffer-list-update-hook.
3612 (split-window): Make sure window--check-frame won't destroy an
3613 existing atomic window in case the new window gets nested
3614 inside.
3615 (display-buffer-at-bottom): Ignore minibuffer window when
3616 walking window tree. Don't split a side window.
3617 (pop-to-buffer): Don't set-buffer here, the select-window call
3618 should do that.
3619 (mouse-autoselect-window-select): Autoselect only if we are in the
3620 text portion of the window.
3621
3622 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3623
3624 * net/shr.el (shr-parse-image-data): New function to grab both the
3625 data itself and the Content-Type.
3626 (shr-put-image): Use it.
3627
3628 * net/eww.el (eww-display-image): Ditto.
3629
3630 * image.el (image-content-type-suffixes): New variable.
3631
3632 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3633
3634 * progmodes/python.el (python-imenu--build-tree)
3635 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3636
3637 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3638
3639 * simple.el (backward-word): Mention the optional argument.
3640
3641 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3642
3643 * frameset.el (frameset--make): Rename constructor from make-frameset.
3644 (frameset-p, frameset-valid-p): Don't autoload.
3645 (frameset-valid-p): Use normal accessors.
3646
3647 2013-08-13 Glenn Morris <rgm@gnu.org>
3648
3649 * progmodes/compile.el (compile-command): Tweak example in doc.
3650 * obsolete/scribe.el (scribe-mode):
3651 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3652
3653 * mail/feedmail.el (feedmail-confirm-outgoing)
3654 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3655
3656 * cus-start.el (truncate-partial-width-windows): Fix type.
3657
3658 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3659
3660 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3661
3662 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * emacs-lisp/timer.el (timer--time-setter): New function.
3665 (timer--time): Use it as gv-setter.
3666
3667 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3668 setter is not a symbol.
3669
3670 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
3671
3672 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3673 if sending fails. This makes debugging easier.
3674
3675 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
3676
3677 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3678 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3679 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3680
3681 2013-08-12 Eli Zaretskii <eliz@gnu.org>
3682
3683 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3684
3685 2013-08-12 Glenn Morris <rgm@gnu.org>
3686
3687 * format.el (format-annotate-function):
3688 Handle read-only text properties in the source. (Bug#14887)
3689
3690 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3691
3692 * net/eww.el (eww-display-html): Ignore coding system errors.
3693 One web site uses "utf-8lias" as the coding system.
3694
3695 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3698
3699 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
3700
3701 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3702 (tutorial--detailed-help): Remove unused local variables.
3703 (tutorial--save-tutorial-to): Use ignore-errors.
3704 (help-with-tutorial): Use looking-at-p.
3705
3706 * view.el (view-buffer-other-window, view-buffer-other-frame):
3707 Mark unused arguments.
3708
3709 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3710 (woman-select-symbol-fonts, woman, woman-find-file)
3711 (woman-insert-file-contents, woman-non-underline-faces):
3712 Use string-match-p.
3713 (woman1-unquote): Move declaration.
3714
3715 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3716 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3717 argument. Remove unused local variable.
3718 (xml-parse-elem-type): Use string-match-p.
3719 (xml-substitute-numeric-entities): Use ignore-errors.
3720
3721 * calculator.el (calculator): Mark unused argument.
3722 (calculator-paste, calculator-quit, calculator-integer-p):
3723 Use ignore-errors.
3724 (calculator-string-to-number, calculator-decimal, calculator-exp)
3725 (calculator-op-or-exp): Use string-match-p.
3726
3727 * dired.el (dired-buffer-more-recently-used-p): Declare.
3728 (dired-insert-set-properties, dired-insert-old-subdirs):
3729 Use ignore-errors.
3730
3731 * dired-aux.el (dired-compress): Use ignore-errors.
3732 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3733 (dired-do-async-shell-command, dired-do-shell-command)
3734 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3735 (dired-insert-subdir-validate): Use string-match-p.
3736 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3737 (dired-add-entry): Use string-match-p, looking-at-p.
3738 (dired-insert-subdir-newpos): Remove unused local variable.
3739
3740 * filenotify.el (file-notify-callback): Remove unused local variable.
3741
3742 * filesets.el (filesets-error): Mark unused argument.
3743 (filesets-which-command-p, filesets-filter-dir-names)
3744 (filesets-directory-files, filesets-get-external-viewer)
3745 (filesets-ingroup-get-data): Use string-match-p.
3746
3747 * find-file.el (ff-other-file-name, ff-other-file-name)
3748 (ff-find-the-other-file, ff-cc-hh-converter):
3749 Remove unused local variables.
3750 (ff-get-file-name): Use string-match-p.
3751 (ff-all-dirs-under): Use ignore-errors.
3752
3753 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3754 (follow-select-if-visible): Remove unused local variable.
3755
3756 * forms.el (read-file-filter): Move declaration.
3757 (forms--make-format, forms--make-parser, forms-insert-record):
3758 Quote function with #'.
3759 (forms--update): Use string-match-p. Quote function with #'.
3760
3761 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3762 (help-make-xrefs): Use looking-at-p.
3763 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3764
3765 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3766 (ibuffer-confirm-operation-on): Use string-match-p.
3767
3768 * msb.el (msb-item-handler, msb-dired-item-handler):
3769 Mark unused arguments.
3770
3771 * ses.el (ses-decode-cell-symbol)
3772 (ses-kill-override): Remove unused local variable.
3773 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3774 (ses-load): Use ignore-errors, looking-at-p.
3775 (ses-jump-safe): Use ignore-errors.
3776 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3777
3778 * tabify.el (untabify, tabify): Mark unused arguments.
3779
3780 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3781 Mark unused argument.
3782 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3783 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3784
3785 * emacs-lisp/timer.el (timer--time): Define setter with
3786 gv-define-setter to avoid deprecation warning.
3787
3788 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
3789 (*record-cmpl-statistics-p*): Remove (was commented out).
3790 (cmpl-statistics-block): Remove (body was commented out).
3791 All callers changed.
3792 (add-completions-from-buffer, load-completions-from-file):
3793 Remove unused variables.
3794
3795 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3796
3797 * filecache.el (file-cache-delete-file-list):
3798 Print message only when told so.
3799 (file-cache-files-matching): Use #' in mapconcat argument.
3800
3801 * ffap.el (ffap-url-at-point): Fix reference to variable
3802 thing-at-point-default-mail-uri-scheme.
3803
3804 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * subr.el (define-error): New function.
3807 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3808 error-file-not-found and define with define-error.
3809 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3810 and define with define-error.
3811 * userlock.el (file-locked, file-supersession):
3812 * simple.el (mark-inactive):
3813 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3814 * progmodes/ada-mode.el (ada-mode-errors):
3815 * play/life.el (life-extinct):
3816 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3817 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3818 * nxml/rng-util.el (rng-error):
3819 * nxml/rng-uri.el (rng-uri-error):
3820 * nxml/rng-match.el (rng-compile-error):
3821 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3822 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3823 * nxml/nxml-rap.el (nxml-scan-error):
3824 * nxml/nxml-outln.el (nxml-outline-error):
3825 * net/soap-client.el (soap-error):
3826 * net/gnutls.el (gnutls-error):
3827 * net/ange-ftp.el (ftp-error):
3828 * mpc.el (mpc-proc-error):
3829 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3830 (json-number-format, json-string-escape, json-string-format)
3831 (json-key-format, json-object-format):
3832 * jka-compr.el (compression-error):
3833 * international/quail.el (quail-error):
3834 * international/kkc.el (kkc-error):
3835 * emacs-lisp/ert.el (ert-test-failed):
3836 * calc/calc.el (calc-error, inexact-result, math-overflow)
3837 (math-underflow):
3838 * bookmark.el (bookmark-error-no-filename):
3839 * epg.el (epg-error): Define with define-error.
3840
3841 * time.el (display-time-event-handler)
3842 (display-time-next-load-average): Don't call sit-for since it seems
3843 unnecessary (bug#15045).
3844
3845 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3846 Use #' instead of ' to quote functions.
3847 (checkdoc-output-mode): Use setq-local.
3848 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3849 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3850 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3851 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3852 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3853 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3854 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3855 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3856
3857 * ido.el (ido-completion-help): Fix up compiler warning.
3858
3859 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
3860
3861 * frameset.el (frameset-p): Add autoload cookie.
3862 (frameset--jump-to-register): New function, based on code moved from
3863 register.el.
3864 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3865
3866 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3867 (frameset-restore, frameset-save, frameset-session-filter-alist):
3868 Remove declarations.
3869 (register-alist): Doc fix.
3870 (frameset-to-register): Move to frameset.el.
3871 (jump-to-register, describe-register-1): Remove frameset-specific code.
3872
3873 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3874
3875 * allout-widgets.el (allout-widgets-pre-command-business)
3876 (allout-widgets-post-command-business)
3877 (allout-widgets-after-change-handler)
3878 (allout-decorate-item-and-context, allout-set-boundary-marker)
3879 (allout-body-modification-handler)
3880 (allout-graphics-modification-handler): Mark ignored arguments.
3881 (allout-widgets-post-command-business)
3882 (allout-widgets-exposure-change-processor)
3883 (allout-widgets-exposure-undo-processor)
3884 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3885 (allout-parse-item-at-point, allout-decorate-item-guides)
3886 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3887 * allout.el (epa-passphrase-callback-function): Declare.
3888 (allout-overlay-insert-in-front-handler)
3889 (allout-overlay-interior-modification-handler)
3890 (allout-isearch-end-handler, allout-chart-siblings)
3891 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3892 (allout-yank-processing, allout-process-exposed)
3893 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
3894 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
3895 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3896 (lisp-indent-defform): Mark ignored arguments.
3897 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3898 (calculate-lisp-indent): Remove unused variables.
3899 * international/characters.el (indian-2-column, arabic-2-column)
3900 (tibetan): Mark ignored arguments.
3901 (use-cjk-char-width-table): Mark ignored arguments.
3902 Remove unused variables.
3903 * international/fontset.el (build-default-fontset-data)
3904 (x-compose-font-name, create-fontset-from-fontset-spec):
3905 Mark ignored arguments.
3906 (fontset-plain-name): Remove unused variables.
3907 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3908 (keyboard-coding-system): Mark ignored arguments.
3909 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3910 * help.el (resize-temp-buffer-window):
3911 * window.el (display-buffer-in-major-side-window)
3912 (display-buffer-in-side-window, display-buffer-in-previous-window):
3913 Remove unused variables.
3914 * isearch.el (isearch-forward-symbol):
3915 * version.el (emacs-bzr-version-bzr):
3916 * international/mule-cmds.el (current-language-environment):
3917 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3918 (x-handle-display):
3919 * term/pc-win.el (x-list-fonts, x-display-planes)
3920 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3921 (x-server-version, x-display-screens, x-display-mm-height)
3922 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3923 (x-selection-owner-p, x-own-selection-internal)
3924 (x-disown-selection-internal, x-get-selection-internal)
3925 (msdos-initialize-window-system):
3926 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3927 * term/x-win.el (x-handle-no-bitmap-icon):
3928 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3929 (vc-default-find-file-hook, vc-default-extra-menu):
3930 Mark ignored arguments.
3931
3932 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3935 break-condition in the context of the debugged code (bug#12685).
3936
3937 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3938
3939 * comint.el:
3940 Do not use an overlay to highlight the last prompt. (Bug#14744)
3941 (comint-mode): Make comint-last-prompt buffer local.
3942 (comint-last-prompt): New variable.
3943 (comint-last-prompt-overlay): Remove. Superseded by
3944 comint-last-prompt.
3945 (comint-snapshot-last-prompt, comint-output-filter):
3946 Use comint-last-prompt.
3947
3948 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3949
3950 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
3951 (frameset-save): Check validity of the resulting frameset.
3952
3953 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3954
3955 * ido.el (ido-record-command): Add doc string.
3956
3957 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3958
3959 * frameset.el (frameset): Do not disable creation of the default
3960 frameset-p predicate. Doc fix.
3961 (frameset-valid-p): New function, copied from the old predicate-p.
3962 Add additional checks.
3963 (frameset-restore): Check with frameset-valid-p.
3964 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3965 (frameset-name, frameset-description, frameset-properties)
3966 (frameset-states): Add docstring.
3967 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3968 (frameset-filter-alist): Doc fixes.
3969
3970 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3971
3972 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3973
3974 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3977 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3978 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3979 (byte-compile-normal-call): Remove obsolescence check.
3980
3981 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3982
3983 * frameset.el (frameset-restore): Doc fix.
3984
3985 * register.el (frameset-frame-id, frameset-frame-with-id)
3986 (frameset-p, frameset-restore, frameset-save): Declare.
3987 (register-alist): Document framesets.
3988 (frameset-session-filter-alist): Declare.
3989 (frameset-to-register): New function.
3990 (jump-to-register): Implement jumping to framesets. Doc fix.
3991 (describe-register-1): Describe framesets.
3992
3993 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3994
3995 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
3996
3997 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3998 Use lexical-binding.
3999
4000 * frameset.el (frameset): Use type vector, not list (incompatible
4001 change). Do not declare a new constructor, use the default one.
4002 Upgrade suggested properties `app', `name' and `desc' to slots `app',
4003 `name' and `description', respectively, and add read-only slot
4004 `timestamp'. Doc fixes.
4005 (frameset-copy, frameset-persistent-filter-alist)
4006 (frameset-filter-alist, frameset-switch-to-gui-p)
4007 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4008 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4009 (frameset-filter-iconified, frameset-keep-original-display-p):
4010 Doc fixes.
4011 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4012 Rename from frameset-filter-(save|restore)-param. All callers changed.
4013 Doc fix.
4014 (frameset-p): Adapt to change to vector and be more thorough.
4015 Change arg name to OBJECT. Doc fix.
4016 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
4017 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4018 All callers changed.
4019 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4020 All callers changed.
4021 (frameset--record-minibuffer-relationships): Rename from
4022 frameset--process-minibuffer-frames. All callers changed.
4023 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4024 Use new default constructor (again). Doc fix.
4025 (frameset--find-frame-if): Rename from `frameset--find-frame.
4026 All callers changed.
4027 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4028 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4029 Doc fix.
4030 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4031 PARAMETERS and WINDOW-STATE, respectively.
4032 (frameset-restore): Add new keyword argument PREDICATE.
4033 Reset frameset--target-display to nil. Doc fix.
4034
4035 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4036
4037 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4038 (bat-mode): Use it.
4039 (bat-mode-syntax-table): Mark \n as end-of-comment.
4040 (bat-font-lock-keywords): Remove comment rule.
4041
4042 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
4043 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
4044
4045 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4046 (byte-compile-callargs-warn): Use `push'.
4047 (byte-compile-arglist-warn): Ignore higher-order "calls".
4048 (byte-compile-file-form-autoload): Use `pcase'.
4049 (byte-compile-function-form): If quoting a symbol, check that it exists.
4050
4051 2013-08-07 Eli Zaretskii <eliz@gnu.org>
4052
4053 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4054 and add a few popular commands found in batch files.
4055 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4056 (dos-mode): Doc fixes.
4057
4058 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4061 (dos-mode): Use setq-local. Add space after "rem".
4062 (dos-mode-syntax-table): Don't use "w" for symbol chars.
4063 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4064
4065 2013-08-07 Arni Magnusson <arnima@hafro.is>
4066
4067 * progmodes/dos.el: New file.
4068 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4069 dos-mode.
4070
4071 2013-08-06 Glenn Morris <rgm@gnu.org>
4072
4073 * calendar/calendar.el: Add new faces, and day-header-array.
4074 (calendar-weekday-header, calendar-weekend-header)
4075 (calendar-month-header): New faces.
4076 (calendar-day-header-construct): New function.
4077 (calendar-day-header-width): Also :set calendar-day-header-array.
4078 (calendar-american-month-header, calendar-european-month-header)
4079 (calendar-iso-month-header): Use calendar- faces.
4080 (calendar-generate-month):
4081 Use calendar-day-header-array for day headers; apply faces to them.
4082 (calendar-mode): Check calendar-font-lock-keywords non-nil.
4083 (calendar-abbrev-construct): Add optional maxlen argument.
4084 (calendar-day-name-array): Doc fix.
4085 (calendar-day-name-array, calendar-abbrev-length)
4086 (calendar-day-abbrev-array):
4087 Also :set calendar-day-header-array, and maybe redraw.
4088 (calendar-day-header-array): New option. (Bug#15007)
4089 (calendar-font-lock-keywords): Set to nil and make obsolete.
4090 (calendar-day-name): Add option to use header array.
4091
4092 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4093
4094 * net/shr.el (shr-render-td): Remove debugging.
4095 (shr-render-td): Make width computation consistent by defaulting
4096 all zero-width columns to 10 characters. This may not be optimal,
4097 but it's at least consistent.
4098 (shr-make-table-1): Redo last change to fix the real problem in
4099 colspan handling.
4100
4101 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4102
4103 * files.el (cache-long-line-scans):
4104 Make obsolete alias to `cache-long-scans'.
4105
4106 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4107
4108 * frameset.el (frameset, frameset-filter-alist)
4109 (frameset-filter-params, frameset-save, frameset--reuse-frame)
4110 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4111 (frameset-compute-pos): Rename from frameset--compute-pos,
4112 and add docstring.
4113 (frameset-move-onscreen): Use frameset-compute-pos.
4114 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4115
4116 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4117 Fix typos in docstrings.
4118
4119 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4120
4121 * frame.el (get-other-frame): Tiny cleanup.
4122
4123 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4124
4125 * vc/vc.el (vc-default-ignore-completion-table):
4126 Silence byte-compiler warning.
4127
4128 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4129 slot , which can indeed be nil.
4130 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4131 Move entry for `left' from persistent to live filter alist.
4132 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4133 Doc fixes.
4134 (frameset-filter-params): When restoring a frame, copy items added to
4135 `filtered', to avoid unwittingly modifying the original parameters.
4136 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
4137 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4138
4139 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4140 to use looking-at-p instead of looking-at. (Bug#15028)
4141
4142 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 Revert introduction of isearch-filter-predicates (bug#14714).
4145 Rely on add-function instead.
4146 * isearch.el (isearch-filter-predicates): Rename it back to
4147 isearch-filter-predicate.
4148 (isearch-message-prefix): Use advice-function-mapc and advice
4149 properties to get the isearch-message-prefix.
4150 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4151 instead of run-hook-with-args-until-failure.
4152 (isearch-filter-visible): Not obsolete any more.
4153 * loadup.el: Preload nadvice.
4154 * replace.el (perform-replace): Revert to funcall
4155 instead of run-hook-with-args-until-failure.
4156 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4157 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4158 dired-isearch-filenames-toggle; make it into a proper minor mode.
4159 Use add/remove-function.
4160 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4161 Call the minor-mode rather than add/remove-hook.
4162 (dired-isearch-filter-filenames):
4163 Remove isearch-message-prefix property.
4164 * info.el (Info--search-loop): New function, extracted from Info-search.
4165 Funcall isearch-filter-predicate instead of
4166 run-hook-with-args-until-failure isearch-filter-predicates.
4167 (Info-search): Use it.
4168 (Info-mode): Use isearch-filter-predicate instead of
4169 isearch-filter-predicates.
4170
4171 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4172
4173 Do not call to `selected-window' where it is assumed by default.
4174 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4175 `window-hscroll', `window-width', `window-height', `window-buffer',
4176 `window-frame', `window-start', `window-point', `next-window'
4177 and `window-display-table'.
4178 * abbrev.el (abbrev--default-expand):
4179 * bs.el (bs--show-with-configuration):
4180 * buff-menu.el (Buffer-menu-mouse-select):
4181 * calc/calc.el (calc):
4182 * calendar/calendar.el (calendar-generate-window):
4183 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4184 (diary-make-entry):
4185 * comint.el (send-invisible, comint-dynamic-complete-filename)
4186 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4187 * completion.el (complete):
4188 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4189 * disp-table.el (describe-current-display-table):
4190 * doc-view.el (doc-view-insert-image):
4191 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4192 * ehelp.el (with-electric-help):
4193 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4194 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4195 * emacs-lisp/helper.el (Helper-help-scroller):
4196 * emulation/cua-base.el (cua--post-command-handler-1):
4197 * eshell/esh-mode.el (eshell-output-filter):
4198 * ffap.el (ffap-gnus-wrapper):
4199 * help-macro.el (make-help-screen):
4200 * hilit-chg.el (highlight-compare-buffers):
4201 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4202 * hl-line.el (global-hl-line-highlight):
4203 * icomplete.el (icomplete-simple-completing-p):
4204 * isearch.el (isearch-done):
4205 * jit-lock.el (jit-lock-stealth-fontify):
4206 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4207 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4208 * mpc.el (mpc-tagbrowser, mpc):
4209 * net/rcirc.el (rcirc-any-buffer):
4210 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4211 * play/landmark.el (landmark-max-width, landmark-max-height):
4212 * play/zone.el (zone):
4213 * progmodes/compile.el (compilation-goto-locus):
4214 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4215 * progmodes/etags.el (find-tag-other-window):
4216 * progmodes/fortran.el (fortran-column-ruler):
4217 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4218 * progmodes/verilog-mode.el (verilog-point-text):
4219 * reposition.el (reposition-window):
4220 * rot13.el (toggle-rot13-mode):
4221 * server.el (server-switch-buffer):
4222 * shell.el (shell-dynamic-complete-command)
4223 (shell-dynamic-complete-environment-variable):
4224 * simple.el (insert-buffer, set-selective-display)
4225 (delete-completion-window):
4226 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4227 (speedbar-recenter):
4228 * startup.el (fancy-splash-head):
4229 * textmodes/ispell.el (ispell-command-loop):
4230 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4231 * tutorial.el (help-with-tutorial):
4232 * vc/add-log.el (add-change-log-entry):
4233 * vc/compare-w.el (compare-windows):
4234 * vc/ediff-help.el (ediff-indent-help-message):
4235 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4236 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4237 (ediff-setup-control-frame):
4238 * vc/emerge.el (emerge-position-region):
4239 * vc/pcvs-util.el (cvs-bury-buffer):
4240 * window.el (walk-windows, mouse-autoselect-window-select):
4241 * winner.el (winner-set-conf, winner-undo): Related users changed.
4242
4243 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4244
4245 * frameset.el (frameset--set-id): Doc fix.
4246 (frameset-frame-id, frameset-frame-id-equal-p)
4247 (frameset-locate-frame-id): New functions.
4248 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4249 (frameset-restore): Use them.
4250
4251 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4252
4253 Do not call to `selected-frame' where it is assumed by default.
4254 Affected functions are `raise-frame', `redraw-frame',
4255 `frame-first-window', `frame-terminal' and `delete-frame'.
4256 * calendar/appt.el (appt-disp-window):
4257 * epg.el (epg-wait-for-completion):
4258 * follow.el (follow-delete-other-windows-and-split)
4259 (follow-avoid-tail-recenter):
4260 * international/mule.el (set-terminal-coding-system):
4261 * mail/rmail.el (rmail-mail-return):
4262 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4263 * progmodes/f90.el (f90-add-imenu-menu):
4264 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4265 * server.el (server-switch-buffer):
4266 * simple.el (delete-completion-window):
4267 * talk.el (talk):
4268 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4269 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4270 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4271 * vc/ediff.el (ediff-documentation): Related users changed.
4272 * frame.el (selected-terminal): Remove the leftover.
4273
4274 2013-08-05 Glenn Morris <rgm@gnu.org>
4275
4276 * calendar/calendar.el (calendar-generate-month):
4277 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4278 (calendar-generate-month, calendar-font-lock-keywords):
4279 Fix for calendar-day-header-width > length of any day name.
4280
4281 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4282
4283 * desktop.el (desktop-clear): Use new name of sort predicate.
4284
4285 * frameset.el (frameset): Add docstring. Move :version property to its
4286 own `version' slot.
4287 (frameset-copy): Rename from copy-frameset.
4288 (frameset-p): Check more thoroughly.
4289 (frameset-prop): Do not check for :version, which is no longer a prop.
4290 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4291 Use new :never value instead of t.
4292 (frameset-filter-alist): Expand and clarify docstring.
4293 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4294 (frameset-filter-minibuffer, frameset-filter-save-param)
4295 (frameset-filter-restore-param, frameset-filter-iconified):
4296 Add pointer to docstring of frameset-filter-alist.
4297 (frameset-filter-params): Rename filter values to be more meaningful:
4298 :never instead of t, and reverse the meanings of :save and :restore.
4299 (frameset--process-minibuffer-frames): Clarify error message.
4300 (frameset-save): Avoid unnecessary and confusing call to framep.
4301 Use new BOA constructor for framesets.
4302 (frameset--reuse-list): Doc fix.
4303 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4304 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4305 (frameset-minibufferless-first-p): Doc fix.
4306 Rename from frameset-sort-frames-for-deletion.
4307 (frameset-restore): Doc fixes. Use new function names.
4308 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4309
4310 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4311
4312 * desktop.el (desktop-restore-forces-onscreen)
4313 (desktop-restore-reuses-frames): Document :keyword constant values.
4314 (desktop-filter-parameters-alist): Remove, now identical to
4315 frameset-filter-alist.
4316 (desktop--filter-tty*): Remove, moved to frameset.el.
4317 (desktop-save-frameset, desktop-restore-frameset):
4318 Do not pass :filters argument.
4319
4320 * frameset.el (frameset-live-filter-alist)
4321 (frameset-persistent-filter-alist): New variables.
4322 (frameset-filter-alist): Use them. Add autoload cookie.
4323 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4324 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4325 `frameset--id' (it's supposed to be internal to frameset.el).
4326 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4327 (frameset--initial-params): New function.
4328 (frameset--get-frame): Use it. Doc fix.
4329 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4330 Accept :all, not 'all.
4331 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4332 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4333 with fbound symbols. Fix frame id matching, and remove matching ids if
4334 the frame being restored is deleted. Obey :delete.
4335
4336 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 * subr.el (macrop): New function.
4339 (text-clone--maintaining): New var.
4340 (text-clone--maintain): Rename from text-clone-maintain. Use it
4341 instead of inhibit-modification-hooks.
4342
4343 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4344 a proxy, so as handle autoloads and redefinitions of the target.
4345 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4346
4347 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4348 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4349 (pcase--mutually-exclusive-p): New function.
4350 (pcase--split-consp): Use it.
4351 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4352 mutually exclusive with the current predicate.
4353
4354 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4355 (edebug-macrop): Remove. Use `macrop' instead.
4356 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4357 (ad-macro-p):
4358 * eshell/esh-cmd.el (eshell-macrop):
4359 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4360
4361 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4364 (advice-mapc): New function, using it.
4365 (advice-function-member-p): New function.
4366 (advice--normalize): Store the cdr in advice--saved-rewrite since
4367 that's the part that will be changed.
4368 (advice--symbol-function): New function.
4369 (advice-remove): Handle removal before the function is defined.
4370 Adjust to new advice--saved-rewrite.
4371 (advice-member-p): Use advice-function-member-p and
4372 advice--symbol-function.
4373
4374 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4375
4376 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4377 (frameset-filter-minibuffer): Doc fix.
4378 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
4379 (frameset--set-id, frameset--process-minibuffer-frames)
4380 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4381 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4382
4383 * desktop.el (desktop-clear): Only delete frames when called
4384 interactively and desktop-restore-frames is non-nil. Doc fix.
4385 (desktop-read): Set desktop-saved-frameset to nil.
4386
4387 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4388
4389 * vc/vc.el (vc-ignore): Rewrite.
4390 (vc-default-ignore-completion-table):
4391 (vc--read-lines):
4392 (vc--add-line, vc--remove-regexp): New functions.
4393
4394 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4395 (vc-svn-ignore-completion-table): New function.
4396
4397 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4398 (vc-hg-ignore-completion-table):
4399 (vc-hg-find-ignore-file): New functions.
4400
4401 * vc/vc-git.el (vc-git-ignore): Rewrite.
4402 (vc-git-ignore-completion-table):
4403 (vc-git-find-ignore-file): New functions.
4404
4405 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4406
4407 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4408 (vc-bzr-ignore-completion-table):
4409 (vc-bzr-find-ignore-file): New functions.
4410
4411 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
4412
4413 * frameset.el (frameset-prop): New function and setter.
4414 (frameset-save): Do not modify frame list passed by the caller.
4415
4416 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4419
4420 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4423 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4424
4425 * custom.el (custom-initialize-default, custom-initialize-set)
4426 (custom-initialize-reset, custom-initialize-changed): Affect the
4427 toplevel-default-value (bug#6275, bug#14586).
4428 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4429 for bug#6275.
4430
4431 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4432
4433 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4434 Add cl-def* expressions.
4435
4436 * frameset.el (frameset-filter-params): Fix order of arguments.
4437
4438 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4439
4440 Move code related to saving frames to frameset.el.
4441 * desktop.el: Require frameset.
4442 (desktop-restore-frames): Doc fix.
4443 (desktop-restore-reuses-frames): Rename from
4444 desktop-restoring-reuses-frames.
4445 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4446 (desktop-clear): Clear frames too.
4447 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4448 (desktop--filter-tty*, desktop-save, desktop-read):
4449 Use frameset functions.
4450 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4451 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4452 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4453 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4454 (desktop--process-minibuffer-frames, desktop-save-frames)
4455 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4456 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4457 (desktop--sort-states, desktop-restoring-frames-p)
4458 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4459 (desktop-restoring-frameset-p, desktop-restore-frameset)
4460 (desktop--check-dont-save, desktop-save-frameset): New functions.
4461 (desktop--app-id): New constant.
4462 (desktop-first-buffer, desktop-buffer-ok-count)
4463 (desktop-buffer-fail-count): Move before first use.
4464 * frameset.el: New file.
4465
4466 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * files.el: Use lexical-binding.
4469 (dir-locals-read-from-file): Remove unused `err' variable.
4470 (hack-dir-local-variables--warned-coding): New var.
4471 (hack-dir-local-variables): Use it to avoid repeated warnings.
4472 (make-backup-file-name--default-function): New function.
4473 (make-backup-file-name-function): Use it as default.
4474 (buffer-stale--default-function): New function.
4475 (buffer-stale-function): Use it as default.
4476 (revert-buffer-insert-file-contents--default-function): New function.
4477 (revert-buffer-insert-file-contents-function): Use it as default.
4478 (insert-directory): Avoid add-to-list.
4479
4480 * autorevert.el (auto-revert-handler): Simplify.
4481 Use buffer-stale--default-function.
4482
4483 2013-08-01 Tassilo Horn <tsdh@gnu.org>
4484
4485 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4486
4487 * whitespace.el (whitespace-ensure-local-variables): New function.
4488 (whitespace-cleanup-region): Call it.
4489 (whitespace-turn-on): Call it.
4490
4491 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
4492
4493 Complete file name handlers.
4494
4495 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4496 (tramp-handle-verify-visited-file-modtime)
4497 (tramp-handle-file-notify-rm-watch): New functions.
4498 (tramp-call-process): Do not bind `default-directory'.
4499
4500 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4501 Order alphabetically.
4502 [access-file, add-name-to-file, dired-call-process]:
4503 [dired-compress-file, file-acl, file-notify-rm-watch]:
4504 [file-ownership-preserved-p, file-selinux-context]:
4505 [make-directory-internal, make-symbolic-link, set-file-acl]:
4506 [set-file-selinux-context, set-visited-file-modtime]:
4507 [verify-visited-file-modtime]: Add handler.
4508 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4509
4510 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4511 [file-notify-add-watch, file-notify-rm-watch]:
4512 [set-file-times, set-visited-file-modtime]:
4513 [verify-visited-file-modtime]: Add handler.
4514 (with-tramp-gvfs-error-message)
4515 (tramp-gvfs-handle-set-visited-file-modtime)
4516 (tramp-gvfs-fuse-file-name): Remove.
4517 (tramp-gvfs-handle-file-notify-add-watch)
4518 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4519 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4520
4521 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4522 Order alphabetically.
4523 [file-notify-rm-watch ]: Use default Tramp handler.
4524 [executable-find]: Remove private handler.
4525 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4526 `default-directory'.
4527 (tramp-sh-handle-executable-find)
4528 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4529 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4530 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4531 Do not use `format' in `tramp-message'.
4532
4533 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4534 [file-notify-rm-watch, set-visited-file-modtime]:
4535 [verify-visited-file-modtime]: Add handler.
4536 (tramp-smb-call-winexe): Do not bind `default-directory'.
4537
4538 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4539
4540 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4541
4542 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4543
4544 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4545 use it.
4546 (log-view-diff-changeset): Same.
4547 (log-view-diff-common): Call backend command `previous-revision'
4548 to find out the previous revision, in both cases. Swap the
4549 variables `to' and `fr', so that `fr' usually refers to the
4550 earlier revision (Bug#14989).
4551
4552 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
4553
4554 * ibuf-ext.el (ibuffer-filter-by-filename):
4555 Make it work with dired buffers too.
4556
4557 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4558
4559 * emacs-lisp/re-builder.el (reb-color-display-p):
4560 * files.el (save-buffers-kill-terminal):
4561 * net/browse-url.el (browse-url):
4562 * server.el (server-save-buffers-kill-terminal):
4563 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4564 Prefer nil to selected-frame for the first arg of frame-parameter.
4565
4566 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4567
4568 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4569
4570 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
4571
4572 * minibuffer.el (completion--twq-all): Try and preserve each
4573 completion's case choice (bug#14907).
4574
4575 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * net/network-stream.el (open-network-stream): Mention the new
4578 :nogreeting parameter.
4579 (network-stream-open-starttls): Use the :nogreeting parameter
4580 (bug#14938).
4581
4582 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4583
4584 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4585 more natural than popping.
4586
4587 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4588 (shr-urlify): Highlight under mouse.
4589
4590 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4591
4592 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4593
4594 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4595
4596 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4597 buffer for output.
4598
4599 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4600 point-min==1. Fix search string. Fix parentheses missing.
4601
4602 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
4603 assume point-min==1. Fix search string. Fix parentheses missing.
4604
4605 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4606
4607 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4608 buffer for output.
4609
4610 2013-07-29 Eli Zaretskii <eliz@gnu.org>
4611
4612 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4613 initial frame is minibuffer-less. (Bug#14841)
4614
4615 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
4616
4617 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4618 option.
4619
4620 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4621 (tramp-maybe-open-connection): Use it.
4622
4623 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4624
4625 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4626 minimal set of parameters passed when creating a frame, because
4627 the minibuffer status of a frame cannot be changed later.
4628
4629 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
4630
4631 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4632 replace-regexp-in-string and inadvertent omissions in previous change.
4633 (todo-filter-items): Ensure only file names are comma-separated in
4634 name of filtered items buffer.
4635
4636 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
4637
4638 * desktop.el: Optionally force offscreen frames back onscreen.
4639 (desktop-restoring-reuses-frames): New option.
4640 (desktop--compute-pos, desktop--move-onscreen): New functions.
4641 (desktop--make-frame): Use desktop--move-onscreen.
4642
4643 2013-07-27 Alan Mackenzie <acm@muc.de>
4644
4645 Fontify a Java generic method as a function.
4646 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4647 value to t.
4648
4649 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
4650
4651 * calendar/todo-mode.el: Add command to rename todo files.
4652 (todo-rename-file): New command.
4653 (todo-key-bindings-t): Add key binding for it. Change the
4654 bindings of todo-filter-regexp-items(-multifile) to use `x'
4655 instead of `r', since the latter is better suited to the new
4656 renaming command.
4657
4658 2013-07-27 Alan Mackenzie <acm@muc.de>
4659
4660 Make Java try-with-resources statement parse properly.
4661 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4662 (c-block-stmt-1-2-key): New language constants/variables.
4663 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4664 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4665 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4666 with c-block-stmt-1-2-key.
4667
4668 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
4669
4670 * desktop.el (desktop--make-frame): Apply most frame parameters after
4671 creating the frame to force (partially or totally) offscreen frames to
4672 be restored as such.
4673
4674 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4675
4676 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4677 (Bug#14948)
4678
4679 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4680
4681 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4682 `base' arg of backtrace-frame.
4683
4684 2013-07-26 Eli Zaretskii <eliz@gnu.org>
4685
4686 * simple.el (list-processes): Doc fix.
4687
4688 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4689
4690 * desktop.el (desktop--select-frame):
4691 Try harder to reuse existing frames.
4692
4693 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4694
4695 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4696 (edebug-eval): Use backtrace-eval.
4697 (edebug--display, edebug--recursive-edit): Don't let-bind the
4698 edebug-outer-* vars that keep track of variables we locally let-bind.
4699 (edebug-outside-excursion): Don't restore outside values of locally
4700 let-bound vars.
4701 (edebug--display): Use user-error.
4702 (cl-lexical-debug, cl-debug-env): Remove.
4703
4704 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
4705
4706 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4707 are restored to be sure that they are visible before deleting any
4708 remaining ones.
4709
4710 2013-07-26 Matthias Meulien <orontee@gmail.com>
4711
4712 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4713 vc-print-root-log. (Bug#14948)
4714
4715 2013-07-26 Richard Stallman <rms@gnu.org>
4716
4717 Add aliases for encrypting mail.
4718 * epa.el (epa-mail-aliases): New option.
4719 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4720 Bind inhibit-read-only so read-only text doesn't ruin everything.
4721 (epa-mail-default-recipients): New subroutine broken out.
4722 Handle epa-mail-aliases.
4723
4724 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 Add support for lexical variables to the debugger's `e' command.
4727 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4728 vars, except for debugger-outer-match-data.
4729 (debugger-frame-number): Move check for "on a function call" from
4730 callers into it. Add `skip-base' argument.
4731 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4732 (debugger-env-macro): Only reset the state stored in non-variables,
4733 i.e. current-buffer and match-data.
4734 (debugger-eval-expression): Rewrite using backtrace-eval.
4735 * subr.el (internal--called-interactively-p--get-frame): Remove.
4736 (called-interactively-p):
4737 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4738 `base' arg of backtrace-frame instead.
4739
4740 2013-07-26 Glenn Morris <rgm@gnu.org>
4741
4742 * align.el (align-regexp): Doc fix. (Bug#14857)
4743 (align-region): Explicit error if subexpression missing/does not match.
4744
4745 * simple.el (global-visual-line-mode):
4746 Do not duplicate the mode lighter. (Bug#14858)
4747
4748 2013-07-25 Martin Rudalics <rudalics@gmx.at>
4749
4750 * window.el (display-buffer): In display-buffer bind
4751 split-window-keep-point to t, bug#14829.
4752
4753 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4754
4755 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4756 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4757 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4758 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4759 Change accordingly.
4760 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4761 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
4762
4763 2013-07-25 Glenn Morris <rgm@gnu.org>
4764
4765 * dired-x.el (dired-mark-extension): Convert comment to doc string.
4766
4767 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
4768
4769 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4770 parameter to modify-frame-parameters if the value has not changed;
4771 this is a workaround for bug#14949.
4772 (desktop--make-frame): On cl-delete-if call, check parameter name,
4773 not full parameter.
4774
4775 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4776
4777 * vc/vc.el (vc-ignore): New function.
4778
4779 * vc/vc-svn.el (vc-svn-ignore): New function.
4780
4781 * vc/vc-hg.el (vc-hg-ignore): New function.
4782
4783 * vc/vc-git.el (vc-git-ignore): New function.
4784
4785 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4786 (vc-dir-ignore): New function.
4787
4788 * vc/vc-cvs.el (vc-cvs-ignore): New function.
4789 (cvs-append-to-ignore): Move here from pcvs.el.
4790
4791 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4792
4793 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4794
4795 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
4796
4797 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4798 (desktop-restore-frames): Warn when deleting an existing frame failed.
4799
4800 2013-07-24 Glenn Morris <rgm@gnu.org>
4801
4802 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4803
4804 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
4805
4806 * filenotify.el (file-notify-supported-p):
4807 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4808 Remove functions.
4809
4810 * autorevert.el (auto-revert-use-notify):
4811 (auto-revert-notify-add-watch):
4812 * net/tramp.el (tramp-file-name-for-operation):
4813 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4814 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4815 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4816 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4817 Remove `file-notify-supported-p' entry.
4818
4819 2013-07-24 Glenn Morris <rgm@gnu.org>
4820
4821 * printing.el: Replace all uses of deleted ps-windows-system,
4822 ps-lp-system, ps-flatten-list with lpr- versions.
4823
4824 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4827 checked with memq (bug#14935).
4828
4829 * files.el (revert-buffer-function): Use a non-nil default.
4830 (revert-buffer-preserve-modes): Declare var to
4831 provide access to the `preserve-modes' argument.
4832 (revert-buffer): Let-bind it.
4833 (revert-buffer--default): New function, extracted from revert-buffer.
4834
4835 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * lpr.el: Signal print errors more prominently.
4838 (print-region-function): Don't default to nil.
4839 (lpr-print-region): New function, extracted from print-region-1.
4840 Check lpr's return value and signal an error in case of problem.
4841 (print-region-1): Use it.
4842 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4843 versions instead.
4844 (ps-printer-name): Default to nil.
4845 (ps-printer-name-option): Default to lpr-printer-switch.
4846 (ps-print-region-function): Don't default to nil.
4847 (ps-postscript-code-directory): Simplify default.
4848 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4849 (ps-string-list, ps-eval-switch, ps-flatten-list)
4850 (ps-flatten-list-1): Remove.
4851 (ps-multibyte-buffer): Avoid setq.
4852 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4853 (print-region-function, ps-print-region-function): Don't set them here.
4854
4855 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4856
4857 * ido.el (ido-fractionp):
4858 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4859 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4860 (ido-max-directory-size, ido-max-dir-file-cache)
4861 (ido-decorations): Doc fix.
4862
4863 * ansi-color.el: Fix old URL.
4864
4865 2013-07-23 Michael R. Mauger <michael@mauger.com>
4866
4867 * progmodes/sql.el: Version 3.3
4868 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4869 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4870 (sql-interactive-remove-continuation-prompt): Rewrite, use
4871 functions above. Fix continuation prompt and complete output line
4872 handling.
4873 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4874 redirected output buffer.
4875 (sql-mode): Restore deleted code (Bug#13591).
4876
4877 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4878
4879 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4880
4881 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
4882
4883 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4884
4885 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4886 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4887 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4888
4889 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
4890
4891 * desktop.el (desktop-clear): Simplify; remove useless checks
4892 against invalid buffer names.
4893 (desktop-list*): Use cl-list*.
4894 (desktop-buffer-info, desktop-create-buffer): Simplify.
4895
4896 2013-07-23 Leo Liu <sdl.web@gmail.com>
4897
4898 * bookmark.el (bookmark-make-record): Restore NAME as a default
4899 value. (Bug#14933)
4900
4901 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4904 extracted from autoload--insert-text.
4905 (autoload--insert-text): Remove.
4906 (autoload--print-cookie-text): New function, extracted from
4907 autoload--insert-cookie-text.
4908 (autoload--insert-cookie-text): Remove.
4909 (autoload-generate-file-autoloads): Adjust calls accordingly.
4910
4911 * winner.el (winner-hook-installed-p): Remove.
4912 (winner-mode): Simplify accordingly.
4913
4914 * subr.el (add-to-list): Fix compiler-macro when `append' is
4915 not constant. Don't use `cl-member' for the base case.
4916
4917 * progmodes/subword.el: Fix boundary case (bug#13758).
4918 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4919 own group.
4920 (subword-backward-regexp): Make it a constant.
4921 (subword-forward-internal): Don't treat a trailing capital as the
4922 beginning of a word.
4923
4924 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4925
4926 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4927 global value of tabulated-list-revert-hook (bug#14930).
4928
4929 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * desktop.el: Require 'cl-lib.
4932 (desktop-before-saving-frames-functions): New hook.
4933 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4934 for frames being saved. Rename from desktop--save-minibuffer-frames.
4935 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
4936 Do not save frames with non-nil `desktop-dont-save' parameter.
4937 Filter out deleted frames.
4938 (desktop--find-frame): Use cl-find-if.
4939 (desktop--select-frame): Use cl-(first|second|third) to access values
4940 of desktop-mini.
4941 (desktop--make-frame): Use cl-delete-if.
4942 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4943 (desktop-restore-frames): Use cl-(first|second|third) to access values
4944 of desktop-mini. Look for visible frame at the end, not while
4945 restoring frames.
4946
4947 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4948 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4949 Use string-match-p, looking-at-p (bug#14927).
4950
4951 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
4952
4953 * desktop.el (desktop-saved-frame-states):
4954 Rename from desktop--saved-states; all users changed.
4955 (desktop-save-frames): Rename from desktop--save-frames.
4956 Do not save state to desktop file.
4957 (desktop-save): Save desktop-saved-frame-states to desktop file
4958 and reset to nil.
4959 (desktop-restoring-frames-p): New function.
4960 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4961 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4962 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4963
4964 * desktop.el: Correctly restore iconified frames.
4965 (desktop--filter-iconified-position): New function.
4966 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4967
4968 2013-07-20 Glenn Morris <rgm@gnu.org>
4969
4970 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4971 Let `message' do the formatting.
4972 (def-gdb-preempt-display-buffer): Add explicit format.
4973
4974 * image-dired.el (image-dired-track-original-file):
4975 Use with-current-buffer.
4976 (image-dired-track-thumbnail): Use with-current-buffer.
4977 Avoid changing point of wrong window.
4978
4979 * image-dired.el (image-dired-track-original-file):
4980 Avoid changing point of wrong window. (Bug#14909)
4981
4982 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
4983
4984 * progmodes/gdb-mi.el (gdb-done-or-error):
4985 Guard against "%" in gdb output. (Bug#14127)
4986
4987 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4988
4989 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4990 (Bug#14826)
4991
4992 * international/mule.el (coding-system-iso-2022-flags): Fix last
4993 change.
4994
4995 2013-07-20 Kenichi Handa <handa@gnu.org>
4996
4997 * international/mule.el (coding-system-iso-2022-flags):
4998 Add `8-bit-level-4'. (Bug#8522)
4999
5000 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5001
5002 * net/shr.el (shr-mouse-browse-url): New command and keystroke
5003 (bug#14815).
5004
5005 * net/eww.el (eww-process-text-input): Allow inputting when the
5006 point is at the start of the line, as the properties aren't
5007 front-sticky.
5008
5009 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5010 degenerate widths.
5011
5012 2013-07-19 Richard Stallman <rms@gnu.org>
5013
5014 * epa.el (epa-popup-info-window): Doc fix.
5015
5016 * subr.el (split-string): New arg TRIM.
5017
5018 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
5019
5020 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5021 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5022
5023 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
5024
5025 * filenotify.el (file-notify--library): Rename from
5026 `file-notify-support'. Do not autoload. Adapt all uses.
5027 (file-notify-supported-p): New defun.
5028
5029 * autorevert.el (auto-revert-use-notify):
5030 Use `file-notify-supported-p' instead of `file-notify-support'.
5031 Adapt docstring.
5032 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5033
5034 * net/tramp.el (tramp-file-name-for-operation):
5035 Add `file-notify-supported-p'.
5036
5037 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5038 New defun.
5039 (tramp-sh-file-name-handler-alist): Add it as handler for
5040 `file-notify-supported-p '.
5041
5042 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5043 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5044 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5045 Add `ignore' as handler for `file-notify-*' functions.
5046
5047 2013-07-17 Eli Zaretskii <eliz@gnu.org>
5048
5049 * simple.el (line-move-partial, line-move): Don't start vscroll or
5050 scroll-up if the current line is not taller than the window.
5051 (Bug#14881)
5052
5053 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
5054
5055 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5056 highlight question marks in the method names as strings.
5057 (ruby-block-beg-keywords): Inline.
5058 (ruby-font-lock-keyword-beg-re): Extract from
5059 `ruby-font-lock-keywords'.
5060
5061 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
5062
5063 * frame.el (blink-cursor-blinks): New defcustom.
5064 (blink-cursor-blinks-done): New defvar.
5065 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5066 (blink-cursor-timer-function): Check if number of blinks has been
5067 done on X and NS.
5068 (blink-cursor-suspend, blink-cursor-check): New defuns.
5069
5070 2013-07-15 Glenn Morris <rgm@gnu.org>
5071
5072 * edmacro.el (edmacro-format-keys): Fix previous change.
5073
5074 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
5075
5076 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5077 The hack didn't work outside English locales anyway.
5078
5079 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
5080
5081 * simple.el (define-alternatives): Rename from alternatives-define,
5082 per RMS' suggestion.
5083
5084 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
5085
5086 * desktop.el (desktop-restore-frames): Change default to t.
5087 (desktop-restore-in-current-display): Now offer more options.
5088 (desktop-restoring-reuses-frames): New customization option.
5089 (desktop--saved-states): Doc fix.
5090 (desktop-filter-parameters-alist): New variable, renamed and expanded
5091 from desktop--excluded-frame-parameters.
5092 (desktop--target-display): New variable.
5093 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5094 (desktop--filter-tty*, desktop--filter-*-color)
5095 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5096 (desktop--filter-save-desktop-parm)
5097 (desktop-restore-in-original-display-p): New functions.
5098 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5099 (desktop--save-minibuffer-frames): New function, inspired by a similar
5100 function from Martin Rudalics.
5101 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5102 (desktop--restore-in-this-display-p): Remove.
5103 (desktop--find-frame): Rename from desktop--find-frame-in-display
5104 and add predicate argument.
5105 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5106 (desktop--reuse-list): New variable.
5107 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5108 New functions.
5109 (desktop--restore-frames): Add support for "minibuffer-special" frames.
5110
5111 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
5112
5113 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5114
5115 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
5116
5117 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5118 Highlight conversion methods on Kernel.
5119
5120 2013-07-13 Alan Mackenzie <acm@muc.de>
5121
5122 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5123 and comment it out. This out-commenting enables certain C++
5124 declarations to be parsed correctly.
5125
5126 2013-07-13 Eli Zaretskii <eliz@gnu.org>
5127
5128 * international/mule.el (define-coding-system): Doc fix.
5129
5130 * simple.el (default-font-height): Don't call font-info if the
5131 frame's default font didn't change since the frame was created.
5132 (Bug#14838)
5133
5134 2013-07-13 Leo Liu <sdl.web@gmail.com>
5135
5136 * ido.el (ido-read-file-name): Guard against non-symbol value.
5137
5138 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5139
5140 * progmodes/python.el (python-imenu--build-tree): Fix corner case
5141 in nested defuns.
5142
5143 2013-07-13 Leo Liu <sdl.web@gmail.com>
5144
5145 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5146 ido-set-matches call. (Bug#6852)
5147
5148 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
5149
5150 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5151 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5152 Ruby 2.0.
5153 (ruby-font-lock-keywords): Distinguish calls to functions with
5154 module-like names from module references. Highlight character
5155 literals.
5156
5157 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5158
5159 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5160 (gdb-send): Handle continued commands. (Bug#14847)
5161
5162 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5163
5164 * desktop.el (desktop--v2s): Remove unused local variable.
5165 (desktop-save-buffer): Make defvar-local; adjust docstring.
5166 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5167 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5168
5169 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5170
5171 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5172
5173 2013-07-12 Eli Zaretskii <eliz@gnu.org>
5174
5175 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5176 (Bug#14842)
5177
5178 2013-07-12 Glenn Morris <rgm@gnu.org>
5179
5180 * doc-view.el: Require cl-lib at runtime too.
5181 (doc-view-remove-if): Remove.
5182 (doc-view-search-next-match, doc-view-search-previous-match):
5183 Use cl-remove-if.
5184
5185 * edmacro.el: Require cl-lib at runtime too.
5186 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5187 (edmacro-mismatch, edmacro-subseq): Remove.
5188
5189 * shadowfile.el: Require cl-lib.
5190 (shadow-remove-if): Remove.
5191 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5192 Use cl-remove-if.
5193
5194 * wid-edit.el: Require cl-lib.
5195 (widget-choose): Use cl-remove-if.
5196 (widget-remove-if): Remove.
5197
5198 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5199 (ebrowse-delete-if-not): Remove.
5200 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5201 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5202 Use cl-delete-if-not.
5203
5204 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5205
5206 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5207 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5208
5209 2013-07-12 Leo Liu <sdl.web@gmail.com>
5210
5211 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5212
5213 2013-07-11 Glenn Morris <rgm@gnu.org>
5214
5215 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5216 (edebug-gensym-index, edebug-gensym):
5217 Remove reimplementation of cl-gensym.
5218 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5219
5220 * thumbs.el: Require cl-lib at run-time too.
5221 (thumbs-gensym-counter, thumbs-gensym):
5222 Remove reimplementation of cl-gensym.
5223 (thumbs-temp-file): Use cl-gensym.
5224
5225 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5226 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5227 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5228 (ert--union, ert--gensym-counter, ert--gensym-counter)
5229 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5230 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5231 (ert-make-test-unbound, ert--expand-should-1)
5232 (ert--expand-should, ert--should-error-handle-error)
5233 (should-error, ert--explain-equal-rec)
5234 (ert--plist-difference-explanation, ert-select-tests)
5235 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5236 Use cl-lib functions rather than reimplementations.
5237
5238 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5239
5240 * net/tramp.el (tramp-methods): Extend docstring.
5241 (tramp-connection-timeout): New defcustom.
5242 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5243 (with-tramp-progress-reporter): Simplify.
5244 (tramp-process-actions): Improve messages.
5245
5246 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5247 * net/tramp-sh.el (tramp-maybe-open-connection):
5248 Use `tramp-connection-timeout'.
5249 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5250 (Bug#14808)
5251
5252 2013-07-11 Leo Liu <sdl.web@gmail.com>
5253
5254 * ido.el (ido-read-file-name): Conform to the requirements of
5255 read-file-name. (Bug#11861)
5256 (ido-read-directory-name): Conform to the requirements of
5257 read-directory-name.
5258
5259 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5260
5261 * subr.el (delay-warning): New function.
5262
5263 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5264
5265 * simple.el (default-line-height): New function.
5266 (line-move-partial, line-move): Use it instead of computing the
5267 line height inline.
5268 (line-move-partial): Always compute ROWH. If the last line is
5269 partially-visible, but its text is completely visible, allow
5270 cursor to enter such a partially-visible line.
5271
5272 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5273
5274 Improve error messages. (Bug#14808)
5275
5276 * net/tramp.el (tramp-current-connection): New defvar, moved from
5277 tramp-sh.el.
5278 (tramp-message-show-progress-reporter-message): Remove, not
5279 needed anymore.
5280 (tramp-error-with-buffer): Show message in minibuffer.
5281 Discard input before waiting. Reset connection timestamp.
5282 (with-tramp-progress-reporter): Improve messages.
5283 (tramp-process-actions): Use progress reporter. Delete process in
5284 case of error. Improve messages.
5285
5286 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5287 Call `tramp-error-with-buffer' with vector and buffer.
5288 (tramp-current-connection): Remove.
5289 (tramp-maybe-open-connection): The car of
5290 `tramp-current-connection' are the first 3 slots of the vector.
5291
5292 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5293
5294 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5295 inside continued strings.
5296
5297 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5298
5299 Timestamp fixes for undo (Bug#14824).
5300 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5301
5302 2013-07-10 Leo Liu <sdl.web@gmail.com>
5303
5304 * files.el (require-final-newline): Allow safe local value.
5305 (Bug#14834)
5306
5307 2013-07-09 Leo Liu <sdl.web@gmail.com>
5308
5309 * ido.el (ido-read-directory-name): Handle fallback.
5310 (ido-read-file-name): Update DIR to ido-current-directory.
5311 (Bug#1516)
5312 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5313
5314 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5315
5316 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5317 "autoload". Remove "warn lower camel case" section, previously
5318 commented out. Highlight negation char. Do not highlight the
5319 target in singleton method definitions.
5320
5321 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5322
5323 * faces.el (tty-setup-hook): Declare the hook.
5324
5325 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5326 and detect when a guard/pred depends on local vars (bug#14773).
5327 (pcase--u1): Adjust caller.
5328
5329 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5330
5331 * simple.el (line-move-partial, line-move): Account for
5332 line-spacing.
5333 (line-move-partial): Avoid setting vscroll when the last
5334 partially-visible line in window is of default height.
5335
5336 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5337
5338 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5339 been used a while.
5340
5341 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5342
5343 * subr.el (read-quoted-char): Remove unused local variable `char'.
5344
5345 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5346
5347 * ediff.el (ediff-version): Version update.
5348 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5349 (ediff-merge-with-ancestor-command, ediff-directories-command)
5350 (ediff-directories3-command, ediff-merge-directories-command)
5351 (ediff-merge-directories-with-ancestor-command): New functions.
5352 All are command-line interfaces to ediff: to facilitate calling
5353 Emacs with the appropriate ediff functions invoked.
5354
5355 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5356 (viper-save-kill-buffer): Check if buffer is modified.
5357
5358 * viper.el (viper-version): Version update.
5359 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5360
5361 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5364 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5365 (viper-intercept-ESC-key): Simplify.
5366 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5367 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5368 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5369 (viper-setup-ESC-to-escape): New functions.
5370 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5371 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5372
5373 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5374
5375 * simple.el (default-font-height, window-screen-lines):
5376 New functions.
5377 (line-move, line-move-partial): Use them instead of
5378 frame-char-height and window-text-height. This makes scrolling
5379 text smoother when the buffer's default face uses a font that is
5380 different from the frame's default font.
5381
5382 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5383
5384 * files.el (write-file): Do not display confirm dialog for NS,
5385 it does its own dialog, which can't be cancelled (Bug#14578).
5386
5387 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5388
5389 * simple.el (line-move-partial): Adjust the row returned by
5390 posn-at-point for the current window-vscroll. (Bug#14567)
5391
5392 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
5393
5394 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5395 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5396 spaces.
5397
5398 2013-07-06 Martin Rudalics <rudalics@gmx.at>
5399
5400 * window.el (window-state-put-stale-windows): New variable.
5401 (window--state-put-2): Save list of windows without matching buffer.
5402 (window-state-put): Remove "bufferless" windows if possible.
5403
5404 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5405
5406 * simple.el (alternatives-define): Remove leftover :group keyword.
5407 Tweak docstring.
5408
5409 2013-07-06 Leo Liu <sdl.web@gmail.com>
5410
5411 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5412 (ido-enable-virtual-buffers): New variable.
5413 (ido-buffer-internal, ido-toggle-virtual-buffers)
5414 (ido-make-buffer-list): Use it.
5415 (ido-exhibit): Support turning on and off virtual buffers
5416 automatically.
5417
5418 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5419
5420 * simple.el (alternatives-define): New macro.
5421
5422 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 * subr.el (read-quoted-char): Use read-key.
5425 (sit-for): Let read-event decode tty input (bug#14782).
5426
5427 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
5428
5429 * calendar/todo-mode.el: Add handling of file deletion, both by
5430 mode command and externally. Fix various related bugs.
5431 Clarify Commentary and improve some documentation strings and code.
5432 (todo-delete-file): New command.
5433 (todo-check-file): New function.
5434 (todo-show): Handle external deletion of the file we're trying to
5435 show (bug#14688). Replace called-interactively-p by an optional
5436 prefix argument to avoid problematic interaction with catch form
5437 when byte compiled (bug#14702).
5438 (todo-quit): Handle external deletion of the archive's todo file.
5439 Make sure the buffer that was visiting the archive file is still
5440 live before trying to bury it.
5441 (todo-category-completions): Handle external deletion of any
5442 category completion files.
5443 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5444 of todo files, in case of external deletion.
5445 (todo-add-file): Replace unnecessary setq by let-binding.
5446 (todo-find-archive): Check whether there are any archives.
5447 Replace unnecessary setq by let-binding.
5448 (todo-archive-done-item): Use find-file-noselect to get the
5449 archive buffer whether or not the archive already exists.
5450 Remove superfluous code. Use file size instead of buffer-file-name to
5451 check if the archive is new; if it is, update list of archives.
5452 (todo-default-todo-file): Allow nil to be a valid value for when
5453 there are no todo files.
5454 (todo-reevaluate-default-file-defcustom): Use corrected definition
5455 of todo-default-todo-file.
5456 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5457 (todo-delete-category, todo-show-categories-table)
5458 (todo-category-number): Clarify comment.
5459 (todo-filter-items): Clarify documentation string.
5460 (todo-show-current-file, todo-display-as-todo-file)
5461 (todo-reset-and-enable-done-separator): Tweak documentation string.
5462 (todo-done-separator): Make separator length window-width, since
5463 bug#2749 is now fixed.
5464
5465 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
5466
5467 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5468 Support both "gvfs-monitor-dir" and "inotifywait".
5469 (tramp-sh-file-inotifywait-process-filter): Rename from
5470 `tramp-sh-file-notify-process-filter'.
5471 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5472 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5473
5474 2013-07-05 Leo Liu <sdl.web@gmail.com>
5475
5476 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5477
5478 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5479
5480 * frame.el (display-pixel-height, display-pixel-width)
5481 (display-mm-height, display-mm-width): Mention behavior on
5482 multi-monitor setups in docstrings.
5483 (w32-display-monitor-attributes-list): Declare function.
5484 (display-monitor-attributes-list): Use it.
5485
5486 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
5487
5488 * filenotify.el: New package.
5489
5490 * autorevert.el (top): Require filenotify.el.
5491 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5492 instead.
5493 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5494 (auto-revert-notify-handler): Use `file-notify-*' functions.
5495
5496 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5497
5498 * net/tramp.el (tramp-file-name-for-operation):
5499 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5500
5501 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5502 for `file-notify-add-watch' and `file-notify-rm-watch'.
5503 (tramp-process-sentinel): Improve trace.
5504 (tramp-sh-handle-file-notify-add-watch)
5505 (tramp-sh-file-notify-process-filter)
5506 (tramp-sh-handle-file-notify-rm-watch)
5507 (tramp-get-remote-inotifywait): New defuns.
5508
5509 2013-07-03 Juri Linkov <juri@jurta.org>
5510
5511 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5512 call of `occur-read-primary-args' to interactive spec.
5513
5514 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5515 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5516
5517 2013-07-03 Matthias Meulien <orontee@gmail.com>
5518
5519 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5520 `Buffer-menu-multi-occur'. Add it to the menu.
5521 (Buffer-menu-mode): Document it in docstring.
5522 (Buffer-menu-multi-occur): New command. (Bug#14673)
5523
5524 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5525
5526 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5527 keywords and built-ins.
5528
5529 2013-07-03 Glenn Morris <rgm@gnu.org>
5530
5531 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5532
5533 Make info-xref checks case-sensitive by default
5534 * info.el (Info-find-node, Info-find-in-tag-table)
5535 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5536 Add option for exact case matching of nodes.
5537 * info-xref.el (info-xref): New custom group.
5538 (info-xref-case-fold): New option.
5539 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5540
5541 2013-07-03 Leo Liu <sdl.web@gmail.com>
5542
5543 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5544
5545 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5546
5547 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5548 middle of block statement initially, lower the depth. Remove
5549 FIXME comment, not longer valid. Remove middle of block statement
5550 detection, no need to do that anymore since we've been using
5551 `ruby-parse-region' here.
5552
5553 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5554
5555 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5556
5557 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5558
5559 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5560
5561 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
5562
5563 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5564 (desktop-restore-in-current-display): New customization option.
5565 (desktop--excluded-frame-parameters): Add `font'.
5566 (desktop--save-frames): Rename from desktop--save-windows.
5567 (desktop--restore-in-this-display-p): New function.
5568 (desktop--make-full-frame): Remove unwanted width/height from
5569 full(width|height) frames.
5570 (desktop--restore-frames): Rename from desktop--restore-windows.
5571 Obey desktop-restore-current-display. Do not delete old frames or
5572 select a new frame unless we were able to restore at least one frame.
5573
5574 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
5575
5576 * files.el (find-file-noselect): Simplify conditional expression.
5577
5578 * remember.el (remember-append-to-file):
5579 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5580
5581 Add `remember-notes' function to store random notes across Emacs
5582 restarts.
5583 * remember.el (remember-data-file): Add :set callback to affect
5584 notes buffer (if any).
5585 (remember-notes): New command.
5586 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5587 New defcustoms for the `remember-notes' function.
5588 (remember-notes-save-and-bury-buffer): New command.
5589 (remember-notes-mode-map): New variable.
5590 (remember-mode): New minor mode.
5591 (remember-notes--kill-buffer-query): New function.
5592 * startup.el (initial-buffer-choice): Add notes to custom type.
5593
5594 2013-06-30 Eli Zaretskii <eliz@gnu.org>
5595
5596 * bindings.el (right-char, left-char): Don't call sit-for, this is
5597 no longer needed. Use arithmetic comparison only for numerical
5598 arguments.
5599
5600 * international/mule-cmds.el (select-safe-coding-system):
5601 Handle the case of FROM being a string correctly. (Bug#14755)
5602
5603 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5604
5605 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5606 progression on degenerate tables.
5607 (shr-rescale-image): ImageMagick animated images currently don't work.
5608
5609 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
5610
5611 Some fixes and improvements for desktop frame restoration.
5612 It is still experimental and disabled by default.
5613 * desktop.el (desktop--save-windows): Put the selected frame at
5614 the head of the list.
5615 (desktop--make-full-frame): New function.
5616 (desktop--restore-windows): Try to re-select the frame that was
5617 selected upon saving. Do not abort if some frames fail to restore,
5618 just show an error message and continue. Set up maximized frames
5619 so they have default non-maximized dimensions.
5620
5621 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5622
5623 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5624 Don't start heredoc inside a string or comment.
5625
5626 2013-06-29 Eli Zaretskii <eliz@gnu.org>
5627
5628 * bindings.el (visual-order-cursor-movement): New defcustom.
5629 (right-char, left-char): Provide visual-order cursor motion by
5630 calling move-point-visually. Update the doc strings.
5631
5632 2013-06-28 Kenichi Handa <handa@gnu.org>
5633
5634 * international/mule.el (define-coding-system): New coding system
5635 properties :inhibit-null-byte-detection,
5636 :inhibit-iso-escape-detection, and :prefer-utf-8.
5637 (set-buffer-file-coding-system): If :charset-list property of
5638 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5639 appropriate for setting.
5640
5641 * international/mule-cmds.el (select-safe-coding-system):
5642 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5643 multibyte characters, return utf-8 (or one of its siblings).
5644
5645 * international/mule-conf.el (prefer-utf-8): New coding system.
5646 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5647 files.
5648
5649 2013-06-28 Ivan Kanis <ivan@kanis.fr>
5650
5651 * net/shr.el (shr-render-region): New function.
5652
5653 * net/eww.el: Autoload `eww-browse-url'.
5654
5655 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5656
5657 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5658 Adapt to `package-desc-version' being a list.
5659 Use `package--ac-desc-version' to retrieve version from a package
5660 archive element.
5661
5662 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
5663
5664 New experimental feature to save&restore window and frame setup.
5665 * desktop.el (desktop-save-windows): New defcustom.
5666 (desktop--saved-states): New var.
5667 (desktop--excluded-frame-parameters): New defconst.
5668 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5669 (desktop--restore-windows, desktop--save-windows): New functions.
5670 (desktop-save): Call `desktop--save-windows'.
5671 (desktop-read): Call `desktop--restore-windows'.
5672
5673 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5674
5675 * net/shr.el (add-face-text-property): Remove compat definition.
5676
5677 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5678
5679 * info.el (Info-try-follow-nearest-node): Move search for footnote
5680 above search for node name to prevent missing a footnote (bug#14717).
5681
5682 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
5683
5684 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5685
5686 2013-06-27 Leo Liu <sdl.web@gmail.com>
5687
5688 * net/eww.el (eww-read-bookmarks): Check file size.
5689
5690 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5691
5692 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5693 advice--pending if newdef is nil or an autoload (bug#13820).
5694 (advice-mapc): New function.
5695
5696 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5697
5698 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5699 probably.
5700 (eww-mode-map): Add a menu bar.
5701 (eww-add-bookmark): New command.
5702 (eww-bookmark-mode): New mode and commands.
5703 (eww-add-bookmark): Remove newlines from the title.
5704 (eww-bookmark-browse): Don't bug out if it's the only window.
5705
5706 2013-06-26 Glenn Morris <rgm@gnu.org>
5707
5708 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5709 (hfy-size): Handle ttys. (Bug#14668)
5710
5711 * info-xref.el: Update for Texinfo 5 change in *note format.
5712 (info-xref-node-re, info-xref-note-re): New constants.
5713 (info-xref-check-buffer): Use info-xref-note-re.
5714
5715 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5718
5719 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5720 nil terminate the loop (bug#14718).
5721
5722 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5723
5724 * net/eww.el: Rework history traversal. When going forward/back,
5725 put these actions into the history, too, so that they can be
5726 replayed.
5727 (eww-render): Move the history reset to the correct buffer.
5728
5729 2013-06-25 Juri Linkov <juri@jurta.org>
5730
5731 * files-x.el (modify-dir-local-variable): Change the header comment
5732 in the file with directory local variables. (Bug#14692)
5733
5734 * files-x.el (read-file-local-variable-value): Add `default'.
5735 (Bug#14710)
5736
5737 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5738
5739 * net/eww.el (eww-make-unique-file-name): Create a unique file
5740 name before saving to entering `y' accidentally asynchronously.
5741
5742 2013-06-25 Ivan Kanis <ivan@kanis.fr>
5743
5744 * net/eww.el (eww-download): New command and keystroke.
5745
5746 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5747
5748 * net/eww.el (eww-copy-page-url): Change name of command.
5749
5750 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5751 be more consistent with Info and dired.
5752
5753 * net/eww.el (eww-mode-map): Ditto.
5754
5755 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5758 packages from archives.
5759 (package-archive-contents): Change format; include obsolete packages.
5760 (package-desc): Use `dir' to mark builtin packages.
5761 (package--from-builtin): Set the `dir' field to `builtin'.
5762 (generated-autoload-file, version-control): Declare.
5763 (package-compute-transaction): Change first arg and return value to be
5764 lists of package-descs. Adjust to new package-archive-contents format.
5765 (package--add-to-archive-contents): Adjust to new
5766 package-archive-contents format.
5767 (package-download-transaction): Arg is now a list of package-descs.
5768 (package-install): If `pkg' is a package name, pass it as
5769 a requirement, so it is subject to the usual (e.g. disabled) checks.
5770 (describe-package): Accept package-desc as well.
5771 (describe-package-1): Describe a specific package-desc. Add links to
5772 other package-descs for the same package name.
5773 (package-menu-describe-package): Pass the actual package-desc.
5774 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5775 works correctly.
5776 (package-desc-status): New function.
5777 (package-menu--refresh): New function, extracted
5778 from package-menu--generate.
5779 (package-menu--generate): Use it.
5780 (package-delete): Update package-alist.
5781 (package-menu-execute): Don't call package-initialize.
5782
5783 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5784 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5785 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5786 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5787 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5788 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5789
5790 2013-06-25 Martin Rudalics <rudalics@gmx.at>
5791
5792 * window.el (window--state-get-1): Workaround for bug#14527.
5793 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5794
5795 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5796
5797 * net/eww.el (eww-back-url): Implement the history by stashing all
5798 the data into a list.
5799 (eww-forward-url): Allow going forward in the history, too.
5800
5801 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5804 for values and use read--expression for expressions (bug#14710).
5805 (read-file-local-variable): Avoid setq.
5806 (read-file-local-variable-mode): Use minor-mode-list.
5807
5808 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5809
5810 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
5811 for DOI URLs.
5812
5813 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5814
5815 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
5816 Update imenu-support when dialect changes.
5817
5818 2013-06-25 Leo Liu <sdl.web@gmail.com>
5819
5820 * ido.el (ido-read-internal): Allow forward slash on windows.
5821
5822 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5823
5824 * net/eww.el (eww): Start of strings is \\`, not ^.
5825
5826 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5827
5828 * net/shr.el (shr-browse-url): Fix interactive spec.
5829
5830 * net/eww.el (eww): Add a trailing slash to domain names.
5831
5832 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
5833
5834 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5835
5836 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5837
5838 * net/shr.el (shr-browse-url): Use an external browser if given a
5839 prefix.
5840
5841 * net/eww.el (eww-external-browser): Move to shr.
5842
5843 2013-06-24 Ivan Kanis <ivan@kanis.fr>
5844
5845 * net/eww.el (eww): Work more correctly for file: URLs.
5846 (eww-detect-charset): Allow quoted charsets.
5847 (eww-yank-page-url): New command and keystroke.
5848
5849 2013-06-24 Daiki Ueno <ueno@gnu.org>
5850
5851 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5852 file name of gpg executable.
5853 (epg-context-program): New function.
5854 (epg-context-home-directory): New function.
5855 (epg-context-set-program): New function.
5856 (epg-context-set-home-directory): New function.
5857 (epg--start): Use `epg-context-program' instead of
5858 'epg-gpg-program'.
5859 (epg--list-keys-1): Likewise.
5860
5861 2013-06-24 Leo Liu <sdl.web@gmail.com>
5862
5863 * ido.el (ido-read-internal): Fix bug#14620.
5864
5865 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5866
5867 * faces.el (face-documentation): Simplify.
5868 (read-face-attribute, tty-find-type, x-resolve-font-name):
5869 Use `string-match-p'.
5870 (list-faces-display): Use `string-match-p'. Simplify.
5871 (face-spec-recalc): Check face to avoid face alias loops.
5872 (read-color): Use `string-match-p' and non-capturing parenthesis.
5873
5874 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5875
5876 * net/shr.el (shr-rescale-image): Use the new
5877 :max-width/:max-height functionality.
5878
5879 2013-06-23 Ivan Kanis <ivan@kanis.fr>
5880
5881 * net/eww.el (eww-search-prefix): New variable.
5882 (eww): Use it.
5883 (eww-external-browser): New variable.
5884 (eww-mode-map): New keystroke.
5885 (eww-browse-with-external-browser): New command.
5886
5887 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5888
5889 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
5890
5891 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5892 Don't skip aligning the next header field when padding is 0;
5893 otherwise, field width is not respected unless the title is as
5894 wide as the field.
5895
5896 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * emacs-lisp/package.el (package-el-version): Remove.
5899 (package-process-define-package): Fix inf-loop.
5900 (package-install): Allow symbols as arguments again.
5901
5902 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5903
5904 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5905 add some more keyword-like methods.
5906 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5907
5908 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
5909
5910 * bs.el (bs-buffer-show-mark): Make defvar-local.
5911 (bs-mode): Use setq-local.
5912
5913 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5914 (emacs-lock--try-unlocking): Make defvar-local.
5915
5916 2013-06-22 Glenn Morris <rgm@gnu.org>
5917
5918 * play/cookie1.el (cookie-apropos): Minor simplification.
5919
5920 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5921
5922 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5923
5924 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5925 `regexp-opt', it breaks the build during dumping.
5926
5927 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5928
5929 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5930 Highlight keyword-like methods on Kernel and Module with
5931 font-lock-builtin-face.
5932 (auto-mode-alist): Consolidate different entries into one regexp
5933 and add more *file-s.
5934
5935 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
5936
5937 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5938
5939 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5940 (diary-entry): Use it in the action of this button type instead of
5941 diary-goto-entry.
5942
5943 * calendar/todo-mode.el: New version.
5944 (todo-add-category): Append new category to end of file and give
5945 it the highest number, instead of putting it at the beginning and
5946 giving it 0. Incorporate noninteractive functionality.
5947 (todo-forward-category): Adapt to 1-based category numbering.
5948 Allow skipping over archived categories.
5949 (todo-backward-category): Derive from todo-forward-category.
5950 (todo-backward-item, todo-forward-item): Make noninteractive and
5951 delegate interactive part to new commands. Make sensitive to done items.
5952 (todo-categories): Make value an alist of category names and
5953 vectors of item counts.
5954 (todo-category-beg): Make a defconst.
5955 (todo-category-number): Use 1 instead of 0 as initial value.
5956 (todo-category-select): Make sensitive to overlays, optional item
5957 highlighting and done items.
5958 (todo-delete-item): Make sensitive to overlays and marked and done items.
5959 (todo-edit-item): Make sensitive to overlays and editing of
5960 date/time header optional. Add format checks.
5961 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5962 no-op if point is not on an item. Advertise using todo-edit-quit.
5963 (todo-edit-mode): Make sensitive to new format, font-locking, and
5964 multiple todo files.
5965 (todo-insert-item, todo-insert-item-here): Derive from
5966 todo-basic-insert-item and extend functionality.
5967 (todo-item-end, todo-item-start): Make sensitive to done items.
5968 (todo-item-string): Don't return text properties. Restore point.
5969 (todo-jump-to-category): Make sensitive to multiple todo files and
5970 todo archives. Use extended category completion.
5971 (todo-lower-item, todo-raise-item): Rename to *-priority and
5972 derive from todo-set-item-priority.
5973 (todo-mode): Derive from special-mode. Make sensitive to new
5974 format, font-locking and multiple todo files. Make read-only.
5975 (todo-mode-map): Don't suppress digit keys, so they can supply
5976 prefix arguments. Add many new key bindings.
5977 (todo-prefix): Insert as an overlay instead of file text.
5978 Change semantics from diary date expression to purely visual mark.
5979 (todo-print): Rename to todo-print-buffer. Make buffer display
5980 features printable. Remove option to restrict number of items
5981 printed. Add option to print to file.
5982 (todo-print-function): Rename to todo-print-buffer-function.
5983 (todo-quit): Extend to handle exiting new todo modes.
5984 (todo-remove-item): Make sensitive to overlays.
5985 (todo-save): Extend to buffers of filtered items.
5986 (todo-show): Make sensitive to done items, multiple todo files and
5987 new todo modes. Offer to convert legacy todo file before creating
5988 first new todo file.
5989 (todo-show-priorities): Rename to todo-top-priorities.
5990 Change semantics of value 0.
5991 (todo-top-priorities): Rename to todo-filter-top-priorities,
5992 derive from todo-filter-items and extend functionality.
5993 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5994 and extend functionality to other types of filtered items.
5995 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5996 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5997 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5998 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5999 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6000 (todo-edit-mode-hook, todo-entry-prefix-function)
6001 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6002 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6003 (todo-initials, todo-insert-threshold, todo-item-string-start)
6004 (todo-line-string, todo-menu, todo-mode-hook)
6005 (todo-more-important-p, todo-previous-answer, todo-previous-line)
6006 (todo-print-priorities, todo-remove-separator)
6007 (todo-save-top-priorities-too, todo-string-count-lines)
6008 (todo-string-multiline-p, todo-time-string-format)
6009 (todo-tmp-buffer-name): Remove.
6010 (todo-add-file, todo-archive-done-item, todo-choose-archive)
6011 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6012 (todo-edit-category-diary-inclusion)
6013 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6014 (todo-edit-file, todo-edit-item-date-day)
6015 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6016 (todo-edit-item-date-month, todo-edit-item-date-to-today)
6017 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6018 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6019 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6020 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6021 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6022 (todo-filter-top-priorities-multifile, todo-find-archive)
6023 (todo-find-filtered-items-file, todo-go-to-source-item)
6024 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6025 (todo-jump-to-archive-category, todo-lower-category)
6026 (todo-mark-category, todo-marked-item-p, todo-merge-category)
6027 (todo-move-category, todo-move-item, todo-next-button)
6028 (todo-next-item, todo-padded-string, todo-powerset)
6029 (todo-previous-button, todo-previous-item)
6030 (todo-print-buffer-to-file, todo-raise-category)
6031 (todo-rename-category, todo-repair-categories-sexp, todo-search)
6032 (todo-set-category-number, todo-set-item-priority)
6033 (todo-set-top-priorities-in-category)
6034 (todo-set-top-priorities-in-file, todo-show-categories-table)
6035 (todo-sort-categories-alphabetically-or-numerically)
6036 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6037 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6038 (todo-toggle-item-header, todo-toggle-item-highlighting)
6039 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6040 (todo-toggle-view-done-items, todo-toggle-view-done-only)
6041 (todo-unarchive-items, todo-unmark-category): New commands.
6042 (todo-absolute-file-name, todo-add-to-buffer-list)
6043 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6044 (todo-basic-insert-item, todo-category-completions)
6045 (todo-category-number, todo-category-string-matcher-1)
6046 (todo-category-string-matcher-2, todo-check-filtered-items-file)
6047 (todo-check-format, todo-clear-matches)
6048 (todo-comment-string-matcher, todo-convert-legacy-date-time)
6049 (todo-current-category, todo-date-string-matcher)
6050 (todo-define-insertion-command, todo-diary-expired-matcher)
6051 (todo-diary-goto-entry, todo-diary-item-p)
6052 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6053 (todo-display-categories, todo-display-sorted, todo-done-item-p)
6054 (todo-done-item-section-p, todo-done-separator)
6055 (todo-done-string-matcher, todo-files, todo-filter-items)
6056 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6057 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6058 (todo-insert-category-line, todo-insert-item-from-calendar)
6059 (todo-insert-sort-button, todo-insert-with-overlays)
6060 (todo-insertion-command-name, todo-insertion-key-bindings)
6061 (todo-label-to-key, todo-longest-category-name-length)
6062 (todo-make-categories-list, todo-mode-external-set)
6063 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6064 (todo-modes-set-3, todo-multiple-filter-files)
6065 (todo-nondiary-marker-matcher, todo-prefix-overlays)
6066 (todo-read-category, todo-read-date, todo-read-dayname)
6067 (todo-read-file-name, todo-read-time)
6068 (todo-reevaluate-category-completions-files-defcustom)
6069 (todo-reevaluate-default-file-defcustom)
6070 (todo-reevaluate-filelist-defcustoms)
6071 (todo-reevaluate-filter-files-defcustom)
6072 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6073 (todo-reset-done-separator, todo-reset-done-separator-string)
6074 (todo-reset-done-string, todo-reset-global-current-todo-file)
6075 (todo-reset-highlight-item, todo-reset-nondiary-marker)
6076 (todo-reset-prefix, todo-set-categories)
6077 (todo-set-date-from-calendar, todo-set-show-current-file)
6078 (todo-set-top-priorities, todo-short-file-name)
6079 (todo-show-current-file, todo-sort, todo-time-string-matcher)
6080 (todo-total-item-counts, todo-update-buffer-list)
6081 (todo-update-categories-display, todo-update-categories-sexp)
6082 (todo-update-count, todo-validate-name, todo-y-or-n-p):
6083 New functions.
6084 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6085 New major modes.
6086 (todo-categories, todo-display, todo-edit, todo-faces)
6087 (todo-filtered): New defgroups.
6088 (todo-archived-only, todo-button, todo-category-string, todo-date)
6089 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6090 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6091 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6092 (todo-add-item-if-new-category, todo-always-add-time-string)
6093 (todo-categories-align, todo-categories-archived-label)
6094 (todo-categories-category-label, todo-categories-diary-label)
6095 (todo-categories-done-label, todo-categories-number-separator)
6096 (todo-categories-todo-label, todo-categories-totals-label)
6097 (todo-category-completions-files, todo-completion-ignore-case)
6098 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6099 (todo-done-separator-string, todo-done-string)
6100 (todo-files-function, todo-filter-done-items, todo-filter-files)
6101 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6102 (todo-initial-category, todo-initial-file, todo-item-mark)
6103 (todo-legacy-date-time-regexp, todo-mode-line-function)
6104 (todo-nondiary-marker, todo-number-prefix)
6105 (todo-print-buffer-function, todo-show-current-file)
6106 (todo-show-done-only, todo-show-first, todo-show-with-done)
6107 (todo-skip-archived-categories, todo-top-priorities-overrides)
6108 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6109 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6110 New defcustoms.
6111 (todo-category-done, todo-date-pattern, todo-date-string-start)
6112 (todo-diary-items-buffer, todo-done-string-start)
6113 (todo-filtered-items-buffer, todo-item-start)
6114 (todo-month-abbrev-array, todo-month-name-array)
6115 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6116 (todo-top-priorities-buffer): New defconsts.
6117 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6118 (todo-categories-with-marks, todo-category-string-face)
6119 (todo-comment-face, todo-comment-string, todo-current-todo-file)
6120 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6121 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6122 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6123 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6124 (todo-font-lock-keywords, todo-global-current-todo-file)
6125 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6126 (todo-insertion-commands-args)
6127 (todo-insertion-commands-args-genlist)
6128 (todo-insertion-commands-names, todo-insertion-map)
6129 (todo-key-bindings-t, todo-key-bindings-t+a)
6130 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6131 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6132 (todo-nondiary-face, todo-print-buffer, todo-time-face)
6133 (todo-visited): New variables.
6134
6135 2013-06-21 Glenn Morris <rgm@gnu.org>
6136
6137 * play/cookie1.el (cookie-apropos): Add optional display argument.
6138 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6139 (psychoanalyze-pinhead): Use cookie-doctor.
6140
6141 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6142
6143 * emacs-lisp/package.el (tar-get-file-descriptor)
6144 (tar--extract): Declare.
6145
6146 2013-06-21 Eduard Wiebe <usenet@pusto.de>
6147
6148 Extend flymake's warning predicate to be a function (bug#14217).
6149 * progmodes/flymake.el (flymake-warning-predicate): New.
6150 (flymake-parse-line): Use it.
6151 (flymake-warning-re): Make obsolete alias to
6152 `flymake-warning-predicate'.
6153
6154 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6155
6156 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6157 (package-obsolete-list): Remove.
6158 (package-activate): Remove min-version argument. Add `force' argument.
6159 Adjust to new package-alist format.
6160 (package-mark-obsolete): Remove.
6161 (package-unpack): Force reload of the package's autoloads.
6162 (package-installed-p): Check builtins if the installed package is not
6163 recent enough.
6164 (package-initialize): Don't reset package-obsolete-list.
6165 Don't specify which package version to activate.
6166 (package-process-define-package, describe-package-1)
6167 (package-menu--generate): Adjust to new package-alist format.
6168
6169 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6170
6171 * allout-widgets.el (allout-widgets-mode-off)
6172 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6173 (allout-widgets-post-command-business)
6174 (allout-widgets-after-copy-or-kill-function)
6175 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6176 (allout-decorate-item-and-context)
6177 (allout-graphics-modification-handler): Fix typos in docstrings.
6178 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6179
6180 * cmuscheme.el (scheme-start-file): Doc fix.
6181 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6182 (scheme-input-filter): Use `string-match-p'.
6183
6184 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6185
6186 * dired-x.el: Use Dired consistently in docstrings.
6187
6188 * dired.el: Use Dired consistently in docstrings.
6189 (dired-readin, dired-mode): Use `setq-local'.
6190 (dired-switches-alist): Make defvar-local.
6191 (dired-buffers-for-dir): Use `zerop'.
6192 (dired-safe-switches-p, dired-switches-escape-p)
6193 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6194 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6195 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6196 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6197 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6198 (dired-toggle-marks, dired-mark-files-containing-regexp)
6199 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6200 (dired-flag-auto-save-files, dired-flag-backup-files):
6201 Use `looking-at-p'.
6202 (dired-mark-files-regexp, dired-build-subdir-alist):
6203 Use `string-match-p', `looking-at-p'.
6204
6205 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6206 (direct-print-region-helper): Use `string-match-p'.
6207
6208 2013-06-21 Leo Liu <sdl.web@gmail.com>
6209
6210 * comint.el (comint-redirect-results-list-from-process):
6211 Fix infinite loop.
6212
6213 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6214
6215 * net/eww.el (eww-update-header-line-format): Quote % characters.
6216
6217 2013-06-21 Glenn Morris <rgm@gnu.org>
6218
6219 * play/cookie1.el (cookie): New custom group.
6220 (cookie-file): New option.
6221 (cookie-check-file): New function.
6222 (cookie): Make it interactive. Make start and end messages optional.
6223 Interactively, display the result. Default to cookie-file.
6224 (cookie-insert): Default to cookie-file.
6225 (cookie-snarf): Make start and end messages optional.
6226 Default to cookie-file. Use with-temp-buffer.
6227 (cookie-read): Rename from read-cookie.
6228 Make start and end messages optional. Default to cookie-file.
6229 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6230 Do not autoload it.
6231 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6232 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6233
6234 2013-06-21 Leo Liu <sdl.web@gmail.com>
6235
6236 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6237
6238 2013-06-21 Glenn Morris <rgm@gnu.org>
6239
6240 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6241
6242 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6243 Daniel Hackney <dan@haxney.org>
6244
6245 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6246 Consolidate the single-file vs tarball code.
6247 (package-desc-suffix): New function.
6248 (package-desc-full-name): Don't bother inlining it.
6249 (package-load-descriptor): Return the new package-desc.
6250 (package-mark-obsolete): Remove unused arg `package'.
6251 (package-unpack): Make it work for single files as well.
6252 Make it update package-alist.
6253 (package--make-autoloads-and-stuff): Rename from
6254 package--make-autoloads-and-compile. Don't compile any more.
6255 (package--compile): New function.
6256 (package-generate-description-file): New function, extracted from
6257 package-unpack-single.
6258 (package-unpack-single): Remove.
6259 (package--with-work-buffer): Add indentation and debugging info.
6260 (package-download-single): Remove.
6261 (package-install-from-archive): Rename from package-download-tar, make
6262 it take a pkg-desc, and make it work for single files as well.
6263 (package-download-transaction): Simplify.
6264 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6265 external tar program.
6266 (package-install-from-buffer): Remove `pkg-desc' argument.
6267 Use package-tar-file-info for tar-mode buffers.
6268 (package-install-file): Simplify accordingly.
6269 (package-archive-base): Change to take a pkg-desc.
6270 * tar-mode.el (tar--check-descriptor): New function, extracted from
6271 tar-get-descriptor.
6272 (tar-get-descriptor): Use it.
6273 (tar-get-file-descriptor): New function.
6274 (tar--extract): New function, extracted from tar-extract.
6275 (tar--extract): Use it.
6276 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6277 case the summary uses non-ascii. Adjust to new calling convention of
6278 package-tar-file-info.
6279
6280 2013-06-21 Leo Liu <sdl.web@gmail.com>
6281
6282 * comint.el (comint-redirect-results-list-from-process):
6283 Fix random delay. (Bug#14681)
6284
6285 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6286
6287 * profiler.el (profiler-format-number): Use log, not log10.
6288
6289 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6292
6293 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6296 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6297 yet available.
6298 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6299 (AUTOGENEL): ... here.
6300 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6301 (cl--defsubst-expand): Use it.
6302
6303 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6304
6305 * subr.el (log10): Move here from C code, and declare as obsolete.
6306 All uses of (log10 X) replaced with (log X 10).
6307
6308 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6309
6310 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6311 Declare with `defvar-local'.
6312 (tabulated-list-use-header-line, tabulated-list-entries)
6313 (tabulated-list-padding, tabulated-list-printer)
6314 (tabulated-list-sort-key): Declare with `defvar-local'.
6315 (tabulated-list-init-header, tabulated-list-print-fake-header):
6316 Use `setq-local'.
6317
6318 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6319
6320 * arc-mode.el (archive-mode): Add `archive-write-file' to
6321 `write-contents-functions' also for remote files. (Bug#14652)
6322
6323 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6324
6325 * cus-edit.el (custom-commands): Fix typos.
6326 (custom-display): Fix tooltip text.
6327 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6328 Fix typos in docstrings.
6329 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6330 (custom-unlispify-menu-entry, custom-magic-value-create)
6331 (custom-add-see-also, custom-group-value-create): Use ?\s.
6332 (custom-guess-type, customize-apropos, editable-field)
6333 (custom-face-value-create): Use `string-match-p'.
6334 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6335
6336 * custom.el (custom-load-symbol): Use `string-match-p'.
6337
6338 * ansi-color.el: Convert to lexical binding.
6339 (ansi-colors): Fix URL.
6340 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6341 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6342 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6343
6344 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6345
6346 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6347
6348 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6349
6350 2013-06-19 Tom Tromey <tromey@redhat.com>
6351
6352 * net/eww.el (eww-top-url): Remove.
6353 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6354 (eww-render): Set new variables. Don't set eww-top-url.
6355 (eww-handle-link): Handle "prev", "home", and "contents".
6356 Downcase the rel text.
6357 (eww-top-url): Choose best top URL.
6358
6359 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6360
6361 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6362 relying in widget.el. Using widget.el leads to too many
6363 user interface inconsistencies.
6364 (eww-self-insert): Implement entering commands in text fields.
6365 (eww-process-text-input): New function to make text input field editing
6366 work.
6367 (eww-submit): Rewrite to use the new-style form methods.
6368 (eww-select-display): Display the correct selected item.
6369 (eww-change-select): Implement changing the select value.
6370 (eww-toggle-checkbox): Implement radio/checkboxes.
6371 (eww-update-field): Fix compilation error.
6372 (eww-tag-textarea): Implement <textarea>.
6373
6374 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6375 we don't shadow mode-specific bindings.
6376
6377 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6378 nothing to push.
6379
6380 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6381
6382 2013-06-19 Glenn Morris <rgm@gnu.org>
6383
6384 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6385
6386 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6387
6388 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6389 not needed.
6390
6391 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6392
6393 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6394
6395 * net/browse-url.el (browse-url-browser-function):
6396 `eww-browse-url' has the right calling signature, `eww' does not.
6397
6398 2013-06-19 Glenn Morris <rgm@gnu.org>
6399
6400 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6401 Only eval autoloaded macros.
6402 (byte-compile-autoload): Only give the macro warning for macros.
6403
6404 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6405 (ps-underlined-faces): Declare.
6406
6407 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6408 (speedbar-add-supported-extension): Declare.
6409
6410 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6411 Don't include a date stamp in the header of the generated file;
6412 it leads to needless differences between output files.
6413
6414 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6415
6416 * net/secrets.el (secrets-struct-secret-content-type):
6417 Replace check of introspection data by a test call of "CreateItem".
6418 Some servers do not offer introspection.
6419
6420 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6421
6422 * electric.el (electric-pair-mode): Improve interaction with
6423 electric-layout-mode.
6424 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6425 (electric-pair-syntax): Use text-mode-syntax-table in comments
6426 and strings.
6427 (electric-pair--insert): New function.
6428 (electric-pair-post-self-insert-function): Use it and
6429 electric--after-char-pos.
6430
6431 2013-06-19 Leo Liu <sdl.web@gmail.com>
6432
6433 * progmodes/octave.el (octave-help): Fix regexp.
6434
6435 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6436
6437 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6438 (shr-table-horizontal-line): Allow nil as a value, and change the
6439 default.
6440 (shr-insert-table-ruler): Respect the nil value.
6441
6442 2013-06-18 Tom Tromey <tromey@barimba>
6443
6444 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6445 New defvars.
6446 (eww-open-file): New defun.
6447 (eww-render): Initialize new variables.
6448 (eww-display-html): Handle "link" and "a".
6449 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6450 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6451 (eww-back-url): Rename from eww-previous-url.
6452 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6453 New defuns.
6454
6455 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6456
6457 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6458 Distinguish ternary operator tokens from slash symbol and slash
6459 char literal.
6460
6461 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6462
6463 Convert symbol prettification into minor mode and global minor mode.
6464
6465 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6466 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6467 (prettify-symbols--keywords): Rename from
6468 `prog-prettify-symbols-alist' and make a local defvar.
6469 (prettify-symbols--compose-symbol): Rename from
6470 `prog--prettify-font-lock-compose-symbol'.
6471 (prettify-symbols--make-keywords): Rename from
6472 `prog-prettify-font-lock-symbols-keywords' and simplify.
6473 (prog-prettify-install): Remove.
6474 (prettify-symbols-mode): New minor mode, based on
6475 `prog-prettify-install'.
6476 (turn-on-prettify-symbols-mode): New function.
6477 (global-prettify-symbols-mode): New globalized minor mode.
6478
6479 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6480 * progmodes/cfengine.el (cfengine3-mode):
6481 * progmodes/perl-mode.el (perl-mode): Don't call
6482 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6483
6484 2013-06-18 Juri Linkov <juri@jurta.org>
6485
6486 * files-x.el (modify-file-local-variable-message): New function.
6487 (modify-file-local-variable)
6488 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6489 and call `modify-file-local-variable-message' when it's non-nil.
6490 (add-file-local-variable, delete-file-local-variable)
6491 (add-file-local-variable-prop-line)
6492 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6493 and use it. (Bug#9820)
6494
6495 2013-06-18 Juri Linkov <juri@jurta.org>
6496
6497 * emulation/vi.el (vi-shell-op):
6498 * emulation/vip.el (vip-execute-com, ex-command):
6499 * emulation/viper-cmd.el (viper-exec-bang):
6500 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6501 the call of `shell-command-on-region'. (Bug#14637)
6502
6503 * simple.el (shell-command-on-region): Doc fix.
6504
6505 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6506
6507 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6508 (bug#14633).
6509
6510 2013-06-18 Glenn Morris <rgm@gnu.org>
6511
6512 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6513
6514 * newcomment.el (comment-search-forward, comment-search-backward):
6515 Doc fix. (Bug#14376)
6516
6517 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6518
6519 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6520 (buffer-face-mode-invoke): Doc fix.
6521
6522 2013-06-18 Matthias Meulien <orontee@gmail.com>
6523
6524 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6525 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6526
6527 2013-06-18 Glenn Morris <rgm@gnu.org>
6528
6529 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6530 Replace obsolete function generic-make-keywords with its expansion.
6531
6532 * progmodes/python.el (ffap-alist): Declare.
6533
6534 * textmodes/reftex.el (bibtex-mode-map): Declare.
6535
6536 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6539 (package-unpack, package-unpack-single): Return the pkg-dir.
6540 (package-download-transaction): Use it to update package-alist.
6541
6542 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6543
6544 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6545 possible choice.
6546
6547 2013-06-17 Juri Linkov <juri@jurta.org>
6548
6549 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6550
6551 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6552
6553 * emacs-lisp/package.el (package-load-descriptor):
6554 Remove `with-syntax-table' call, `read' doesn't need it.
6555 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6556
6557 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6558
6559 * startup.el (command-line): Expand package name returned by
6560 `package--description-file' (bug#14639).
6561
6562 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6563
6564 * emacs-lisp/package.el (package-load-descriptor): Do not call
6565 `emacs-lisp-mode', just use its syntax table.
6566
6567 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
6568
6569 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6570 `font-lock-extra-managed-props' if any prettifying keyword is added.
6571 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6572 (prog-mode): Use `setq-local'.
6573
6574 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * international/characters.el (standard-case-table): Set syntax of ?»
6577 and ?« to punctuation.
6578
6579 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
6580
6581 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6582 Save relevant match data before calling `syntax-ppss' (bug#14595).
6583
6584 2013-06-15 Juri Linkov <juri@jurta.org>
6585
6586 * files-x.el (modify-file-local-variable-prop-line): Add local
6587 variables to the end of the existing comment on the first line.
6588 Use `file-auto-mode-skip' to skip interpreter magic line,
6589 and also skip XML declaration.
6590
6591 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * startup.el (package--builtin-versions): New var.
6594 (package-subdirectory-regexp): Remove.
6595 (package--description-file): Hard code its value instead.
6596
6597 * emacs-lisp/package.el: Don't activate packages older than builtin.
6598 (package-obsolete-list): Rename from package-obsolete-alist, and make
6599 it into a simple list of package-desc.
6600 (package-strip-version): Remove.
6601 (package-built-in-p): Use package--builtin-versions.
6602 (package-mark-obsolete): Simplify.
6603 (package-process-define-package): Mark it obsolete if older than the
6604 builtin version.
6605 (package-handle-response): Use line-end-position.
6606 (package-read-archive-contents, package--download-one-archive):
6607 Simplify.
6608 (package--add-to-archive-contents): Skip if older than the builtin or
6609 installed version.
6610 (package-menu-describe-package): Fix last change.
6611 (package-list-unversioned): New var.
6612 (package-menu--generate): Use it.
6613
6614 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6615 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6616 (autoload-builtin-package-versions): New variable.
6617 (autoload-generate-file-autoloads): Use them.
6618 Remove the list of autoloaded functions/macros from the
6619 (autoload...) comments.
6620
6621 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6622
6623 2013-06-15 Eli Zaretskii <eliz@gnu.org>
6624
6625 * simple.el (line-move-partial): Don't jump to the next screen
6626 line as soon as it becomes visible. Instead, continue enlarging
6627 the vscroll until the portion of a tall screen line that's left on
6628 display is about the height of the frame's default font.
6629 (Bug#14567)
6630
6631 2013-06-15 Glenn Morris <rgm@gnu.org>
6632
6633 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6634 compilation-error-regexp-alist void, or local while let-bound.
6635
6636 * progmodes/make-mode.el (makefile-mode-syntax-table):
6637 Treat "=" as punctuation. (Bug#14614)
6638
6639 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
6640
6641 * help-fns.el (describe-variable):
6642 Add extra line for permanent-local variables.
6643
6644 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6645
6646 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6647 Add export, import, library. (Bug#9164)
6648 (library): Set indent function.
6649
6650 2013-06-14 Glenn Morris <rgm@gnu.org>
6651
6652 * term/xterm.el (xterm--query):
6653 Stop after first matching handler. (Bug#14615)
6654
6655 2013-06-14 Ivan Kanis <ivan@kanis.fr>
6656
6657 Add support for dired in saveplace.
6658 * dired.el (dired-initial-position-hook): New variable.
6659 (dired-initial-position): Call hook to place cursor position.
6660 * saveplace.el (save-place-to-alist): Add dired position.
6661 (save-place-dired-hook): New function.
6662
6663 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6665 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6666 through a symbol rather than letrec.
6667
6668 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6669 (package-desc): Add `dir' field.
6670 (package-desc-full-name): New function.
6671 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6672 (package-maybe-load-descriptor): Remove.
6673 (package-load-all-descriptors): Just call package-load-descriptor.
6674 (package--disabled-p): New function.
6675 (package-desc-vers, package-desc-doc): Remove aliases.
6676 (package--dir): Remove function.
6677 (package-activate): Check if a package is disabled.
6678 (package-process-define-package): New function, extracted from
6679 define-package.
6680 (define-package): Turn into a place holder.
6681 (package-unpack-single, package-tar-file-info):
6682 Use package--description-file.
6683 (package-compute-transaction): Use package--disabled-p.
6684 (package-download-transaction): Don't call
6685 package-maybe-load-descriptor since they're all loaded anyway.
6686 (package-install): Change argument to be a pkg-desc.
6687 (package-delete): Use a single pkg-desc argument.
6688 (describe-package-1): Use package-desc-dir instead of package--dir.
6689 Use package-desc property instead of package-symbol.
6690 (package-install-button-action): Adjust accordingly.
6691 (package--push): Rewrite.
6692 (package-menu--print-info): Adjust accordingly. Change the ID format
6693 to be a pkg-desc.
6694 (package-menu-describe-package, package-menu-get-status)
6695 (package-menu--find-upgrades, package-menu-mark-upgrades)
6696 (package-menu-execute, package-menu--name-predicate):
6697 Adjust accordingly.
6698 * startup.el (package--description-file): New function.
6699 (command-line): Use it.
6700 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6701 Use package-desc-version.
6702
6703 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6704 (byte-compile-preprocess): Use it.
6705 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6706 can't quite recognize.
6707 (byte-compile-add-to-list): Remove.
6708 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6709 (cconv-closure-convert): Add assertion.
6710
6711 * emacs-lisp/map-ynp.el: Use lexical-binding.
6712 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6713 Factor out some repeated code.
6714
6715 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * subr.el (with-eval-after-load): New macro.
6718 (eval-after-load): Allow form to be a function.
6719 take advantage of lexical-binding.
6720 (do-after-load-evaluation): Use dolist and adjust to new format.
6721 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6722
6723 2013-06-13 Juri Linkov <juri@jurta.org>
6724
6725 * replace.el (perform-replace): Display "symbol " and other search
6726 modes from `isearch-message-prefix' in the *Help* buffer.
6727
6728 * isearch.el (isearch-query-replace): Add " symbol" and other
6729 possible search modes from `isearch-message-prefix' to the prompt.
6730 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6731 when reading a regexp to collect.
6732
6733 2013-06-13 Juri Linkov <juri@jurta.org>
6734
6735 * isearch.el (word-search-regexp): Match whitespace if the search
6736 string begins or ends in whitespace. The LAX arg is applied to
6737 both ends of the search string. Use `regexp-quote' and explicit
6738 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6739 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6740 boundaries are replaced with symbol boundaries, and characters
6741 between symbols match non-word non-symbol syntax. (Bug#14602)
6742
6743 2013-06-13 Juri Linkov <juri@jurta.org>
6744
6745 * isearch.el (isearch-del-char): Don't exceed the length of
6746 `isearch-string' by the prefix arg. (Bug#14563)
6747
6748 2013-06-13 Juri Linkov <juri@jurta.org>
6749
6750 * isearch.el (isearch-yank-word, isearch-yank-line)
6751 (isearch-char-by-name, isearch-quote-char)
6752 (isearch-printing-char, isearch-process-search-char):
6753 Add optional count prefix arg. (Bug#14563)
6754
6755 * international/isearch-x.el
6756 (isearch-process-search-multibyte-characters):
6757 Add optional count prefix arg.
6758
6759 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6762 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6763 lexical-binding.
6764
6765 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6766
6767 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6768
6769 2013-06-13 Glenn Morris <rgm@gnu.org>
6770
6771 * startup.el (tty-handle-args):
6772 Don't just discard "--" and anything after. (Bug#14608)
6773
6774 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6775
6776 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
6777
6778 Implement changes in Secret Service API. Make it backward compatible.
6779 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6780 (secrets-create-item): Use it. Prefix properties with interface.
6781
6782 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6783
6784 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6785 (term-emulate-terminal): Respect term-suppress-hard-newline.
6786
6787 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6788
6789 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6790 Only remove a `thumb-file' overlay. (Bug#14548)
6791
6792 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
6793
6794 * mail/reporter.el (reporter-submit-bug-report):
6795 Handle missing package-name. (Bug#14600)
6796
6797 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6798
6799 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6800 (reftex-citation-prompt, reftex-default-bibliography)
6801 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6802 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6803 (reftex-bib-sort-author, reftex-bib-sort-year)
6804 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6805 (reftex-extract-bib-entries-from-thebibliography)
6806 (reftex-get-bibkey-default, reftex-get-bib-names)
6807 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6808 (reftex-format-bib-entry, reftex-parse-bibitem)
6809 (reftex-format-bibitem, reftex-do-citation)
6810 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6811 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6812 (reftex-insert-bib-matches, reftex-format-citation)
6813 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6814 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6815 existing comments into docstrings.
6816
6817 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6818
6819 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6820
6821 2013-06-12 Andreas Schwab <schwab@suse.de>
6822
6823 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6824 for auto-save files.
6825
6826 2013-06-12 Glenn Morris <rgm@gnu.org>
6827
6828 * ido.el (ido-delete-ignored-files): Remove.
6829 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6830 Go back to calling ido-ignore-item-p directly.
6831
6832 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6833
6834 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6835
6836 * ido.el (ido-delete-ignored-files): New function,
6837 split from ido-make-file-list-1.
6838 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6839 (ido-make-file-list-1): Use ido-delete-ignored-files.
6840
6841 2013-06-12 Leo Liu <sdl.web@gmail.com>
6842
6843 * progmodes/octave.el (inferior-octave-startup)
6844 (inferior-octave-completion-table)
6845 (inferior-octave-track-window-width-change)
6846 (octave-eldoc-function-signatures, octave-help)
6847 (octave-find-definition): Use single quoted strings.
6848 (inferior-octave-startup-args): Change default value.
6849 (inferior-octave-startup): Do not hard code "-i" and
6850 "--no-line-editing".
6851 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6852 (inferior-octave-directory-tracker): Use it.
6853 (octave-goto-function-definition): Robustify.
6854 (octave-help): Support highlighting operators in 'See also'.
6855 (octave-find-definition): Find subfunctions only in Octave mode.
6856
6857 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * help-fns.el (help-fns--compiler-macro): If the handler function is
6860 named, then put a link to it.
6861 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6862 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6863 (cl-typep): Use it.
6864 (cl-eval-when): Simplify debug spec.
6865 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6866 compiler-macro function instead of setting `compiler-macro-file'.
6867
6868 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6869
6870 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6871 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6872
6873 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6874 Daniel Hackney <dan@haxney.org>
6875
6876 First part of Daniel Hackney's patch to package.el.
6877 * emacs-lisp/package.el: Use defstruct.
6878 (package-desc): New, main struct.
6879 (package--bi-desc, package--ac-desc): New structs, used to describe the
6880 format in external files.
6881 (package-desc-vers): Replace with package-desc-version accessor.
6882 (package-desc-doc): Replace with package-desc-summary accessor.
6883 (package-activate-1): Remove `package' arg since the pkg-vec now
6884 includes the name.
6885 (define-package): Use package-desc-from-define.
6886 (package-unpack-single): Change file-name arg to be a symbol.
6887 (package--add-to-archive-contents): Use package-desc-create and new
6888 accessor functions to package--ac-desc.
6889 (package-buffer-info, package-tar-file-info): Return a package-desc.
6890 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6891 arg to be a package-desc.
6892 (package-install-file): Adjust accordingly. Use \' to match EOS.
6893 (package--from-builtin): New function.
6894 (describe-package-1, package-menu--generate): Use it.
6895 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6896 (package-generate-autoloads): Idem and return the name of the file.
6897 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6898 Change pkg-info arg to be a package-desc.
6899 Use package-make-ac-desc.
6900 (package-upload-file): Use \' to match EOS.
6901 * finder.el (finder-compile-keywords): Use package-make-builtin.
6902
6903 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * vc/vc.el (vc-deduce-fileset): Change error message.
6906 (vc-read-backend): New function.
6907 (vc-next-action): Use it.
6908
6909 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6910
6911 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6912 (prolog-font-lock-keywords): Use regexp-opt instead.
6913 Don't manually highlight strings.
6914 (prolog-mode-variables): Simplify comment-start-skip.
6915 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6916
6917 * emacs-lisp/generic.el (generic--normalise-comments)
6918 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6919 (generic-mode-set-comments): Use them.
6920 (generic-bracket-support): Use setq-local.
6921 (generic-make-keywords-list): Declare obsolete.
6922
6923 2013-06-11 Glenn Morris <rgm@gnu.org>
6924
6925 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6926 Prettify after setting font-lock-defaults. (Bug#14574)
6927
6928 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
6929
6930 * replace.el (query-replace, occur-read-regexp-defaults-function)
6931 (replace-search):
6932 * subr.el (declare-function, number-sequence, local-set-key)
6933 (substitute-key-definition, locate-user-emacs-file)
6934 (with-silent-modifications, split-string, eval-after-load):
6935 Fix typos, remove unneeded backslashes and reflow some docstrings.
6936
6937 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6940 default for Elisp files.
6941
6942 2013-06-11 Glenn Morris <rgm@gnu.org>
6943
6944 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6945 although define-derived-mode was doing this anyway. (Bug#14583)
6946
6947 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
6948
6949 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6950 Fix make-variable-buffer-local call to refer to the correct variable.
6951
6952 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
6953
6954 * eshell/em-term.el (eshell-visual-commands)
6955 (eshell-visual-subcommands, eshell-visual-options):
6956 Add summary line to docstrings. Add cross-references.
6957
6958 2013-06-10 Glenn Morris <rgm@gnu.org>
6959
6960 * epa.el (epa-read-file-name): New function. (Bug#14510)
6961 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6962
6963 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6964
6965 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6966 output redirection to be ignored with visual commands.
6967
6968 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6969
6970 * eshell/em-term.el (eshell-visual-command-p): New function.
6971 (eshell-term-initialize): Move long lambda to separate function
6972 eshell-visual-command-p.
6973 * eshell/em-dirs.el (eshell-dirs-initialise):
6974 * eshell/em-script.el (eshell-script-initialize):
6975 Add missing #' to lambda.
6976
6977 2013-06-08 Leo Liu <sdl.web@gmail.com>
6978
6979 * progmodes/octave.el (octave-add-log-current-defun): New function.
6980 (octave-mode): Set add-log-current-defun-function.
6981 (octave-goto-function-definition): Do not move point if not found.
6982 (octave-find-definition): Enhance to try subfunctions first.
6983
6984 2013-06-08 Glenn Morris <rgm@gnu.org>
6985
6986 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6987 (byte-compile-backward-char, byte-compile-backward-word):
6988 Improve previous change, to handle non-explicit nil.
6989
6990 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6991
6992 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6993 (smie--opener/closer-at-point): New function.
6994 (smie--matching-block-data): Use it. Don't match from right after an
6995 opener or right before a closer. Obey smie-blink-matching-inners.
6996 Don't signal a mismatch for repeated inners like "switch..case..case".
6997
6998 2013-06-07 Leo Liu <sdl.web@gmail.com>
6999
7000 * progmodes/octave.el (octave-mode): Set comment-use-global-state
7001 to t. (Bug#14303)
7002 (octave-function-header-regexp): Fix. (Bug#14570)
7003 (octave-help-mode-finish-hook, octave-help-mode-finish):
7004 Remove. Just use temp-buffer-show-hook.
7005
7006 * newcomment.el (comment-search-backward): Revert last change.
7007 (Bug#14434)
7008
7009 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7010
7011 2013-06-07 Eli Zaretskii <eliz@gnu.org>
7012
7013 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7014 through xargs, to avoid failure due to MS-Windows limitations on
7015 command-line length.
7016
7017 2013-06-06 Glenn Morris <rgm@gnu.org>
7018
7019 * font-lock.el (lisp-font-lock-keywords-2):
7020 Treat user-error like error.
7021
7022 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7023 (byte-compile-backward-char, byte-compile-backward-word):
7024 Handle explicit nil arguments. (Bug#14565)
7025
7026 2013-06-05 Alan Mackenzie <acm@muc.de>
7027
7028 * isearch.el (isearch-allow-prefix): New user option.
7029 (isearch-other-meta-char): Don't exit isearch when a prefix
7030 argument is typed whilst `isearch-allow-prefix' is non-nil.
7031 (Bug#9706)
7032
7033 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * autorevert.el (auto-revert-notify-handler): Use memq.
7036 Hide assertion failure.
7037
7038 * skeleton.el: Use cl-lib.
7039 (skeleton-further-elements): Use defvar-local.
7040 (skeleton-insert): Use cl-progv.
7041
7042 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7043
7044 * progmodes/prog-mode.el (prog-prettify-symbols)
7045 (prog-prettify-install): Update docstrings.
7046
7047 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * simple.el: Move all the prog-mode code to prog-mode.el.
7050 * progmodes/prog-mode.el: New file.
7051 * loadup.el: Add prog-mode.el.
7052
7053 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7054
7055 * simple.el (prog-prettify-symbols): Add version.
7056 (prog-prettify-install): Add convenience function to prettify symbols.
7057
7058 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7059 (perl--augmented-font-lock-keywords-1)
7060 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7061 variables and use it.
7062
7063 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7064 (cfengine3-mode): Remove unneeded variable and use it.
7065
7066 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7067 (lisp--augmented-font-lock-keywords-1)
7068 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7069 Remove unneeded variables and use it.
7070
7071 2013-06-05 João Távora <joaotavora@gmail.com>
7072
7073 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7074 to point when opening the connection. (Bug#14380)
7075
7076 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * subr.el (load-history-regexp, load-history-filename-element)
7079 (eval-after-load, after-load-functions, do-after-load-evaluation)
7080 (eval-next-after-load, display-delayed-warnings)
7081 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7082 definition of save-match-data.
7083 (overriding-local-map): Remove accidental obsolescence declaration.
7084
7085 * emacs-lisp/edebug.el (edebug-result): Move before first use.
7086
7087 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7088
7089 Generalize symbol prettify support to prog-mode and implement it
7090 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7091 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7092 (prog--prettify-font-lock-compose-symbol)
7093 (prog-prettify-font-lock-symbols-keywords): New variables and
7094 functions to support symbol prettification.
7095 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7096 (lisp--augmented-font-lock-keywords-1)
7097 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7098 (lisp--prettify-symbols-alist): Implement prettify of lambda.
7099 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7100 (cfengine3--prettify-symbols-alist, cfengine3-mode):
7101 Implement prettify of -> => :: strings.
7102 * progmodes/perl-mode.el (perl-prettify-symbols)
7103 (perl--font-lock-compose-symbol)
7104 (perl--font-lock-symbols-keywords): Move to prog-mode.
7105 (perl--prettify-symbols-alist): Prettify -> => :: strings.
7106 (perl-font-lock-keywords-1)
7107 (perl-font-lock-keywords-2): Remove explicit prettify support.
7108 (perl--augmented-font-lock-keywords)
7109 (perl--augmented-font-lock-keywords-1)
7110 (perl--augmented-font-lock-keywords-2, perl-mode):
7111 Implement prettify support.
7112
7113 2013-06-05 Leo Liu <sdl.web@gmail.com>
7114
7115 Re-implement smie matching block highlight using
7116 show-paren-data-function. (Bug#14395)
7117 * emacs-lisp/smie.el (smie-matching-block-highlight)
7118 (smie--highlight-matching-block-overlay)
7119 (smie--highlight-matching-block-lastpos)
7120 (smie-highlight-matching-block)
7121 (smie-highlight-matching-block-mode): Remove.
7122 (smie--matching-block-data-cache): New variable.
7123 (smie--matching-block-data): New function.
7124 (smie-setup): Use smie--matching-block-data for
7125 show-paren-data-function.
7126
7127 * progmodes/octave.el (octave-mode-menu): Fix.
7128 (octave-find-definition): Skip garbage lines.
7129
7130 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 Fix compilation error with simultaneous dynamic+lexical scoping.
7133 Add warning when a defvar appears after the first let-binding.
7134 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7135 (byte-compile-close-variables): Initialize it.
7136 (byte-compile--declare-var): New function.
7137 (byte-compile-file-form-defvar)
7138 (byte-compile-file-form-define-abbrev-table)
7139 (byte-compile-file-form-custom-declare-variable): Use it.
7140 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
7141 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7142 (byte-compile-bind): Handle dynamic bindings that shadow
7143 lexical bindings.
7144 (byte-compile-unbind): Make arg non-optional.
7145 (byte-compile-let): Simplify.
7146 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7147 (cconv--analyse-function, cconv-analyse-form): Populate it.
7148 Protect byte-compile-bound-variables to limit the scope of defvars.
7149 (cconv-analyse-form): Add missing rule for (defvar <foo>).
7150 Remove unneeded rule for `declare'.
7151
7152 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7153 so as to avoid depending on cl-adjoin at run-time.
7154 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7155
7156 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7157 (macroexp--warn-and-return): Use it.
7158
7159 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * lisp/subr.el: Convert to lexical binding.
7162 (overriding-local-map): Make obsolete.
7163 (add-to-list): Doc fix. Add compiler macro.
7164 (read-key): Swap values of local maps.
7165
7166 2013-06-05 Leo Liu <sdl.web@gmail.com>
7167
7168 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7169
7170 2013-06-04 Leo Liu <sdl.web@gmail.com>
7171
7172 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7173 (compilation-auto-jump): Suppress the "Mark set" message to give
7174 way to exit message.
7175
7176 2013-06-04 Alan Mackenzie <acm@muc.de>
7177
7178 Remove faulty optimisation from indentation calculation.
7179 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7180 search limit based on 2000 characters back from indent-point.
7181
7182 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7183
7184 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7185
7186 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * emacs-lisp/lisp.el: Use lexical-binding.
7189 (lisp--local-variables-1, lisp--local-variables): New functions.
7190 (lisp--local-variables-completion-table): New var.
7191 (lisp-completion-at-point): Use it complete let-bound vars.
7192
7193 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7194 eagerly (bug#14422).
7195
7196 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7197
7198 * autorevert.el (auto-revert-notify-enabled)
7199 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7200 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7201 (auto-revert-notify-handler): Handle also gfilenotify.
7202
7203 * subr.el (file-notify-handle-event): New defun. Replacing ...
7204 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7205 Remove.
7206
7207 2013-06-03 Juri Linkov <juri@jurta.org>
7208
7209 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7210 `M-s h .'. (Bug#14427)
7211
7212 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7213 command `hi-lock-face-symbol-at-point'.
7214 (hi-lock-face-symbol-at-point): New command.
7215 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7216 (hi-lock-menu): Add `highlight-symbol-at-point'.
7217 (hi-lock-mode): Doc fix.
7218
7219 * isearch.el (isearch-forward-symbol-at-point): New command.
7220 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7221 (isearch-highlight-regexp): Add a regexp which matches
7222 words/symbols for word/symbol mode.
7223
7224 * subr.el (find-tag-default-bounds): New function with the body
7225 mostly moved from `find-tag-default'.
7226 (find-tag-default): Move most code to `find-tag-default-bounds',
7227 call it and apply `buffer-substring-no-properties' afterwards.
7228
7229 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7230
7231 * eshell/em-term.el (eshell-term-initialize):
7232 Use `cl-intersection' rather than `intersection'.
7233
7234 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7235
7236 * vc/log-view.el: Doc fix.
7237 (log-view-mode-map): Copy keymap from `special-mode-map'.
7238
7239 2013-06-02 Eric Ludlam <zappo@gnu.org>
7240
7241 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7242 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7243 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7244 (eieio-unbound, eieio-default-superclass)
7245 (eieio--define-field-accessors, method-static, method-before)
7246 (method-primary, method-after, method-num-lists)
7247 (method-generic-before, method-generic-primary)
7248 (method-generic-after, method-num-slots)
7249 (eieio-specialized-key-to-generic-key)
7250 (eieio--check-type, class-v, class-p)
7251 (eieio-class-name, define-obsolete-function-alias)
7252 (eieio-class-parents-fast, eieio-class-children-fast)
7253 (same-class-fast-p, class-constructor, generic-p)
7254 (generic-primary-only-p, generic-primary-only-one-p)
7255 (class-option-assoc, class-option, eieio-object-p)
7256 (class-abstract-p, class-method-invocation-order)
7257 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7258 (eieio-class-un-autoload, eieio-defclass)
7259 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7260 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7261 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7262 (eieio-defgeneric-reset-generic-form)
7263 (eieio-defgeneric-form-primary-only)
7264 (eieio-defgeneric-reset-generic-form-primary-only)
7265 (eieio-defgeneric-form-primary-only-one)
7266 (eieio-defgeneric-reset-generic-form-primary-only-one)
7267 (eieio-unbind-method-implementations)
7268 (eieio--defmethod, eieio--typep)
7269 (eieio-perform-slot-validation, eieio-validate-slot-value)
7270 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7271 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7272 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7273 (eieio-slot-name-index, eieio-class-slot-name-index)
7274 (eieio-set-defaults, eieio-initarg-to-attribute)
7275 (eieio-attribute-to-initarg, eieio-c3-candidate)
7276 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7277 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7278 (eieio-class-precedence-list, eieio-generic-call-methodname)
7279 (eieio-generic-call-arglst, eieio-generic-call-key)
7280 (eieio-generic-call-next-method-list)
7281 (eieio-pre-method-execution-functions, eieio-generic-call)
7282 (eieio-generic-call-primary-only, eieiomt-method-list)
7283 (eieiomt-optimizing-obarray, eieiomt-install)
7284 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7285 (eieio-generic-form, eieio-defmethod, make-obsolete)
7286 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7287 (defclass): Remove `eval-and-compile' from macro.
7288 (call-next-method, shared-initialize): Instead of using
7289 `scoped-class' variable, use new eieio--scoped-class, and
7290 eieio--with-scoped-class.
7291 (initialize-instance): Rename local variable 'scoped-class' to
7292 'this-class' to remove ambiguitity from old global.
7293
7294 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7295 eieio.el.
7296 (eieio--scoped-class-stack): New variable.
7297 (eieio--scoped-class): New fcn.
7298 (eieio--with-scoped-class): New scoping macro.
7299 (eieio-defclass): Use pushnew instead of add-to-list.
7300 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7301 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7302 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7303 `scoped-class' variable, use new eieio--scoped-class, and
7304 eieio--with-scoped-class.
7305
7306 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7307
7308 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7309
7310 * eshell/esh-ext.el (eshell-external-command): Pass args to
7311 `eshell-find-interpreter'.
7312 (eshell-find-interpreter): Add new second parameter ARGS.
7313
7314 * eshell/em-script.el (eshell-script-initialize): Add second arg
7315 to the function added as MATCH to `eshell-interpreter-alist'.
7316
7317 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7318 the function added as MATCH to `eshell-interpreter-alist'.
7319
7320 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7321 (eshell-visual-options): New defcustom.
7322 (eshell-escape-control-x): Adapt docstring.
7323 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7324 `eshell-visual-options' in addition to `eshell-visual-commands'.
7325 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7326
7327 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7328
7329 * progmodes/python.el (python-indent-block-enders): Add break,
7330 continue and raise keywords.
7331
7332 2013-06-01 Glenn Morris <rgm@gnu.org>
7333
7334 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7335
7336 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7337 * progmodes/cc-cmds.el (delete-forward-p):
7338 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7339 * progmodes/cc-engine.el (buffer-syntactic-context):
7340 * progmodes/cc-fonts.el (face-property-instance):
7341 * progmodes/cc-mode.el (set-keymap-parents):
7342 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7343 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7344 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7345 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7346 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7347
7348 * progmodes/cc-vars.el (other): Emacs has this widget since
7349 at least 21.1, so don't (re)define it.
7350
7351 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7352 Replace the obsolete alias pcomplete-arg-quote-list.
7353
7354 2013-06-01 Leo Liu <sdl.web@gmail.com>
7355
7356 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7357 punctuation syntax.
7358 (inferior-octave-minimal-columns)
7359 (inferior-octave-last-column-width): New variables.
7360 (inferior-octave-track-window-width-change): New function.
7361 (inferior-octave-mode): Adjust column width so that Octave output,
7362 for example from 'ls', can fit into the window nicely.
7363
7364 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7365
7366 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7367 Highlight expansions inside regexp literals.
7368
7369 2013-05-31 Glenn Morris <rgm@gnu.org>
7370
7371 * obsolete/sym-comp.el (symbol-complete):
7372 Replace obsolete completion-annotate-function.
7373
7374 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7375
7376 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7377
7378 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7379 New function, checks if point is inside a literal that allows
7380 expression expansion.
7381 (ruby-syntax-propertize-expansion): Use it.
7382 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7383 around the body.
7384
7385 2013-05-30 Juri Linkov <juri@jurta.org>
7386
7387 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7388 to "\M-si".
7389 (isearch-invisible): New variable.
7390 (isearch-forward): Doc fix.
7391 (isearch-mode): Set `isearch-invisible'
7392 to the value of `search-invisible'.
7393 (isearch-toggle-case-fold): Doc fix.
7394 (isearch-toggle-invisible): New command.
7395 (isearch-query-replace): Let-bind `search-invisible'
7396 to the value of `isearch-invisible'.
7397 (isearch-search): Use `isearch-invisible' instead of
7398 `search-invisible'. Let-bind `search-invisible'
7399 to the value of `isearch-invisible'. (Bug#11378)
7400
7401 2013-05-30 Juri Linkov <juri@jurta.org>
7402
7403 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7404 call when `query-flag' is nil and `search-invisible' is non-nil.
7405 (Bug#11746)
7406
7407 2013-05-30 Glenn Morris <rgm@gnu.org>
7408
7409 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7410
7411 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7412 (cc-require): Suppress spurious "noruntime" warnings.
7413 (cc-require-when-compile): Use fboundp, for sake of compiler.
7414
7415 * progmodes/cc-mode.el: Move load of cc-vars before that of
7416 cc-langs (which in turn loads cc-vars), to quieten compiler.
7417
7418 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * paren.el: Simplify the code.
7421 (show-paren-mode): Always start the timer.
7422 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7423 (show-paren--overlay, show-paren--overlay-1): Rename from
7424 show-paren-overlay and show-paren-overlay-1, and initialize to an
7425 overlay rather than to nil.
7426 (show-paren-function): Misc cleanup and simplifications.
7427
7428 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * paren.el (show-paren-data-function): New hook.
7431 (show-paren--default): New function, extracted from show-paren-function.
7432 (show-paren-function): Use show-paren-data-function.
7433
7434 2013-05-30 Glenn Morris <rgm@gnu.org>
7435
7436 * ielm.el (ielm-map, ielm-complete-symbol):
7437 Use completion-at-point rather than obsolete functions.
7438 (inferior-emacs-lisp-mode): Doc fix.
7439 Set completion-at-point-functions, rather than
7440 comint-dynamic-complete-functions.
7441
7442 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7443 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7444 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7445
7446 * image.el (image-animated-p): Tweak definition.
7447
7448 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7449 (rlogin-process-connection-type): Tweak default. Add set-after.
7450 (rlogin-host): Doc fix.
7451 (rlogin): Tweak prompt.
7452 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7453
7454 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7455 * progmodes/tcl.el (inferior-tcl-mode-map):
7456 Use completion-at-point rather than obsolete alias.
7457
7458 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7459
7460 * minibuffer.el (read-file-name-completion-ignore-case):
7461 Move before completion--in-region, for eager macro expansion.
7462
7463 2013-05-29 Juri Linkov <juri@jurta.org>
7464
7465 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7466 for total count of matching lines. Add `global-matches' for total
7467 count of matches. Rename `matches' to `lines' for count of
7468 matching lines. Add `matches' for count of matches.
7469 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7470 to `prev-line' for line number of prev match endpt.
7471 Increment `matches' for every match. Print the number of
7472 matching lines in the header.
7473 (occur-context-lines): Rename `lines' to `curr-line'.
7474 Rename `prev-lines' to `prev-line'. (Bug#14017)
7475
7476 2013-05-29 Juri Linkov <juri@jurta.org>
7477
7478 * replace.el (perform-replace): Add `skip-read-only-count',
7479 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7480 Increment them for corresponding conditions and report the number
7481 of skipped occurrences in the final message. (Bug#11746)
7482 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7483 (replace-string, replace-regexp): Doc fix.
7484
7485 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7488
7489 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7490 prog-mode-map (bug#14504).
7491
7492 2013-05-29 Leo Liu <sdl.web@gmail.com>
7493
7494 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7495 (octave-help): Small simplification.
7496
7497 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7498 off the highlight first.
7499
7500 2013-05-29 Glenn Morris <rgm@gnu.org>
7501
7502 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7503 Handle idlwave-last-system-routine-info-cons-cell being nil.
7504
7505 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7506 (idlwave-write-paths): Simplify via with-temp-buffer.
7507
7508 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7509 * emulation/cua-rect.el: Also load cua-base at run time.
7510
7511 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7512 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7513 (cperl-imenu-on-info): Require imenu.
7514
7515 2013-05-28 Alan Mackenzie <acm@muc.de>
7516
7517 Handle "capitalised keywords" correctly.
7518 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7519
7520 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
7521
7522 * eshell/em-unix.el: Add -r option to cp.
7523
7524 2013-05-28 Glenn Morris <rgm@gnu.org>
7525
7526 * vc/vc-arch.el (vc-exec-after): Declare.
7527 (vc-switches): Autoload.
7528 * vc/vc-bzr.el: No need to require vc when compiling.
7529 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7530 (vc-resynch-buffer, vc-dir-refresh): Declare.
7531 (vc-setup-buffer, vc-switches): Autoload.
7532 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7533 (vc-resynch-buffer): Declare.
7534 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7535 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7536 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7537 (grep-read-regexp, grep-read-files, grep-expand-template)
7538 (vc-dir-refresh): Declare.
7539 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7540 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7541 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7542 * vc/vc-mtn.el (vc-exec-after): Declare.
7543 (vc-switches): Autoload.
7544 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7545 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7546 (vc-file-tree-walk): Declare.
7547 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7548 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7549 (vc-tag-precondition, vc-rename-master): Autoload.
7550 * vc/vc-svn.el (vc-exec-after): Declare.
7551 (vc-switches, vc-setup-buffer): Autoload.
7552 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7553 Autoload.
7554 (vc-resynch-buffer): Declare.
7555
7556 * obsolete/fast-lock.el (byte-compile-warnings):
7557 Don't warn about obsolete features in this obsolete file.
7558
7559 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7560 Move definition before use.
7561
7562 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7563 (dun-unix-verbs): Remove dun-zippy.
7564 (dun-zippy): Remove function.
7565
7566 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7567
7568 2013-05-27 Juri Linkov <juri@jurta.org>
7569
7570 * replace.el (replace-search): New function with code moved out
7571 from `perform-replace'.
7572 (replace-highlight, replace-dehighlight): Move function definitions
7573 up closer to `replace-search'. (Bug#11746)
7574
7575 2013-05-27 Juri Linkov <juri@jurta.org>
7576
7577 * replace.el (perform-replace): Ignore invisible matches.
7578 In addition to checking `query-replace-skip-read-only', also
7579 filter out matches by calling `run-hook-with-args-until-failure'
7580 on `isearch-filter-predicates', and also check `search-invisible'
7581 for t or call `isearch-range-invisible'.
7582 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7583
7584 2013-05-27 Juri Linkov <juri@jurta.org>
7585
7586 * isearch.el (isearch-filter-predicates): Rename from
7587 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7588 (isearch-message-prefix): Display text from the property
7589 `isearch-message-prefix' of the currently active filters.
7590 (isearch-search): Don't compare `isearch-filter-predicate' with
7591 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7592 on `isearch-filter-predicates'. Also check `search-invisible' for t
7593 or call `isearch-range-invisible'.
7594 (isearch-filter-visible): Make obsolete.
7595 (isearch-lazy-highlight-search):
7596 Call `run-hook-with-args-until-failure' on
7597 `isearch-filter-predicates' and use `isearch-range-invisible'.
7598
7599 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7600 `isearch-filter-predicates' instead of `funcall'ing
7601 `isearch-filter-predicate'.
7602 (Info-mode): Set `Info-isearch-filter' to
7603 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7604
7605 * dired-aux.el (dired-isearch-filter-predicate-orig):
7606 Remove variable.
7607 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7608 (dired-isearch-filenames-end): Add and remove
7609 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7610 instead of changing the value of `isearch-filter-predicate'.
7611 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7612 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7613 Put property `isearch-message-prefix' to "filename " on
7614 `dired-isearch-filter-filenames'.
7615
7616 * wdired.el (wdired-change-to-wdired-mode):
7617 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7618 locally instead of changing `isearch-filter-predicate'.
7619 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7620
7621 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7622
7623 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7624 return the commit hash (Bug#14459). Also set the
7625 `vc-git-detached' property.
7626 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7627 (vc-git-mode-line-string): Use the same help-echo format whether
7628 in detached mode or not, because we know the actual revision now.
7629 When in detached mode, shorten the revision to 7 chars.
7630
7631 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7632
7633 * emacs-lisp/easy-mmode.el (define-minor-mode):
7634 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7635 mode hook and provide a docstring.
7636
7637 2013-05-27 Alan Mackenzie <acm@muc.de>
7638
7639 Remove spurious syntax-table text properties inserted by C-y.
7640 * progmodes/cc-mode.el (c-after-change): Also clear hard
7641 syntax-table property with value nil.
7642
7643 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
7644
7645 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7646 when reading the events; the buffer layout shall not be changed.
7647
7648 2013-05-27 Leo Liu <sdl.web@gmail.com>
7649
7650 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7651 New variable.
7652 (inferior-octave-directory-tracker): Automatically re-sync
7653 default-directory.
7654 (octave-help): Improve handling of 'See also'.
7655
7656 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * doc-view.el: Minor naming convention tweaks.
7659 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7660
7661 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7662 even if there's no `display' property yet (bug#14435).
7663
7664 2013-05-25 Eli Zaretskii <eliz@gnu.org>
7665
7666 * subr.el (unmsys--file-name): Rename from reveal-filename.
7667
7668 * Makefile.in (custom-deps, finder-data, autoloads)
7669 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7670 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7671 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7672
7673 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7674
7675 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7676 error-completion on the first 2 args of condition-case (bug#14446).
7677 Don't burp at EOB.
7678
7679 2013-05-25 Leo Liu <sdl.web@gmail.com>
7680
7681 * comint.el (comint-previous-matching-input): Do not flood the
7682 *Messages* buffer with trivial messages.
7683
7684 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * progmodes/flymake.el (flymake-nop): Don't return a string.
7687 (flymake-set-at): Fix typo.
7688
7689 * simple.el (read--expression): New function, extracted from
7690 eval-expression. Set completion-at-point-functions (bug#14465).
7691 (eval-expression, eval-minibuffer): Use it.
7692
7693 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7694
7695 * progmodes/flymake.el (flymake-save-buffer-in-file)
7696 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7697 (flymake-selected-frame, flymake-log, flymake-ins-after)
7698 (flymake-set-at, flymake-get-buildfile-from-cache)
7699 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7700 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7701 Refine the doc string.
7702 (flymake-get-file-name-mode-and-masks): Reformat.
7703 (flymake-get-real-file-name-function): Fix a minor bug.
7704
7705 2013-05-24 Juri Linkov <juri@jurta.org>
7706
7707 * progmodes/grep.el (grep-mode-font-lock-keywords):
7708 Support =linenumber= format used by git-grep for lines with
7709 function names. (Bug#13549)
7710
7711 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7714 0 after a semi-colon; it works better for smie-auto-fill.
7715 (octave--indent-new-comment-line): New function.
7716 (octave-indent-new-comment-line): Use it (indirectly).
7717 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7718 modify comment-line-break-function.
7719
7720 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7721 (smie-setup): Use add-function to set it.
7722
7723 2013-05-24 Sam Steingold <sds@gnu.org>
7724
7725 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7726 argument (before the `interactive' argument).
7727
7728 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * image-mode.el (image-mode-winprops): Add winprops to
7731 image-mode-winprops-alist before running
7732 image-mode-new-window-functions.
7733 * doc-view.el (doc-view-new-window-function): Don't delay
7734 doc-view-goto-page via timers (bug#14435).
7735
7736 2013-05-24 Tassilo Horn <tsdh@gnu.org>
7737
7738 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7739 (doc-view-desktop-save-buffer): New function.
7740 (doc-view-restore-desktop-buffer): New function.
7741 (desktop-buffer-mode-handlers):
7742 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
7743 handler.
7744 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7745 `desktop-save-buffer' function.
7746
7747 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
7748
7749 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7750 (tramp-gvfs-file-name-handler): Raise a user error when
7751 `tramp-gvfs-enabled' is nil.
7752 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7753 Do not raise a user error when loading package. (Bug#14447)
7754
7755 * net/xesam.el: Move to obsolete/.
7756
7757 2013-05-24 Glenn Morris <rgm@gnu.org>
7758
7759 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7760
7761 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7762
7763 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7764 (Info-find-node, Man-getpage-in-background): Declare.
7765
7766 * mail/unrmail.el (unrmail):
7767 Replace obsolete detect-coding-with-priority.
7768
7769 * net/socks.el (socks-split-string): Use this rather than split-string.
7770 (socks-nslookup-host): Update for above change.
7771 (dynamic-choice, s5-dynamic-choice-match)
7772 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7773 Comment out unused code.
7774
7775 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7776 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7777 (gud-tooltip-echo-area): Make obsolete.
7778 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7779
7780 * progmodes/js.el (js--optimize-arglist): Declare.
7781
7782 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7783
7784 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7785 (ediff-window-C): Declare.
7786
7787 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7788 Tweak requires to silence compiler.
7789
7790 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7791 (he-search-string, he-tried-table, he-expand-list)
7792 (he-init-string, he-string-member, he-substitute-string)
7793 (he-reset-string): Declare.
7794
7795 * obsolete/options.el (list-options): Use custom-variable-p,
7796 rather than obsolete alias.
7797
7798 2013-05-23 Sam Steingold <sds@gnu.org>
7799
7800 * simple.el (shell-command-on-region): Pass the `replace' argument
7801 down to `call-process-region' to comply with the doc as reported on
7802 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7803
7804 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * emacs-lisp/smie.el (smie-indent-forward-token)
7807 (smie-indent-backward-token): Handle string tokens (bug#14381).
7808
7809 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7810
7811 * ielm.el (ielm-menu): New menu.
7812 (inferior-emacs-lisp-mode): Set comment-start.
7813
7814 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7815
7816 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7817 Fix deactivate action.
7818
7819 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7820 Add cleveref macros.
7821
7822 * lisp/textmodes/reftex-parse.el
7823 (reftex-locate-bibliography-files): Accept options for
7824 bibliography commands.
7825 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7826 Add addbibresource. Basic Biblatex support.
7827
7828 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
7829
7830 * net/tramp-gvfs.el (top):
7831 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7832 when loading package. (Bug#14447)
7833
7834 2013-05-23 Glenn Morris <rgm@gnu.org>
7835
7836 * progmodes/js.el: No need to load comint when compiling.
7837 (ring-insert, comint-send-string, comint-send-input)
7838 (comint-last-input-end, ido-chop): Declare.
7839
7840 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7841 * vc/ediff-mult.el: Adjust requires.
7842 (ediff-directories-internal, ediff-directory-revisions-internal)
7843 (ediff-patch-file-internal): Declare.
7844 * vc/ediff-ptch.el: Adjust requires.
7845 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7846 (ediff-find-file): Autoload.
7847 * vc/ediff-util.el: No need to load ediff when compiling.
7848 (ediff-regions-internal): Declare.
7849 * vc/ediff-wind.el: Adjust requires.
7850 (ediff-compute-toolbar-width): Define when compiling.
7851 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7852 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7853 (dired-get-filename, dired-get-marked-files)
7854 (ediff-last-dir-patch, ediff-patch-default-directory)
7855 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7856 (ediff-patch-buffer-internal): Declare.
7857
7858 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7859 (ispell-process, ispell-buffer-local-words, lm-summary)
7860 (lm-section-start, lm-section-end): Declare.
7861 (checkdoc-ispell-init): Simplify.
7862
7863 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7864 (he-string-member, he-reset-string, he-substitute-string): Declare.
7865
7866 * eshell/em-ls.el: Adjust requires.
7867 (eshell-glob-regexp): Declare.
7868 * eshell/em-tramp.el: Adjust requires.
7869 (eshell-parse-command): Autoload.
7870 * eshell/em-xtra.el: Adjust requires.
7871 (eshell-parse-command): Autoload.
7872 * eshell/esh-ext.el: Adjust requires.
7873 (eshell-parse-command, eshell-close-handles): Autoload.
7874 * eshell/esh-io.el: Adjust requires.
7875 (eshell-output-filter): Autoload.
7876 * eshell/esh-util.el: No need to load tramp when compiling.
7877 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7878 Declare.
7879 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7880 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7881 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7882 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7883 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7884 * eshell/esh-opt.el, eshell/esh-proc.el:
7885 * eshell/esh-var.el: Adjust requires.
7886 * eshell/eshell.el: Do not require esh-util twice.
7887 (eshell-add-input-to-history): Declare.
7888 (eshell-command): Check history module is active before using it.
7889
7890 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7891
7892 2013-05-22 Leo Liu <sdl.web@gmail.com>
7893
7894 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7895
7896 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
7897
7898 * autorevert.el (auto-revert-notify-add-watch)
7899 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7900 it indicates changes in file modification time.
7901
7902 2013-05-22 Glenn Morris <rgm@gnu.org>
7903
7904 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7905 Always delete the autoloaded function from the noruntime and
7906 unresolved functions lists.
7907
7908 * allout.el: No need to load epa, epg, overlay when compiling.
7909 (epg-context-set-passphrase-callback, epg-list-keys)
7910 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7911 (epg-key-user-id-list): Declare.
7912
7913 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7914 (viper-set-parsing-style-toggling-macro)
7915 (viper-set-emacs-state-searchstyle-macros):
7916 Use called-interactively-p on Emacs.
7917 (viper-looking-back): Make it an obsolete alias. Update callers.
7918 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7919 Use looking-back rather than viper-looking-back.
7920 (viper-tmp-insert-at-eob, viper-enlarge-region)
7921 (viper-read-string-with-history, viper-register-to-point)
7922 (viper-append-to-register, viper-change-state-to-vi)
7923 (viper-backward-char-carefully, viper-forward-char-carefully)
7924 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7925 (viper-change-state-to-emacs): Declare.
7926 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7927 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7928 * emulation/viper-mous.el: Do not load viper-cmd.
7929 (viper-backward-char-carefully, viper-forward-char-carefully)
7930 (viper-forward-word, viper-adjust-window): Declare.
7931
7932 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7933
7934 * progmodes/idlw-help.el (idlwave-help-fontify):
7935 Use called-interactively-p.
7936
7937 * term/w32console.el (w32-get-console-codepage)
7938 (w32-get-console-output-codepage): Declare.
7939
7940 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7941 Remove unnecessary declarations.
7942 (dframe-message): Doc fix.
7943
7944 * info.el (dframe-select-attached-frame, dframe-current-frame):
7945 Declare.
7946
7947 * speedbar.el (speedbar-message): Make it an obsolete alias.
7948 Update all callers.
7949 (speedbar-with-attached-buffer)
7950 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7951 (speedbar-with-writable): Use backquote.
7952 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7953 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7954 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7955 rather than speedbar- aliases.
7956 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7957 (speedbar-make-specialized-keymap, speedbar-insert-button)
7958 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7959 (speedbar-do-function-pointer): Declare.
7960 (rmail-speedbar-button, rmail-speedbar-find-file)
7961 (rmail-speedbar-move-message):
7962 Use dframe-with-attached-buffer rather than speedbar- alias.
7963 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7964 (dframe-message, speedbar-make-specialized-keymap)
7965 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7966 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7967 (speedbar-insert-button, dframe-select-attached-frame)
7968 (dframe-maybee-jump-to-attached-frame)
7969 (speedbar-change-initial-expansion-list)
7970 (speedbar-previously-used-expansion-list-name): Declare.
7971 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7972 Use dframe-message, dframe-with-attached-buffer rather than
7973 speedbar- aliases.
7974 (gud-sentinel): Silence compiler.
7975 * progmodes/vhdl-mode.el (speedbar-refresh)
7976 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7977 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7978 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7979 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7980 (speedbar-file-lists, speedbar-make-tag-line)
7981 (speedbar-line-directory, speedbar-goto-this-file)
7982 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7983 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7984 (speedbar-make-button, speedbar-reset-scanners)
7985 (speedbar-files-item-info, speedbar-line-text)
7986 (speedbar-find-file-in-frame, speedbar-set-timer)
7987 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7988 (speedbar-with-writable): Do not (re)define it.
7989 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7990 rather than speedbar- alias.
7991
7992 2013-05-21 Leo Liu <sdl.web@gmail.com>
7993
7994 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7995 menu items.
7996 (octave-mode): Tweak fill-nobreak-predicate.
7997 (inferior-octave-startup): Check process to avoid infinite loop.
7998 (inferior-octave): Pop to buffer first to show abornmal process
7999 exit information.
8000
8001 2013-05-21 Glenn Morris <rgm@gnu.org>
8002
8003 * printing.el (pr-menu-bar): Define when compiling.
8004
8005 2013-05-21 Leo Liu <sdl.web@gmail.com>
8006
8007 * progmodes/octave.el (octave-auto-fill): Remove.
8008 (octave-indent-new-comment-line): Improve.
8009 (octave-mode): Use auto fill mode through
8010 comment-line-break-function and fill-nobreak-predicate.
8011 (octave-goto-function-definition): Support DEFUN_DLD.
8012 (octave-beginning-of-defun): Small tweak.
8013 (octave-help): Show parent directory.
8014
8015 2013-05-21 Glenn Morris <rgm@gnu.org>
8016
8017 * files.el (dired-unmark):
8018 * progmodes/gud.el (gdb-input): Update declarations.
8019
8020 * calculator.el (electric, ehelp): No need to load when compiling.
8021 (Electric-command-loop, electric-describe-mode): Declare.
8022
8023 * doc-view.el (doc-view-current-converter-processes): Move before use.
8024
8025 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8026 Move MODE-set-explicitly definition before use.
8027
8028 * international/mule-diag.el (mule-diag):
8029 Don't use obsolete window-system-version.
8030
8031 * mail/feedmail.el (smtpmail): No need to load when compiling.
8032 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8033
8034 * mail/mail-utils.el (rfc822): No need to load when compiling.
8035 (rfc822-addresses): Autoload it.
8036 (mail-strip-quoted-names): Trivial simplification.
8037
8038 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8039 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8040
8041 * net/snmp-mode.el (tempo): Don't duplicate requires.
8042
8043 * progmodes/prolog.el (info): No need to load when compiling.
8044 (comint): Require before shell requires it.
8045 (Info-goto-node): Autoload it.
8046 (Info-follow-nearest-node): Declare.
8047 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8048
8049 * textmodes/artist.el (picture-mode-exit): Declare.
8050
8051 * textmodes/reftex-parse.el (reftex-parse-from-file):
8052 Trivial rewrite so the compiler can parse it better.
8053
8054 2013-05-20 Leo Liu <sdl.web@gmail.com>
8055
8056 * progmodes/octave.el (octave-help-mode-map)
8057 (octave-help-mode-finish-hook): New variables.
8058 (octave-help-mode, octave-help-mode-finish): New functions.
8059 (octave-help): Use octave-help-mode.
8060
8061 2013-05-20 Glenn Morris <rgm@gnu.org>
8062
8063 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
8064
8065 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
8066
8067 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8068 start at point, so that expansion starting right after opening
8069 slash in a regexp is recognized.
8070 (ruby-syntax-before-regexp-re): New defvar, extracted from
8071 ruby-syntax-propertize-function. Since the value of this regexp
8072 is looked up at runtime now, we should be able to turn
8073 `ruby-syntax-methods-before-regexp' into a defcustom later.
8074 (ruby-syntax-propertize-function): Split regexp matching into two
8075 parts, for opening and closing slashes. That allows us to skip
8076 over string interpolations and support multiline regexps.
8077 Don't call `ruby-syntax-propertize-expansions', instead use another rule
8078 for them, which calls `ruby-syntax-propertize-expansion'.
8079 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8080 call to `ruby-syntax-propertize-function'.
8081 (ruby-syntax-propertize-expansion): Extracted from
8082 `ruby-syntax-propertize-expansions'. Handles one expansion.
8083 (ruby-syntax-propertize-percent-literal): Leave point right after
8084 the percent symbol, so that the expression expansion rule can
8085 propertize the contents.
8086 (ruby-syntax-propertize-heredoc): Leave point at bol following the
8087 heredoc openers.
8088 (ruby-syntax-propertize-expansions): Remove.
8089
8090 2013-05-18 Juri Linkov <juri@jurta.org>
8091
8092 * man.el (Man-default-man-entry): Remove `-' from the end
8093 of the default value. (Bug#14400)
8094
8095 2013-05-18 Glenn Morris <rgm@gnu.org>
8096
8097 * comint.el (comint-password-prompt-regexp):
8098 Allow "password for XXX" where XXX contains colons (eg https://...).
8099
8100 2013-05-18 Leo Liu <sdl.web@gmail.com>
8101
8102 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8103 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
8104 (octave-source-directories): Don't check process.
8105 (octave-source-directories, octave-find-definition): Doc fix.
8106
8107 2013-05-18 Glenn Morris <rgm@gnu.org>
8108
8109 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8110 Remove backspace/delete bindings. (Bug#14392)
8111
8112 * cus-dep.el (custom-make-dependencies): Sort the output.
8113 (custom-versions-load-alist): Convert comment to doc.
8114
8115 2013-05-17 Leo Liu <sdl.web@gmail.com>
8116
8117 * newcomment.el (comment-search-backward): Stricter in finding
8118 comment start. (Bug#14303)
8119
8120 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8121 (octave-comment-start-skip): Properly anchored.
8122
8123 2013-05-17 Leo Liu <sdl.web@gmail.com>
8124
8125 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8126 Clean up when turned off. (Bug#14395)
8127 (smie--highlight-matching-block-overlay): No longer buffer-local.
8128 (smie-highlight-matching-block): Adjust.
8129
8130 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
8131
8132 Doc string fix for "nanoseconds" (Bug#14406).
8133 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8134 Fix doc string typo that had "nanoseconds" instead of "microseconds".
8135
8136 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8137
8138 * calc/calc-units.el (math-extract-units): Preserve powers
8139 of units.
8140
8141 2013-05-17 Leo Liu <sdl.web@gmail.com>
8142
8143 * subr.el (delete-consecutive-dups): New function.
8144 * ido.el (ido-set-matches-1): Use it.
8145 * progmodes/octave.el (inferior-octave-completion-table): Use it.
8146 * ido.el (ido-remove-consecutive-dups): Remove.
8147
8148 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8151 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8152 regexp-opt's `words'.
8153
8154 2013-05-16 Leo Liu <sdl.web@gmail.com>
8155
8156 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8157 (smie--highlight-matching-block-overlay)
8158 (smie--highlight-matching-block-lastpos)
8159 (smie--highlight-matching-block-timer): New variables.
8160 (smie-highlight-matching-block): New function.
8161 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8162 (smie-setup): Conditionally enable smie-blink-matching-open.
8163
8164 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8165
8166 Sync with upstream verilog-mode r840.
8167 * progmodes/verilog-mode.el (verilog-mode-version)
8168 (verilog-mode-release-date): Update.
8169 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8170 (verilog-sig-tieoff): Fix string error on
8171 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8172 (verilog-read-decls): Fix parameters confusing
8173 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8174
8175 2013-05-16 Eli Zaretskii <eliz@gnu.org>
8176
8177 * subr.el (reveal-filename): New function.
8178
8179 * loadup.el: Compute Emacs executable versions on MS-Windows,
8180 where executables have the .exe extension. Add a hard link
8181 emacs-XX.YY.ZZ.exe on MS-Windows.
8182
8183 * Makefile.in (XARGS_LIMIT): New variable.
8184 (custom-deps, finder-data, autoloads)
8185 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8186 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8187 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8188 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8189
8190 2013-05-16 Leo Liu <sdl.web@gmail.com>
8191
8192 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8193 (octave-mode-menu, octave-mode-map): Remove its uses.
8194
8195 2013-05-16 Reto Zimmermann <reto@gnu.org>
8196
8197 Sync with upstream vhdl mode v3.34.2.
8198 * progmodes/vhdl-mode.el: Use `push' throughout.
8199 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8200 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8201 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8202 (vhdl-actual-generic-name): New option to derive actual generic name.
8203 (vhdl-port-paste-signals): Replace formal by actual generics.
8204 (vhdl-beautify): New name for old group vhdl-align. Update users.
8205 (vhdl-beautify-options): New option.
8206 (vhdl-last-input-event): New compat alias. Use throughout.
8207 (vhdl-goto-line): Replace user level function `goto-line'.
8208 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8209 vhdl-fix-statement-buffer.
8210 (vhdl-create-mode-menu): Add some entries.
8211 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8212 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8213 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8214 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8215 to force statements on one line.
8216 (vhdl-remove-trailing-spaces-region):
8217 New, split from vhdl-remove-trailing-spaces.
8218 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8219 Respect vhdl-beautify-options.
8220 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8221 (vhdl-update-sensitivity-list): Not add with index if exists without.
8222 Not include array index with signal. Ignore keywords in comments.
8223 (vhdl-get-visible-signals): Regexp tweaks.
8224 (vhdl-template-component-inst): Handle empty library.
8225 (vhdl-template-type): Add template for 'enum' type.
8226 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8227 Use vhdl-replace-string.
8228 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8229 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8230 (vhdl-speedbar-initialize): Update for above name change.
8231 (vhdl-compose-wire-components): Fix in handling of constants.
8232 (vhdl-error-regexp-emacs-alist): New variable.
8233 (vhdl-error-regexp-add-emacs): New function;
8234 adds support for new compile.el (Emacs 22+)
8235 (vhdl-generate-makefile-1): Change target order for single lib. units.
8236 Allow use of absolute file names.
8237
8238 2013-05-16 Leo Liu <sdl.web@gmail.com>
8239
8240 * simple.el (prog-indent-sexp): Indent enclosing defun.
8241
8242 2013-05-15 Glenn Morris <rgm@gnu.org>
8243
8244 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8245 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8246 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8247 (whitespace-highlight): Move to whitespace group.
8248
8249 * comint.el (comint-source):
8250 * pcmpl-linux.el (pcmpl-linux):
8251 * shell.el (shell-faces):
8252 * eshell/esh-opt.el (eshell-opt):
8253 * international/ccl.el (ccl): Remove empty custom groups.
8254
8255 * completion.el (dynamic-completion-mode):
8256 * jit-lock.el (jit-lock-debug-mode):
8257 * minibuffer.el (completion-in-region-mode):
8258 * type-break.el (type-break-mode-line-message-mode)
8259 (type-break-query-mode):
8260 * emulation/tpu-edt.el (tpu-edt-mode):
8261 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8262 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8263 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8264
8265 * term/xterm.el (xterm): Change parent group to terminals.
8266
8267 * master.el (master): Remove empty custom group.
8268 (master-mode): Remove unused :group argument.
8269 * textmodes/refill.el (refill): Remove empty custom group.
8270 (refill-mode): Remove unused :group argument.
8271
8272 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8273
8274 * cus-dep.el: Provide a feature.
8275 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8276 Don't mistakenly ignore files whose basenames match a basename
8277 from preloaded-file-list (eg cedet/ede/simple.el).
8278 Add a fallback method for getting :group.
8279
8280 2013-05-15 Juri Linkov <juri@jurta.org>
8281
8282 * isearch.el (isearch-char-by-name): Rename from
8283 `isearch-insert-char-by-name'. Doc fix.
8284 (isearch-forward): Mention `isearch-char-by-name' in
8285 the docstring. (Bug#13348)
8286
8287 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8288 `exit-minibuffer' instead of
8289 `isearch-nonincremental-exit-minibuffer'.
8290 (isearch-edit-string): Remove mention of
8291 `isearch-nonincremental-exit-minibuffer' from docstring.
8292 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8293 (isearch-forward-exit-minibuffer)
8294 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8295
8296 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * loadup.el: Just use unversioned DOC.
8299
8300 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8301 literals as extending to EOB.
8302 (nxml-last-fontify-end): Remove unused variable.
8303 (nxml-after-change1): Use with-silent-modifications.
8304 (nxml-extend-after-change-region): Simplify.
8305 (nxml-extend-after-change-region1): Remove function.
8306 (nxml-after-change1): Don't adjust for dependent regions.
8307 (nxml-fontify-matcher): Simplify.
8308 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8309 (xmltok-add-dependent): Remove function.
8310 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8311 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8312 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8313 unclosed <[[, <?, comment, and other literals as extending to EOB.
8314 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8315 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8316 Remove functions.
8317 (rng-do-some-validation-1): Don't mark dependent regions.
8318 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8319 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8320 (nxml-clear-dependent-regions): Remove functions.
8321 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8322 (nxml-ensure-scan-up-to-date):
8323 Don't clear&mark dependent regions.
8324
8325 2013-05-15 Leo Liu <sdl.web@gmail.com>
8326
8327 * progmodes/octave.el (octave-goto-function-definition):
8328 Improve and fix callers.
8329
8330 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8331
8332 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8333 the setter (bug#14387).
8334
8335 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8336 surrounding group (bug#14402).
8337
8338 2013-05-14 Juri Linkov <juri@jurta.org>
8339
8340 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8341 (Bug#14390)
8342
8343 2013-05-14 Glenn Morris <rgm@gnu.org>
8344
8345 * progmodes/f90.el (f90-imenu-generic-expression):
8346 Fix typo in 2013-05-08 change. (Bug#14402)
8347
8348 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8349
8350 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8351 Remove signals for which replies are never received.
8352
8353 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8354
8355 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8356 (gdb-handler-alist, gdb-handler-number): Remove variables.
8357 (gdb-handler-list): New variable.
8358 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8359 (gdb-pending-handler-p, gdb-handle-reply)
8360 (gdb-remove-all-pending-triggers): New functions.
8361 (gdb-discard-unordered-replies): New defcustom.
8362 (gdb-handler): New defstruct.
8363 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8364 instead of gdb-pending-triggers. Update docstring.
8365 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8366 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8367 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8368 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8369 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8370 (gdb-frame-handler): Pending triggers are now automatically managed.
8371 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8372 Remove argument.
8373 (gdb-input): Automatically handles pending triggers. Update docstring.
8374 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8375 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8376 Update comments.
8377 (gdb-done-or-error): Now use gdb-handle-reply.
8378
8379 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8380
8381 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8382 gdb-debug-log.
8383
8384 2013-05-14 Glenn Morris <rgm@gnu.org>
8385
8386 * subr.el (user-emacs-directory-warning): New option.
8387 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8388
8389 2013-05-14 Leo Liu <sdl.web@gmail.com>
8390
8391 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8392 during redisplay.
8393 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8394 (octave-font-lock-texinfo-comment): Fix invalid search bound
8395 error: wrong side of point.
8396
8397 2013-05-14 Glenn Morris <rgm@gnu.org>
8398
8399 * progmodes/flymake.el (flymake-xml-program): New option.
8400 (flymake-xml-init): Use it.
8401
8402 * term/xterm.el: Provide a feature.
8403
8404 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
8405
8406 2013-05-13 Glenn Morris <rgm@gnu.org>
8407
8408 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8409 Add compat aliases as a hack workaround. (Bug#14384)
8410
8411 2013-05-13 Leo Liu <sdl.web@gmail.com>
8412
8413 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8414 ###, and %!.
8415 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8416 C-M-q.
8417 (octave-comment-start-skip): Include %!.
8418 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8419
8420 2013-05-12 Leo Liu <sdl.web@gmail.com>
8421
8422 * progmodes/octave.el (inferior-octave-startup): Store the value
8423 of __octave_srcdir__ for octave-source-directories.
8424 (inferior-octave-check-process): New function refactored out of
8425 inferior-octave-send-list-and-digest.
8426 (octave-source-directories)
8427 (octave-find-definition-filename-function): New variables.
8428 (octave-source-directories)
8429 (octave-find-definition-default-filename): New functions.
8430 (octave-find-definition): Improve to find functions implemented in C++.
8431
8432 2013-05-12 Glenn Morris <rgm@gnu.org>
8433
8434 * calendar/diary-lib.el (diary-outlook-format-1):
8435 Don't include dayname in the output. (Bug#14349)
8436
8437 2013-05-11 Glenn Morris <rgm@gnu.org>
8438
8439 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8440
8441 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8442 Treat cc-provide like provide.
8443
8444 2013-05-11 Kevin Ryde <user42@zip.com.au>
8445
8446 * cus-dep.el (custom-make-dependencies):
8447 Use generated-autoload-load-name for the sake of files such
8448 such cedet/semantic/bovine/c.el, where the base file name
8449 is not in load-path. (Bug#5277)
8450
8451 2013-05-11 Glenn Morris <rgm@gnu.org>
8452
8453 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8454 Provide features.
8455
8456 2013-05-11 Leo Liu <sdl.web@gmail.com>
8457
8458 * progmodes/octave.el (octave-indent-comment): Improve.
8459 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8460 (octave-eldoc-function-signatures, octave-eldoc-function):
8461 New functions.
8462 (octave-mode, inferior-octave-mode): Add eldoc support.
8463
8464 2013-05-11 Richard Stallman <rms@gnu.org>
8465
8466 * epa.el (epa-decrypt-file): Take output file name as argument
8467 and read it using `interactive'.
8468
8469 2013-05-11 Leo Liu <sdl.web@gmail.com>
8470
8471 * progmodes/octave.el (octave-beginning-of-line)
8472 (octave-end-of-line): Check before using up-list because it jumps
8473 out of more syntactic contructs since moving to smie.
8474 (octave-indent-comment): New function.
8475 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
8476 (octave-begin-keywords, octave-end-keywords)
8477 (octave-reserved-words, octave-smie-bnf-table)
8478 (octave-smie-rules): Add new keywords from Octave 3.6.4.
8479
8480 2013-05-11 Glenn Morris <rgm@gnu.org>
8481
8482 * faces.el (internal-face-x-get-resource):
8483 * frame.el (ns-display-monitor-attributes-list):
8484 * calc/calc-aent.el (math-to-radians-2):
8485 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8486 Fix declarations.
8487
8488 * calc/calc-menu.el: Make it loadable in isolation.
8489
8490 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8491 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8492 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8493 (eudc-bbdb-query-internal): Require 'bbdb.
8494
8495 * lpr.el (lpr-headers-switches):
8496 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8497
8498 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8499
8500 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8501
8502 * term.el (term-set-escape-char): Make it idempotent.
8503
8504 2013-05-10 Leo Liu <sdl.web@gmail.com>
8505
8506 * progmodes/octave.el (inferior-octave-completion-table):
8507 No longer a function and all uses changed. Use cache to speed up
8508 completion due to bug#11906.
8509 (octave-beginning-of-defun): Re-write to be more general.
8510
8511 2013-05-10 Glenn Morris <rgm@gnu.org>
8512
8513 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8514
8515 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * comint.el (comint-redirect-send-command-to-process): Use :around
8518 rather than :override for comint-redirect-filter.
8519 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8520 Call it instead of comint-redirect-original-filter-function (which
8521 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8522
8523 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8524
8525 * frame.el (display-monitor-attributes-list): Add NS case.
8526 (ns-display-monitor-attributes-list): Declare.
8527
8528 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
8529
8530 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8531
8532 2013-05-09 Glenn Morris <rgm@gnu.org>
8533
8534 * international/fontset.el (vertical-centering-font-regexp):
8535 Set standard-value.
8536
8537 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8538
8539 * bookmark.el (bookmark-search-delay):
8540 * cus-start.el (vertical-centering-font-regexp):
8541 * ps-mule.el (ps-mule-font-info-database-default):
8542 * ps-print.el (ps-default-fg, ps-default-bg):
8543 * type-break.el (type-break-good-break-interval):
8544 * whitespace.el (whitespace-indentation-regexp)
8545 (whitespace-space-after-tab-regexp):
8546 * emacs-lisp/testcover.el (testcover-1value-functions)
8547 (testcover-noreturn-functions, testcover-progn-functions)
8548 (testcover-prog1-functions):
8549 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8550 * eshell/em-glob.el (eshell-glob-translate-alist):
8551 * play/tetris.el (tetris-tty-colors):
8552 * progmodes/cpp.el (cpp-face-default-list):
8553 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8554 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8555 (idlwave-help-browser-generic-args):
8556 * progmodes/make-mode.el (makefile-special-targets-list):
8557 * progmodes/python.el (python-shell-virtualenv-path):
8558 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8559 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8560 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8561 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8562 * textmodes/reftex-vars.el (reftex-format-label-function):
8563 * textmodes/remember.el (remember-diary-file): Fix custom types.
8564
8565 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8566 Add :version.
8567
8568 2013-05-09 Leo Liu <sdl.web@gmail.com>
8569
8570 * progmodes/octave.el (inferior-octave-completion-at-point):
8571 Restore file completion. (Bug#14300)
8572 (inferior-octave-startup): Fix incorrect highlighting for the
8573 first prompt.
8574
8575 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * progmodes/ruby-mode.el: First cut at SMIE support.
8578 (ruby-use-smie): New var.
8579 (ruby-smie-grammar): New constant.
8580 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8581 (ruby-smie--forward-token, ruby-smie--backward-token)
8582 (ruby-smie-rules): New functions.
8583 (ruby-mode-variables): Setup SMIE if applicable.
8584
8585 2013-05-08 Eli Zaretskii <eliz@gnu.org>
8586
8587 * simple.el (line-move-visual): Signal beginning/end of buffer
8588 only if vertical-motion moved less than it was requested. Avoids
8589 silly incorrect error messages when there are display strings with
8590 multiple newlines at EOL.
8591
8592 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8593
8594 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8595 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8596 (prolog-char-quote-workaround):
8597 * progmodes/cperl-mode.el (cperl-under-as-char):
8598 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8599 Mark as obsolete.
8600 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8601 their declaration.
8602 (vhdl-mode-syntax-table-init): Remove.
8603
8604 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8605 last change.
8606
8607 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8608 syntax for "_".
8609 (ld-script-font-lock-keywords):
8610 Change regexps to use things like \_< and \_>.
8611
8612 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8613 Change all regexps to use things like \_< and \_>.
8614
8615 * progmodes/autoconf.el (autoconf-definition-regexp)
8616 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8617 Handle a _ with symbol syntax.
8618 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8619
8620 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8621 Consolidate declaration.
8622 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8623 the declaration.
8624 (ada-create-syntax-table): Remove.
8625 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8626 already has the right syntax nowadays.
8627 (ada-goto-next-word): Don't change the syntax of "_".
8628
8629 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8630 with-wrapper-hook.
8631
8632 2013-05-08 Sam Steingold <sds@gnu.org>
8633
8634 * thingatpt.el (thing-at-point): Accept optional second argument
8635 NO-PROPERTIES to strip the text properties from the return value.
8636 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8637 to `thing-at-point' instead of stripping the properties ourselves.
8638 Also, when `thing-at-point' fails to find a url, prepend "http://"
8639 to the filename at point on the assumption that the user is
8640 pointing at something like gnu.org/gnu.
8641
8642 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8643
8644 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8645 * faces.el (crm-separator):
8646 Silence byte-compiler.
8647
8648 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8649 (tool-bar-map): Remove unneeded defvars.
8650
8651 2013-05-08 Leo Liu <sdl.web@gmail.com>
8652
8653 Re-work a fix for bug#10994 based on Le Wang's patch.
8654 * ido.el (ido-remove-consecutive-dups): New helper.
8655 (ido-completing-read): Use it.
8656 (ido-chop): Revert fix for bug#10994.
8657
8658 2013-05-08 Adam Spiers <emacs@adamspiers.org>
8659
8660 * cus-edit.el (custom-save-variables):
8661 Pretty-print long values. (Bug#14187)
8662
8663 2013-05-08 Glenn Morris <rgm@gnu.org>
8664
8665 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8666 (m4-mode-syntax-table): Init in the defvar.
8667 (m4-mode-abbrev-table): Let define-derived-mode define it.
8668
8669 2013-05-08 Tom Tromey <tromey@redhat.com>
8670
8671 * progmodes/m4-mode.el (m4-mode-syntax-table):
8672 Do not treat "_" as word constituent. (Bug#14167)
8673
8674 2013-05-07 Glenn Morris <rgm@gnu.org>
8675
8676 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8677 Remove explicit eshell-isearch-cancel-map.
8678
8679 * progmodes/f90.el (f90-smart-end-names): New option.
8680 (f90-smart-end): Doc fix.
8681 (f90-end-block-optional-name): New constant.
8682 (f90-block-match): Respect f90-smart-end-names.
8683
8684 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8685
8686 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8687 about implicit semi-colons (bug#14218).
8688
8689 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8690
8691 * frame.el (display-monitor-attributes-list)
8692 (frame-monitor-attributes): New functions.
8693
8694 2013-05-06 Leo Liu <sdl.web@gmail.com>
8695
8696 * progmodes/octave.el (octave-syntax-propertize-function): Change
8697 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8698 (octave-font-lock-keywords): Use octave-operator-regexp.
8699 (octave-completion-at-point): Rename from
8700 octave-completion-at-point-function.
8701 (inferior-octave-directory-tracker): Robustify.
8702 (octave-text-functions): Remove and fix its uses. No such things
8703 any more.
8704
8705 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8706
8707 * emacs-lisp/trace.el (trace--display-buffer): New function.
8708 (trace-make-advice): Use it.
8709
8710 2013-05-06 Juri Linkov <juri@jurta.org>
8711
8712 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8713 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8714 Doc fix.
8715 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8716 in the help string. (Bug#12985)
8717
8718 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8719
8720 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8721
8722 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * progmodes/perl-mode.el: Add support for here documents.
8725 (perl-syntax-propertize-function): Match here-doc markers.
8726 (perl-syntax-propertize-special-constructs): Find their end.
8727 (perl-imenu-generic-expression): Use [:alnum:].
8728
8729 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8730 (advice--add-function): Refresh the advice if already present
8731 (bug#14317).
8732
8733 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
8734
8735 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8736
8737 2013-05-06 Glenn Morris <rgm@gnu.org>
8738
8739 * w32-fns.el (w32-charset-info-alist): Declare.
8740
8741 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8742 of its defcustom properties.
8743 (eshell-cmpl-initialize): No need to load pcomplete.
8744
8745 * generic-x.el: No need to require comint when compiling.
8746
8747 * net/eudc-export.el: Make it loadable without bbdb.
8748 (top-level): Use require rather than load-library.
8749 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8750 (eudc-batch-export-records-to-bbdb)
8751 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8752 Require bbdb.
8753
8754 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8757 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8758 some tweaks, instead.
8759
8760 2013-05-05 Leo Liu <sdl.web@gmail.com>
8761
8762 * progmodes/octave.el (octave-font-lock-keywords)
8763 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8764 (inferior-octave-send-list-and-digest): Improve error message.
8765 (octave-mode, inferior-octave-mode): Use setq-local.
8766 (octave-help): Set info-lookup-mode.
8767
8768 2013-05-05 Richard Stallman <rms@gnu.org>
8769
8770 * vc/compare-w.el (compare-windows-whitespace):
8771 Treat no-break space as whitespace.
8772
8773 * mail/rmailsum.el (rmail-summary-rmail-update):
8774 Detect empty summary and don't change selected message.
8775 (rmail-summary-goto-msg): Likewise.
8776
8777 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8778 Doc fixes, rename args.
8779
8780 2013-05-05 Alan Mackenzie <acm@muc.de>
8781
8782 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8783
8784 2013-05-05 Juri Linkov <juri@jurta.org>
8785
8786 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8787 to not add the length of the summary segment to the return value.
8788 (Bug#14125)
8789
8790 2013-05-05 Leo Liu <sdl.web@gmail.com>
8791
8792 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8793 (inferior-octave-output-filter): Remove.
8794 (octave-send-region, inferior-octave-startup): Fix callers.
8795 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8796 (octave-binary-file-extensions): New user variable.
8797 (octave-find-definition): Confirm if opening binary files.
8798 (octave-help-file): Use octave-find-definition to get the binary
8799 confirmation.
8800 (octave-help): Adjust for octave-help-file change.
8801
8802 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8803
8804 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8805 Merge the two entries that handle function definitions.
8806 (pascal--syntax-propertize): New const.
8807 (pascal-mode): Use it. Use setq-local.
8808
8809 2013-05-04 Glenn Morris <rgm@gnu.org>
8810
8811 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8812 (diary-from-outlook): Respect diary-from-outlook-function.
8813
8814 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8817 Move the declaration from C.
8818 (read-minibuffer, eval-minibuffer): Move from C.
8819 (completion-setup-function): Avoid minibuffer-completion-contents.
8820
8821 2013-05-03 Leo Liu <sdl.web@gmail.com>
8822
8823 * progmodes/octave.el (octave-font-lock-keywords): Do not
8824 dehighlight 'end' in comments or strings.
8825 (octave-completing-read, octave-goto-function-definition):
8826 New helpers.
8827 (octave-help-buffer): New user variable.
8828 (octave-help-file, octave-help-function): New button types.
8829 (octave-help): New command and bind it to C-h ;.
8830 (octave-find-definition): New command and bind it to M-.
8831 (user-error): Alias to error if not defined.
8832
8833 2013-05-02 Leo Liu <sdl.web@gmail.com>
8834
8835 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8836 for \. (bug#14332)
8837 (octave-font-lock-keywords): Include [ and {.
8838
8839 2013-05-02 Leo Liu <sdl.web@gmail.com>
8840
8841 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8842 (inferior-octave): Remove calling comint-mode and return the buffer.
8843 (inferior-octave-startup): Cosmetic changes.
8844
8845 2013-05-02 Leo Liu <sdl.web@gmail.com>
8846
8847 * progmodes/octave.el (octave-syntax-propertize-function):
8848 Include the case when ' is at line beginning. (Bug#14336)
8849
8850 2013-05-02 Glenn Morris <rgm@gnu.org>
8851
8852 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8853 * desktop.el (vc-dir-mode): Just autoload it here.
8854
8855 2013-05-02 Alan Mackenzie <acm@muc.de>
8856
8857 Eliminate variable c-standard-font-lock-fontify-region-function.
8858 * progmodes/cc-mode.el
8859 (c-standard-font-lock-fontify-region-function): Remove.
8860 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8861
8862 2013-05-01 Leo Liu <sdl.web@gmail.com>
8863
8864 * progmodes/octave.el: Compatible with older emacs-24 releases.
8865 (inferior-octave-has-built-in-variables): Remove. Built-in
8866 variables were removed from Octave in 2007.
8867 (inferior-octave-startup): Fix uses.
8868 (comint-line-beginning-position): Remove compatibility code for
8869 emacs 21.
8870
8871 2013-05-01 Juri Linkov <juri@jurta.org>
8872
8873 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8874
8875 2013-05-01 Juri Linkov <juri@jurta.org>
8876
8877 * comint.el (comint-previous-matching-input): Don't print message
8878 "History item: %d" when `isearch-mode' is active.
8879 (comint-history-isearch-message): Print message "History item: %d"
8880 when `comint-input-ring-index' is not empty and this function is
8881 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8882
8883 2013-05-01 Leo Liu <sdl.web@gmail.com>
8884
8885 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8886 definitions. Use completion-at-point to insert keywords.
8887 (octave-abbrev-start): Remove.
8888 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8889
8890 2013-04-30 Leo Liu <sdl.web@gmail.com>
8891
8892 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8893 change.
8894
8895 2013-04-30 Alan Mackenzie <acm@muc.de>
8896
8897 Handle arbitrarily long C++ member initialisation lists.
8898 * progmodes/cc-engine.el (c-back-over-member-initializers):
8899 new function.
8900 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8901 (most) member init lists.
8902
8903 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8904
8905 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8906 variable.
8907
8908 2013-04-30 Leo Liu <sdl.web@gmail.com>
8909
8910 * progmodes/octave.el (octave-variables): Remove. No builtin
8911 variables any more. All converted to functions.
8912 (octave-font-lock-keywords, octave-completion-at-point-function):
8913 Fix uses.
8914 (octave-font-lock-texinfo-comment): New user variable.
8915 (octave-texinfo-font-lock-keywords): New variable for texinfo
8916 comment block.
8917 (octave-function-comment-block): New face.
8918 (octave-font-lock-texinfo-comment): New function.
8919 (octave-mode): Font lock texinfo comment block.
8920
8921 2013-04-29 Leo Liu <sdl.web@gmail.com>
8922
8923 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8924 indexing expression.
8925 (octave-continuation-string): Do not use \.
8926 (inferior-octave-complete-impossible): Remove.
8927 (inferior-octave-completion-table)
8928 (inferior-octave-completion-at-point): Remove its uses.
8929 (inferior-octave-startup): completion_matches was introduced to
8930 Octave in 1996 so safe to assume it.
8931 (octave-function-file-comment): Improve to follow how Octave does it.
8932 (octave-update-function-file-comment): Tweak.
8933
8934 2013-04-29 Leo Liu <sdl.web@gmail.com>
8935
8936 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8937 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8938 (octave-function-file-comment): Fix typo.
8939 (octave-sync-function-file-names): Use read-char-choice.
8940
8941 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8942
8943 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8944 to t for the less important warnings.
8945
8946 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8947
8948 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8949
8950 2013-04-27 Glenn Morris <rgm@gnu.org>
8951
8952 * vc/log-view.el (log-view-current-entry):
8953 Treat "---" separator lines as part of the following rev. (Bug#14169)
8954
8955 2013-04-27 Juri Linkov <juri@jurta.org>
8956
8957 * subr.el (read-number): Doc fix about using it by interactive
8958 code letter `n'. (Bug#14254)
8959
8960 2013-04-27 Juri Linkov <juri@jurta.org>
8961
8962 * desktop.el (desktop-auto-save-timeout): New option.
8963 (desktop-file-checksum): New variable.
8964 (desktop-save): Add optional arg `auto-save' and don't auto-save
8965 if nothing changed.
8966 (desktop-auto-save-timer): New variable.
8967 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8968 (after-init-hook): Call `desktop-auto-save-set-timer'.
8969 Suggested by Reuben Thomas <rrt@sc3d.org> in
8970 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8971
8972 2013-04-27 Leo Liu <sdl.web@gmail.com>
8973
8974 * progmodes/octave.el (octave-function-file-p)
8975 (octave-skip-comment-forward, octave-function-file-comment)
8976 (octave-update-function-file-comment): New functions.
8977 (octave-mode-map): Bind C-c ; to
8978 octave-update-function-file-comment.
8979 (octave-mode-menu): Add octave-update-function-file-comment.
8980 (octave-mode, inferior-octave-mode): Fix doc-string.
8981 (octave-insert-defun): Conform to Octave's coding convention.
8982 (Bug#14285)
8983
8984 * files.el (basic-save-buffer): Don't let errors in
8985 before-save-hook prevent saving buffer.
8986
8987 2013-04-20 Roland Winkler <winkler@gnu.org>
8988
8989 * faces.el (read-face-name): Use completing-read if arg multiple
8990 is nil.
8991
8992 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8993
8994 * ls-lisp.el (ls-lisp-insert-directory): If no files are
8995 displayed, move point to after the totals line.
8996 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
8997 for the details.
8998
8999 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9000
9001 * emacs-lisp/package.el (package-autoload-ensure-default-file):
9002 Add current dir to the load-path.
9003 (package-generate-autoloads): Don't rely on
9004 autoload-ensure-default-file.
9005
9006 2013-04-26 Reuben Thomas <rrt@sc3d.org>
9007
9008 * textmodes/remember.el (remember-store-in-files): Document that
9009 the file name format is passed to `format-time-string'.
9010
9011 2013-04-26 Leo Liu <sdl.web@gmail.com>
9012
9013 * progmodes/octave.el (octave-sync-function-file-names): New function.
9014 (octave-mode): Use it in before-save-hook.
9015
9016 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9019 (bug#14274).
9020
9021 * progmodes/octave.el (octave-smie-forward-token): Properly skip
9022 \n and comment, even if it's not an implicit ; (bug#14218).
9023
9024 2013-04-26 Glenn Morris <rgm@gnu.org>
9025
9026 * subr.el (read-number): Once more use `read' rather than
9027 `string-to-number', to trap non-numeric input. (Bug#14254)
9028
9029 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
9030
9031 * emacs-lisp/syntax.el (syntax-propertize-multiline):
9032 Use `syntax-multiline' text property consistently instead of
9033 `font-lock-multiline'. (Bug#14237)
9034
9035 2013-04-26 Glenn Morris <rgm@gnu.org>
9036
9037 * emacs-lisp/shadow.el (list-load-path-shadows):
9038 No longer necessary to check for duplicate simple.el, since
9039 2012-07-07 change to init_lread to not include installation lisp
9040 directories in load-path when running uninstalled. (Bug#14270)
9041
9042 2013-04-26 Leo Liu <sdl.web@gmail.com>
9043
9044 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9045 (octave-mode, inferior-octave-mode): Use setq-local.
9046 (octave-not-in-string-or-comment-p): Rename to
9047 octave-in-string-or-comment-p.
9048 (octave-in-comment-p, octave-in-string-p)
9049 (octave-in-string-or-comment-p): Replace defsubst with defun.
9050
9051 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
9052
9053 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9054
9055 2013-04-25 Bastien Guerry <bzg@gnu.org>
9056
9057 * textmodes/remember.el (remember-data-directory)
9058 (remember-directory-file-name-format): Fix custom types.
9059
9060 2013-04-25 Leo Liu <sdl.web@gmail.com>
9061
9062 * progmodes/octave.el (octave-completion-at-point-function):
9063 Make use of inferior octave process.
9064 (octave-initialize-completions): Remove.
9065 (inferior-octave-completion-table): New function.
9066 (inferior-octave-completion-at-point): Use it.
9067 (octave-completion-alist): Remove.
9068
9069 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * progmodes/opascal.el: Use font-lock and syntax-propertize.
9072 (opascal-mode-syntax-table): New var.
9073 (opascal-literal-kind, opascal-is-literal-end)
9074 (opascal-literal-token-at): Rewrite.
9075 (opascal--literal-start-re, opascal-font-lock-keywords)
9076 (opascal--syntax-propertize): New constants.
9077 (opascal-font-lock-defaults): Adjust.
9078 (opascal-mode): Use them. Set comment-<foo> variables as well.
9079 (delphi-comment-face, opascal-comment-face, delphi-string-face)
9080 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9081 (delphi-other-face, opascal-other-face): Remove face variables.
9082 (opascal-save-state): Remove macro.
9083 (opascal-fontifying-progress-step): Remove constant.
9084 (opascal--ignore-changes): Remove var.
9085 (opascal-set-token-property, opascal-parse-next-literal)
9086 (opascal-is-stable-literal, opascal-complete-literal)
9087 (opascal-is-literal-start, opascal-face-of)
9088 (opascal-parse-region, opascal-parse-region-until-stable)
9089 (opascal-fontify-region, opascal-after-change)
9090 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9091 (opascal-debug-parse-region, opascal-debug-parse-window)
9092 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9093 (opascal-debug-fontify-buffer): Remove.
9094 (opascal-debug-mode-map): Adjust accordingly.
9095
9096 2013-04-25 Leo Liu <sdl.web@gmail.com>
9097
9098 Merge octave-mod.el and octave-inf.el into octave.el with some
9099 cleanups.
9100 * progmodes/octave.el: New file renamed from octave-mod.el.
9101 * progmodes/octave-inf.el: Merged into octave.el.
9102 * progmodes/octave-mod.el: Renamed to octave.el.
9103
9104 2013-04-25 Tassilo Horn <tsdh@gnu.org>
9105
9106 * textmodes/reftex-vars.el
9107 (reftex-label-ignored-macros-and-environments): New defcustom.
9108
9109 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9110
9111 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9114 (smie-indent-keyword): Improve the check to ensure that the next
9115 comment is really on the same line.
9116 (smie-indent-comment): Don't align with a subsequent closer (or eob).
9117
9118 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9119 semi-colons if the line is not otherwise empty (bug#14218).
9120
9121 2013-04-25 Glenn Morris <rgm@gnu.org>
9122
9123 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9124
9125 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * progmodes/opascal.el (opascal-set-token-property): Rename from
9128 opascal-set-text-properties and only set `token' (bug#14134).
9129 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9130 (opascal-literal-text-properties): Remove.
9131 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9132 Adjust callers.
9133
9134 2013-04-24 Reuben Thomas <rrt@sc3d.org>
9135
9136 * textmodes/remember.el (remember-handler-functions): Add an
9137 option for a new handler `remember-store-in-files'.
9138 (remember-data-directory, remember-directory-file-name-format):
9139 New options.
9140 (remember-store-in-files): New function to store remember notes
9141 as separate files within a directory.
9142
9143 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
9144
9145 * progmodes/compile.el (compilation-next-error-function):
9146 Pass "formats" to compilation-find-file (bug#11777).
9147
9148 2013-04-24 Glenn Morris <rgm@gnu.org>
9149
9150 * vc/vc-bzr.el (vc-bzr-print-log):
9151 * vc/vc-hg.el (vc-hg-print-log):
9152 * vc/vc-svn.el (vc-svn-print-log):
9153 Fix START-REVISION with LIMIT != 1. (Bug#14168)
9154
9155 * vc/vc-bzr.el (vc-bzr-print-log):
9156 * vc/vc-cvs.el (vc-cvs-print-log):
9157 * vc/vc-git.el (vc-git-print-log):
9158 * vc/vc-hg.el (vc-hg-print-log):
9159 * vc/vc-mtn.el (vc-mtn-print-log):
9160 * vc/vc-rcs.el (vc-rcs-print-log):
9161 * vc/vc-sccs.el (vc-sccs-print-log):
9162 * vc/vc-svn.el (vc-svn-print-log):
9163 * vc/vc.el (vc-print-log-internal): Doc fixes.
9164
9165 2013-04-23 Glenn Morris <rgm@gnu.org>
9166
9167 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9168 Remove venerable code attempting to avoid substitute-command-keys.
9169
9170 2013-04-23 Tassilo Horn <tsdh@gnu.org>
9171
9172 * textmodes/reftex-vars.el (reftex-label-regexps):
9173 Call `reftex-compile-variables' after changes to this variable.
9174
9175 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9178 Use lexical-binding.
9179 (jit-lock-force-redisplay): Use markers, check buffer's continued
9180 existence and beware narrowed buffers.
9181 (jit-lock-fontify-now): Adjust call accordingly.
9182
9183 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9186 to avoid misleading the user.
9187
9188 2013-04-22 Leo Liu <sdl.web@gmail.com>
9189
9190 * info-look.el: Prefer latex2e.info. (Bug#14240)
9191
9192 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9193
9194 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9195
9196 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9197 * net/tramp.el (tramp-call-process): ... here.
9198 (tramp-set-completion-function, tramp-parse-putty):
9199 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9200 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9201 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9202 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9203 (tramp-call-local-coding-command): Use `tramp-call-process'
9204 instead of `tramp-compat-call-process'.
9205
9206 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9207 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9208 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9209 (tramp-find-inline-compress): Improve traces.
9210 (tramp-maybe-send-script): Check for Perl binary.
9211 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9212
9213 2013-04-22 Daiki Ueno <ueno@gnu.org>
9214
9215 * epg.el (epg-context-pinentry-mode): New function.
9216 (epg-context-set-pinentry-mode): New function.
9217 (epg--start): Pass --pinentry-mode option to gpg command.
9218
9219 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9220
9221 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9222 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9223 `completion-at-point'. (Bug#13774)
9224
9225 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9226 default key binding for `describe-distribution' has been moved to
9227 `C-h C-o'. (Bug#13970)
9228
9229 2013-04-21 Glenn Morris <rgm@gnu.org>
9230
9231 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9232 Add doc strings.
9233 (vc-print-log): Clarify interactive prompt.
9234
9235 2013-04-20 Glenn Morris <rgm@gnu.org>
9236
9237 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9238 No longer include timestamp etc information.
9239
9240 2013-04-20 Roland Winkler <winkler@gnu.org>
9241
9242 * faces.el (read-face-name): Bug fix, return just one face if arg
9243 multiple is nil. (Bug#14209)
9244
9245 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9246
9247 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9248 (remove-function): Autoload.
9249
9250 * comint.el (comint-redirect-original-filter-function): Remove.
9251 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9252 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9253 (vc-cvs-annotate-command):
9254 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9255 * progmodes/prolog.el (prolog-consult-compile):
9256 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9257 Use add/remove-function instead.
9258 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9259 (gud-tooltip-process-output, gud-tooltip-tips):
9260 Use add/remove-function instead.
9261 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9262 (scheme-interaction-mode, exit-scheme-interaction-mode):
9263 Use add/remove-function instead.
9264
9265 * vc/vc-dispatcher.el: Use lexical-binding.
9266 (vc--process-sentinel): Rename from vc-process-sentinel.
9267 Change last arg to be the code to run. Don't use vc-previous-sentinel
9268 and vc-sentinel-commands any more.
9269 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9270 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9271
9272 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9273
9274 * progmodes/sh-script.el (sh-imenu-generic-expression):
9275 Handle function names with a single character. (Bug#14111)
9276
9277 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9278
9279 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9280 for subroutines defined in an eval (bug#14182).
9281
9282 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9283
9284 * bookmark.el (bookmark-completing-read): Improve handling of empty
9285 string (bug#14176).
9286
9287 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9290
9291 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9292
9293 New faster Imenu implementation (bug#14058).
9294 * progmodes/python.el:
9295 (python-imenu-prev-index-position):
9296 (python-imenu-format-item-label-function)
9297 (python-imenu-format-parent-item-label-function)
9298 (python-imenu-format-parent-item-jump-label-function):
9299 New vars.
9300 (python-imenu-format-item-label)
9301 (python-imenu-format-parent-item-label)
9302 (python-imenu-format-parent-item-jump-label)
9303 (python-imenu--put-parent, python-imenu--build-tree)
9304 (python-imenu-create-index, python-imenu-create-flat-index)
9305 (python-util-popn): New functions.
9306 (python-mode): Set imenu-create-index-function to
9307 python-imenu-create-index.
9308
9309 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9310
9311 * winner.el (winner-active-region): Use region-active-p, activate-mark
9312 and deactivate-mark (bug#14225).
9313
9314 * simple.el (deactivate-mark): Don't inline it.
9315
9316 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9317
9318 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9319
9320 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9321
9322 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9323 file extensions from the archive-mode entry in order to prefer
9324 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9325
9326 2013-04-18 Leo Liu <sdl.web@gmail.com>
9327
9328 * bindings.el (help-event-list): Add ?\?.
9329
9330 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 * subr.el (with-wrapper-hook): Declare obsolete.
9333 * simple.el (filter-buffer-substring-function): New hook.
9334 (filter-buffer-substring): Use it.
9335 (filter-buffer-substring-functions): Mark obsolete.
9336 * minibuffer.el (completion-in-region-function): New hook.
9337 (completion-in-region): Use it.
9338 (completion-in-region-functions): Mark obsolete.
9339 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9340 * abbrev.el (abbrev-expand-function): New hook.
9341 (expand-abbrev): Use it.
9342 (abbrev-expand-functions): Mark obsolete.
9343 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9344 and :filter-return.
9345
9346 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9347
9348 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9349 and do not care about match data.
9350
9351 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9354 completion tables when completing error conditions and
9355 `declare' arguments.
9356 (lisp-complete-symbol, field-complete): Mark as obsolete.
9357 (check-parens): Unmatched parens are user errors.
9358 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9359
9360 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9361
9362 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9363 command changed buffer (ie. `flyspell-pre-buffer' is not current
9364 buffer), which prevents making decisions based on invalid value of
9365 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9366 cause an error when `flyspell-pre-point' was nil after switching
9367 buffers.
9368 (flyspell-post-command-hook): No longer needs to change buffers when
9369 checking pre-word. While at it remove unnecessary progn.
9370
9371 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9372
9373 * textmodes/ispell.el (ispell-add-per-file-word-list):
9374 Fix `flyspell-correct-word-before-point' error when accepting
9375 words and `coment-padding' is an integer by using
9376 `comment-normalize-vars' (Bug #14214).
9377
9378 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9379
9380 New defun movement commands.
9381 * progmodes/python.el (python-nav--syntactically)
9382 (python-nav--forward-defun, python-nav-backward-defun)
9383 (python-nav-forward-defun): New functions.
9384
9385 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9386
9387 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9388 (python-syntax-context): Use named compiler-macro for backwards
9389 compatibility with Emacs 24.x.
9390
9391 2013-04-17 Leo Liu <sdl.web@gmail.com>
9392
9393 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9394 octave-hide-process-buffer.
9395
9396 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9399 (bug#14216).
9400
9401 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9402
9403 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9404 Fix adjustment of offset when receiving incomplete responses from GDB
9405 (bug#14129).
9406
9407 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9410 python-mode-abbrev-table.
9411 (python-skeleton-define): Adjust accordingly.
9412 (python-mode-abbrev-table): New table that inherits from it so that
9413 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9414
9415 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9416 (abbrev-symbol): Use it.
9417 (abbrev--before-point): Use it since we already handle inheritance.
9418
9419 2013-04-16 Leo Liu <sdl.web@gmail.com>
9420
9421 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9422 binding to info-lookup-symbol.
9423
9424 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
9425
9426 * minibuffer.el (completion--twq-all):
9427 * term/ns-win.el (ns-initialize-window-system):
9428 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9429
9430 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9433 global bindings.
9434
9435 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9436
9437 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9438
9439 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9440 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9441 to nil.
9442 (ruby-end-of-defun): Remove the unused arg, change the docstring
9443 to reflect that this function is only used as the value of
9444 `end-of-defun-function'.
9445 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9446 to reflect an earlier change that beginning/end-of-defun functions
9447 jump between methods in a class definition, as well as top-level
9448 functions.
9449
9450 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * minibuffer.el (minibuffer-complete): Don't just scroll
9453 a *Completions* that's been iconified.
9454 (minibuffer-force-complete): Make sure repetitions do cycle when going
9455 through completion-in-region -> minibuffer-complete.
9456
9457 2013-04-15 Alan Mackenzie <acm@muc.de>
9458
9459 Correct the placement of c-cpp-delimiters when there're #s not at
9460 col 0.
9461
9462 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9463 place a submatch around the #.
9464 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9465 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
9466 on the #, not BOL.
9467
9468 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9471 (advice--member-p): New arg `name'.
9472 (advice--add-function, advice-member-p): Use it (bug#14202).
9473
9474 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9475
9476 Reformulate java imenu-generic-expression.
9477 The old expression contained ill formed regexps.
9478
9479 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9480 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9481 (cc-imenu-java-method-arg-regexp): New defconsts.
9482 (cc-imenu-java-build-type-args-regex): New defun.
9483 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9484 handling of spaces in the regexp.
9485
9486 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9487
9488 * textmodes/ispell.el (ispell-command-loop): Remove
9489 flyspell highlight of a word when ispell accepts it (bug #14178).
9490
9491 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
9492
9493 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9494 uses code from the previous `ange-ftp-run-real-handler'.
9495 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9496 only in case that function exist. This is needed for proper
9497 unloading of Tramp.
9498
9499 2013-04-15 Tassilo Horn <tsdh@gnu.org>
9500
9501 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9502
9503 * textmodes/reftex.el (reftex-compile-variables): Use it.
9504
9505 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9506
9507 * files.el (normal-mode): Only use default major-mode if no other mode
9508 was specified.
9509
9510 * emacs-lisp/trace.el (trace-values): New function.
9511
9512 * files.el: Allow : in local variables (bug#14089).
9513 (hack-local-variable-regexp): New var.
9514 (hack-local-variables-prop-line, hack-local-variables): Use it.
9515
9516 2013-04-13 Roland Winkler <winkler@gnu.org>
9517
9518 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9519 data before it gets modified by bibtex-beginning-of-entry.
9520
9521 2013-04-13 Roland Winkler <winkler@gnu.org>
9522
9523 * textmodes/bibtex.el (bibtex-url): Doc fix.
9524
9525 2013-04-13 Roland Winkler <winkler@gnu.org>
9526
9527 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9528 does not visit a BibTeX file, exclude it from the list of buffers
9529 returned by bibtex-initialize.
9530
9531 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
9532
9533 * window.el (split-window): Remove interactive form, since as a
9534 command this function is a special case of split-window-below.
9535 Correct doc string.
9536
9537 2013-04-12 Roland Winkler <winkler@gnu.org>
9538
9539 * faces.el (read-face-name): Do not override value of arg default.
9540 Allow single faces and strings as default values. Remove those
9541 elements from return value that are not faces.
9542 (describe-face): Simplify.
9543 (face-at-point): New optional args thing and multiple so that this
9544 function can provide the same functionality previously provided by
9545 read-face-name.
9546 (make-face-bold, make-face-unbold, make-face-italic)
9547 (make-face-unitalic, make-face-bold-italic, invert-face)
9548 (modify-face, read-face-and-attribute): Use face-at-point.
9549
9550 * cus-edit.el (customize-face, customize-face-other-window)
9551 * cus-theme.el (custom-theme-add-face)
9552 * face-remap.el (buffer-face-set)
9553 * facemenu.el (facemenu-set-face): Use face-at-point.
9554
9555 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
9556
9557 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9558
9559 2013-04-10 Tassilo Horn <tsdh@gnu.org>
9560
9561 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9562 off leading { and trailing } from field values.
9563
9564 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * emacs-lisp/timer.el (timer--check): New function.
9567 (timer--time, timer-set-function, timer-event-handler): Use it.
9568 (timer-set-idle-time): Simplify.
9569 (timer--activate): CSE.
9570 (timer-event-handler): Give more info in error message.
9571 (internal-timer-start-idle): New function, moved from C.
9572
9573 * mpc.el (mpc-proc): Add `restart' argument.
9574 (mpc-proc-cmd): Use it.
9575 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9576 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9577 less often.
9578
9579 2013-04-10 Masatake YAMATO <yamato@redhat.com>
9580
9581 * progmodes/sh-script.el: Implement `sh-mode' own
9582 `add-log-current-defun-function' (bug#14112).
9583 (sh-current-defun-name): New function.
9584 (sh-mode): Use the function.
9585
9586 2013-04-09 Bastien Guerry <bzg@gnu.org>
9587
9588 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9589
9590 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9593
9594 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9595 timer (bug#14156).
9596
9597 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9598
9599 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9600 declaration.
9601
9602 2013-04-07 Leo Liu <sdl.web@gmail.com>
9603
9604 * pcmpl-x.el: New file.
9605
9606 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9607
9608 Do not set x-display-name until X connection is established.
9609 This is needed to prevent from weird situation described at
9610 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9611 * frame.el (make-frame): Set x-display-name after call to
9612 window system initialization function, not before.
9613 * term/x-win.el (x-initialize-window-system): Add optional
9614 display argument and use it.
9615 * term/w32-win.el (w32-initialize-window-system):
9616 * term/ns-win.el (ns-initialize-window-system):
9617 * term/pc-win.el (msdos-initialize-window-system):
9618 Add compatible optional display argument.
9619
9620 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9621
9622 * files.el (normal-backup-enable-predicate): On MS-Windows and
9623 MS-DOS compare truenames of temporary-file-directory and of the
9624 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9625 don't fail comparison by compare-strings. Also, compare file
9626 names case-insensitively on MS-Windows and MS-DOS.
9627
9628 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9629
9630 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9631 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9632
9633 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9634
9635 * whitespace.el (whitespace-color-on, whitespace-color-off):
9636 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9637
9638 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
9639
9640 * ispell.el (ispell-set-spellchecker-params):
9641 Really set `ispell-args' for all equivs.
9642
9643 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9644
9645 * ido.el (ido-completions): Use extra elements of ido-decorations
9646 (bug#14143).
9647 (ido-decorations): Update docstring.
9648
9649 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
9650
9651 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9652 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9653 nil during initialization, in order not to miss changes since the
9654 file was opened. (Bug#14140)
9655
9656 2013-04-05 Leo Liu <sdl.web@gmail.com>
9657
9658 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9659
9660 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9661
9662 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9663
9664 2013-04-04 Glenn Morris <rgm@gnu.org>
9665
9666 * electric.el (electric-pair-inhibit-predicate): Add :version.
9667
9668 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9671 when a package is required several times (bug#14082).
9672
9673 2013-04-04 Roland Winkler <winkler@gnu.org>
9674
9675 * faces.el (read-face-name): Behave as promised by the docstring.
9676 Assume that arg default is a list of faces.
9677 (describe-face): Call read-face-name with list of default faces.
9678
9679 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9680
9681 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9682 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9683 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9684 the header.
9685 (bookmark-exit-hook-internal): Save even if list is empty.
9686
9687 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9688
9689 * emacs-lisp/package.el (package-pinned-packages): New var.
9690 (package--add-to-archive-contents): Obey it (bug#14118).
9691
9692 2013-04-03 Alan Mackenzie <acm@muc.de>
9693
9694 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9695 Also adapt to the new values of element 7 of a parse state.
9696
9697 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9698 parameter `not-in-delimiter'. Handle being inside comment opener.
9699 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9700 character in case we're typing a '*' after a '/'.
9701 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9702 instead by passing the parameter to c-state-pp-to-literal.
9703
9704 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9705 for elt. 7 of a parse state.
9706
9707 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9708
9709 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9710 * international/latin1-disp.el, international/mule-util.el:
9711 * language/cyril-util.el, language/european.el, language/ind-util.el:
9712 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9713 * language/tibetan.el, language/viet-util.el:
9714 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9715
9716 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9719 (electric-pair-post-self-insert-function): Use it.
9720 (electric-pair-default-inhibit): New function, extracted from
9721 electric-pair-post-self-insert-function.
9722
9723 2013-03-31 Roland Winkler <winkler@gnu.org>
9724
9725 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9726
9727 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9730
9731 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
9732
9733 Un-indent after "pass" and "return" statements (Bug#13888)
9734 * progmodes/python.el (python-indent-block-enders): New var.
9735 (python-indent-calculate-indentation): Use it.
9736
9737 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
9738
9739 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9740 defun. Defining it as defalias could introduce too eager
9741 byte-compiler optimization. (Bug#14030)
9742
9743 2013-03-30 Chong Yidong <cyd@gnu.org>
9744
9745 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9746
9747 2013-03-30 Leo Liu <sdl.web@gmail.com>
9748
9749 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9750 (kmacro-execute-from-register): Pass the keyboard macro to
9751 kmacro-call-macro or repeating won't work correctly.
9752
9753 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9754
9755 * progmodes/subword.el: Back to using `forward-symbol'.
9756
9757 * subr.el (forward-whitespace, forward-symbol)
9758 (forward-same-syntax): Move from thingatpt.el.
9759
9760 2013-03-29 Leo Liu <sdl.web@gmail.com>
9761
9762 * kmacro.el (kmacro-to-register): New command.
9763 (kmacro-execute-from-register): New function.
9764 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9765
9766 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9767
9768 * mpc.el: Use defvar-local and setq-local.
9769 (mpc--proc-connect): Connection failures are not bugs.
9770 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9771 (mpc-volume-map): Bind to the up-events.
9772
9773 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9774
9775 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9776 instead of `forward-symbol'.
9777
9778 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9781 (edebug--recursive-edit): Use it.
9782 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9783 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9784
9785 2013-03-28 Leo Liu <sdl.web@gmail.com>
9786
9787 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9788
9789 2013-03-27 Eli Zaretskii <eliz@gnu.org>
9790
9791 * facemenu.el (list-colors-callback): New defvar.
9792 (list-colors-redisplay): New function.
9793 (list-colors-display): Install list-colors-redisplay as the
9794 revert-buffer-function. (Bug#14063)
9795
9796 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9797
9798 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9799 and suffixes don't overlap (bug#14061).
9800
9801 * case-table.el: Use lexical-binding.
9802 (case-table-get-table): New function.
9803 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9804
9805 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9806
9807 * progmodes/subword.el: Add `superword-mode' to do word motion
9808 over symbol_words (parallels and leverages `subword-mode' which
9809 does word motion inside MixedCaseWords).
9810
9811 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9812
9813 * eshell/em-unix.el: Move su and sudo to...
9814 * eshell/em-tramp.el: ...Eshell tramp module.
9815
9816 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9819 Change return value to be a sexp. Delay `get-buffer' to after
9820 restoring the desktop (bug#13951).
9821
9822 2013-03-26 Leo Liu <sdl.web@gmail.com>
9823
9824 * register.el: Move semantic tag handling back to
9825 cedet/semantic/senator.el. (Bug#14052)
9826
9827 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9830 into the prompt either (bug#13963).
9831
9832 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9833
9834 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9835 part of "(error-foo)".
9836
9837 2013-03-24 Juri Linkov <juri@jurta.org>
9838
9839 * replace.el (list-matching-lines-prefix-face): New defcustom.
9840 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9841 `occur-engine' if `face-differs-from-default-p' returns t.
9842 (occur-engine): Add `,' inside backquote construct to evaluate
9843 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9844 Pass `prefix-face' to the functions `occur-context-lines' and
9845 `occur-engine-add-prefix'.
9846 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9847 `prefix-face' and propertize the prefix with `prefix-face'.
9848 (Bug#14017)
9849
9850 2013-03-24 Leo Liu <sdl.web@gmail.com>
9851
9852 * nxml/rng-valid.el (rng-validate-while-idle)
9853 (rng-validate-quick-while-idle): Guard against deleted buffer.
9854 (Bug#13999)
9855
9856 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9857 is the last entry in kill-buffer-hook.
9858
9859 * files.el (kill-buffer-hook): Doc fix.
9860
9861 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9862
9863 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9864 Make it safe-local.
9865
9866 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9867
9868 2013-03-23 Leo Liu <sdl.web@gmail.com>
9869
9870 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9871 Remove.
9872
9873 * nxml/rng-valid.el (rng-validate-mode)
9874 (rng-after-change-function, rng-do-some-validation):
9875 * nxml/rng-maint.el (rng-validate-buffer):
9876 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9877 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9878 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9879 (nxml-extend-after-change-region): Use with-silent-modifications.
9880
9881 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9882 timer-idle-list.
9883
9884 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9885 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9886 timer-idle-list. (Bug#13999)
9887
9888 2013-03-23 Juri Linkov <juri@jurta.org>
9889
9890 * info.el (info-index-match): New face.
9891 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9892 main pattern and add text properties with the new face to matches
9893 in index entries relative to the beginning of the index entry.
9894 (Bug#14015)
9895
9896 2013-03-21 Eric Ludlam <zappo@gnu.org>
9897
9898 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9899 Inhibit read only while inserting objects.
9900
9901 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9902
9903 * progmodes/cfengine.el: Update docs to mention
9904 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9905 symbol motion. Remove "_" from the word syntax.
9906
9907 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9908
9909 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9910 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9911
9912 2013-03-20 Juri Linkov <juri@jurta.org>
9913
9914 * info.el (Info-next-reference-or-link)
9915 (Info-prev-reference-or-link): New functions.
9916 (Info-next-reference, Info-prev-reference): Use them.
9917 (Info-try-follow-nearest-node): Handle footnote navigation.
9918 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9919
9920 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9923 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9924
9925 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9926
9927 Suppress unnecessary non-ASCII chatter during build process.
9928 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9929 (batch-skkdic-convert): Suppress most of the chatter.
9930 It's not needed so much now that machines are faster,
9931 and its non-ASCII component was confusing; see Dmitry Gutov in
9932 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9933
9934 2013-03-20 Leo Liu <sdl.web@gmail.com>
9935
9936 * ido.el (ido-chop): Fix bug#10994.
9937
9938 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9939
9940 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9941 Remove vars.
9942 (whitespace-color-on, whitespace-color-off):
9943 Use `font-lock-fontify-buffer' (Bug#13817).
9944
9945 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9948 remapping in mode-line.
9949 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9950
9951 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9952
9953 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9954 value for `whitespace-line' face (Bug#13875).
9955 (whitespace-font-lock-keywords): Change description.
9956 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9957 the constructed keywords instead.
9958 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
9959
9960 2013-03-19 Leo Liu <sdl.web@gmail.com>
9961
9962 * progmodes/compile.el (compilation-display-error): New command.
9963 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9964 C-o. (Bug#13992)
9965
9966 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9967
9968 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9969
9970 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9971
9972 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9973
9974 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
9975
9976 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9977
9978 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9979 * net/tramp-gvfs.el (top):
9980 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9981 (tramp-handle-shell-command): Use it.
9982 (tramp-dissect-file-name): Raise an error when hostname is a
9983 method name, and neither method nor user is specified.
9984
9985 * net/trampver.el: Update release number.
9986
9987 2013-03-18 Leo Liu <sdl.web@gmail.com>
9988
9989 Make sure eldoc can be turned off properly.
9990 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9991 eldoc-mode.
9992 (eldoc-display-message-p): Revert last change.
9993 (eldoc-display-message-no-interference-p)
9994 (eldoc-print-current-symbol-info): Tweak.
9995
9996 2013-03-18 Tassilo Horn <tsdh@gnu.org>
9997
9998 * doc-view.el (doc-view-new-window-function): Check the new window
9999 overlay's display property instead the char property of the
10000 buffer's first char. Use `with-selected-window' instead of
10001 `save-window-excursion' with `select-window'.
10002 (doc-view-document->bitmap): Check the current doc-view overlay's
10003 display property instead the char property of the buffer's first char.
10004
10005 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10006
10007 Automate the build of ja-dic.el (Bug#13984).
10008 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10009 from the input, rather than assume that it's been done for us by the
10010 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
10011 the current date into a ja-dic.el comment, as that complicates
10012 regression testing.
10013
10014 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * whitespace.el: Fix double evaluation.
10017 (whitespace-space, whitespace-hspace, whitespace-tab)
10018 (whitespace-newline, whitespace-trailing, whitespace-line)
10019 (whitespace-space-before-tab, whitespace-indentation)
10020 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10021 obsolete defvars.
10022 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10023 (whitespace-color-on): Use a single font-lock-add-keywords call.
10024 Fix double-evaluation of face variables.
10025
10026 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
10027
10028 * net/tramp-adb.el (tramp-adb-parse-device-names):
10029 Use `start-process' instead of `call-process'. Otherwise, the
10030 function might be blocked under MS Windows. (Bug#13299)
10031
10032 2013-03-17 Leo Liu <sdl.web@gmail.com>
10033
10034 Extend eldoc to display info in the mode-line. (Bug#13978)
10035 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10036 (eldoc-mode-line-string): New variable.
10037 (eldoc-minibuffer-message): New function.
10038 (eldoc-message-function): New variable.
10039 (eldoc-message): Use it.
10040 (eldoc-display-message-p)
10041 (eldoc-display-message-no-interference-p):
10042 Support eldoc-post-insert-mode.
10043
10044 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10045 (eval-expression): Run it.
10046
10047 2013-03-17 Roland Winkler <winkler@gnu.org>
10048
10049 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10050 strings in the list of return values.
10051
10052 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10053
10054 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10055 radix before checking for HMS forms.
10056
10057 2013-03-16 Leo Liu <sdl.web@gmail.com>
10058
10059 * progmodes/scheme.el: Add indentation and font-locking for λ.
10060 (Bug#13975)
10061
10062 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10065 token before point (bug#13942).
10066
10067 2013-03-16 Leo Liu <sdl.web@gmail.com>
10068
10069 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
10070
10071 2013-03-16 Eli Zaretskii <eliz@gnu.org>
10072
10073 * startup.el (command-line-normalize-file-name): Fix handling of
10074 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
10075 <xfq.free@gmail.com> in
10076 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10077
10078 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
10079
10080 Sync with Tramp 2.2.7.
10081
10082 * net/trampver.el: Update release number.
10083
10084 2013-03-14 Tassilo Horn <tsdh@gnu.org>
10085
10086 * doc-view.el: Fix bug#13887.
10087 (doc-view-insert-image): Don't modify overlay associated to
10088 non-live windows, and implement horizontal centering of image in
10089 case it's smaller than the window.
10090 (doc-view-new-window-function): Force redisplay of new windows on
10091 doc-view buffers.
10092
10093 2013-03-13 Karl Fogel <kfogel@red-bean.com>
10094
10095 * saveplace.el (save-place-alist-to-file): Don't sort
10096 `save-place-alist', just pretty-print it (bug#13882).
10097
10098 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
10099
10100 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10101 Check whether `default-file-name-coding-system' is bound.
10102 It isn't in XEmacs.
10103
10104 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10107 backquotes for `obsolete' (bug#13929).
10108
10109 * international/mule.el (find-auto-coding): Include file name in
10110 obsolescence warning (bug#13922).
10111
10112 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
10113
10114 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10115 for CFEngine 3-specific indentation.
10116 (cfengine3-indent-line): Use it. Fix up category regex.
10117 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10118
10119 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * type-break.el (type-break-file-name):
10122 * textmodes/remember.el (remember-data-file):
10123 * strokes.el (strokes-file):
10124 * shadowfile.el (shadow-initialize):
10125 * saveplace.el (save-place-file):
10126 * ps-bdf.el (bdf-cache-file):
10127 * progmodes/idlwave.el (idlwave-config-directory):
10128 * net/quickurl.el (quickurl-url-file):
10129 * international/kkc.el (kkc-init-file-name):
10130 * ido.el (ido-save-directory-list-file):
10131 * emulation/viper.el (viper-custom-file-name):
10132 * emulation/vip.el (vip-startup-file):
10133 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10134 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10135
10136 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
10137
10138 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10139 * language/thai-word.el: Switch to UTF-8.
10140
10141 See ChangeLog.16 for earlier changes.
10142
10143 ;; Local Variables:
10144 ;; coding: utf-8
10145 ;; End:
10146
10147 Copyright (C) 2011-2013 Free Software Foundation, Inc.
10148
10149 This file is part of GNU Emacs.
10150
10151 GNU Emacs is free software: you can redistribute it and/or modify
10152 it under the terms of the GNU General Public License as published by
10153 the Free Software Foundation, either version 3 of the License, or
10154 (at your option) any later version.
10155
10156 GNU Emacs is distributed in the hope that it will be useful,
10157 but WITHOUT ANY WARRANTY; without even the implied warranty of
10158 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10159 GNU General Public License for more details.
10160
10161 You should have received a copy of the GNU General Public License
10162 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.