* lisp/emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4
5 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
6 to `delete' (bug#16109).
7
8 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9
10 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
11 info manual and show keybindings and set `:group' keyword.
12
13 2013-12-11 Juri Linkov <juri@jurta.org>
14
15 * delsel.el (delete-active-region): Let-bind `this-command'
16 to prevent `kill-region' from changing its original value.
17 (delete-selection-helper): Handle `overwrite-mode' for the type
18 `kill' exactly the same way as for the type `t'.
19 (insert-char, quoted-insert, reindent-then-newline-and-indent):
20 Support more commands. (Bug#13312)
21
22 2013-12-11 Juri Linkov <juri@jurta.org>
23
24 * bindings.el: Map kp keys to non-kp keys systematically
25 with basic modifiers control, meta and shift. (Bug#14397)
26
27 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> (tiny change)
28
29 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
30 "Close browser" menu items. Fix wrong function of "List
31 bookmarks".
32
33 2013-12-11 Juri Linkov <juri@jurta.org>
34
35 * misearch.el (multi-isearch-buffers): Set the value of
36 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
37 arg of isearch-forward to t.
38 (multi-isearch-buffers-regexp): Set the value of
39 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
40 arg of isearch-forward-regexp to t.
41 (multi-isearch-files): Set the value of
42 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
43 arg of isearch-forward to t.
44 (multi-isearch-files-regexp): Set the value of
45 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
46 arg of isearch-forward-regexp to t. (Bug#16035)
47
48 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
49 arg of isearch-forward to t.
50 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
51 arg of isearch-forward-regexp to t.
52 (dired-isearch-filter-filenames): Remove unnecessary check for
53 `dired-isearch-filenames'.
54
55 * comint.el (comint-history-isearch-backward):
56 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
57 (comint-history-isearch-backward-regexp):
58 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
59
60 2013-12-10 Eli Zaretskii <eliz@gnu.org>
61
62 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
63 unmsys--file-name. (Bug#16099)
64
65 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
66
67 * emacs-lisp/package.el (package-keyword-button-action): Remove
68 finder.el require dependency.
69
70 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
71
72 * emacs-lisp/package.el: Require finder.el.
73 (describe-package-1): Add keyword buttons.
74 (package-make-button): New convenience function.
75 (package-keyword-button-action): Keyword button action using
76 `finder-list-matches'
77
78 2013-12-09 Eli Zaretskii <eliz@gnu.org>
79
80 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
81 last commit.
82
83 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
84
85 * autorevert.el (auto-revert-notify-add-watch): Do not handle
86 symlinked files.
87
88 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
89
90 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
91 after the end of a percent literal.
92
93 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
94
95 * progmodes/ruby-mode.el (ruby-forward-string): Document. Handle
96 caret-delimited strings (Bug#16079).
97
98 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
99
100 * progmodes/ruby-mode.el (ruby-accurate-end-of-block): When
101 `ruby-use-smie' is t, use `smie-forward-sexp' instead of
102 `ruby-parse-partial' (Bug#16078).
103
104 2013-12-09 Leo Liu <sdl.web@gmail.com>
105
106 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
107
108 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
109
110 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
111 (js-switch-indent-offset): New option.
112 (js--proper-indentation): Use it. And handle the case when
113 "default" is actually a key in an object literal.
114 (js--same-line): New function.
115 (js--multi-line-declaration-indentation): Use it.
116 (js--indent-in-array-comp, js--array-comp-indentation): New
117 functions.
118 (js--proper-indentation): Use them, to handle array comprehension
119 continuations.
120
121 2013-12-08 Leo Liu <sdl.web@gmail.com>
122
123 * progmodes/flymake.el (flymake-highlight-line): Re-write.
124 (flymake-make-overlay): Remove arg MOUSE-FACE.
125 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
126
127 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
130 New function.
131 (redisplay-highlight-region-function): Use it.
132
133 * emulation/cua-base.el (cua--explicit-region-start)
134 (cua--last-region-shifted): Remove.
135 (cua--deactivate): Use deactivate-mark.
136 (cua--pre-command-handler-1): Don't handle shift-selection.
137 (cua--post-command-handler-1): Don't change transient-mark-mode.
138 (cua--select-keymaps): Use region-active-p rather than
139 cua--explicit-region-start or cua--last-region-shifted.
140 (cua-mode): Enable shift-select-mode.
141
142 2013-12-08 Leo Liu <sdl.web@gmail.com>
143
144 * progmodes/flymake.el (flymake-popup-current-error-menu):
145 Rename from flymake-display-err-menu-for-current-line. Reimplement.
146 (flymake-posn-at-point-as-event, flymake-popup-menu)
147 (flymake-make-emacs-menu): Remove. (Bug#16077)
148
149 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * rect.el (rectangle-mark-mode): Activate mark even if
152 transient-mark-mode is off (bug#16066).
153 (rectangle--highlight-for-redisplay): Fix boundary condition when point
154 is > mark and at bolp.
155
156 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
157 (region-extract-function): Use it.
158 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
159 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
160 Delete functions.
161 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
162 kill-ring-save, kill-region, delete-char, delete-forward-char.
163 Ignore self-insert-iso.
164
165 * emulation/cua-gmrk.el (cua--init-global-mark):
166 Ignore `self-insert-iso'.
167
168 * emulation/cua-base.el (cua--prefix-copy-handler)
169 (cua--prefix-cut-handler): Rely on region-extract-function rather than
170 checking cua--rectangle.
171 (cua-delete-region): Use region-extract-function.
172 (cua-replace-region): Delete function.
173 (cua-copy-region, cua-cut-region): Obey region-extract-function.
174 (cua--pre-command-handler-1): Don't do the delete-selection thing.
175 (cua--self-insert-char-p): Ignore `self-insert-iso'.
176 (cua--init-keymaps): Don't remap delete-selection commands.
177 (cua-mode): Use delete-selection-mode instead of rolling our own
178 (bug#16085).
179
180 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
181 Obey region-extract-function.
182
183 Make registers and delete-selection-mode work on rectangles.
184 * register.el (describe-register-1): Don't modify the register's value.
185 (copy-to-register): Obey region-extract-function.
186 * delsel.el (delete-active-region): Obey region-extract-function.
187
188 2013-12-08 Leo Liu <sdl.web@gmail.com>
189
190 * progmodes/flymake.el (flymake, flymake-error-bitmap)
191 (flymake-warning-bitmap, flymake-fringe-indicator-position)
192 (flymake-compilation-prevents-syntax-check)
193 (flymake-start-syntax-check-on-newline)
194 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
195 (flymake-start-syntax-check-on-find-file, flymake-log-level)
196 (flymake-xml-program, flymake-master-file-dirs)
197 (flymake-master-file-count-limit)
198 (flymake-allowed-file-name-masks): Relocate.
199 (flymake-makehash, flymake-float-time)
200 (flymake-replace-regexp-in-string, flymake-split-string)
201 (flymake-get-temp-dir): Remove.
202 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
203 (flymake-current-row, flymake-selected-frame)
204 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
205 related functions. (Bug#16077)
206
207 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
208
209 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
210
211 2013-12-07 Tassilo Horn <tsdh@gnu.org>
212
213 * help-fns.el (describe-function-1): Use new advice-* functions
214 rather than old ad-* functions. Fix function type description and
215 source links for advised functions and subrs.
216
217 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
218
219 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
220
221 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
222
223 * progmodes/compile.el (compilation-start):
224 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
225
226 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
227 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
228
229 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
230
231 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
232 Touch up the last change.
233
234 2013-12-06 Leo Liu <sdl.web@gmail.com>
235
236 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
237 (inferior-octave-startup): Always use "octave> " for prompt.
238 (octave-goto-function-definition)
239 (octave-sync-function-file-names)
240 (octave-find-definition-default-filename): Remove redundant backquotes.
241
242 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
243
244 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
245 syntax for `?'.
246 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
247 where appropriate already.
248 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
249 end of method names (Bug#15874).
250
251 2013-12-06 Juri Linkov <juri@jurta.org>
252
253 * isearch.el (isearch--saved-overriding-local-map):
254 New internal variable.
255 (isearch-mode): Set it to the initial value of
256 `overriding-terminal-local-map'.
257 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
258 with `isearch--saved-overriding-local-map'. (Bug#16035)
259
260 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
261
262 * progmodes/octave.el (inferior-octave-completion-table):
263 Turn back into function, use `completion-table-with-cache'
264 (Bug#11906). Update all references.
265
266 * minibuffer.el (completion-table-with-cache): New function.
267
268 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
269
270 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
271
272 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
273
274 * net/eww.el (eww-current-source): New variable to store page
275 source.
276 (eww-display-html, eww-mode, eww-save-history)
277 (eww-restore-history): Use it.
278 (eww-view-source): New command to view page source.
279 Opportunistically uses `html-mode' to highlight the buffer.
280 (eww-mode-map): Install it.
281
282 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
283
284 * net/dbus.el (dbus-unregister-service)
285 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
286 Fix docstring.
287 (dbus-unregister-service): Skip :serial entries in
288 `dbus-registered-objects-table'.
289 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
290
291 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
292
293 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
294 around keywords with extra `split-string' argument.
295
296 2013-12-04 Martin Rudalics <rudalics@gmx.at>
297
298 * windmove.el (windmove-other-window-loc): Handle navigation
299 between windows (excluding the minibuffer window - Bug#16017).
300
301 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
302
303 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
304 in D-Bus type syntax.
305 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
306 preserve unibyte strings. (Bug#16048)
307
308 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
311 Call force-mode-line-update is the proper buffer (bug#16042).
312
313 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
314
315 * vc/log-edit.el (log-edit-add-new-comment): Rename to
316 `log-edit-remember-comment', make argument optional. Adjust all
317 callers.
318 (log-edit-mode): Add `log-edit-remember-comment' to
319 `kill-buffer-hook' locally.
320 (log-edit-kill-buffer): Don't remember comment explicitly since
321 the buffer is killed anyway.
322
323 2013-12-04 Juri Linkov <juri@jurta.org>
324
325 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
326 add-hook and remove-hook for multi-buffer search. (Bug#16035)
327
328 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
329
330 * notifications.el (notifications-close-notification): Call the
331 D-Bus method with ID being a `:uint32'. (Bug#16030)
332
333 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
334
335 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
336
337 2013-12-03 Juri Linkov <juri@jurta.org>
338
339 * progmodes/compile.el (compilation-start): Rename window alist
340 entry `no-display-ok' to `allow-no-window'.
341
342 * simple.el (shell-command): Add window alist entry
343 `allow-no-window' to `display-buffer'.
344 (async-shell-command): Doc fix.
345
346 * window.el (display-buffer-no-window): New action function.
347 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
348
349 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
350
351 * vc/log-edit.el (log-edit-set-header): Extract from
352 `log-edit-toggle-header'.
353 (log-edit-extract-headers): Separate the summary, when extracted
354 from header, from the rest of the message with an empty line.
355
356 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
357 line, if present, to the Summary header.
358
359 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
362 in current-buffer (bug#16029).
363
364 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
365
366 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
367 (debugger-mode-map): Bind it.
368 (debugger--backtrace-base): New function.
369 (debugger-eval-expression): Use it.
370 (debugger-frame-number): Skip local vars when present.
371 (debugger--locals-visible-p, debugger--insert-locals)
372 (debugger--show-locals, debugger--hide-locals): New functions.
373
374 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
375
376 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
377 "LC_ALL".
378 (tramp-get-remote-locale): New defun.
379 (tramp-open-connection-setup-interactive-shell): Use it.
380
381 2013-12-02 Leo Liu <sdl.web@gmail.com>
382
383 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
384
385 * progmodes/sh-script.el (sh-shell-process):
386 * progmodes/octave.el (inferior-octave-process-live-p):
387 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
388 (gdb-inferior-io-sentinel):
389 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
390
391 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
392
393 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
394 `save-selected-window' to `log-edit-hide-buf'. This makes
395 `log-edit-show-files' idempotent.
396 (log-edit-show-files): Mark the new window as dedicated.
397
398 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
399
400 * vc/log-edit.el (log-edit-mode-map): Add binding for
401 `log-edit-kill-biffer'.
402 (log-edit-hide-buf): Add a FIXME comment.
403 (log-edit-add-new-comment): New function, extracted from
404 `log-edit-done'.
405 (log-edit-done, log-edit-add-to-changelog): Use it.
406 (log-edit-kill-buffer): New command.
407
408 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
409
410 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
411 instead of killing the buffer.
412
413 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
416
417 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
418
419 * net/eww.el (eww-form-checkbox-selected-symbol)
420 (eww-form-checkbox-symbol): New customizable variable.
421 (eww-form-checkbox, eww-toggle-checkbox):
422 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
423
424 * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
425 (shr--get-media-pref, shr--extract-best-source): New function.
426 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
427 no :src tag was specified.
428
429 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
430 (eww-render): Handle `eww-use-external-browser-for-content-type'.
431 Use \\` to match beginning of string instead of ^.
432 (eww-browse-with-external-browser): Provide optional URL parameter.
433 (eww-render): Set `eww-current-title' back to "".
434
435 * net/shr.el (shr-tag-video): Display content for video if no
436 poster is available.
437 (shr-tag-audio): Add support for <audio> tag.
438
439 * net/eww.el (eww-text-input-types): : New const.
440 (eww-process-text-input): Treat input types in
441 `eww-text-input-types' as text.
442
443 * net/shr.el (shr-tag-table): Fix comment typo.
444
445 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
446
447 * net/eww.el (eww-follow-link): New command to avoid reloading
448 pages when we follow #target links (bug#15243).
449 (eww-quit): Special mode buffers shouldn't query before exiting.
450
451 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
452
453 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
454 forms.
455
456 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
457
458 * net/eww.el (eww-restore-history): Update the window title after
459 moving in the history.
460 (eww-current-dom): New variable used to save the current DOM.
461
462 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
463
464 * vc/log-edit.el (log-edit-mode-map): Add binding for
465 `log-edit-beginning-of-line'.
466 (log-edit-setup-add-author): New user option.
467 (log-edit-beginning-of-line): New command.
468 (log-edit): Move major mode call above the contents setup so that
469 the local variable values are already applied.
470 (log-edit): Only insert "Author: " when
471 `log-edit-setup-add-author' is non-nil.
472 (log-edit): When SETUP is non-nil, position point after ": "
473 instead of point-min.
474
475 2013-12-01 Glenn Morris <rgm@gnu.org>
476
477 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
478
479 2013-11-30 Eli Zaretskii <eliz@gnu.org>
480
481 * startup.el (fancy-splash-frame): On MS-Windows, trigger
482 redisplay to make sure the initial frame gets a chance to become
483 visible. (Bug#16014)
484
485 2013-11-30 Martin Rudalics <rudalics@gmx.at>
486
487 Support resizing frames and windows pixelwise.
488 * cus-start.el (frame-resize-pixelwise)
489 (window-resize-pixelwise): New entries.
490 * emacs-lisp/debug.el (debug): Use window-total-height instead
491 of window-total-size.
492 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
493 * help.el (describe-bindings-internal): Call help-buffer
494 (temp-buffer-max-width): New option.
495 (resize-temp-buffer-window, help-window-setup)
496 (with-help-window): Rewrite.
497 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
498 dragging dividers.
499 * window.el (frame-char-size, window-min-pixel-height)
500 (window-safe-min-pixel-height, window-safe-min-pixel-width)
501 (window-min-pixel-width, window-safe-min-pixel-size)
502 (window-combination-p, window-safe-min-size)
503 (window-resizable-p, window--size-to-pixel)
504 (window--pixel-to-size, window--resize-apply-p): New functions.
505 (window-safe-min-height): Fix doc-string.
506 (window-size, window-min-size, window--min-size-1)
507 (window-sizable, window-sizable-p, window--min-delta-1)
508 (window-min-delta, window--max-delta-1, window-max-delta)
509 (window--resizable, window--resizable-p, window-resizable)
510 (window-full-height-p, window-full-width-p, window-at-side-p)
511 (window--in-direction-2, window-in-direction)
512 (window--resize-reset-1, window--resize-mini-window)
513 (window-resize, window-resize-no-error)
514 (window--resize-child-windows-normal)
515 (window--resize-child-windows, window--resize-siblings)
516 (window--resize-this-window, window--resize-root-window)
517 (window--resize-root-window-vertically)
518 (adjust-window-trailing-edge, enlarge-window, shrink-window)
519 (maximize-window, minimize-window, delete-window)
520 (quit-restore-window, window-split-min-size, split-window)
521 (balance-windows-2, balance-windows)
522 (balance-windows-area-adjust, balance-windows-area)
523 (window--state-get-1, window-state-get, window--state-put-1)
524 (window--state-put-2, window-state-put)
525 (display-buffer-record-window, window--display-buffer):
526 Make functions handle pixelwise sizing of windows.
527 (display-buffer--action-function-custom-type)
528 (display-buffer-fallback-action):
529 Add display-buffer-in-previous-window.
530 (display-buffer-use-some-window): Resize window to height it had
531 before.
532 (fit-window-to-buffer-horizontally): New option.
533 (fit-frame-to-buffer): Describe new values.
534 (fit-frame-to-buffer-bottom-margin): Replace with
535 fit-frame-to-buffer-margins.
536 (window--sanitize-margin): New function.
537 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
538 using window-text-pixel-size.
539
540 2013-11-30 Glenn Morris <rgm@gnu.org>
541
542 * emacs-lisp/bytecomp.el (byte-compile-form):
543 Make the `interactive-only' warning like the `obsolete' one.
544 * comint.el (comint-run):
545 * files.el (insert-file-literally, insert-file):
546 * replace.el (replace-string, replace-regexp):
547 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
548 (goto-line, insert-buffer, next-line, previous-line):
549 Tweak `interactive-only' spec.
550
551 Stop keeping (most) generated cedet grammar files in the repository.
552 * Makefile.in (semantic): New.
553 (compile-main): Depend on semantic.
554
555 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
556
557 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
558 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
559
560 * uniquify.el (uniquify-buffer-name-style): Change default.
561
562 * loadup.el: Preload "uniquify".
563
564 * time.el (display-time-update): Update all mode lines (bug#15999).
565
566 * electric.el (electric-indent-mode): Enable by default.
567 * loadup.el: Preload "electric".
568
569 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
570
571 * emacs-lisp/helpers.el (string-empty-p): New function.
572 (string-blank-p): New function.
573
574 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
575
576 * imenu.el (imenu--index-alist): Add missing dot to the docstring
577 (Bug#14029).
578
579 2013-11-29 Andreas Politz <politza@fh-trier.de>
580 * imenu.el (imenu--subalist-p): Don't error on non-conses and
581 allow non-lambda lists as functions.
582 (imenu--in-alist): Don't recurse into non-subalists.
583 (imenu): Don't pass function itself as an argument (Bug#14029).
584
585 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * progmodes/python.el (python-mode-map): Remove binding for ":".
588 (python-indent-electric-colon): Remove command.
589 (python-indent-post-self-insert-function): Integrate the previous code
590 of python-indent-electric-colon. Make it conditional on
591 electric-indent-mode.
592 (python-mode): Add ?: to electric-indent-chars.
593 Move python-indent-post-self-insert-function to the end of
594 post-self-insert-hook.
595
596 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * doc-view.el (doc-view-goto-page): Update mode-line.
599
600 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
601
602 2013-11-27 Glenn Morris <rgm@gnu.org>
603
604 * international/charprop.el, international/uni-bidi.el:
605 * international/uni-category.el, international/uni-combining.el:
606 * international/uni-comment.el, international/uni-decimal.el:
607 * international/uni-decomposition.el, international/uni-digit.el:
608 * international/uni-lowercase.el, international/uni-mirrored.el:
609 * international/uni-name.el, international/uni-numeric.el:
610 * international/uni-old-name.el, international/uni-titlecase.el:
611 * international/uni-uppercase.el:
612 Remove generated files from VCS repository.
613
614 2013-11-27 Eli Zaretskii <eliz@gnu.org>
615
616 * filenotify.el (file-notify-add-watch): Don't special-case
617 w32notify when computing the directory to watch.
618
619 2013-11-27 Glenn Morris <rgm@gnu.org>
620
621 Make bootstrap without generated uni-*.el files possible again.
622 * loadup.el: Update command-line-args checking for unidata-gen.
623 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
624 * composite.el, international/characters.el:
625 Handle unicode tables being undefined.
626
627 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
628 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
629 (compile-main): Depend on leim rule.
630 (leim): New rule.
631 * loadup.el: Move leim-list.el to leim/ subdirectory.
632 * startup.el (normal-top-level): No more leim directory.
633 * international/ja-dic-cnv.el (skkdic-convert):
634 Disable version-control and autoloads in output files.
635 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
636 Disable version-control and autoloads in output files.
637 * leim/quail: Move here from ../leim.
638 * leim/quail/hangul.el (hangul-input-method-activate):
639 Add autoload cookie.
640 (generated-autoload-load-name): Set file-local value.
641 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
642 (generated-autoload-load-name): Set file-local value.
643
644 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
645
646 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
647 (eww-add-bookmark): ask confirmation when add to bookmarks
648 (eww-quit): ask confirmation before quitting eww
649
650 2013-11-26 Eli Zaretskii <eliz@gnu.org>
651
652 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
653 reading output from Diff on MS-Windows and MS-DOS.
654
655 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
656
657 * emacs-lisp/helpers.el (string-reverse): New function.
658
659 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
660
661 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
662 names on MS Windows, like "/[::1]:".
663
664 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
665 SWITCHES.
666
667 2013-11-26 Glenn Morris <rgm@gnu.org>
668
669 * progmodes/python.el (python-indent-guess-indent-offset):
670 Avoid corner-case error. (Bug#15975)
671
672 Preload leim-list.el. (Bug#4789)
673 * loadup.el: Load leim-list.el when found.
674 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
675
676 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
677
678 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
679
680 * emacs-lisp/helpers.el (string-join): New function.
681
682 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
683
684 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
685 Mark as obsolete and replace it with a symbol property.
686 (byte-compile-form): Use new 'interactive-only property.
687 * comint.el, files.el, replace.el, simple.el:
688 Apply new 'interactive-only properly.
689
690 2013-11-25 Martin Rudalics <rudalics@gmx.at>
691
692 * window.el (display-buffer-at-bottom): Make sure that
693 split-window-sensibly creates the new window on bottom
694 (Bug#15961).
695
696 2013-11-23 David Kastrup <dak@gnu.org>
697
698 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
699 on the conflict markers when available.
700 (smerge--get-marker): New function.
701 (smerge-end-re, smerge-base-re): Add subgroup.
702
703 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * frame.el (handle-focus-in, handle-focus-out): Add missing
706 interactive spec.
707
708 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
709
710 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
711 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
712
713 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
716 (gomoku--last-pos): New var.
717 (gomoku--intangible-chars): New const.
718 (gomoku--intangible): New function.
719 (gomoku-mode): Use it. Derive from special-mode.
720 (gomoku-move-up): Adjust line count.
721 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
722 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
723 Simplify accordingly.
724
725 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
726 Remove blink-cursor code.
727 (blink-cursor-timer-function, blink-cursor-suspend):
728 Don't special-case GUIs.
729 (blink-cursor-mode): Use focus-in/out-hook.
730
731 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
732
733 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
734 work when annotation is invisible (Bug#13886).
735
736 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
737
738 * json.el (json-alist-p): Only return non-nil if the alist has
739 simple keys (Bug#13518).
740
741 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
742
743 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
744 when control-statement is the first statement in a buffer (Bug#15956).
745
746 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
747
748 * imenu.el (imenu-generic-skip-comments-and-strings):
749 New option (Bug#15560).
750 (imenu--generic-function): Use it.
751
752 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
753
754 * minibuffer.el (completion--in-region-1): Scroll the correct
755 window. (Bug#13898)
756
757 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
758
759 * emacs-lisp/helpers.el: Add some string helpers.
760 (string-trim-left): Removes leading whitespace.
761 (string-trim-right): Removes trailing whitespace.
762 (string-trim): Removes leading and trailing whitespace.
763
764 * subr.el (string-suffix-p): New function.
765
766 2013-11-23 Glenn Morris <rgm@gnu.org>
767
768 * progmodes/python.el (python-shell-send-file):
769 Add option to delete file when done. (Bug#15647)
770 (python-shell-send-string, python-shell-send-region): Use it.
771
772 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
773
774 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
775 to set buffer-read-only to t, never to nil. (Bug#15938)
776
777 * textmodes/tex-mode.el (latex-noindent-environments):
778 Add safe-local-variable property. (Bug#15936)
779
780 2013-11-23 Glenn Morris <rgm@gnu.org>
781
782 * textmodes/enriched.el (enriched-mode): Doc fix.
783 * emacs-lisp/authors.el (authors-renamed-files-alist):
784 Add enriched.doc -> enriched.txt.
785
786 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
787
788 2013-11-22 Leo Liu <sdl.web@gmail.com>
789
790 * progmodes/octave.el (inferior-octave-startup): Spit out error
791 message.
792
793 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
794
795 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
796 Improve docstring.
797 Add :version.
798 (ruby-encoding-magic-comment-style): Add :version.
799
800 2013-11-22 Leo Liu <sdl.web@gmail.com>
801
802 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
803 (Bug#15076)
804 (octave-help-mode): Adapt to change to help-mode-finish to use
805 derived-mode-p on 2013-09-17.
806 (inferior-octave-prompt): Also match octave-gui.
807 (octave-kill-process): Don't ask twice. (Bug#10564)
808
809 2013-11-22 Leo Liu <sdl.web@gmail.com>
810
811 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
812 (inferior-octave-startup, inferior-octave-check-process)
813 (inferior-octave-track-window-width-change)
814 (octave-completion-at-point, octave-eldoc-function): Use it.
815 (octave-kill-process): Provide confirmation. (Bug#10564)
816
817 2013-11-21 Leo Liu <sdl.web@gmail.com>
818
819 * progmodes/octave.el (octave-mode, inferior-octave-mode):
820 Fix obsolete variable comment-use-global-state.
821
822 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
823
824 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
825 Add `octave-source-file'.
826 (octave-source-file): New function. (Bug#15935)
827
828 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
829
830 * net/eww.el (eww-local-regex): New variable.
831 (eww): Use it to detect localhost and similar.
832
833 2013-11-21 Leo Liu <sdl.web@gmail.com>
834
835 Add completion for command `ag'.
836 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
837 (pcomplete/ag): New function.
838 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
839
840 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
843 (bug#14646).
844 (make-obsolete): Remove interactive spec.
845
846 2013-11-21 Glenn Morris <rgm@gnu.org>
847
848 * startup.el (command-line-1): Use path-separator with -L.
849
850 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
851
852 * emacs-lisp/package.el (describe-package-1): Add package archive
853 to shown fields.
854
855 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
856
857 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
858 Change default to "# encoding: %s" to differentiate it from the
859 default Ruby encoding comment template.
860
861 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
862
863 * ses.el (ses-mode): Doc fix. (Bug#14748)
864
865 2013-11-20 Leo Liu <sdl.web@gmail.com>
866
867 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
868
869 2013-11-19 Dan Nicolaescu <dann@gnu.org>
870
871 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
872 when rebase or bisect are in progress.
873
874 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
875
876 * filenotify.el (file-notify-add-watch): Doc fix.
877
878 2013-11-19 Leo Liu <sdl.web@gmail.com>
879
880 * obsolete/rcompile.el: Mark obsolete.
881
882 * progmodes/compile.el (compilation-start)
883 (compilation-goto-locus, compilation-find-file):
884 Pass no-display-ok and handle nil value from display-buffer.
885 (Bug#13594)
886
887 * window.el (display-buffer-alist, display-buffer): Document the
888 new parameter no-display-ok. Return either a window or nil
889 but never a non-window value.
890
891 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * electric.el (electric-indent-mode-map): Remove.
894 (electric-indent-mode): Change the global-map instead (bug#15915).
895
896 * textmodes/text-mode.el (paragraph-indent-minor-mode):
897 Use add-function.
898
899 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 * emacs-lisp/nadvice.el (remove-function): Align with
902 add-function's behavior.
903
904 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
905 (gdb--string-regexp): New constant.
906 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
907 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
908 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
909 submatch 1.
910 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
911 Adjust use accordingly.
912 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
913
914 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
915
916 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
917 interpolation curlies (Bug#15914).
918
919 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
920
921 * calc/calc.el (calc-context-sensitive-enter): New variable.
922 (calc-enter): Use `calc-context-sensitive-enter'.
923
924 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
925
926 * progmodes/cfengine.el: Version bump.
927 (cfengine-cf-promises): New defcustom to locate cf-promises.
928 (cfengine3-vartypes): Add new "data" type.
929 (cfengine3--current-word): New function to get current name-like
930 word or its bounds.
931 (cfengine3--current-function): New function to look up a CFEngine
932 function's definition.
933 (cfengine3-format-function-docstring): New function.
934 (cfengine3-make-syntax-cache): New function.
935 (cfengine3-documentation-function): New function: ElDoc glue.
936 (cfengine3-completion-function): New function: completion glue.
937 (cfengine3-mode): Set `compile-command',
938 `eldoc-documentation-function', and add to
939 `completion-at-point-functions'.
940
941 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
942
943 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
944 `tramp-current-connection'.
945
946 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
947
948 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
949 nil/self/true/false with "end of symbol".
950
951 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
952
953 * subr.el (version-regexp-alist): Fix a typo.
954
955 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
956
957 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
958 "en_US.utf8" and "LC_CTYPE" to "".
959 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
960 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
961
962 2013-11-15 Leo Liu <sdl.web@gmail.com>
963
964 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
965
966 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * progmodes/gud.el (ctl-x-map):
969 Remove C-x SPC binding. (Bug#12342)
970 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
971
972 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
973
974 * subr.el (version-regexp-alist):
975 Recognize hg, svn and darcs versions as snapshot versions.
976
977 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
978 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
979 (ruby--encoding-comment-required-p): Extract from
980 `ruby-mode-set-encoding'.
981 (ruby-mode-set-encoding): Add the ability to always insert an
982 utf-8 encoding comment. Fix and simplify coding comment update
983 logic.
984
985 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
986
987 * net/tramp-gvfs.el (top): Run init code only when
988 `tramp-gvfs-enabled' is not nil.
989 (tramp-gvfs-enabled): Check also :system bus.
990
991 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
992
993 Sync with upstream verilog-mode revision 78e66ba.
994 * progmodes/verilog-mode.el (verilog-end-of-defun)
995 (verilog-type-completion, verilog-get-list): Remove unused funcs.
996 (verilog-get-end-of-defun): Remove unused argument.
997 (verilog-comment-depth): Remove unused local `e'.
998 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
999 Don't pass arg to verilog-get-end-of-defun.
1000
1001 2013-11-14 Glenn Morris <rgm@gnu.org>
1002
1003 * obsolete/assoc.el (aget): Prefix dynamic variable.
1004
1005 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
1006
1007 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * widget.el, hfy-cmap.el: Remove bogus package version number.
1010
1011 2013-11-13 Glenn Morris <rgm@gnu.org>
1012
1013 * replace.el (replace-eval-replacement):
1014 Try to give more helpful error message. (Bug#15836)
1015
1016 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1017 (archive-7z-update): Avoid custom type mismatches.
1018
1019 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
1020
1021 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
1024 address can be empty.
1025
1026 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
1027 Accept nil SWITCHES.
1028 (tramp-gvfs-handle-write-region): Implement APPEND.
1029
1030 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
1031
1032 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
1033 binary "|" operator and closing block args delimiter.
1034 Remove FIXME comment referring to Ruby 1.8-only syntax.
1035 (ruby-smie--implicit-semi-p): Not after "|" operator.
1036 (ruby-smie--closing-pipe-p): New function.
1037 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
1038 (ruby-smie-rules): Indent after "|".
1039
1040 2013-11-12 Glenn Morris <rgm@gnu.org>
1041
1042 * ps-print.el (ps-face-attribute-list):
1043 Handle anonymous faces. (Bug#15827)
1044
1045 2013-11-12 Martin Rudalics <rudalics@gmx.at>
1046
1047 * window.el (display-buffer-other-frame): Fix doc-string.
1048 (Bug#15868)
1049
1050 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * subr.el (force-mode-line-update): Delete, move to buffer.c.
1053
1054 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
1055
1056 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
1057 (tramp-sh-handle-file-local-copy): Don't write a message when
1058 saving temporary files.
1059
1060 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
1061 both directories are remote.
1062 (tramp-smb-handle-directory-files): Do not return double entries.
1063 Do not expand full file names.
1064 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
1065 (tramp-smb-handle-write-region): Implement APPEND.
1066 (tramp-smb-get-stat-capability): Fix a stupid bug.
1067
1068 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
1071
1072 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1073
1074 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
1075 throwing error over malformed let/let* (bug#15814).
1076
1077 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * iswitchb.el (iswitchb-mode): Mark obsolete.
1080
1081 2013-11-11 Glenn Morris <rgm@gnu.org>
1082
1083 * international/uni-bidi.el, international/uni-category.el:
1084 * international/uni-name.el, international/uni-numeric.el:
1085 Regenerate for Unicode 6.3.0.
1086
1087 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
1088
1089 * net/tramp.el (tramp-methods):
1090 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
1091 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
1092
1093 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
1094
1095 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1096 Force highlighting text after Summary keyword in doc face for rpm.
1097
1098 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
1099
1100 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
1101 available and the word has no wildcards, append one to the grep pattern.
1102 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
1103 (ispell-complete-word): Call `ispell-lookup-words' with the value
1104 independent of `ispell-look-p'.
1105
1106 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1107
1108 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
1109 Not after "||".
1110 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
1111 their parent.
1112
1113 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
1116 (ruby-font-lock-keywords): Use backquote.
1117
1118 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1119
1120 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1121 (ruby-smie--backward-token): Only consider full-string matches.
1122
1123 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
1124
1125 * faces.el (describe-face): Add distant-foreground.
1126
1127 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
1128
1129 * progmodes/ruby-mode.el: Improve encoding comment handling.
1130 (ruby-encoding-magic-comment-style): New option.
1131 (ruby-custom-encoding-magic-comment-template): New option.
1132 (ruby--insert-coding-comment, ruby--detect-encoding):
1133 New functions extracted from `ruby-mode-set-encoding'.
1134 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
1135 to control the style of the auto-inserted encoding comment.
1136
1137 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1138
1139 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
1140 Use `smie-backward-sexp' with token argument.
1141
1142 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
1143
1144 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1145 Remove instrumentation code.
1146
1147 2013-11-08 Glenn Morris <rgm@gnu.org>
1148
1149 * progmodes/autoconf.el (autoconf-mode):
1150 Tweak comment-start-skip. (Bug#15822)
1151
1152 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
1155 at bobp (bug#15826).
1156 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
1157
1158 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
1159
1160 * man.el (Man-start-calling): New macro, extracted from
1161 Man-getpage-in-background.
1162 (Man-getpage-in-background): Use it.
1163 (Man-update-manpage): New command.
1164 (Man-mode-map): Bind it.
1165
1166 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1167
1168 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
1169 of "and", "or", "&&" and "||".
1170 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
1171 argument. Prohibit opening curly brace because it could only be a
1172 block opener in that position.
1173 (ruby-smie--forward-token, ruby-smie--backward-token):
1174 Separate "|" from "&" or "*" going after it. That can happen in block
1175 arguments.
1176 (ruby-smie--indent-to-stmt): New function, seeks the end of
1177 previous statement or beginning of buffer.
1178 (ruby-smie-rules): Use it.
1179 (ruby-smie-rules): Check if there's a ":" before a curly block
1180 opener candidate; if there is, it's a hash.
1181
1182 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
1185 (cl--block-wrapper): Fix last accidental change.
1186
1187 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
1188
1189 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1190 Instrument, in order to hunt failure on hydra.
1191
1192 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1193
1194 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
1195 malformed bindings form (bug#15814).
1196
1197 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
1198
1199 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1200 "." compared to " @ ". This incidentally fixes some indentation
1201 examples with "do".
1202 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1203 (ruby-smie-grammar): New tokens: "and" and "or".
1204 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
1205 Exclude "and" and "or". Remove "do" in order to work around token
1206 priorities.
1207 (ruby-smie-rules): Add all infix tokens. Handle the case of
1208 beginning-of-buffer.
1209
1210 2013-11-06 Glenn Morris <rgm@gnu.org>
1211
1212 * Makefile.in (setwins_almost, setwins_for_subdirs):
1213 Avoid accidental matches.
1214
1215 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * menu-bar.el (popup-menu): Use key-binding.
1218
1219 2013-11-06 Eli Zaretskii <eliz@gnu.org>
1220
1221 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
1222 menus, support also the menus produced by minor modes.
1223 (Bug#15817)
1224
1225 2013-11-06 Leo Liu <sdl.web@gmail.com>
1226
1227 * thingatpt.el (thing-at-point-looking-at): Add optional arg
1228 DISTANCE to bound the search. All uses changed. (Bug#15808)
1229
1230 2013-11-06 Glenn Morris <rgm@gnu.org>
1231
1232 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
1233 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
1234 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
1235
1236 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * electric.el (electric-indent-just-newline): New command.
1239 (electric-indent-mode-map): New keymap.
1240 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
1241 Re-add :group which weren't redundant.
1242
1243 * electric.el (electric-indent-local-mode): New minor mode.
1244 (electric-indent-functions-without-reindent): New var.
1245 (electric-indent-post-self-insert-function): Use it.
1246 * emacs-lisp/gv.el (buffer-local-value): Add setter.
1247
1248 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1249
1250 * international/quail.el (quail-help): Be more explicit about the
1251 meaning of the labels shown on the keys. (Bug#15800)
1252
1253 * startup.el (normal-top-level): Load the subdirs.el files before
1254 setting the locale environment. (Bug#15805)
1255
1256 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1258 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
1259 via arguments so as to get the right ones (bug#15418).
1260
1261 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
1262
1263 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
1264
1265 Fix problems found while writing a test suite.
1266
1267 * net/tramp-compat.el (tramp-compat-load): New defun.
1268 * net/tramp.el (tramp-handle-load): Use it.
1269
1270 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
1271 "(numberp ok-if-already-exists)" correctly.
1272
1273 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1274
1275 * international/characters.el (glyphless-char-display-control):
1276 Add usage note.
1277
1278 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
1279
1280 * progmodes/python.el (python-mode):
1281 * progmodes/scheme.el (scheme-mode):
1282 * progmodes/prolog.el (prolog-mode):
1283 * progmodes/ruby-mode.el (ruby-mode):
1284 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
1285 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
1286
1287 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * rect.el (rectangle--highlight-for-redisplay):
1290 * emacs-lisp/smie.el (smie--next-indent-change):
1291 Use buffer-chars-modified-tick.
1292
1293 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
1294
1295 * electric.el (electric-indent-post-self-insert-function):
1296 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
1297
1298 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
1299
1300 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
1301
1302 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1303
1304 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
1305 (bug#15786).
1306
1307 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
1310
1311 * progmodes/python.el: Fix up last change.
1312 (python-shell--save-temp-file): New function.
1313 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
1314 `string' comes from the current buffer.
1315 (python-shell-send-string-no-output): Remove `msg' arg.
1316 (python--use-fake-loc): New var.
1317 (python-shell-buffer-substring): Obey it. Try to compensate for the
1318 extra coding line added by python-shell--save-temp-file.
1319 (python-shell-send-region): Use python-shell--save-temp-file and
1320 python-shell-send-file directly. Add `nomain' argument.
1321 (python-shell-send-buffer): Use python-shell-send-region.
1322 (python-electric-pair-string-delimiter): New function.
1323 (python-mode): Use it.
1324
1325 2013-11-04 Eli Zaretskii <eliz@gnu.org>
1326
1327 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
1328 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
1329 environment and decoding all of the default-directory's to here
1330 from command-line.
1331 (command-line): Decode also argv[0].
1332
1333 * loadup.el: Error out if default-directory is a multibyte string
1334 when we are dumping.
1335
1336 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
1337
1338 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
1339
1340 * emacs-lisp/package.el (package-menu-mode)
1341 (package-menu--print-info, package-menu--archive-predicate):
1342 Add Archive column to package list.
1343
1344 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
1345
1346 Fix problems found while writing a test suite.
1347
1348 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1349 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1350 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1351 to nil when running original file name handler. Otherwise,
1352 there are problems with constructs like "$$FOO".
1353
1354 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1355 for `localname'.
1356
1357 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
1358
1359 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1360
1361 * subr.el (version<, version<=, version=):
1362 Update docstrings with information for snapshot versions.
1363
1364 * helpers.el: New library for misc helper functions.
1365 (hash-table-keys): New function returning a list of hash keys.
1366 (hash-table-values): New function returning a list of hash values.
1367
1368 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1369
1370 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1371 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1372
1373 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
1374
1375 * textmodes/fill.el (fill-single-char-nobreak-p): New function
1376 checking whether point is after a 1-letter word.
1377
1378 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1379
1380 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1381 Don't infloop when expanding region over `multiline' syntax-type that
1382 begins a line (bug#15778).
1383
1384 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1387 Make it into a proper minor mode.
1388 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1389 (rectangle-mark-mode-map): New keymap.
1390 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1391
1392 2013-11-04 Glenn Morris <rgm@gnu.org>
1393
1394 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1395
1396 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1399 (ruby-smie-rules): Use smie-rule-parent instead.
1400
1401 * emacs-lisp/smie.el (smie-rule-parent): Always call
1402 smie-indent-virtual rather than only for hanging tokens.
1403 (smie--next-indent-change): New helper command.
1404
1405 2013-11-03 Glenn Morris <rgm@gnu.org>
1406
1407 * Makefile.in (abs_srcdir): Remove.
1408 (emacs): Unset EMACSLOADPATH.
1409
1410 2013-11-02 Glenn Morris <rgm@gnu.org>
1411
1412 * Makefile.in (EMACS): Use a relative filename.
1413 (abs_top_builddir): Remove.
1414 (custom-deps, finder-data, autoloads): Use --chdir.
1415
1416 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1417
1418 Use relative filenames in TAGS files.
1419 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1420 (lisptagsfiles4, TAGS): Use relative file names.
1421 (TAGS-LISP): Remove.
1422 (maintainer-clean): No more TAGS-LISP file.
1423
1424 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1425 (lisptagsfiles4): Use absolute filenames again.
1426 (TAGS, TAGS-LISP): Not everything needs to run in one line.
1427 Remove all *loaddefs files, not just the first. Remove esh-groups.
1428 (maintainer-clean): Delete TAGS, TAGS-LISP.
1429
1430 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1431
1432 * emacs-lisp/package.el (package-version-join):
1433 Recognize snapshot versions.
1434
1435 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1436
1437 * subr.el (version-regexp-alist): Add support for snapshot versions.
1438
1439 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1440
1441 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1442 New function, replacement for `smie-rule-parent' for when we want to
1443 skip over our direct parent if it's an assignment token..
1444 (ruby-smie-rules): Use it.
1445
1446 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1447
1448 * progmodes/ruby-mode.el Use `syntax-propertize-function'
1449 unconditionally. Remove now unnecessary forward declarations.
1450 Remove XEmacs-specific setup.
1451 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1452 (ruby-font-lock-syntactic-keywords)
1453 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1454 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1455 (ruby-here-doc-end-syntax): Remove.
1456 (ruby-mode): Don't check whether `syntax-propertize-rules' is
1457 defined as function.
1458
1459 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1460
1461 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1462
1463 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1464
1465 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1466 table and abbrev table, `define-derived-mode' does that for us
1467 anyway.
1468
1469 2013-11-01 Glenn Morris <rgm@gnu.org>
1470
1471 * Makefile.in: Remove manual mh-e dependencies (writing .elc
1472 files is atomic for some time, so no parallel compilation issues).
1473
1474 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1475
1476 * faces.el (face-x-resources): Add :distant-foreground.
1477 (region): Use :distant-foreground for gtk and ns.
1478
1479 2013-11-01 Tassilo Horn <tsdh@gnu.org>
1480
1481 Allow multiple bibliographies when BibLaTeX is used rather than
1482 BibTeX.
1483 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1484 (reftex-locate-bibliography-files): Us it.
1485
1486 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
1487
1488 * image.el (image-type-header-regexps): Fix the 'pbm' part to
1489 allow comments in pbm files.
1490
1491 * term/w32-win.el (dynamic-library-alist): Support newer versions
1492 of libjpeg starting with v7: look only for the DLL from the
1493 version against which Emacs was built.
1494 Support versions of libpng beyond 1.4.x.
1495 Support libtiff v4.x.
1496
1497 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1498
1499 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1500 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1501 Add property :safe.
1502 (ruby-deep-arglist): Add property :type.
1503
1504 2013-10-31 Glenn Morris <rgm@gnu.org>
1505
1506 * Makefile.in (custom-deps, finder-data): No need to setq the target
1507 variables, we are in the right directory and the defaults work fine.
1508
1509 2013-10-30 Glenn Morris <rgm@gnu.org>
1510
1511 * Makefile.in (autoloads): Do not use abs_lisp.
1512
1513 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1514 `newline' does not respect `standard-output', so use `princ'.
1515
1516 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
1517
1518 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
1519 * buff-menu.el (Buffer-menu--unmark): New function.
1520 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1521
1522 2013-10-30 Glenn Morris <rgm@gnu.org>
1523
1524 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1525
1526 * emacs-lisp/package.el (lm-homepage): Declare.
1527
1528 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1529 Fix doc typos.
1530
1531 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1532
1533 * Makefile.in (finder-data, autoloads, update-subdirs)
1534 (compile-main, compile-clean, compile-always, bootstrap-clean):
1535 Check return value of cd.
1536 (compile-calc): Remove.
1537
1538 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1541
1542 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1543 (byte-compile-and-folded): New function.
1544 (=, <, >, <=, >=): Use it.
1545
1546 * dos-w32.el (minibuffer-history-case-insensitive-variables)
1547 (path-separator, null-device, buffer-file-coding-system)
1548 (lpr-headers-switches): Check system-type before modifying them.
1549 (find-buffer-file-type-coding-system): Mark obsolete.
1550 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1551 find-file-not-found-set-buffer-file-coding-system.
1552 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1553 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1554 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1555 (w32-direct-print-region-helper, w32-direct-print-region-function)
1556 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1557 * startup.el (normal-top-level-add-subdirs-to-load-path):
1558 * ps-print.el (ps-print-region-function):
1559 * lpr.el (print-region-function): Use new name.
1560
1561 * subr.el (custom-declare-variable-early): Remove function.
1562 (custom-declare-variable-list): Remove var.
1563 (error, user-error): Remove `while' loop.
1564 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1565 (user-emacs-directory-warning, locate-user-emacs-file):
1566 Move to files.el.
1567 * simple.el (read-quoted-char-radix, read-quoted-char):
1568 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1569 Move from subr.el.
1570 * custom.el (custom-declare-variable-list): Don't process
1571 custom-declare-variable-list.
1572
1573 * progmodes/python.el (python-shell-get-buffer): New function.
1574 (python-shell-get-process): Use it.
1575 (python-shell-send-string): Always use utf-8 and add a cookie to tell
1576 Python which encoding was used. Don't split-string since we only care
1577 about the first line. Return the temp-file, if applicable.
1578 (python-shell-send-region): Tell compile.el how to turn locations in
1579 the temp-file into locations in the source buffer.
1580
1581 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * subr.el (undefined): Add missing behavior from the C code for
1584 unbound keys.
1585
1586 * rect.el: Use lexical-binding. Add new rectangular region support.
1587 (rectangle-mark): New command.
1588 (rectangle--region): New var.
1589 (deactivate-mark-hook): Reset rectangle--region.
1590 (rectangle--extract-region, rectangle--insert-for-yank)
1591 (rectangle--highlight-for-redisplay)
1592 (rectangle--unhighlight-for-redisplay): New functions.
1593 (region-extract-function, redisplay-unhighlight-region-function)
1594 (redisplay-highlight-region-function): Use them to handle
1595 rectangular region.
1596 * simple.el (region-extract-function): New var.
1597 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1598 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1599 (kill-region): Replace obsolete `yank-handler' arg with `region'.
1600 (copy-region-as-kill, kill-ring-save): Add `region' argument.
1601 (redisplay-unhighlight-region-function)
1602 (redisplay-highlight-region-function): New vars.
1603 (redisplay--update-region-highlight): New function.
1604 (pre-redisplay-function): Use it.
1605 (exchange-point-and-mark): Don't deactivate the mark before
1606 reactivate-it anyway.
1607 * comint.el (comint-kill-region): Remove yank-handler argument.
1608 * delsel.el (delete-backward-char, backward-delete-char-untabify)
1609 (delete-char): Remove property, since it's now part of their
1610 default behavior.
1611 (self-insert-iso): Remove property since this command doesn't exist.
1612
1613 * emacs-lisp/package.el (package--download-one-archive)
1614 (describe-package-1): Don't query the user about final newline.
1615
1616 2013-10-29 Daniel Colascione <dancol@dancol.org>
1617
1618 * net/tramp.el (tramp-methods): Document new functionality.
1619 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1620 tramp-hostname-checker if method provides one instead of scanning
1621 argument list for "%h" to decide hostname acceptability.
1622
1623 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
1624
1625 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1626 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1627 Handle COPY-CONTENTS. (Bug#15737)
1628
1629 2013-10-28 Daiki Ueno <ueno@gnu.org>
1630
1631 * epa-file.el
1632 (epa-file-cache-passphrase-for-symmetric-encryption):
1633 Document that this option has no effect with GnuPG 2.0 (bug#15552).
1634
1635 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1636
1637 * image.el (defimage):
1638 (image-load-path): Doc fixes.
1639
1640 2013-10-27 Alan Mackenzie <acm@muc.de>
1641
1642 Indent statements in macros following "##" correctly.
1643 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1644 Modify the "#" arm of a cond form to handle "#" and "##" operators.
1645
1646 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1647
1648 * linum.el (linum-update-window): Fix boundary test (bug#13446).
1649
1650 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
1651
1652 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1653 after `=' is probably a new expression.
1654
1655 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1656
1657 * man.el (man-imenu-title): New option.
1658 (Man-mode-map): Add menu. (Bug#15722)
1659 (Man-mode): Add imenu to menu.
1660
1661 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1662
1663 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1664 specific in what the first arg can be: a non-keyword word,
1665 string/regexp/percent literal opener, opening paren, or unary
1666 operator followed directly by word.
1667
1668 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1669
1670 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1671 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1672 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1673 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1674 Remove vars, they do not apply any more.
1675 (prolog-mode-abbrev-table): Remove redundant declaration.
1676 (prolog-upper-case-string, prolog-lower-case-string): Remove.
1677 (prolog-use-smie): Remove.
1678 (prolog-smie-rules): Add indentation rule for the if-then-else layout
1679 supported by prolog-electric-if-then-else-flag.
1680 (prolog-mode-variables, prolog-menu): Use setq-local.
1681 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1682 Remove binding to `Backspace' since this key doesn't exist anyway.
1683 Remove bindings for electric self-inserting keys.
1684 (prog-mode): Assume it's defined.
1685 (prolog-post-self-insert): New function.
1686 (prolog-mode): Use it.
1687 (prolog-indent-line, prolog-indent-level)
1688 (prolog-find-indent-of-matching-paren)
1689 (prolog-indentation-level-of-line, prolog-goto-comment-column)
1690 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1691 (prolog-goto-next-paren, prolog-in-string-or-comment)
1692 (prolog-tokenize, prolog-inside-mline-comment)
1693 (prolog-find-start-of-mline-comment): Remove functions.
1694 (prolog-find-unmatched-paren, prolog-clause-end)
1695 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1696 (prolog-electric--if-then-else): Rename from
1697 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1698 (prolog-tokenize-searchkey): Remove const.
1699 (prolog-clause-info): Use forward-sexp.
1700 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1701 (prolog-electric-if-then-else): Remove commands.
1702 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1703 for use in post-self-insert-hook.
1704 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1705 for use in post-self-insert-hook.
1706 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1707 for use in post-self-insert-hook.
1708 (prolog-electric--underscore): Rename from prolog-electric--underscore;
1709 adapt it for use in post-self-insert-hook.
1710
1711 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
1712
1713 * emacs-lisp/ert.el (ert-run-tests-interactively):
1714 Use `completing-read'. (Bug#9756)
1715
1716 2013-10-25 Eli Zaretskii <eliz@gnu.org>
1717
1718 * simple.el (line-move): Call line-move-1 instead of
1719 line-move-visual when the current window hscroll is zero, but
1720 temporary-goal-column indicates we will need to hscroll as result
1721 of the movement. (Bug#15712)
1722
1723 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
1724
1725 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1726 capitalization. Use :visible instead of :active.
1727 Fix `ruby-indent-exp' reference. Add menu items for the generic
1728 commands that are used with SMIE.
1729 (ruby-do-end-to-brace): Insert space after `{'.
1730
1731 2013-10-25 John Anthony <john@jo.hnanthony.com>
1732
1733 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
1734
1735 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
1736
1737 2013-10-25 Glenn Morris <rgm@gnu.org>
1738
1739 * vc/vc.el (vc-print-log): Don't use a working revision unless
1740 one was explicitly specified. (Bug#15322)
1741
1742 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * subr.el (add-to-list): Preserve return value in compiler-macro
1745 (bug#15692).
1746
1747 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1748
1749 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1750 result. Ask user to retry using '-all' flag. (Bug#15701)
1751
1752 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1753
1754 * emacs-lisp/smie.el: New smie-config system.
1755 (smie-config): New defcustom.
1756 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1757 (smie-config-guess, smie-config-save): New commands.
1758 (smie-config--mode-local, smie-config--buffer-local)
1759 (smie-config--trace, smie-config--modefuns): New vars.
1760 (smie-config--advice, smie-config--mode-hook)
1761 (smie-config--setter, smie-config-local, smie-config--get-trace)
1762 (smie-config--guess-value, smie-config--guess): New functions.
1763 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1764 text properties. Treat "string fence" syntax like string syntax.
1765
1766 * progmodes/sh-script.el (sh-use-smie): Change default.
1767 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1768 (sh-var-value): Simplify by CSE.
1769 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1770 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1771 is used.
1772 (sh-guess-basic-offset): Use cl-incf.
1773 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1774
1775 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
1776
1777 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1778 (bug#15699).
1779
1780 2013-10-24 Glenn Morris <rgm@gnu.org>
1781
1782 * Makefile.in (abs_top_srcdir): Remove.
1783 (update-subdirs): Use relative path to update-subdirs.
1784
1785 2013-10-24 Eli Zaretskii <eliz@gnu.org>
1786
1787 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1788 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1789 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1790 Call unmsys--file-name before expand-file-name, not after it.
1791
1792 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1793
1794 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1795 (ert-test-skipped): New error.
1796 (ert-skip, ert-stats-skipped): New defuns.
1797 (ert--skip-unless): New macro.
1798 (ert-test-skipped): New struct.
1799 (ert--run-test-debugger, ert-test-result-type-p)
1800 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1801 (ert--stats-set-test-and-result, ert-char-for-test-result)
1802 (ert-string-for-test-result, ert-run-tests-batch)
1803 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1804 Handle skipped tests. (Bug#9803)
1805
1806 2013-10-24 Glenn Morris <rgm@gnu.org>
1807
1808 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1809
1810 * Makefile.in (abs_top_srcdir): New, set by configure.
1811 (update-subdirs): Correct build-aux location.
1812
1813 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1814
1815 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1816 value, whether we could auto-deduce `backend', or not.
1817
1818 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1819 with parameters" example. Simplify the "is it block or is it
1820 hash" check, but also make it more thorough.
1821
1822 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1823
1824 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1825
1826 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1829 { if it is hanging.
1830
1831 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1832 :before ";".
1833
1834 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1835
1836 * progmodes/compile.el (compilation-directory-matcher)
1837 (compilation-page-delimiter):
1838 Support GNU Make-4.0 directory quoting. (Bug#15678)
1839
1840 2013-10-23 Leo Liu <sdl.web@gmail.com>
1841
1842 * ido.el (ido-tidy): Handle read-only text.
1843
1844 2013-10-23 Glenn Morris <rgm@gnu.org>
1845
1846 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1847 (emacs, compile, compile-always):
1848 Quote entities that might contain whitespace.
1849 (custom-deps, finder-data, autoloads): Use abs_lisp.
1850 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1851 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1852 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1853
1854 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1855
1856 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1857 Use `following-char'.
1858
1859 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1860
1861 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1862 * progmodes/ruby-mode.el (ruby-smie-rules):
1863 Remove corresponding workaround. Fix indentation rule of ";" so it
1864 also applies when ";" is the parent.
1865
1866 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1867
1868 * frame.el (display-screens, display-pixel-height)
1869 (display-pixel-width, display-mm-width, display-backing-store)
1870 (display-save-under, display-planes, display-color-cells)
1871 (display-visual-class, display-monitor-attributes-list):
1872 Mention the optional ‘display’ argument in doc strings.
1873
1874 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1875
1876 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1877 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1878
1879 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1880
1881 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1882 TODO. Add "." after " @ ".
1883 (ruby-smie--at-dot-call): New function. Checks if point at method
1884 call with explicit target.
1885 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1886 to the method name tokens when it precedes them.
1887 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1888 (ruby-smie-rules): Add rule for indentation before and after "."
1889 token.
1890
1891 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1892
1893 * textmodes/remember.el (remember-diary-extract-entries):
1894 Avoid add-to-list.
1895
1896 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1897 an instruction.
1898
1899 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1900
1901 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1902 (ruby-smie--implicit-semi-p): Add new operator chars.
1903
1904 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1905 `smie-down-list'.
1906 (ruby-smie--args-separator-p): Check that there's no newline
1907 between method call and its arguments.
1908
1909 2013-10-20 Alan Mackenzie <acm@muc.de>
1910
1911 Allow comma separated lists after Java "implements".
1912
1913 * progmodes/cc-engine.el (c-backward-over-enum-header):
1914 Parse commas.
1915 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1916 from a "disallowed" list in enum fontification.
1917
1918 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1919
1920 * startup.el (default-frame-background-mode): Remove unused defvar.
1921
1922 * progmodes/verilog-mode.el (verilog-mode): Don't set
1923 comment-indent-function globally.
1924
1925 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1926
1927 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1928 Move Info menu item creation to ns-win.el.
1929
1930 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1931 in menu bar.
1932
1933 * menu-bar.el: Move GNUStep specific menus...
1934
1935 * term/ns-win.el (ns-initialize-window-system): ... to here.
1936
1937 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * simple.el (newline): Only run post-self-insert-hook when
1940 called interactively.
1941
1942 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1943
1944 * icomplete.el (icomplete-with-completion-tables): Add :version.
1945
1946 2013-10-19 Alan Mackenzie <acm@muc.de>
1947
1948 Fix fontification bugs with constructors and const.
1949
1950 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1951 CASE 2) Remove the check for the absence of a suffix construct
1952 after a function declaration with only types (no identifiers) in
1953 the parentheses. Also, accept a function declaration with just a
1954 type inside the parentheses, if this type can be positively
1955 recognised as such, or if a prefix keyword like "explicit" nails
1956 down the construct as a declaration.
1957
1958 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1959
1960 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1961 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1962 the problem whereby selecting a menu item that leads to a
1963 minibuffer prompt moves the cursor out of the minibuffer window,
1964 making it hard to type at the prompt. Suggested by Stefan Monnier
1965 <monnier@iro.umontreal.ca>.
1966
1967 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1968
1969 * menu-bar.el: Don't make Services menu.
1970
1971 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1972
1973 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1974 (ffap-alist): Use ffap-c++-mode for c++-mode.
1975 (ffap-c++-path): New variable.
1976 (ffap-c++-mode): New function.
1977
1978 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1979
1980 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1981
1982 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1983
1984 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1985 introduced on 2013-09-08, which results in an infinite loop
1986 requesting a password.
1987
1988 2013-10-18 Glenn Morris <rgm@gnu.org>
1989
1990 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1991
1992 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1993
1994 Sync with upstream verilog-mode revision 1a6ecec7.
1995 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1996 (verilog-mode-release-date): Remove.
1997 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1998 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1999 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
2000 (verilog-auto-tieoff-ignore-regexp)
2001 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
2002 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
2003 (verilog-signals-with, verilog-dir-cache-preserving)
2004 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
2005 Doc fixes.
2006 (verilog-case-fold): New option, to control case folding in
2007 regexp searches, bug597.
2008 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
2009 (verilog-string-match-fold, verilog-in-paren-count)
2010 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
2011 (verilog-at-close-struct-p): New functions.
2012 (verilog-beg-block-re-ordered, verilog-extended-case-re)
2013 (verilog-forward-sexp, verilog-set-auto-endcomments):
2014 (verilog-leap-to-case-head): Handle "unique0" case.
2015 (verilog-in-constraint-re): New constant.
2016 (verilog-keywords, verilog-type-font-keywords):
2017 Add some SystemVerilog 1800-2012 keywords.
2018 (verilog-label-be): Remove unimplemented argument, bug669.
2019 (verilog-batch-execute-func): When batch expanding clear
2020 create-lockfiles to prevent spurious user locks when a file ends
2021 up not changing.
2022 (verilog-calculate-indent, verilog-calc-1)
2023 (verilog-at-close-constraint-p, verilog-at-constraint-p)
2024 (verilog-do-indent): Fix indentation of nested constraints
2025 and structures.
2026 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
2027 (verilog-auto-inst-param): Use verilog-string-match-fold.
2028 (verilog-read-inst-module-matcher):
2029 Fix AUTOINST on gate primitives with #1.
2030 (verilog-read-decls): Fix double-declaring user-defined typed signals.
2031 Reads all user-defined typed variables.
2032 (verilog-read-defines): Fix reading definitions inside comments, bug647.
2033 (verilog-signals-matching-regexp)
2034 (verilog-signals-not-matching-regexp, verilog-auto):
2035 Respect verilog-case-fold.
2036 (verilog-diff-report): Fix line count.
2037 (verilog-auto-assign-modport): Remove unused local `modi'.
2038 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
2039 better handle multidimensional arrays.
2040 Fix packed array ports misadding bit index in AUTOINST, bug637.
2041 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
2042 to not double-declare existing outputs and inputs, respectively.
2043 (verilog-template-map): Bind U to verilog-sk-uvm-component.
2044 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
2045 (verilog-sk-uvm-component): New skeleton.
2046 (verilog-submit-bug-report): Add verilog-case-fold,
2047 remove verilog-mode-release-date.
2048
2049 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
2050
2051 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
2052 as before.
2053
2054 2013-10-18 Reuben Thomas <rrt@sc3d.org>
2055
2056 * textmodes/remember.el (remember): set buffer-offer-save in
2057 remember buffers (bug#13566).
2058
2059 2013-10-18 Daniel Colascione <dancol@dancol.org>
2060
2061 When evaluating forms in ielm, direct standard output to ielm
2062 buffer. Add new ielm-return-for-effect command. Remove trailing
2063 whitespace throughout.
2064
2065 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
2066 (ielm-return-for-effect): New command.
2067 (ielm-send-input): Accept optional `for-effect' parameter.
2068 (ielm-eval-input): Accept optional `for-effect' parameter.
2069 Bind `standard-output' to stream we create using
2070 `ielm-standard-output-impl'. Suppress printing result when
2071 `for-effect'.
2072 (ielm-standard-output-impl): New function.
2073 (inferior-emacs-lisp-mode): Explain new features in documentation.
2074
2075 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
2076
2077 Code cleanup.
2078
2079 * net/tramp.el (tramp-debug-message): Do not check for connection
2080 buffer.
2081 (tramp-message): Use "vector" connection property.
2082
2083 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
2084 (tramp-equal-remote, tramp-eshell-directory-change)
2085 * net/tramp-adb.el (tramp-adb-handle-copy-file)
2086 (tramp-adb-handle-rename-file)
2087 * net/tramp-cmds.el (tramp-list-remote-buffers)
2088 (tramp-cleanup-connection, tramp-cleanup-this-connection)
2089 * net/tramp-compat.el (tramp-compat-process-running-p)
2090 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
2091 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
2092 (tramp-gvfs-handle-rename-file)
2093 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2094 (tramp-set-file-uid-gid)
2095 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2096 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
2097 of `file-remote-p'.
2098
2099 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
2100 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2101 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
2102 (tramp-gw-open-network-stream): Suppress unrelated traces.
2103
2104 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
2105 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2106 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2107 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
2108 connection property.
2109
2110 * net/tramp-cache.el (top): Suppress traces when reading
2111 persistency file.
2112
2113 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2114 Refactor common code. Improve debug message.
2115 (tramp-maybe-open-connection)
2116 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
2117 connection buffer too early.
2118
2119 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
2120 from `tramp-smb-actions-with-acl'.
2121 (tramp-smb-actions-set-acl): New defconst.
2122 (tramp-smb-handle-copy-directory)
2123 (tramp-smb-action-get-acl): New defun, renamed from
2124 `tramp-smb-action-with-acl'.
2125 (tramp-smb-action-set-acl): New defun.
2126 (tramp-smb-handle-set-file-acl): Rewrite.
2127
2128 2013-10-17 Glenn Morris <rgm@gnu.org>
2129
2130 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
2131
2132 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * skeleton.el (skeleton-newline): Remove.
2135 (skeleton-internal-1): Use (insert "\n") instead.
2136
2137 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
2138 let-bindings.
2139
2140 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
2141 forward-sexp-function while we redo its job (bug#15613).
2142
2143 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
2144
2145 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
2146 represented by lists.
2147
2148 2013-10-16 Glenn Morris <rgm@gnu.org>
2149
2150 * tmm.el (tmm--history): New dynamic variable.
2151 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
2152
2153 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
2154
2155 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
2156 (tramp-smb-errors): Add error messages.
2157 (tramp-smb-actions-with-acl): New defconst.
2158 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
2159 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
2160 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
2161 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
2162 (tramp-smb-get-stat-capability): Fix tests.
2163
2164 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
2165
2166 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
2167 (bug#15580).
2168
2169 2013-10-16 Glenn Morris <rgm@gnu.org>
2170
2171 * ansi-color.el (ansi-color-drop-regexp):
2172 Add 1J, 1K, 2K. (Bug#15617)
2173
2174 * files.el (hack-local-variables--warned-lexical): New.
2175 (hack-local-variables):
2176 Warn about misplaced lexical-binding. (Bug#15616)
2177
2178 * net/eww.el (eww-render): Always set eww-current-url,
2179 and update header line. (Bug#15622)
2180 (eww-display-html): ... Rather than just doing it here.
2181
2182 2013-10-15 Eli Zaretskii <eliz@gnu.org>
2183
2184 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
2185 menu navigations commands.
2186
2187 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
2188
2189 * progmodes/subword.el (subword-capitalize): Be careful when
2190 the search for [[:alpha:]] fails (bug#15580).
2191
2192 2013-10-14 Eli Zaretskii <eliz@gnu.org>
2193
2194 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
2195 to commands that scroll the menu.
2196
2197 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
2198
2199 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
2200 Handle methods ending with `?' and `!'.
2201
2202 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
2203
2204 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
2205 `japanese-cp932' to `cp932' to fix the problem where saving a
2206 source file written in Shift_JIS twice would end up having
2207 `coding: japanese-cp932' which Ruby could not recognize.
2208 (ruby-mode-set-encoding): Add support for encodings mapped to nil
2209 in `ruby-encoding-map'.
2210 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
2211 doesn't need to be explicitly declared in magic comment.
2212 (ruby-encoding-map): Add type declaration for better customize UI.
2213
2214 2013-10-13 Glenn Morris <rgm@gnu.org>
2215
2216 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
2217 Occur buffers are read-only. http://bugs.debian.org/720775
2218
2219 * emacs-lisp/authors.el (authors-fixed-entries):
2220 Comment out old alpha stuff.
2221
2222 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
2223
2224 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
2225 to `after-save-hook' instead of `before-save-hook'.
2226 (ruby-mode-set-encoding): Use the value of coding system used to
2227 write the file. Call `basic-save-buffer-1' after modifying the
2228 buffer.
2229
2230 2013-10-13 Alan Mackenzie <acm@muc.de>
2231
2232 Fix indentation/fontification of Java enum with
2233 "implements"/generic.
2234
2235 * progmodes/cc-engine.el (c-backward-over-enum-header):
2236 Extracted from the three other places and enhanced to handle generics.
2237 (c-inside-bracelist-p): Uses new function above.
2238 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
2239 function above.
2240 (c-font-lock-enum-tail): Uses new function above.
2241
2242 2013-10-13 Kenichi Handa <handa@gnu.org>
2243
2244 * international/mule-cmds.el (select-safe-coding-system): Remove a
2245 superfluous condition in chekcing whether a coding system is safe
2246 or not.
2247
2248 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
2249
2250 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
2251
2252 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
2253
2254 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
2255
2256 2013-10-13 Glenn Morris <rgm@gnu.org>
2257
2258 * menu-bar.el (menu-bar-update-buffers):
2259 Unify Buffers menu prompt string. (Bug#15576)
2260
2261 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
2262
2263 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
2264 Add some entries.
2265 (authors-fixed-entries): Use accented form of name.
2266
2267 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
2270 method calls (bug#15594).
2271 (ruby-smie--args-separator-p): New function.
2272 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
2273 recognize paren-free method calls.
2274
2275 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
2276 internals of universal-argument.
2277
2278 2013-10-11 Eli Zaretskii <eliz@gnu.org>
2279
2280 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
2281 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
2282 dropped menu on second mouse click on the menu bar.
2283
2284 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
2287 (explicit-shell-file-name): Declare.
2288 (sh--vars-before-point, sh--cmd-completion-table): New functions.
2289 (sh-completion-at-point-function): New function.
2290 (sh-mode): Use it.
2291 (sh-smie--keyword-p): Remove unused argument.
2292 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
2293 vars.
2294 (sh-set-shell): Always setup SMIE, even if we use the
2295 old indentation code.
2296
2297 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
2298
2299 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
2300 cases of ? and =.
2301 (ruby-smie-rules): Simplify the "do" rule. The cases when the
2302 predicate would return nil are almost non-existent.
2303 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
2304
2305 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
2306 cache also after commands that modify the buffer but don't move
2307 point.
2308
2309 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * env.el (substitute-env-in-file-name): New function.
2312 (substitute-env-vars): Extend the meaning of the optional arg.
2313
2314 2013-10-10 Eli Zaretskii <eliz@gnu.org>
2315
2316 * term/w32-win.el (dynamic-library-alist): Define separate lists
2317 of GIF DLLs for versions before and after 5.0.0 of giflib.
2318 (Bug#15531)
2319
2320 2013-10-10 João Távora <joaotavora@gmail.com>
2321
2322 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
2323 not locked, use last revision and current source as
2324 defaults. (Bug#15569)
2325
2326 2013-10-10 Masatake YAMATO <yamato@redhat.com>
2327
2328 * menu-bar.el (menu-bar-open): Don't use popup-menu if
2329 menu-bar is hidden.
2330
2331 2013-10-10 Martin Rudalics <rudalics@gmx.at>
2332
2333 * window.el (pop-to-buffer-same-window): Fix doc-string.
2334 (Bug#15492)
2335
2336 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
2339
2340 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
2341
2342 * calendar/icalendar.el (icalendar-import-file):
2343 Fix interactive spec. (Bug#15482)
2344
2345 2013-10-10 Glenn Morris <rgm@gnu.org>
2346
2347 * desktop.el (desktop-save): Default to saving in .emacs.d,
2348 since PWD is no longer in desktop-path by default. (Bug#15319)
2349
2350 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2351 now that text mode has a menu with the same entry.
2352 (menu-bar-text-mode-auto-fill): Remove now unused func.
2353 * textmodes/text-mode.el (text-mode-map):
2354 Use auto-fill help text from menu-bar.el.
2355
2356 2013-10-10 John Anthony <john@jo.hnanthony.com>
2357
2358 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
2359
2360 2013-10-09 Juri Linkov <juri@jurta.org>
2361
2362 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2363 instead of this-command-keys. Add universal-argument-more and
2364 universal-argument-minus to the list of prefix commands. (Bug#15568)
2365
2366 2013-10-09 Glenn Morris <rgm@gnu.org>
2367
2368 * vc/vc-svn.el (vc-svn-create-repo):
2369 Expand paths in file://... url. (Bug#15446)
2370
2371 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2372 Add some entries.
2373 (authors): Remove unused local variables.
2374
2375 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * profiler.el: Create a more coherent calltree from partial backtraces.
2378 (profiler-format): Hide the tail with `invisible' so that C-s can still
2379 find the hidden elements.
2380 (profiler-calltree-depth): Don't recurse so enthusiastically.
2381 (profiler-function-equal): New hash-table-test.
2382 (profiler-calltree-build-unified): New function.
2383 (profiler-calltree-build): Use it.
2384 (profiler-report-make-name-part): Indent the calltree less.
2385 (profiler-report-mode): Add visibility specs for profiler-format.
2386 (profiler-report-expand-entry, profiler-report-toggle-entry):
2387 Expand the whole subtree when provided with a prefix arg.
2388
2389 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
2390
2391 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2392 iuwu-mod token.
2393 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2394 hanging iuwu-mod token.
2395 (ruby-smie--forward-token): Do not include a dot after a token in
2396 that token.
2397 (ruby-smie--backward-token): Likewise.
2398
2399 2013-10-08 Juri Linkov <juri@jurta.org>
2400
2401 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2402 to isearch-other-control-char.
2403 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2404 and isearch-post-command-hook to post-command-hook.
2405 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2406 and isearch-post-command-hook from post-command-hook.
2407 (isearch-unread-key-sequence)
2408 (isearch-reread-key-sequence-naturally)
2409 (isearch-lookup-scroll-key, isearch-other-control-char)
2410 (isearch-other-meta-char): Remove functions.
2411 (isearch-pre-command-hook, isearch-post-command-hook):
2412 New functions based on isearch-other-meta-char rewritten
2413 relying on the new behavior of overriding-terminal-local-map
2414 that does not replace the local keymaps any more. (Bug#15200)
2415
2416 2013-10-08 Eli Zaretskii <eliz@gnu.org>
2417
2418 Support menus on text-mode terminals.
2419 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2420 functionality.
2421
2422 * tooltip.el (tooltip-mode): Don't error out on TTYs.
2423
2424 * menu-bar.el (popup-menu, popup-menu-normalize-position):
2425 Move here from mouse.el.
2426 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2427 and arrow keys.
2428 (tty-menu-navigation-map): New map for TTY menu navigation.
2429
2430 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2431
2432 * frame.el (display-mouse-p): Report text-mode mouse as available
2433 on w32.
2434 (display-popup-menus-p): Report availability if mouse is
2435 available; don't condition on window-system.
2436
2437 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2438 (tty-menu-selected-face): New faces.
2439
2440 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2443 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2444 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2445 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2446 New constants.
2447 (lisp-mode-variables): New `elisp' argument.
2448 (emacs-lisp-mode): Use it.
2449 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2450 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2451
2452 * indent.el: Use lexical-binding.
2453 (indent-region): Add progress reporter.
2454 (tab-stop-list): Make it implicitly extend to infinity by repeating the
2455 last step.
2456 (indent--next-tab-stop): New function to implement this behavior.
2457 (tab-to-tab-stop, move-to-tab-stop): Use it.
2458
2459 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
2460
2461 * indent.el (indent-rigidly--current-indentation): New function.
2462 (indent-rigidly-map): New var.
2463 (indent-rigidly): Use it to provide interactive mode (bug#8196).
2464
2465 2013-10-08 Bastien Guerry <bzg@gnu.org>
2466
2467 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2468
2469 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * progmodes/perl-mode.el: Use lexical-binding.
2472 Remove redundant :group args.
2473 (perl-nochange): Change default to be closer to other major modes's
2474 standard behavior.
2475 (perl-indent-line): Don't consider text on current line as a
2476 valid beginning of function from which to indent.
2477
2478 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2479 with more than one argument (bug#15538).
2480
2481 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2482
2483 * vc/pcvs.el: Use lexical-binding.
2484 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2485 environment of `eval'.
2486 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2487 than a list of expressions. Adjust callers.
2488 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2489
2490 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
2491
2492 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2493 case of the dot in a chained method call being on the following line.
2494
2495 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * electric.el (electric-indent-inhibit): New var.
2498 (electric-indent-post-self-insert-function): Use it.
2499 * progmodes/python.el (python-mode): Set it.
2500
2501 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2502 open braces.
2503
2504 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2505
2506 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2507 (css-mode): Use electric-indent-chars.
2508
2509 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2510 (font-lock-beg, font-lock-end): Move before first use.
2511 (nxml-mode): Use syntax-propertize-function.
2512 (nxml-after-change, nxml-after-change1): Adjust accordingly.
2513 (nxml-extend-after-change-region): Remove.
2514 * nxml/xmltok.el: Use lexical-binding.
2515 (xmltok-save): Use `declare'.
2516 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2517 * nxml/nxml-util.el: Use lexical-binding.
2518 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2519 Use `declare'.
2520 * nxml/nxml-ns.el: Use lexical-binding.
2521 (nxml-ns-save): Use `declare'.
2522 (nxml-ns-prefixes-for): Avoid add-to-list.
2523 * nxml/rng-match.el: Use lexical-binding.
2524 (rng--ipattern): Use cl-defstruct.
2525 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2526 (rng-cons-group-after, rng-subst-group-after)
2527 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2528 Use closures instead of `(lambda...).
2529
2530 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
2531
2532 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2533 of BEG and END.
2534
2535 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2536 Use `tramp-handle-insert-file-contents'.
2537 (tramp-gvfs-handle-insert-file-contents): Remove function.
2538
2539 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2540 Use `save-restriction' in order to keep markers.
2541
2542 * net/trampver.el: Update release number.
2543
2544 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * progmodes/compile.el (compilation-parse-errors):
2547 Use compilation--put-prop.
2548 (compilation--ensure-parse): Check compilation-multiline.
2549
2550 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2551
2552 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2553 lexical-binding.
2554
2555 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2556
2557 * progmodes/ruby-mode.el: Fix recently added tests.
2558 (ruby-smie-grammar): Add - and +.
2559 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2560 (ruby-smie--backward-id): New functions.
2561 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2562 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
2563 any more.
2564
2565 2013-10-07 Leo Liu <sdl.web@gmail.com>
2566
2567 * register.el (register-preview-delay)
2568 (register-preview-functions): New variables.
2569 (register-read-with-preview, register-preview)
2570 (register-describe-oneline): New functions.
2571 (point-to-register, window-configuration-to-register)
2572 (frame-configuration-to-register, jump-to-register)
2573 (number-to-register, view-register, insert-register)
2574 (copy-to-register, append-to-register, prepend-to-register)
2575 (copy-rectangle-to-register): Use register-read-with-preview to
2576 read register. (Bug#15525)
2577
2578 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2579
2580 * net/network-stream.el (network-stream-open-starttls): Don't add
2581 --insecure if it's already present, because that gnutls-cli
2582 rejects getting that parameter twice.
2583
2584 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2585
2586 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2587 keyword, too.
2588
2589 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
2590
2591 * newcomment.el (comment-use-global-state): Change default value
2592 to t, mark obsolete (Bug#15251).
2593 (comment-beginning): In addition to `comment-to-syntax', check the
2594 value of `comment-use-global-state'.
2595
2596 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2599 (ruby-comment-column): Follow the global default, by default.
2600 (ruby-smie-grammar): Add assignment syntax.
2601 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2602 open-paren, a comma, or a \.
2603 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2604 and line continuations.
2605 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2606 followed by implicit semi-colons. Add rule for string concatenation
2607 and for indentation at BOB.
2608 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2609
2610 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2611 calling next-sexp, since next-token may have skipped chars which
2612 next-sexp doesn't know should be skipped!
2613
2614 2013-10-05 Leo Liu <sdl.web@gmail.com>
2615
2616 * progmodes/octave.el (octave-send-region):
2617 Call compilation-forget-errors.
2618
2619 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2620
2621 * vc/vc-svn.el (vc-svn-find-admin-dir):
2622 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2623 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2624 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2625 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2626
2627 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2628
2629 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2630
2631 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * subr.el (read-passwd): Hide chars even when called within a context
2634 where after-change-functions is disabled (bug#15501).
2635 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2636 until we removed ourself from overriding-terminal-local-map.
2637
2638 2013-10-04 Leo Liu <sdl.web@gmail.com>
2639
2640 * progmodes/octave.el (inferior-octave-mode):
2641 Call compilation-forget-errors.
2642
2643 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2644
2645 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2646
2647 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
2648
2649 * net/secrets.el (secrets-create-collection): Add optional
2650 argument ALIAS. Use proper Label keyword. Append ALIAS as
2651 dbus-call-method argument. (Bug#15516)
2652
2653 2013-10-04 Leo Liu <sdl.web@gmail.com>
2654
2655 * progmodes/octave.el (inferior-octave-error-regexp-alist)
2656 (inferior-octave-compilation-font-lock-keywords): New variables.
2657 (compilation-error-regexp-alist)
2658 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2659 (inferior-octave-mode): Use compilation-shell-minor-mode.
2660
2661 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
2662
2663 * minibuffer.el (completion--replace): Be careful that `end' might be
2664 a marker.
2665
2666 2013-10-03 Daiki Ueno <ueno@gnu.org>
2667
2668 Add support for package signature checking.
2669 * emacs-lisp/package.el (url-http-file-exists-p)
2670 (epg-make-context, epg-context-set-home-directory)
2671 (epg-verify-string, epg-context-result-for)
2672 (epg-signature-status, epg-signature-to-string)
2673 (epg-check-configuration, epg-configuration)
2674 (epg-import-keys-from-file): Declare.
2675 (package-check-signature): New user option.
2676 (package-unsigned-archives): New user option.
2677 (package-desc): Add `signed' field.
2678 (package-load-descriptor): Set `signed' field if .signed file exists.
2679 (package--archive-file-exists-p): New function.
2680 (package--check-signature): New function.
2681 (package-install-from-archive): Check package signature.
2682 (package--download-one-archive): Check archive signature.
2683 (package-delete): Remove .signed file.
2684 (package-import-keyring): New command.
2685 (package-refresh-contents): Import default keyring.
2686 (package-desc-status): Add "unsigned" status.
2687 (describe-package-1, package-menu--print-info)
2688 (package-menu-mark-delete, package-menu--find-upgrades)
2689 (package-menu--status-predicate): Support "unsigned" status.
2690
2691 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2694 the new compilation scheme using the new byte-codes.
2695
2696 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2697 (byte-pophandler): New byte codes.
2698 (byte-goto-ops): Adjust accordingly.
2699 (byte-compile--use-old-handlers): New var.
2700 (byte-compile-catch): Use new byte codes depending on
2701 byte-compile--use-old-handlers.
2702 (byte-compile-condition-case--old): Rename from
2703 byte-compile-condition-case.
2704 (byte-compile-condition-case--new): New function.
2705 (byte-compile-condition-case): New function that dispatches depending
2706 on byte-compile--use-old-handlers.
2707 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2708 when we can.
2709
2710 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2711 Optimize under `condition-case' and `catch' if
2712 byte-compile--use-old-handlers is nil.
2713 (disassemble-offset): Handle new bytecodes.
2714
2715 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * subr.el (error): Use `declare'.
2718 (decode-char, encode-char): Use advertised-calling-convention instead
2719 of the docstring to discourage use of the `restriction' arg.
2720
2721 2013-10-03 Daiki Ueno <ueno@gnu.org>
2722
2723 * epg.el (epg-verify-file): Add a comment saying that it does not
2724 notify verification error as a return value nor a signal.
2725 (epg-verify-string): Ditto.
2726
2727 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2728
2729 * progmodes/compile.el (compilation-start): Try globbing the arg to
2730 `cd' (bug#15417).
2731
2732 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
2733
2734 Sync with Tramp 2.2.8.
2735
2736 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2737 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2738 * net/trampver.el: Update release number.
2739
2740 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
2741
2742 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2743 and default-process-coding-system for darwin only.
2744
2745 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2748
2749 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
2750
2751 * vc/vc-git.el (vc-git-grep): Disable pager.
2752
2753 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2754
2755 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2756 Use :url instead of :homepage, as per
2757 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2758
2759 * newcomment.el (comment-beginning): When `comment-use-syntax' is
2760 non-nil, use `syntax-ppss' (Bug#15251).
2761
2762 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2763
2764 * progmodes/octave.el (inferior-octave-startup-file):
2765 Prefer ~/.emacs.d/init_octave.m.
2766
2767 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
2768
2769 * emacs-lisp/package.el (package-desc-from-define):
2770 Accept additional arguments as plist, convert them to an alist and store
2771 them in the `extras' slot.
2772 (package-generate-description-file): Convert extras alist back to
2773 plist and append to the `define-package' form arguments.
2774 (package--alist-to-plist): New function.
2775 (package--ac-desc): Add `extras' slot.
2776 (package--add-to-archive-contents): Check if the archive-contents
2777 vector is long enough, and if it is, pass its `extras' slot value
2778 to `package-desc-create'.
2779 (package-buffer-info): Call `lm-homepage', pass the returned value
2780 to `package-desc-from-define'.
2781 (describe-package-1): Render the homepage button (Bug#13291).
2782
2783 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2784 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2785
2786 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2787
2788 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2789 and default-process-coding-system to utf-8-unix (Bug#15402).
2790
2791 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2792
2793 * subr.el (looking-back): Do not recommend using looking-back.
2794
2795 2013-09-28 Alan Mackenzie <acm@muc.de>
2796
2797 Fix indentation/fontification of Java enum with "implements".
2798
2799 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2800 regexp which matches "implements", etc., in Java.
2801 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2802 specifier clauses coming after "enum".
2803 * progmodes/cc-fonts.el (c-font-lock-declarations)
2804 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2805 after "enum".
2806
2807 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2808
2809 * faces.el (region): Change ns_selection_color to
2810 ns_selection_fg_color, add ns_selection_bg_color.
2811
2812 2013-09-28 Leo Liu <sdl.web@gmail.com>
2813
2814 * progmodes/octave.el (inferior-octave-completion-table)
2815 (inferior-octave-completion-at-point): Minor tweaks.
2816
2817 * textmodes/ispell.el (ispell-lookup-words): Rename from
2818 lookup-words. (Bug#15460)
2819 (lookup-words): Obsolete.
2820 (ispell-complete-word, ispell-command-loop): All uses changed.
2821
2822 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2823
2824 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2825 (octave-mode-menu): Add octave-send-buffer.
2826 (octave-send-buffer): New function.
2827
2828 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2829
2830 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2831 octave-lookfor.
2832 (octave-mode-menu): Add octave-lookfor.
2833 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2834 octave-lookfor.
2835 (octave-lookfor): New function.
2836
2837 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * emacs-lisp/cl-macs.el:
2840 (cl--loop-destr-temps): Remove.
2841 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2842 its convention.
2843 (cl--loop-set-iterator-function): New function.
2844 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2845 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2846 Bind `it' with `let' instead of substituting it with `cl-subst'.
2847 (cl--unused-var-p): New function.
2848 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2849 Eliminate some unused variable warnings (bug#15326).
2850
2851 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2852
2853 * doc-view.el (doc-view-scale-reset): Rename from
2854 `doc-view-reset-zoom-level'.
2855 (doc-view-scale-adjust): New command.
2856 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2857 `doc-view-scale-adjust'.
2858
2859 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2860
2861 * doc-view.el (doc-view-reset-zoom-level): New command.
2862 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2863 zoom commands (bug#15466).
2864
2865 2013-09-26 Kenichi Handa <handa@gnu.org>
2866
2867 * international/quail.el (quail-help): Make it not a command.
2868
2869 2013-09-26 Leo Liu <sdl.web@gmail.com>
2870
2871 * minibuffer.el (completion-all-sorted-completions): Make args
2872 optional as they are.
2873
2874 2013-09-25 Daniel Colascione <dancol@dancol.org>
2875
2876 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2877 specs are and that they're not evaluated.
2878
2879 2013-09-24 Sam Steingold <sds@gnu.org>
2880
2881 * midnight.el (clean-buffer-list-kill-regexps)
2882 (clean-buffer-list-kill-buffer-names): Update for the new Man
2883 buffer naming which includes the object name.
2884
2885 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2888 (eshell-parse-command, eshell-parse-pipeline): Use it since
2889 eshell-separate-commands requires a dynamic scoped var.
2890 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2891
2892 2013-09-23 Leo Liu <sdl.web@gmail.com>
2893
2894 * autoinsert.el (auto-insert-alist): Make the value of
2895 lexical-binding match its file setting.
2896
2897 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2898
2899 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2900
2901 * autoarg.el (autoarg-kp-digit-argument):
2902 * electric.el (Electric-command-loop):
2903 * kmacro.el (kmacro-step-edit-insert):
2904 Do not set universal-argument-num-events.
2905
2906 2013-09-22 Leo Liu <sdl.web@gmail.com>
2907
2908 * files.el (interpreter-mode-alist): Add octave.
2909
2910 2013-09-21 Alan Mackenzie <acm@muc.de>
2911
2912 C++: fontify identifier in declaration following "public:" correctly.
2913 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2914 to match "public", etc.
2915 (c-decl-prefix-re): Add ":" into the C++ value.
2916 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2917 bit. Add a check for a ":" preceded by "public", etc.
2918
2919 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2920
2921 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2922 recognized by GDB 7.5 and later.
2923
2924 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2925
2926 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2927
2928 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * subr.el (internal--call-interactively): New const.
2931 (called-interactively-p): Use it (bug#3984).
2932
2933 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2934
2935 * vc/pcvs.el (cvs-mode-ignore):
2936 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2937 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2938
2939 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2940
2941 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2942 (eshell-ls-orig-insert-directory): Remove.
2943 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2944 (eshell-ls-use-in-dired): Use advice-add/remove.
2945 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2946 Add `orig-fun' arg for use in :around advice.
2947 Make it check (redundantly) eshell-ls-use-in-dired.
2948
2949 2013-09-19 Glenn Morris <rgm@gnu.org>
2950
2951 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2952
2953 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2954
2955 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2956
2957 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2958
2959 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2960 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2961 (tramp-get-remote-python): New defuns.
2962 (tramp-get-remote-uid-with-perl)
2963 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2964 contributed by yary <not.com@gmail.com> (tiny change).
2965 (tramp-get-remote-uid-with-python)
2966 (tramp-get-remote-gid-with-python): New defuns. Python code
2967 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2968 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2969
2970 2013-09-19 Glenn Morris <rgm@gnu.org>
2971
2972 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2973
2974 * eshell/em-unix.el (eshell-remove-entries):
2975 Rename argument to avoid name-clash with global `top-level'.
2976
2977 * eshell/esh-proc.el (eshell-kill-process-function):
2978 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2979 (eshell-reset-after-proc): Remove unused arg `proc'.
2980
2981 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2982 (directory-files-and-attributes): Mark unused arg.
2983
2984 * eshell/em-unix.el (eshell-remove-entries):
2985 Remove unused arg `path'. Update callers.
2986
2987 * eshell/em-hist.el (eshell-hist-parse-arguments):
2988 Remove unused arg `silent'. Update callers.
2989
2990 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2991 Fix (f)boundp mix-up.
2992
2993 * eshell/em-smart.el (eshell-smart-scroll-window)
2994 (eshell-disable-after-change):
2995 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2996
2997 2013-09-18 Alan Mackenzie <acm@muc.de>
2998
2999 Fix fontification of type when followed by "const".
3000 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
3001 "known" types from fontification.
3002
3003 2013-09-18 Glenn Morris <rgm@gnu.org>
3004
3005 * emacs-lisp/chart.el (x-display-color-cells): Declare.
3006 (chart-face-list): Drop Emacsen without display-color-p.
3007
3008 * net/eww.el (libxml-parse-html-region): Declare.
3009 (eww-display-html): Explicit error if no libxml2 support.
3010
3011 * doc-view.el (doc-view-mode): Silence --without-x compilation.
3012
3013 * image.el (image-type-from-buffer, image-multi-frame-p):
3014 Remove --without-x warning/error.
3015
3016 * mouse.el (mouse-yank-primary):
3017 * term.el (term-mouse-paste):
3018 Reorder to silence --without-x compilation.
3019
3020 * mpc.el (doc-view-mode): Silence --without-x compilation.
3021
3022 * mail/rmailmm.el (rmail-mime-set-bulk-data):
3023 Silence --without-x compilation.
3024
3025 * progmodes/gud.el (gud-find-file, gud-mode):
3026 Silence --without-x compilation.
3027 (tooltip-mode): Declare.
3028
3029 * wdired.el (dired-backup-overwrite): Remove declaration.
3030 (wdired-mode-map): Add doc string.
3031
3032 * custom.el (x-get-resource): Declare.
3033
3034 * eshell/em-glob.el (ange-cache):
3035 * eshell/em-unix.el (ange-cache): Declare.
3036
3037 * faces.el (x-display-list, x-open-connection, x-get-resource):
3038 Declare.
3039
3040 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
3041 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
3042 Declare.
3043
3044 * frame.el (x-display-grayscale-p, x-display-name): Declare.
3045
3046 * net/gnutls.el (gnutls-log-level): Declare.
3047
3048 * net/shr.el (image-size, image-animate): Declare.
3049
3050 * simple.el (font-info): Declare.
3051
3052 * subr.el (x-popup-dialog): Declare.
3053
3054 * term/common-win.el (x-select-enable-primary)
3055 (x-last-selected-text-primary, x-last-selected-text-clipboard):
3056 Declare.
3057
3058 * term/ns-win.el (x-handle-args): Declare.
3059
3060 * term/x-win.el (x-select-enable-clipboard): Declare.
3061
3062 * term/w32-win.el (create-default-fontset): Declare.
3063
3064 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
3065 Declare.
3066
3067 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
3068 (fit-frame-to-buffer): Explicit error if --without-x.
3069 (mouse-autoselect-window-select): Silence compiler.
3070
3071 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
3072
3073 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
3074 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
3075 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
3076 * eshell/esh-util.el (eshell-sublist):
3077 Remove unused local variables.
3078
3079 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
3080
3081 * textmodes/two-column.el: Make 2C-split work for --without-x.
3082 (scroll-bar-columns): Autoload.
3083 (top-level): Require fringe when compiling.
3084
3085 2013-09-18 Leo Liu <sdl.web@gmail.com>
3086
3087 * subr.el (add-hook): Robustify to handle closure as well.
3088
3089 2013-09-17 Glenn Morris <rgm@gnu.org>
3090
3091 * simple.el (messages-buffer-mode-map): Unbind "g".
3092
3093 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * help-mode.el (help-mode-finish): Use derived-mode-p.
3096 Remove obsolete highlighting.
3097
3098 * play/life.el (life-mode): Use define-derived-mode. Derive from
3099 special-mode.
3100 (life): Let-bind inhibit-read-only.
3101 (life-setup): Avoid `setq'. Use `life-mode'.
3102
3103 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
3104 which should not be needed any more.
3105 (package-menu-refresh, package-menu-describe-package): Use user-error.
3106
3107 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
3108 (eshell-post-rewrite-command-hook): Make obsolete.
3109 (eshell-parse-command): Simplify.
3110 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
3111 (eshell--cmd): Declare.
3112 (eshell-parse-pipeline): Remove unused var `final-p'.
3113 Pass a dynvar to eshell-post-rewrite-command-hook.
3114 Implement the new eshell-post-rewrite-command-function.
3115 (eshell-invoke-directly): Remove unused arg `input'.
3116 * eshell/esh-io.el (eshell-io-initialize):
3117 Use eshell-post-rewrite-command-function (bug#15399).
3118 (eshell--apply-redirections): Rename from eshell-apply-redirections;
3119 adjust to new calling convention.
3120 (eshell-create-handles): Rename args to avoid clashing with dynvar
3121 `standard-output'.
3122
3123 2013-09-17 Glenn Morris <rgm@gnu.org>
3124
3125 * simple.el (messages-buffer-mode): New major mode.
3126 (messages-buffer): New function.
3127 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
3128 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
3129 (ert-run-test): Use `messages-buffer' function.
3130 (ert--force-message-log-buffer-truncation): Ignore read-only.
3131 * help.el (view-echo-area-messages): Use `messages-buffer' function.
3132 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
3133
3134 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
3137
3138 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
3139
3140 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3141
3142 * icomplete.el (icomplete-in-buffer): New var.
3143 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
3144 vars and replace them with functions.
3145 (icomplete-minibuffer-setup): Adjust accordingly.
3146 (icomplete--completion-table, icomplete--completion-predicate)
3147 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
3148 New functions.
3149 (icomplete-forward-completions, icomplete-backward-completions)
3150 (icomplete-simple-completing-p, icomplete-exhibit)
3151 (icomplete-completions): Use them.
3152 (icomplete--in-region-buffer): New var.
3153 (icomplete--in-region-setup): New function.
3154 (icomplete-mode): Use it.
3155
3156 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
3157 (bug#15379).
3158 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
3159 return args and options.
3160 (eshell-eval-using-options): Use the new return value of
3161 eshell--do-opts to set the options's vars in their scope.
3162 (eshell--set-option): Rename from eshell-set-option.
3163 Add arg `opt-vals'.
3164 (eshell--process-option): Rename from eshell-process-option.
3165 Add arg `opt-vals'.
3166 (eshell--process-args): Use an `opt-vals' alist to store the options's
3167 values during their processing and return them additionally to the
3168 remaining args.
3169
3170 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
3171
3172 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
3173 continuation character an operator, as far as indentation is
3174 concerned (Bug#15369).
3175
3176 2013-09-15 Martin Rudalics <rudalics@gmx.at>
3177
3178 * window.el (window--state-put-2): Don't process buffer state
3179 when buffer doesn't exist any more (Bug#15382).
3180
3181 2013-09-15 Glenn Morris <rgm@gnu.org>
3182
3183 * eshell/em-unix.el (eshell/rm):
3184 Make -f ignore missing files. (Bug#15373)
3185
3186 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
3187 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
3188 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
3189
3190 2013-09-14 Glenn Morris <rgm@gnu.org>
3191
3192 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
3193
3194 2013-09-13 Glenn Morris <rgm@gnu.org>
3195
3196 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
3197 (dired-guess-default): Make `file' available in the env. (Bug#15363)
3198
3199 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
3200
3201 * frame.el (x-focus-frame): Mark as declared in frame.c.
3202
3203 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * ls-lisp.el: Use advice-add.
3206 (original-insert-directory): Remove.
3207 (ls-lisp--insert-directory): Rename from insert-directory; add
3208 `orig-fun' argument.
3209 (insert-directory): Advise.
3210
3211 2013-09-13 Eli Zaretskii <eliz@gnu.org>
3212
3213 * term.el (term-emulate-terminal): Decode the command string
3214 before passing it to term-command-hook. (Bug#15337)
3215
3216 2013-09-13 Glenn Morris <rgm@gnu.org>
3217
3218 * eshell/esh-util.el (ange-cache): Move declaration earlier.
3219
3220 * eshell/esh-ext.el (eshell-search-path): Declare.
3221
3222 * eshell/em-prompt.el (eshell/pwd): Autoload it.
3223 Otherwise an error occurs if eshell-dirs module not loaded.
3224
3225 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
3226
3227 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
3228
3229 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
3230 `tramp-check-proper-host'. Check for a valid method name.
3231
3232 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3233 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3234 * net/tramp-sh.el (tramp-maybe-open-connection):
3235 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
3236
3237 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
3238 also for hash values.
3239
3240 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * term/ns-win.el (parameters): Don't declare as dynamic.
3243 (before-make-frame-hook): Don't add ineffective function.
3244
3245 * eshell/*.el: Use lexical-binding (bug#15231).
3246
3247 2013-09-12 Kenichi Handa <handa@gnu.org>
3248
3249 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
3250
3251 2013-09-12 Glenn Morris <rgm@gnu.org>
3252
3253 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
3254 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
3255
3256 * subr.el (do-after-load-evaluation): Also give compiler warnings
3257 when obsolete files are used (except by obsolete files).
3258
3259 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
3260 in the status output, assume `filename' is the first. (Bug#15322)
3261
3262 * vc/vc.el (vc-deduce-fileset): Doc fix.
3263
3264 * calc/calc-help.el (Info-goto-node):
3265 * progmodes/cperl-mode.el (Info-find-node):
3266 * vc/ediff.el (Info-goto-node): Update declarations.
3267
3268 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
3269
3270 * vc/vc-bzr.el (vc-compilation-mode): Declare.
3271 (vc-bzr-pull): Require vc-dispatcher.
3272 * vc/vc-git.el (vc-compilation-mode): Declare.
3273 (vc-git-pull): Require vc-dispatcher.
3274
3275 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
3276
3277 * progmodes/octave.el (help-button-action): Declare.
3278
3279 * shell.el (shell-directory-tracker): Output error as a message
3280 rather than just returning it as a string.
3281 (shell-process-pushd): Remove useless use of message.
3282
3283 * dframe.el (dframe-timer-fn):
3284 * files.el (dir-locals-read-from-file):
3285 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
3286 (mpc-format):
3287 * reveal.el (reveal-post-command):
3288 * saveplace.el (load-save-place-alist-from-file):
3289 * shell.el (shell-resync-dirs):
3290 * w32-common-fns.el (x-get-selection-value):
3291 * emacs-lisp/copyright.el (copyright-find-copyright):
3292 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3293 * emulation/tpu-edt.el (tpu-copy-keyfile):
3294 * play/bubbles.el (bubbles--mark-neighbourhood):
3295 * progmodes/executable.el
3296 (executable-make-buffer-file-executable-if-script-p):
3297 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
3298
3299 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 Cleanup Eshell to rely less on dynamic scoping.
3302 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
3303 last-value, and ext-command here. Bind `args' closer to `body'.
3304 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
3305 (eshell--args): Declare new dynamic var.
3306 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
3307 last-value, and ext-command. Pass `args' to `body'.
3308 (eshell-process-args): Bind eshell--args.
3309 (eshell-set-option): Use eshell--args.
3310 * eshell/eshell.el (eshell): Use derived-mode-p.
3311 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
3312 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
3313 (eshell-glob-function): Declare.
3314 * eshell/esh-util.el: Require cl-lib.
3315 (eshell-read-hosts-file): Avoid add-to-list.
3316 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
3317 `err'.
3318 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
3319 Declare.
3320 (eshell/diff): Remove unused var `err'.
3321 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
3322 `killflag'.
3323 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
3324 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
3325 first use.
3326 * eshell/em-glob.el (eshell-glob-matches, message-shown):
3327 Move declaration before first use.
3328 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
3329 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
3330 rely on cl-return.
3331
3332 2013-09-12 Glenn Morris <rgm@gnu.org>
3333
3334 * term/ns-win.el (global-map): Remove binding for ispell-next,
3335 deleted 1999-05-29. (Bug#15357)
3336
3337 2013-09-11 Glenn Morris <rgm@gnu.org>
3338
3339 * echistory.el (electric-command-history): Remove call to deleted func.
3340
3341 * play/landmark.el (landmark-mode): Fix typos.
3342
3343 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
3344 Check cvs-sort-ignore-file is bound.
3345
3346 * savehist.el: No need for cl when compiling on Emacs.
3347
3348 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3351 (bug#15338).
3352 (eshell-self-insert-command, eshell-send-invisible):
3353 Remove unused argument.
3354 (eshell-handle-control-codes): Remove unused var `orig'.
3355 Avoid delete-backward-char.
3356
3357 * files.el (set-auto-mode): Simplify a bit further.
3358
3359 2013-09-11 Glenn Morris <rgm@gnu.org>
3360
3361 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3362 (set-auto-mode): Don't regexp-quote elements.
3363 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3364 * progmodes/cc-mode.el (interpreter-mode-alist):
3365 * progmodes/ruby-mode.el (interpreter-mode-alist):
3366 Revert previous change.
3367
3368 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * play/snake.el (snake-mode):
3371 * play/mpuz.el (mpuz-mode):
3372 * play/landmark.el (lm-mode):
3373 * play/blackbox.el (blackbox-mode):
3374 * play/5x5.el (5x5-mode):
3375 * obsolete/options.el (Edit-options-mode):
3376 * net/quickurl.el (quickurl-list-mode):
3377 * net/newst-treeview.el (newsticker-treeview-mode):
3378 * mail/rmailsum.el (rmail-summary-mode):
3379 * mail/mspools.el (mspools-mode):
3380 * locate.el (locate-mode):
3381 * ibuffer.el (ibuffer-mode):
3382 * emulation/ws-mode.el (wordstar-mode):
3383 * emacs-lisp/debug.el (debugger-mode):
3384 * array.el (array-mode):
3385 * net/eudc.el (eudc-mode): Use define-derived-mode.
3386 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3387 Move initialization into declaration.
3388 (mairix-searches-mode): Use define-derived-mode.
3389 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3390 (eudc-edit-hotlist): Use dolist.
3391 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3392 (Man-mode): Use define-derived-mode.
3393 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3394 (Info-edit-mode): Use define-derived-mode.
3395 (Info-cease-edit): Use Info-mode.
3396 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3397 into declaration.
3398 (eshell-mode): Use define-derived-mode.
3399 * chistory.el (command-history-mode-map): Rename from
3400 command-history-map.
3401 (command-history-mode): Use define-derived-mode.
3402 (Command-history-setup): Remove function.
3403 * calc/calc.el (calc-trail-mode-map): New var.
3404 (calc-trail-mode): Use define-derived-mode.
3405 (calc-trail-buffer): Set calc-main-buffer manually.
3406 * bookmark.el (bookmark-insert-annotation): New function.
3407 (bookmark-edit-annotation): Use it.
3408 (bookmark-edit-annotation-mode): Make it a proper major mode.
3409 (bookmark-send-edited-annotation): Use derived-mode-p.
3410 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3411 closer to its ideal place. Use \' to match EOS.
3412
3413 * profiler.el (profiler-calltree-find): Use function-equal.
3414
3415 2013-09-10 Glenn Morris <rgm@gnu.org>
3416
3417 * files.el (interpreter-mode-alist): Convert to regexps.
3418 (set-auto-mode): Adapt for this. (Bug#15306)
3419 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3420 Comment out unused variable.
3421 * progmodes/cc-mode.el (interpreter-mode-alist):
3422 * progmodes/python.el (interpreter-mode-alist):
3423 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3424 * progmodes/sh-script.el (sh-set-shell):
3425 No longer use interpreter-mode-alist to get list of shells.
3426
3427 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3428
3429 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * simple.el: Use set-temporary-overlay-map for universal-argument.
3432 (universal-argument-map): Don't use default-bindings (bug#15317).
3433 Bind switch-frame explicitly. Replace universal-argument-minus with
3434 a conditional binding.
3435 (universal-argument-num-events, saved-overriding-map): Remove.
3436 (restore-overriding-map): Remove.
3437 (universal-argument--mode): Rename from save&set-overriding-map,
3438 and rewrite.
3439 (universal-argument, universal-argument-more, negative-argument)
3440 (digit-argument): Adjust accordingly.
3441 (universal-argument-minus): Remove.
3442 (universal-argument-other-key): Remove.
3443
3444 * subr.el (with-demoted-errors): Add `format' argument.
3445
3446 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
3447
3448 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
3449 `tramp-cleanup-connection'.
3450
3451 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3452 parameters KEEP-DEBUG and KEEP-PASSWORD.
3453
3454 * net/tramp.el (tramp-file-name-handler):
3455 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3456 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3457 (tramp-maybe-open-connection):
3458 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3459 Use `tramp-cleanup-connection'.
3460
3461 * net/tramp-sh.el (tramp-maybe-open-connection):
3462 Catch 'uname-changed inside the progress reporter.
3463
3464 2013-09-10 Glenn Morris <rgm@gnu.org>
3465
3466 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
3467
3468 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3469 returns "alternate access method" in mode (eg "-rw-r--r--.").
3470
3471 2013-09-08 Glenn Morris <rgm@gnu.org>
3472
3473 * saveplace.el (load-save-place-alist-from-file):
3474 Demote errors. (Bug#15305)
3475
3476 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
3477
3478 Improve compatibility with older Emacsen, and XEmacs.
3479
3480 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3481 only if it is bound. It isn't for XEmacs.
3482 (with-tramp-progress-reporter): Do not let-bind `result'.
3483 This yields to scoping errors in XEmacs.
3484 (tramp-handle-make-auto-save-file-name): New function, moved from
3485 tramp-sh.el.
3486
3487 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3488 for `make-auto-save-file-name'.
3489 (tramp-adb--gnu-switches-to-ash):
3490 Use `tramp-compat-replace-regexp-in-string'.
3491
3492 * net/tramp-cache.el (tramp-cache-print): Call
3493 `substring-no-properties' only if it is bound. It isn't for XEmacs.
3494
3495 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3496 bound. It isn't for XEmacs.
3497
3498 * net/tramp-compat.el (tramp-compat-copy-file):
3499 Catch `wrong-number-of-arguments' error.
3500 (tramp-compat-replace-regexp-in-string): New defun.
3501
3502 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3503 for `make-auto-save-file-name'.
3504 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3505 `copy-file'.
3506 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3507 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3508 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3509
3510 * net/tramp-gw.el (tramp-gw-open-network-stream):
3511 Use `tramp-compat-replace-regexp-in-string'.
3512
3513 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3514 Call `tramp-handle-make-auto-save-file-name'.
3515 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3516 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3517 (tramp-sh-file-inotifywait-process-filter):
3518 Use `tramp-compat-replace-regexp-in-string'.
3519 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3520
3521 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3522 for `make-auto-save-file-name'.
3523 (tramp-smb-handle-copy-directory):
3524 Call `tramp-compat-replace-regexp-in-string'.
3525 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3526 (tramp-smb-handle-copy-file): Improve error message.
3527 (tramp-smb-handle-rename-file): Rename directly only in case
3528 `newname' does not exist yet. This is a restriction of smbclient.
3529 (tramp-smb-maybe-open-connection): Rerun the function only when
3530 `auth-sources' is non-nil.
3531
3532 2013-09-08 Kenichi Handa <handa@gnu.org>
3533
3534 * international/characters.el: Set category "^" (Combining) for
3535 more characters.
3536
3537 2013-09-07 Alan Mackenzie <acm@muc.de>
3538
3539 Correctly fontify Java class constructors.
3540 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3541 in Java Mode.
3542 (c-recognize-typeless-decls): Set the Java value to t.
3543 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3544 While handling a "(", add a check for, effectively, Java, and handle a
3545 "typeless" declaration there.
3546
3547 2013-09-07 Roland Winkler <winkler@gnu.org>
3548
3549 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3550 field subtitle for entry type book.
3551
3552 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * minibuffer.el: Make minibuffer-complete call completion-in-region
3555 rather than other way around.
3556 (completion--some, completion-pcm--find-all-completions):
3557 Don't delay signals when debugging.
3558 (minibuffer-completion-contents): Beware fields within the
3559 minibuffer contents.
3560 (completion-all-sorted-completions): Use defvar-local.
3561 (completion--do-completion, completion--cache-all-sorted-completions)
3562 (completion-all-sorted-completions, minibuffer-force-complete):
3563 Add args `beg' and `end'.
3564 (completion--in-region-1): New fun, extracted from minibuffer-complete.
3565 (minibuffer-complete): Use completion-in-region.
3566 (completion-complete-and-exit): New fun, extracted from
3567 minibuffer-complete-and-exit.
3568 (minibuffer-complete-and-exit): Use it.
3569 (completion--complete-and-exit): Rename from
3570 minibuffer--complete-and-exit.
3571 (completion-in-region--single-word): New function, extracted from
3572 minibuffer-complete-word.
3573 (minibuffer-complete-word): Use it.
3574 (display-completion-list): Make `common-substring' argument obsolete.
3575 (completion--in-region): Call completion--in-region-1 instead of
3576 minibuffer-complete.
3577 (completion-help-at-point): Pass boundaries to
3578 minibuffer-completion-help as args rather than via an overlay.
3579 (completion-pcm--string->pattern): Use `any-delim'.
3580 (completion-pcm--optimize-pattern): New function.
3581 (completion-pcm--pattern->regex): Handle `any-delim'.
3582 * icomplete.el (icomplete-forward-completions)
3583 (icomplete-backward-completions, icomplete-completions):
3584 Adjust calls to completion-all-sorted-completions and
3585 completion--cache-all-sorted-completions.
3586 (icomplete-with-completion-tables): Default to t.
3587 * emacs-lisp/crm.el (crm--current-element): Rename from
3588 crm--select-current-element. Don't put an overlay but return the
3589 boundaries instead.
3590 (crm--completion-command): Take two new args to bind to the boundaries.
3591 (crm-completion-help): Adjust accordingly.
3592 (crm-complete): Use completion-in-region.
3593 (crm-complete-word): Use completion-in-region--single-word.
3594 (crm-complete-and-exit): Use completion-complete-and-exit.
3595
3596 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3599 than dynamically.
3600
3601 2013-09-06 Juri Linkov <juri@jurta.org>
3602
3603 * info.el (Info-display-images-node): When image file doesn't exist
3604 display text version of the image if it's provided in the Info file.
3605 Otherwise, display the location of missing image from SRC attribute.
3606 Add help-echo text property from ALT attribute. (Bug#15279)
3607
3608 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3611 (edit-abbrevs-mode): Use define-derived-mode.
3612
3613 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3614 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3615 that it's defined.
3616 (epa-key-list-mode, epa-key-mode, epa-info-mode):
3617 Use define-derived-mode.
3618
3619 * epg.el (epg-start-encrypt): Minor CSE simplification.
3620
3621 2013-09-06 William Xu <william.xwl@gmail.com>
3622
3623 * arc-mode.el: Add support for 7za (bug#15264).
3624 (archive-7z-program): New var.
3625 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3626 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3627 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3628
3629 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
3630
3631 Remove URL syntax.
3632
3633 * net/tramp.el (tramp-syntax, tramp-prefix-format)
3634 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3635 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3636 (tramp-postfix-host-format, tramp-file-name-regexp)
3637 (tramp-completion-file-name-regexp)
3638 (tramp-completion-dissect-file-name)
3639 (tramp-handle-substitute-in-file-name): Remove 'url case.
3640 (tramp-file-name-regexp-url)
3641 (tramp-completion-file-name-regexp-url): Remove constants.
3642
3643 2013-09-06 Glenn Morris <rgm@gnu.org>
3644
3645 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
3646
3647 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
3648
3649 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3650 keywords" below "here-doc beginnings" (Bug#15270).
3651
3652 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * subr.el (pop): Use `car-safe'.
3655 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3656 to detect unused `pop' return value.
3657
3658 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3659 var `block-regexp'.
3660 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3661 (python-fill-string): Remove unused var `marker'.
3662 (python-skeleton-add-menu-items): Remove unused var `items'.
3663
3664 * international/mule-cmds.el: Require CL.
3665 (find-coding-systems-for-charsets): Avoid add-to-list.
3666 (sanitize-coding-system-list): New function, extracted from
3667 select-safe-coding-system-interactively.
3668 (select-safe-coding-system-interactively): Use it.
3669 (read-input-method-name): Accept symbols for `default'.
3670
3671 * emacs-lisp/advice.el (defadvice): Add indent rule.
3672
3673 2013-09-05 Daniel Hackney <dan@haxney.org>
3674
3675 * dired-x.el:
3676 * net/ange-ftp.el:
3677 * net/browse-url.el:
3678 * net/dbus.el:
3679 * net/eudc.el:
3680 * net/eudcb-ldap.el:
3681 * net/eww.el:
3682 * net/imap.el:
3683 * printing.el:
3684 * vc/ediff-diff.el:
3685 * vc/ediff-init.el:
3686 * vc/ediff-merg.el:
3687 * vc/ediff-mult.el:
3688 * vc/ediff-util.el:
3689 * vc/ediff-wind.el:
3690 * vc/ediff.el:
3691 * vc/emerge.el:
3692 * vc/pcvs.el:
3693 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3694 byte compiler. Remove some unused let-bound variables.
3695
3696 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3699 a "ref-cell", since it gets better optimized (bug#14883).
3700
3701 2013-09-05 Glenn Morris <rgm@gnu.org>
3702
3703 * progmodes/cc-awk.el (c-forward-sws): Declare.
3704
3705 2013-09-04 Glenn Morris <rgm@gnu.org>
3706
3707 * generic-x.el [rul-generic-mode]: Require cc-mode.
3708 (c++-mode-syntax-table): Declare.
3709 (rul-generic-mode-syntax-table): Init in the defvar.
3710
3711 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3712
3713 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3714 (vc-do-command, vc-set-async-update):
3715 * vc/vc-mtn.el (vc-mtn-dir-status):
3716 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3717 (vc-hg-pull, vc-hg-merge-branch):
3718 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3719 (vc-git-merge-branch):
3720 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3721 (vc-cvs-dir-status-files):
3722 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3723 (vc-bzr-dir-status-files):
3724 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3725 * vc/vc-annotate.el: Use lexical-binding.
3726 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3727 (vc-sentinel-movepoint): Declare.
3728 (vc-annotate): Don't use `goto-line'.
3729 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3730 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3731 (vc-sentinel-movepoint): Declare.
3732 * vc/vc-svn.el: Use lexical-binding.
3733 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3734 * vc/vc-sccs.el:
3735 * vc/vc-rcs.el: Use lexical-binding.
3736
3737 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3738 `deleted'. Don't drop errors silently.
3739
3740 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3741
3742 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
3743
3744 * vc/vc.el (vc-ignore): Rewrite.
3745 (vc-default-ignore): New function.
3746 (vc-default-ignore-completion-table): Use find-ignore-file.
3747
3748 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3749 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3750 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3751 Remove. Most code moved to vc.el.
3752
3753 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3756 * net/tramp-smb.el (tramp-smb-get-file-entries):
3757 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3758 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3759
3760 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3761 Update call to it.
3762 (eww-change-select): Remove unused var `properties'.
3763 (eww-make-unique-file-name): Remove unused var `base'.
3764
3765 * finder.el (finder-compile-keywords): Don't mess with windows.
3766
3767 * calculator.el (calculator-funcall): Fix typo in last change.
3768
3769 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3770
3771 * emacs-lisp/package.el (package-activate-1): Don't let a missing
3772 <pkg>-autoloads.el file stop us.
3773
3774 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3775 warnings, and factor out common code.
3776
3777 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
3778
3779 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3780 two-character operators and whether the character preceding them
3781 changes their meaning (Bug#15208).
3782
3783 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3784
3785 Format code sent to Python shell for robustness.
3786 * progmodes/python.el (python-shell-buffer-substring):
3787 New function.
3788 (python-shell-send-region, python-shell-send-buffer): Use it.
3789
3790 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
3791
3792 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3793 * net/tramp.el (tramp-user-error): ... here.
3794 (tramp-find-method, tramp-check-proper-host)
3795 (tramp-dissect-file-name, tramp-debug-message)
3796 (tramp-handle-shell-command):
3797 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3798 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3799
3800 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3801
3802 2013-09-02 Martin Rudalics <rudalics@gmx.at>
3803
3804 * avoid.el (mouse-avoidance-point-position)
3805 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3806 returns nil.
3807
3808 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3809
3810 * progmodes/python.el (python-shell-completion-get-completions):
3811 Drop use of deleted `comint-last-prompt-overlay'.
3812 (python-nav-if-name-main): New command.
3813
3814 2013-09-01 Glenn Morris <rgm@gnu.org>
3815
3816 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3817 Avoid leading space in $wins. Otherwise the sed command used by
3818 eg compile-main ends up containing "/*.el". (Bug#15170)
3819
3820 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3821
3822 2013-08-30 Glenn Morris <rgm@gnu.org>
3823
3824 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3825 Fix is-this-a-directory logic. (Bug#15220)
3826
3827 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * textmodes/css-mode.el: Use SMIE.
3830 (css-smie-grammar): New var.
3831 (css-smie--forward-token, css-smie--backward-token)
3832 (css-smie-rules): New functions.
3833 (css-mode): Use them.
3834 (css-navigation-syntax-table): Remove var.
3835 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3836 (css-indent-calculate, css-indent-line): Remove functions.
3837
3838 Misc changes to reduce use of `(lambda...); and other cleanups.
3839 * cus-edit.el: Use lexical-binding.
3840 (customize-push-and-save, customize-apropos)
3841 (custom-buffer-create-internal): Use closures.
3842 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3843 * progmodes/ada-xref.el: Use setq.
3844 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3845 * dframe.el: Use lexical-binding.
3846 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3847 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3848 * descr-text.el: Use lexical-binding.
3849 (describe-text-widget, describe-text-sexp, describe-property-list):
3850 Use closures.
3851 * comint.el (comint-history-isearch-push-state): Use a closure.
3852 * calculator.el: Use lexical-binding.
3853 (calculator-number-to-string): Make it work with lexical-binding.
3854 (calculator-funcall): Same and use cl-letf.
3855
3856 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3857 (lisp--company-doc-string, lisp--company-location): New functions.
3858 (lisp-completion-at-point): Use them to improve Company support.
3859
3860 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3861 params of lambda expressions.
3862 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3863 (ruby-smie--opening-pipe-p): New function.
3864 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3865 symbols and matched |...| for formal params.
3866 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3867 from being treated as hanging. Handle "rescue".
3868
3869 2013-08-29 Glenn Morris <rgm@gnu.org>
3870
3871 * progmodes/cc-engine.el (c-pull-open-brace):
3872 Move definition before use.
3873
3874 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3877 are immutable. Don't use `unsafe' any more.
3878 (cl--defsubst-expand): Don't substitute at the same time as keeping
3879 a residual unused let-binding. Don't use `unsafe' any more.
3880
3881 2013-08-29 Glenn Morris <rgm@gnu.org>
3882
3883 * calendar/cal-china.el (calendar-chinese-year-cache):
3884 Recenter on 2015.
3885
3886 * nxml/nxml-util.el (nxml-debug-clear-inside):
3887 Use cl-loop rather than loop.
3888
3889 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3890
3891 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3892
3893 2013-08-28 Glenn Morris <rgm@gnu.org>
3894
3895 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3896
3897 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3898
3899 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3900
3901 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * simple.el (repeat-complex-command--called-interactively-skip):
3904 New function.
3905 (repeat-complex-command): Use it (bug#14136).
3906
3907 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3908 (c-define-abbrev-table): Add `doc' argument.
3909 (c-mode-abbrev-table, c++-mode-abbrev-table)
3910 (objc-mode-abbrev-table, java-mode-abbrev-table)
3911 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3912 (awk-mode-abbrev-table): Use it.
3913 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3914 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3915 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3916 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3917 Move initialization into the declaration; and remove any
3918 autoload cookie.
3919
3920 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3921 and dynamic let binding.
3922
3923 * vc/smerge-mode.el: Remove redundant :group args.
3924
3925 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3926 to load-path.
3927
3928 2013-08-28 Juri Linkov <juri@jurta.org>
3929
3930 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3931 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3932 (isearch-other-meta-char): Handle an undefined shifted printing
3933 character by downshifting it. (Bug#15200)
3934
3935 2013-08-28 Juri Linkov <juri@jurta.org>
3936
3937 * isearch.el (isearch-search): Change regexp error message for
3938 non-regexp searches. (Bug#15166)
3939
3940 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3941
3942 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3943 for portability to hosts where /bin/sh has problems.
3944
3945 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3948
3949 2013-08-27 Juri Linkov <juri@jurta.org>
3950
3951 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3952 in the keyboard macro. (Bug#15126)
3953
3954 2013-08-27 Juri Linkov <juri@jurta.org>
3955
3956 * isearch.el (isearch-quote-char): Comment out converting unibyte
3957 to multibyte, thus syncing with its `quoted-insert' counterpart.
3958 (Bug#15166)
3959
3960 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3961
3962 * window.el (display-buffer-use-some-window): Add missing
3963 argument in call of get-largest-window (Bug#15185).
3964 Reported by Stephen Leake.
3965
3966 2013-08-27 Glenn Morris <rgm@gnu.org>
3967
3968 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3969
3970 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3973 from a matcher-function unless there's no more matches (bug#15161).
3974
3975 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3976
3977 * minibuffer.el: Revert change from 2013-08-20.
3978
3979 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3980 with text property `tramp-default', if appropriate.
3981 (tramp-check-proper-host): New defun.
3982 (tramp-dissect-file-name): Do not check hostname. Revert change
3983 of 2013-03-18.
3984 (tramp-backtrace): Make VEC-OR-PROC optional.
3985
3986 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3987 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3988 * net/tramp-sh.el (tramp-maybe-open-connection):
3989 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3990 Apply `tramp-check-proper-host'.
3991
3992 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3993
3994 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3995 lambda expression in order to have `describe-variable' display it.
3996
3997 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3998
3999 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
4000 BUF can be optional. (Bug#15186)
4001
4002 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
4003
4004 * progmodes/flymake.el (flymake-get-real-file-name-function):
4005 Fix broken customization. (Bug#15184)
4006
4007 2013-08-25 Alan Mackenzie <acm@muc.de>
4008
4009 Improve indentation of bracelists defined by macros (without "=").
4010
4011 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
4012 expansion begins with "{", regard it as bracelist when it doesn't
4013 contain a ";".
4014
4015 Parse C++ inher-intro when there's a template split over 2 lines.
4016
4017 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
4018 rigorously the search for "class" etc. followed by ":".
4019
4020 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
4021 random languages a regexp which never matches rather than nil.
4022
4023 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
4024
4025 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
4026 (c-awk-regexp-one-line-possibly-open-char-list-re)
4027 (c-awk-one-line-possibly-open-regexp-re)
4028 (c-awk-one-line-non-syn-ws*-re): Remove.
4029 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
4030 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
4031 (c-awk-space*-unclosed-regexp-/-re): New constants.
4032 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
4033 aren't regexp delimiters.
4034
4035 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
4036 handling for a rare situation in AWK Mode involving unterminated
4037 strings/regexps.
4038
4039 2013-08-23 Glenn Morris <rgm@gnu.org>
4040
4041 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
4042
4043 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
4044
4045 * files.el (create-file-buffer): If the result would begin with
4046 spaces, prepend a "|" instead of removing them. (Bug#15162)
4047
4048 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4049
4050 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
4051 text-properties (bug#15155).
4052
4053 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
4054 exist any more.
4055 (calc-keypad-redraw): Remove unused var `pad'.
4056 (calc-keypad-press): Remove unused var `menu'.
4057
4058 2013-08-23 Martin Rudalics <rudalics@gmx.at>
4059
4060 * window.el (display-buffer-pop-up-frame):
4061 Call pop-up-frame-function with BUFFER current so `make-frame' will
4062 use it as the new frame's buffer (Bug#15133).
4063
4064 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * calendar/timeclock.el: Minor cleanups.
4067 (timeclock-ask-before-exiting, timeclock-use-display-time):
4068 Use `symbol'.
4069 (timeclock-modeline-display): Define as alias before the
4070 actual definition.
4071 (timeclock-mode-line-display): Use define-minor-mode.
4072 (timeclock-day-list-template): Make it a function, add an argument.
4073 (timeclock-day-list-required, timeclock-day-list-length)
4074 (timeclock-day-list-debt, timeclock-day-list-span)
4075 (timeclock-day-list-break): Adjust calls accordingly.
4076
4077 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
4080 Use read--expression so that completion works again.
4081
4082 2013-08-21 Sam Steingold <sds@gnu.org>
4083
4084 Add rudimentary inferior shell interaction
4085 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
4086 (sh-set-shell): Reset it.
4087 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
4088 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
4089
4090 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * align.el: Use lexical-binding.
4093 (align-region): Simplify accordingly.
4094
4095 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
4096
4097 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
4098
4099 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
4100 `non-essential' up.
4101
4102 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
4103
4104 * net/tramp.el:
4105 * net/tramp-adb.el:
4106 * net/tramp-cmds.el:
4107 * net/tramp-ftp.el:
4108 * net/tramp-gvfs.el:
4109 * net/tramp-gw.el:
4110 * net/tramp-sh.el: Don't wrap external variable declarations by
4111 `eval-when-compile'.
4112
4113 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4114
4115 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
4116 now that Emacs supports ImageMagick animations.
4117
4118 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
4119
4120 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
4121 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
4122
4123 2013-08-16 Martin Rudalics <rudalics@gmx.at>
4124
4125 * window.el (mouse-autoselect-window-select): Do autoselect when
4126 mouse pointer is on margin.
4127
4128 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
4129
4130 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
4131
4132 2013-08-16 Glenn Morris <rgm@gnu.org>
4133
4134 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
4135 Handle "Remote Directory" response of some clients. (Bug#15058)
4136
4137 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
4138 Tweak warning. (Bug#14926)
4139
4140 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
4141 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
4142
4143 * image-mode.el (image-mode-map): Add menu items to reverse,
4144 increase, decrease, reset animation speed.
4145 (image--set-speed, image-increase-speed, image-decrease-speed)
4146 (image-reverse-speed, image-reset-speed): New functions.
4147 (image-mode-map): Add bindings for speed commands.
4148
4149 * image.el (image-animate-get-speed, image-animate-set-speed):
4150 New functions.
4151 (image-animate-timeout): Respect image :speed property.
4152
4153 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
4156 previous line (bug#15101).
4157 (debugger-eval-expression, debugger-record-expression):
4158 Use read--expression (bug#15102).
4159
4160 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
4161
4162 Remove byte compiler warnings, visible when compiling with
4163 `byte-compile-force-lexical-warnings' set to t.
4164
4165 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
4166 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
4167 (tramp-handle-unhandled-file-name-directory)
4168 (tramp-handle-file-notify-add-watch, tramp-action-login)
4169 (tramp-action-succeed, tramp-action-permission-denied)
4170 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
4171 arguments with "_".
4172
4173 * net/tramp-adb.el (tramp-adb-parse-device-names)
4174 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
4175 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
4176 (tramp-adb-handle-file-truename): Remove unused arguments.
4177
4178 * net/tramp-cache.el (tramp-flush-directory-property)
4179 (tramp-flush-connection-property, tramp-list-connections)
4180 (tramp-parse-connection-properties): Prefix unused arguments with "_".
4181
4182 * net/tramp-compat.el (tramp-compat-make-temp-file):
4183 Rename FILENAME to F.
4184
4185 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4186 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
4187 (tramp-zeroconf-parse-workstation-device-names)
4188 (tramp-zeroconf-parse-webdav-device-names)
4189 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
4190
4191 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4192 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
4193
4194 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
4195 arguments.
4196 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
4197 (tramp-sh-handle-insert-file-contents-literally)
4198 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
4199 with "_".
4200 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
4201 Remove unused variables.
4202
4203 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4204 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
4205 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
4206
4207 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
4208 Make them a defconst.
4209 (tramp-uuencode-region): Remove unused variable.
4210
4211 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
4212
4213 * frameset.el (frameset--prop-setter): New function.
4214 (frameset-prop): Add gv-setter declaration.
4215 (frameset-filter-minibuffer): Deal with the case that the minibuffer
4216 parameter was already set in FILTERED. Doc fix.
4217 (frameset--record-minibuffer-relationships): Allow saving a
4218 minibufferless frame without its corresponding minibuffer frame.
4219 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
4220 frame, if the frame id matches.
4221 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
4222 frames before orphaned ones.
4223 (frameset-restore): Warn about orphaned windows, instead of error out.
4224
4225 2013-08-14 Martin Rudalics <rudalics@gmx.at>
4226
4227 * window.el (window-make-atom): Don't overwrite parameter
4228 already present.
4229 (display-buffer-in-atom-window): Handle special case where we
4230 split an already atomic window.
4231 (window--major-non-side-window, display-buffer-in-side-window)
4232 (window--side-check): Ignore minibuffer window when walking
4233 window tree.
4234 (window-deletable-p): Return 'frame only if no other frame uses
4235 our minibuffer window.
4236 (record-window-buffer): Run buffer-list-update-hook.
4237 (split-window): Make sure window--check-frame won't destroy an
4238 existing atomic window in case the new window gets nested
4239 inside.
4240 (display-buffer-at-bottom): Ignore minibuffer window when
4241 walking window tree. Don't split a side window.
4242 (pop-to-buffer): Don't set-buffer here, the select-window call
4243 should do that.
4244 (mouse-autoselect-window-select): Autoselect only if we are in the
4245 text portion of the window.
4246
4247 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4248
4249 * net/shr.el (shr-parse-image-data): New function to grab both the
4250 data itself and the Content-Type.
4251 (shr-put-image): Use it.
4252
4253 * net/eww.el (eww-display-image): Ditto.
4254
4255 * image.el (image-content-type-suffixes): New variable.
4256
4257 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4258
4259 * progmodes/python.el (python-imenu--build-tree)
4260 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
4261
4262 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
4263
4264 * simple.el (backward-word): Mention the optional argument.
4265
4266 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * frameset.el (frameset--make): Rename constructor from make-frameset.
4269 (frameset-p, frameset-valid-p): Don't autoload.
4270 (frameset-valid-p): Use normal accessors.
4271
4272 2013-08-13 Glenn Morris <rgm@gnu.org>
4273
4274 * progmodes/compile.el (compile-command): Tweak example in doc.
4275 * obsolete/scribe.el (scribe-mode):
4276 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
4277
4278 * mail/feedmail.el (feedmail-confirm-outgoing)
4279 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
4280
4281 * cus-start.el (truncate-partial-width-windows): Fix type.
4282
4283 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
4284
4285 * net/shr.el (shr-table-horizontal-line): Fix custom type.
4286
4287 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 * emacs-lisp/timer.el (timer--time-setter): New function.
4290 (timer--time): Use it as gv-setter.
4291
4292 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
4293 setter is not a symbol.
4294
4295 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
4296
4297 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
4298 if sending fails. This makes debugging easier.
4299
4300 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
4301
4302 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
4303 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
4304 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
4305
4306 2013-08-12 Eli Zaretskii <eliz@gnu.org>
4307
4308 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
4309
4310 2013-08-12 Glenn Morris <rgm@gnu.org>
4311
4312 * format.el (format-annotate-function):
4313 Handle read-only text properties in the source. (Bug#14887)
4314
4315 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4316
4317 * net/eww.el (eww-display-html): Ignore coding system errors.
4318 One web site uses "utf-8lias" as the coding system.
4319
4320 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
4321
4322 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
4323
4324 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
4325
4326 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
4327 (tutorial--detailed-help): Remove unused local variables.
4328 (tutorial--save-tutorial-to): Use ignore-errors.
4329 (help-with-tutorial): Use looking-at-p.
4330
4331 * view.el (view-buffer-other-window, view-buffer-other-frame):
4332 Mark unused arguments.
4333
4334 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
4335 (woman-select-symbol-fonts, woman, woman-find-file)
4336 (woman-insert-file-contents, woman-non-underline-faces):
4337 Use string-match-p.
4338 (woman1-unquote): Move declaration.
4339
4340 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
4341 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
4342 argument. Remove unused local variable.
4343 (xml-parse-elem-type): Use string-match-p.
4344 (xml-substitute-numeric-entities): Use ignore-errors.
4345
4346 * calculator.el (calculator): Mark unused argument.
4347 (calculator-paste, calculator-quit, calculator-integer-p):
4348 Use ignore-errors.
4349 (calculator-string-to-number, calculator-decimal, calculator-exp)
4350 (calculator-op-or-exp): Use string-match-p.
4351
4352 * dired.el (dired-buffer-more-recently-used-p): Declare.
4353 (dired-insert-set-properties, dired-insert-old-subdirs):
4354 Use ignore-errors.
4355
4356 * dired-aux.el (dired-compress): Use ignore-errors.
4357 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4358 (dired-do-async-shell-command, dired-do-shell-command)
4359 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4360 (dired-insert-subdir-validate): Use string-match-p.
4361 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4362 (dired-add-entry): Use string-match-p, looking-at-p.
4363 (dired-insert-subdir-newpos): Remove unused local variable.
4364
4365 * filenotify.el (file-notify-callback): Remove unused local variable.
4366
4367 * filesets.el (filesets-error): Mark unused argument.
4368 (filesets-which-command-p, filesets-filter-dir-names)
4369 (filesets-directory-files, filesets-get-external-viewer)
4370 (filesets-ingroup-get-data): Use string-match-p.
4371
4372 * find-file.el (ff-other-file-name, ff-other-file-name)
4373 (ff-find-the-other-file, ff-cc-hh-converter):
4374 Remove unused local variables.
4375 (ff-get-file-name): Use string-match-p.
4376 (ff-all-dirs-under): Use ignore-errors.
4377
4378 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4379 (follow-select-if-visible): Remove unused local variable.
4380
4381 * forms.el (read-file-filter): Move declaration.
4382 (forms--make-format, forms--make-parser, forms-insert-record):
4383 Quote function with #'.
4384 (forms--update): Use string-match-p. Quote function with #'.
4385
4386 * help-mode.el (help-dir-local-var-def): Mark unused argument.
4387 (help-make-xrefs): Use looking-at-p.
4388 (help-xref-on-pp): Use looking-at-p, ignore-errors.
4389
4390 * ibuffer.el (ibuffer-ext-visible-p): Declare.
4391 (ibuffer-confirm-operation-on): Use string-match-p.
4392
4393 * msb.el (msb-item-handler, msb-dired-item-handler):
4394 Mark unused arguments.
4395
4396 * ses.el (ses-decode-cell-symbol)
4397 (ses-kill-override): Remove unused local variable.
4398 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4399 (ses-load): Use ignore-errors, looking-at-p.
4400 (ses-jump-safe): Use ignore-errors.
4401 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4402
4403 * tabify.el (untabify, tabify): Mark unused arguments.
4404
4405 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4406 Mark unused argument.
4407 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4408 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4409
4410 * emacs-lisp/timer.el (timer--time): Define setter with
4411 gv-define-setter to avoid deprecation warning.
4412
4413 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
4414 (*record-cmpl-statistics-p*): Remove (was commented out).
4415 (cmpl-statistics-block): Remove (body was commented out).
4416 All callers changed.
4417 (add-completions-from-buffer, load-completions-from-file):
4418 Remove unused variables.
4419
4420 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4421
4422 * filecache.el (file-cache-delete-file-list):
4423 Print message only when told so.
4424 (file-cache-files-matching): Use #' in mapconcat argument.
4425
4426 * ffap.el (ffap-url-at-point): Fix reference to variable
4427 thing-at-point-default-mail-uri-scheme.
4428
4429 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * subr.el (define-error): New function.
4432 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4433 error-file-not-found and define with define-error.
4434 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4435 and define with define-error.
4436 * userlock.el (file-locked, file-supersession):
4437 * simple.el (mark-inactive):
4438 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4439 * progmodes/ada-mode.el (ada-mode-errors):
4440 * play/life.el (life-extinct):
4441 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4442 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4443 * nxml/rng-util.el (rng-error):
4444 * nxml/rng-uri.el (rng-uri-error):
4445 * nxml/rng-match.el (rng-compile-error):
4446 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4447 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4448 * nxml/nxml-rap.el (nxml-scan-error):
4449 * nxml/nxml-outln.el (nxml-outline-error):
4450 * net/soap-client.el (soap-error):
4451 * net/gnutls.el (gnutls-error):
4452 * net/ange-ftp.el (ftp-error):
4453 * mpc.el (mpc-proc-error):
4454 * json.el (json-error, json-readtable-error, json-unknown-keyword)
4455 (json-number-format, json-string-escape, json-string-format)
4456 (json-key-format, json-object-format):
4457 * jka-compr.el (compression-error):
4458 * international/quail.el (quail-error):
4459 * international/kkc.el (kkc-error):
4460 * emacs-lisp/ert.el (ert-test-failed):
4461 * calc/calc.el (calc-error, inexact-result, math-overflow)
4462 (math-underflow):
4463 * bookmark.el (bookmark-error-no-filename):
4464 * epg.el (epg-error): Define with define-error.
4465
4466 * time.el (display-time-event-handler)
4467 (display-time-next-load-average): Don't call sit-for since it seems
4468 unnecessary (bug#15045).
4469
4470 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4471 Use #' instead of ' to quote functions.
4472 (checkdoc-output-mode): Use setq-local.
4473 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4474 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4475 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4476 (checkdoc-ispell, checkdoc-ispell-current-buffer)
4477 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4478 (checkdoc-ispell-message-text, checkdoc-ispell-start)
4479 (checkdoc-ispell-continue, checkdoc-ispell-comments)
4480 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4481
4482 * ido.el (ido-completion-help): Fix up compiler warning.
4483
4484 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4485
4486 * frameset.el (frameset-p): Add autoload cookie.
4487 (frameset--jump-to-register): New function, based on code moved from
4488 register.el.
4489 (frameset-to-register): Move from register.el. Adapt to `registerv'.
4490
4491 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4492 (frameset-restore, frameset-save, frameset-session-filter-alist):
4493 Remove declarations.
4494 (register-alist): Doc fix.
4495 (frameset-to-register): Move to frameset.el.
4496 (jump-to-register, describe-register-1): Remove frameset-specific code.
4497
4498 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4499
4500 * allout-widgets.el (allout-widgets-pre-command-business)
4501 (allout-widgets-post-command-business)
4502 (allout-widgets-after-change-handler)
4503 (allout-decorate-item-and-context, allout-set-boundary-marker)
4504 (allout-body-modification-handler)
4505 (allout-graphics-modification-handler): Mark ignored arguments.
4506 (allout-widgets-post-command-business)
4507 (allout-widgets-exposure-change-processor)
4508 (allout-widgets-exposure-undo-processor)
4509 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4510 (allout-parse-item-at-point, allout-decorate-item-guides)
4511 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4512 * allout.el (epa-passphrase-callback-function): Declare.
4513 (allout-overlay-insert-in-front-handler)
4514 (allout-overlay-interior-modification-handler)
4515 (allout-isearch-end-handler, allout-chart-siblings)
4516 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4517 (allout-yank-processing, allout-process-exposed)
4518 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4519 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4520 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4521 (lisp-indent-defform): Mark ignored arguments.
4522 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
4523 (calculate-lisp-indent): Remove unused variables.
4524 * international/characters.el (indian-2-column, arabic-2-column)
4525 (tibetan): Mark ignored arguments.
4526 (use-cjk-char-width-table): Mark ignored arguments.
4527 Remove unused variables.
4528 * international/fontset.el (build-default-fontset-data)
4529 (x-compose-font-name, create-fontset-from-fontset-spec):
4530 Mark ignored arguments.
4531 (fontset-plain-name): Remove unused variables.
4532 * international/mule.el (charset-id, charset-bytes, generic-char-p)
4533 (keyboard-coding-system): Mark ignored arguments.
4534 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
4535 * help.el (resize-temp-buffer-window):
4536 * window.el (display-buffer-in-major-side-window)
4537 (display-buffer-in-side-window, display-buffer-in-previous-window):
4538 Remove unused variables.
4539 * isearch.el (isearch-forward-symbol):
4540 * version.el (emacs-bzr-version-bzr):
4541 * international/mule-cmds.el (current-language-environment):
4542 * term/common-win.el (x-handle-iconic, x-handle-geometry)
4543 (x-handle-display):
4544 * term/pc-win.el (x-list-fonts, x-display-planes)
4545 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4546 (x-server-version, x-display-screens, x-display-mm-height)
4547 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4548 (x-selection-owner-p, x-own-selection-internal)
4549 (x-disown-selection-internal, x-get-selection-internal)
4550 (msdos-initialize-window-system):
4551 * term/tty-colors.el (tty-color-alist, tty-color-clear):
4552 * term/x-win.el (x-handle-no-bitmap-icon):
4553 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4554 (vc-default-find-file-hook, vc-default-extra-menu):
4555 Mark ignored arguments.
4556
4557 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4560 break-condition in the context of the debugged code (bug#12685).
4561
4562 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
4563
4564 * comint.el:
4565 Do not use an overlay to highlight the last prompt. (Bug#14744)
4566 (comint-mode): Make comint-last-prompt buffer local.
4567 (comint-last-prompt): New variable.
4568 (comint-last-prompt-overlay): Remove. Superseded by
4569 comint-last-prompt.
4570 (comint-snapshot-last-prompt, comint-output-filter):
4571 Use comint-last-prompt.
4572
4573 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4574
4575 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
4576 (frameset-save): Check validity of the resulting frameset.
4577
4578 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
4579
4580 * ido.el (ido-record-command): Add doc string.
4581
4582 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4583
4584 * frameset.el (frameset): Do not disable creation of the default
4585 frameset-p predicate. Doc fix.
4586 (frameset-valid-p): New function, copied from the old predicate-p.
4587 Add additional checks.
4588 (frameset-restore): Check with frameset-valid-p.
4589 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4590 (frameset-name, frameset-description, frameset-properties)
4591 (frameset-states): Add docstring.
4592 (frameset-session-filter-alist, frameset-persistent-filter-alist)
4593 (frameset-filter-alist): Doc fixes.
4594
4595 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * frameset.el (frameset-p, frameset-prop): Doc fixes.
4598
4599 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4602 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4603 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4604 (byte-compile-normal-call): Remove obsolescence check.
4605
4606 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * frameset.el (frameset-restore): Doc fix.
4609
4610 * register.el (frameset-frame-id, frameset-frame-with-id)
4611 (frameset-p, frameset-restore, frameset-save): Declare.
4612 (register-alist): Document framesets.
4613 (frameset-session-filter-alist): Declare.
4614 (frameset-to-register): New function.
4615 (jump-to-register): Implement jumping to framesets. Doc fix.
4616 (describe-register-1): Describe framesets.
4617
4618 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4619
4620 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
4621
4622 * desktop.el (desktop-save-frameset): Use new frameset-save args.
4623 Use lexical-binding.
4624
4625 * frameset.el (frameset): Use type vector, not list (incompatible
4626 change). Do not declare a new constructor, use the default one.
4627 Upgrade suggested properties `app', `name' and `desc' to slots `app',
4628 `name' and `description', respectively, and add read-only slot
4629 `timestamp'. Doc fixes.
4630 (frameset-copy, frameset-persistent-filter-alist)
4631 (frameset-filter-alist, frameset-switch-to-gui-p)
4632 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4633 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4634 (frameset-filter-iconified, frameset-keep-original-display-p):
4635 Doc fixes.
4636 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4637 Rename from frameset-filter-(save|restore)-param. All callers changed.
4638 Doc fix.
4639 (frameset-p): Adapt to change to vector and be more thorough.
4640 Change arg name to OBJECT. Doc fix.
4641 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
4642 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4643 All callers changed.
4644 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4645 All callers changed.
4646 (frameset--record-minibuffer-relationships): Rename from
4647 frameset--process-minibuffer-frames. All callers changed.
4648 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4649 Use new default constructor (again). Doc fix.
4650 (frameset--find-frame-if): Rename from `frameset--find-frame.
4651 All callers changed.
4652 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4653 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4654 Doc fix.
4655 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4656 PARAMETERS and WINDOW-STATE, respectively.
4657 (frameset-restore): Add new keyword argument PREDICATE.
4658 Reset frameset--target-display to nil. Doc fix.
4659
4660 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4663 (bat-mode): Use it.
4664 (bat-mode-syntax-table): Mark \n as end-of-comment.
4665 (bat-font-lock-keywords): Remove comment rule.
4666
4667 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
4668 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
4669
4670 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4671 (byte-compile-callargs-warn): Use `push'.
4672 (byte-compile-arglist-warn): Ignore higher-order "calls".
4673 (byte-compile-file-form-autoload): Use `pcase'.
4674 (byte-compile-function-form): If quoting a symbol, check that it exists.
4675
4676 2013-08-07 Eli Zaretskii <eliz@gnu.org>
4677
4678 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4679 and add a few popular commands found in batch files.
4680 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4681 (dos-mode): Doc fixes.
4682
4683 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4684
4685 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4686 (dos-mode): Use setq-local. Add space after "rem".
4687 (dos-mode-syntax-table): Don't use "w" for symbol chars.
4688 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4689
4690 2013-08-07 Arni Magnusson <arnima@hafro.is>
4691
4692 * progmodes/dos.el: New file.
4693 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4694 dos-mode.
4695
4696 2013-08-06 Glenn Morris <rgm@gnu.org>
4697
4698 * calendar/calendar.el: Add new faces, and day-header-array.
4699 (calendar-weekday-header, calendar-weekend-header)
4700 (calendar-month-header): New faces.
4701 (calendar-day-header-construct): New function.
4702 (calendar-day-header-width): Also :set calendar-day-header-array.
4703 (calendar-american-month-header, calendar-european-month-header)
4704 (calendar-iso-month-header): Use calendar- faces.
4705 (calendar-generate-month):
4706 Use calendar-day-header-array for day headers; apply faces to them.
4707 (calendar-mode): Check calendar-font-lock-keywords non-nil.
4708 (calendar-abbrev-construct): Add optional maxlen argument.
4709 (calendar-day-name-array): Doc fix.
4710 (calendar-day-name-array, calendar-abbrev-length)
4711 (calendar-day-abbrev-array):
4712 Also :set calendar-day-header-array, and maybe redraw.
4713 (calendar-day-header-array): New option. (Bug#15007)
4714 (calendar-font-lock-keywords): Set to nil and make obsolete.
4715 (calendar-day-name): Add option to use header array.
4716
4717 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4718
4719 * net/shr.el (shr-render-td): Remove debugging.
4720 (shr-render-td): Make width computation consistent by defaulting
4721 all zero-width columns to 10 characters. This may not be optimal,
4722 but it's at least consistent.
4723 (shr-make-table-1): Redo last change to fix the real problem in
4724 colspan handling.
4725
4726 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4727
4728 * files.el (cache-long-line-scans):
4729 Make obsolete alias to `cache-long-scans'.
4730
4731 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4732
4733 * frameset.el (frameset, frameset-filter-alist)
4734 (frameset-filter-params, frameset-save, frameset--reuse-frame)
4735 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4736 (frameset-compute-pos): Rename from frameset--compute-pos,
4737 and add docstring.
4738 (frameset-move-onscreen): Use frameset-compute-pos.
4739 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4740
4741 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4742 Fix typos in docstrings.
4743
4744 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4745
4746 * frame.el (get-other-frame): Tiny cleanup.
4747
4748 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4749
4750 * vc/vc.el (vc-default-ignore-completion-table):
4751 Silence byte-compiler warning.
4752
4753 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4754 slot , which can indeed be nil.
4755 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4756 Move entry for `left' from persistent to live filter alist.
4757 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4758 Doc fixes.
4759 (frameset-filter-params): When restoring a frame, copy items added to
4760 `filtered', to avoid unwittingly modifying the original parameters.
4761 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
4762 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4763
4764 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4765 to use looking-at-p instead of looking-at. (Bug#15028)
4766
4767 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 Revert introduction of isearch-filter-predicates (bug#14714).
4770 Rely on add-function instead.
4771 * isearch.el (isearch-filter-predicates): Rename it back to
4772 isearch-filter-predicate.
4773 (isearch-message-prefix): Use advice-function-mapc and advice
4774 properties to get the isearch-message-prefix.
4775 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4776 instead of run-hook-with-args-until-failure.
4777 (isearch-filter-visible): Not obsolete any more.
4778 * loadup.el: Preload nadvice.
4779 * replace.el (perform-replace): Revert to funcall
4780 instead of run-hook-with-args-until-failure.
4781 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4782 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4783 dired-isearch-filenames-toggle; make it into a proper minor mode.
4784 Use add/remove-function.
4785 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4786 Call the minor-mode rather than add/remove-hook.
4787 (dired-isearch-filter-filenames):
4788 Remove isearch-message-prefix property.
4789 * info.el (Info--search-loop): New function, extracted from Info-search.
4790 Funcall isearch-filter-predicate instead of
4791 run-hook-with-args-until-failure isearch-filter-predicates.
4792 (Info-search): Use it.
4793 (Info-mode): Use isearch-filter-predicate instead of
4794 isearch-filter-predicates.
4795
4796 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4797
4798 Do not call to `selected-window' where it is assumed by default.
4799 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4800 `window-hscroll', `window-width', `window-height', `window-buffer',
4801 `window-frame', `window-start', `window-point', `next-window'
4802 and `window-display-table'.
4803 * abbrev.el (abbrev--default-expand):
4804 * bs.el (bs--show-with-configuration):
4805 * buff-menu.el (Buffer-menu-mouse-select):
4806 * calc/calc.el (calc):
4807 * calendar/calendar.el (calendar-generate-window):
4808 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4809 (diary-make-entry):
4810 * comint.el (send-invisible, comint-dynamic-complete-filename)
4811 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4812 * completion.el (complete):
4813 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4814 * disp-table.el (describe-current-display-table):
4815 * doc-view.el (doc-view-insert-image):
4816 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4817 * ehelp.el (with-electric-help):
4818 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4819 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4820 * emacs-lisp/helper.el (Helper-help-scroller):
4821 * emulation/cua-base.el (cua--post-command-handler-1):
4822 * eshell/esh-mode.el (eshell-output-filter):
4823 * ffap.el (ffap-gnus-wrapper):
4824 * help-macro.el (make-help-screen):
4825 * hilit-chg.el (highlight-compare-buffers):
4826 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4827 * hl-line.el (global-hl-line-highlight):
4828 * icomplete.el (icomplete-simple-completing-p):
4829 * isearch.el (isearch-done):
4830 * jit-lock.el (jit-lock-stealth-fontify):
4831 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4832 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4833 * mpc.el (mpc-tagbrowser, mpc):
4834 * net/rcirc.el (rcirc-any-buffer):
4835 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4836 * play/landmark.el (landmark-max-width, landmark-max-height):
4837 * play/zone.el (zone):
4838 * progmodes/compile.el (compilation-goto-locus):
4839 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4840 * progmodes/etags.el (find-tag-other-window):
4841 * progmodes/fortran.el (fortran-column-ruler):
4842 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4843 * progmodes/verilog-mode.el (verilog-point-text):
4844 * reposition.el (reposition-window):
4845 * rot13.el (toggle-rot13-mode):
4846 * server.el (server-switch-buffer):
4847 * shell.el (shell-dynamic-complete-command)
4848 (shell-dynamic-complete-environment-variable):
4849 * simple.el (insert-buffer, set-selective-display)
4850 (delete-completion-window):
4851 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4852 (speedbar-recenter):
4853 * startup.el (fancy-splash-head):
4854 * textmodes/ispell.el (ispell-command-loop):
4855 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4856 * tutorial.el (help-with-tutorial):
4857 * vc/add-log.el (add-change-log-entry):
4858 * vc/compare-w.el (compare-windows):
4859 * vc/ediff-help.el (ediff-indent-help-message):
4860 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4861 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4862 (ediff-setup-control-frame):
4863 * vc/emerge.el (emerge-position-region):
4864 * vc/pcvs-util.el (cvs-bury-buffer):
4865 * window.el (walk-windows, mouse-autoselect-window-select):
4866 * winner.el (winner-set-conf, winner-undo): Related users changed.
4867
4868 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4869
4870 * frameset.el (frameset--set-id): Doc fix.
4871 (frameset-frame-id, frameset-frame-id-equal-p)
4872 (frameset-locate-frame-id): New functions.
4873 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4874 (frameset-restore): Use them.
4875
4876 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4877
4878 Do not call to `selected-frame' where it is assumed by default.
4879 Affected functions are `raise-frame', `redraw-frame',
4880 `frame-first-window', `frame-terminal' and `delete-frame'.
4881 * calendar/appt.el (appt-disp-window):
4882 * epg.el (epg-wait-for-completion):
4883 * follow.el (follow-delete-other-windows-and-split)
4884 (follow-avoid-tail-recenter):
4885 * international/mule.el (set-terminal-coding-system):
4886 * mail/rmail.el (rmail-mail-return):
4887 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4888 * progmodes/f90.el (f90-add-imenu-menu):
4889 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4890 * server.el (server-switch-buffer):
4891 * simple.el (delete-completion-window):
4892 * talk.el (talk):
4893 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4894 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4895 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4896 * vc/ediff.el (ediff-documentation): Related users changed.
4897 * frame.el (selected-terminal): Remove the leftover.
4898
4899 2013-08-05 Glenn Morris <rgm@gnu.org>
4900
4901 * calendar/calendar.el (calendar-generate-month):
4902 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4903 (calendar-generate-month, calendar-font-lock-keywords):
4904 Fix for calendar-day-header-width > length of any day name.
4905
4906 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4907
4908 * desktop.el (desktop-clear): Use new name of sort predicate.
4909
4910 * frameset.el (frameset): Add docstring. Move :version property to its
4911 own `version' slot.
4912 (frameset-copy): Rename from copy-frameset.
4913 (frameset-p): Check more thoroughly.
4914 (frameset-prop): Do not check for :version, which is no longer a prop.
4915 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4916 Use new :never value instead of t.
4917 (frameset-filter-alist): Expand and clarify docstring.
4918 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4919 (frameset-filter-minibuffer, frameset-filter-save-param)
4920 (frameset-filter-restore-param, frameset-filter-iconified):
4921 Add pointer to docstring of frameset-filter-alist.
4922 (frameset-filter-params): Rename filter values to be more meaningful:
4923 :never instead of t, and reverse the meanings of :save and :restore.
4924 (frameset--process-minibuffer-frames): Clarify error message.
4925 (frameset-save): Avoid unnecessary and confusing call to framep.
4926 Use new BOA constructor for framesets.
4927 (frameset--reuse-list): Doc fix.
4928 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4929 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4930 (frameset-minibufferless-first-p): Doc fix.
4931 Rename from frameset-sort-frames-for-deletion.
4932 (frameset-restore): Doc fixes. Use new function names.
4933 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4934
4935 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4936
4937 * desktop.el (desktop-restore-forces-onscreen)
4938 (desktop-restore-reuses-frames): Document :keyword constant values.
4939 (desktop-filter-parameters-alist): Remove, now identical to
4940 frameset-filter-alist.
4941 (desktop--filter-tty*): Remove, moved to frameset.el.
4942 (desktop-save-frameset, desktop-restore-frameset):
4943 Do not pass :filters argument.
4944
4945 * frameset.el (frameset-live-filter-alist)
4946 (frameset-persistent-filter-alist): New variables.
4947 (frameset-filter-alist): Use them. Add autoload cookie.
4948 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4949 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4950 `frameset--id' (it's supposed to be internal to frameset.el).
4951 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4952 (frameset--initial-params): New function.
4953 (frameset--get-frame): Use it. Doc fix.
4954 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4955 Accept :all, not 'all.
4956 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4957 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4958 with fbound symbols. Fix frame id matching, and remove matching ids if
4959 the frame being restored is deleted. Obey :delete.
4960
4961 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * subr.el (macrop): New function.
4964 (text-clone--maintaining): New var.
4965 (text-clone--maintain): Rename from text-clone-maintain. Use it
4966 instead of inhibit-modification-hooks.
4967
4968 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4969 a proxy, so as handle autoloads and redefinitions of the target.
4970 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4971
4972 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4973 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4974 (pcase--mutually-exclusive-p): New function.
4975 (pcase--split-consp): Use it.
4976 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4977 mutually exclusive with the current predicate.
4978
4979 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4980 (edebug-macrop): Remove. Use `macrop' instead.
4981 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4982 (ad-macro-p):
4983 * eshell/esh-cmd.el (eshell-macrop):
4984 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4985
4986 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4989 (advice-mapc): New function, using it.
4990 (advice-function-member-p): New function.
4991 (advice--normalize): Store the cdr in advice--saved-rewrite since
4992 that's the part that will be changed.
4993 (advice--symbol-function): New function.
4994 (advice-remove): Handle removal before the function is defined.
4995 Adjust to new advice--saved-rewrite.
4996 (advice-member-p): Use advice-function-member-p and
4997 advice--symbol-function.
4998
4999 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
5000
5001 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
5002 (frameset-filter-minibuffer): Doc fix.
5003 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
5004 (frameset--set-id, frameset--process-minibuffer-frames)
5005 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
5006 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
5007
5008 * desktop.el (desktop-clear): Only delete frames when called
5009 interactively and desktop-restore-frames is non-nil. Doc fix.
5010 (desktop-read): Set desktop-saved-frameset to nil.
5011
5012 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
5013
5014 * vc/vc.el (vc-ignore): Rewrite.
5015 (vc-default-ignore-completion-table):
5016 (vc--read-lines):
5017 (vc--add-line, vc--remove-regexp): New functions.
5018
5019 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
5020 (vc-svn-ignore-completion-table): New function.
5021
5022 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
5023 (vc-hg-ignore-completion-table):
5024 (vc-hg-find-ignore-file): New functions.
5025
5026 * vc/vc-git.el (vc-git-ignore): Rewrite.
5027 (vc-git-ignore-completion-table):
5028 (vc-git-find-ignore-file): New functions.
5029
5030 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
5031
5032 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
5033 (vc-bzr-ignore-completion-table):
5034 (vc-bzr-find-ignore-file): New functions.
5035
5036 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
5037
5038 * frameset.el (frameset-prop): New function and setter.
5039 (frameset-save): Do not modify frame list passed by the caller.
5040
5041 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
5044
5045 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
5048 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
5049
5050 * custom.el (custom-initialize-default, custom-initialize-set)
5051 (custom-initialize-reset, custom-initialize-changed): Affect the
5052 toplevel-default-value (bug#6275, bug#14586).
5053 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
5054 for bug#6275.
5055
5056 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
5057
5058 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5059 Add cl-def* expressions.
5060
5061 * frameset.el (frameset-filter-params): Fix order of arguments.
5062
5063 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
5064
5065 Move code related to saving frames to frameset.el.
5066 * desktop.el: Require frameset.
5067 (desktop-restore-frames): Doc fix.
5068 (desktop-restore-reuses-frames): Rename from
5069 desktop-restoring-reuses-frames.
5070 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
5071 (desktop-clear): Clear frames too.
5072 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
5073 (desktop--filter-tty*, desktop-save, desktop-read):
5074 Use frameset functions.
5075 (desktop-before-saving-frames-functions, desktop--filter-*-color)
5076 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5077 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
5078 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
5079 (desktop--process-minibuffer-frames, desktop-save-frames)
5080 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
5081 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
5082 (desktop--sort-states, desktop-restoring-frames-p)
5083 (desktop-restore-frames): Remove. Most code moved to frameset.el.
5084 (desktop-restoring-frameset-p, desktop-restore-frameset)
5085 (desktop--check-dont-save, desktop-save-frameset): New functions.
5086 (desktop--app-id): New constant.
5087 (desktop-first-buffer, desktop-buffer-ok-count)
5088 (desktop-buffer-fail-count): Move before first use.
5089 * frameset.el: New file.
5090
5091 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5092
5093 * files.el: Use lexical-binding.
5094 (dir-locals-read-from-file): Remove unused `err' variable.
5095 (hack-dir-local-variables--warned-coding): New var.
5096 (hack-dir-local-variables): Use it to avoid repeated warnings.
5097 (make-backup-file-name--default-function): New function.
5098 (make-backup-file-name-function): Use it as default.
5099 (buffer-stale--default-function): New function.
5100 (buffer-stale-function): Use it as default.
5101 (revert-buffer-insert-file-contents--default-function): New function.
5102 (revert-buffer-insert-file-contents-function): Use it as default.
5103 (insert-directory): Avoid add-to-list.
5104
5105 * autorevert.el (auto-revert-handler): Simplify.
5106 Use buffer-stale--default-function.
5107
5108 2013-08-01 Tassilo Horn <tsdh@gnu.org>
5109
5110 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
5111
5112 * whitespace.el (whitespace-ensure-local-variables): New function.
5113 (whitespace-cleanup-region): Call it.
5114 (whitespace-turn-on): Call it.
5115
5116 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
5117
5118 Complete file name handlers.
5119
5120 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5121 (tramp-handle-verify-visited-file-modtime)
5122 (tramp-handle-file-notify-rm-watch): New functions.
5123 (tramp-call-process): Do not bind `default-directory'.
5124
5125 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5126 Order alphabetically.
5127 [access-file, add-name-to-file, dired-call-process]:
5128 [dired-compress-file, file-acl, file-notify-rm-watch]:
5129 [file-ownership-preserved-p, file-selinux-context]:
5130 [make-directory-internal, make-symbolic-link, set-file-acl]:
5131 [set-file-selinux-context, set-visited-file-modtime]:
5132 [verify-visited-file-modtime]: Add handler.
5133 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
5134
5135 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5136 [file-notify-add-watch, file-notify-rm-watch]:
5137 [set-file-times, set-visited-file-modtime]:
5138 [verify-visited-file-modtime]: Add handler.
5139 (with-tramp-gvfs-error-message)
5140 (tramp-gvfs-handle-set-visited-file-modtime)
5141 (tramp-gvfs-fuse-file-name): Remove.
5142 (tramp-gvfs-handle-file-notify-add-watch)
5143 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
5144 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
5145
5146 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5147 Order alphabetically.
5148 [file-notify-rm-watch ]: Use default Tramp handler.
5149 [executable-find]: Remove private handler.
5150 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
5151 `default-directory'.
5152 (tramp-sh-handle-executable-find)
5153 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
5154 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5155 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
5156 Do not use `format' in `tramp-message'.
5157
5158 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
5159 [file-notify-rm-watch, set-visited-file-modtime]:
5160 [verify-visited-file-modtime]: Add handler.
5161 (tramp-smb-call-winexe): Do not bind `default-directory'.
5162
5163 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
5164
5165 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
5166
5167 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
5168
5169 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
5170 use it.
5171 (log-view-diff-changeset): Same.
5172 (log-view-diff-common): Call backend command `previous-revision'
5173 to find out the previous revision, in both cases. Swap the
5174 variables `to' and `fr', so that `fr' usually refers to the
5175 earlier revision (Bug#14989).
5176
5177 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
5178
5179 * ibuf-ext.el (ibuffer-filter-by-filename):
5180 Make it work with dired buffers too.
5181
5182 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
5183
5184 * emacs-lisp/re-builder.el (reb-color-display-p):
5185 * files.el (save-buffers-kill-terminal):
5186 * net/browse-url.el (browse-url):
5187 * server.el (server-save-buffers-kill-terminal):
5188 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
5189 Prefer nil to selected-frame for the first arg of frame-parameter.
5190
5191 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
5192
5193 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
5194
5195 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
5196
5197 * minibuffer.el (completion--twq-all): Try and preserve each
5198 completion's case choice (bug#14907).
5199
5200 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5201
5202 * net/network-stream.el (open-network-stream): Mention the new
5203 :nogreeting parameter.
5204 (network-stream-open-starttls): Use the :nogreeting parameter
5205 (bug#14938).
5206
5207 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
5208
5209 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
5210 more natural than popping.
5211
5212 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5213 (shr-urlify): Highlight under mouse.
5214
5215 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5216
5217 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
5218
5219 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
5220
5221 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
5222 buffer for output.
5223
5224 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
5225 point-min==1. Fix search string. Fix parentheses missing.
5226
5227 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
5228 assume point-min==1. Fix search string. Fix parentheses missing.
5229
5230 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
5231
5232 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
5233 buffer for output.
5234
5235 2013-07-29 Eli Zaretskii <eliz@gnu.org>
5236
5237 * frame.el (frame-notice-user-settings): Avoid inflooping when the
5238 initial frame is minibuffer-less. (Bug#14841)
5239
5240 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
5241
5242 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
5243 option.
5244
5245 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5246 (tramp-maybe-open-connection): Use it.
5247
5248 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5249
5250 * desktop.el (desktop--make-frame): Include `minibuffer' in the
5251 minimal set of parameters passed when creating a frame, because
5252 the minibuffer status of a frame cannot be changed later.
5253
5254 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
5255
5256 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
5257 replace-regexp-in-string and inadvertent omissions in previous change.
5258 (todo-filter-items): Ensure only file names are comma-separated in
5259 name of filtered items buffer.
5260
5261 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5262
5263 * desktop.el: Optionally force offscreen frames back onscreen.
5264 (desktop-restoring-reuses-frames): New option.
5265 (desktop--compute-pos, desktop--move-onscreen): New functions.
5266 (desktop--make-frame): Use desktop--move-onscreen.
5267
5268 2013-07-27 Alan Mackenzie <acm@muc.de>
5269
5270 Fontify a Java generic method as a function.
5271 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
5272 value to t.
5273
5274 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
5275
5276 * calendar/todo-mode.el: Add command to rename todo files.
5277 (todo-rename-file): New command.
5278 (todo-key-bindings-t): Add key binding for it. Change the
5279 bindings of todo-filter-regexp-items(-multifile) to use `x'
5280 instead of `r', since the latter is better suited to the new
5281 renaming command.
5282
5283 2013-07-27 Alan Mackenzie <acm@muc.de>
5284
5285 Make Java try-with-resources statement parse properly.
5286 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
5287 (c-block-stmt-1-2-key): New language constants/variables.
5288 * progmodes/cc-engine.el (c-beginning-of-statement-1)
5289 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
5290 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
5291 with c-block-stmt-1-2-key.
5292
5293 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
5294
5295 * desktop.el (desktop--make-frame): Apply most frame parameters after
5296 creating the frame to force (partially or totally) offscreen frames to
5297 be restored as such.
5298
5299 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
5300
5301 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
5302 (Bug#14948)
5303
5304 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5305
5306 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
5307 `base' arg of backtrace-frame.
5308
5309 2013-07-26 Eli Zaretskii <eliz@gnu.org>
5310
5311 * simple.el (list-processes): Doc fix.
5312
5313 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5314
5315 * desktop.el (desktop--select-frame):
5316 Try harder to reuse existing frames.
5317
5318 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5319
5320 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
5321 (edebug-eval): Use backtrace-eval.
5322 (edebug--display, edebug--recursive-edit): Don't let-bind the
5323 edebug-outer-* vars that keep track of variables we locally let-bind.
5324 (edebug-outside-excursion): Don't restore outside values of locally
5325 let-bound vars.
5326 (edebug--display): Use user-error.
5327 (cl-lexical-debug, cl-debug-env): Remove.
5328
5329 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5330
5331 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
5332 are restored to be sure that they are visible before deleting any
5333 remaining ones.
5334
5335 2013-07-26 Matthias Meulien <orontee@gmail.com>
5336
5337 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
5338 vc-print-root-log. (Bug#14948)
5339
5340 2013-07-26 Richard Stallman <rms@gnu.org>
5341
5342 Add aliases for encrypting mail.
5343 * epa.el (epa-mail-aliases): New option.
5344 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
5345 Bind inhibit-read-only so read-only text doesn't ruin everything.
5346 (epa-mail-default-recipients): New subroutine broken out.
5347 Handle epa-mail-aliases.
5348
5349 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 Add support for lexical variables to the debugger's `e' command.
5352 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5353 vars, except for debugger-outer-match-data.
5354 (debugger-frame-number): Move check for "on a function call" from
5355 callers into it. Add `skip-base' argument.
5356 (debugger-frame, debugger-frame-clear): Simplify accordingly.
5357 (debugger-env-macro): Only reset the state stored in non-variables,
5358 i.e. current-buffer and match-data.
5359 (debugger-eval-expression): Rewrite using backtrace-eval.
5360 * subr.el (internal--called-interactively-p--get-frame): Remove.
5361 (called-interactively-p):
5362 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5363 `base' arg of backtrace-frame instead.
5364
5365 2013-07-26 Glenn Morris <rgm@gnu.org>
5366
5367 * align.el (align-regexp): Doc fix. (Bug#14857)
5368 (align-region): Explicit error if subexpression missing/does not match.
5369
5370 * simple.el (global-visual-line-mode):
5371 Do not duplicate the mode lighter. (Bug#14858)
5372
5373 2013-07-25 Martin Rudalics <rudalics@gmx.at>
5374
5375 * window.el (display-buffer): In display-buffer bind
5376 split-window-keep-point to t, bug#14829.
5377
5378 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5379
5380 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5381 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5382 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5383 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5384 Change accordingly.
5385 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5386 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
5387
5388 2013-07-25 Glenn Morris <rgm@gnu.org>
5389
5390 * dired-x.el (dired-mark-extension): Convert comment to doc string.
5391
5392 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5393
5394 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5395 parameter to modify-frame-parameters if the value has not changed;
5396 this is a workaround for bug#14949.
5397 (desktop--make-frame): On cl-delete-if call, check parameter name,
5398 not full parameter.
5399
5400 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5401
5402 * vc/vc.el (vc-ignore): New function.
5403
5404 * vc/vc-svn.el (vc-svn-ignore): New function.
5405
5406 * vc/vc-hg.el (vc-hg-ignore): New function.
5407
5408 * vc/vc-git.el (vc-git-ignore): New function.
5409
5410 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5411 (vc-dir-ignore): New function.
5412
5413 * vc/vc-cvs.el (vc-cvs-ignore): New function.
5414 (cvs-append-to-ignore): Move here from pcvs.el.
5415
5416 * vc/vc-bzr.el (vc-bzr-ignore): New function.
5417
5418 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5419
5420 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
5421
5422 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5423 (desktop-restore-frames): Warn when deleting an existing frame failed.
5424
5425 2013-07-24 Glenn Morris <rgm@gnu.org>
5426
5427 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
5428
5429 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
5430
5431 * filenotify.el (file-notify-supported-p):
5432 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5433 Remove functions.
5434
5435 * autorevert.el (auto-revert-use-notify):
5436 (auto-revert-notify-add-watch):
5437 * net/tramp.el (tramp-file-name-for-operation):
5438 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5439 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5440 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5441 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5442 Remove `file-notify-supported-p' entry.
5443
5444 2013-07-24 Glenn Morris <rgm@gnu.org>
5445
5446 * printing.el: Replace all uses of deleted ps-windows-system,
5447 ps-lp-system, ps-flatten-list with lpr- versions.
5448
5449 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5452 checked with memq (bug#14935).
5453
5454 * files.el (revert-buffer-function): Use a non-nil default.
5455 (revert-buffer-preserve-modes): Declare var to
5456 provide access to the `preserve-modes' argument.
5457 (revert-buffer): Let-bind it.
5458 (revert-buffer--default): New function, extracted from revert-buffer.
5459
5460 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5461
5462 * lpr.el: Signal print errors more prominently.
5463 (print-region-function): Don't default to nil.
5464 (lpr-print-region): New function, extracted from print-region-1.
5465 Check lpr's return value and signal an error in case of problem.
5466 (print-region-1): Use it.
5467 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
5468 versions instead.
5469 (ps-printer-name): Default to nil.
5470 (ps-printer-name-option): Default to lpr-printer-switch.
5471 (ps-print-region-function): Don't default to nil.
5472 (ps-postscript-code-directory): Simplify default.
5473 (ps-do-despool): Use lpr-print-region to properly check the outcome.
5474 (ps-string-list, ps-eval-switch, ps-flatten-list)
5475 (ps-flatten-list-1): Remove.
5476 (ps-multibyte-buffer): Avoid setq.
5477 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5478 (print-region-function, ps-print-region-function): Don't set them here.
5479
5480 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
5481
5482 * ido.el (ido-fractionp):
5483 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5484 (ido-max-file-prompt-width, ido-unc-hosts-cache)
5485 (ido-max-directory-size, ido-max-dir-file-cache)
5486 (ido-decorations): Doc fix.
5487
5488 * ansi-color.el: Fix old URL.
5489
5490 2013-07-23 Michael R. Mauger <michael@mauger.com>
5491
5492 * progmodes/sql.el: Version 3.3
5493 (sql-product-alist): Improve oracle :prompt-cont-regexp.
5494 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5495 (sql-interactive-remove-continuation-prompt): Rewrite, use
5496 functions above. Fix continuation prompt and complete output line
5497 handling.
5498 (sql-redirect-one, sql-execute): Use `read-only-mode' on
5499 redirected output buffer.
5500 (sql-mode): Restore deleted code (Bug#13591).
5501
5502 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5503
5504 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5505
5506 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
5507
5508 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5509
5510 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5511 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5512 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5513
5514 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5515
5516 * desktop.el (desktop-clear): Simplify; remove useless checks
5517 against invalid buffer names.
5518 (desktop-list*): Use cl-list*.
5519 (desktop-buffer-info, desktop-create-buffer): Simplify.
5520
5521 2013-07-23 Leo Liu <sdl.web@gmail.com>
5522
5523 * bookmark.el (bookmark-make-record): Restore NAME as a default
5524 value. (Bug#14933)
5525
5526 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5527
5528 * emacs-lisp/autoload.el (autoload--setup-output): New function,
5529 extracted from autoload--insert-text.
5530 (autoload--insert-text): Remove.
5531 (autoload--print-cookie-text): New function, extracted from
5532 autoload--insert-cookie-text.
5533 (autoload--insert-cookie-text): Remove.
5534 (autoload-generate-file-autoloads): Adjust calls accordingly.
5535
5536 * winner.el (winner-hook-installed-p): Remove.
5537 (winner-mode): Simplify accordingly.
5538
5539 * subr.el (add-to-list): Fix compiler-macro when `append' is
5540 not constant. Don't use `cl-member' for the base case.
5541
5542 * progmodes/subword.el: Fix boundary case (bug#13758).
5543 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
5544 own group.
5545 (subword-backward-regexp): Make it a constant.
5546 (subword-forward-internal): Don't treat a trailing capital as the
5547 beginning of a word.
5548
5549 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5550
5551 * emacs-lisp/package.el (package-menu-mode): Don't modify the
5552 global value of tabulated-list-revert-hook (bug#14930).
5553
5554 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
5555
5556 * desktop.el: Require 'cl-lib.
5557 (desktop-before-saving-frames-functions): New hook.
5558 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5559 for frames being saved. Rename from desktop--save-minibuffer-frames.
5560 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5561 Do not save frames with non-nil `desktop-dont-save' parameter.
5562 Filter out deleted frames.
5563 (desktop--find-frame): Use cl-find-if.
5564 (desktop--select-frame): Use cl-(first|second|third) to access values
5565 of desktop-mini.
5566 (desktop--make-frame): Use cl-delete-if.
5567 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5568 (desktop-restore-frames): Use cl-(first|second|third) to access values
5569 of desktop-mini. Look for visible frame at the end, not while
5570 restoring frames.
5571
5572 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5573 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5574 Use string-match-p, looking-at-p (bug#14927).
5575
5576 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
5577
5578 * desktop.el (desktop-saved-frame-states):
5579 Rename from desktop--saved-states; all users changed.
5580 (desktop-save-frames): Rename from desktop--save-frames.
5581 Do not save state to desktop file.
5582 (desktop-save): Save desktop-saved-frame-states to desktop file
5583 and reset to nil.
5584 (desktop-restoring-frames-p): New function.
5585 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
5586 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
5587 buffer-lists when restoring frames. Suggested by Martin Rudalics.
5588
5589 * desktop.el: Correctly restore iconified frames.
5590 (desktop--filter-iconified-position): New function.
5591 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5592
5593 2013-07-20 Glenn Morris <rgm@gnu.org>
5594
5595 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5596 Let `message' do the formatting.
5597 (def-gdb-preempt-display-buffer): Add explicit format.
5598
5599 * image-dired.el (image-dired-track-original-file):
5600 Use with-current-buffer.
5601 (image-dired-track-thumbnail): Use with-current-buffer.
5602 Avoid changing point of wrong window.
5603
5604 * image-dired.el (image-dired-track-original-file):
5605 Avoid changing point of wrong window. (Bug#14909)
5606
5607 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
5608
5609 * progmodes/gdb-mi.el (gdb-done-or-error):
5610 Guard against "%" in gdb output. (Bug#14127)
5611
5612 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
5613
5614 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5615 (Bug#14826)
5616
5617 * international/mule.el (coding-system-iso-2022-flags): Fix last
5618 change.
5619
5620 2013-07-20 Kenichi Handa <handa@gnu.org>
5621
5622 * international/mule.el (coding-system-iso-2022-flags):
5623 Add `8-bit-level-4'. (Bug#8522)
5624
5625 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5626
5627 * net/shr.el (shr-mouse-browse-url): New command and keystroke
5628 (bug#14815).
5629
5630 * net/eww.el (eww-process-text-input): Allow inputting when the
5631 point is at the start of the line, as the properties aren't
5632 front-sticky.
5633
5634 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5635 degenerate widths.
5636
5637 2013-07-19 Richard Stallman <rms@gnu.org>
5638
5639 * epa.el (epa-popup-info-window): Doc fix.
5640
5641 * subr.el (split-string): New arg TRIM.
5642
5643 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
5644
5645 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5646 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5647
5648 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
5649
5650 * filenotify.el (file-notify--library): Rename from
5651 `file-notify-support'. Do not autoload. Adapt all uses.
5652 (file-notify-supported-p): New defun.
5653
5654 * autorevert.el (auto-revert-use-notify):
5655 Use `file-notify-supported-p' instead of `file-notify-support'.
5656 Adapt docstring.
5657 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5658
5659 * net/tramp.el (tramp-file-name-for-operation):
5660 Add `file-notify-supported-p'.
5661
5662 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5663 New defun.
5664 (tramp-sh-file-name-handler-alist): Add it as handler for
5665 `file-notify-supported-p '.
5666
5667 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5668 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5669 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5670 Add `ignore' as handler for `file-notify-*' functions.
5671
5672 2013-07-17 Eli Zaretskii <eliz@gnu.org>
5673
5674 * simple.el (line-move-partial, line-move): Don't start vscroll or
5675 scroll-up if the current line is not taller than the window.
5676 (Bug#14881)
5677
5678 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
5679
5680 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5681 highlight question marks in the method names as strings.
5682 (ruby-block-beg-keywords): Inline.
5683 (ruby-font-lock-keyword-beg-re): Extract from
5684 `ruby-font-lock-keywords'.
5685
5686 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
5687
5688 * frame.el (blink-cursor-blinks): New defcustom.
5689 (blink-cursor-blinks-done): New defvar.
5690 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5691 (blink-cursor-timer-function): Check if number of blinks has been
5692 done on X and NS.
5693 (blink-cursor-suspend, blink-cursor-check): New defuns.
5694
5695 2013-07-15 Glenn Morris <rgm@gnu.org>
5696
5697 * edmacro.el (edmacro-format-keys): Fix previous change.
5698
5699 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
5700
5701 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5702 The hack didn't work outside English locales anyway.
5703
5704 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * simple.el (define-alternatives): Rename from alternatives-define,
5707 per RMS' suggestion.
5708
5709 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
5710
5711 * desktop.el (desktop-restore-frames): Change default to t.
5712 (desktop-restore-in-current-display): Now offer more options.
5713 (desktop-restoring-reuses-frames): New customization option.
5714 (desktop--saved-states): Doc fix.
5715 (desktop-filter-parameters-alist): New variable, renamed and expanded
5716 from desktop--excluded-frame-parameters.
5717 (desktop--target-display): New variable.
5718 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5719 (desktop--filter-tty*, desktop--filter-*-color)
5720 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5721 (desktop--filter-save-desktop-parm)
5722 (desktop-restore-in-original-display-p): New functions.
5723 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5724 (desktop--save-minibuffer-frames): New function, inspired by a similar
5725 function from Martin Rudalics.
5726 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5727 (desktop--restore-in-this-display-p): Remove.
5728 (desktop--find-frame): Rename from desktop--find-frame-in-display
5729 and add predicate argument.
5730 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5731 (desktop--reuse-list): New variable.
5732 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5733 New functions.
5734 (desktop--restore-frames): Add support for "minibuffer-special" frames.
5735
5736 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
5737
5738 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5739
5740 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
5741
5742 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5743 Highlight conversion methods on Kernel.
5744
5745 2013-07-13 Alan Mackenzie <acm@muc.de>
5746
5747 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5748 and comment it out. This out-commenting enables certain C++
5749 declarations to be parsed correctly.
5750
5751 2013-07-13 Eli Zaretskii <eliz@gnu.org>
5752
5753 * international/mule.el (define-coding-system): Doc fix.
5754
5755 * simple.el (default-font-height): Don't call font-info if the
5756 frame's default font didn't change since the frame was created.
5757 (Bug#14838)
5758
5759 2013-07-13 Leo Liu <sdl.web@gmail.com>
5760
5761 * ido.el (ido-read-file-name): Guard against non-symbol value.
5762
5763 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5764
5765 * progmodes/python.el (python-imenu--build-tree): Fix corner case
5766 in nested defuns.
5767
5768 2013-07-13 Leo Liu <sdl.web@gmail.com>
5769
5770 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5771 ido-set-matches call. (Bug#6852)
5772
5773 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
5774
5775 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5776 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5777 Ruby 2.0.
5778 (ruby-font-lock-keywords): Distinguish calls to functions with
5779 module-like names from module references. Highlight character
5780 literals.
5781
5782 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5783
5784 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5785 (gdb-send): Handle continued commands. (Bug#14847)
5786
5787 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5788
5789 * desktop.el (desktop--v2s): Remove unused local variable.
5790 (desktop-save-buffer): Make defvar-local; adjust docstring.
5791 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5792 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5793
5794 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5795
5796 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5797
5798 2013-07-12 Eli Zaretskii <eliz@gnu.org>
5799
5800 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5801 (Bug#14842)
5802
5803 2013-07-12 Glenn Morris <rgm@gnu.org>
5804
5805 * doc-view.el: Require cl-lib at runtime too.
5806 (doc-view-remove-if): Remove.
5807 (doc-view-search-next-match, doc-view-search-previous-match):
5808 Use cl-remove-if.
5809
5810 * edmacro.el: Require cl-lib at runtime too.
5811 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5812 (edmacro-mismatch, edmacro-subseq): Remove.
5813
5814 * shadowfile.el: Require cl-lib.
5815 (shadow-remove-if): Remove.
5816 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5817 Use cl-remove-if.
5818
5819 * wid-edit.el: Require cl-lib.
5820 (widget-choose): Use cl-remove-if.
5821 (widget-remove-if): Remove.
5822
5823 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5824 (ebrowse-delete-if-not): Remove.
5825 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5826 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5827 Use cl-delete-if-not.
5828
5829 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5830
5831 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5832 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5833
5834 2013-07-12 Leo Liu <sdl.web@gmail.com>
5835
5836 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5837
5838 2013-07-11 Glenn Morris <rgm@gnu.org>
5839
5840 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5841 (edebug-gensym-index, edebug-gensym):
5842 Remove reimplementation of cl-gensym.
5843 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5844
5845 * thumbs.el: Require cl-lib at run-time too.
5846 (thumbs-gensym-counter, thumbs-gensym):
5847 Remove reimplementation of cl-gensym.
5848 (thumbs-temp-file): Use cl-gensym.
5849
5850 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5851 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5852 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5853 (ert--union, ert--gensym-counter, ert--gensym-counter)
5854 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5855 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5856 (ert-make-test-unbound, ert--expand-should-1)
5857 (ert--expand-should, ert--should-error-handle-error)
5858 (should-error, ert--explain-equal-rec)
5859 (ert--plist-difference-explanation, ert-select-tests)
5860 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5861 Use cl-lib functions rather than reimplementations.
5862
5863 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5864
5865 * net/tramp.el (tramp-methods): Extend docstring.
5866 (tramp-connection-timeout): New defcustom.
5867 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5868 (with-tramp-progress-reporter): Simplify.
5869 (tramp-process-actions): Improve messages.
5870
5871 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5872 * net/tramp-sh.el (tramp-maybe-open-connection):
5873 Use `tramp-connection-timeout'.
5874 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5875 (Bug#14808)
5876
5877 2013-07-11 Leo Liu <sdl.web@gmail.com>
5878
5879 * ido.el (ido-read-file-name): Conform to the requirements of
5880 read-file-name. (Bug#11861)
5881 (ido-read-directory-name): Conform to the requirements of
5882 read-directory-name.
5883
5884 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5885
5886 * subr.el (delay-warning): New function.
5887
5888 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5889
5890 * simple.el (default-line-height): New function.
5891 (line-move-partial, line-move): Use it instead of computing the
5892 line height inline.
5893 (line-move-partial): Always compute ROWH. If the last line is
5894 partially-visible, but its text is completely visible, allow
5895 cursor to enter such a partially-visible line.
5896
5897 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5898
5899 Improve error messages. (Bug#14808)
5900
5901 * net/tramp.el (tramp-current-connection): New defvar, moved from
5902 tramp-sh.el.
5903 (tramp-message-show-progress-reporter-message): Remove, not
5904 needed anymore.
5905 (tramp-error-with-buffer): Show message in minibuffer.
5906 Discard input before waiting. Reset connection timestamp.
5907 (with-tramp-progress-reporter): Improve messages.
5908 (tramp-process-actions): Use progress reporter. Delete process in
5909 case of error. Improve messages.
5910
5911 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5912 Call `tramp-error-with-buffer' with vector and buffer.
5913 (tramp-current-connection): Remove.
5914 (tramp-maybe-open-connection): The car of
5915 `tramp-current-connection' are the first 3 slots of the vector.
5916
5917 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5918
5919 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5920 inside continued strings.
5921
5922 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5923
5924 Timestamp fixes for undo (Bug#14824).
5925 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5926
5927 2013-07-10 Leo Liu <sdl.web@gmail.com>
5928
5929 * files.el (require-final-newline): Allow safe local value.
5930 (Bug#14834)
5931
5932 2013-07-09 Leo Liu <sdl.web@gmail.com>
5933
5934 * ido.el (ido-read-directory-name): Handle fallback.
5935 (ido-read-file-name): Update DIR to ido-current-directory.
5936 (Bug#1516)
5937 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5938
5939 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5940
5941 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5942 "autoload". Remove "warn lower camel case" section, previously
5943 commented out. Highlight negation char. Do not highlight the
5944 target in singleton method definitions.
5945
5946 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * faces.el (tty-setup-hook): Declare the hook.
5949
5950 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5951 and detect when a guard/pred depends on local vars (bug#14773).
5952 (pcase--u1): Adjust caller.
5953
5954 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5955
5956 * simple.el (line-move-partial, line-move): Account for
5957 line-spacing.
5958 (line-move-partial): Avoid setting vscroll when the last
5959 partially-visible line in window is of default height.
5960
5961 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5962
5963 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5964 been used a while.
5965
5966 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5967
5968 * subr.el (read-quoted-char): Remove unused local variable `char'.
5969
5970 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5971
5972 * ediff.el (ediff-version): Version update.
5973 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5974 (ediff-merge-with-ancestor-command, ediff-directories-command)
5975 (ediff-directories3-command, ediff-merge-directories-command)
5976 (ediff-merge-directories-with-ancestor-command): New functions.
5977 All are command-line interfaces to ediff: to facilitate calling
5978 Emacs with the appropriate ediff functions invoked.
5979
5980 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5981 (viper-save-kill-buffer): Check if buffer is modified.
5982
5983 * viper.el (viper-version): Version update.
5984 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5985
5986 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5987
5988 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5989 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5990 (viper-intercept-ESC-key): Simplify.
5991 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5992 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5993 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5994 (viper-setup-ESC-to-escape): New functions.
5995 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5996 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5997
5998 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5999
6000 * simple.el (default-font-height, window-screen-lines):
6001 New functions.
6002 (line-move, line-move-partial): Use them instead of
6003 frame-char-height and window-text-height. This makes scrolling
6004 text smoother when the buffer's default face uses a font that is
6005 different from the frame's default font.
6006
6007 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
6008
6009 * files.el (write-file): Do not display confirm dialog for NS,
6010 it does its own dialog, which can't be cancelled (Bug#14578).
6011
6012 2013-07-06 Eli Zaretskii <eliz@gnu.org>
6013
6014 * simple.el (line-move-partial): Adjust the row returned by
6015 posn-at-point for the current window-vscroll. (Bug#14567)
6016
6017 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
6018
6019 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
6020 (tramp-sh-file-inotifywait-process-filter): Handle file names with
6021 spaces.
6022
6023 2013-07-06 Martin Rudalics <rudalics@gmx.at>
6024
6025 * window.el (window-state-put-stale-windows): New variable.
6026 (window--state-put-2): Save list of windows without matching buffer.
6027 (window-state-put): Remove "bufferless" windows if possible.
6028
6029 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
6030
6031 * simple.el (alternatives-define): Remove leftover :group keyword.
6032 Tweak docstring.
6033
6034 2013-07-06 Leo Liu <sdl.web@gmail.com>
6035
6036 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
6037 (ido-enable-virtual-buffers): New variable.
6038 (ido-buffer-internal, ido-toggle-virtual-buffers)
6039 (ido-make-buffer-list): Use it.
6040 (ido-exhibit): Support turning on and off virtual buffers
6041 automatically.
6042
6043 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
6044
6045 * simple.el (alternatives-define): New macro.
6046
6047 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6048
6049 * subr.el (read-quoted-char): Use read-key.
6050 (sit-for): Let read-event decode tty input (bug#14782).
6051
6052 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
6053
6054 * calendar/todo-mode.el: Add handling of file deletion, both by
6055 mode command and externally. Fix various related bugs.
6056 Clarify Commentary and improve some documentation strings and code.
6057 (todo-delete-file): New command.
6058 (todo-check-file): New function.
6059 (todo-show): Handle external deletion of the file we're trying to
6060 show (bug#14688). Replace called-interactively-p by an optional
6061 prefix argument to avoid problematic interaction with catch form
6062 when byte compiled (bug#14702).
6063 (todo-quit): Handle external deletion of the archive's todo file.
6064 Make sure the buffer that was visiting the archive file is still
6065 live before trying to bury it.
6066 (todo-category-completions): Handle external deletion of any
6067 category completion files.
6068 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
6069 of todo files, in case of external deletion.
6070 (todo-add-file): Replace unnecessary setq by let-binding.
6071 (todo-find-archive): Check whether there are any archives.
6072 Replace unnecessary setq by let-binding.
6073 (todo-archive-done-item): Use find-file-noselect to get the
6074 archive buffer whether or not the archive already exists.
6075 Remove superfluous code. Use file size instead of buffer-file-name to
6076 check if the archive is new; if it is, update list of archives.
6077 (todo-default-todo-file): Allow nil to be a valid value for when
6078 there are no todo files.
6079 (todo-reevaluate-default-file-defcustom): Use corrected definition
6080 of todo-default-todo-file.
6081 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
6082 (todo-delete-category, todo-show-categories-table)
6083 (todo-category-number): Clarify comment.
6084 (todo-filter-items): Clarify documentation string.
6085 (todo-show-current-file, todo-display-as-todo-file)
6086 (todo-reset-and-enable-done-separator): Tweak documentation string.
6087 (todo-done-separator): Make separator length window-width, since
6088 bug#2749 is now fixed.
6089
6090 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
6091
6092 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6093 Support both "gvfs-monitor-dir" and "inotifywait".
6094 (tramp-sh-file-inotifywait-process-filter): Rename from
6095 `tramp-sh-file-notify-process-filter'.
6096 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6097 (tramp-get-remote-gvfs-monitor-dir): New defuns.
6098
6099 2013-07-05 Leo Liu <sdl.web@gmail.com>
6100
6101 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
6102
6103 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6104
6105 * frame.el (display-pixel-height, display-pixel-width)
6106 (display-mm-height, display-mm-width): Mention behavior on
6107 multi-monitor setups in docstrings.
6108 (w32-display-monitor-attributes-list): Declare function.
6109 (display-monitor-attributes-list): Use it.
6110
6111 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
6112
6113 * filenotify.el: New package.
6114
6115 * autorevert.el (top): Require filenotify.el.
6116 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
6117 instead.
6118 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6119 (auto-revert-notify-handler): Use `file-notify-*' functions.
6120
6121 * subr.el (file-notify-handle-event): Move function to filenotify.el.
6122
6123 * net/tramp.el (tramp-file-name-for-operation):
6124 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
6125
6126 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
6127 for `file-notify-add-watch' and `file-notify-rm-watch'.
6128 (tramp-process-sentinel): Improve trace.
6129 (tramp-sh-handle-file-notify-add-watch)
6130 (tramp-sh-file-notify-process-filter)
6131 (tramp-sh-handle-file-notify-rm-watch)
6132 (tramp-get-remote-inotifywait): New defuns.
6133
6134 2013-07-03 Juri Linkov <juri@jurta.org>
6135
6136 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
6137 call of `occur-read-primary-args' to interactive spec.
6138
6139 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
6140 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
6141
6142 2013-07-03 Matthias Meulien <orontee@gmail.com>
6143
6144 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
6145 `Buffer-menu-multi-occur'. Add it to the menu.
6146 (Buffer-menu-mode): Document it in docstring.
6147 (Buffer-menu-multi-occur): New command. (Bug#14673)
6148
6149 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6150
6151 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6152 keywords and built-ins.
6153
6154 2013-07-03 Glenn Morris <rgm@gnu.org>
6155
6156 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
6157
6158 Make info-xref checks case-sensitive by default
6159 * info.el (Info-find-node, Info-find-in-tag-table)
6160 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
6161 Add option for exact case matching of nodes.
6162 * info-xref.el (info-xref): New custom group.
6163 (info-xref-case-fold): New option.
6164 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
6165
6166 2013-07-03 Leo Liu <sdl.web@gmail.com>
6167
6168 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
6169
6170 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6171
6172 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
6173 middle of block statement initially, lower the depth. Remove
6174 FIXME comment, not longer valid. Remove middle of block statement
6175 detection, no need to do that anymore since we've been using
6176 `ruby-parse-region' here.
6177
6178 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
6179
6180 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
6181
6182 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
6183
6184 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
6185
6186 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
6187
6188 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
6189 (desktop-restore-in-current-display): New customization option.
6190 (desktop--excluded-frame-parameters): Add `font'.
6191 (desktop--save-frames): Rename from desktop--save-windows.
6192 (desktop--restore-in-this-display-p): New function.
6193 (desktop--make-full-frame): Remove unwanted width/height from
6194 full(width|height) frames.
6195 (desktop--restore-frames): Rename from desktop--restore-windows.
6196 Obey desktop-restore-current-display. Do not delete old frames or
6197 select a new frame unless we were able to restore at least one frame.
6198
6199 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
6200
6201 * files.el (find-file-noselect): Simplify conditional expression.
6202
6203 * remember.el (remember-append-to-file):
6204 Don't mix `find-buffer-visiting' and `get-file-buffer'.
6205
6206 Add `remember-notes' function to store random notes across Emacs
6207 restarts.
6208 * remember.el (remember-data-file): Add :set callback to affect
6209 notes buffer (if any).
6210 (remember-notes): New command.
6211 (remember-notes-buffer-name, bury-remember-notes-on-kill):
6212 New defcustoms for the `remember-notes' function.
6213 (remember-notes-save-and-bury-buffer): New command.
6214 (remember-notes-mode-map): New variable.
6215 (remember-mode): New minor mode.
6216 (remember-notes--kill-buffer-query): New function.
6217 * startup.el (initial-buffer-choice): Add notes to custom type.
6218
6219 2013-06-30 Eli Zaretskii <eliz@gnu.org>
6220
6221 * bindings.el (right-char, left-char): Don't call sit-for, this is
6222 no longer needed. Use arithmetic comparison only for numerical
6223 arguments.
6224
6225 * international/mule-cmds.el (select-safe-coding-system):
6226 Handle the case of FROM being a string correctly. (Bug#14755)
6227
6228 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6229
6230 * net/shr.el (shr-make-table-1): Add a sanity check that allows
6231 progression on degenerate tables.
6232 (shr-rescale-image): ImageMagick animated images currently don't work.
6233
6234 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
6235
6236 Some fixes and improvements for desktop frame restoration.
6237 It is still experimental and disabled by default.
6238 * desktop.el (desktop--save-windows): Put the selected frame at
6239 the head of the list.
6240 (desktop--make-full-frame): New function.
6241 (desktop--restore-windows): Try to re-select the frame that was
6242 selected upon saving. Do not abort if some frames fail to restore,
6243 just show an error message and continue. Set up maximized frames
6244 so they have default non-maximized dimensions.
6245
6246 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
6247
6248 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6249 Don't start heredoc inside a string or comment.
6250
6251 2013-06-29 Eli Zaretskii <eliz@gnu.org>
6252
6253 * bindings.el (visual-order-cursor-movement): New defcustom.
6254 (right-char, left-char): Provide visual-order cursor motion by
6255 calling move-point-visually. Update the doc strings.
6256
6257 2013-06-28 Kenichi Handa <handa@gnu.org>
6258
6259 * international/mule.el (define-coding-system): New coding system
6260 properties :inhibit-null-byte-detection,
6261 :inhibit-iso-escape-detection, and :prefer-utf-8.
6262 (set-buffer-file-coding-system): If :charset-list property of
6263 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
6264 appropriate for setting.
6265
6266 * international/mule-cmds.el (select-safe-coding-system):
6267 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
6268 multibyte characters, return utf-8 (or one of its siblings).
6269
6270 * international/mule-conf.el (prefer-utf-8): New coding system.
6271 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
6272 files.
6273
6274 2013-06-28 Ivan Kanis <ivan@kanis.fr>
6275
6276 * net/shr.el (shr-render-region): New function.
6277
6278 * net/eww.el: Autoload `eww-browse-url'.
6279
6280 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
6281
6282 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6283 Adapt to `package-desc-version' being a list.
6284 Use `package--ac-desc-version' to retrieve version from a package
6285 archive element.
6286
6287 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
6288
6289 New experimental feature to save&restore window and frame setup.
6290 * desktop.el (desktop-save-windows): New defcustom.
6291 (desktop--saved-states): New var.
6292 (desktop--excluded-frame-parameters): New defconst.
6293 (desktop--filter-frame-parms, desktop--find-frame-in-display)
6294 (desktop--restore-windows, desktop--save-windows): New functions.
6295 (desktop-save): Call `desktop--save-windows'.
6296 (desktop-read): Call `desktop--restore-windows'.
6297
6298 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6299
6300 * net/shr.el (add-face-text-property): Remove compat definition.
6301
6302 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6303
6304 * info.el (Info-try-follow-nearest-node): Move search for footnote
6305 above search for node name to prevent missing a footnote (bug#14717).
6306
6307 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6308
6309 * obsolete/otodo-mode.el: Add obsolescence info to file header.
6310
6311 2013-06-27 Leo Liu <sdl.web@gmail.com>
6312
6313 * net/eww.el (eww-read-bookmarks): Check file size.
6314
6315 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
6318 advice--pending if newdef is nil or an autoload (bug#13820).
6319 (advice-mapc): New function.
6320
6321 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6322
6323 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
6324 probably.
6325 (eww-mode-map): Add a menu bar.
6326 (eww-add-bookmark): New command.
6327 (eww-bookmark-mode): New mode and commands.
6328 (eww-add-bookmark): Remove newlines from the title.
6329 (eww-bookmark-browse): Don't bug out if it's the only window.
6330
6331 2013-06-26 Glenn Morris <rgm@gnu.org>
6332
6333 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
6334 (hfy-size): Handle ttys. (Bug#14668)
6335
6336 * info-xref.el: Update for Texinfo 5 change in *note format.
6337 (info-xref-node-re, info-xref-note-re): New constants.
6338 (info-xref-check-buffer): Use info-xref-note-re.
6339
6340 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
6343
6344 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
6345 nil terminate the loop (bug#14718).
6346
6347 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6348
6349 * net/eww.el: Rework history traversal. When going forward/back,
6350 put these actions into the history, too, so that they can be
6351 replayed.
6352 (eww-render): Move the history reset to the correct buffer.
6353
6354 2013-06-25 Juri Linkov <juri@jurta.org>
6355
6356 * files-x.el (modify-dir-local-variable): Change the header comment
6357 in the file with directory local variables. (Bug#14692)
6358
6359 * files-x.el (read-file-local-variable-value): Add `default'.
6360 (Bug#14710)
6361
6362 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6363
6364 * net/eww.el (eww-make-unique-file-name): Create a unique file
6365 name before saving to entering `y' accidentally asynchronously.
6366
6367 2013-06-25 Ivan Kanis <ivan@kanis.fr>
6368
6369 * net/eww.el (eww-download): New command and keystroke.
6370
6371 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6372
6373 * net/eww.el (eww-copy-page-url): Change name of command.
6374
6375 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6376 be more consistent with Info and dired.
6377
6378 * net/eww.el (eww-mode-map): Ditto.
6379
6380 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
6383 packages from archives.
6384 (package-archive-contents): Change format; include obsolete packages.
6385 (package-desc): Use `dir' to mark builtin packages.
6386 (package--from-builtin): Set the `dir' field to `builtin'.
6387 (generated-autoload-file, version-control): Declare.
6388 (package-compute-transaction): Change first arg and return value to be
6389 lists of package-descs. Adjust to new package-archive-contents format.
6390 (package--add-to-archive-contents): Adjust to new
6391 package-archive-contents format.
6392 (package-download-transaction): Arg is now a list of package-descs.
6393 (package-install): If `pkg' is a package name, pass it as
6394 a requirement, so it is subject to the usual (e.g. disabled) checks.
6395 (describe-package): Accept package-desc as well.
6396 (describe-package-1): Describe a specific package-desc. Add links to
6397 other package-descs for the same package name.
6398 (package-menu-describe-package): Pass the actual package-desc.
6399 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6400 works correctly.
6401 (package-desc-status): New function.
6402 (package-menu--refresh): New function, extracted
6403 from package-menu--generate.
6404 (package-menu--generate): Use it.
6405 (package-delete): Update package-alist.
6406 (package-menu-execute): Don't call package-initialize.
6407
6408 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6409 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6410 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6411 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6412 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6413 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6414
6415 2013-06-25 Martin Rudalics <rudalics@gmx.at>
6416
6417 * window.el (window--state-get-1): Workaround for bug#14527.
6418 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6419
6420 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6421
6422 * net/eww.el (eww-back-url): Implement the history by stashing all
6423 the data into a list.
6424 (eww-forward-url): Allow going forward in the history, too.
6425
6426 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6429 for values and use read--expression for expressions (bug#14710).
6430 (read-file-local-variable): Avoid setq.
6431 (read-file-local-variable-mode): Use minor-mode-list.
6432
6433 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6434
6435 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6436 for DOI URLs.
6437
6438 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6439
6440 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6441 Update imenu-support when dialect changes.
6442
6443 2013-06-25 Leo Liu <sdl.web@gmail.com>
6444
6445 * ido.el (ido-read-internal): Allow forward slash on windows.
6446
6447 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6448
6449 * net/eww.el (eww): Start of strings is \\`, not ^.
6450
6451 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6452
6453 * net/shr.el (shr-browse-url): Fix interactive spec.
6454
6455 * net/eww.el (eww): Add a trailing slash to domain names.
6456
6457 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
6458
6459 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6460
6461 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6462
6463 * net/shr.el (shr-browse-url): Use an external browser if given a
6464 prefix.
6465
6466 * net/eww.el (eww-external-browser): Move to shr.
6467
6468 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6469
6470 * net/eww.el (eww): Work more correctly for file: URLs.
6471 (eww-detect-charset): Allow quoted charsets.
6472 (eww-yank-page-url): New command and keystroke.
6473
6474 2013-06-24 Daiki Ueno <ueno@gnu.org>
6475
6476 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6477 file name of gpg executable.
6478 (epg-context-program): New function.
6479 (epg-context-home-directory): New function.
6480 (epg-context-set-program): New function.
6481 (epg-context-set-home-directory): New function.
6482 (epg--start): Use `epg-context-program' instead of
6483 'epg-gpg-program'.
6484 (epg--list-keys-1): Likewise.
6485
6486 2013-06-24 Leo Liu <sdl.web@gmail.com>
6487
6488 * ido.el (ido-read-internal): Fix bug#14620.
6489
6490 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6491
6492 * faces.el (face-documentation): Simplify.
6493 (read-face-attribute, tty-find-type, x-resolve-font-name):
6494 Use `string-match-p'.
6495 (list-faces-display): Use `string-match-p'. Simplify.
6496 (face-spec-recalc): Check face to avoid face alias loops.
6497 (read-color): Use `string-match-p' and non-capturing parenthesis.
6498
6499 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6500
6501 * net/shr.el (shr-rescale-image): Use the new
6502 :max-width/:max-height functionality.
6503
6504 2013-06-23 Ivan Kanis <ivan@kanis.fr>
6505
6506 * net/eww.el (eww-search-prefix): New variable.
6507 (eww): Use it.
6508 (eww-external-browser): New variable.
6509 (eww-mode-map): New keystroke.
6510 (eww-browse-with-external-browser): New command.
6511
6512 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6513
6514 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6515
6516 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6517 Don't skip aligning the next header field when padding is 0;
6518 otherwise, field width is not respected unless the title is as
6519 wide as the field.
6520
6521 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * emacs-lisp/package.el (package-el-version): Remove.
6524 (package-process-define-package): Fix inf-loop.
6525 (package-install): Allow symbols as arguments again.
6526
6527 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6528
6529 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6530 add some more keyword-like methods.
6531 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6532
6533 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
6534
6535 * bs.el (bs-buffer-show-mark): Make defvar-local.
6536 (bs-mode): Use setq-local.
6537
6538 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6539 (emacs-lock--try-unlocking): Make defvar-local.
6540
6541 2013-06-22 Glenn Morris <rgm@gnu.org>
6542
6543 * play/cookie1.el (cookie-apropos): Minor simplification.
6544
6545 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6546
6547 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6548
6549 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6550 `regexp-opt', it breaks the build during dumping.
6551
6552 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
6553
6554 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6555 Highlight keyword-like methods on Kernel and Module with
6556 font-lock-builtin-face.
6557 (auto-mode-alist): Consolidate different entries into one regexp
6558 and add more *file-s.
6559
6560 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
6561
6562 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6563
6564 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6565 (diary-entry): Use it in the action of this button type instead of
6566 diary-goto-entry.
6567
6568 * calendar/todo-mode.el: New version.
6569 (todo-add-category): Append new category to end of file and give
6570 it the highest number, instead of putting it at the beginning and
6571 giving it 0. Incorporate noninteractive functionality.
6572 (todo-forward-category): Adapt to 1-based category numbering.
6573 Allow skipping over archived categories.
6574 (todo-backward-category): Derive from todo-forward-category.
6575 (todo-backward-item, todo-forward-item): Make noninteractive and
6576 delegate interactive part to new commands. Make sensitive to done items.
6577 (todo-categories): Make value an alist of category names and
6578 vectors of item counts.
6579 (todo-category-beg): Make a defconst.
6580 (todo-category-number): Use 1 instead of 0 as initial value.
6581 (todo-category-select): Make sensitive to overlays, optional item
6582 highlighting and done items.
6583 (todo-delete-item): Make sensitive to overlays and marked and done items.
6584 (todo-edit-item): Make sensitive to overlays and editing of
6585 date/time header optional. Add format checks.
6586 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
6587 no-op if point is not on an item. Advertise using todo-edit-quit.
6588 (todo-edit-mode): Make sensitive to new format, font-locking, and
6589 multiple todo files.
6590 (todo-insert-item, todo-insert-item-here): Derive from
6591 todo-basic-insert-item and extend functionality.
6592 (todo-item-end, todo-item-start): Make sensitive to done items.
6593 (todo-item-string): Don't return text properties. Restore point.
6594 (todo-jump-to-category): Make sensitive to multiple todo files and
6595 todo archives. Use extended category completion.
6596 (todo-lower-item, todo-raise-item): Rename to *-priority and
6597 derive from todo-set-item-priority.
6598 (todo-mode): Derive from special-mode. Make sensitive to new
6599 format, font-locking and multiple todo files. Make read-only.
6600 (todo-mode-map): Don't suppress digit keys, so they can supply
6601 prefix arguments. Add many new key bindings.
6602 (todo-prefix): Insert as an overlay instead of file text.
6603 Change semantics from diary date expression to purely visual mark.
6604 (todo-print): Rename to todo-print-buffer. Make buffer display
6605 features printable. Remove option to restrict number of items
6606 printed. Add option to print to file.
6607 (todo-print-function): Rename to todo-print-buffer-function.
6608 (todo-quit): Extend to handle exiting new todo modes.
6609 (todo-remove-item): Make sensitive to overlays.
6610 (todo-save): Extend to buffers of filtered items.
6611 (todo-show): Make sensitive to done items, multiple todo files and
6612 new todo modes. Offer to convert legacy todo file before creating
6613 first new todo file.
6614 (todo-show-priorities): Rename to todo-top-priorities.
6615 Change semantics of value 0.
6616 (todo-top-priorities): Rename to todo-filter-top-priorities,
6617 derive from todo-filter-items and extend functionality.
6618 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6619 and extend functionality to other types of filtered items.
6620 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6621 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6622 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6623 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6624 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6625 (todo-edit-mode-hook, todo-entry-prefix-function)
6626 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6627 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6628 (todo-initials, todo-insert-threshold, todo-item-string-start)
6629 (todo-line-string, todo-menu, todo-mode-hook)
6630 (todo-more-important-p, todo-previous-answer, todo-previous-line)
6631 (todo-print-priorities, todo-remove-separator)
6632 (todo-save-top-priorities-too, todo-string-count-lines)
6633 (todo-string-multiline-p, todo-time-string-format)
6634 (todo-tmp-buffer-name): Remove.
6635 (todo-add-file, todo-archive-done-item, todo-choose-archive)
6636 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6637 (todo-edit-category-diary-inclusion)
6638 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6639 (todo-edit-file, todo-edit-item-date-day)
6640 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6641 (todo-edit-item-date-month, todo-edit-item-date-to-today)
6642 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6643 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6644 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6645 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6646 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6647 (todo-filter-top-priorities-multifile, todo-find-archive)
6648 (todo-find-filtered-items-file, todo-go-to-source-item)
6649 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6650 (todo-jump-to-archive-category, todo-lower-category)
6651 (todo-mark-category, todo-marked-item-p, todo-merge-category)
6652 (todo-move-category, todo-move-item, todo-next-button)
6653 (todo-next-item, todo-padded-string, todo-powerset)
6654 (todo-previous-button, todo-previous-item)
6655 (todo-print-buffer-to-file, todo-raise-category)
6656 (todo-rename-category, todo-repair-categories-sexp, todo-search)
6657 (todo-set-category-number, todo-set-item-priority)
6658 (todo-set-top-priorities-in-category)
6659 (todo-set-top-priorities-in-file, todo-show-categories-table)
6660 (todo-sort-categories-alphabetically-or-numerically)
6661 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6662 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6663 (todo-toggle-item-header, todo-toggle-item-highlighting)
6664 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6665 (todo-toggle-view-done-items, todo-toggle-view-done-only)
6666 (todo-unarchive-items, todo-unmark-category): New commands.
6667 (todo-absolute-file-name, todo-add-to-buffer-list)
6668 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6669 (todo-basic-insert-item, todo-category-completions)
6670 (todo-category-number, todo-category-string-matcher-1)
6671 (todo-category-string-matcher-2, todo-check-filtered-items-file)
6672 (todo-check-format, todo-clear-matches)
6673 (todo-comment-string-matcher, todo-convert-legacy-date-time)
6674 (todo-current-category, todo-date-string-matcher)
6675 (todo-define-insertion-command, todo-diary-expired-matcher)
6676 (todo-diary-goto-entry, todo-diary-item-p)
6677 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6678 (todo-display-categories, todo-display-sorted, todo-done-item-p)
6679 (todo-done-item-section-p, todo-done-separator)
6680 (todo-done-string-matcher, todo-files, todo-filter-items)
6681 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6682 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6683 (todo-insert-category-line, todo-insert-item-from-calendar)
6684 (todo-insert-sort-button, todo-insert-with-overlays)
6685 (todo-insertion-command-name, todo-insertion-key-bindings)
6686 (todo-label-to-key, todo-longest-category-name-length)
6687 (todo-make-categories-list, todo-mode-external-set)
6688 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6689 (todo-modes-set-3, todo-multiple-filter-files)
6690 (todo-nondiary-marker-matcher, todo-prefix-overlays)
6691 (todo-read-category, todo-read-date, todo-read-dayname)
6692 (todo-read-file-name, todo-read-time)
6693 (todo-reevaluate-category-completions-files-defcustom)
6694 (todo-reevaluate-default-file-defcustom)
6695 (todo-reevaluate-filelist-defcustoms)
6696 (todo-reevaluate-filter-files-defcustom)
6697 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6698 (todo-reset-done-separator, todo-reset-done-separator-string)
6699 (todo-reset-done-string, todo-reset-global-current-todo-file)
6700 (todo-reset-highlight-item, todo-reset-nondiary-marker)
6701 (todo-reset-prefix, todo-set-categories)
6702 (todo-set-date-from-calendar, todo-set-show-current-file)
6703 (todo-set-top-priorities, todo-short-file-name)
6704 (todo-show-current-file, todo-sort, todo-time-string-matcher)
6705 (todo-total-item-counts, todo-update-buffer-list)
6706 (todo-update-categories-display, todo-update-categories-sexp)
6707 (todo-update-count, todo-validate-name, todo-y-or-n-p):
6708 New functions.
6709 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6710 New major modes.
6711 (todo-categories, todo-display, todo-edit, todo-faces)
6712 (todo-filtered): New defgroups.
6713 (todo-archived-only, todo-button, todo-category-string, todo-date)
6714 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6715 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6716 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6717 (todo-add-item-if-new-category, todo-always-add-time-string)
6718 (todo-categories-align, todo-categories-archived-label)
6719 (todo-categories-category-label, todo-categories-diary-label)
6720 (todo-categories-done-label, todo-categories-number-separator)
6721 (todo-categories-todo-label, todo-categories-totals-label)
6722 (todo-category-completions-files, todo-completion-ignore-case)
6723 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6724 (todo-done-separator-string, todo-done-string)
6725 (todo-files-function, todo-filter-done-items, todo-filter-files)
6726 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6727 (todo-initial-category, todo-initial-file, todo-item-mark)
6728 (todo-legacy-date-time-regexp, todo-mode-line-function)
6729 (todo-nondiary-marker, todo-number-prefix)
6730 (todo-print-buffer-function, todo-show-current-file)
6731 (todo-show-done-only, todo-show-first, todo-show-with-done)
6732 (todo-skip-archived-categories, todo-top-priorities-overrides)
6733 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6734 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6735 New defcustoms.
6736 (todo-category-done, todo-date-pattern, todo-date-string-start)
6737 (todo-diary-items-buffer, todo-done-string-start)
6738 (todo-filtered-items-buffer, todo-item-start)
6739 (todo-month-abbrev-array, todo-month-name-array)
6740 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6741 (todo-top-priorities-buffer): New defconsts.
6742 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6743 (todo-categories-with-marks, todo-category-string-face)
6744 (todo-comment-face, todo-comment-string, todo-current-todo-file)
6745 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6746 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6747 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6748 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6749 (todo-font-lock-keywords, todo-global-current-todo-file)
6750 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6751 (todo-insertion-commands-args)
6752 (todo-insertion-commands-args-genlist)
6753 (todo-insertion-commands-names, todo-insertion-map)
6754 (todo-key-bindings-t, todo-key-bindings-t+a)
6755 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6756 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6757 (todo-nondiary-face, todo-print-buffer, todo-time-face)
6758 (todo-visited): New variables.
6759
6760 2013-06-21 Glenn Morris <rgm@gnu.org>
6761
6762 * play/cookie1.el (cookie-apropos): Add optional display argument.
6763 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6764 (psychoanalyze-pinhead): Use cookie-doctor.
6765
6766 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6767
6768 * emacs-lisp/package.el (tar-get-file-descriptor)
6769 (tar--extract): Declare.
6770
6771 2013-06-21 Eduard Wiebe <usenet@pusto.de>
6772
6773 Extend flymake's warning predicate to be a function (bug#14217).
6774 * progmodes/flymake.el (flymake-warning-predicate): New.
6775 (flymake-parse-line): Use it.
6776 (flymake-warning-re): Make obsolete alias to
6777 `flymake-warning-predicate'.
6778
6779 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6782 (package-obsolete-list): Remove.
6783 (package-activate): Remove min-version argument. Add `force' argument.
6784 Adjust to new package-alist format.
6785 (package-mark-obsolete): Remove.
6786 (package-unpack): Force reload of the package's autoloads.
6787 (package-installed-p): Check builtins if the installed package is not
6788 recent enough.
6789 (package-initialize): Don't reset package-obsolete-list.
6790 Don't specify which package version to activate.
6791 (package-process-define-package, describe-package-1)
6792 (package-menu--generate): Adjust to new package-alist format.
6793
6794 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6795
6796 * allout-widgets.el (allout-widgets-mode-off)
6797 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6798 (allout-widgets-post-command-business)
6799 (allout-widgets-after-copy-or-kill-function)
6800 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6801 (allout-decorate-item-and-context)
6802 (allout-graphics-modification-handler): Fix typos in docstrings.
6803 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6804
6805 * cmuscheme.el (scheme-start-file): Doc fix.
6806 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6807 (scheme-input-filter): Use `string-match-p'.
6808
6809 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6810
6811 * dired-x.el: Use Dired consistently in docstrings.
6812
6813 * dired.el: Use Dired consistently in docstrings.
6814 (dired-readin, dired-mode): Use `setq-local'.
6815 (dired-switches-alist): Make defvar-local.
6816 (dired-buffers-for-dir): Use `zerop'.
6817 (dired-safe-switches-p, dired-switches-escape-p)
6818 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6819 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6820 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6821 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6822 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6823 (dired-toggle-marks, dired-mark-files-containing-regexp)
6824 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6825 (dired-flag-auto-save-files, dired-flag-backup-files):
6826 Use `looking-at-p'.
6827 (dired-mark-files-regexp, dired-build-subdir-alist):
6828 Use `string-match-p', `looking-at-p'.
6829
6830 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6831 (direct-print-region-helper): Use `string-match-p'.
6832
6833 2013-06-21 Leo Liu <sdl.web@gmail.com>
6834
6835 * comint.el (comint-redirect-results-list-from-process):
6836 Fix infinite loop.
6837
6838 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6839
6840 * net/eww.el (eww-update-header-line-format): Quote % characters.
6841
6842 2013-06-21 Glenn Morris <rgm@gnu.org>
6843
6844 * play/cookie1.el (cookie): New custom group.
6845 (cookie-file): New option.
6846 (cookie-check-file): New function.
6847 (cookie): Make it interactive. Make start and end messages optional.
6848 Interactively, display the result. Default to cookie-file.
6849 (cookie-insert): Default to cookie-file.
6850 (cookie-snarf): Make start and end messages optional.
6851 Default to cookie-file. Use with-temp-buffer.
6852 (cookie-read): Rename from read-cookie.
6853 Make start and end messages optional. Default to cookie-file.
6854 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6855 Do not autoload it.
6856 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6857 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6858
6859 2013-06-21 Leo Liu <sdl.web@gmail.com>
6860
6861 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6862
6863 2013-06-21 Glenn Morris <rgm@gnu.org>
6864
6865 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6866
6867 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6868 Daniel Hackney <dan@haxney.org>
6869
6870 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6871 Consolidate the single-file vs tarball code.
6872 (package-desc-suffix): New function.
6873 (package-desc-full-name): Don't bother inlining it.
6874 (package-load-descriptor): Return the new package-desc.
6875 (package-mark-obsolete): Remove unused arg `package'.
6876 (package-unpack): Make it work for single files as well.
6877 Make it update package-alist.
6878 (package--make-autoloads-and-stuff): Rename from
6879 package--make-autoloads-and-compile. Don't compile any more.
6880 (package--compile): New function.
6881 (package-generate-description-file): New function, extracted from
6882 package-unpack-single.
6883 (package-unpack-single): Remove.
6884 (package--with-work-buffer): Add indentation and debugging info.
6885 (package-download-single): Remove.
6886 (package-install-from-archive): Rename from package-download-tar, make
6887 it take a pkg-desc, and make it work for single files as well.
6888 (package-download-transaction): Simplify.
6889 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6890 external tar program.
6891 (package-install-from-buffer): Remove `pkg-desc' argument.
6892 Use package-tar-file-info for tar-mode buffers.
6893 (package-install-file): Simplify accordingly.
6894 (package-archive-base): Change to take a pkg-desc.
6895 * tar-mode.el (tar--check-descriptor): New function, extracted from
6896 tar-get-descriptor.
6897 (tar-get-descriptor): Use it.
6898 (tar-get-file-descriptor): New function.
6899 (tar--extract): New function, extracted from tar-extract.
6900 (tar--extract): Use it.
6901 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6902 case the summary uses non-ascii. Adjust to new calling convention of
6903 package-tar-file-info.
6904
6905 2013-06-21 Leo Liu <sdl.web@gmail.com>
6906
6907 * comint.el (comint-redirect-results-list-from-process):
6908 Fix random delay. (Bug#14681)
6909
6910 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6911
6912 * profiler.el (profiler-format-number): Use log, not log10.
6913
6914 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6915
6916 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6917
6918 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6919
6920 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6921 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6922 yet available.
6923 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6924 (AUTOGENEL): ... here.
6925 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6926 (cl--defsubst-expand): Use it.
6927
6928 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6929
6930 * subr.el (log10): Move here from C code, and declare as obsolete.
6931 All uses of (log10 X) replaced with (log X 10).
6932
6933 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6934
6935 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6936 Declare with `defvar-local'.
6937 (tabulated-list-use-header-line, tabulated-list-entries)
6938 (tabulated-list-padding, tabulated-list-printer)
6939 (tabulated-list-sort-key): Declare with `defvar-local'.
6940 (tabulated-list-init-header, tabulated-list-print-fake-header):
6941 Use `setq-local'.
6942
6943 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6944
6945 * arc-mode.el (archive-mode): Add `archive-write-file' to
6946 `write-contents-functions' also for remote files. (Bug#14652)
6947
6948 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6949
6950 * cus-edit.el (custom-commands): Fix typos.
6951 (custom-display): Fix tooltip text.
6952 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6953 Fix typos in docstrings.
6954 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6955 (custom-unlispify-menu-entry, custom-magic-value-create)
6956 (custom-add-see-also, custom-group-value-create): Use ?\s.
6957 (custom-guess-type, customize-apropos, editable-field)
6958 (custom-face-value-create): Use `string-match-p'.
6959 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6960
6961 * custom.el (custom-load-symbol): Use `string-match-p'.
6962
6963 * ansi-color.el: Convert to lexical binding.
6964 (ansi-colors): Fix URL.
6965 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6966 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6967 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6968
6969 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6970
6971 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6972
6973 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6974
6975 2013-06-19 Tom Tromey <tromey@redhat.com>
6976
6977 * net/eww.el (eww-top-url): Remove.
6978 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6979 (eww-render): Set new variables. Don't set eww-top-url.
6980 (eww-handle-link): Handle "prev", "home", and "contents".
6981 Downcase the rel text.
6982 (eww-top-url): Choose best top URL.
6983
6984 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6985
6986 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6987 relying in widget.el. Using widget.el leads to too many
6988 user interface inconsistencies.
6989 (eww-self-insert): Implement entering commands in text fields.
6990 (eww-process-text-input): New function to make text input field editing
6991 work.
6992 (eww-submit): Rewrite to use the new-style form methods.
6993 (eww-select-display): Display the correct selected item.
6994 (eww-change-select): Implement changing the select value.
6995 (eww-toggle-checkbox): Implement radio/checkboxes.
6996 (eww-update-field): Fix compilation error.
6997 (eww-tag-textarea): Implement <textarea>.
6998
6999 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
7000 we don't shadow mode-specific bindings.
7001
7002 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
7003 nothing to push.
7004
7005 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
7006
7007 2013-06-19 Glenn Morris <rgm@gnu.org>
7008
7009 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
7010
7011 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
7012
7013 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
7014 not needed.
7015
7016 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
7017
7018 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7019
7020 * net/browse-url.el (browse-url-browser-function):
7021 `eww-browse-url' has the right calling signature, `eww' does not.
7022
7023 2013-06-19 Glenn Morris <rgm@gnu.org>
7024
7025 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7026 Only eval autoloaded macros.
7027 (byte-compile-autoload): Only give the macro warning for macros.
7028
7029 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
7030 (ps-underlined-faces): Declare.
7031
7032 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
7033 (speedbar-add-supported-extension): Declare.
7034
7035 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
7036 Don't include a date stamp in the header of the generated file;
7037 it leads to needless differences between output files.
7038
7039 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
7040
7041 * net/secrets.el (secrets-struct-secret-content-type):
7042 Replace check of introspection data by a test call of "CreateItem".
7043 Some servers do not offer introspection.
7044
7045 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * electric.el (electric-pair-mode): Improve interaction with
7048 electric-layout-mode.
7049 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
7050 (electric-pair-syntax): Use text-mode-syntax-table in comments
7051 and strings.
7052 (electric-pair--insert): New function.
7053 (electric-pair-post-self-insert-function): Use it and
7054 electric--after-char-pos.
7055
7056 2013-06-19 Leo Liu <sdl.web@gmail.com>
7057
7058 * progmodes/octave.el (octave-help): Fix regexp.
7059
7060 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7061
7062 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
7063 (shr-table-horizontal-line): Allow nil as a value, and change the
7064 default.
7065 (shr-insert-table-ruler): Respect the nil value.
7066
7067 2013-06-18 Tom Tromey <tromey@barimba>
7068
7069 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7070 New defvars.
7071 (eww-open-file): New defun.
7072 (eww-render): Initialize new variables.
7073 (eww-display-html): Handle "link" and "a".
7074 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
7075 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
7076 (eww-back-url): Rename from eww-previous-url.
7077 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7078 New defuns.
7079
7080 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
7081
7082 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
7083 Distinguish ternary operator tokens from slash symbol and slash
7084 char literal.
7085
7086 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
7087
7088 Convert symbol prettification into minor mode and global minor mode.
7089
7090 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
7091 `prog-prettify-symbols', and make a local defvar instead of defcustom.
7092 (prettify-symbols--keywords): Rename from
7093 `prog-prettify-symbols-alist' and make a local defvar.
7094 (prettify-symbols--compose-symbol): Rename from
7095 `prog--prettify-font-lock-compose-symbol'.
7096 (prettify-symbols--make-keywords): Rename from
7097 `prog-prettify-font-lock-symbols-keywords' and simplify.
7098 (prog-prettify-install): Remove.
7099 (prettify-symbols-mode): New minor mode, based on
7100 `prog-prettify-install'.
7101 (turn-on-prettify-symbols-mode): New function.
7102 (global-prettify-symbols-mode): New globalized minor mode.
7103
7104 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7105 * progmodes/cfengine.el (cfengine3-mode):
7106 * progmodes/perl-mode.el (perl-mode): Don't call
7107 `prog-prettify-install'; set `prettify-symbols-alist' instead.
7108
7109 2013-06-18 Juri Linkov <juri@jurta.org>
7110
7111 * files-x.el (modify-file-local-variable-message): New function.
7112 (modify-file-local-variable)
7113 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
7114 and call `modify-file-local-variable-message' when it's non-nil.
7115 (add-file-local-variable, delete-file-local-variable)
7116 (add-file-local-variable-prop-line)
7117 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
7118 and use it. (Bug#9820)
7119
7120 2013-06-18 Juri Linkov <juri@jurta.org>
7121
7122 * emulation/vi.el (vi-shell-op):
7123 * emulation/vip.el (vip-execute-com, ex-command):
7124 * emulation/viper-cmd.el (viper-exec-bang):
7125 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
7126 the call of `shell-command-on-region'. (Bug#14637)
7127
7128 * simple.el (shell-command-on-region): Doc fix.
7129
7130 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
7133 (bug#14633).
7134
7135 2013-06-18 Glenn Morris <rgm@gnu.org>
7136
7137 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
7138
7139 * newcomment.el (comment-search-forward, comment-search-backward):
7140 Doc fix. (Bug#14376)
7141
7142 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
7143
7144 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
7145 (buffer-face-mode-invoke): Doc fix.
7146
7147 2013-06-18 Matthias Meulien <orontee@gmail.com>
7148
7149 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
7150 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
7151
7152 2013-06-18 Glenn Morris <rgm@gnu.org>
7153
7154 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
7155 Replace obsolete function generic-make-keywords with its expansion.
7156
7157 * progmodes/python.el (ffap-alist): Declare.
7158
7159 * textmodes/reftex.el (bibtex-mode-map): Declare.
7160
7161 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
7164 (package-unpack, package-unpack-single): Return the pkg-dir.
7165 (package-download-transaction): Use it to update package-alist.
7166
7167 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7168
7169 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
7170 possible choice.
7171
7172 2013-06-17 Juri Linkov <juri@jurta.org>
7173
7174 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
7175
7176 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7177
7178 * emacs-lisp/package.el (package-load-descriptor):
7179 Remove `with-syntax-table' call, `read' doesn't need it.
7180 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
7181
7182 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7183
7184 * startup.el (command-line): Expand package name returned by
7185 `package--description-file' (bug#14639).
7186
7187 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7188
7189 * emacs-lisp/package.el (package-load-descriptor): Do not call
7190 `emacs-lisp-mode', just use its syntax table.
7191
7192 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7193
7194 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
7195 `font-lock-extra-managed-props' if any prettifying keyword is added.
7196 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
7197 (prog-mode): Use `setq-local'.
7198
7199 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7200
7201 * international/characters.el (standard-case-table): Set syntax of ?»
7202 and ?« to punctuation.
7203
7204 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
7205
7206 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
7207 Save relevant match data before calling `syntax-ppss' (bug#14595).
7208
7209 2013-06-15 Juri Linkov <juri@jurta.org>
7210
7211 * files-x.el (modify-file-local-variable-prop-line): Add local
7212 variables to the end of the existing comment on the first line.
7213 Use `file-auto-mode-skip' to skip interpreter magic line,
7214 and also skip XML declaration.
7215
7216 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * startup.el (package--builtin-versions): New var.
7219 (package-subdirectory-regexp): Remove.
7220 (package--description-file): Hard code its value instead.
7221
7222 * emacs-lisp/package.el: Don't activate packages older than builtin.
7223 (package-obsolete-list): Rename from package-obsolete-alist, and make
7224 it into a simple list of package-desc.
7225 (package-strip-version): Remove.
7226 (package-built-in-p): Use package--builtin-versions.
7227 (package-mark-obsolete): Simplify.
7228 (package-process-define-package): Mark it obsolete if older than the
7229 builtin version.
7230 (package-handle-response): Use line-end-position.
7231 (package-read-archive-contents, package--download-one-archive):
7232 Simplify.
7233 (package--add-to-archive-contents): Skip if older than the builtin or
7234 installed version.
7235 (package-menu-describe-package): Fix last change.
7236 (package-list-unversioned): New var.
7237 (package-menu--generate): Use it.
7238
7239 * emacs-lisp/autoload.el: Manage package--builtin-versions.
7240 (autoload--insert-text, autoload--insert-cookie-text): New functions.
7241 (autoload-builtin-package-versions): New variable.
7242 (autoload-generate-file-autoloads): Use them.
7243 Remove the list of autoloaded functions/macros from the
7244 (autoload...) comments.
7245
7246 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
7247
7248 2013-06-15 Eli Zaretskii <eliz@gnu.org>
7249
7250 * simple.el (line-move-partial): Don't jump to the next screen
7251 line as soon as it becomes visible. Instead, continue enlarging
7252 the vscroll until the portion of a tall screen line that's left on
7253 display is about the height of the frame's default font.
7254 (Bug#14567)
7255
7256 2013-06-15 Glenn Morris <rgm@gnu.org>
7257
7258 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
7259 compilation-error-regexp-alist void, or local while let-bound.
7260
7261 * progmodes/make-mode.el (makefile-mode-syntax-table):
7262 Treat "=" as punctuation. (Bug#14614)
7263
7264 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
7265
7266 * help-fns.el (describe-variable):
7267 Add extra line for permanent-local variables.
7268
7269 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
7270
7271 * progmodes/scheme.el (scheme-font-lock-keywords-2):
7272 Add export, import, library. (Bug#9164)
7273 (library): Set indent function.
7274
7275 2013-06-14 Glenn Morris <rgm@gnu.org>
7276
7277 * term/xterm.el (xterm--query):
7278 Stop after first matching handler. (Bug#14615)
7279
7280 2013-06-14 Ivan Kanis <ivan@kanis.fr>
7281
7282 Add support for dired in saveplace.
7283 * dired.el (dired-initial-position-hook): New variable.
7284 (dired-initial-position): Call hook to place cursor position.
7285 * saveplace.el (save-place-to-alist): Add dired position.
7286 (save-place-dired-hook): New function.
7287
7288 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
7291 through a symbol rather than letrec.
7292
7293 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
7294 (package-desc): Add `dir' field.
7295 (package-desc-full-name): New function.
7296 (package-load-descriptor): Combine the two arguments. Don't use `load'.
7297 (package-maybe-load-descriptor): Remove.
7298 (package-load-all-descriptors): Just call package-load-descriptor.
7299 (package--disabled-p): New function.
7300 (package-desc-vers, package-desc-doc): Remove aliases.
7301 (package--dir): Remove function.
7302 (package-activate): Check if a package is disabled.
7303 (package-process-define-package): New function, extracted from
7304 define-package.
7305 (define-package): Turn into a place holder.
7306 (package-unpack-single, package-tar-file-info):
7307 Use package--description-file.
7308 (package-compute-transaction): Use package--disabled-p.
7309 (package-download-transaction): Don't call
7310 package-maybe-load-descriptor since they're all loaded anyway.
7311 (package-install): Change argument to be a pkg-desc.
7312 (package-delete): Use a single pkg-desc argument.
7313 (describe-package-1): Use package-desc-dir instead of package--dir.
7314 Use package-desc property instead of package-symbol.
7315 (package-install-button-action): Adjust accordingly.
7316 (package--push): Rewrite.
7317 (package-menu--print-info): Adjust accordingly. Change the ID format
7318 to be a pkg-desc.
7319 (package-menu-describe-package, package-menu-get-status)
7320 (package-menu--find-upgrades, package-menu-mark-upgrades)
7321 (package-menu-execute, package-menu--name-predicate):
7322 Adjust accordingly.
7323 * startup.el (package--description-file): New function.
7324 (command-line): Use it.
7325 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7326 Use package-desc-version.
7327
7328 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
7329 (byte-compile-preprocess): Use it.
7330 (byte-compile-file-form-defalias): Try a bit harder to use macros we
7331 can't quite recognize.
7332 (byte-compile-add-to-list): Remove.
7333 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
7334 (cconv-closure-convert): Add assertion.
7335
7336 * emacs-lisp/map-ynp.el: Use lexical-binding.
7337 (map-y-or-n-p): Remove unused vars `tail' and `object'.
7338 Factor out some repeated code.
7339
7340 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * subr.el (with-eval-after-load): New macro.
7343 (eval-after-load): Allow form to be a function.
7344 take advantage of lexical-binding.
7345 (do-after-load-evaluation): Use dolist and adjust to new format.
7346 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
7347
7348 2013-06-13 Juri Linkov <juri@jurta.org>
7349
7350 * replace.el (perform-replace): Display "symbol " and other search
7351 modes from `isearch-message-prefix' in the *Help* buffer.
7352
7353 * isearch.el (isearch-query-replace): Add " symbol" and other
7354 possible search modes from `isearch-message-prefix' to the prompt.
7355 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7356 when reading a regexp to collect.
7357
7358 2013-06-13 Juri Linkov <juri@jurta.org>
7359
7360 * isearch.el (word-search-regexp): Match whitespace if the search
7361 string begins or ends in whitespace. The LAX arg is applied to
7362 both ends of the search string. Use `regexp-quote' and explicit
7363 \< and \> instead of \b. Use \` and \' instead of ^ and $.
7364 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7365 boundaries are replaced with symbol boundaries, and characters
7366 between symbols match non-word non-symbol syntax. (Bug#14602)
7367
7368 2013-06-13 Juri Linkov <juri@jurta.org>
7369
7370 * isearch.el (isearch-del-char): Don't exceed the length of
7371 `isearch-string' by the prefix arg. (Bug#14563)
7372
7373 2013-06-13 Juri Linkov <juri@jurta.org>
7374
7375 * isearch.el (isearch-yank-word, isearch-yank-line)
7376 (isearch-char-by-name, isearch-quote-char)
7377 (isearch-printing-char, isearch-process-search-char):
7378 Add optional count prefix arg. (Bug#14563)
7379
7380 * international/isearch-x.el
7381 (isearch-process-search-multibyte-characters):
7382 Add optional count prefix arg.
7383
7384 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7387 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7388 lexical-binding.
7389
7390 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
7391
7392 * subr.el (set-temporary-overlay-map): Add on-exit argument.
7393
7394 2013-06-13 Glenn Morris <rgm@gnu.org>
7395
7396 * startup.el (tty-handle-args):
7397 Don't just discard "--" and anything after. (Bug#14608)
7398
7399 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7400
7401 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
7402
7403 Implement changes in Secret Service API. Make it backward compatible.
7404 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7405 (secrets-create-item): Use it. Prefix properties with interface.
7406
7407 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
7408
7409 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
7410 (term-emulate-terminal): Respect term-suppress-hard-newline.
7411
7412 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
7413
7414 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7415 Only remove a `thumb-file' overlay. (Bug#14548)
7416
7417 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
7418
7419 * mail/reporter.el (reporter-submit-bug-report):
7420 Handle missing package-name. (Bug#14600)
7421
7422 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7423
7424 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7425 (reftex-citation-prompt, reftex-default-bibliography)
7426 (reftex-bib-or-thebib, reftex-get-bibfile-list)
7427 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7428 (reftex-bib-sort-author, reftex-bib-sort-year)
7429 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7430 (reftex-extract-bib-entries-from-thebibliography)
7431 (reftex-get-bibkey-default, reftex-get-bib-names)
7432 (reftex-parse-bibtex-entry, reftex-get-bib-field)
7433 (reftex-format-bib-entry, reftex-parse-bibitem)
7434 (reftex-format-bibitem, reftex-do-citation)
7435 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7436 (reftex-restrict-bib-matches, reftex-extract-bib-file)
7437 (reftex-insert-bib-matches, reftex-format-citation)
7438 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7439 (reftex-create-bibtex-file): Add docstrings, mostly by converting
7440 existing comments into docstrings.
7441
7442 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7443
7444 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7445
7446 2013-06-12 Andreas Schwab <schwab@suse.de>
7447
7448 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7449 for auto-save files.
7450
7451 2013-06-12 Glenn Morris <rgm@gnu.org>
7452
7453 * ido.el (ido-delete-ignored-files): Remove.
7454 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7455 Go back to calling ido-ignore-item-p directly.
7456
7457 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
7458
7459 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7460
7461 * ido.el (ido-delete-ignored-files): New function,
7462 split from ido-make-file-list-1.
7463 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
7464 (ido-make-file-list-1): Use ido-delete-ignored-files.
7465
7466 2013-06-12 Leo Liu <sdl.web@gmail.com>
7467
7468 * progmodes/octave.el (inferior-octave-startup)
7469 (inferior-octave-completion-table)
7470 (inferior-octave-track-window-width-change)
7471 (octave-eldoc-function-signatures, octave-help)
7472 (octave-find-definition): Use single quoted strings.
7473 (inferior-octave-startup-args): Change default value.
7474 (inferior-octave-startup): Do not hard code "-i" and
7475 "--no-line-editing".
7476 (inferior-octave-resync-dirs): Add optional arg NOERROR.
7477 (inferior-octave-directory-tracker): Use it.
7478 (octave-goto-function-definition): Robustify.
7479 (octave-help): Support highlighting operators in 'See also'.
7480 (octave-find-definition): Find subfunctions only in Octave mode.
7481
7482 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * help-fns.el (help-fns--compiler-macro): If the handler function is
7485 named, then put a link to it.
7486 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7487 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7488 (cl-typep): Use it.
7489 (cl-eval-when): Simplify debug spec.
7490 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
7491 compiler-macro function instead of setting `compiler-macro-file'.
7492
7493 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7494
7495 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7496 * vc/vc-hooks.el (vc-stay-local): Doc fix.
7497
7498 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7499 Daniel Hackney <dan@haxney.org>
7500
7501 First part of Daniel Hackney's patch to package.el.
7502 * emacs-lisp/package.el: Use defstruct.
7503 (package-desc): New, main struct.
7504 (package--bi-desc, package--ac-desc): New structs, used to describe the
7505 format in external files.
7506 (package-desc-vers): Replace with package-desc-version accessor.
7507 (package-desc-doc): Replace with package-desc-summary accessor.
7508 (package-activate-1): Remove `package' arg since the pkg-vec now
7509 includes the name.
7510 (define-package): Use package-desc-from-define.
7511 (package-unpack-single): Change file-name arg to be a symbol.
7512 (package--add-to-archive-contents): Use package-desc-create and new
7513 accessor functions to package--ac-desc.
7514 (package-buffer-info, package-tar-file-info): Return a package-desc.
7515 (package-install-from-buffer): Remove `type' argument. Change pkg-info
7516 arg to be a package-desc.
7517 (package-install-file): Adjust accordingly. Use \' to match EOS.
7518 (package--from-builtin): New function.
7519 (describe-package-1, package-menu--generate): Use it.
7520 (package--make-autoloads-and-compile): Change name arg to be a symbol.
7521 (package-generate-autoloads): Idem and return the name of the file.
7522 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7523 Change pkg-info arg to be a package-desc.
7524 Use package-make-ac-desc.
7525 (package-upload-file): Use \' to match EOS.
7526 * finder.el (finder-compile-keywords): Use package-make-builtin.
7527
7528 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7529
7530 * vc/vc.el (vc-deduce-fileset): Change error message.
7531 (vc-read-backend): New function.
7532 (vc-next-action): Use it.
7533
7534 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7535
7536 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7537 (prolog-font-lock-keywords): Use regexp-opt instead.
7538 Don't manually highlight strings.
7539 (prolog-mode-variables): Simplify comment-start-skip.
7540 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
7541
7542 * emacs-lisp/generic.el (generic--normalise-comments)
7543 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7544 (generic-mode-set-comments): Use them.
7545 (generic-bracket-support): Use setq-local.
7546 (generic-make-keywords-list): Declare obsolete.
7547
7548 2013-06-11 Glenn Morris <rgm@gnu.org>
7549
7550 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7551 Prettify after setting font-lock-defaults. (Bug#14574)
7552
7553 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
7554
7555 * replace.el (query-replace, occur-read-regexp-defaults-function)
7556 (replace-search):
7557 * subr.el (declare-function, number-sequence, local-set-key)
7558 (substitute-key-definition, locate-user-emacs-file)
7559 (with-silent-modifications, split-string, eval-after-load):
7560 Fix typos, remove unneeded backslashes and reflow some docstrings.
7561
7562 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7565 default for Elisp files.
7566
7567 2013-06-11 Glenn Morris <rgm@gnu.org>
7568
7569 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7570 although define-derived-mode was doing this anyway. (Bug#14583)
7571
7572 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
7573
7574 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7575 Fix make-variable-buffer-local call to refer to the correct variable.
7576
7577 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
7578
7579 * eshell/em-term.el (eshell-visual-commands)
7580 (eshell-visual-subcommands, eshell-visual-options):
7581 Add summary line to docstrings. Add cross-references.
7582
7583 2013-06-10 Glenn Morris <rgm@gnu.org>
7584
7585 * epa.el (epa-read-file-name): New function. (Bug#14510)
7586 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
7587
7588 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7589
7590 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7591 output redirection to be ignored with visual commands.
7592
7593 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7594
7595 * eshell/em-term.el (eshell-visual-command-p): New function.
7596 (eshell-term-initialize): Move long lambda to separate function
7597 eshell-visual-command-p.
7598 * eshell/em-dirs.el (eshell-dirs-initialise):
7599 * eshell/em-script.el (eshell-script-initialize):
7600 Add missing #' to lambda.
7601
7602 2013-06-08 Leo Liu <sdl.web@gmail.com>
7603
7604 * progmodes/octave.el (octave-add-log-current-defun): New function.
7605 (octave-mode): Set add-log-current-defun-function.
7606 (octave-goto-function-definition): Do not move point if not found.
7607 (octave-find-definition): Enhance to try subfunctions first.
7608
7609 2013-06-08 Glenn Morris <rgm@gnu.org>
7610
7611 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7612 (byte-compile-backward-char, byte-compile-backward-word):
7613 Improve previous change, to handle non-explicit nil.
7614
7615 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7616
7617 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7618 (smie--opener/closer-at-point): New function.
7619 (smie--matching-block-data): Use it. Don't match from right after an
7620 opener or right before a closer. Obey smie-blink-matching-inners.
7621 Don't signal a mismatch for repeated inners like "switch..case..case".
7622
7623 2013-06-07 Leo Liu <sdl.web@gmail.com>
7624
7625 * progmodes/octave.el (octave-mode): Set comment-use-global-state
7626 to t. (Bug#14303)
7627 (octave-function-header-regexp): Fix. (Bug#14570)
7628 (octave-help-mode-finish-hook, octave-help-mode-finish):
7629 Remove. Just use temp-buffer-show-hook.
7630
7631 * newcomment.el (comment-search-backward): Revert last change.
7632 (Bug#14434)
7633
7634 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7635
7636 2013-06-07 Eli Zaretskii <eliz@gnu.org>
7637
7638 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7639 through xargs, to avoid failure due to MS-Windows limitations on
7640 command-line length.
7641
7642 2013-06-06 Glenn Morris <rgm@gnu.org>
7643
7644 * font-lock.el (lisp-font-lock-keywords-2):
7645 Treat user-error like error.
7646
7647 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7648 (byte-compile-backward-char, byte-compile-backward-word):
7649 Handle explicit nil arguments. (Bug#14565)
7650
7651 2013-06-05 Alan Mackenzie <acm@muc.de>
7652
7653 * isearch.el (isearch-allow-prefix): New user option.
7654 (isearch-other-meta-char): Don't exit isearch when a prefix
7655 argument is typed whilst `isearch-allow-prefix' is non-nil.
7656 (Bug#9706)
7657
7658 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7659
7660 * autorevert.el (auto-revert-notify-handler): Use memq.
7661 Hide assertion failure.
7662
7663 * skeleton.el: Use cl-lib.
7664 (skeleton-further-elements): Use defvar-local.
7665 (skeleton-insert): Use cl-progv.
7666
7667 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7668
7669 * progmodes/prog-mode.el (prog-prettify-symbols)
7670 (prog-prettify-install): Update docstrings.
7671
7672 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * simple.el: Move all the prog-mode code to prog-mode.el.
7675 * progmodes/prog-mode.el: New file.
7676 * loadup.el: Add prog-mode.el.
7677
7678 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7679
7680 * simple.el (prog-prettify-symbols): Add version.
7681 (prog-prettify-install): Add convenience function to prettify symbols.
7682
7683 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7684 (perl--augmented-font-lock-keywords-1)
7685 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7686 variables and use it.
7687
7688 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7689 (cfengine3-mode): Remove unneeded variable and use it.
7690
7691 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7692 (lisp--augmented-font-lock-keywords-1)
7693 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7694 Remove unneeded variables and use it.
7695
7696 2013-06-05 João Távora <joaotavora@gmail.com>
7697
7698 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7699 to point when opening the connection. (Bug#14380)
7700
7701 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * subr.el (load-history-regexp, load-history-filename-element)
7704 (eval-after-load, after-load-functions, do-after-load-evaluation)
7705 (eval-next-after-load, display-delayed-warnings)
7706 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7707 definition of save-match-data.
7708 (overriding-local-map): Remove accidental obsolescence declaration.
7709
7710 * emacs-lisp/edebug.el (edebug-result): Move before first use.
7711
7712 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7713
7714 Generalize symbol prettify support to prog-mode and implement it
7715 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7716 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7717 (prog--prettify-font-lock-compose-symbol)
7718 (prog-prettify-font-lock-symbols-keywords): New variables and
7719 functions to support symbol prettification.
7720 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7721 (lisp--augmented-font-lock-keywords-1)
7722 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7723 (lisp--prettify-symbols-alist): Implement prettify of lambda.
7724 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7725 (cfengine3--prettify-symbols-alist, cfengine3-mode):
7726 Implement prettify of -> => :: strings.
7727 * progmodes/perl-mode.el (perl-prettify-symbols)
7728 (perl--font-lock-compose-symbol)
7729 (perl--font-lock-symbols-keywords): Move to prog-mode.
7730 (perl--prettify-symbols-alist): Prettify -> => :: strings.
7731 (perl-font-lock-keywords-1)
7732 (perl-font-lock-keywords-2): Remove explicit prettify support.
7733 (perl--augmented-font-lock-keywords)
7734 (perl--augmented-font-lock-keywords-1)
7735 (perl--augmented-font-lock-keywords-2, perl-mode):
7736 Implement prettify support.
7737
7738 2013-06-05 Leo Liu <sdl.web@gmail.com>
7739
7740 Re-implement smie matching block highlight using
7741 show-paren-data-function. (Bug#14395)
7742 * emacs-lisp/smie.el (smie-matching-block-highlight)
7743 (smie--highlight-matching-block-overlay)
7744 (smie--highlight-matching-block-lastpos)
7745 (smie-highlight-matching-block)
7746 (smie-highlight-matching-block-mode): Remove.
7747 (smie--matching-block-data-cache): New variable.
7748 (smie--matching-block-data): New function.
7749 (smie-setup): Use smie--matching-block-data for
7750 show-paren-data-function.
7751
7752 * progmodes/octave.el (octave-mode-menu): Fix.
7753 (octave-find-definition): Skip garbage lines.
7754
7755 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7756
7757 Fix compilation error with simultaneous dynamic+lexical scoping.
7758 Add warning when a defvar appears after the first let-binding.
7759 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7760 (byte-compile-close-variables): Initialize it.
7761 (byte-compile--declare-var): New function.
7762 (byte-compile-file-form-defvar)
7763 (byte-compile-file-form-define-abbrev-table)
7764 (byte-compile-file-form-custom-declare-variable): Use it.
7765 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
7766 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7767 (byte-compile-bind): Handle dynamic bindings that shadow
7768 lexical bindings.
7769 (byte-compile-unbind): Make arg non-optional.
7770 (byte-compile-let): Simplify.
7771 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7772 (cconv--analyse-function, cconv-analyse-form): Populate it.
7773 Protect byte-compile-bound-variables to limit the scope of defvars.
7774 (cconv-analyse-form): Add missing rule for (defvar <foo>).
7775 Remove unneeded rule for `declare'.
7776
7777 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7778 so as to avoid depending on cl-adjoin at run-time.
7779 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7780
7781 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7782 (macroexp--warn-and-return): Use it.
7783
7784 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7785
7786 * lisp/subr.el: Convert to lexical binding.
7787 (overriding-local-map): Make obsolete.
7788 (add-to-list): Doc fix. Add compiler macro.
7789 (read-key): Swap values of local maps.
7790
7791 2013-06-05 Leo Liu <sdl.web@gmail.com>
7792
7793 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7794
7795 2013-06-04 Leo Liu <sdl.web@gmail.com>
7796
7797 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7798 (compilation-auto-jump): Suppress the "Mark set" message to give
7799 way to exit message.
7800
7801 2013-06-04 Alan Mackenzie <acm@muc.de>
7802
7803 Remove faulty optimisation from indentation calculation.
7804 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7805 search limit based on 2000 characters back from indent-point.
7806
7807 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7808
7809 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7810
7811 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * emacs-lisp/lisp.el: Use lexical-binding.
7814 (lisp--local-variables-1, lisp--local-variables): New functions.
7815 (lisp--local-variables-completion-table): New var.
7816 (lisp-completion-at-point): Use it complete let-bound vars.
7817
7818 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7819 eagerly (bug#14422).
7820
7821 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7822
7823 * autorevert.el (auto-revert-notify-enabled)
7824 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7825 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7826 (auto-revert-notify-handler): Handle also gfilenotify.
7827
7828 * subr.el (file-notify-handle-event): New defun. Replacing ...
7829 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7830 Remove.
7831
7832 2013-06-03 Juri Linkov <juri@jurta.org>
7833
7834 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7835 `M-s h .'. (Bug#14427)
7836
7837 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7838 command `hi-lock-face-symbol-at-point'.
7839 (hi-lock-face-symbol-at-point): New command.
7840 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7841 (hi-lock-menu): Add `highlight-symbol-at-point'.
7842 (hi-lock-mode): Doc fix.
7843
7844 * isearch.el (isearch-forward-symbol-at-point): New command.
7845 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7846 (isearch-highlight-regexp): Add a regexp which matches
7847 words/symbols for word/symbol mode.
7848
7849 * subr.el (find-tag-default-bounds): New function with the body
7850 mostly moved from `find-tag-default'.
7851 (find-tag-default): Move most code to `find-tag-default-bounds',
7852 call it and apply `buffer-substring-no-properties' afterwards.
7853
7854 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7855
7856 * eshell/em-term.el (eshell-term-initialize):
7857 Use `cl-intersection' rather than `intersection'.
7858
7859 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7860
7861 * vc/log-view.el: Doc fix.
7862 (log-view-mode-map): Copy keymap from `special-mode-map'.
7863
7864 2013-06-02 Eric Ludlam <zappo@gnu.org>
7865
7866 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7867 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7868 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7869 (eieio-unbound, eieio-default-superclass)
7870 (eieio--define-field-accessors, method-static, method-before)
7871 (method-primary, method-after, method-num-lists)
7872 (method-generic-before, method-generic-primary)
7873 (method-generic-after, method-num-slots)
7874 (eieio-specialized-key-to-generic-key)
7875 (eieio--check-type, class-v, class-p)
7876 (eieio-class-name, define-obsolete-function-alias)
7877 (eieio-class-parents-fast, eieio-class-children-fast)
7878 (same-class-fast-p, class-constructor, generic-p)
7879 (generic-primary-only-p, generic-primary-only-one-p)
7880 (class-option-assoc, class-option, eieio-object-p)
7881 (class-abstract-p, class-method-invocation-order)
7882 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7883 (eieio-class-un-autoload, eieio-defclass)
7884 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7885 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7886 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7887 (eieio-defgeneric-reset-generic-form)
7888 (eieio-defgeneric-form-primary-only)
7889 (eieio-defgeneric-reset-generic-form-primary-only)
7890 (eieio-defgeneric-form-primary-only-one)
7891 (eieio-defgeneric-reset-generic-form-primary-only-one)
7892 (eieio-unbind-method-implementations)
7893 (eieio--defmethod, eieio--typep)
7894 (eieio-perform-slot-validation, eieio-validate-slot-value)
7895 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7896 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7897 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7898 (eieio-slot-name-index, eieio-class-slot-name-index)
7899 (eieio-set-defaults, eieio-initarg-to-attribute)
7900 (eieio-attribute-to-initarg, eieio-c3-candidate)
7901 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7902 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7903 (eieio-class-precedence-list, eieio-generic-call-methodname)
7904 (eieio-generic-call-arglst, eieio-generic-call-key)
7905 (eieio-generic-call-next-method-list)
7906 (eieio-pre-method-execution-functions, eieio-generic-call)
7907 (eieio-generic-call-primary-only, eieiomt-method-list)
7908 (eieiomt-optimizing-obarray, eieiomt-install)
7909 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7910 (eieio-generic-form, eieio-defmethod, make-obsolete)
7911 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7912 (defclass): Remove `eval-and-compile' from macro.
7913 (call-next-method, shared-initialize): Instead of using
7914 `scoped-class' variable, use new eieio--scoped-class, and
7915 eieio--with-scoped-class.
7916 (initialize-instance): Rename local variable 'scoped-class' to
7917 'this-class' to remove ambiguitity from old global.
7918
7919 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7920 eieio.el.
7921 (eieio--scoped-class-stack): New variable.
7922 (eieio--scoped-class): New fcn.
7923 (eieio--with-scoped-class): New scoping macro.
7924 (eieio-defclass): Use pushnew instead of add-to-list.
7925 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7926 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7927 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7928 `scoped-class' variable, use new eieio--scoped-class, and
7929 eieio--with-scoped-class.
7930
7931 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7932
7933 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7934
7935 * eshell/esh-ext.el (eshell-external-command): Pass args to
7936 `eshell-find-interpreter'.
7937 (eshell-find-interpreter): Add new second parameter ARGS.
7938
7939 * eshell/em-script.el (eshell-script-initialize): Add second arg
7940 to the function added as MATCH to `eshell-interpreter-alist'.
7941
7942 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7943 the function added as MATCH to `eshell-interpreter-alist'.
7944
7945 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7946 (eshell-visual-options): New defcustom.
7947 (eshell-escape-control-x): Adapt docstring.
7948 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7949 `eshell-visual-options' in addition to `eshell-visual-commands'.
7950 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7951
7952 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7953
7954 * progmodes/python.el (python-indent-block-enders): Add break,
7955 continue and raise keywords.
7956
7957 2013-06-01 Glenn Morris <rgm@gnu.org>
7958
7959 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7960
7961 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7962 * progmodes/cc-cmds.el (delete-forward-p):
7963 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7964 * progmodes/cc-engine.el (buffer-syntactic-context):
7965 * progmodes/cc-fonts.el (face-property-instance):
7966 * progmodes/cc-mode.el (set-keymap-parents):
7967 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7968 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7969 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7970 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7971 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7972
7973 * progmodes/cc-vars.el (other): Emacs has this widget since
7974 at least 21.1, so don't (re)define it.
7975
7976 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7977 Replace the obsolete alias pcomplete-arg-quote-list.
7978
7979 2013-06-01 Leo Liu <sdl.web@gmail.com>
7980
7981 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7982 punctuation syntax.
7983 (inferior-octave-minimal-columns)
7984 (inferior-octave-last-column-width): New variables.
7985 (inferior-octave-track-window-width-change): New function.
7986 (inferior-octave-mode): Adjust column width so that Octave output,
7987 for example from 'ls', can fit into the window nicely.
7988
7989 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7990
7991 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7992 Highlight expansions inside regexp literals.
7993
7994 2013-05-31 Glenn Morris <rgm@gnu.org>
7995
7996 * obsolete/sym-comp.el (symbol-complete):
7997 Replace obsolete completion-annotate-function.
7998
7999 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
8000
8001 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8002
8003 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8004 New function, checks if point is inside a literal that allows
8005 expression expansion.
8006 (ruby-syntax-propertize-expansion): Use it.
8007 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
8008 around the body.
8009
8010 2013-05-30 Juri Linkov <juri@jurta.org>
8011
8012 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
8013 to "\M-si".
8014 (isearch-invisible): New variable.
8015 (isearch-forward): Doc fix.
8016 (isearch-mode): Set `isearch-invisible'
8017 to the value of `search-invisible'.
8018 (isearch-toggle-case-fold): Doc fix.
8019 (isearch-toggle-invisible): New command.
8020 (isearch-query-replace): Let-bind `search-invisible'
8021 to the value of `isearch-invisible'.
8022 (isearch-search): Use `isearch-invisible' instead of
8023 `search-invisible'. Let-bind `search-invisible'
8024 to the value of `isearch-invisible'. (Bug#11378)
8025
8026 2013-05-30 Juri Linkov <juri@jurta.org>
8027
8028 * replace.el (perform-replace): Avoid `isearch-range-invisible'
8029 call when `query-flag' is nil and `search-invisible' is non-nil.
8030 (Bug#11746)
8031
8032 2013-05-30 Glenn Morris <rgm@gnu.org>
8033
8034 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
8035
8036 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
8037 (cc-require): Suppress spurious "noruntime" warnings.
8038 (cc-require-when-compile): Use fboundp, for sake of compiler.
8039
8040 * progmodes/cc-mode.el: Move load of cc-vars before that of
8041 cc-langs (which in turn loads cc-vars), to quieten compiler.
8042
8043 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8044
8045 * paren.el: Simplify the code.
8046 (show-paren-mode): Always start the timer.
8047 (show-paren--idle-timer): Rename from show-paren-idle-timer.
8048 (show-paren--overlay, show-paren--overlay-1): Rename from
8049 show-paren-overlay and show-paren-overlay-1, and initialize to an
8050 overlay rather than to nil.
8051 (show-paren-function): Misc cleanup and simplifications.
8052
8053 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * paren.el (show-paren-data-function): New hook.
8056 (show-paren--default): New function, extracted from show-paren-function.
8057 (show-paren-function): Use show-paren-data-function.
8058
8059 2013-05-30 Glenn Morris <rgm@gnu.org>
8060
8061 * ielm.el (ielm-map, ielm-complete-symbol):
8062 Use completion-at-point rather than obsolete functions.
8063 (inferior-emacs-lisp-mode): Doc fix.
8064 Set completion-at-point-functions, rather than
8065 comint-dynamic-complete-functions.
8066
8067 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
8068 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
8069 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
8070
8071 * image.el (image-animated-p): Tweak definition.
8072
8073 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
8074 (rlogin-process-connection-type): Tweak default. Add set-after.
8075 (rlogin-host): Doc fix.
8076 (rlogin): Tweak prompt.
8077 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
8078
8079 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
8080 * progmodes/tcl.el (inferior-tcl-mode-map):
8081 Use completion-at-point rather than obsolete alias.
8082
8083 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
8084
8085 * minibuffer.el (read-file-name-completion-ignore-case):
8086 Move before completion--in-region, for eager macro expansion.
8087
8088 2013-05-29 Juri Linkov <juri@jurta.org>
8089
8090 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
8091 for total count of matching lines. Add `global-matches' for total
8092 count of matches. Rename `matches' to `lines' for count of
8093 matching lines. Add `matches' for count of matches.
8094 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
8095 to `prev-line' for line number of prev match endpt.
8096 Increment `matches' for every match. Print the number of
8097 matching lines in the header.
8098 (occur-context-lines): Rename `lines' to `curr-line'.
8099 Rename `prev-lines' to `prev-line'. (Bug#14017)
8100
8101 2013-05-29 Juri Linkov <juri@jurta.org>
8102
8103 * replace.el (perform-replace): Add `skip-read-only-count',
8104 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
8105 Increment them for corresponding conditions and report the number
8106 of skipped occurrences in the final message. (Bug#11746)
8107 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8108 (replace-string, replace-regexp): Doc fix.
8109
8110 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * emacs-lisp/trace.el (trace--read-args): Provide a default.
8113
8114 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
8115 prog-mode-map (bug#14504).
8116
8117 2013-05-29 Leo Liu <sdl.web@gmail.com>
8118
8119 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
8120 (octave-help): Small simplification.
8121
8122 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
8123 off the highlight first.
8124
8125 2013-05-29 Glenn Morris <rgm@gnu.org>
8126
8127 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
8128 Handle idlwave-last-system-routine-info-cons-cell being nil.
8129
8130 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8131 (idlwave-write-paths): Simplify via with-temp-buffer.
8132
8133 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
8134 * emulation/cua-rect.el: Also load cua-base at run time.
8135
8136 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
8137 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
8138 (cperl-imenu-on-info): Require imenu.
8139
8140 2013-05-28 Alan Mackenzie <acm@muc.de>
8141
8142 Handle "capitalised keywords" correctly.
8143 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
8144
8145 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
8146
8147 * eshell/em-unix.el: Add -r option to cp.
8148
8149 2013-05-28 Glenn Morris <rgm@gnu.org>
8150
8151 * vc/vc-arch.el (vc-exec-after): Declare.
8152 (vc-switches): Autoload.
8153 * vc/vc-bzr.el: No need to require vc when compiling.
8154 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
8155 (vc-resynch-buffer, vc-dir-refresh): Declare.
8156 (vc-setup-buffer, vc-switches): Autoload.
8157 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
8158 (vc-resynch-buffer): Declare.
8159 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
8160 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
8161 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
8162 (grep-read-regexp, grep-read-files, grep-expand-template)
8163 (vc-dir-refresh): Declare.
8164 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
8165 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
8166 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
8167 * vc/vc-mtn.el (vc-exec-after): Declare.
8168 (vc-switches): Autoload.
8169 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
8170 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
8171 (vc-file-tree-walk): Declare.
8172 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
8173 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
8174 (vc-tag-precondition, vc-rename-master): Autoload.
8175 * vc/vc-svn.el (vc-exec-after): Declare.
8176 (vc-switches, vc-setup-buffer): Autoload.
8177 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
8178 Autoload.
8179 (vc-resynch-buffer): Declare.
8180
8181 * obsolete/fast-lock.el (byte-compile-warnings):
8182 Don't warn about obsolete features in this obsolete file.
8183
8184 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
8185 Move definition before use.
8186
8187 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
8188 (dun-unix-verbs): Remove dun-zippy.
8189 (dun-zippy): Remove function.
8190
8191 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8192
8193 2013-05-27 Juri Linkov <juri@jurta.org>
8194
8195 * replace.el (replace-search): New function with code moved out
8196 from `perform-replace'.
8197 (replace-highlight, replace-dehighlight): Move function definitions
8198 up closer to `replace-search'. (Bug#11746)
8199
8200 2013-05-27 Juri Linkov <juri@jurta.org>
8201
8202 * replace.el (perform-replace): Ignore invisible matches.
8203 In addition to checking `query-replace-skip-read-only', also
8204 filter out matches by calling `run-hook-with-args-until-failure'
8205 on `isearch-filter-predicates', and also check `search-invisible'
8206 for t or call `isearch-range-invisible'.
8207 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
8208
8209 2013-05-27 Juri Linkov <juri@jurta.org>
8210
8211 * isearch.el (isearch-filter-predicates): Rename from
8212 `isearch-filter-predicate'. Doc fix. (Bug#11378)
8213 (isearch-message-prefix): Display text from the property
8214 `isearch-message-prefix' of the currently active filters.
8215 (isearch-search): Don't compare `isearch-filter-predicate' with
8216 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
8217 on `isearch-filter-predicates'. Also check `search-invisible' for t
8218 or call `isearch-range-invisible'.
8219 (isearch-filter-visible): Make obsolete.
8220 (isearch-lazy-highlight-search):
8221 Call `run-hook-with-args-until-failure' on
8222 `isearch-filter-predicates' and use `isearch-range-invisible'.
8223
8224 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
8225 `isearch-filter-predicates' instead of `funcall'ing
8226 `isearch-filter-predicate'.
8227 (Info-mode): Set `Info-isearch-filter' to
8228 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
8229
8230 * dired-aux.el (dired-isearch-filter-predicate-orig):
8231 Remove variable.
8232 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
8233 (dired-isearch-filenames-end): Add and remove
8234 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
8235 instead of changing the value of `isearch-filter-predicate'.
8236 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
8237 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
8238 Put property `isearch-message-prefix' to "filename " on
8239 `dired-isearch-filter-filenames'.
8240
8241 * wdired.el (wdired-change-to-wdired-mode):
8242 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
8243 locally instead of changing `isearch-filter-predicate'.
8244 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
8245
8246 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
8247
8248 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
8249 return the commit hash (Bug#14459). Also set the
8250 `vc-git-detached' property.
8251 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
8252 (vc-git-mode-line-string): Use the same help-echo format whether
8253 in detached mode or not, because we know the actual revision now.
8254 When in detached mode, shorten the revision to 7 chars.
8255
8256 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * emacs-lisp/easy-mmode.el (define-minor-mode):
8259 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
8260 mode hook and provide a docstring.
8261
8262 2013-05-27 Alan Mackenzie <acm@muc.de>
8263
8264 Remove spurious syntax-table text properties inserted by C-y.
8265 * progmodes/cc-mode.el (c-after-change): Also clear hard
8266 syntax-table property with value nil.
8267
8268 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
8269
8270 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
8271 when reading the events; the buffer layout shall not be changed.
8272
8273 2013-05-27 Leo Liu <sdl.web@gmail.com>
8274
8275 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
8276 New variable.
8277 (inferior-octave-directory-tracker): Automatically re-sync
8278 default-directory.
8279 (octave-help): Improve handling of 'See also'.
8280
8281 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * doc-view.el: Minor naming convention tweaks.
8284 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
8285
8286 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
8287 even if there's no `display' property yet (bug#14435).
8288
8289 2013-05-25 Eli Zaretskii <eliz@gnu.org>
8290
8291 * subr.el (unmsys--file-name): Rename from reveal-filename.
8292
8293 * Makefile.in (custom-deps, finder-data, autoloads)
8294 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8295 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8296 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
8297
8298 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8299
8300 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
8301 error-completion on the first 2 args of condition-case (bug#14446).
8302 Don't burp at EOB.
8303
8304 2013-05-25 Leo Liu <sdl.web@gmail.com>
8305
8306 * comint.el (comint-previous-matching-input): Do not flood the
8307 *Messages* buffer with trivial messages.
8308
8309 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8310
8311 * progmodes/flymake.el (flymake-nop): Don't return a string.
8312 (flymake-set-at): Fix typo.
8313
8314 * simple.el (read--expression): New function, extracted from
8315 eval-expression. Set completion-at-point-functions (bug#14465).
8316 (eval-expression, eval-minibuffer): Use it.
8317
8318 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
8319
8320 * progmodes/flymake.el (flymake-save-buffer-in-file)
8321 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
8322 (flymake-selected-frame, flymake-log, flymake-ins-after)
8323 (flymake-set-at, flymake-get-buildfile-from-cache)
8324 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
8325 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
8326 Refine the doc string.
8327 (flymake-get-file-name-mode-and-masks): Reformat.
8328 (flymake-get-real-file-name-function): Fix a minor bug.
8329
8330 2013-05-24 Juri Linkov <juri@jurta.org>
8331
8332 * progmodes/grep.el (grep-mode-font-lock-keywords):
8333 Support =linenumber= format used by git-grep for lines with
8334 function names. (Bug#13549)
8335
8336 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * progmodes/octave.el (octave-smie-rules): Return nil rather than
8339 0 after a semi-colon; it works better for smie-auto-fill.
8340 (octave--indent-new-comment-line): New function.
8341 (octave-indent-new-comment-line): Use it (indirectly).
8342 (octave-mode): Don't disable smie-auto-fill. Use add-function to
8343 modify comment-line-break-function.
8344
8345 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
8346 (smie-setup): Use add-function to set it.
8347
8348 2013-05-24 Sam Steingold <sds@gnu.org>
8349
8350 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8351 argument (before the `interactive' argument).
8352
8353 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * image-mode.el (image-mode-winprops): Add winprops to
8356 image-mode-winprops-alist before running
8357 image-mode-new-window-functions.
8358 * doc-view.el (doc-view-new-window-function): Don't delay
8359 doc-view-goto-page via timers (bug#14435).
8360
8361 2013-05-24 Tassilo Horn <tsdh@gnu.org>
8362
8363 * doc-view.el: Integrate with desktop.el. (Bug#14435)
8364 (doc-view-desktop-save-buffer): New function.
8365 (doc-view-restore-desktop-buffer): New function.
8366 (desktop-buffer-mode-handlers):
8367 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
8368 handler.
8369 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8370 `desktop-save-buffer' function.
8371
8372 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
8373
8374 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8375 (tramp-gvfs-file-name-handler): Raise a user error when
8376 `tramp-gvfs-enabled' is nil.
8377 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8378 Do not raise a user error when loading package. (Bug#14447)
8379
8380 * net/xesam.el: Move to obsolete/.
8381
8382 2013-05-24 Glenn Morris <rgm@gnu.org>
8383
8384 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8385
8386 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8387
8388 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8389 (Info-find-node, Man-getpage-in-background): Declare.
8390
8391 * mail/unrmail.el (unrmail):
8392 Replace obsolete detect-coding-with-priority.
8393
8394 * net/socks.el (socks-split-string): Use this rather than split-string.
8395 (socks-nslookup-host): Update for above change.
8396 (dynamic-choice, s5-dynamic-choice-match)
8397 (s5-dynamic-choice-match-inline, s5-widget-value-create):
8398 Comment out unused code.
8399
8400 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8401 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8402 (gud-tooltip-echo-area): Make obsolete.
8403 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8404
8405 * progmodes/js.el (js--optimize-arglist): Declare.
8406
8407 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8408
8409 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8410 (ediff-window-C): Declare.
8411
8412 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8413 Tweak requires to silence compiler.
8414
8415 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8416 (he-search-string, he-tried-table, he-expand-list)
8417 (he-init-string, he-string-member, he-substitute-string)
8418 (he-reset-string): Declare.
8419
8420 * obsolete/options.el (list-options): Use custom-variable-p,
8421 rather than obsolete alias.
8422
8423 2013-05-23 Sam Steingold <sds@gnu.org>
8424
8425 * simple.el (shell-command-on-region): Pass the `replace' argument
8426 down to `call-process-region' to comply with the doc as reported on
8427 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8428
8429 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8430
8431 * emacs-lisp/smie.el (smie-indent-forward-token)
8432 (smie-indent-backward-token): Handle string tokens (bug#14381).
8433
8434 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8435
8436 * ielm.el (ielm-menu): New menu.
8437 (inferior-emacs-lisp-mode): Set comment-start.
8438
8439 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8440
8441 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8442 Fix deactivate action.
8443
8444 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8445 Add cleveref macros.
8446
8447 * lisp/textmodes/reftex-parse.el
8448 (reftex-locate-bibliography-files): Accept options for
8449 bibliography commands.
8450 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8451 Add addbibresource. Basic Biblatex support.
8452
8453 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
8454
8455 * net/tramp-gvfs.el (top):
8456 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8457 when loading package. (Bug#14447)
8458
8459 2013-05-23 Glenn Morris <rgm@gnu.org>
8460
8461 * progmodes/js.el: No need to load comint when compiling.
8462 (ring-insert, comint-send-string, comint-send-input)
8463 (comint-last-input-end, ido-chop): Declare.
8464
8465 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8466 * vc/ediff-mult.el: Adjust requires.
8467 (ediff-directories-internal, ediff-directory-revisions-internal)
8468 (ediff-patch-file-internal): Declare.
8469 * vc/ediff-ptch.el: Adjust requires.
8470 (ediff-use-last-dir, ediff-buffers-internal): Declare.
8471 (ediff-find-file): Autoload.
8472 * vc/ediff-util.el: No need to load ediff when compiling.
8473 (ediff-regions-internal): Declare.
8474 * vc/ediff-wind.el: Adjust requires.
8475 (ediff-compute-toolbar-width): Define when compiling.
8476 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8477 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8478 (dired-get-filename, dired-get-marked-files)
8479 (ediff-last-dir-patch, ediff-patch-default-directory)
8480 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8481 (ediff-patch-buffer-internal): Declare.
8482
8483 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8484 (ispell-process, ispell-buffer-local-words, lm-summary)
8485 (lm-section-start, lm-section-end): Declare.
8486 (checkdoc-ispell-init): Simplify.
8487
8488 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8489 (he-string-member, he-reset-string, he-substitute-string): Declare.
8490
8491 * eshell/em-ls.el: Adjust requires.
8492 (eshell-glob-regexp): Declare.
8493 * eshell/em-tramp.el: Adjust requires.
8494 (eshell-parse-command): Autoload.
8495 * eshell/em-xtra.el: Adjust requires.
8496 (eshell-parse-command): Autoload.
8497 * eshell/esh-ext.el: Adjust requires.
8498 (eshell-parse-command, eshell-close-handles): Autoload.
8499 * eshell/esh-io.el: Adjust requires.
8500 (eshell-output-filter): Autoload.
8501 * eshell/esh-util.el: No need to load tramp when compiling.
8502 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8503 Declare.
8504 (eshell-parse-ange-ls): Require ange-ftp and tramp.
8505 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8506 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8507 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8508 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8509 * eshell/esh-opt.el, eshell/esh-proc.el:
8510 * eshell/esh-var.el: Adjust requires.
8511 * eshell/eshell.el: Do not require esh-util twice.
8512 (eshell-add-input-to-history): Declare.
8513 (eshell-command): Check history module is active before using it.
8514
8515 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8516
8517 2013-05-22 Leo Liu <sdl.web@gmail.com>
8518
8519 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8520
8521 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
8522
8523 * autorevert.el (auto-revert-notify-add-watch)
8524 (auto-revert-notify-handler): Add `attrib' for the inotify case,
8525 it indicates changes in file modification time.
8526
8527 2013-05-22 Glenn Morris <rgm@gnu.org>
8528
8529 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8530 Always delete the autoloaded function from the noruntime and
8531 unresolved functions lists.
8532
8533 * allout.el: No need to load epa, epg, overlay when compiling.
8534 (epg-context-set-passphrase-callback, epg-list-keys)
8535 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8536 (epg-key-user-id-list): Declare.
8537
8538 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8539 (viper-set-parsing-style-toggling-macro)
8540 (viper-set-emacs-state-searchstyle-macros):
8541 Use called-interactively-p on Emacs.
8542 (viper-looking-back): Make it an obsolete alias. Update callers.
8543 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8544 Use looking-back rather than viper-looking-back.
8545 (viper-tmp-insert-at-eob, viper-enlarge-region)
8546 (viper-read-string-with-history, viper-register-to-point)
8547 (viper-append-to-register, viper-change-state-to-vi)
8548 (viper-backward-char-carefully, viper-forward-char-carefully)
8549 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8550 (viper-change-state-to-emacs): Declare.
8551 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8552 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8553 * emulation/viper-mous.el: Do not load viper-cmd.
8554 (viper-backward-char-carefully, viper-forward-char-carefully)
8555 (viper-forward-word, viper-adjust-window): Declare.
8556
8557 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8558
8559 * progmodes/idlw-help.el (idlwave-help-fontify):
8560 Use called-interactively-p.
8561
8562 * term/w32console.el (w32-get-console-codepage)
8563 (w32-get-console-output-codepage): Declare.
8564
8565 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8566 Remove unnecessary declarations.
8567 (dframe-message): Doc fix.
8568
8569 * info.el (dframe-select-attached-frame, dframe-current-frame):
8570 Declare.
8571
8572 * speedbar.el (speedbar-message): Make it an obsolete alias.
8573 Update all callers.
8574 (speedbar-with-attached-buffer)
8575 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8576 (speedbar-with-writable): Use backquote.
8577 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8578 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8579 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8580 rather than speedbar- aliases.
8581 * mail/rmail.el: Load dframe rather than speedbar when compiling.
8582 (speedbar-make-specialized-keymap, speedbar-insert-button)
8583 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8584 (speedbar-do-function-pointer): Declare.
8585 (rmail-speedbar-button, rmail-speedbar-find-file)
8586 (rmail-speedbar-move-message):
8587 Use dframe-with-attached-buffer rather than speedbar- alias.
8588 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8589 (dframe-message, speedbar-make-specialized-keymap)
8590 (speedbar-add-expansion-list, speedbar-mode-functions-list)
8591 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8592 (speedbar-insert-button, dframe-select-attached-frame)
8593 (dframe-maybee-jump-to-attached-frame)
8594 (speedbar-change-initial-expansion-list)
8595 (speedbar-previously-used-expansion-list-name): Declare.
8596 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8597 Use dframe-message, dframe-with-attached-buffer rather than
8598 speedbar- aliases.
8599 (gud-sentinel): Silence compiler.
8600 * progmodes/vhdl-mode.el (speedbar-refresh)
8601 (speedbar-do-function-pointer, speedbar-add-supported-extension)
8602 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8603 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8604 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8605 (speedbar-file-lists, speedbar-make-tag-line)
8606 (speedbar-line-directory, speedbar-goto-this-file)
8607 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8608 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8609 (speedbar-make-button, speedbar-reset-scanners)
8610 (speedbar-files-item-info, speedbar-line-text)
8611 (speedbar-find-file-in-frame, speedbar-set-timer)
8612 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8613 (speedbar-with-writable): Do not (re)define it.
8614 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8615 rather than speedbar- alias.
8616
8617 2013-05-21 Leo Liu <sdl.web@gmail.com>
8618
8619 * progmodes/octave.el (octave-mode-menu): Update and re-organize
8620 menu items.
8621 (octave-mode): Tweak fill-nobreak-predicate.
8622 (inferior-octave-startup): Check process to avoid infinite loop.
8623 (inferior-octave): Pop to buffer first to show abornmal process
8624 exit information.
8625
8626 2013-05-21 Glenn Morris <rgm@gnu.org>
8627
8628 * printing.el (pr-menu-bar): Define when compiling.
8629
8630 2013-05-21 Leo Liu <sdl.web@gmail.com>
8631
8632 * progmodes/octave.el (octave-auto-fill): Remove.
8633 (octave-indent-new-comment-line): Improve.
8634 (octave-mode): Use auto fill mode through
8635 comment-line-break-function and fill-nobreak-predicate.
8636 (octave-goto-function-definition): Support DEFUN_DLD.
8637 (octave-beginning-of-defun): Small tweak.
8638 (octave-help): Show parent directory.
8639
8640 2013-05-21 Glenn Morris <rgm@gnu.org>
8641
8642 * files.el (dired-unmark):
8643 * progmodes/gud.el (gdb-input): Update declarations.
8644
8645 * calculator.el (electric, ehelp): No need to load when compiling.
8646 (Electric-command-loop, electric-describe-mode): Declare.
8647
8648 * doc-view.el (doc-view-current-converter-processes): Move before use.
8649
8650 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8651 Move MODE-set-explicitly definition before use.
8652
8653 * international/mule-diag.el (mule-diag):
8654 Don't use obsolete window-system-version.
8655
8656 * mail/feedmail.el (smtpmail): No need to load when compiling.
8657 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8658
8659 * mail/mail-utils.el (rfc822): No need to load when compiling.
8660 (rfc822-addresses): Autoload it.
8661 (mail-strip-quoted-names): Trivial simplification.
8662
8663 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8664 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8665
8666 * net/snmp-mode.el (tempo): Don't duplicate requires.
8667
8668 * progmodes/prolog.el (info): No need to load when compiling.
8669 (comint): Require before shell requires it.
8670 (Info-goto-node): Autoload it.
8671 (Info-follow-nearest-node): Declare.
8672 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8673
8674 * textmodes/artist.el (picture-mode-exit): Declare.
8675
8676 * textmodes/reftex-parse.el (reftex-parse-from-file):
8677 Trivial rewrite so the compiler can parse it better.
8678
8679 2013-05-20 Leo Liu <sdl.web@gmail.com>
8680
8681 * progmodes/octave.el (octave-help-mode-map)
8682 (octave-help-mode-finish-hook): New variables.
8683 (octave-help-mode, octave-help-mode-finish): New functions.
8684 (octave-help): Use octave-help-mode.
8685
8686 2013-05-20 Glenn Morris <rgm@gnu.org>
8687
8688 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
8689
8690 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
8691
8692 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8693 start at point, so that expansion starting right after opening
8694 slash in a regexp is recognized.
8695 (ruby-syntax-before-regexp-re): New defvar, extracted from
8696 ruby-syntax-propertize-function. Since the value of this regexp
8697 is looked up at runtime now, we should be able to turn
8698 `ruby-syntax-methods-before-regexp' into a defcustom later.
8699 (ruby-syntax-propertize-function): Split regexp matching into two
8700 parts, for opening and closing slashes. That allows us to skip
8701 over string interpolations and support multiline regexps.
8702 Don't call `ruby-syntax-propertize-expansions', instead use another rule
8703 for them, which calls `ruby-syntax-propertize-expansion'.
8704 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8705 call to `ruby-syntax-propertize-function'.
8706 (ruby-syntax-propertize-expansion): Extracted from
8707 `ruby-syntax-propertize-expansions'. Handles one expansion.
8708 (ruby-syntax-propertize-percent-literal): Leave point right after
8709 the percent symbol, so that the expression expansion rule can
8710 propertize the contents.
8711 (ruby-syntax-propertize-heredoc): Leave point at bol following the
8712 heredoc openers.
8713 (ruby-syntax-propertize-expansions): Remove.
8714
8715 2013-05-18 Juri Linkov <juri@jurta.org>
8716
8717 * man.el (Man-default-man-entry): Remove `-' from the end
8718 of the default value. (Bug#14400)
8719
8720 2013-05-18 Glenn Morris <rgm@gnu.org>
8721
8722 * comint.el (comint-password-prompt-regexp):
8723 Allow "password for XXX" where XXX contains colons (eg https://...).
8724
8725 2013-05-18 Leo Liu <sdl.web@gmail.com>
8726
8727 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8728 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
8729 (octave-source-directories): Don't check process.
8730 (octave-source-directories, octave-find-definition): Doc fix.
8731
8732 2013-05-18 Glenn Morris <rgm@gnu.org>
8733
8734 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8735 Remove backspace/delete bindings. (Bug#14392)
8736
8737 * cus-dep.el (custom-make-dependencies): Sort the output.
8738 (custom-versions-load-alist): Convert comment to doc.
8739
8740 2013-05-17 Leo Liu <sdl.web@gmail.com>
8741
8742 * newcomment.el (comment-search-backward): Stricter in finding
8743 comment start. (Bug#14303)
8744
8745 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8746 (octave-comment-start-skip): Properly anchored.
8747
8748 2013-05-17 Leo Liu <sdl.web@gmail.com>
8749
8750 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8751 Clean up when turned off. (Bug#14395)
8752 (smie--highlight-matching-block-overlay): No longer buffer-local.
8753 (smie-highlight-matching-block): Adjust.
8754
8755 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
8756
8757 Doc string fix for "nanoseconds" (Bug#14406).
8758 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8759 Fix doc string typo that had "nanoseconds" instead of "microseconds".
8760
8761 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8762
8763 * calc/calc-units.el (math-extract-units): Preserve powers
8764 of units.
8765
8766 2013-05-17 Leo Liu <sdl.web@gmail.com>
8767
8768 * subr.el (delete-consecutive-dups): New function.
8769 * ido.el (ido-set-matches-1): Use it.
8770 * progmodes/octave.el (inferior-octave-completion-table): Use it.
8771 * ido.el (ido-remove-consecutive-dups): Remove.
8772
8773 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8776 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8777 regexp-opt's `words'.
8778
8779 2013-05-16 Leo Liu <sdl.web@gmail.com>
8780
8781 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8782 (smie--highlight-matching-block-overlay)
8783 (smie--highlight-matching-block-lastpos)
8784 (smie--highlight-matching-block-timer): New variables.
8785 (smie-highlight-matching-block): New function.
8786 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8787 (smie-setup): Conditionally enable smie-blink-matching-open.
8788
8789 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8790
8791 Sync with upstream verilog-mode r840.
8792 * progmodes/verilog-mode.el (verilog-mode-version)
8793 (verilog-mode-release-date): Update.
8794 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8795 (verilog-sig-tieoff): Fix string error on
8796 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8797 (verilog-read-decls): Fix parameters confusing
8798 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8799
8800 2013-05-16 Eli Zaretskii <eliz@gnu.org>
8801
8802 * subr.el (reveal-filename): New function.
8803
8804 * loadup.el: Compute Emacs executable versions on MS-Windows,
8805 where executables have the .exe extension. Add a hard link
8806 emacs-XX.YY.ZZ.exe on MS-Windows.
8807
8808 * Makefile.in (XARGS_LIMIT): New variable.
8809 (custom-deps, finder-data, autoloads)
8810 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8811 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8812 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8813 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8814
8815 2013-05-16 Leo Liu <sdl.web@gmail.com>
8816
8817 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8818 (octave-mode-menu, octave-mode-map): Remove its uses.
8819
8820 2013-05-16 Reto Zimmermann <reto@gnu.org>
8821
8822 Sync with upstream vhdl mode v3.34.2.
8823 * progmodes/vhdl-mode.el: Use `push' throughout.
8824 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8825 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8826 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8827 (vhdl-actual-generic-name): New option to derive actual generic name.
8828 (vhdl-port-paste-signals): Replace formal by actual generics.
8829 (vhdl-beautify): New name for old group vhdl-align. Update users.
8830 (vhdl-beautify-options): New option.
8831 (vhdl-last-input-event): New compat alias. Use throughout.
8832 (vhdl-goto-line): Replace user level function `goto-line'.
8833 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8834 vhdl-fix-statement-buffer.
8835 (vhdl-create-mode-menu): Add some entries.
8836 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8837 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8838 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8839 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8840 to force statements on one line.
8841 (vhdl-remove-trailing-spaces-region):
8842 New, split from vhdl-remove-trailing-spaces.
8843 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8844 Respect vhdl-beautify-options.
8845 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8846 (vhdl-update-sensitivity-list): Not add with index if exists without.
8847 Not include array index with signal. Ignore keywords in comments.
8848 (vhdl-get-visible-signals): Regexp tweaks.
8849 (vhdl-template-component-inst): Handle empty library.
8850 (vhdl-template-type): Add template for 'enum' type.
8851 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8852 Use vhdl-replace-string.
8853 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8854 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8855 (vhdl-speedbar-initialize): Update for above name change.
8856 (vhdl-compose-wire-components): Fix in handling of constants.
8857 (vhdl-error-regexp-emacs-alist): New variable.
8858 (vhdl-error-regexp-add-emacs): New function;
8859 adds support for new compile.el (Emacs 22+)
8860 (vhdl-generate-makefile-1): Change target order for single lib. units.
8861 Allow use of absolute file names.
8862
8863 2013-05-16 Leo Liu <sdl.web@gmail.com>
8864
8865 * simple.el (prog-indent-sexp): Indent enclosing defun.
8866
8867 2013-05-15 Glenn Morris <rgm@gnu.org>
8868
8869 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8870 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8871 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8872 (whitespace-highlight): Move to whitespace group.
8873
8874 * comint.el (comint-source):
8875 * pcmpl-linux.el (pcmpl-linux):
8876 * shell.el (shell-faces):
8877 * eshell/esh-opt.el (eshell-opt):
8878 * international/ccl.el (ccl): Remove empty custom groups.
8879
8880 * completion.el (dynamic-completion-mode):
8881 * jit-lock.el (jit-lock-debug-mode):
8882 * minibuffer.el (completion-in-region-mode):
8883 * type-break.el (type-break-mode-line-message-mode)
8884 (type-break-query-mode):
8885 * emulation/tpu-edt.el (tpu-edt-mode):
8886 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8887 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8888 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8889
8890 * term/xterm.el (xterm): Change parent group to terminals.
8891
8892 * master.el (master): Remove empty custom group.
8893 (master-mode): Remove unused :group argument.
8894 * textmodes/refill.el (refill): Remove empty custom group.
8895 (refill-mode): Remove unused :group argument.
8896
8897 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8898
8899 * cus-dep.el: Provide a feature.
8900 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8901 Don't mistakenly ignore files whose basenames match a basename
8902 from preloaded-file-list (eg cedet/ede/simple.el).
8903 Add a fallback method for getting :group.
8904
8905 2013-05-15 Juri Linkov <juri@jurta.org>
8906
8907 * isearch.el (isearch-char-by-name): Rename from
8908 `isearch-insert-char-by-name'. Doc fix.
8909 (isearch-forward): Mention `isearch-char-by-name' in
8910 the docstring. (Bug#13348)
8911
8912 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8913 `exit-minibuffer' instead of
8914 `isearch-nonincremental-exit-minibuffer'.
8915 (isearch-edit-string): Remove mention of
8916 `isearch-nonincremental-exit-minibuffer' from docstring.
8917 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8918 (isearch-forward-exit-minibuffer)
8919 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8920
8921 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 * loadup.el: Just use unversioned DOC.
8924
8925 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8926 literals as extending to EOB.
8927 (nxml-last-fontify-end): Remove unused variable.
8928 (nxml-after-change1): Use with-silent-modifications.
8929 (nxml-extend-after-change-region): Simplify.
8930 (nxml-extend-after-change-region1): Remove function.
8931 (nxml-after-change1): Don't adjust for dependent regions.
8932 (nxml-fontify-matcher): Simplify.
8933 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8934 (xmltok-add-dependent): Remove function.
8935 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8936 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8937 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8938 unclosed <[[, <?, comment, and other literals as extending to EOB.
8939 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8940 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8941 Remove functions.
8942 (rng-do-some-validation-1): Don't mark dependent regions.
8943 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8944 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8945 (nxml-clear-dependent-regions): Remove functions.
8946 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8947 (nxml-ensure-scan-up-to-date):
8948 Don't clear&mark dependent regions.
8949
8950 2013-05-15 Leo Liu <sdl.web@gmail.com>
8951
8952 * progmodes/octave.el (octave-goto-function-definition):
8953 Improve and fix callers.
8954
8955 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8956
8957 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8958 the setter (bug#14387).
8959
8960 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8961 surrounding group (bug#14402).
8962
8963 2013-05-14 Juri Linkov <juri@jurta.org>
8964
8965 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8966 (Bug#14390)
8967
8968 2013-05-14 Glenn Morris <rgm@gnu.org>
8969
8970 * progmodes/f90.el (f90-imenu-generic-expression):
8971 Fix typo in 2013-05-08 change. (Bug#14402)
8972
8973 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8974
8975 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8976 Remove signals for which replies are never received.
8977
8978 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8979
8980 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8981 (gdb-handler-alist, gdb-handler-number): Remove variables.
8982 (gdb-handler-list): New variable.
8983 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8984 (gdb-pending-handler-p, gdb-handle-reply)
8985 (gdb-remove-all-pending-triggers): New functions.
8986 (gdb-discard-unordered-replies): New defcustom.
8987 (gdb-handler): New defstruct.
8988 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8989 instead of gdb-pending-triggers. Update docstring.
8990 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8991 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8992 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8993 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8994 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8995 (gdb-frame-handler): Pending triggers are now automatically managed.
8996 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8997 Remove argument.
8998 (gdb-input): Automatically handles pending triggers. Update docstring.
8999 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
9000 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
9001 Update comments.
9002 (gdb-done-or-error): Now use gdb-handle-reply.
9003
9004 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9005
9006 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
9007 gdb-debug-log.
9008
9009 2013-05-14 Glenn Morris <rgm@gnu.org>
9010
9011 * subr.el (user-emacs-directory-warning): New option.
9012 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
9013
9014 2013-05-14 Leo Liu <sdl.web@gmail.com>
9015
9016 * progmodes/octave.el (octave-font-lock-keywords): Fix error
9017 during redisplay.
9018 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
9019 (octave-font-lock-texinfo-comment): Fix invalid search bound
9020 error: wrong side of point.
9021
9022 2013-05-14 Glenn Morris <rgm@gnu.org>
9023
9024 * progmodes/flymake.el (flymake-xml-program): New option.
9025 (flymake-xml-init): Use it.
9026
9027 * term/xterm.el: Provide a feature.
9028
9029 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
9030
9031 2013-05-13 Glenn Morris <rgm@gnu.org>
9032
9033 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
9034 Add compat aliases as a hack workaround. (Bug#14384)
9035
9036 2013-05-13 Leo Liu <sdl.web@gmail.com>
9037
9038 * progmodes/octave.el (octave-indent-comment): Fix indentation for
9039 ###, and %!.
9040 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
9041 C-M-q.
9042 (octave-comment-start-skip): Include %!.
9043 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
9044
9045 2013-05-12 Leo Liu <sdl.web@gmail.com>
9046
9047 * progmodes/octave.el (inferior-octave-startup): Store the value
9048 of __octave_srcdir__ for octave-source-directories.
9049 (inferior-octave-check-process): New function refactored out of
9050 inferior-octave-send-list-and-digest.
9051 (octave-source-directories)
9052 (octave-find-definition-filename-function): New variables.
9053 (octave-source-directories)
9054 (octave-find-definition-default-filename): New functions.
9055 (octave-find-definition): Improve to find functions implemented in C++.
9056
9057 2013-05-12 Glenn Morris <rgm@gnu.org>
9058
9059 * calendar/diary-lib.el (diary-outlook-format-1):
9060 Don't include dayname in the output. (Bug#14349)
9061
9062 2013-05-11 Glenn Morris <rgm@gnu.org>
9063
9064 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
9065
9066 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
9067 Treat cc-provide like provide.
9068
9069 2013-05-11 Kevin Ryde <user42@zip.com.au>
9070
9071 * cus-dep.el (custom-make-dependencies):
9072 Use generated-autoload-load-name for the sake of files such
9073 such cedet/semantic/bovine/c.el, where the base file name
9074 is not in load-path. (Bug#5277)
9075
9076 2013-05-11 Glenn Morris <rgm@gnu.org>
9077
9078 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
9079 Provide features.
9080
9081 2013-05-11 Leo Liu <sdl.web@gmail.com>
9082
9083 * progmodes/octave.el (octave-indent-comment): Improve.
9084 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
9085 (octave-eldoc-function-signatures, octave-eldoc-function):
9086 New functions.
9087 (octave-mode, inferior-octave-mode): Add eldoc support.
9088
9089 2013-05-11 Richard Stallman <rms@gnu.org>
9090
9091 * epa.el (epa-decrypt-file): Take output file name as argument
9092 and read it using `interactive'.
9093
9094 2013-05-11 Leo Liu <sdl.web@gmail.com>
9095
9096 * progmodes/octave.el (octave-beginning-of-line)
9097 (octave-end-of-line): Check before using up-list because it jumps
9098 out of more syntactic contructs since moving to smie.
9099 (octave-indent-comment): New function.
9100 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
9101 (octave-begin-keywords, octave-end-keywords)
9102 (octave-reserved-words, octave-smie-bnf-table)
9103 (octave-smie-rules): Add new keywords from Octave 3.6.4.
9104
9105 2013-05-11 Glenn Morris <rgm@gnu.org>
9106
9107 * faces.el (internal-face-x-get-resource):
9108 * frame.el (ns-display-monitor-attributes-list):
9109 * calc/calc-aent.el (math-to-radians-2):
9110 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
9111 Fix declarations.
9112
9113 * calc/calc-menu.el: Make it loadable in isolation.
9114
9115 * net/eudcb-bbdb.el: Make it loadable without bbdb.
9116 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
9117 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
9118 (eudc-bbdb-query-internal): Require 'bbdb.
9119
9120 * lpr.el (lpr-headers-switches):
9121 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
9122
9123 * progmodes/sql.el (sql-login-params): Fix and improve :type.
9124
9125 * emulation/edt-mapper.el: In batch mode, error rather than hang.
9126
9127 * term.el (term-set-escape-char): Make it idempotent.
9128
9129 2013-05-10 Leo Liu <sdl.web@gmail.com>
9130
9131 * progmodes/octave.el (inferior-octave-completion-table):
9132 No longer a function and all uses changed. Use cache to speed up
9133 completion due to bug#11906.
9134 (octave-beginning-of-defun): Re-write to be more general.
9135
9136 2013-05-10 Glenn Morris <rgm@gnu.org>
9137
9138 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
9139
9140 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * comint.el (comint-redirect-send-command-to-process): Use :around
9143 rather than :override for comint-redirect-filter.
9144 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
9145 Call it instead of comint-redirect-original-filter-function (which
9146 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
9147
9148 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
9149
9150 * frame.el (display-monitor-attributes-list): Add NS case.
9151 (ns-display-monitor-attributes-list): Declare.
9152
9153 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
9154
9155 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
9156
9157 2013-05-09 Glenn Morris <rgm@gnu.org>
9158
9159 * international/fontset.el (vertical-centering-font-regexp):
9160 Set standard-value.
9161
9162 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
9163
9164 * bookmark.el (bookmark-search-delay):
9165 * cus-start.el (vertical-centering-font-regexp):
9166 * ps-mule.el (ps-mule-font-info-database-default):
9167 * ps-print.el (ps-default-fg, ps-default-bg):
9168 * type-break.el (type-break-good-break-interval):
9169 * whitespace.el (whitespace-indentation-regexp)
9170 (whitespace-space-after-tab-regexp):
9171 * emacs-lisp/testcover.el (testcover-1value-functions)
9172 (testcover-noreturn-functions, testcover-progn-functions)
9173 (testcover-prog1-functions):
9174 * emulation/viper-init.el (viper-emacs-state-cursor-color):
9175 * eshell/em-glob.el (eshell-glob-translate-alist):
9176 * play/tetris.el (tetris-tty-colors):
9177 * progmodes/cpp.el (cpp-face-default-list):
9178 * progmodes/flymake.el (flymake-allowed-file-name-masks):
9179 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
9180 (idlwave-help-browser-generic-args):
9181 * progmodes/make-mode.el (makefile-special-targets-list):
9182 * progmodes/python.el (python-shell-virtualenv-path):
9183 * progmodes/verilog-mode.el (verilog-active-low-regexp)
9184 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
9185 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
9186 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9187 * textmodes/reftex-vars.el (reftex-format-label-function):
9188 * textmodes/remember.el (remember-diary-file): Fix custom types.
9189
9190 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
9191 Add :version.
9192
9193 2013-05-09 Leo Liu <sdl.web@gmail.com>
9194
9195 * progmodes/octave.el (inferior-octave-completion-at-point):
9196 Restore file completion. (Bug#14300)
9197 (inferior-octave-startup): Fix incorrect highlighting for the
9198 first prompt.
9199
9200 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * progmodes/ruby-mode.el: First cut at SMIE support.
9203 (ruby-use-smie): New var.
9204 (ruby-smie-grammar): New constant.
9205 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
9206 (ruby-smie--forward-token, ruby-smie--backward-token)
9207 (ruby-smie-rules): New functions.
9208 (ruby-mode-variables): Setup SMIE if applicable.
9209
9210 2013-05-08 Eli Zaretskii <eliz@gnu.org>
9211
9212 * simple.el (line-move-visual): Signal beginning/end of buffer
9213 only if vertical-motion moved less than it was requested. Avoids
9214 silly incorrect error messages when there are display strings with
9215 multiple newlines at EOL.
9216
9217 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
9220 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
9221 (prolog-char-quote-workaround):
9222 * progmodes/cperl-mode.el (cperl-under-as-char):
9223 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
9224 Mark as obsolete.
9225 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
9226 their declaration.
9227 (vhdl-mode-syntax-table-init): Remove.
9228
9229 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
9230 last change.
9231
9232 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
9233 syntax for "_".
9234 (ld-script-font-lock-keywords):
9235 Change regexps to use things like \_< and \_>.
9236
9237 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
9238 Change all regexps to use things like \_< and \_>.
9239
9240 * progmodes/autoconf.el (autoconf-definition-regexp)
9241 (autoconf-font-lock-keywords, autoconf-current-defun-function):
9242 Handle a _ with symbol syntax.
9243 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
9244
9245 * progmodes/ada-mode.el (ada-mode-abbrev-table):
9246 Consolidate declaration.
9247 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
9248 the declaration.
9249 (ada-create-syntax-table): Remove.
9250 (ada-capitalize-word): Don't mess with the syntax of "_" since it
9251 already has the right syntax nowadays.
9252 (ada-goto-next-word): Don't change the syntax of "_".
9253
9254 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
9255 with-wrapper-hook.
9256
9257 2013-05-08 Sam Steingold <sds@gnu.org>
9258
9259 * thingatpt.el (thing-at-point): Accept optional second argument
9260 NO-PROPERTIES to strip the text properties from the return value.
9261 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
9262 to `thing-at-point' instead of stripping the properties ourselves.
9263 Also, when `thing-at-point' fails to find a url, prepend "http://"
9264 to the filename at point on the assumption that the user is
9265 pointing at something like gnu.org/gnu.
9266
9267 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
9268
9269 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9270 * faces.el (crm-separator):
9271 Silence byte-compiler.
9272
9273 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
9274 (tool-bar-map): Remove unneeded defvars.
9275
9276 2013-05-08 Leo Liu <sdl.web@gmail.com>
9277
9278 Re-work a fix for bug#10994 based on Le Wang's patch.
9279 * ido.el (ido-remove-consecutive-dups): New helper.
9280 (ido-completing-read): Use it.
9281 (ido-chop): Revert fix for bug#10994.
9282
9283 2013-05-08 Adam Spiers <emacs@adamspiers.org>
9284
9285 * cus-edit.el (custom-save-variables):
9286 Pretty-print long values. (Bug#14187)
9287
9288 2013-05-08 Glenn Morris <rgm@gnu.org>
9289
9290 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
9291 (m4-mode-syntax-table): Init in the defvar.
9292 (m4-mode-abbrev-table): Let define-derived-mode define it.
9293
9294 2013-05-08 Tom Tromey <tromey@redhat.com>
9295
9296 * progmodes/m4-mode.el (m4-mode-syntax-table):
9297 Do not treat "_" as word constituent. (Bug#14167)
9298
9299 2013-05-07 Glenn Morris <rgm@gnu.org>
9300
9301 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
9302 Remove explicit eshell-isearch-cancel-map.
9303
9304 * progmodes/f90.el (f90-smart-end-names): New option.
9305 (f90-smart-end): Doc fix.
9306 (f90-end-block-optional-name): New constant.
9307 (f90-block-match): Respect f90-smart-end-names.
9308
9309 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9310
9311 * progmodes/octave.el (octave-smie-forward-token): Be more careful
9312 about implicit semi-colons (bug#14218).
9313
9314 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9315
9316 * frame.el (display-monitor-attributes-list)
9317 (frame-monitor-attributes): New functions.
9318
9319 2013-05-06 Leo Liu <sdl.web@gmail.com>
9320
9321 * progmodes/octave.el (octave-syntax-propertize-function): Change
9322 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
9323 (octave-font-lock-keywords): Use octave-operator-regexp.
9324 (octave-completion-at-point): Rename from
9325 octave-completion-at-point-function.
9326 (inferior-octave-directory-tracker): Robustify.
9327 (octave-text-functions): Remove and fix its uses. No such things
9328 any more.
9329
9330 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 * emacs-lisp/trace.el (trace--display-buffer): New function.
9333 (trace-make-advice): Use it.
9334
9335 2013-05-06 Juri Linkov <juri@jurta.org>
9336
9337 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
9338 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
9339 Doc fix.
9340 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
9341 in the help string. (Bug#12985)
9342
9343 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
9344
9345 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
9346
9347 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9348
9349 * progmodes/perl-mode.el: Add support for here documents.
9350 (perl-syntax-propertize-function): Match here-doc markers.
9351 (perl-syntax-propertize-special-constructs): Find their end.
9352 (perl-imenu-generic-expression): Use [:alnum:].
9353
9354 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9355 (advice--add-function): Refresh the advice if already present
9356 (bug#14317).
9357
9358 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
9359
9360 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
9361
9362 2013-05-06 Glenn Morris <rgm@gnu.org>
9363
9364 * w32-fns.el (w32-charset-info-alist): Declare.
9365
9366 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9367 of its defcustom properties.
9368 (eshell-cmpl-initialize): No need to load pcomplete.
9369
9370 * generic-x.el: No need to require comint when compiling.
9371
9372 * net/eudc-export.el: Make it loadable without bbdb.
9373 (top-level): Use require rather than load-library.
9374 (eudc-create-bbdb-record, eudc-bbdbify-phone)
9375 (eudc-batch-export-records-to-bbdb)
9376 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9377 Require bbdb.
9378
9379 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9382 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9383 some tweaks, instead.
9384
9385 2013-05-05 Leo Liu <sdl.web@gmail.com>
9386
9387 * progmodes/octave.el (octave-font-lock-keywords)
9388 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9389 (inferior-octave-send-list-and-digest): Improve error message.
9390 (octave-mode, inferior-octave-mode): Use setq-local.
9391 (octave-help): Set info-lookup-mode.
9392
9393 2013-05-05 Richard Stallman <rms@gnu.org>
9394
9395 * vc/compare-w.el (compare-windows-whitespace):
9396 Treat no-break space as whitespace.
9397
9398 * mail/rmailsum.el (rmail-summary-rmail-update):
9399 Detect empty summary and don't change selected message.
9400 (rmail-summary-goto-msg): Likewise.
9401
9402 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9403 Doc fixes, rename args.
9404
9405 2013-05-05 Alan Mackenzie <acm@muc.de>
9406
9407 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9408
9409 2013-05-05 Juri Linkov <juri@jurta.org>
9410
9411 * info.el (Info-read-subfile): Use (point-min) instead of (point)
9412 to not add the length of the summary segment to the return value.
9413 (Bug#14125)
9414
9415 2013-05-05 Leo Liu <sdl.web@gmail.com>
9416
9417 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9418 (inferior-octave-output-filter): Remove.
9419 (octave-send-region, inferior-octave-startup): Fix callers.
9420 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9421 (octave-binary-file-extensions): New user variable.
9422 (octave-find-definition): Confirm if opening binary files.
9423 (octave-help-file): Use octave-find-definition to get the binary
9424 confirmation.
9425 (octave-help): Adjust for octave-help-file change.
9426
9427 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9430 Merge the two entries that handle function definitions.
9431 (pascal--syntax-propertize): New const.
9432 (pascal-mode): Use it. Use setq-local.
9433
9434 2013-05-04 Glenn Morris <rgm@gnu.org>
9435
9436 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9437 (diary-from-outlook): Respect diary-from-outlook-function.
9438
9439 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9440
9441 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9442 Move the declaration from C.
9443 (read-minibuffer, eval-minibuffer): Move from C.
9444 (completion-setup-function): Avoid minibuffer-completion-contents.
9445
9446 2013-05-03 Leo Liu <sdl.web@gmail.com>
9447
9448 * progmodes/octave.el (octave-font-lock-keywords): Do not
9449 dehighlight 'end' in comments or strings.
9450 (octave-completing-read, octave-goto-function-definition):
9451 New helpers.
9452 (octave-help-buffer): New user variable.
9453 (octave-help-file, octave-help-function): New button types.
9454 (octave-help): New command and bind it to C-h ;.
9455 (octave-find-definition): New command and bind it to M-.
9456 (user-error): Alias to error if not defined.
9457
9458 2013-05-02 Leo Liu <sdl.web@gmail.com>
9459
9460 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9461 for \. (bug#14332)
9462 (octave-font-lock-keywords): Include [ and {.
9463
9464 2013-05-02 Leo Liu <sdl.web@gmail.com>
9465
9466 * progmodes/octave.el (inferior-octave-startup-file): Change default.
9467 (inferior-octave): Remove calling comint-mode and return the buffer.
9468 (inferior-octave-startup): Cosmetic changes.
9469
9470 2013-05-02 Leo Liu <sdl.web@gmail.com>
9471
9472 * progmodes/octave.el (octave-syntax-propertize-function):
9473 Include the case when ' is at line beginning. (Bug#14336)
9474
9475 2013-05-02 Glenn Morris <rgm@gnu.org>
9476
9477 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9478 * desktop.el (vc-dir-mode): Just autoload it here.
9479
9480 2013-05-02 Alan Mackenzie <acm@muc.de>
9481
9482 Eliminate variable c-standard-font-lock-fontify-region-function.
9483 * progmodes/cc-mode.el
9484 (c-standard-font-lock-fontify-region-function): Remove.
9485 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9486
9487 2013-05-01 Leo Liu <sdl.web@gmail.com>
9488
9489 * progmodes/octave.el: Compatible with older emacs-24 releases.
9490 (inferior-octave-has-built-in-variables): Remove. Built-in
9491 variables were removed from Octave in 2007.
9492 (inferior-octave-startup): Fix uses.
9493 (comint-line-beginning-position): Remove compatibility code for
9494 emacs 21.
9495
9496 2013-05-01 Juri Linkov <juri@jurta.org>
9497
9498 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
9499
9500 2013-05-01 Juri Linkov <juri@jurta.org>
9501
9502 * comint.el (comint-previous-matching-input): Don't print message
9503 "History item: %d" when `isearch-mode' is active.
9504 (comint-history-isearch-message): Print message "History item: %d"
9505 when `comint-input-ring-index' is not empty and this function is
9506 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
9507
9508 2013-05-01 Leo Liu <sdl.web@gmail.com>
9509
9510 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9511 definitions. Use completion-at-point to insert keywords.
9512 (octave-abbrev-start): Remove.
9513 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9514
9515 2013-04-30 Leo Liu <sdl.web@gmail.com>
9516
9517 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9518 change.
9519
9520 2013-04-30 Alan Mackenzie <acm@muc.de>
9521
9522 Handle arbitrarily long C++ member initialisation lists.
9523 * progmodes/cc-engine.el (c-back-over-member-initializers):
9524 new function.
9525 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9526 (most) member init lists.
9527
9528 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9529
9530 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9531 variable.
9532
9533 2013-04-30 Leo Liu <sdl.web@gmail.com>
9534
9535 * progmodes/octave.el (octave-variables): Remove. No builtin
9536 variables any more. All converted to functions.
9537 (octave-font-lock-keywords, octave-completion-at-point-function):
9538 Fix uses.
9539 (octave-font-lock-texinfo-comment): New user variable.
9540 (octave-texinfo-font-lock-keywords): New variable for texinfo
9541 comment block.
9542 (octave-function-comment-block): New face.
9543 (octave-font-lock-texinfo-comment): New function.
9544 (octave-mode): Font lock texinfo comment block.
9545
9546 2013-04-29 Leo Liu <sdl.web@gmail.com>
9547
9548 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9549 indexing expression.
9550 (octave-continuation-string): Do not use \.
9551 (inferior-octave-complete-impossible): Remove.
9552 (inferior-octave-completion-table)
9553 (inferior-octave-completion-at-point): Remove its uses.
9554 (inferior-octave-startup): completion_matches was introduced to
9555 Octave in 1996 so safe to assume it.
9556 (octave-function-file-comment): Improve to follow how Octave does it.
9557 (octave-update-function-file-comment): Tweak.
9558
9559 2013-04-29 Leo Liu <sdl.web@gmail.com>
9560
9561 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9562 (inferior-octave-startup): Remove inferior-octave-startup-hook.
9563 (octave-function-file-comment): Fix typo.
9564 (octave-sync-function-file-names): Use read-char-choice.
9565
9566 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
9567
9568 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9569 to t for the less important warnings.
9570
9571 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
9572
9573 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
9574
9575 2013-04-27 Glenn Morris <rgm@gnu.org>
9576
9577 * vc/log-view.el (log-view-current-entry):
9578 Treat "---" separator lines as part of the following rev. (Bug#14169)
9579
9580 2013-04-27 Juri Linkov <juri@jurta.org>
9581
9582 * subr.el (read-number): Doc fix about using it by interactive
9583 code letter `n'. (Bug#14254)
9584
9585 2013-04-27 Juri Linkov <juri@jurta.org>
9586
9587 * desktop.el (desktop-auto-save-timeout): New option.
9588 (desktop-file-checksum): New variable.
9589 (desktop-save): Add optional arg `auto-save' and don't auto-save
9590 if nothing changed.
9591 (desktop-auto-save-timer): New variable.
9592 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9593 (after-init-hook): Call `desktop-auto-save-set-timer'.
9594 Suggested by Reuben Thomas <rrt@sc3d.org> in
9595 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9596
9597 2013-04-27 Leo Liu <sdl.web@gmail.com>
9598
9599 * progmodes/octave.el (octave-function-file-p)
9600 (octave-skip-comment-forward, octave-function-file-comment)
9601 (octave-update-function-file-comment): New functions.
9602 (octave-mode-map): Bind C-c ; to
9603 octave-update-function-file-comment.
9604 (octave-mode-menu): Add octave-update-function-file-comment.
9605 (octave-mode, inferior-octave-mode): Fix doc-string.
9606 (octave-insert-defun): Conform to Octave's coding convention.
9607 (Bug#14285)
9608
9609 * files.el (basic-save-buffer): Don't let errors in
9610 before-save-hook prevent saving buffer.
9611
9612 2013-04-20 Roland Winkler <winkler@gnu.org>
9613
9614 * faces.el (read-face-name): Use completing-read if arg multiple
9615 is nil.
9616
9617 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
9618
9619 * ls-lisp.el (ls-lisp-insert-directory): If no files are
9620 displayed, move point to after the totals line.
9621 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9622 for the details.
9623
9624 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9625
9626 * emacs-lisp/package.el (package-autoload-ensure-default-file):
9627 Add current dir to the load-path.
9628 (package-generate-autoloads): Don't rely on
9629 autoload-ensure-default-file.
9630
9631 2013-04-26 Reuben Thomas <rrt@sc3d.org>
9632
9633 * textmodes/remember.el (remember-store-in-files): Document that
9634 the file name format is passed to `format-time-string'.
9635
9636 2013-04-26 Leo Liu <sdl.web@gmail.com>
9637
9638 * progmodes/octave.el (octave-sync-function-file-names): New function.
9639 (octave-mode): Use it in before-save-hook.
9640
9641 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9642
9643 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9644 (bug#14274).
9645
9646 * progmodes/octave.el (octave-smie-forward-token): Properly skip
9647 \n and comment, even if it's not an implicit ; (bug#14218).
9648
9649 2013-04-26 Glenn Morris <rgm@gnu.org>
9650
9651 * subr.el (read-number): Once more use `read' rather than
9652 `string-to-number', to trap non-numeric input. (Bug#14254)
9653
9654 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
9655
9656 * emacs-lisp/syntax.el (syntax-propertize-multiline):
9657 Use `syntax-multiline' text property consistently instead of
9658 `font-lock-multiline'. (Bug#14237)
9659
9660 2013-04-26 Glenn Morris <rgm@gnu.org>
9661
9662 * emacs-lisp/shadow.el (list-load-path-shadows):
9663 No longer necessary to check for duplicate simple.el, since
9664 2012-07-07 change to init_lread to not include installation lisp
9665 directories in load-path when running uninstalled. (Bug#14270)
9666
9667 2013-04-26 Leo Liu <sdl.web@gmail.com>
9668
9669 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9670 (octave-mode, inferior-octave-mode): Use setq-local.
9671 (octave-not-in-string-or-comment-p): Rename to
9672 octave-in-string-or-comment-p.
9673 (octave-in-comment-p, octave-in-string-p)
9674 (octave-in-string-or-comment-p): Replace defsubst with defun.
9675
9676 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
9677
9678 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9679
9680 2013-04-25 Bastien Guerry <bzg@gnu.org>
9681
9682 * textmodes/remember.el (remember-data-directory)
9683 (remember-directory-file-name-format): Fix custom types.
9684
9685 2013-04-25 Leo Liu <sdl.web@gmail.com>
9686
9687 * progmodes/octave.el (octave-completion-at-point-function):
9688 Make use of inferior octave process.
9689 (octave-initialize-completions): Remove.
9690 (inferior-octave-completion-table): New function.
9691 (inferior-octave-completion-at-point): Use it.
9692 (octave-completion-alist): Remove.
9693
9694 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * progmodes/opascal.el: Use font-lock and syntax-propertize.
9697 (opascal-mode-syntax-table): New var.
9698 (opascal-literal-kind, opascal-is-literal-end)
9699 (opascal-literal-token-at): Rewrite.
9700 (opascal--literal-start-re, opascal-font-lock-keywords)
9701 (opascal--syntax-propertize): New constants.
9702 (opascal-font-lock-defaults): Adjust.
9703 (opascal-mode): Use them. Set comment-<foo> variables as well.
9704 (delphi-comment-face, opascal-comment-face, delphi-string-face)
9705 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9706 (delphi-other-face, opascal-other-face): Remove face variables.
9707 (opascal-save-state): Remove macro.
9708 (opascal-fontifying-progress-step): Remove constant.
9709 (opascal--ignore-changes): Remove var.
9710 (opascal-set-token-property, opascal-parse-next-literal)
9711 (opascal-is-stable-literal, opascal-complete-literal)
9712 (opascal-is-literal-start, opascal-face-of)
9713 (opascal-parse-region, opascal-parse-region-until-stable)
9714 (opascal-fontify-region, opascal-after-change)
9715 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9716 (opascal-debug-parse-region, opascal-debug-parse-window)
9717 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9718 (opascal-debug-fontify-buffer): Remove.
9719 (opascal-debug-mode-map): Adjust accordingly.
9720
9721 2013-04-25 Leo Liu <sdl.web@gmail.com>
9722
9723 Merge octave-mod.el and octave-inf.el into octave.el with some
9724 cleanups.
9725 * progmodes/octave.el: New file renamed from octave-mod.el.
9726 * progmodes/octave-inf.el: Merged into octave.el.
9727 * progmodes/octave-mod.el: Renamed to octave.el.
9728
9729 2013-04-25 Tassilo Horn <tsdh@gnu.org>
9730
9731 * textmodes/reftex-vars.el
9732 (reftex-label-ignored-macros-and-environments): New defcustom.
9733
9734 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9735
9736 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9737
9738 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9739 (smie-indent-keyword): Improve the check to ensure that the next
9740 comment is really on the same line.
9741 (smie-indent-comment): Don't align with a subsequent closer (or eob).
9742
9743 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9744 semi-colons if the line is not otherwise empty (bug#14218).
9745
9746 2013-04-25 Glenn Morris <rgm@gnu.org>
9747
9748 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9749
9750 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * progmodes/opascal.el (opascal-set-token-property): Rename from
9753 opascal-set-text-properties and only set `token' (bug#14134).
9754 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9755 (opascal-literal-text-properties): Remove.
9756 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9757 Adjust callers.
9758
9759 2013-04-24 Reuben Thomas <rrt@sc3d.org>
9760
9761 * textmodes/remember.el (remember-handler-functions): Add an
9762 option for a new handler `remember-store-in-files'.
9763 (remember-data-directory, remember-directory-file-name-format):
9764 New options.
9765 (remember-store-in-files): New function to store remember notes
9766 as separate files within a directory.
9767
9768 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
9769
9770 * progmodes/compile.el (compilation-next-error-function):
9771 Pass "formats" to compilation-find-file (bug#11777).
9772
9773 2013-04-24 Glenn Morris <rgm@gnu.org>
9774
9775 * vc/vc-bzr.el (vc-bzr-print-log):
9776 * vc/vc-hg.el (vc-hg-print-log):
9777 * vc/vc-svn.el (vc-svn-print-log):
9778 Fix START-REVISION with LIMIT != 1. (Bug#14168)
9779
9780 * vc/vc-bzr.el (vc-bzr-print-log):
9781 * vc/vc-cvs.el (vc-cvs-print-log):
9782 * vc/vc-git.el (vc-git-print-log):
9783 * vc/vc-hg.el (vc-hg-print-log):
9784 * vc/vc-mtn.el (vc-mtn-print-log):
9785 * vc/vc-rcs.el (vc-rcs-print-log):
9786 * vc/vc-sccs.el (vc-sccs-print-log):
9787 * vc/vc-svn.el (vc-svn-print-log):
9788 * vc/vc.el (vc-print-log-internal): Doc fixes.
9789
9790 2013-04-23 Glenn Morris <rgm@gnu.org>
9791
9792 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9793 Remove venerable code attempting to avoid substitute-command-keys.
9794
9795 2013-04-23 Tassilo Horn <tsdh@gnu.org>
9796
9797 * textmodes/reftex-vars.el (reftex-label-regexps):
9798 Call `reftex-compile-variables' after changes to this variable.
9799
9800 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9802 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9803 Use lexical-binding.
9804 (jit-lock-force-redisplay): Use markers, check buffer's continued
9805 existence and beware narrowed buffers.
9806 (jit-lock-fontify-now): Adjust call accordingly.
9807
9808 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9811 to avoid misleading the user.
9812
9813 2013-04-22 Leo Liu <sdl.web@gmail.com>
9814
9815 * info-look.el: Prefer latex2e.info. (Bug#14240)
9816
9817 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9818
9819 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9820
9821 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9822 * net/tramp.el (tramp-call-process): ... here.
9823 (tramp-set-completion-function, tramp-parse-putty):
9824 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9825 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9826 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9827 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9828 (tramp-call-local-coding-command): Use `tramp-call-process'
9829 instead of `tramp-compat-call-process'.
9830
9831 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9832 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9833 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9834 (tramp-find-inline-compress): Improve traces.
9835 (tramp-maybe-send-script): Check for Perl binary.
9836 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9837
9838 2013-04-22 Daiki Ueno <ueno@gnu.org>
9839
9840 * epg.el (epg-context-pinentry-mode): New function.
9841 (epg-context-set-pinentry-mode): New function.
9842 (epg--start): Pass --pinentry-mode option to gpg command.
9843
9844 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9845
9846 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9847 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9848 `completion-at-point'. (Bug#13774)
9849
9850 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9851 default key binding for `describe-distribution' has been moved to
9852 `C-h C-o'. (Bug#13970)
9853
9854 2013-04-21 Glenn Morris <rgm@gnu.org>
9855
9856 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9857 Add doc strings.
9858 (vc-print-log): Clarify interactive prompt.
9859
9860 2013-04-20 Glenn Morris <rgm@gnu.org>
9861
9862 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9863 No longer include timestamp etc information.
9864
9865 2013-04-20 Roland Winkler <winkler@gnu.org>
9866
9867 * faces.el (read-face-name): Bug fix, return just one face if arg
9868 multiple is nil. (Bug#14209)
9869
9870 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9871
9872 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9873 (remove-function): Autoload.
9874
9875 * comint.el (comint-redirect-original-filter-function): Remove.
9876 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9877 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9878 (vc-cvs-annotate-command):
9879 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9880 * progmodes/prolog.el (prolog-consult-compile):
9881 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9882 Use add/remove-function instead.
9883 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9884 (gud-tooltip-process-output, gud-tooltip-tips):
9885 Use add/remove-function instead.
9886 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9887 (scheme-interaction-mode, exit-scheme-interaction-mode):
9888 Use add/remove-function instead.
9889
9890 * vc/vc-dispatcher.el: Use lexical-binding.
9891 (vc--process-sentinel): Rename from vc-process-sentinel.
9892 Change last arg to be the code to run. Don't use vc-previous-sentinel
9893 and vc-sentinel-commands any more.
9894 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9895 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9896
9897 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9898
9899 * progmodes/sh-script.el (sh-imenu-generic-expression):
9900 Handle function names with a single character. (Bug#14111)
9901
9902 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9903
9904 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9905 for subroutines defined in an eval (bug#14182).
9906
9907 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9908
9909 * bookmark.el (bookmark-completing-read): Improve handling of empty
9910 string (bug#14176).
9911
9912 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9915
9916 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9917
9918 New faster Imenu implementation (bug#14058).
9919 * progmodes/python.el:
9920 (python-imenu-prev-index-position):
9921 (python-imenu-format-item-label-function)
9922 (python-imenu-format-parent-item-label-function)
9923 (python-imenu-format-parent-item-jump-label-function):
9924 New vars.
9925 (python-imenu-format-item-label)
9926 (python-imenu-format-parent-item-label)
9927 (python-imenu-format-parent-item-jump-label)
9928 (python-imenu--put-parent, python-imenu--build-tree)
9929 (python-imenu-create-index, python-imenu-create-flat-index)
9930 (python-util-popn): New functions.
9931 (python-mode): Set imenu-create-index-function to
9932 python-imenu-create-index.
9933
9934 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9935
9936 * winner.el (winner-active-region): Use region-active-p, activate-mark
9937 and deactivate-mark (bug#14225).
9938
9939 * simple.el (deactivate-mark): Don't inline it.
9940
9941 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9942
9943 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9944
9945 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9946
9947 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9948 file extensions from the archive-mode entry in order to prefer
9949 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9950
9951 2013-04-18 Leo Liu <sdl.web@gmail.com>
9952
9953 * bindings.el (help-event-list): Add ?\?.
9954
9955 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * subr.el (with-wrapper-hook): Declare obsolete.
9958 * simple.el (filter-buffer-substring-function): New hook.
9959 (filter-buffer-substring): Use it.
9960 (filter-buffer-substring-functions): Mark obsolete.
9961 * minibuffer.el (completion-in-region-function): New hook.
9962 (completion-in-region): Use it.
9963 (completion-in-region-functions): Mark obsolete.
9964 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9965 * abbrev.el (abbrev-expand-function): New hook.
9966 (expand-abbrev): Use it.
9967 (abbrev-expand-functions): Mark obsolete.
9968 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9969 and :filter-return.
9970
9971 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9972
9973 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9974 and do not care about match data.
9975
9976 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9979 completion tables when completing error conditions and
9980 `declare' arguments.
9981 (lisp-complete-symbol, field-complete): Mark as obsolete.
9982 (check-parens): Unmatched parens are user errors.
9983 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9984
9985 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9986
9987 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9988 command changed buffer (ie. `flyspell-pre-buffer' is not current
9989 buffer), which prevents making decisions based on invalid value of
9990 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9991 cause an error when `flyspell-pre-point' was nil after switching
9992 buffers.
9993 (flyspell-post-command-hook): No longer needs to change buffers when
9994 checking pre-word. While at it remove unnecessary progn.
9995
9996 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9997
9998 * textmodes/ispell.el (ispell-add-per-file-word-list):
9999 Fix `flyspell-correct-word-before-point' error when accepting
10000 words and `coment-padding' is an integer by using
10001 `comment-normalize-vars' (Bug #14214).
10002
10003 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10004
10005 New defun movement commands.
10006 * progmodes/python.el (python-nav--syntactically)
10007 (python-nav--forward-defun, python-nav-backward-defun)
10008 (python-nav-forward-defun): New functions.
10009
10010 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10011
10012 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
10013 (python-syntax-context): Use named compiler-macro for backwards
10014 compatibility with Emacs 24.x.
10015
10016 2013-04-17 Leo Liu <sdl.web@gmail.com>
10017
10018 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
10019 octave-hide-process-buffer.
10020
10021 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10022
10023 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
10024 (bug#14216).
10025
10026 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
10027
10028 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
10029 Fix adjustment of offset when receiving incomplete responses from GDB
10030 (bug#14129).
10031
10032 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10033
10034 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
10035 python-mode-abbrev-table.
10036 (python-skeleton-define): Adjust accordingly.
10037 (python-mode-abbrev-table): New table that inherits from it so that
10038 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
10039
10040 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
10041 (abbrev-symbol): Use it.
10042 (abbrev--before-point): Use it since we already handle inheritance.
10043
10044 2013-04-16 Leo Liu <sdl.web@gmail.com>
10045
10046 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
10047 binding to info-lookup-symbol.
10048
10049 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
10050
10051 * minibuffer.el (completion--twq-all):
10052 * term/ns-win.el (ns-initialize-window-system):
10053 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
10054
10055 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10056
10057 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
10058 global bindings.
10059
10060 * doc-view.el (doc-view-start-process): Handle url-handler directories.
10061
10062 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
10063
10064 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
10065 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
10066 to nil.
10067 (ruby-end-of-defun): Remove the unused arg, change the docstring
10068 to reflect that this function is only used as the value of
10069 `end-of-defun-function'.
10070 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
10071 to reflect an earlier change that beginning/end-of-defun functions
10072 jump between methods in a class definition, as well as top-level
10073 functions.
10074
10075 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * minibuffer.el (minibuffer-complete): Don't just scroll
10078 a *Completions* that's been iconified.
10079 (minibuffer-force-complete): Make sure repetitions do cycle when going
10080 through completion-in-region -> minibuffer-complete.
10081
10082 2013-04-15 Alan Mackenzie <acm@muc.de>
10083
10084 Correct the placement of c-cpp-delimiters when there're #s not at
10085 col 0.
10086
10087 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
10088 place a submatch around the #.
10089 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
10090 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
10091 on the #, not BOL.
10092
10093 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * emacs-lisp/nadvice.el: Properly test names when adding advice.
10096 (advice--member-p): New arg `name'.
10097 (advice--add-function, advice-member-p): Use it (bug#14202).
10098
10099 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
10100
10101 Reformulate java imenu-generic-expression.
10102 The old expression contained ill formed regexps.
10103
10104 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
10105 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
10106 (cc-imenu-java-method-arg-regexp): New defconsts.
10107 (cc-imenu-java-build-type-args-regex): New defun.
10108 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
10109 handling of spaces in the regexp.
10110
10111 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10112
10113 * textmodes/ispell.el (ispell-command-loop): Remove
10114 flyspell highlight of a word when ispell accepts it (bug #14178).
10115
10116 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
10117
10118 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
10119 uses code from the previous `ange-ftp-run-real-handler'.
10120 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
10121 only in case that function exist. This is needed for proper
10122 unloading of Tramp.
10123
10124 2013-04-15 Tassilo Horn <tsdh@gnu.org>
10125
10126 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
10127
10128 * textmodes/reftex.el (reftex-compile-variables): Use it.
10129
10130 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10131
10132 * files.el (normal-mode): Only use default major-mode if no other mode
10133 was specified.
10134
10135 * emacs-lisp/trace.el (trace-values): New function.
10136
10137 * files.el: Allow : in local variables (bug#14089).
10138 (hack-local-variable-regexp): New var.
10139 (hack-local-variables-prop-line, hack-local-variables): Use it.
10140
10141 2013-04-13 Roland Winkler <winkler@gnu.org>
10142
10143 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
10144 data before it gets modified by bibtex-beginning-of-entry.
10145
10146 2013-04-13 Roland Winkler <winkler@gnu.org>
10147
10148 * textmodes/bibtex.el (bibtex-url): Doc fix.
10149
10150 2013-04-13 Roland Winkler <winkler@gnu.org>
10151
10152 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
10153 does not visit a BibTeX file, exclude it from the list of buffers
10154 returned by bibtex-initialize.
10155
10156 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
10157
10158 * window.el (split-window): Remove interactive form, since as a
10159 command this function is a special case of split-window-below.
10160 Correct doc string.
10161
10162 2013-04-12 Roland Winkler <winkler@gnu.org>
10163
10164 * faces.el (read-face-name): Do not override value of arg default.
10165 Allow single faces and strings as default values. Remove those
10166 elements from return value that are not faces.
10167 (describe-face): Simplify.
10168 (face-at-point): New optional args thing and multiple so that this
10169 function can provide the same functionality previously provided by
10170 read-face-name.
10171 (make-face-bold, make-face-unbold, make-face-italic)
10172 (make-face-unitalic, make-face-bold-italic, invert-face)
10173 (modify-face, read-face-and-attribute): Use face-at-point.
10174
10175 * cus-edit.el (customize-face, customize-face-other-window)
10176 * cus-theme.el (custom-theme-add-face)
10177 * face-remap.el (buffer-face-set)
10178 * facemenu.el (facemenu-set-face): Use face-at-point.
10179
10180 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
10181
10182 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
10183
10184 2013-04-10 Tassilo Horn <tsdh@gnu.org>
10185
10186 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
10187 off leading { and trailing } from field values.
10188
10189 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * emacs-lisp/timer.el (timer--check): New function.
10192 (timer--time, timer-set-function, timer-event-handler): Use it.
10193 (timer-set-idle-time): Simplify.
10194 (timer--activate): CSE.
10195 (timer-event-handler): Give more info in error message.
10196 (internal-timer-start-idle): New function, moved from C.
10197
10198 * mpc.el (mpc-proc): Add `restart' argument.
10199 (mpc-proc-cmd): Use it.
10200 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
10201 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
10202 less often.
10203
10204 2013-04-10 Masatake YAMATO <yamato@redhat.com>
10205
10206 * progmodes/sh-script.el: Implement `sh-mode' own
10207 `add-log-current-defun-function' (bug#14112).
10208 (sh-current-defun-name): New function.
10209 (sh-mode): Use the function.
10210
10211 2013-04-09 Bastien Guerry <bzg@gnu.org>
10212
10213 * simple.el (choose-completion-string): Fix docstring (bug#14163).
10214
10215 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
10218
10219 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
10220 timer (bug#14156).
10221
10222 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
10223
10224 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
10225 declaration.
10226
10227 2013-04-07 Leo Liu <sdl.web@gmail.com>
10228
10229 * pcmpl-x.el: New file.
10230
10231 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
10232
10233 Do not set x-display-name until X connection is established.
10234 This is needed to prevent from weird situation described at
10235 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
10236 * frame.el (make-frame): Set x-display-name after call to
10237 window system initialization function, not before.
10238 * term/x-win.el (x-initialize-window-system): Add optional
10239 display argument and use it.
10240 * term/w32-win.el (w32-initialize-window-system):
10241 * term/ns-win.el (ns-initialize-window-system):
10242 * term/pc-win.el (msdos-initialize-window-system):
10243 Add compatible optional display argument.
10244
10245 2013-04-06 Eli Zaretskii <eliz@gnu.org>
10246
10247 * files.el (normal-backup-enable-predicate): On MS-Windows and
10248 MS-DOS compare truenames of temporary-file-directory and of the
10249 file, so that 8+3 aliases (usually found in $TEMP on Windows)
10250 don't fail comparison by compare-strings. Also, compare file
10251 names case-insensitively on MS-Windows and MS-DOS.
10252
10253 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10254
10255 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
10256 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
10257
10258 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
10259
10260 * whitespace.el (whitespace-color-on, whitespace-color-off):
10261 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
10262
10263 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
10264
10265 * ispell.el (ispell-set-spellchecker-params):
10266 Really set `ispell-args' for all equivs.
10267
10268 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * ido.el (ido-completions): Use extra elements of ido-decorations
10271 (bug#14143).
10272 (ido-decorations): Update docstring.
10273
10274 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
10275
10276 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10277 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
10278 nil during initialization, in order not to miss changes since the
10279 file was opened. (Bug#14140)
10280
10281 2013-04-05 Leo Liu <sdl.web@gmail.com>
10282
10283 * kmacro.el (kmacro-call-macro): Fix bug#14135.
10284
10285 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
10286
10287 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
10288
10289 2013-04-04 Glenn Morris <rgm@gnu.org>
10290
10291 * electric.el (electric-pair-inhibit-predicate): Add :version.
10292
10293 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
10296 when a package is required several times (bug#14082).
10297
10298 2013-04-04 Roland Winkler <winkler@gnu.org>
10299
10300 * faces.el (read-face-name): Behave as promised by the docstring.
10301 Assume that arg default is a list of faces.
10302 (describe-face): Call read-face-name with list of default faces.
10303
10304 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10305
10306 * bookmark.el: Fix deletion of bookmarks (bug#13972).
10307 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
10308 (bookmark-bmenu-execute-deletions): Only skip first line if it's
10309 the header.
10310 (bookmark-exit-hook-internal): Save even if list is empty.
10311
10312 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
10313
10314 * emacs-lisp/package.el (package-pinned-packages): New var.
10315 (package--add-to-archive-contents): Obey it (bug#14118).
10316
10317 2013-04-03 Alan Mackenzie <acm@muc.de>
10318
10319 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
10320 Also adapt to the new values of element 7 of a parse state.
10321
10322 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
10323 parameter `not-in-delimiter'. Handle being inside comment opener.
10324 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
10325 character in case we're typing a '*' after a '/'.
10326 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
10327 instead by passing the parameter to c-state-pp-to-literal.
10328
10329 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
10330 for elt. 7 of a parse state.
10331
10332 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
10333
10334 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
10335 * international/latin1-disp.el, international/mule-util.el:
10336 * language/cyril-util.el, language/european.el, language/ind-util.el:
10337 * language/lao-util.el, language/thai.el, language/tibet-util.el:
10338 * language/tibetan.el, language/viet-util.el:
10339 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
10340
10341 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
10344 (electric-pair-post-self-insert-function): Use it.
10345 (electric-pair-default-inhibit): New function, extracted from
10346 electric-pair-post-self-insert-function.
10347
10348 2013-03-31 Roland Winkler <winkler@gnu.org>
10349
10350 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10351
10352 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10353
10354 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10355
10356 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
10357
10358 Un-indent after "pass" and "return" statements (Bug#13888)
10359 * progmodes/python.el (python-indent-block-enders): New var.
10360 (python-indent-calculate-indentation): Use it.
10361
10362 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
10363
10364 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10365 defun. Defining it as defalias could introduce too eager
10366 byte-compiler optimization. (Bug#14030)
10367
10368 2013-03-30 Chong Yidong <cyd@gnu.org>
10369
10370 * iswitchb.el (iswitchb-read-buffer): Fix typo.
10371
10372 2013-03-30 Leo Liu <sdl.web@gmail.com>
10373
10374 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10375 (kmacro-execute-from-register): Pass the keyboard macro to
10376 kmacro-call-macro or repeating won't work correctly.
10377
10378 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
10379
10380 * progmodes/subword.el: Back to using `forward-symbol'.
10381
10382 * subr.el (forward-whitespace, forward-symbol)
10383 (forward-same-syntax): Move from thingatpt.el.
10384
10385 2013-03-29 Leo Liu <sdl.web@gmail.com>
10386
10387 * kmacro.el (kmacro-to-register): New command.
10388 (kmacro-execute-from-register): New function.
10389 (kmacro-keymap): Bind to 'x'. (Bug#14071)
10390
10391 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * mpc.el: Use defvar-local and setq-local.
10394 (mpc--proc-connect): Connection failures are not bugs.
10395 (mpc-mode-map): `follow-link' only applies to the buffer's content.
10396 (mpc-volume-map): Bind to the up-events.
10397
10398 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10399
10400 * progmodes/subword.el (superword-mode): Use `forward-sexp'
10401 instead of `forward-symbol'.
10402
10403 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10404
10405 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10406 (edebug--recursive-edit): Use it.
10407 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10408 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10409
10410 2013-03-28 Leo Liu <sdl.web@gmail.com>
10411
10412 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
10413
10414 2013-03-27 Eli Zaretskii <eliz@gnu.org>
10415
10416 * facemenu.el (list-colors-callback): New defvar.
10417 (list-colors-redisplay): New function.
10418 (list-colors-display): Install list-colors-redisplay as the
10419 revert-buffer-function. (Bug#14063)
10420
10421 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10424 and suffixes don't overlap (bug#14061).
10425
10426 * case-table.el: Use lexical-binding.
10427 (case-table-get-table): New function.
10428 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
10429
10430 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10431
10432 * progmodes/subword.el: Add `superword-mode' to do word motion
10433 over symbol_words (parallels and leverages `subword-mode' which
10434 does word motion inside MixedCaseWords).
10435
10436 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
10437
10438 * eshell/em-unix.el: Move su and sudo to...
10439 * eshell/em-tramp.el: ...Eshell tramp module.
10440
10441 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10444 Change return value to be a sexp. Delay `get-buffer' to after
10445 restoring the desktop (bug#13951).
10446
10447 2013-03-26 Leo Liu <sdl.web@gmail.com>
10448
10449 * register.el: Move semantic tag handling back to
10450 cedet/semantic/senator.el. (Bug#14052)
10451
10452 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10455 into the prompt either (bug#13963).
10456
10457 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10458
10459 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10460 part of "(error-foo)".
10461
10462 2013-03-24 Juri Linkov <juri@jurta.org>
10463
10464 * replace.el (list-matching-lines-prefix-face): New defcustom.
10465 (occur-1): Pass `list-matching-lines-prefix-face' to the function
10466 `occur-engine' if `face-differs-from-default-p' returns t.
10467 (occur-engine): Add `,' inside backquote construct to evaluate
10468 `prefix-face'. Propertize the prefix with the `prefix-face' face.
10469 Pass `prefix-face' to the functions `occur-context-lines' and
10470 `occur-engine-add-prefix'.
10471 (occur-engine-add-prefix, occur-context-lines): Add optional arg
10472 `prefix-face' and propertize the prefix with `prefix-face'.
10473 (Bug#14017)
10474
10475 2013-03-24 Leo Liu <sdl.web@gmail.com>
10476
10477 * nxml/rng-valid.el (rng-validate-while-idle)
10478 (rng-validate-quick-while-idle): Guard against deleted buffer.
10479 (Bug#13999)
10480
10481 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10482 is the last entry in kill-buffer-hook.
10483
10484 * files.el (kill-buffer-hook): Doc fix.
10485
10486 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
10487
10488 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10489 Make it safe-local.
10490
10491 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10492
10493 2013-03-23 Leo Liu <sdl.web@gmail.com>
10494
10495 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10496 Remove.
10497
10498 * nxml/rng-valid.el (rng-validate-mode)
10499 (rng-after-change-function, rng-do-some-validation):
10500 * nxml/rng-maint.el (rng-validate-buffer):
10501 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10502 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10503 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10504 (nxml-extend-after-change-region): Use with-silent-modifications.
10505
10506 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10507 timer-idle-list.
10508
10509 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10510 (rng-next-error-1, rng-previous-error-1): Do not let-bind
10511 timer-idle-list. (Bug#13999)
10512
10513 2013-03-23 Juri Linkov <juri@jurta.org>
10514
10515 * info.el (info-index-match): New face.
10516 (Info-index, Info-apropos-matches): Add a nested subgroup to the
10517 main pattern and add text properties with the new face to matches
10518 in index entries relative to the beginning of the index entry.
10519 (Bug#14015)
10520
10521 2013-03-21 Eric Ludlam <zappo@gnu.org>
10522
10523 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10524 Inhibit read only while inserting objects.
10525
10526 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
10527
10528 * progmodes/cfengine.el: Update docs to mention
10529 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
10530 symbol motion. Remove "_" from the word syntax.
10531
10532 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
10533
10534 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10535 syntax for both `cfengine2-mode' and `cfengine3-mode'.
10536
10537 2013-03-20 Juri Linkov <juri@jurta.org>
10538
10539 * info.el (Info-next-reference-or-link)
10540 (Info-prev-reference-or-link): New functions.
10541 (Info-next-reference, Info-prev-reference): Use them.
10542 (Info-try-follow-nearest-node): Handle footnote navigation.
10543 (Info-fontify-node): Fontify footnotes. (Bug#13989)
10544
10545 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10546
10547 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10548 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10549
10550 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
10551
10552 Suppress unnecessary non-ASCII chatter during build process.
10553 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10554 (batch-skkdic-convert): Suppress most of the chatter.
10555 It's not needed so much now that machines are faster,
10556 and its non-ASCII component was confusing; see Dmitry Gutov in
10557 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10558
10559 2013-03-20 Leo Liu <sdl.web@gmail.com>
10560
10561 * ido.el (ido-chop): Fix bug#10994.
10562
10563 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10564
10565 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10566 Remove vars.
10567 (whitespace-color-on, whitespace-color-off):
10568 Use `font-lock-fontify-buffer' (Bug#13817).
10569
10570 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10573 remapping in mode-line.
10574 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10575
10576 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10577
10578 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10579 value for `whitespace-line' face (Bug#13875).
10580 (whitespace-font-lock-keywords): Change description.
10581 (whitespace-color-on): Don't save `font-lock-keywords' value, save
10582 the constructed keywords instead.
10583 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10584
10585 2013-03-19 Leo Liu <sdl.web@gmail.com>
10586
10587 * progmodes/compile.el (compilation-display-error): New command.
10588 (compilation-mode-map, compilation-minor-mode-map): Bind it to
10589 C-o. (Bug#13992)
10590
10591 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10592
10593 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10594
10595 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
10596
10597 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10598
10599 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
10600
10601 * net/tramp-compat.el (tramp-compat-user-error): New defun.
10602
10603 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10604 * net/tramp-gvfs.el (top):
10605 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10606 (tramp-handle-shell-command): Use it.
10607 (tramp-dissect-file-name): Raise an error when hostname is a
10608 method name, and neither method nor user is specified.
10609
10610 * net/trampver.el: Update release number.
10611
10612 2013-03-18 Leo Liu <sdl.web@gmail.com>
10613
10614 Make sure eldoc can be turned off properly.
10615 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10616 eldoc-mode.
10617 (eldoc-display-message-p): Revert last change.
10618 (eldoc-display-message-no-interference-p)
10619 (eldoc-print-current-symbol-info): Tweak.
10620
10621 2013-03-18 Tassilo Horn <tsdh@gnu.org>
10622
10623 * doc-view.el (doc-view-new-window-function): Check the new window
10624 overlay's display property instead the char property of the
10625 buffer's first char. Use `with-selected-window' instead of
10626 `save-window-excursion' with `select-window'.
10627 (doc-view-document->bitmap): Check the current doc-view overlay's
10628 display property instead the char property of the buffer's first char.
10629
10630 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10631
10632 Automate the build of ja-dic.el (Bug#13984).
10633 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10634 from the input, rather than assume that it's been done for us by the
10635 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
10636 the current date into a ja-dic.el comment, as that complicates
10637 regression testing.
10638
10639 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10640
10641 * whitespace.el: Fix double evaluation.
10642 (whitespace-space, whitespace-hspace, whitespace-tab)
10643 (whitespace-newline, whitespace-trailing, whitespace-line)
10644 (whitespace-space-before-tab, whitespace-indentation)
10645 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10646 obsolete defvars.
10647 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10648 (whitespace-color-on): Use a single font-lock-add-keywords call.
10649 Fix double-evaluation of face variables.
10650
10651 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
10652
10653 * net/tramp-adb.el (tramp-adb-parse-device-names):
10654 Use `start-process' instead of `call-process'. Otherwise, the
10655 function might be blocked under MS Windows. (Bug#13299)
10656
10657 2013-03-17 Leo Liu <sdl.web@gmail.com>
10658
10659 Extend eldoc to display info in the mode-line. (Bug#13978)
10660 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10661 (eldoc-mode-line-string): New variable.
10662 (eldoc-minibuffer-message): New function.
10663 (eldoc-message-function): New variable.
10664 (eldoc-message): Use it.
10665 (eldoc-display-message-p)
10666 (eldoc-display-message-no-interference-p):
10667 Support eldoc-post-insert-mode.
10668
10669 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10670 (eval-expression): Run it.
10671
10672 2013-03-17 Roland Winkler <winkler@gnu.org>
10673
10674 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10675 strings in the list of return values.
10676
10677 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10678
10679 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10680 radix before checking for HMS forms.
10681
10682 2013-03-16 Leo Liu <sdl.web@gmail.com>
10683
10684 * progmodes/scheme.el: Add indentation and font-locking for λ.
10685 (Bug#13975)
10686
10687 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10688
10689 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10690 token before point (bug#13942).
10691
10692 2013-03-16 Leo Liu <sdl.web@gmail.com>
10693
10694 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
10695
10696 2013-03-16 Eli Zaretskii <eliz@gnu.org>
10697
10698 * startup.el (command-line-normalize-file-name): Fix handling of
10699 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
10700 <xfq.free@gmail.com> in
10701 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10702
10703 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
10704
10705 Sync with Tramp 2.2.7.
10706
10707 * net/trampver.el: Update release number.
10708
10709 2013-03-14 Tassilo Horn <tsdh@gnu.org>
10710
10711 * doc-view.el: Fix bug#13887.
10712 (doc-view-insert-image): Don't modify overlay associated to
10713 non-live windows, and implement horizontal centering of image in
10714 case it's smaller than the window.
10715 (doc-view-new-window-function): Force redisplay of new windows on
10716 doc-view buffers.
10717
10718 2013-03-13 Karl Fogel <kfogel@red-bean.com>
10719
10720 * saveplace.el (save-place-alist-to-file): Don't sort
10721 `save-place-alist', just pretty-print it (bug#13882).
10722
10723 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
10724
10725 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10726 Check whether `default-file-name-coding-system' is bound.
10727 It isn't in XEmacs.
10728
10729 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10732 backquotes for `obsolete' (bug#13929).
10733
10734 * international/mule.el (find-auto-coding): Include file name in
10735 obsolescence warning (bug#13922).
10736
10737 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
10738
10739 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10740 for CFEngine 3-specific indentation.
10741 (cfengine3-indent-line): Use it. Fix up category regex.
10742 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10743
10744 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10745
10746 * type-break.el (type-break-file-name):
10747 * textmodes/remember.el (remember-data-file):
10748 * strokes.el (strokes-file):
10749 * shadowfile.el (shadow-initialize):
10750 * saveplace.el (save-place-file):
10751 * ps-bdf.el (bdf-cache-file):
10752 * progmodes/idlwave.el (idlwave-config-directory):
10753 * net/quickurl.el (quickurl-url-file):
10754 * international/kkc.el (kkc-init-file-name):
10755 * ido.el (ido-save-directory-list-file):
10756 * emulation/viper.el (viper-custom-file-name):
10757 * emulation/vip.el (vip-startup-file):
10758 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10759 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10760
10761 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
10762
10763 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10764 * language/thai-word.el: Switch to UTF-8.
10765
10766 See ChangeLog.16 for earlier changes.
10767
10768 ;; Local Variables:
10769 ;; coding: utf-8
10770 ;; End:
10771
10772 Copyright (C) 2011-2013 Free Software Foundation, Inc.
10773
10774 This file is part of GNU Emacs.
10775
10776 GNU Emacs is free software: you can redistribute it and/or modify
10777 it under the terms of the GNU General Public License as published by
10778 the Free Software Foundation, either version 3 of the License, or
10779 (at your option) any later version.
10780
10781 GNU Emacs is distributed in the hope that it will be useful,
10782 but WITHOUT ANY WARRANTY; without even the implied warranty of
10783 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10784 GNU General Public License for more details.
10785
10786 You should have received a copy of the GNU General Public License
10787 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.