Merge from trunk.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4 comment-start-skip, since it fails when that uses submatch 1 (bug#16041).
5
6 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
7 instead of deleting the selection "by hand" (bug#16098).
8 Rely on insert-for-yank to yank rectangles.
9 (cua-highlight-region-shift-only): Mark obsolete.
10 (cua-mode): Don't enable/disable transient-mark-mode,
11 shift-select-mode (cua-mode works both with and without them), and
12 pc-selection-mode (obsolete).
13 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
14 (cua--deactivate-rectangle): Deactivate it.
15
16 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
17 (delete-selection-helper): Make sure yank starts at the top of the
18 deleted region.
19 (minibuffer-keyboard-quit): Use region-active-p.
20
21 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
22
23 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
24 to `delete' (bug#16109).
25
26 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
27
28 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
29 info manual and show keybindings and set `:group' keyword.
30
31 2013-12-11 Juri Linkov <juri@jurta.org>
32
33 * delsel.el (delete-active-region): Let-bind `this-command'
34 to prevent `kill-region' from changing its original value.
35 (delete-selection-helper): Handle `overwrite-mode' for the type
36 `kill' exactly the same way as for the type `t'.
37 (insert-char, quoted-insert, reindent-then-newline-and-indent):
38 Support more commands. (Bug#13312)
39
40 2013-12-11 Juri Linkov <juri@jurta.org>
41
42 * bindings.el: Map kp keys to non-kp keys systematically
43 with basic modifiers control, meta and shift. (Bug#14397)
44
45 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> (tiny change)
46
47 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
48 "Close browser" menu items. Fix wrong function of "List
49 bookmarks".
50
51 2013-12-11 Juri Linkov <juri@jurta.org>
52
53 * misearch.el (multi-isearch-buffers): Set the value of
54 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
55 arg of isearch-forward to t.
56 (multi-isearch-buffers-regexp): Set the value of
57 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
58 arg of isearch-forward-regexp to t.
59 (multi-isearch-files): Set the value of
60 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
61 arg of isearch-forward to t.
62 (multi-isearch-files-regexp): Set the value of
63 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
64 arg of isearch-forward-regexp to t. (Bug#16035)
65
66 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
67 arg of isearch-forward to t.
68 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
69 arg of isearch-forward-regexp to t.
70 (dired-isearch-filter-filenames): Remove unnecessary check for
71 `dired-isearch-filenames'.
72
73 * comint.el (comint-history-isearch-backward):
74 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
75 (comint-history-isearch-backward-regexp):
76 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
77
78 2013-12-10 Eli Zaretskii <eliz@gnu.org>
79
80 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
81 unmsys--file-name. (Bug#16099)
82
83 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
84
85 * emacs-lisp/package.el (package-keyword-button-action): Remove
86 finder.el require dependency.
87
88 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
89
90 * emacs-lisp/package.el: Require finder.el.
91 (describe-package-1): Add keyword buttons.
92 (package-make-button): New convenience function.
93 (package-keyword-button-action): Keyword button action using
94 `finder-list-matches'
95
96 2013-12-09 Eli Zaretskii <eliz@gnu.org>
97
98 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
99 last commit.
100
101 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
102
103 * autorevert.el (auto-revert-notify-add-watch): Do not handle
104 symlinked files.
105
106 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
107
108 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
109 after the end of a percent literal.
110
111 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
112
113 * progmodes/ruby-mode.el (ruby-forward-string): Document. Handle
114 caret-delimited strings (Bug#16079).
115
116 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
117
118 * progmodes/ruby-mode.el (ruby-accurate-end-of-block): When
119 `ruby-use-smie' is t, use `smie-forward-sexp' instead of
120 `ruby-parse-partial' (Bug#16078).
121
122 2013-12-09 Leo Liu <sdl.web@gmail.com>
123
124 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
125
126 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
127
128 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
129 (js-switch-indent-offset): New option.
130 (js--proper-indentation): Use it. And handle the case when
131 "default" is actually a key in an object literal.
132 (js--same-line): New function.
133 (js--multi-line-declaration-indentation): Use it.
134 (js--indent-in-array-comp, js--array-comp-indentation): New
135 functions.
136 (js--proper-indentation): Use them, to handle array comprehension
137 continuations.
138
139 2013-12-08 Leo Liu <sdl.web@gmail.com>
140
141 * progmodes/flymake.el (flymake-highlight-line): Re-write.
142 (flymake-make-overlay): Remove arg MOUSE-FACE.
143 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
144
145 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
148 New function.
149 (redisplay-highlight-region-function): Use it.
150
151 * emulation/cua-base.el (cua--explicit-region-start)
152 (cua--last-region-shifted): Remove.
153 (cua--deactivate): Use deactivate-mark.
154 (cua--pre-command-handler-1): Don't handle shift-selection.
155 (cua--post-command-handler-1): Don't change transient-mark-mode.
156 (cua--select-keymaps): Use region-active-p rather than
157 cua--explicit-region-start or cua--last-region-shifted.
158 (cua-mode): Enable shift-select-mode.
159
160 2013-12-08 Leo Liu <sdl.web@gmail.com>
161
162 * progmodes/flymake.el (flymake-popup-current-error-menu):
163 Rename from flymake-display-err-menu-for-current-line. Reimplement.
164 (flymake-posn-at-point-as-event, flymake-popup-menu)
165 (flymake-make-emacs-menu): Remove. (Bug#16077)
166
167 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * rect.el (rectangle-mark-mode): Activate mark even if
170 transient-mark-mode is off (bug#16066).
171 (rectangle--highlight-for-redisplay): Fix boundary condition when point
172 is > mark and at bolp.
173
174 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
175 (region-extract-function): Use it.
176 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
177 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
178 Delete functions.
179 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
180 kill-ring-save, kill-region, delete-char, delete-forward-char.
181 Ignore self-insert-iso.
182
183 * emulation/cua-gmrk.el (cua--init-global-mark):
184 Ignore `self-insert-iso'.
185
186 * emulation/cua-base.el (cua--prefix-copy-handler)
187 (cua--prefix-cut-handler): Rely on region-extract-function rather than
188 checking cua--rectangle.
189 (cua-delete-region): Use region-extract-function.
190 (cua-replace-region): Delete function.
191 (cua-copy-region, cua-cut-region): Obey region-extract-function.
192 (cua--pre-command-handler-1): Don't do the delete-selection thing.
193 (cua--self-insert-char-p): Ignore `self-insert-iso'.
194 (cua--init-keymaps): Don't remap delete-selection commands.
195 (cua-mode): Use delete-selection-mode instead of rolling our own
196 (bug#16085).
197
198 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
199 Obey region-extract-function.
200
201 Make registers and delete-selection-mode work on rectangles.
202 * register.el (describe-register-1): Don't modify the register's value.
203 (copy-to-register): Obey region-extract-function.
204 * delsel.el (delete-active-region): Obey region-extract-function.
205
206 2013-12-08 Leo Liu <sdl.web@gmail.com>
207
208 * progmodes/flymake.el (flymake, flymake-error-bitmap)
209 (flymake-warning-bitmap, flymake-fringe-indicator-position)
210 (flymake-compilation-prevents-syntax-check)
211 (flymake-start-syntax-check-on-newline)
212 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
213 (flymake-start-syntax-check-on-find-file, flymake-log-level)
214 (flymake-xml-program, flymake-master-file-dirs)
215 (flymake-master-file-count-limit)
216 (flymake-allowed-file-name-masks): Relocate.
217 (flymake-makehash, flymake-float-time)
218 (flymake-replace-regexp-in-string, flymake-split-string)
219 (flymake-get-temp-dir): Remove.
220 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
221 (flymake-current-row, flymake-selected-frame)
222 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
223 related functions. (Bug#16077)
224
225 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
226
227 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
228
229 2013-12-07 Tassilo Horn <tsdh@gnu.org>
230
231 * help-fns.el (describe-function-1): Use new advice-* functions
232 rather than old ad-* functions. Fix function type description and
233 source links for advised functions and subrs.
234
235 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
236
237 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
238
239 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
240
241 * progmodes/compile.el (compilation-start):
242 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
243
244 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
245 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
246
247 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
248
249 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
250 Touch up the last change.
251
252 2013-12-06 Leo Liu <sdl.web@gmail.com>
253
254 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
255 (inferior-octave-startup): Always use "octave> " for prompt.
256 (octave-goto-function-definition)
257 (octave-sync-function-file-names)
258 (octave-find-definition-default-filename): Remove redundant backquotes.
259
260 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
261
262 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
263 syntax for `?'.
264 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
265 where appropriate already.
266 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
267 end of method names (Bug#15874).
268
269 2013-12-06 Juri Linkov <juri@jurta.org>
270
271 * isearch.el (isearch--saved-overriding-local-map):
272 New internal variable.
273 (isearch-mode): Set it to the initial value of
274 `overriding-terminal-local-map'.
275 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
276 with `isearch--saved-overriding-local-map'. (Bug#16035)
277
278 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
279
280 * progmodes/octave.el (inferior-octave-completion-table):
281 Turn back into function, use `completion-table-with-cache'
282 (Bug#11906). Update all references.
283
284 * minibuffer.el (completion-table-with-cache): New function.
285
286 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
287
288 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
289
290 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
291
292 * net/eww.el (eww-current-source): New variable to store page
293 source.
294 (eww-display-html, eww-mode, eww-save-history)
295 (eww-restore-history): Use it.
296 (eww-view-source): New command to view page source.
297 Opportunistically uses `html-mode' to highlight the buffer.
298 (eww-mode-map): Install it.
299
300 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
301
302 * net/dbus.el (dbus-unregister-service)
303 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
304 Fix docstring.
305 (dbus-unregister-service): Skip :serial entries in
306 `dbus-registered-objects-table'.
307 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
308
309 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
310
311 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
312 around keywords with extra `split-string' argument.
313
314 2013-12-04 Martin Rudalics <rudalics@gmx.at>
315
316 * windmove.el (windmove-other-window-loc): Handle navigation
317 between windows (excluding the minibuffer window - Bug#16017).
318
319 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
320
321 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
322 in D-Bus type syntax.
323 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
324 preserve unibyte strings. (Bug#16048)
325
326 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
327
328 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
329 Call force-mode-line-update is the proper buffer (bug#16042).
330
331 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
332
333 * vc/log-edit.el (log-edit-add-new-comment): Rename to
334 `log-edit-remember-comment', make argument optional. Adjust all
335 callers.
336 (log-edit-mode): Add `log-edit-remember-comment' to
337 `kill-buffer-hook' locally.
338 (log-edit-kill-buffer): Don't remember comment explicitly since
339 the buffer is killed anyway.
340
341 2013-12-04 Juri Linkov <juri@jurta.org>
342
343 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
344 add-hook and remove-hook for multi-buffer search. (Bug#16035)
345
346 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
347
348 * notifications.el (notifications-close-notification): Call the
349 D-Bus method with ID being a `:uint32'. (Bug#16030)
350
351 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
352
353 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
354
355 2013-12-03 Juri Linkov <juri@jurta.org>
356
357 * progmodes/compile.el (compilation-start): Rename window alist
358 entry `no-display-ok' to `allow-no-window'.
359
360 * simple.el (shell-command): Add window alist entry
361 `allow-no-window' to `display-buffer'.
362 (async-shell-command): Doc fix.
363
364 * window.el (display-buffer-no-window): New action function.
365 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
366
367 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
368
369 * vc/log-edit.el (log-edit-set-header): Extract from
370 `log-edit-toggle-header'.
371 (log-edit-extract-headers): Separate the summary, when extracted
372 from header, from the rest of the message with an empty line.
373
374 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
375 line, if present, to the Summary header.
376
377 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
380 in current-buffer (bug#16029).
381
382 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
383
384 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
385 (debugger-mode-map): Bind it.
386 (debugger--backtrace-base): New function.
387 (debugger-eval-expression): Use it.
388 (debugger-frame-number): Skip local vars when present.
389 (debugger--locals-visible-p, debugger--insert-locals)
390 (debugger--show-locals, debugger--hide-locals): New functions.
391
392 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
393
394 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
395 "LC_ALL".
396 (tramp-get-remote-locale): New defun.
397 (tramp-open-connection-setup-interactive-shell): Use it.
398
399 2013-12-02 Leo Liu <sdl.web@gmail.com>
400
401 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
402
403 * progmodes/sh-script.el (sh-shell-process):
404 * progmodes/octave.el (inferior-octave-process-live-p):
405 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
406 (gdb-inferior-io-sentinel):
407 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
408
409 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
410
411 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
412 `save-selected-window' to `log-edit-hide-buf'. This makes
413 `log-edit-show-files' idempotent.
414 (log-edit-show-files): Mark the new window as dedicated.
415
416 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
417
418 * vc/log-edit.el (log-edit-mode-map): Add binding for
419 `log-edit-kill-biffer'.
420 (log-edit-hide-buf): Add a FIXME comment.
421 (log-edit-add-new-comment): New function, extracted from
422 `log-edit-done'.
423 (log-edit-done, log-edit-add-to-changelog): Use it.
424 (log-edit-kill-buffer): New command.
425
426 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
427
428 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
429 instead of killing the buffer.
430
431 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
434
435 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
436
437 * net/eww.el (eww-form-checkbox-selected-symbol)
438 (eww-form-checkbox-symbol): New customizable variable.
439 (eww-form-checkbox, eww-toggle-checkbox):
440 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
441
442 * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
443 (shr--get-media-pref, shr--extract-best-source): New function.
444 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
445 no :src tag was specified.
446
447 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
448 (eww-render): Handle `eww-use-external-browser-for-content-type'.
449 Use \\` to match beginning of string instead of ^.
450 (eww-browse-with-external-browser): Provide optional URL parameter.
451 (eww-render): Set `eww-current-title' back to "".
452
453 * net/shr.el (shr-tag-video): Display content for video if no
454 poster is available.
455 (shr-tag-audio): Add support for <audio> tag.
456
457 * net/eww.el (eww-text-input-types): : New const.
458 (eww-process-text-input): Treat input types in
459 `eww-text-input-types' as text.
460
461 * net/shr.el (shr-tag-table): Fix comment typo.
462
463 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
464
465 * net/eww.el (eww-follow-link): New command to avoid reloading
466 pages when we follow #target links (bug#15243).
467 (eww-quit): Special mode buffers shouldn't query before exiting.
468
469 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
470
471 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
472 forms.
473
474 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
475
476 * net/eww.el (eww-restore-history): Update the window title after
477 moving in the history.
478 (eww-current-dom): New variable used to save the current DOM.
479
480 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
481
482 * vc/log-edit.el (log-edit-mode-map): Add binding for
483 `log-edit-beginning-of-line'.
484 (log-edit-setup-add-author): New user option.
485 (log-edit-beginning-of-line): New command.
486 (log-edit): Move major mode call above the contents setup so that
487 the local variable values are already applied.
488 (log-edit): Only insert "Author: " when
489 `log-edit-setup-add-author' is non-nil.
490 (log-edit): When SETUP is non-nil, position point after ": "
491 instead of point-min.
492
493 2013-12-01 Glenn Morris <rgm@gnu.org>
494
495 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
496
497 2013-11-30 Eli Zaretskii <eliz@gnu.org>
498
499 * startup.el (fancy-splash-frame): On MS-Windows, trigger
500 redisplay to make sure the initial frame gets a chance to become
501 visible. (Bug#16014)
502
503 2013-11-30 Martin Rudalics <rudalics@gmx.at>
504
505 Support resizing frames and windows pixelwise.
506 * cus-start.el (frame-resize-pixelwise)
507 (window-resize-pixelwise): New entries.
508 * emacs-lisp/debug.el (debug): Use window-total-height instead
509 of window-total-size.
510 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
511 * help.el (describe-bindings-internal): Call help-buffer
512 (temp-buffer-max-width): New option.
513 (resize-temp-buffer-window, help-window-setup)
514 (with-help-window): Rewrite.
515 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
516 dragging dividers.
517 * window.el (frame-char-size, window-min-pixel-height)
518 (window-safe-min-pixel-height, window-safe-min-pixel-width)
519 (window-min-pixel-width, window-safe-min-pixel-size)
520 (window-combination-p, window-safe-min-size)
521 (window-resizable-p, window--size-to-pixel)
522 (window--pixel-to-size, window--resize-apply-p): New functions.
523 (window-safe-min-height): Fix doc-string.
524 (window-size, window-min-size, window--min-size-1)
525 (window-sizable, window-sizable-p, window--min-delta-1)
526 (window-min-delta, window--max-delta-1, window-max-delta)
527 (window--resizable, window--resizable-p, window-resizable)
528 (window-full-height-p, window-full-width-p, window-at-side-p)
529 (window--in-direction-2, window-in-direction)
530 (window--resize-reset-1, window--resize-mini-window)
531 (window-resize, window-resize-no-error)
532 (window--resize-child-windows-normal)
533 (window--resize-child-windows, window--resize-siblings)
534 (window--resize-this-window, window--resize-root-window)
535 (window--resize-root-window-vertically)
536 (adjust-window-trailing-edge, enlarge-window, shrink-window)
537 (maximize-window, minimize-window, delete-window)
538 (quit-restore-window, window-split-min-size, split-window)
539 (balance-windows-2, balance-windows)
540 (balance-windows-area-adjust, balance-windows-area)
541 (window--state-get-1, window-state-get, window--state-put-1)
542 (window--state-put-2, window-state-put)
543 (display-buffer-record-window, window--display-buffer):
544 Make functions handle pixelwise sizing of windows.
545 (display-buffer--action-function-custom-type)
546 (display-buffer-fallback-action):
547 Add display-buffer-in-previous-window.
548 (display-buffer-use-some-window): Resize window to height it had
549 before.
550 (fit-window-to-buffer-horizontally): New option.
551 (fit-frame-to-buffer): Describe new values.
552 (fit-frame-to-buffer-bottom-margin): Replace with
553 fit-frame-to-buffer-margins.
554 (window--sanitize-margin): New function.
555 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
556 using window-text-pixel-size.
557
558 2013-11-30 Glenn Morris <rgm@gnu.org>
559
560 * emacs-lisp/bytecomp.el (byte-compile-form):
561 Make the `interactive-only' warning like the `obsolete' one.
562 * comint.el (comint-run):
563 * files.el (insert-file-literally, insert-file):
564 * replace.el (replace-string, replace-regexp):
565 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
566 (goto-line, insert-buffer, next-line, previous-line):
567 Tweak `interactive-only' spec.
568
569 Stop keeping (most) generated cedet grammar files in the repository.
570 * Makefile.in (semantic): New.
571 (compile-main): Depend on semantic.
572
573 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
576 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
577
578 * uniquify.el (uniquify-buffer-name-style): Change default.
579
580 * loadup.el: Preload "uniquify".
581
582 * time.el (display-time-update): Update all mode lines (bug#15999).
583
584 * electric.el (electric-indent-mode): Enable by default.
585 * loadup.el: Preload "electric".
586
587 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
588
589 * emacs-lisp/helpers.el (string-empty-p): New function.
590 (string-blank-p): New function.
591
592 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
593
594 * imenu.el (imenu--index-alist): Add missing dot to the docstring
595 (Bug#14029).
596
597 2013-11-29 Andreas Politz <politza@fh-trier.de>
598 * imenu.el (imenu--subalist-p): Don't error on non-conses and
599 allow non-lambda lists as functions.
600 (imenu--in-alist): Don't recurse into non-subalists.
601 (imenu): Don't pass function itself as an argument (Bug#14029).
602
603 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * progmodes/python.el (python-mode-map): Remove binding for ":".
606 (python-indent-electric-colon): Remove command.
607 (python-indent-post-self-insert-function): Integrate the previous code
608 of python-indent-electric-colon. Make it conditional on
609 electric-indent-mode.
610 (python-mode): Add ?: to electric-indent-chars.
611 Move python-indent-post-self-insert-function to the end of
612 post-self-insert-hook.
613
614 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * doc-view.el (doc-view-goto-page): Update mode-line.
617
618 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
619
620 2013-11-27 Glenn Morris <rgm@gnu.org>
621
622 * international/charprop.el, international/uni-bidi.el:
623 * international/uni-category.el, international/uni-combining.el:
624 * international/uni-comment.el, international/uni-decimal.el:
625 * international/uni-decomposition.el, international/uni-digit.el:
626 * international/uni-lowercase.el, international/uni-mirrored.el:
627 * international/uni-name.el, international/uni-numeric.el:
628 * international/uni-old-name.el, international/uni-titlecase.el:
629 * international/uni-uppercase.el:
630 Remove generated files from VCS repository.
631
632 2013-11-27 Eli Zaretskii <eliz@gnu.org>
633
634 * filenotify.el (file-notify-add-watch): Don't special-case
635 w32notify when computing the directory to watch.
636
637 2013-11-27 Glenn Morris <rgm@gnu.org>
638
639 Make bootstrap without generated uni-*.el files possible again.
640 * loadup.el: Update command-line-args checking for unidata-gen.
641 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
642 * composite.el, international/characters.el:
643 Handle unicode tables being undefined.
644
645 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
646 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
647 (compile-main): Depend on leim rule.
648 (leim): New rule.
649 * loadup.el: Move leim-list.el to leim/ subdirectory.
650 * startup.el (normal-top-level): No more leim directory.
651 * international/ja-dic-cnv.el (skkdic-convert):
652 Disable version-control and autoloads in output files.
653 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
654 Disable version-control and autoloads in output files.
655 * leim/quail: Move here from ../leim.
656 * leim/quail/hangul.el (hangul-input-method-activate):
657 Add autoload cookie.
658 (generated-autoload-load-name): Set file-local value.
659 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
660 (generated-autoload-load-name): Set file-local value.
661
662 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
663
664 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
665 (eww-add-bookmark): ask confirmation when add to bookmarks
666 (eww-quit): ask confirmation before quitting eww
667
668 2013-11-26 Eli Zaretskii <eliz@gnu.org>
669
670 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
671 reading output from Diff on MS-Windows and MS-DOS.
672
673 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
674
675 * emacs-lisp/helpers.el (string-reverse): New function.
676
677 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
678
679 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
680 names on MS Windows, like "/[::1]:".
681
682 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
683 SWITCHES.
684
685 2013-11-26 Glenn Morris <rgm@gnu.org>
686
687 * progmodes/python.el (python-indent-guess-indent-offset):
688 Avoid corner-case error. (Bug#15975)
689
690 Preload leim-list.el. (Bug#4789)
691 * loadup.el: Load leim-list.el when found.
692 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
693
694 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
695
696 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
697
698 * emacs-lisp/helpers.el (string-join): New function.
699
700 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
701
702 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
703 Mark as obsolete and replace it with a symbol property.
704 (byte-compile-form): Use new 'interactive-only property.
705 * comint.el, files.el, replace.el, simple.el:
706 Apply new 'interactive-only properly.
707
708 2013-11-25 Martin Rudalics <rudalics@gmx.at>
709
710 * window.el (display-buffer-at-bottom): Make sure that
711 split-window-sensibly creates the new window on bottom
712 (Bug#15961).
713
714 2013-11-23 David Kastrup <dak@gnu.org>
715
716 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
717 on the conflict markers when available.
718 (smerge--get-marker): New function.
719 (smerge-end-re, smerge-base-re): Add subgroup.
720
721 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
722
723 * frame.el (handle-focus-in, handle-focus-out): Add missing
724 interactive spec.
725
726 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
727
728 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
729 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
730
731 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
734 (gomoku--last-pos): New var.
735 (gomoku--intangible-chars): New const.
736 (gomoku--intangible): New function.
737 (gomoku-mode): Use it. Derive from special-mode.
738 (gomoku-move-up): Adjust line count.
739 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
740 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
741 Simplify accordingly.
742
743 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
744 Remove blink-cursor code.
745 (blink-cursor-timer-function, blink-cursor-suspend):
746 Don't special-case GUIs.
747 (blink-cursor-mode): Use focus-in/out-hook.
748
749 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
750
751 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
752 work when annotation is invisible (Bug#13886).
753
754 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
755
756 * json.el (json-alist-p): Only return non-nil if the alist has
757 simple keys (Bug#13518).
758
759 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
760
761 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
762 when control-statement is the first statement in a buffer (Bug#15956).
763
764 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
765
766 * imenu.el (imenu-generic-skip-comments-and-strings):
767 New option (Bug#15560).
768 (imenu--generic-function): Use it.
769
770 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
771
772 * minibuffer.el (completion--in-region-1): Scroll the correct
773 window. (Bug#13898)
774
775 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
776
777 * emacs-lisp/helpers.el: Add some string helpers.
778 (string-trim-left): Removes leading whitespace.
779 (string-trim-right): Removes trailing whitespace.
780 (string-trim): Removes leading and trailing whitespace.
781
782 * subr.el (string-suffix-p): New function.
783
784 2013-11-23 Glenn Morris <rgm@gnu.org>
785
786 * progmodes/python.el (python-shell-send-file):
787 Add option to delete file when done. (Bug#15647)
788 (python-shell-send-string, python-shell-send-region): Use it.
789
790 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
791
792 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
793 to set buffer-read-only to t, never to nil. (Bug#15938)
794
795 * textmodes/tex-mode.el (latex-noindent-environments):
796 Add safe-local-variable property. (Bug#15936)
797
798 2013-11-23 Glenn Morris <rgm@gnu.org>
799
800 * textmodes/enriched.el (enriched-mode): Doc fix.
801 * emacs-lisp/authors.el (authors-renamed-files-alist):
802 Add enriched.doc -> enriched.txt.
803
804 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
805
806 2013-11-22 Leo Liu <sdl.web@gmail.com>
807
808 * progmodes/octave.el (inferior-octave-startup): Spit out error
809 message.
810
811 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
812
813 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
814 Improve docstring.
815 Add :version.
816 (ruby-encoding-magic-comment-style): Add :version.
817
818 2013-11-22 Leo Liu <sdl.web@gmail.com>
819
820 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
821 (Bug#15076)
822 (octave-help-mode): Adapt to change to help-mode-finish to use
823 derived-mode-p on 2013-09-17.
824 (inferior-octave-prompt): Also match octave-gui.
825 (octave-kill-process): Don't ask twice. (Bug#10564)
826
827 2013-11-22 Leo Liu <sdl.web@gmail.com>
828
829 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
830 (inferior-octave-startup, inferior-octave-check-process)
831 (inferior-octave-track-window-width-change)
832 (octave-completion-at-point, octave-eldoc-function): Use it.
833 (octave-kill-process): Provide confirmation. (Bug#10564)
834
835 2013-11-21 Leo Liu <sdl.web@gmail.com>
836
837 * progmodes/octave.el (octave-mode, inferior-octave-mode):
838 Fix obsolete variable comment-use-global-state.
839
840 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
841
842 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
843 Add `octave-source-file'.
844 (octave-source-file): New function. (Bug#15935)
845
846 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
847
848 * net/eww.el (eww-local-regex): New variable.
849 (eww): Use it to detect localhost and similar.
850
851 2013-11-21 Leo Liu <sdl.web@gmail.com>
852
853 Add completion for command `ag'.
854 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
855 (pcomplete/ag): New function.
856 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
857
858 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
861 (bug#14646).
862 (make-obsolete): Remove interactive spec.
863
864 2013-11-21 Glenn Morris <rgm@gnu.org>
865
866 * startup.el (command-line-1): Use path-separator with -L.
867
868 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
869
870 * emacs-lisp/package.el (describe-package-1): Add package archive
871 to shown fields.
872
873 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
874
875 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
876 Change default to "# encoding: %s" to differentiate it from the
877 default Ruby encoding comment template.
878
879 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
880
881 * ses.el (ses-mode): Doc fix. (Bug#14748)
882
883 2013-11-20 Leo Liu <sdl.web@gmail.com>
884
885 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
886
887 2013-11-19 Dan Nicolaescu <dann@gnu.org>
888
889 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
890 when rebase or bisect are in progress.
891
892 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
893
894 * filenotify.el (file-notify-add-watch): Doc fix.
895
896 2013-11-19 Leo Liu <sdl.web@gmail.com>
897
898 * obsolete/rcompile.el: Mark obsolete.
899
900 * progmodes/compile.el (compilation-start)
901 (compilation-goto-locus, compilation-find-file):
902 Pass no-display-ok and handle nil value from display-buffer.
903 (Bug#13594)
904
905 * window.el (display-buffer-alist, display-buffer): Document the
906 new parameter no-display-ok. Return either a window or nil
907 but never a non-window value.
908
909 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * electric.el (electric-indent-mode-map): Remove.
912 (electric-indent-mode): Change the global-map instead (bug#15915).
913
914 * textmodes/text-mode.el (paragraph-indent-minor-mode):
915 Use add-function.
916
917 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * emacs-lisp/nadvice.el (remove-function): Align with
920 add-function's behavior.
921
922 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
923 (gdb--string-regexp): New constant.
924 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
925 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
926 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
927 submatch 1.
928 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
929 Adjust use accordingly.
930 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
931
932 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
933
934 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
935 interpolation curlies (Bug#15914).
936
937 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
938
939 * calc/calc.el (calc-context-sensitive-enter): New variable.
940 (calc-enter): Use `calc-context-sensitive-enter'.
941
942 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
943
944 * progmodes/cfengine.el: Version bump.
945 (cfengine-cf-promises): New defcustom to locate cf-promises.
946 (cfengine3-vartypes): Add new "data" type.
947 (cfengine3--current-word): New function to get current name-like
948 word or its bounds.
949 (cfengine3--current-function): New function to look up a CFEngine
950 function's definition.
951 (cfengine3-format-function-docstring): New function.
952 (cfengine3-make-syntax-cache): New function.
953 (cfengine3-documentation-function): New function: ElDoc glue.
954 (cfengine3-completion-function): New function: completion glue.
955 (cfengine3-mode): Set `compile-command',
956 `eldoc-documentation-function', and add to
957 `completion-at-point-functions'.
958
959 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
960
961 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
962 `tramp-current-connection'.
963
964 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
965
966 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
967 nil/self/true/false with "end of symbol".
968
969 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
970
971 * subr.el (version-regexp-alist): Fix a typo.
972
973 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
974
975 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
976 "en_US.utf8" and "LC_CTYPE" to "".
977 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
978 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
979
980 2013-11-15 Leo Liu <sdl.web@gmail.com>
981
982 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
983
984 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * progmodes/gud.el (ctl-x-map):
987 Remove C-x SPC binding. (Bug#12342)
988 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
989
990 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
991
992 * subr.el (version-regexp-alist):
993 Recognize hg, svn and darcs versions as snapshot versions.
994
995 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
996 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
997 (ruby--encoding-comment-required-p): Extract from
998 `ruby-mode-set-encoding'.
999 (ruby-mode-set-encoding): Add the ability to always insert an
1000 utf-8 encoding comment. Fix and simplify coding comment update
1001 logic.
1002
1003 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
1004
1005 * net/tramp-gvfs.el (top): Run init code only when
1006 `tramp-gvfs-enabled' is not nil.
1007 (tramp-gvfs-enabled): Check also :system bus.
1008
1009 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 Sync with upstream verilog-mode revision 78e66ba.
1012 * progmodes/verilog-mode.el (verilog-end-of-defun)
1013 (verilog-type-completion, verilog-get-list): Remove unused funcs.
1014 (verilog-get-end-of-defun): Remove unused argument.
1015 (verilog-comment-depth): Remove unused local `e'.
1016 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
1017 Don't pass arg to verilog-get-end-of-defun.
1018
1019 2013-11-14 Glenn Morris <rgm@gnu.org>
1020
1021 * obsolete/assoc.el (aget): Prefix dynamic variable.
1022
1023 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
1024
1025 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * widget.el, hfy-cmap.el: Remove bogus package version number.
1028
1029 2013-11-13 Glenn Morris <rgm@gnu.org>
1030
1031 * replace.el (replace-eval-replacement):
1032 Try to give more helpful error message. (Bug#15836)
1033
1034 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1035 (archive-7z-update): Avoid custom type mismatches.
1036
1037 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
1038
1039 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
1040
1041 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
1042 address can be empty.
1043
1044 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
1045 Accept nil SWITCHES.
1046 (tramp-gvfs-handle-write-region): Implement APPEND.
1047
1048 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
1049
1050 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
1051 binary "|" operator and closing block args delimiter.
1052 Remove FIXME comment referring to Ruby 1.8-only syntax.
1053 (ruby-smie--implicit-semi-p): Not after "|" operator.
1054 (ruby-smie--closing-pipe-p): New function.
1055 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
1056 (ruby-smie-rules): Indent after "|".
1057
1058 2013-11-12 Glenn Morris <rgm@gnu.org>
1059
1060 * ps-print.el (ps-face-attribute-list):
1061 Handle anonymous faces. (Bug#15827)
1062
1063 2013-11-12 Martin Rudalics <rudalics@gmx.at>
1064
1065 * window.el (display-buffer-other-frame): Fix doc-string.
1066 (Bug#15868)
1067
1068 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * subr.el (force-mode-line-update): Delete, move to buffer.c.
1071
1072 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
1073
1074 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
1075 (tramp-sh-handle-file-local-copy): Don't write a message when
1076 saving temporary files.
1077
1078 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
1079 both directories are remote.
1080 (tramp-smb-handle-directory-files): Do not return double entries.
1081 Do not expand full file names.
1082 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
1083 (tramp-smb-handle-write-region): Implement APPEND.
1084 (tramp-smb-get-stat-capability): Fix a stupid bug.
1085
1086 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
1089
1090 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1091
1092 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
1093 throwing error over malformed let/let* (bug#15814).
1094
1095 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1096
1097 * iswitchb.el (iswitchb-mode): Mark obsolete.
1098
1099 2013-11-11 Glenn Morris <rgm@gnu.org>
1100
1101 * international/uni-bidi.el, international/uni-category.el:
1102 * international/uni-name.el, international/uni-numeric.el:
1103 Regenerate for Unicode 6.3.0.
1104
1105 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
1106
1107 * net/tramp.el (tramp-methods):
1108 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
1109 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
1110
1111 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
1112
1113 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1114 Force highlighting text after Summary keyword in doc face for rpm.
1115
1116 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
1117
1118 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
1119 available and the word has no wildcards, append one to the grep pattern.
1120 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
1121 (ispell-complete-word): Call `ispell-lookup-words' with the value
1122 independent of `ispell-look-p'.
1123
1124 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1125
1126 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
1127 Not after "||".
1128 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
1129 their parent.
1130
1131 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
1134 (ruby-font-lock-keywords): Use backquote.
1135
1136 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1137
1138 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1139 (ruby-smie--backward-token): Only consider full-string matches.
1140
1141 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
1142
1143 * faces.el (describe-face): Add distant-foreground.
1144
1145 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
1146
1147 * progmodes/ruby-mode.el: Improve encoding comment handling.
1148 (ruby-encoding-magic-comment-style): New option.
1149 (ruby-custom-encoding-magic-comment-template): New option.
1150 (ruby--insert-coding-comment, ruby--detect-encoding):
1151 New functions extracted from `ruby-mode-set-encoding'.
1152 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
1153 to control the style of the auto-inserted encoding comment.
1154
1155 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1156
1157 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
1158 Use `smie-backward-sexp' with token argument.
1159
1160 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
1161
1162 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1163 Remove instrumentation code.
1164
1165 2013-11-08 Glenn Morris <rgm@gnu.org>
1166
1167 * progmodes/autoconf.el (autoconf-mode):
1168 Tweak comment-start-skip. (Bug#15822)
1169
1170 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
1173 at bobp (bug#15826).
1174 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
1175
1176 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
1177
1178 * man.el (Man-start-calling): New macro, extracted from
1179 Man-getpage-in-background.
1180 (Man-getpage-in-background): Use it.
1181 (Man-update-manpage): New command.
1182 (Man-mode-map): Bind it.
1183
1184 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1185
1186 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
1187 of "and", "or", "&&" and "||".
1188 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
1189 argument. Prohibit opening curly brace because it could only be a
1190 block opener in that position.
1191 (ruby-smie--forward-token, ruby-smie--backward-token):
1192 Separate "|" from "&" or "*" going after it. That can happen in block
1193 arguments.
1194 (ruby-smie--indent-to-stmt): New function, seeks the end of
1195 previous statement or beginning of buffer.
1196 (ruby-smie-rules): Use it.
1197 (ruby-smie-rules): Check if there's a ":" before a curly block
1198 opener candidate; if there is, it's a hash.
1199
1200 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
1203 (cl--block-wrapper): Fix last accidental change.
1204
1205 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
1206
1207 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1208 Instrument, in order to hunt failure on hydra.
1209
1210 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1211
1212 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
1213 malformed bindings form (bug#15814).
1214
1215 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
1216
1217 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1218 "." compared to " @ ". This incidentally fixes some indentation
1219 examples with "do".
1220 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1221 (ruby-smie-grammar): New tokens: "and" and "or".
1222 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
1223 Exclude "and" and "or". Remove "do" in order to work around token
1224 priorities.
1225 (ruby-smie-rules): Add all infix tokens. Handle the case of
1226 beginning-of-buffer.
1227
1228 2013-11-06 Glenn Morris <rgm@gnu.org>
1229
1230 * Makefile.in (setwins_almost, setwins_for_subdirs):
1231 Avoid accidental matches.
1232
1233 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * menu-bar.el (popup-menu): Use key-binding.
1236
1237 2013-11-06 Eli Zaretskii <eliz@gnu.org>
1238
1239 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
1240 menus, support also the menus produced by minor modes.
1241 (Bug#15817)
1242
1243 2013-11-06 Leo Liu <sdl.web@gmail.com>
1244
1245 * thingatpt.el (thing-at-point-looking-at): Add optional arg
1246 DISTANCE to bound the search. All uses changed. (Bug#15808)
1247
1248 2013-11-06 Glenn Morris <rgm@gnu.org>
1249
1250 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
1251 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
1252 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
1253
1254 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * electric.el (electric-indent-just-newline): New command.
1257 (electric-indent-mode-map): New keymap.
1258 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
1259 Re-add :group which weren't redundant.
1260
1261 * electric.el (electric-indent-local-mode): New minor mode.
1262 (electric-indent-functions-without-reindent): New var.
1263 (electric-indent-post-self-insert-function): Use it.
1264 * emacs-lisp/gv.el (buffer-local-value): Add setter.
1265
1266 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1267
1268 * international/quail.el (quail-help): Be more explicit about the
1269 meaning of the labels shown on the keys. (Bug#15800)
1270
1271 * startup.el (normal-top-level): Load the subdirs.el files before
1272 setting the locale environment. (Bug#15805)
1273
1274 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1275
1276 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
1277 via arguments so as to get the right ones (bug#15418).
1278
1279 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
1280
1281 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
1282
1283 Fix problems found while writing a test suite.
1284
1285 * net/tramp-compat.el (tramp-compat-load): New defun.
1286 * net/tramp.el (tramp-handle-load): Use it.
1287
1288 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
1289 "(numberp ok-if-already-exists)" correctly.
1290
1291 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1292
1293 * international/characters.el (glyphless-char-display-control):
1294 Add usage note.
1295
1296 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
1297
1298 * progmodes/python.el (python-mode):
1299 * progmodes/scheme.el (scheme-mode):
1300 * progmodes/prolog.el (prolog-mode):
1301 * progmodes/ruby-mode.el (ruby-mode):
1302 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
1303 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
1304
1305 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * rect.el (rectangle--highlight-for-redisplay):
1308 * emacs-lisp/smie.el (smie--next-indent-change):
1309 Use buffer-chars-modified-tick.
1310
1311 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
1312
1313 * electric.el (electric-indent-post-self-insert-function):
1314 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
1315
1316 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
1317
1318 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
1319
1320 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1321
1322 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
1323 (bug#15786).
1324
1325 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
1328
1329 * progmodes/python.el: Fix up last change.
1330 (python-shell--save-temp-file): New function.
1331 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
1332 `string' comes from the current buffer.
1333 (python-shell-send-string-no-output): Remove `msg' arg.
1334 (python--use-fake-loc): New var.
1335 (python-shell-buffer-substring): Obey it. Try to compensate for the
1336 extra coding line added by python-shell--save-temp-file.
1337 (python-shell-send-region): Use python-shell--save-temp-file and
1338 python-shell-send-file directly. Add `nomain' argument.
1339 (python-shell-send-buffer): Use python-shell-send-region.
1340 (python-electric-pair-string-delimiter): New function.
1341 (python-mode): Use it.
1342
1343 2013-11-04 Eli Zaretskii <eliz@gnu.org>
1344
1345 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
1346 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
1347 environment and decoding all of the default-directory's to here
1348 from command-line.
1349 (command-line): Decode also argv[0].
1350
1351 * loadup.el: Error out if default-directory is a multibyte string
1352 when we are dumping.
1353
1354 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
1355
1356 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
1357
1358 * emacs-lisp/package.el (package-menu-mode)
1359 (package-menu--print-info, package-menu--archive-predicate):
1360 Add Archive column to package list.
1361
1362 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
1363
1364 Fix problems found while writing a test suite.
1365
1366 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1367 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1368 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1369 to nil when running original file name handler. Otherwise,
1370 there are problems with constructs like "$$FOO".
1371
1372 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1373 for `localname'.
1374
1375 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
1376
1377 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1378
1379 * subr.el (version<, version<=, version=):
1380 Update docstrings with information for snapshot versions.
1381
1382 * helpers.el: New library for misc helper functions.
1383 (hash-table-keys): New function returning a list of hash keys.
1384 (hash-table-values): New function returning a list of hash values.
1385
1386 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1387
1388 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1389 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1390
1391 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
1392
1393 * textmodes/fill.el (fill-single-char-nobreak-p): New function
1394 checking whether point is after a 1-letter word.
1395
1396 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1397
1398 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1399 Don't infloop when expanding region over `multiline' syntax-type that
1400 begins a line (bug#15778).
1401
1402 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1405 Make it into a proper minor mode.
1406 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1407 (rectangle-mark-mode-map): New keymap.
1408 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1409
1410 2013-11-04 Glenn Morris <rgm@gnu.org>
1411
1412 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1413
1414 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1415
1416 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1417 (ruby-smie-rules): Use smie-rule-parent instead.
1418
1419 * emacs-lisp/smie.el (smie-rule-parent): Always call
1420 smie-indent-virtual rather than only for hanging tokens.
1421 (smie--next-indent-change): New helper command.
1422
1423 2013-11-03 Glenn Morris <rgm@gnu.org>
1424
1425 * Makefile.in (abs_srcdir): Remove.
1426 (emacs): Unset EMACSLOADPATH.
1427
1428 2013-11-02 Glenn Morris <rgm@gnu.org>
1429
1430 * Makefile.in (EMACS): Use a relative filename.
1431 (abs_top_builddir): Remove.
1432 (custom-deps, finder-data, autoloads): Use --chdir.
1433
1434 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1435
1436 Use relative filenames in TAGS files.
1437 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1438 (lisptagsfiles4, TAGS): Use relative file names.
1439 (TAGS-LISP): Remove.
1440 (maintainer-clean): No more TAGS-LISP file.
1441
1442 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1443 (lisptagsfiles4): Use absolute filenames again.
1444 (TAGS, TAGS-LISP): Not everything needs to run in one line.
1445 Remove all *loaddefs files, not just the first. Remove esh-groups.
1446 (maintainer-clean): Delete TAGS, TAGS-LISP.
1447
1448 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1449
1450 * emacs-lisp/package.el (package-version-join):
1451 Recognize snapshot versions.
1452
1453 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1454
1455 * subr.el (version-regexp-alist): Add support for snapshot versions.
1456
1457 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1458
1459 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1460 New function, replacement for `smie-rule-parent' for when we want to
1461 skip over our direct parent if it's an assignment token..
1462 (ruby-smie-rules): Use it.
1463
1464 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1465
1466 * progmodes/ruby-mode.el Use `syntax-propertize-function'
1467 unconditionally. Remove now unnecessary forward declarations.
1468 Remove XEmacs-specific setup.
1469 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1470 (ruby-font-lock-syntactic-keywords)
1471 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1472 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1473 (ruby-here-doc-end-syntax): Remove.
1474 (ruby-mode): Don't check whether `syntax-propertize-rules' is
1475 defined as function.
1476
1477 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1478
1479 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1480
1481 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1482
1483 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1484 table and abbrev table, `define-derived-mode' does that for us
1485 anyway.
1486
1487 2013-11-01 Glenn Morris <rgm@gnu.org>
1488
1489 * Makefile.in: Remove manual mh-e dependencies (writing .elc
1490 files is atomic for some time, so no parallel compilation issues).
1491
1492 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1493
1494 * faces.el (face-x-resources): Add :distant-foreground.
1495 (region): Use :distant-foreground for gtk and ns.
1496
1497 2013-11-01 Tassilo Horn <tsdh@gnu.org>
1498
1499 Allow multiple bibliographies when BibLaTeX is used rather than
1500 BibTeX.
1501 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1502 (reftex-locate-bibliography-files): Us it.
1503
1504 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
1505
1506 * image.el (image-type-header-regexps): Fix the 'pbm' part to
1507 allow comments in pbm files.
1508
1509 * term/w32-win.el (dynamic-library-alist): Support newer versions
1510 of libjpeg starting with v7: look only for the DLL from the
1511 version against which Emacs was built.
1512 Support versions of libpng beyond 1.4.x.
1513 Support libtiff v4.x.
1514
1515 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1516
1517 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1518 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1519 Add property :safe.
1520 (ruby-deep-arglist): Add property :type.
1521
1522 2013-10-31 Glenn Morris <rgm@gnu.org>
1523
1524 * Makefile.in (custom-deps, finder-data): No need to setq the target
1525 variables, we are in the right directory and the defaults work fine.
1526
1527 2013-10-30 Glenn Morris <rgm@gnu.org>
1528
1529 * Makefile.in (autoloads): Do not use abs_lisp.
1530
1531 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1532 `newline' does not respect `standard-output', so use `princ'.
1533
1534 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
1535
1536 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
1537 * buff-menu.el (Buffer-menu--unmark): New function.
1538 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1539
1540 2013-10-30 Glenn Morris <rgm@gnu.org>
1541
1542 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1543
1544 * emacs-lisp/package.el (lm-homepage): Declare.
1545
1546 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1547 Fix doc typos.
1548
1549 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1550
1551 * Makefile.in (finder-data, autoloads, update-subdirs)
1552 (compile-main, compile-clean, compile-always, bootstrap-clean):
1553 Check return value of cd.
1554 (compile-calc): Remove.
1555
1556 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1559
1560 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1561 (byte-compile-and-folded): New function.
1562 (=, <, >, <=, >=): Use it.
1563
1564 * dos-w32.el (minibuffer-history-case-insensitive-variables)
1565 (path-separator, null-device, buffer-file-coding-system)
1566 (lpr-headers-switches): Check system-type before modifying them.
1567 (find-buffer-file-type-coding-system): Mark obsolete.
1568 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1569 find-file-not-found-set-buffer-file-coding-system.
1570 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1571 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1572 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1573 (w32-direct-print-region-helper, w32-direct-print-region-function)
1574 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1575 * startup.el (normal-top-level-add-subdirs-to-load-path):
1576 * ps-print.el (ps-print-region-function):
1577 * lpr.el (print-region-function): Use new name.
1578
1579 * subr.el (custom-declare-variable-early): Remove function.
1580 (custom-declare-variable-list): Remove var.
1581 (error, user-error): Remove `while' loop.
1582 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1583 (user-emacs-directory-warning, locate-user-emacs-file):
1584 Move to files.el.
1585 * simple.el (read-quoted-char-radix, read-quoted-char):
1586 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1587 Move from subr.el.
1588 * custom.el (custom-declare-variable-list): Don't process
1589 custom-declare-variable-list.
1590
1591 * progmodes/python.el (python-shell-get-buffer): New function.
1592 (python-shell-get-process): Use it.
1593 (python-shell-send-string): Always use utf-8 and add a cookie to tell
1594 Python which encoding was used. Don't split-string since we only care
1595 about the first line. Return the temp-file, if applicable.
1596 (python-shell-send-region): Tell compile.el how to turn locations in
1597 the temp-file into locations in the source buffer.
1598
1599 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * subr.el (undefined): Add missing behavior from the C code for
1602 unbound keys.
1603
1604 * rect.el: Use lexical-binding. Add new rectangular region support.
1605 (rectangle-mark): New command.
1606 (rectangle--region): New var.
1607 (deactivate-mark-hook): Reset rectangle--region.
1608 (rectangle--extract-region, rectangle--insert-for-yank)
1609 (rectangle--highlight-for-redisplay)
1610 (rectangle--unhighlight-for-redisplay): New functions.
1611 (region-extract-function, redisplay-unhighlight-region-function)
1612 (redisplay-highlight-region-function): Use them to handle
1613 rectangular region.
1614 * simple.el (region-extract-function): New var.
1615 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1616 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1617 (kill-region): Replace obsolete `yank-handler' arg with `region'.
1618 (copy-region-as-kill, kill-ring-save): Add `region' argument.
1619 (redisplay-unhighlight-region-function)
1620 (redisplay-highlight-region-function): New vars.
1621 (redisplay--update-region-highlight): New function.
1622 (pre-redisplay-function): Use it.
1623 (exchange-point-and-mark): Don't deactivate the mark before
1624 reactivate-it anyway.
1625 * comint.el (comint-kill-region): Remove yank-handler argument.
1626 * delsel.el (delete-backward-char, backward-delete-char-untabify)
1627 (delete-char): Remove property, since it's now part of their
1628 default behavior.
1629 (self-insert-iso): Remove property since this command doesn't exist.
1630
1631 * emacs-lisp/package.el (package--download-one-archive)
1632 (describe-package-1): Don't query the user about final newline.
1633
1634 2013-10-29 Daniel Colascione <dancol@dancol.org>
1635
1636 * net/tramp.el (tramp-methods): Document new functionality.
1637 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1638 tramp-hostname-checker if method provides one instead of scanning
1639 argument list for "%h" to decide hostname acceptability.
1640
1641 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
1642
1643 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1644 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1645 Handle COPY-CONTENTS. (Bug#15737)
1646
1647 2013-10-28 Daiki Ueno <ueno@gnu.org>
1648
1649 * epa-file.el
1650 (epa-file-cache-passphrase-for-symmetric-encryption):
1651 Document that this option has no effect with GnuPG 2.0 (bug#15552).
1652
1653 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1654
1655 * image.el (defimage):
1656 (image-load-path): Doc fixes.
1657
1658 2013-10-27 Alan Mackenzie <acm@muc.de>
1659
1660 Indent statements in macros following "##" correctly.
1661 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1662 Modify the "#" arm of a cond form to handle "#" and "##" operators.
1663
1664 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1665
1666 * linum.el (linum-update-window): Fix boundary test (bug#13446).
1667
1668 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
1669
1670 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1671 after `=' is probably a new expression.
1672
1673 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1674
1675 * man.el (man-imenu-title): New option.
1676 (Man-mode-map): Add menu. (Bug#15722)
1677 (Man-mode): Add imenu to menu.
1678
1679 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1680
1681 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1682 specific in what the first arg can be: a non-keyword word,
1683 string/regexp/percent literal opener, opening paren, or unary
1684 operator followed directly by word.
1685
1686 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1689 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1690 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1691 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1692 Remove vars, they do not apply any more.
1693 (prolog-mode-abbrev-table): Remove redundant declaration.
1694 (prolog-upper-case-string, prolog-lower-case-string): Remove.
1695 (prolog-use-smie): Remove.
1696 (prolog-smie-rules): Add indentation rule for the if-then-else layout
1697 supported by prolog-electric-if-then-else-flag.
1698 (prolog-mode-variables, prolog-menu): Use setq-local.
1699 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1700 Remove binding to `Backspace' since this key doesn't exist anyway.
1701 Remove bindings for electric self-inserting keys.
1702 (prog-mode): Assume it's defined.
1703 (prolog-post-self-insert): New function.
1704 (prolog-mode): Use it.
1705 (prolog-indent-line, prolog-indent-level)
1706 (prolog-find-indent-of-matching-paren)
1707 (prolog-indentation-level-of-line, prolog-goto-comment-column)
1708 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1709 (prolog-goto-next-paren, prolog-in-string-or-comment)
1710 (prolog-tokenize, prolog-inside-mline-comment)
1711 (prolog-find-start-of-mline-comment): Remove functions.
1712 (prolog-find-unmatched-paren, prolog-clause-end)
1713 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1714 (prolog-electric--if-then-else): Rename from
1715 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1716 (prolog-tokenize-searchkey): Remove const.
1717 (prolog-clause-info): Use forward-sexp.
1718 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1719 (prolog-electric-if-then-else): Remove commands.
1720 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1721 for use in post-self-insert-hook.
1722 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1723 for use in post-self-insert-hook.
1724 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1725 for use in post-self-insert-hook.
1726 (prolog-electric--underscore): Rename from prolog-electric--underscore;
1727 adapt it for use in post-self-insert-hook.
1728
1729 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
1730
1731 * emacs-lisp/ert.el (ert-run-tests-interactively):
1732 Use `completing-read'. (Bug#9756)
1733
1734 2013-10-25 Eli Zaretskii <eliz@gnu.org>
1735
1736 * simple.el (line-move): Call line-move-1 instead of
1737 line-move-visual when the current window hscroll is zero, but
1738 temporary-goal-column indicates we will need to hscroll as result
1739 of the movement. (Bug#15712)
1740
1741 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
1742
1743 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1744 capitalization. Use :visible instead of :active.
1745 Fix `ruby-indent-exp' reference. Add menu items for the generic
1746 commands that are used with SMIE.
1747 (ruby-do-end-to-brace): Insert space after `{'.
1748
1749 2013-10-25 John Anthony <john@jo.hnanthony.com>
1750
1751 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
1752
1753 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
1754
1755 2013-10-25 Glenn Morris <rgm@gnu.org>
1756
1757 * vc/vc.el (vc-print-log): Don't use a working revision unless
1758 one was explicitly specified. (Bug#15322)
1759
1760 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * subr.el (add-to-list): Preserve return value in compiler-macro
1763 (bug#15692).
1764
1765 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1766
1767 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1768 result. Ask user to retry using '-all' flag. (Bug#15701)
1769
1770 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * emacs-lisp/smie.el: New smie-config system.
1773 (smie-config): New defcustom.
1774 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1775 (smie-config-guess, smie-config-save): New commands.
1776 (smie-config--mode-local, smie-config--buffer-local)
1777 (smie-config--trace, smie-config--modefuns): New vars.
1778 (smie-config--advice, smie-config--mode-hook)
1779 (smie-config--setter, smie-config-local, smie-config--get-trace)
1780 (smie-config--guess-value, smie-config--guess): New functions.
1781 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1782 text properties. Treat "string fence" syntax like string syntax.
1783
1784 * progmodes/sh-script.el (sh-use-smie): Change default.
1785 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1786 (sh-var-value): Simplify by CSE.
1787 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1788 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1789 is used.
1790 (sh-guess-basic-offset): Use cl-incf.
1791 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1792
1793 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
1794
1795 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1796 (bug#15699).
1797
1798 2013-10-24 Glenn Morris <rgm@gnu.org>
1799
1800 * Makefile.in (abs_top_srcdir): Remove.
1801 (update-subdirs): Use relative path to update-subdirs.
1802
1803 2013-10-24 Eli Zaretskii <eliz@gnu.org>
1804
1805 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1806 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1807 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1808 Call unmsys--file-name before expand-file-name, not after it.
1809
1810 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1811
1812 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1813 (ert-test-skipped): New error.
1814 (ert-skip, ert-stats-skipped): New defuns.
1815 (ert--skip-unless): New macro.
1816 (ert-test-skipped): New struct.
1817 (ert--run-test-debugger, ert-test-result-type-p)
1818 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1819 (ert--stats-set-test-and-result, ert-char-for-test-result)
1820 (ert-string-for-test-result, ert-run-tests-batch)
1821 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1822 Handle skipped tests. (Bug#9803)
1823
1824 2013-10-24 Glenn Morris <rgm@gnu.org>
1825
1826 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1827
1828 * Makefile.in (abs_top_srcdir): New, set by configure.
1829 (update-subdirs): Correct build-aux location.
1830
1831 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1832
1833 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1834 value, whether we could auto-deduce `backend', or not.
1835
1836 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1837 with parameters" example. Simplify the "is it block or is it
1838 hash" check, but also make it more thorough.
1839
1840 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1841
1842 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1843
1844 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1847 { if it is hanging.
1848
1849 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1850 :before ";".
1851
1852 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1853
1854 * progmodes/compile.el (compilation-directory-matcher)
1855 (compilation-page-delimiter):
1856 Support GNU Make-4.0 directory quoting. (Bug#15678)
1857
1858 2013-10-23 Leo Liu <sdl.web@gmail.com>
1859
1860 * ido.el (ido-tidy): Handle read-only text.
1861
1862 2013-10-23 Glenn Morris <rgm@gnu.org>
1863
1864 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1865 (emacs, compile, compile-always):
1866 Quote entities that might contain whitespace.
1867 (custom-deps, finder-data, autoloads): Use abs_lisp.
1868 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1869 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1870 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1871
1872 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1873
1874 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1875 Use `following-char'.
1876
1877 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1880 * progmodes/ruby-mode.el (ruby-smie-rules):
1881 Remove corresponding workaround. Fix indentation rule of ";" so it
1882 also applies when ";" is the parent.
1883
1884 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1885
1886 * frame.el (display-screens, display-pixel-height)
1887 (display-pixel-width, display-mm-width, display-backing-store)
1888 (display-save-under, display-planes, display-color-cells)
1889 (display-visual-class, display-monitor-attributes-list):
1890 Mention the optional ‘display’ argument in doc strings.
1891
1892 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1893
1894 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1895 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1896
1897 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1898
1899 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1900 TODO. Add "." after " @ ".
1901 (ruby-smie--at-dot-call): New function. Checks if point at method
1902 call with explicit target.
1903 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1904 to the method name tokens when it precedes them.
1905 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1906 (ruby-smie-rules): Add rule for indentation before and after "."
1907 token.
1908
1909 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 * textmodes/remember.el (remember-diary-extract-entries):
1912 Avoid add-to-list.
1913
1914 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1915 an instruction.
1916
1917 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1918
1919 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1920 (ruby-smie--implicit-semi-p): Add new operator chars.
1921
1922 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1923 `smie-down-list'.
1924 (ruby-smie--args-separator-p): Check that there's no newline
1925 between method call and its arguments.
1926
1927 2013-10-20 Alan Mackenzie <acm@muc.de>
1928
1929 Allow comma separated lists after Java "implements".
1930
1931 * progmodes/cc-engine.el (c-backward-over-enum-header):
1932 Parse commas.
1933 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1934 from a "disallowed" list in enum fontification.
1935
1936 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1937
1938 * startup.el (default-frame-background-mode): Remove unused defvar.
1939
1940 * progmodes/verilog-mode.el (verilog-mode): Don't set
1941 comment-indent-function globally.
1942
1943 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1944
1945 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1946 Move Info menu item creation to ns-win.el.
1947
1948 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1949 in menu bar.
1950
1951 * menu-bar.el: Move GNUStep specific menus...
1952
1953 * term/ns-win.el (ns-initialize-window-system): ... to here.
1954
1955 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * simple.el (newline): Only run post-self-insert-hook when
1958 called interactively.
1959
1960 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1961
1962 * icomplete.el (icomplete-with-completion-tables): Add :version.
1963
1964 2013-10-19 Alan Mackenzie <acm@muc.de>
1965
1966 Fix fontification bugs with constructors and const.
1967
1968 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1969 CASE 2) Remove the check for the absence of a suffix construct
1970 after a function declaration with only types (no identifiers) in
1971 the parentheses. Also, accept a function declaration with just a
1972 type inside the parentheses, if this type can be positively
1973 recognised as such, or if a prefix keyword like "explicit" nails
1974 down the construct as a declaration.
1975
1976 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1977
1978 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1979 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1980 the problem whereby selecting a menu item that leads to a
1981 minibuffer prompt moves the cursor out of the minibuffer window,
1982 making it hard to type at the prompt. Suggested by Stefan Monnier
1983 <monnier@iro.umontreal.ca>.
1984
1985 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1986
1987 * menu-bar.el: Don't make Services menu.
1988
1989 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1990
1991 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1992 (ffap-alist): Use ffap-c++-mode for c++-mode.
1993 (ffap-c++-path): New variable.
1994 (ffap-c++-mode): New function.
1995
1996 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1997
1998 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1999
2000 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
2001
2002 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
2003 introduced on 2013-09-08, which results in an infinite loop
2004 requesting a password.
2005
2006 2013-10-18 Glenn Morris <rgm@gnu.org>
2007
2008 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
2009
2010 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
2011
2012 Sync with upstream verilog-mode revision 1a6ecec7.
2013 * progmodes/verilog-mode.el (verilog-mode-version): Update.
2014 (verilog-mode-release-date): Remove.
2015 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
2016 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
2017 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
2018 (verilog-auto-tieoff-ignore-regexp)
2019 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
2020 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
2021 (verilog-signals-with, verilog-dir-cache-preserving)
2022 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
2023 Doc fixes.
2024 (verilog-case-fold): New option, to control case folding in
2025 regexp searches, bug597.
2026 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
2027 (verilog-string-match-fold, verilog-in-paren-count)
2028 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
2029 (verilog-at-close-struct-p): New functions.
2030 (verilog-beg-block-re-ordered, verilog-extended-case-re)
2031 (verilog-forward-sexp, verilog-set-auto-endcomments):
2032 (verilog-leap-to-case-head): Handle "unique0" case.
2033 (verilog-in-constraint-re): New constant.
2034 (verilog-keywords, verilog-type-font-keywords):
2035 Add some SystemVerilog 1800-2012 keywords.
2036 (verilog-label-be): Remove unimplemented argument, bug669.
2037 (verilog-batch-execute-func): When batch expanding clear
2038 create-lockfiles to prevent spurious user locks when a file ends
2039 up not changing.
2040 (verilog-calculate-indent, verilog-calc-1)
2041 (verilog-at-close-constraint-p, verilog-at-constraint-p)
2042 (verilog-do-indent): Fix indentation of nested constraints
2043 and structures.
2044 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
2045 (verilog-auto-inst-param): Use verilog-string-match-fold.
2046 (verilog-read-inst-module-matcher):
2047 Fix AUTOINST on gate primitives with #1.
2048 (verilog-read-decls): Fix double-declaring user-defined typed signals.
2049 Reads all user-defined typed variables.
2050 (verilog-read-defines): Fix reading definitions inside comments, bug647.
2051 (verilog-signals-matching-regexp)
2052 (verilog-signals-not-matching-regexp, verilog-auto):
2053 Respect verilog-case-fold.
2054 (verilog-diff-report): Fix line count.
2055 (verilog-auto-assign-modport): Remove unused local `modi'.
2056 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
2057 better handle multidimensional arrays.
2058 Fix packed array ports misadding bit index in AUTOINST, bug637.
2059 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
2060 to not double-declare existing outputs and inputs, respectively.
2061 (verilog-template-map): Bind U to verilog-sk-uvm-component.
2062 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
2063 (verilog-sk-uvm-component): New skeleton.
2064 (verilog-submit-bug-report): Add verilog-case-fold,
2065 remove verilog-mode-release-date.
2066
2067 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
2068
2069 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
2070 as before.
2071
2072 2013-10-18 Reuben Thomas <rrt@sc3d.org>
2073
2074 * textmodes/remember.el (remember): set buffer-offer-save in
2075 remember buffers (bug#13566).
2076
2077 2013-10-18 Daniel Colascione <dancol@dancol.org>
2078
2079 When evaluating forms in ielm, direct standard output to ielm
2080 buffer. Add new ielm-return-for-effect command. Remove trailing
2081 whitespace throughout.
2082
2083 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
2084 (ielm-return-for-effect): New command.
2085 (ielm-send-input): Accept optional `for-effect' parameter.
2086 (ielm-eval-input): Accept optional `for-effect' parameter.
2087 Bind `standard-output' to stream we create using
2088 `ielm-standard-output-impl'. Suppress printing result when
2089 `for-effect'.
2090 (ielm-standard-output-impl): New function.
2091 (inferior-emacs-lisp-mode): Explain new features in documentation.
2092
2093 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
2094
2095 Code cleanup.
2096
2097 * net/tramp.el (tramp-debug-message): Do not check for connection
2098 buffer.
2099 (tramp-message): Use "vector" connection property.
2100
2101 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
2102 (tramp-equal-remote, tramp-eshell-directory-change)
2103 * net/tramp-adb.el (tramp-adb-handle-copy-file)
2104 (tramp-adb-handle-rename-file)
2105 * net/tramp-cmds.el (tramp-list-remote-buffers)
2106 (tramp-cleanup-connection, tramp-cleanup-this-connection)
2107 * net/tramp-compat.el (tramp-compat-process-running-p)
2108 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
2109 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
2110 (tramp-gvfs-handle-rename-file)
2111 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2112 (tramp-set-file-uid-gid)
2113 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2114 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
2115 of `file-remote-p'.
2116
2117 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
2118 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2119 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
2120 (tramp-gw-open-network-stream): Suppress unrelated traces.
2121
2122 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
2123 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2124 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2125 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
2126 connection property.
2127
2128 * net/tramp-cache.el (top): Suppress traces when reading
2129 persistency file.
2130
2131 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2132 Refactor common code. Improve debug message.
2133 (tramp-maybe-open-connection)
2134 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
2135 connection buffer too early.
2136
2137 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
2138 from `tramp-smb-actions-with-acl'.
2139 (tramp-smb-actions-set-acl): New defconst.
2140 (tramp-smb-handle-copy-directory)
2141 (tramp-smb-action-get-acl): New defun, renamed from
2142 `tramp-smb-action-with-acl'.
2143 (tramp-smb-action-set-acl): New defun.
2144 (tramp-smb-handle-set-file-acl): Rewrite.
2145
2146 2013-10-17 Glenn Morris <rgm@gnu.org>
2147
2148 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
2149
2150 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * skeleton.el (skeleton-newline): Remove.
2153 (skeleton-internal-1): Use (insert "\n") instead.
2154
2155 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
2156 let-bindings.
2157
2158 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
2159 forward-sexp-function while we redo its job (bug#15613).
2160
2161 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
2162
2163 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
2164 represented by lists.
2165
2166 2013-10-16 Glenn Morris <rgm@gnu.org>
2167
2168 * tmm.el (tmm--history): New dynamic variable.
2169 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
2170
2171 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
2172
2173 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
2174 (tramp-smb-errors): Add error messages.
2175 (tramp-smb-actions-with-acl): New defconst.
2176 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
2177 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
2178 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
2179 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
2180 (tramp-smb-get-stat-capability): Fix tests.
2181
2182 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
2183
2184 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
2185 (bug#15580).
2186
2187 2013-10-16 Glenn Morris <rgm@gnu.org>
2188
2189 * ansi-color.el (ansi-color-drop-regexp):
2190 Add 1J, 1K, 2K. (Bug#15617)
2191
2192 * files.el (hack-local-variables--warned-lexical): New.
2193 (hack-local-variables):
2194 Warn about misplaced lexical-binding. (Bug#15616)
2195
2196 * net/eww.el (eww-render): Always set eww-current-url,
2197 and update header line. (Bug#15622)
2198 (eww-display-html): ... Rather than just doing it here.
2199
2200 2013-10-15 Eli Zaretskii <eliz@gnu.org>
2201
2202 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
2203 menu navigations commands.
2204
2205 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
2206
2207 * progmodes/subword.el (subword-capitalize): Be careful when
2208 the search for [[:alpha:]] fails (bug#15580).
2209
2210 2013-10-14 Eli Zaretskii <eliz@gnu.org>
2211
2212 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
2213 to commands that scroll the menu.
2214
2215 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
2216
2217 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
2218 Handle methods ending with `?' and `!'.
2219
2220 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
2221
2222 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
2223 `japanese-cp932' to `cp932' to fix the problem where saving a
2224 source file written in Shift_JIS twice would end up having
2225 `coding: japanese-cp932' which Ruby could not recognize.
2226 (ruby-mode-set-encoding): Add support for encodings mapped to nil
2227 in `ruby-encoding-map'.
2228 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
2229 doesn't need to be explicitly declared in magic comment.
2230 (ruby-encoding-map): Add type declaration for better customize UI.
2231
2232 2013-10-13 Glenn Morris <rgm@gnu.org>
2233
2234 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
2235 Occur buffers are read-only. http://bugs.debian.org/720775
2236
2237 * emacs-lisp/authors.el (authors-fixed-entries):
2238 Comment out old alpha stuff.
2239
2240 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
2241
2242 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
2243 to `after-save-hook' instead of `before-save-hook'.
2244 (ruby-mode-set-encoding): Use the value of coding system used to
2245 write the file. Call `basic-save-buffer-1' after modifying the
2246 buffer.
2247
2248 2013-10-13 Alan Mackenzie <acm@muc.de>
2249
2250 Fix indentation/fontification of Java enum with
2251 "implements"/generic.
2252
2253 * progmodes/cc-engine.el (c-backward-over-enum-header):
2254 Extracted from the three other places and enhanced to handle generics.
2255 (c-inside-bracelist-p): Uses new function above.
2256 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
2257 function above.
2258 (c-font-lock-enum-tail): Uses new function above.
2259
2260 2013-10-13 Kenichi Handa <handa@gnu.org>
2261
2262 * international/mule-cmds.el (select-safe-coding-system): Remove a
2263 superfluous condition in chekcing whether a coding system is safe
2264 or not.
2265
2266 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
2267
2268 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
2269
2270 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
2271
2272 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
2273
2274 2013-10-13 Glenn Morris <rgm@gnu.org>
2275
2276 * menu-bar.el (menu-bar-update-buffers):
2277 Unify Buffers menu prompt string. (Bug#15576)
2278
2279 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
2280
2281 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
2282 Add some entries.
2283 (authors-fixed-entries): Use accented form of name.
2284
2285 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2286
2287 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
2288 method calls (bug#15594).
2289 (ruby-smie--args-separator-p): New function.
2290 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
2291 recognize paren-free method calls.
2292
2293 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
2294 internals of universal-argument.
2295
2296 2013-10-11 Eli Zaretskii <eliz@gnu.org>
2297
2298 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
2299 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
2300 dropped menu on second mouse click on the menu bar.
2301
2302 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
2305 (explicit-shell-file-name): Declare.
2306 (sh--vars-before-point, sh--cmd-completion-table): New functions.
2307 (sh-completion-at-point-function): New function.
2308 (sh-mode): Use it.
2309 (sh-smie--keyword-p): Remove unused argument.
2310 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
2311 vars.
2312 (sh-set-shell): Always setup SMIE, even if we use the
2313 old indentation code.
2314
2315 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
2316
2317 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
2318 cases of ? and =.
2319 (ruby-smie-rules): Simplify the "do" rule. The cases when the
2320 predicate would return nil are almost non-existent.
2321 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
2322
2323 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
2324 cache also after commands that modify the buffer but don't move
2325 point.
2326
2327 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * env.el (substitute-env-in-file-name): New function.
2330 (substitute-env-vars): Extend the meaning of the optional arg.
2331
2332 2013-10-10 Eli Zaretskii <eliz@gnu.org>
2333
2334 * term/w32-win.el (dynamic-library-alist): Define separate lists
2335 of GIF DLLs for versions before and after 5.0.0 of giflib.
2336 (Bug#15531)
2337
2338 2013-10-10 João Távora <joaotavora@gmail.com>
2339
2340 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
2341 not locked, use last revision and current source as
2342 defaults. (Bug#15569)
2343
2344 2013-10-10 Masatake YAMATO <yamato@redhat.com>
2345
2346 * menu-bar.el (menu-bar-open): Don't use popup-menu if
2347 menu-bar is hidden.
2348
2349 2013-10-10 Martin Rudalics <rudalics@gmx.at>
2350
2351 * window.el (pop-to-buffer-same-window): Fix doc-string.
2352 (Bug#15492)
2353
2354 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
2357
2358 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
2359
2360 * calendar/icalendar.el (icalendar-import-file):
2361 Fix interactive spec. (Bug#15482)
2362
2363 2013-10-10 Glenn Morris <rgm@gnu.org>
2364
2365 * desktop.el (desktop-save): Default to saving in .emacs.d,
2366 since PWD is no longer in desktop-path by default. (Bug#15319)
2367
2368 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2369 now that text mode has a menu with the same entry.
2370 (menu-bar-text-mode-auto-fill): Remove now unused func.
2371 * textmodes/text-mode.el (text-mode-map):
2372 Use auto-fill help text from menu-bar.el.
2373
2374 2013-10-10 John Anthony <john@jo.hnanthony.com>
2375
2376 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
2377
2378 2013-10-09 Juri Linkov <juri@jurta.org>
2379
2380 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2381 instead of this-command-keys. Add universal-argument-more and
2382 universal-argument-minus to the list of prefix commands. (Bug#15568)
2383
2384 2013-10-09 Glenn Morris <rgm@gnu.org>
2385
2386 * vc/vc-svn.el (vc-svn-create-repo):
2387 Expand paths in file://... url. (Bug#15446)
2388
2389 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2390 Add some entries.
2391 (authors): Remove unused local variables.
2392
2393 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * profiler.el: Create a more coherent calltree from partial backtraces.
2396 (profiler-format): Hide the tail with `invisible' so that C-s can still
2397 find the hidden elements.
2398 (profiler-calltree-depth): Don't recurse so enthusiastically.
2399 (profiler-function-equal): New hash-table-test.
2400 (profiler-calltree-build-unified): New function.
2401 (profiler-calltree-build): Use it.
2402 (profiler-report-make-name-part): Indent the calltree less.
2403 (profiler-report-mode): Add visibility specs for profiler-format.
2404 (profiler-report-expand-entry, profiler-report-toggle-entry):
2405 Expand the whole subtree when provided with a prefix arg.
2406
2407 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
2408
2409 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2410 iuwu-mod token.
2411 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2412 hanging iuwu-mod token.
2413 (ruby-smie--forward-token): Do not include a dot after a token in
2414 that token.
2415 (ruby-smie--backward-token): Likewise.
2416
2417 2013-10-08 Juri Linkov <juri@jurta.org>
2418
2419 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2420 to isearch-other-control-char.
2421 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2422 and isearch-post-command-hook to post-command-hook.
2423 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2424 and isearch-post-command-hook from post-command-hook.
2425 (isearch-unread-key-sequence)
2426 (isearch-reread-key-sequence-naturally)
2427 (isearch-lookup-scroll-key, isearch-other-control-char)
2428 (isearch-other-meta-char): Remove functions.
2429 (isearch-pre-command-hook, isearch-post-command-hook):
2430 New functions based on isearch-other-meta-char rewritten
2431 relying on the new behavior of overriding-terminal-local-map
2432 that does not replace the local keymaps any more. (Bug#15200)
2433
2434 2013-10-08 Eli Zaretskii <eliz@gnu.org>
2435
2436 Support menus on text-mode terminals.
2437 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2438 functionality.
2439
2440 * tooltip.el (tooltip-mode): Don't error out on TTYs.
2441
2442 * menu-bar.el (popup-menu, popup-menu-normalize-position):
2443 Move here from mouse.el.
2444 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2445 and arrow keys.
2446 (tty-menu-navigation-map): New map for TTY menu navigation.
2447
2448 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2449
2450 * frame.el (display-mouse-p): Report text-mode mouse as available
2451 on w32.
2452 (display-popup-menus-p): Report availability if mouse is
2453 available; don't condition on window-system.
2454
2455 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2456 (tty-menu-selected-face): New faces.
2457
2458 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2461 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2462 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2463 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2464 New constants.
2465 (lisp-mode-variables): New `elisp' argument.
2466 (emacs-lisp-mode): Use it.
2467 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2468 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2469
2470 * indent.el: Use lexical-binding.
2471 (indent-region): Add progress reporter.
2472 (tab-stop-list): Make it implicitly extend to infinity by repeating the
2473 last step.
2474 (indent--next-tab-stop): New function to implement this behavior.
2475 (tab-to-tab-stop, move-to-tab-stop): Use it.
2476
2477 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
2478
2479 * indent.el (indent-rigidly--current-indentation): New function.
2480 (indent-rigidly-map): New var.
2481 (indent-rigidly): Use it to provide interactive mode (bug#8196).
2482
2483 2013-10-08 Bastien Guerry <bzg@gnu.org>
2484
2485 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2486
2487 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * progmodes/perl-mode.el: Use lexical-binding.
2490 Remove redundant :group args.
2491 (perl-nochange): Change default to be closer to other major modes's
2492 standard behavior.
2493 (perl-indent-line): Don't consider text on current line as a
2494 valid beginning of function from which to indent.
2495
2496 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2497 with more than one argument (bug#15538).
2498
2499 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2500
2501 * vc/pcvs.el: Use lexical-binding.
2502 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2503 environment of `eval'.
2504 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2505 than a list of expressions. Adjust callers.
2506 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2507
2508 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
2509
2510 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2511 case of the dot in a chained method call being on the following line.
2512
2513 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 * electric.el (electric-indent-inhibit): New var.
2516 (electric-indent-post-self-insert-function): Use it.
2517 * progmodes/python.el (python-mode): Set it.
2518
2519 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2520 open braces.
2521
2522 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2523
2524 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2525 (css-mode): Use electric-indent-chars.
2526
2527 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2528 (font-lock-beg, font-lock-end): Move before first use.
2529 (nxml-mode): Use syntax-propertize-function.
2530 (nxml-after-change, nxml-after-change1): Adjust accordingly.
2531 (nxml-extend-after-change-region): Remove.
2532 * nxml/xmltok.el: Use lexical-binding.
2533 (xmltok-save): Use `declare'.
2534 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2535 * nxml/nxml-util.el: Use lexical-binding.
2536 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2537 Use `declare'.
2538 * nxml/nxml-ns.el: Use lexical-binding.
2539 (nxml-ns-save): Use `declare'.
2540 (nxml-ns-prefixes-for): Avoid add-to-list.
2541 * nxml/rng-match.el: Use lexical-binding.
2542 (rng--ipattern): Use cl-defstruct.
2543 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2544 (rng-cons-group-after, rng-subst-group-after)
2545 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2546 Use closures instead of `(lambda...).
2547
2548 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
2549
2550 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2551 of BEG and END.
2552
2553 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2554 Use `tramp-handle-insert-file-contents'.
2555 (tramp-gvfs-handle-insert-file-contents): Remove function.
2556
2557 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2558 Use `save-restriction' in order to keep markers.
2559
2560 * net/trampver.el: Update release number.
2561
2562 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * progmodes/compile.el (compilation-parse-errors):
2565 Use compilation--put-prop.
2566 (compilation--ensure-parse): Check compilation-multiline.
2567
2568 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2569
2570 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2571 lexical-binding.
2572
2573 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2574
2575 * progmodes/ruby-mode.el: Fix recently added tests.
2576 (ruby-smie-grammar): Add - and +.
2577 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2578 (ruby-smie--backward-id): New functions.
2579 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2580 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
2581 any more.
2582
2583 2013-10-07 Leo Liu <sdl.web@gmail.com>
2584
2585 * register.el (register-preview-delay)
2586 (register-preview-functions): New variables.
2587 (register-read-with-preview, register-preview)
2588 (register-describe-oneline): New functions.
2589 (point-to-register, window-configuration-to-register)
2590 (frame-configuration-to-register, jump-to-register)
2591 (number-to-register, view-register, insert-register)
2592 (copy-to-register, append-to-register, prepend-to-register)
2593 (copy-rectangle-to-register): Use register-read-with-preview to
2594 read register. (Bug#15525)
2595
2596 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2597
2598 * net/network-stream.el (network-stream-open-starttls): Don't add
2599 --insecure if it's already present, because that gnutls-cli
2600 rejects getting that parameter twice.
2601
2602 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2603
2604 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2605 keyword, too.
2606
2607 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
2608
2609 * newcomment.el (comment-use-global-state): Change default value
2610 to t, mark obsolete (Bug#15251).
2611 (comment-beginning): In addition to `comment-to-syntax', check the
2612 value of `comment-use-global-state'.
2613
2614 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2617 (ruby-comment-column): Follow the global default, by default.
2618 (ruby-smie-grammar): Add assignment syntax.
2619 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2620 open-paren, a comma, or a \.
2621 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2622 and line continuations.
2623 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2624 followed by implicit semi-colons. Add rule for string concatenation
2625 and for indentation at BOB.
2626 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2627
2628 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2629 calling next-sexp, since next-token may have skipped chars which
2630 next-sexp doesn't know should be skipped!
2631
2632 2013-10-05 Leo Liu <sdl.web@gmail.com>
2633
2634 * progmodes/octave.el (octave-send-region):
2635 Call compilation-forget-errors.
2636
2637 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2638
2639 * vc/vc-svn.el (vc-svn-find-admin-dir):
2640 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2641 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2642 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2643 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2644
2645 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2648
2649 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * subr.el (read-passwd): Hide chars even when called within a context
2652 where after-change-functions is disabled (bug#15501).
2653 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2654 until we removed ourself from overriding-terminal-local-map.
2655
2656 2013-10-04 Leo Liu <sdl.web@gmail.com>
2657
2658 * progmodes/octave.el (inferior-octave-mode):
2659 Call compilation-forget-errors.
2660
2661 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2662
2663 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2664
2665 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
2666
2667 * net/secrets.el (secrets-create-collection): Add optional
2668 argument ALIAS. Use proper Label keyword. Append ALIAS as
2669 dbus-call-method argument. (Bug#15516)
2670
2671 2013-10-04 Leo Liu <sdl.web@gmail.com>
2672
2673 * progmodes/octave.el (inferior-octave-error-regexp-alist)
2674 (inferior-octave-compilation-font-lock-keywords): New variables.
2675 (compilation-error-regexp-alist)
2676 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2677 (inferior-octave-mode): Use compilation-shell-minor-mode.
2678
2679 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
2680
2681 * minibuffer.el (completion--replace): Be careful that `end' might be
2682 a marker.
2683
2684 2013-10-03 Daiki Ueno <ueno@gnu.org>
2685
2686 Add support for package signature checking.
2687 * emacs-lisp/package.el (url-http-file-exists-p)
2688 (epg-make-context, epg-context-set-home-directory)
2689 (epg-verify-string, epg-context-result-for)
2690 (epg-signature-status, epg-signature-to-string)
2691 (epg-check-configuration, epg-configuration)
2692 (epg-import-keys-from-file): Declare.
2693 (package-check-signature): New user option.
2694 (package-unsigned-archives): New user option.
2695 (package-desc): Add `signed' field.
2696 (package-load-descriptor): Set `signed' field if .signed file exists.
2697 (package--archive-file-exists-p): New function.
2698 (package--check-signature): New function.
2699 (package-install-from-archive): Check package signature.
2700 (package--download-one-archive): Check archive signature.
2701 (package-delete): Remove .signed file.
2702 (package-import-keyring): New command.
2703 (package-refresh-contents): Import default keyring.
2704 (package-desc-status): Add "unsigned" status.
2705 (describe-package-1, package-menu--print-info)
2706 (package-menu-mark-delete, package-menu--find-upgrades)
2707 (package-menu--status-predicate): Support "unsigned" status.
2708
2709 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2712 the new compilation scheme using the new byte-codes.
2713
2714 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2715 (byte-pophandler): New byte codes.
2716 (byte-goto-ops): Adjust accordingly.
2717 (byte-compile--use-old-handlers): New var.
2718 (byte-compile-catch): Use new byte codes depending on
2719 byte-compile--use-old-handlers.
2720 (byte-compile-condition-case--old): Rename from
2721 byte-compile-condition-case.
2722 (byte-compile-condition-case--new): New function.
2723 (byte-compile-condition-case): New function that dispatches depending
2724 on byte-compile--use-old-handlers.
2725 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2726 when we can.
2727
2728 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2729 Optimize under `condition-case' and `catch' if
2730 byte-compile--use-old-handlers is nil.
2731 (disassemble-offset): Handle new bytecodes.
2732
2733 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * subr.el (error): Use `declare'.
2736 (decode-char, encode-char): Use advertised-calling-convention instead
2737 of the docstring to discourage use of the `restriction' arg.
2738
2739 2013-10-03 Daiki Ueno <ueno@gnu.org>
2740
2741 * epg.el (epg-verify-file): Add a comment saying that it does not
2742 notify verification error as a return value nor a signal.
2743 (epg-verify-string): Ditto.
2744
2745 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2746
2747 * progmodes/compile.el (compilation-start): Try globbing the arg to
2748 `cd' (bug#15417).
2749
2750 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
2751
2752 Sync with Tramp 2.2.8.
2753
2754 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2755 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2756 * net/trampver.el: Update release number.
2757
2758 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
2759
2760 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2761 and default-process-coding-system for darwin only.
2762
2763 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2766
2767 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
2768
2769 * vc/vc-git.el (vc-git-grep): Disable pager.
2770
2771 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2772
2773 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2774 Use :url instead of :homepage, as per
2775 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2776
2777 * newcomment.el (comment-beginning): When `comment-use-syntax' is
2778 non-nil, use `syntax-ppss' (Bug#15251).
2779
2780 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2781
2782 * progmodes/octave.el (inferior-octave-startup-file):
2783 Prefer ~/.emacs.d/init_octave.m.
2784
2785 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
2786
2787 * emacs-lisp/package.el (package-desc-from-define):
2788 Accept additional arguments as plist, convert them to an alist and store
2789 them in the `extras' slot.
2790 (package-generate-description-file): Convert extras alist back to
2791 plist and append to the `define-package' form arguments.
2792 (package--alist-to-plist): New function.
2793 (package--ac-desc): Add `extras' slot.
2794 (package--add-to-archive-contents): Check if the archive-contents
2795 vector is long enough, and if it is, pass its `extras' slot value
2796 to `package-desc-create'.
2797 (package-buffer-info): Call `lm-homepage', pass the returned value
2798 to `package-desc-from-define'.
2799 (describe-package-1): Render the homepage button (Bug#13291).
2800
2801 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2802 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2803
2804 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2805
2806 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2807 and default-process-coding-system to utf-8-unix (Bug#15402).
2808
2809 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2810
2811 * subr.el (looking-back): Do not recommend using looking-back.
2812
2813 2013-09-28 Alan Mackenzie <acm@muc.de>
2814
2815 Fix indentation/fontification of Java enum with "implements".
2816
2817 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2818 regexp which matches "implements", etc., in Java.
2819 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2820 specifier clauses coming after "enum".
2821 * progmodes/cc-fonts.el (c-font-lock-declarations)
2822 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2823 after "enum".
2824
2825 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2826
2827 * faces.el (region): Change ns_selection_color to
2828 ns_selection_fg_color, add ns_selection_bg_color.
2829
2830 2013-09-28 Leo Liu <sdl.web@gmail.com>
2831
2832 * progmodes/octave.el (inferior-octave-completion-table)
2833 (inferior-octave-completion-at-point): Minor tweaks.
2834
2835 * textmodes/ispell.el (ispell-lookup-words): Rename from
2836 lookup-words. (Bug#15460)
2837 (lookup-words): Obsolete.
2838 (ispell-complete-word, ispell-command-loop): All uses changed.
2839
2840 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2841
2842 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2843 (octave-mode-menu): Add octave-send-buffer.
2844 (octave-send-buffer): New function.
2845
2846 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2847
2848 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2849 octave-lookfor.
2850 (octave-mode-menu): Add octave-lookfor.
2851 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2852 octave-lookfor.
2853 (octave-lookfor): New function.
2854
2855 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * emacs-lisp/cl-macs.el:
2858 (cl--loop-destr-temps): Remove.
2859 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2860 its convention.
2861 (cl--loop-set-iterator-function): New function.
2862 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2863 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2864 Bind `it' with `let' instead of substituting it with `cl-subst'.
2865 (cl--unused-var-p): New function.
2866 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2867 Eliminate some unused variable warnings (bug#15326).
2868
2869 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2870
2871 * doc-view.el (doc-view-scale-reset): Rename from
2872 `doc-view-reset-zoom-level'.
2873 (doc-view-scale-adjust): New command.
2874 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2875 `doc-view-scale-adjust'.
2876
2877 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2878
2879 * doc-view.el (doc-view-reset-zoom-level): New command.
2880 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2881 zoom commands (bug#15466).
2882
2883 2013-09-26 Kenichi Handa <handa@gnu.org>
2884
2885 * international/quail.el (quail-help): Make it not a command.
2886
2887 2013-09-26 Leo Liu <sdl.web@gmail.com>
2888
2889 * minibuffer.el (completion-all-sorted-completions): Make args
2890 optional as they are.
2891
2892 2013-09-25 Daniel Colascione <dancol@dancol.org>
2893
2894 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2895 specs are and that they're not evaluated.
2896
2897 2013-09-24 Sam Steingold <sds@gnu.org>
2898
2899 * midnight.el (clean-buffer-list-kill-regexps)
2900 (clean-buffer-list-kill-buffer-names): Update for the new Man
2901 buffer naming which includes the object name.
2902
2903 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2906 (eshell-parse-command, eshell-parse-pipeline): Use it since
2907 eshell-separate-commands requires a dynamic scoped var.
2908 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2909
2910 2013-09-23 Leo Liu <sdl.web@gmail.com>
2911
2912 * autoinsert.el (auto-insert-alist): Make the value of
2913 lexical-binding match its file setting.
2914
2915 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2916
2917 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2918
2919 * autoarg.el (autoarg-kp-digit-argument):
2920 * electric.el (Electric-command-loop):
2921 * kmacro.el (kmacro-step-edit-insert):
2922 Do not set universal-argument-num-events.
2923
2924 2013-09-22 Leo Liu <sdl.web@gmail.com>
2925
2926 * files.el (interpreter-mode-alist): Add octave.
2927
2928 2013-09-21 Alan Mackenzie <acm@muc.de>
2929
2930 C++: fontify identifier in declaration following "public:" correctly.
2931 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2932 to match "public", etc.
2933 (c-decl-prefix-re): Add ":" into the C++ value.
2934 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2935 bit. Add a check for a ":" preceded by "public", etc.
2936
2937 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2938
2939 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2940 recognized by GDB 7.5 and later.
2941
2942 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2943
2944 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2945
2946 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * subr.el (internal--call-interactively): New const.
2949 (called-interactively-p): Use it (bug#3984).
2950
2951 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2952
2953 * vc/pcvs.el (cvs-mode-ignore):
2954 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2955 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2956
2957 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2960 (eshell-ls-orig-insert-directory): Remove.
2961 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2962 (eshell-ls-use-in-dired): Use advice-add/remove.
2963 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2964 Add `orig-fun' arg for use in :around advice.
2965 Make it check (redundantly) eshell-ls-use-in-dired.
2966
2967 2013-09-19 Glenn Morris <rgm@gnu.org>
2968
2969 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2970
2971 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2972
2973 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2974
2975 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2976
2977 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2978 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2979 (tramp-get-remote-python): New defuns.
2980 (tramp-get-remote-uid-with-perl)
2981 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2982 contributed by yary <not.com@gmail.com> (tiny change).
2983 (tramp-get-remote-uid-with-python)
2984 (tramp-get-remote-gid-with-python): New defuns. Python code
2985 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2986 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2987
2988 2013-09-19 Glenn Morris <rgm@gnu.org>
2989
2990 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2991
2992 * eshell/em-unix.el (eshell-remove-entries):
2993 Rename argument to avoid name-clash with global `top-level'.
2994
2995 * eshell/esh-proc.el (eshell-kill-process-function):
2996 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2997 (eshell-reset-after-proc): Remove unused arg `proc'.
2998
2999 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
3000 (directory-files-and-attributes): Mark unused arg.
3001
3002 * eshell/em-unix.el (eshell-remove-entries):
3003 Remove unused arg `path'. Update callers.
3004
3005 * eshell/em-hist.el (eshell-hist-parse-arguments):
3006 Remove unused arg `silent'. Update callers.
3007
3008 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
3009 Fix (f)boundp mix-up.
3010
3011 * eshell/em-smart.el (eshell-smart-scroll-window)
3012 (eshell-disable-after-change):
3013 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
3014
3015 2013-09-18 Alan Mackenzie <acm@muc.de>
3016
3017 Fix fontification of type when followed by "const".
3018 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
3019 "known" types from fontification.
3020
3021 2013-09-18 Glenn Morris <rgm@gnu.org>
3022
3023 * emacs-lisp/chart.el (x-display-color-cells): Declare.
3024 (chart-face-list): Drop Emacsen without display-color-p.
3025
3026 * net/eww.el (libxml-parse-html-region): Declare.
3027 (eww-display-html): Explicit error if no libxml2 support.
3028
3029 * doc-view.el (doc-view-mode): Silence --without-x compilation.
3030
3031 * image.el (image-type-from-buffer, image-multi-frame-p):
3032 Remove --without-x warning/error.
3033
3034 * mouse.el (mouse-yank-primary):
3035 * term.el (term-mouse-paste):
3036 Reorder to silence --without-x compilation.
3037
3038 * mpc.el (doc-view-mode): Silence --without-x compilation.
3039
3040 * mail/rmailmm.el (rmail-mime-set-bulk-data):
3041 Silence --without-x compilation.
3042
3043 * progmodes/gud.el (gud-find-file, gud-mode):
3044 Silence --without-x compilation.
3045 (tooltip-mode): Declare.
3046
3047 * wdired.el (dired-backup-overwrite): Remove declaration.
3048 (wdired-mode-map): Add doc string.
3049
3050 * custom.el (x-get-resource): Declare.
3051
3052 * eshell/em-glob.el (ange-cache):
3053 * eshell/em-unix.el (ange-cache): Declare.
3054
3055 * faces.el (x-display-list, x-open-connection, x-get-resource):
3056 Declare.
3057
3058 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
3059 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
3060 Declare.
3061
3062 * frame.el (x-display-grayscale-p, x-display-name): Declare.
3063
3064 * net/gnutls.el (gnutls-log-level): Declare.
3065
3066 * net/shr.el (image-size, image-animate): Declare.
3067
3068 * simple.el (font-info): Declare.
3069
3070 * subr.el (x-popup-dialog): Declare.
3071
3072 * term/common-win.el (x-select-enable-primary)
3073 (x-last-selected-text-primary, x-last-selected-text-clipboard):
3074 Declare.
3075
3076 * term/ns-win.el (x-handle-args): Declare.
3077
3078 * term/x-win.el (x-select-enable-clipboard): Declare.
3079
3080 * term/w32-win.el (create-default-fontset): Declare.
3081
3082 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
3083 Declare.
3084
3085 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
3086 (fit-frame-to-buffer): Explicit error if --without-x.
3087 (mouse-autoselect-window-select): Silence compiler.
3088
3089 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
3090
3091 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
3092 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
3093 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
3094 * eshell/esh-util.el (eshell-sublist):
3095 Remove unused local variables.
3096
3097 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
3098
3099 * textmodes/two-column.el: Make 2C-split work for --without-x.
3100 (scroll-bar-columns): Autoload.
3101 (top-level): Require fringe when compiling.
3102
3103 2013-09-18 Leo Liu <sdl.web@gmail.com>
3104
3105 * subr.el (add-hook): Robustify to handle closure as well.
3106
3107 2013-09-17 Glenn Morris <rgm@gnu.org>
3108
3109 * simple.el (messages-buffer-mode-map): Unbind "g".
3110
3111 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * help-mode.el (help-mode-finish): Use derived-mode-p.
3114 Remove obsolete highlighting.
3115
3116 * play/life.el (life-mode): Use define-derived-mode. Derive from
3117 special-mode.
3118 (life): Let-bind inhibit-read-only.
3119 (life-setup): Avoid `setq'. Use `life-mode'.
3120
3121 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
3122 which should not be needed any more.
3123 (package-menu-refresh, package-menu-describe-package): Use user-error.
3124
3125 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
3126 (eshell-post-rewrite-command-hook): Make obsolete.
3127 (eshell-parse-command): Simplify.
3128 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
3129 (eshell--cmd): Declare.
3130 (eshell-parse-pipeline): Remove unused var `final-p'.
3131 Pass a dynvar to eshell-post-rewrite-command-hook.
3132 Implement the new eshell-post-rewrite-command-function.
3133 (eshell-invoke-directly): Remove unused arg `input'.
3134 * eshell/esh-io.el (eshell-io-initialize):
3135 Use eshell-post-rewrite-command-function (bug#15399).
3136 (eshell--apply-redirections): Rename from eshell-apply-redirections;
3137 adjust to new calling convention.
3138 (eshell-create-handles): Rename args to avoid clashing with dynvar
3139 `standard-output'.
3140
3141 2013-09-17 Glenn Morris <rgm@gnu.org>
3142
3143 * simple.el (messages-buffer-mode): New major mode.
3144 (messages-buffer): New function.
3145 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
3146 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
3147 (ert-run-test): Use `messages-buffer' function.
3148 (ert--force-message-log-buffer-truncation): Ignore read-only.
3149 * help.el (view-echo-area-messages): Use `messages-buffer' function.
3150 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
3151
3152 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
3155
3156 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
3157
3158 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * icomplete.el (icomplete-in-buffer): New var.
3161 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
3162 vars and replace them with functions.
3163 (icomplete-minibuffer-setup): Adjust accordingly.
3164 (icomplete--completion-table, icomplete--completion-predicate)
3165 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
3166 New functions.
3167 (icomplete-forward-completions, icomplete-backward-completions)
3168 (icomplete-simple-completing-p, icomplete-exhibit)
3169 (icomplete-completions): Use them.
3170 (icomplete--in-region-buffer): New var.
3171 (icomplete--in-region-setup): New function.
3172 (icomplete-mode): Use it.
3173
3174 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
3175 (bug#15379).
3176 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
3177 return args and options.
3178 (eshell-eval-using-options): Use the new return value of
3179 eshell--do-opts to set the options's vars in their scope.
3180 (eshell--set-option): Rename from eshell-set-option.
3181 Add arg `opt-vals'.
3182 (eshell--process-option): Rename from eshell-process-option.
3183 Add arg `opt-vals'.
3184 (eshell--process-args): Use an `opt-vals' alist to store the options's
3185 values during their processing and return them additionally to the
3186 remaining args.
3187
3188 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
3189
3190 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
3191 continuation character an operator, as far as indentation is
3192 concerned (Bug#15369).
3193
3194 2013-09-15 Martin Rudalics <rudalics@gmx.at>
3195
3196 * window.el (window--state-put-2): Don't process buffer state
3197 when buffer doesn't exist any more (Bug#15382).
3198
3199 2013-09-15 Glenn Morris <rgm@gnu.org>
3200
3201 * eshell/em-unix.el (eshell/rm):
3202 Make -f ignore missing files. (Bug#15373)
3203
3204 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
3205 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
3206 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
3207
3208 2013-09-14 Glenn Morris <rgm@gnu.org>
3209
3210 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
3211
3212 2013-09-13 Glenn Morris <rgm@gnu.org>
3213
3214 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
3215 (dired-guess-default): Make `file' available in the env. (Bug#15363)
3216
3217 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
3218
3219 * frame.el (x-focus-frame): Mark as declared in frame.c.
3220
3221 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * ls-lisp.el: Use advice-add.
3224 (original-insert-directory): Remove.
3225 (ls-lisp--insert-directory): Rename from insert-directory; add
3226 `orig-fun' argument.
3227 (insert-directory): Advise.
3228
3229 2013-09-13 Eli Zaretskii <eliz@gnu.org>
3230
3231 * term.el (term-emulate-terminal): Decode the command string
3232 before passing it to term-command-hook. (Bug#15337)
3233
3234 2013-09-13 Glenn Morris <rgm@gnu.org>
3235
3236 * eshell/esh-util.el (ange-cache): Move declaration earlier.
3237
3238 * eshell/esh-ext.el (eshell-search-path): Declare.
3239
3240 * eshell/em-prompt.el (eshell/pwd): Autoload it.
3241 Otherwise an error occurs if eshell-dirs module not loaded.
3242
3243 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
3244
3245 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
3246
3247 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
3248 `tramp-check-proper-host'. Check for a valid method name.
3249
3250 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3251 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3252 * net/tramp-sh.el (tramp-maybe-open-connection):
3253 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
3254
3255 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
3256 also for hash values.
3257
3258 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 * term/ns-win.el (parameters): Don't declare as dynamic.
3261 (before-make-frame-hook): Don't add ineffective function.
3262
3263 * eshell/*.el: Use lexical-binding (bug#15231).
3264
3265 2013-09-12 Kenichi Handa <handa@gnu.org>
3266
3267 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
3268
3269 2013-09-12 Glenn Morris <rgm@gnu.org>
3270
3271 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
3272 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
3273
3274 * subr.el (do-after-load-evaluation): Also give compiler warnings
3275 when obsolete files are used (except by obsolete files).
3276
3277 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
3278 in the status output, assume `filename' is the first. (Bug#15322)
3279
3280 * vc/vc.el (vc-deduce-fileset): Doc fix.
3281
3282 * calc/calc-help.el (Info-goto-node):
3283 * progmodes/cperl-mode.el (Info-find-node):
3284 * vc/ediff.el (Info-goto-node): Update declarations.
3285
3286 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
3287
3288 * vc/vc-bzr.el (vc-compilation-mode): Declare.
3289 (vc-bzr-pull): Require vc-dispatcher.
3290 * vc/vc-git.el (vc-compilation-mode): Declare.
3291 (vc-git-pull): Require vc-dispatcher.
3292
3293 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
3294
3295 * progmodes/octave.el (help-button-action): Declare.
3296
3297 * shell.el (shell-directory-tracker): Output error as a message
3298 rather than just returning it as a string.
3299 (shell-process-pushd): Remove useless use of message.
3300
3301 * dframe.el (dframe-timer-fn):
3302 * files.el (dir-locals-read-from-file):
3303 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
3304 (mpc-format):
3305 * reveal.el (reveal-post-command):
3306 * saveplace.el (load-save-place-alist-from-file):
3307 * shell.el (shell-resync-dirs):
3308 * w32-common-fns.el (x-get-selection-value):
3309 * emacs-lisp/copyright.el (copyright-find-copyright):
3310 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3311 * emulation/tpu-edt.el (tpu-copy-keyfile):
3312 * play/bubbles.el (bubbles--mark-neighbourhood):
3313 * progmodes/executable.el
3314 (executable-make-buffer-file-executable-if-script-p):
3315 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
3316
3317 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3318
3319 Cleanup Eshell to rely less on dynamic scoping.
3320 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
3321 last-value, and ext-command here. Bind `args' closer to `body'.
3322 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
3323 (eshell--args): Declare new dynamic var.
3324 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
3325 last-value, and ext-command. Pass `args' to `body'.
3326 (eshell-process-args): Bind eshell--args.
3327 (eshell-set-option): Use eshell--args.
3328 * eshell/eshell.el (eshell): Use derived-mode-p.
3329 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
3330 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
3331 (eshell-glob-function): Declare.
3332 * eshell/esh-util.el: Require cl-lib.
3333 (eshell-read-hosts-file): Avoid add-to-list.
3334 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
3335 `err'.
3336 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
3337 Declare.
3338 (eshell/diff): Remove unused var `err'.
3339 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
3340 `killflag'.
3341 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
3342 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
3343 first use.
3344 * eshell/em-glob.el (eshell-glob-matches, message-shown):
3345 Move declaration before first use.
3346 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
3347 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
3348 rely on cl-return.
3349
3350 2013-09-12 Glenn Morris <rgm@gnu.org>
3351
3352 * term/ns-win.el (global-map): Remove binding for ispell-next,
3353 deleted 1999-05-29. (Bug#15357)
3354
3355 2013-09-11 Glenn Morris <rgm@gnu.org>
3356
3357 * echistory.el (electric-command-history): Remove call to deleted func.
3358
3359 * play/landmark.el (landmark-mode): Fix typos.
3360
3361 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
3362 Check cvs-sort-ignore-file is bound.
3363
3364 * savehist.el: No need for cl when compiling on Emacs.
3365
3366 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3369 (bug#15338).
3370 (eshell-self-insert-command, eshell-send-invisible):
3371 Remove unused argument.
3372 (eshell-handle-control-codes): Remove unused var `orig'.
3373 Avoid delete-backward-char.
3374
3375 * files.el (set-auto-mode): Simplify a bit further.
3376
3377 2013-09-11 Glenn Morris <rgm@gnu.org>
3378
3379 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3380 (set-auto-mode): Don't regexp-quote elements.
3381 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3382 * progmodes/cc-mode.el (interpreter-mode-alist):
3383 * progmodes/ruby-mode.el (interpreter-mode-alist):
3384 Revert previous change.
3385
3386 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * play/snake.el (snake-mode):
3389 * play/mpuz.el (mpuz-mode):
3390 * play/landmark.el (lm-mode):
3391 * play/blackbox.el (blackbox-mode):
3392 * play/5x5.el (5x5-mode):
3393 * obsolete/options.el (Edit-options-mode):
3394 * net/quickurl.el (quickurl-list-mode):
3395 * net/newst-treeview.el (newsticker-treeview-mode):
3396 * mail/rmailsum.el (rmail-summary-mode):
3397 * mail/mspools.el (mspools-mode):
3398 * locate.el (locate-mode):
3399 * ibuffer.el (ibuffer-mode):
3400 * emulation/ws-mode.el (wordstar-mode):
3401 * emacs-lisp/debug.el (debugger-mode):
3402 * array.el (array-mode):
3403 * net/eudc.el (eudc-mode): Use define-derived-mode.
3404 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3405 Move initialization into declaration.
3406 (mairix-searches-mode): Use define-derived-mode.
3407 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3408 (eudc-edit-hotlist): Use dolist.
3409 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3410 (Man-mode): Use define-derived-mode.
3411 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3412 (Info-edit-mode): Use define-derived-mode.
3413 (Info-cease-edit): Use Info-mode.
3414 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3415 into declaration.
3416 (eshell-mode): Use define-derived-mode.
3417 * chistory.el (command-history-mode-map): Rename from
3418 command-history-map.
3419 (command-history-mode): Use define-derived-mode.
3420 (Command-history-setup): Remove function.
3421 * calc/calc.el (calc-trail-mode-map): New var.
3422 (calc-trail-mode): Use define-derived-mode.
3423 (calc-trail-buffer): Set calc-main-buffer manually.
3424 * bookmark.el (bookmark-insert-annotation): New function.
3425 (bookmark-edit-annotation): Use it.
3426 (bookmark-edit-annotation-mode): Make it a proper major mode.
3427 (bookmark-send-edited-annotation): Use derived-mode-p.
3428 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3429 closer to its ideal place. Use \' to match EOS.
3430
3431 * profiler.el (profiler-calltree-find): Use function-equal.
3432
3433 2013-09-10 Glenn Morris <rgm@gnu.org>
3434
3435 * files.el (interpreter-mode-alist): Convert to regexps.
3436 (set-auto-mode): Adapt for this. (Bug#15306)
3437 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3438 Comment out unused variable.
3439 * progmodes/cc-mode.el (interpreter-mode-alist):
3440 * progmodes/python.el (interpreter-mode-alist):
3441 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3442 * progmodes/sh-script.el (sh-set-shell):
3443 No longer use interpreter-mode-alist to get list of shells.
3444
3445 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3446
3447 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * simple.el: Use set-temporary-overlay-map for universal-argument.
3450 (universal-argument-map): Don't use default-bindings (bug#15317).
3451 Bind switch-frame explicitly. Replace universal-argument-minus with
3452 a conditional binding.
3453 (universal-argument-num-events, saved-overriding-map): Remove.
3454 (restore-overriding-map): Remove.
3455 (universal-argument--mode): Rename from save&set-overriding-map,
3456 and rewrite.
3457 (universal-argument, universal-argument-more, negative-argument)
3458 (digit-argument): Adjust accordingly.
3459 (universal-argument-minus): Remove.
3460 (universal-argument-other-key): Remove.
3461
3462 * subr.el (with-demoted-errors): Add `format' argument.
3463
3464 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
3465
3466 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
3467 `tramp-cleanup-connection'.
3468
3469 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3470 parameters KEEP-DEBUG and KEEP-PASSWORD.
3471
3472 * net/tramp.el (tramp-file-name-handler):
3473 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3474 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3475 (tramp-maybe-open-connection):
3476 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3477 Use `tramp-cleanup-connection'.
3478
3479 * net/tramp-sh.el (tramp-maybe-open-connection):
3480 Catch 'uname-changed inside the progress reporter.
3481
3482 2013-09-10 Glenn Morris <rgm@gnu.org>
3483
3484 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
3485
3486 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3487 returns "alternate access method" in mode (eg "-rw-r--r--.").
3488
3489 2013-09-08 Glenn Morris <rgm@gnu.org>
3490
3491 * saveplace.el (load-save-place-alist-from-file):
3492 Demote errors. (Bug#15305)
3493
3494 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
3495
3496 Improve compatibility with older Emacsen, and XEmacs.
3497
3498 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3499 only if it is bound. It isn't for XEmacs.
3500 (with-tramp-progress-reporter): Do not let-bind `result'.
3501 This yields to scoping errors in XEmacs.
3502 (tramp-handle-make-auto-save-file-name): New function, moved from
3503 tramp-sh.el.
3504
3505 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3506 for `make-auto-save-file-name'.
3507 (tramp-adb--gnu-switches-to-ash):
3508 Use `tramp-compat-replace-regexp-in-string'.
3509
3510 * net/tramp-cache.el (tramp-cache-print): Call
3511 `substring-no-properties' only if it is bound. It isn't for XEmacs.
3512
3513 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3514 bound. It isn't for XEmacs.
3515
3516 * net/tramp-compat.el (tramp-compat-copy-file):
3517 Catch `wrong-number-of-arguments' error.
3518 (tramp-compat-replace-regexp-in-string): New defun.
3519
3520 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3521 for `make-auto-save-file-name'.
3522 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3523 `copy-file'.
3524 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3525 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3526 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3527
3528 * net/tramp-gw.el (tramp-gw-open-network-stream):
3529 Use `tramp-compat-replace-regexp-in-string'.
3530
3531 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3532 Call `tramp-handle-make-auto-save-file-name'.
3533 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3534 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3535 (tramp-sh-file-inotifywait-process-filter):
3536 Use `tramp-compat-replace-regexp-in-string'.
3537 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3538
3539 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3540 for `make-auto-save-file-name'.
3541 (tramp-smb-handle-copy-directory):
3542 Call `tramp-compat-replace-regexp-in-string'.
3543 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3544 (tramp-smb-handle-copy-file): Improve error message.
3545 (tramp-smb-handle-rename-file): Rename directly only in case
3546 `newname' does not exist yet. This is a restriction of smbclient.
3547 (tramp-smb-maybe-open-connection): Rerun the function only when
3548 `auth-sources' is non-nil.
3549
3550 2013-09-08 Kenichi Handa <handa@gnu.org>
3551
3552 * international/characters.el: Set category "^" (Combining) for
3553 more characters.
3554
3555 2013-09-07 Alan Mackenzie <acm@muc.de>
3556
3557 Correctly fontify Java class constructors.
3558 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3559 in Java Mode.
3560 (c-recognize-typeless-decls): Set the Java value to t.
3561 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3562 While handling a "(", add a check for, effectively, Java, and handle a
3563 "typeless" declaration there.
3564
3565 2013-09-07 Roland Winkler <winkler@gnu.org>
3566
3567 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3568 field subtitle for entry type book.
3569
3570 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * minibuffer.el: Make minibuffer-complete call completion-in-region
3573 rather than other way around.
3574 (completion--some, completion-pcm--find-all-completions):
3575 Don't delay signals when debugging.
3576 (minibuffer-completion-contents): Beware fields within the
3577 minibuffer contents.
3578 (completion-all-sorted-completions): Use defvar-local.
3579 (completion--do-completion, completion--cache-all-sorted-completions)
3580 (completion-all-sorted-completions, minibuffer-force-complete):
3581 Add args `beg' and `end'.
3582 (completion--in-region-1): New fun, extracted from minibuffer-complete.
3583 (minibuffer-complete): Use completion-in-region.
3584 (completion-complete-and-exit): New fun, extracted from
3585 minibuffer-complete-and-exit.
3586 (minibuffer-complete-and-exit): Use it.
3587 (completion--complete-and-exit): Rename from
3588 minibuffer--complete-and-exit.
3589 (completion-in-region--single-word): New function, extracted from
3590 minibuffer-complete-word.
3591 (minibuffer-complete-word): Use it.
3592 (display-completion-list): Make `common-substring' argument obsolete.
3593 (completion--in-region): Call completion--in-region-1 instead of
3594 minibuffer-complete.
3595 (completion-help-at-point): Pass boundaries to
3596 minibuffer-completion-help as args rather than via an overlay.
3597 (completion-pcm--string->pattern): Use `any-delim'.
3598 (completion-pcm--optimize-pattern): New function.
3599 (completion-pcm--pattern->regex): Handle `any-delim'.
3600 * icomplete.el (icomplete-forward-completions)
3601 (icomplete-backward-completions, icomplete-completions):
3602 Adjust calls to completion-all-sorted-completions and
3603 completion--cache-all-sorted-completions.
3604 (icomplete-with-completion-tables): Default to t.
3605 * emacs-lisp/crm.el (crm--current-element): Rename from
3606 crm--select-current-element. Don't put an overlay but return the
3607 boundaries instead.
3608 (crm--completion-command): Take two new args to bind to the boundaries.
3609 (crm-completion-help): Adjust accordingly.
3610 (crm-complete): Use completion-in-region.
3611 (crm-complete-word): Use completion-in-region--single-word.
3612 (crm-complete-and-exit): Use completion-complete-and-exit.
3613
3614 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3617 than dynamically.
3618
3619 2013-09-06 Juri Linkov <juri@jurta.org>
3620
3621 * info.el (Info-display-images-node): When image file doesn't exist
3622 display text version of the image if it's provided in the Info file.
3623 Otherwise, display the location of missing image from SRC attribute.
3624 Add help-echo text property from ALT attribute. (Bug#15279)
3625
3626 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3629 (edit-abbrevs-mode): Use define-derived-mode.
3630
3631 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3632 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3633 that it's defined.
3634 (epa-key-list-mode, epa-key-mode, epa-info-mode):
3635 Use define-derived-mode.
3636
3637 * epg.el (epg-start-encrypt): Minor CSE simplification.
3638
3639 2013-09-06 William Xu <william.xwl@gmail.com>
3640
3641 * arc-mode.el: Add support for 7za (bug#15264).
3642 (archive-7z-program): New var.
3643 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3644 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3645 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3646
3647 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
3648
3649 Remove URL syntax.
3650
3651 * net/tramp.el (tramp-syntax, tramp-prefix-format)
3652 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3653 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3654 (tramp-postfix-host-format, tramp-file-name-regexp)
3655 (tramp-completion-file-name-regexp)
3656 (tramp-completion-dissect-file-name)
3657 (tramp-handle-substitute-in-file-name): Remove 'url case.
3658 (tramp-file-name-regexp-url)
3659 (tramp-completion-file-name-regexp-url): Remove constants.
3660
3661 2013-09-06 Glenn Morris <rgm@gnu.org>
3662
3663 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
3664
3665 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
3666
3667 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3668 keywords" below "here-doc beginnings" (Bug#15270).
3669
3670 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 * subr.el (pop): Use `car-safe'.
3673 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3674 to detect unused `pop' return value.
3675
3676 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3677 var `block-regexp'.
3678 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3679 (python-fill-string): Remove unused var `marker'.
3680 (python-skeleton-add-menu-items): Remove unused var `items'.
3681
3682 * international/mule-cmds.el: Require CL.
3683 (find-coding-systems-for-charsets): Avoid add-to-list.
3684 (sanitize-coding-system-list): New function, extracted from
3685 select-safe-coding-system-interactively.
3686 (select-safe-coding-system-interactively): Use it.
3687 (read-input-method-name): Accept symbols for `default'.
3688
3689 * emacs-lisp/advice.el (defadvice): Add indent rule.
3690
3691 2013-09-05 Daniel Hackney <dan@haxney.org>
3692
3693 * dired-x.el:
3694 * net/ange-ftp.el:
3695 * net/browse-url.el:
3696 * net/dbus.el:
3697 * net/eudc.el:
3698 * net/eudcb-ldap.el:
3699 * net/eww.el:
3700 * net/imap.el:
3701 * printing.el:
3702 * vc/ediff-diff.el:
3703 * vc/ediff-init.el:
3704 * vc/ediff-merg.el:
3705 * vc/ediff-mult.el:
3706 * vc/ediff-util.el:
3707 * vc/ediff-wind.el:
3708 * vc/ediff.el:
3709 * vc/emerge.el:
3710 * vc/pcvs.el:
3711 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3712 byte compiler. Remove some unused let-bound variables.
3713
3714 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3717 a "ref-cell", since it gets better optimized (bug#14883).
3718
3719 2013-09-05 Glenn Morris <rgm@gnu.org>
3720
3721 * progmodes/cc-awk.el (c-forward-sws): Declare.
3722
3723 2013-09-04 Glenn Morris <rgm@gnu.org>
3724
3725 * generic-x.el [rul-generic-mode]: Require cc-mode.
3726 (c++-mode-syntax-table): Declare.
3727 (rul-generic-mode-syntax-table): Init in the defvar.
3728
3729 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3730
3731 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3732 (vc-do-command, vc-set-async-update):
3733 * vc/vc-mtn.el (vc-mtn-dir-status):
3734 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3735 (vc-hg-pull, vc-hg-merge-branch):
3736 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3737 (vc-git-merge-branch):
3738 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3739 (vc-cvs-dir-status-files):
3740 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3741 (vc-bzr-dir-status-files):
3742 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3743 * vc/vc-annotate.el: Use lexical-binding.
3744 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3745 (vc-sentinel-movepoint): Declare.
3746 (vc-annotate): Don't use `goto-line'.
3747 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3748 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3749 (vc-sentinel-movepoint): Declare.
3750 * vc/vc-svn.el: Use lexical-binding.
3751 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3752 * vc/vc-sccs.el:
3753 * vc/vc-rcs.el: Use lexical-binding.
3754
3755 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3756 `deleted'. Don't drop errors silently.
3757
3758 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3759
3760 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
3761
3762 * vc/vc.el (vc-ignore): Rewrite.
3763 (vc-default-ignore): New function.
3764 (vc-default-ignore-completion-table): Use find-ignore-file.
3765
3766 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3767 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3768 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3769 Remove. Most code moved to vc.el.
3770
3771 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3774 * net/tramp-smb.el (tramp-smb-get-file-entries):
3775 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3776 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3777
3778 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3779 Update call to it.
3780 (eww-change-select): Remove unused var `properties'.
3781 (eww-make-unique-file-name): Remove unused var `base'.
3782
3783 * finder.el (finder-compile-keywords): Don't mess with windows.
3784
3785 * calculator.el (calculator-funcall): Fix typo in last change.
3786
3787 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3788
3789 * emacs-lisp/package.el (package-activate-1): Don't let a missing
3790 <pkg>-autoloads.el file stop us.
3791
3792 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3793 warnings, and factor out common code.
3794
3795 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
3796
3797 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3798 two-character operators and whether the character preceding them
3799 changes their meaning (Bug#15208).
3800
3801 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3802
3803 Format code sent to Python shell for robustness.
3804 * progmodes/python.el (python-shell-buffer-substring):
3805 New function.
3806 (python-shell-send-region, python-shell-send-buffer): Use it.
3807
3808 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
3809
3810 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3811 * net/tramp.el (tramp-user-error): ... here.
3812 (tramp-find-method, tramp-check-proper-host)
3813 (tramp-dissect-file-name, tramp-debug-message)
3814 (tramp-handle-shell-command):
3815 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3816 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3817
3818 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3819
3820 2013-09-02 Martin Rudalics <rudalics@gmx.at>
3821
3822 * avoid.el (mouse-avoidance-point-position)
3823 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3824 returns nil.
3825
3826 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3827
3828 * progmodes/python.el (python-shell-completion-get-completions):
3829 Drop use of deleted `comint-last-prompt-overlay'.
3830 (python-nav-if-name-main): New command.
3831
3832 2013-09-01 Glenn Morris <rgm@gnu.org>
3833
3834 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3835 Avoid leading space in $wins. Otherwise the sed command used by
3836 eg compile-main ends up containing "/*.el". (Bug#15170)
3837
3838 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3839
3840 2013-08-30 Glenn Morris <rgm@gnu.org>
3841
3842 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3843 Fix is-this-a-directory logic. (Bug#15220)
3844
3845 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3846
3847 * textmodes/css-mode.el: Use SMIE.
3848 (css-smie-grammar): New var.
3849 (css-smie--forward-token, css-smie--backward-token)
3850 (css-smie-rules): New functions.
3851 (css-mode): Use them.
3852 (css-navigation-syntax-table): Remove var.
3853 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3854 (css-indent-calculate, css-indent-line): Remove functions.
3855
3856 Misc changes to reduce use of `(lambda...); and other cleanups.
3857 * cus-edit.el: Use lexical-binding.
3858 (customize-push-and-save, customize-apropos)
3859 (custom-buffer-create-internal): Use closures.
3860 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3861 * progmodes/ada-xref.el: Use setq.
3862 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3863 * dframe.el: Use lexical-binding.
3864 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3865 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3866 * descr-text.el: Use lexical-binding.
3867 (describe-text-widget, describe-text-sexp, describe-property-list):
3868 Use closures.
3869 * comint.el (comint-history-isearch-push-state): Use a closure.
3870 * calculator.el: Use lexical-binding.
3871 (calculator-number-to-string): Make it work with lexical-binding.
3872 (calculator-funcall): Same and use cl-letf.
3873
3874 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3875 (lisp--company-doc-string, lisp--company-location): New functions.
3876 (lisp-completion-at-point): Use them to improve Company support.
3877
3878 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3879 params of lambda expressions.
3880 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3881 (ruby-smie--opening-pipe-p): New function.
3882 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3883 symbols and matched |...| for formal params.
3884 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3885 from being treated as hanging. Handle "rescue".
3886
3887 2013-08-29 Glenn Morris <rgm@gnu.org>
3888
3889 * progmodes/cc-engine.el (c-pull-open-brace):
3890 Move definition before use.
3891
3892 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3895 are immutable. Don't use `unsafe' any more.
3896 (cl--defsubst-expand): Don't substitute at the same time as keeping
3897 a residual unused let-binding. Don't use `unsafe' any more.
3898
3899 2013-08-29 Glenn Morris <rgm@gnu.org>
3900
3901 * calendar/cal-china.el (calendar-chinese-year-cache):
3902 Recenter on 2015.
3903
3904 * nxml/nxml-util.el (nxml-debug-clear-inside):
3905 Use cl-loop rather than loop.
3906
3907 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3908
3909 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3910
3911 2013-08-28 Glenn Morris <rgm@gnu.org>
3912
3913 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3914
3915 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3916
3917 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3918
3919 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * simple.el (repeat-complex-command--called-interactively-skip):
3922 New function.
3923 (repeat-complex-command): Use it (bug#14136).
3924
3925 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3926 (c-define-abbrev-table): Add `doc' argument.
3927 (c-mode-abbrev-table, c++-mode-abbrev-table)
3928 (objc-mode-abbrev-table, java-mode-abbrev-table)
3929 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3930 (awk-mode-abbrev-table): Use it.
3931 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3932 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3933 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3934 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3935 Move initialization into the declaration; and remove any
3936 autoload cookie.
3937
3938 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3939 and dynamic let binding.
3940
3941 * vc/smerge-mode.el: Remove redundant :group args.
3942
3943 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3944 to load-path.
3945
3946 2013-08-28 Juri Linkov <juri@jurta.org>
3947
3948 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3949 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3950 (isearch-other-meta-char): Handle an undefined shifted printing
3951 character by downshifting it. (Bug#15200)
3952
3953 2013-08-28 Juri Linkov <juri@jurta.org>
3954
3955 * isearch.el (isearch-search): Change regexp error message for
3956 non-regexp searches. (Bug#15166)
3957
3958 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3959
3960 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3961 for portability to hosts where /bin/sh has problems.
3962
3963 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3964
3965 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3966
3967 2013-08-27 Juri Linkov <juri@jurta.org>
3968
3969 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3970 in the keyboard macro. (Bug#15126)
3971
3972 2013-08-27 Juri Linkov <juri@jurta.org>
3973
3974 * isearch.el (isearch-quote-char): Comment out converting unibyte
3975 to multibyte, thus syncing with its `quoted-insert' counterpart.
3976 (Bug#15166)
3977
3978 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3979
3980 * window.el (display-buffer-use-some-window): Add missing
3981 argument in call of get-largest-window (Bug#15185).
3982 Reported by Stephen Leake.
3983
3984 2013-08-27 Glenn Morris <rgm@gnu.org>
3985
3986 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3987
3988 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3991 from a matcher-function unless there's no more matches (bug#15161).
3992
3993 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3994
3995 * minibuffer.el: Revert change from 2013-08-20.
3996
3997 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3998 with text property `tramp-default', if appropriate.
3999 (tramp-check-proper-host): New defun.
4000 (tramp-dissect-file-name): Do not check hostname. Revert change
4001 of 2013-03-18.
4002 (tramp-backtrace): Make VEC-OR-PROC optional.
4003
4004 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4005 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4006 * net/tramp-sh.el (tramp-maybe-open-connection):
4007 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4008 Apply `tramp-check-proper-host'.
4009
4010 2013-08-26 Tassilo Horn <tsdh@gnu.org>
4011
4012 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
4013 lambda expression in order to have `describe-variable' display it.
4014
4015 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
4016
4017 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
4018 BUF can be optional. (Bug#15186)
4019
4020 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
4021
4022 * progmodes/flymake.el (flymake-get-real-file-name-function):
4023 Fix broken customization. (Bug#15184)
4024
4025 2013-08-25 Alan Mackenzie <acm@muc.de>
4026
4027 Improve indentation of bracelists defined by macros (without "=").
4028
4029 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
4030 expansion begins with "{", regard it as bracelist when it doesn't
4031 contain a ";".
4032
4033 Parse C++ inher-intro when there's a template split over 2 lines.
4034
4035 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
4036 rigorously the search for "class" etc. followed by ":".
4037
4038 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
4039 random languages a regexp which never matches rather than nil.
4040
4041 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
4042
4043 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
4044 (c-awk-regexp-one-line-possibly-open-char-list-re)
4045 (c-awk-one-line-possibly-open-regexp-re)
4046 (c-awk-one-line-non-syn-ws*-re): Remove.
4047 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
4048 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
4049 (c-awk-space*-unclosed-regexp-/-re): New constants.
4050 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
4051 aren't regexp delimiters.
4052
4053 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
4054 handling for a rare situation in AWK Mode involving unterminated
4055 strings/regexps.
4056
4057 2013-08-23 Glenn Morris <rgm@gnu.org>
4058
4059 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
4060
4061 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
4062
4063 * files.el (create-file-buffer): If the result would begin with
4064 spaces, prepend a "|" instead of removing them. (Bug#15162)
4065
4066 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
4069 text-properties (bug#15155).
4070
4071 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
4072 exist any more.
4073 (calc-keypad-redraw): Remove unused var `pad'.
4074 (calc-keypad-press): Remove unused var `menu'.
4075
4076 2013-08-23 Martin Rudalics <rudalics@gmx.at>
4077
4078 * window.el (display-buffer-pop-up-frame):
4079 Call pop-up-frame-function with BUFFER current so `make-frame' will
4080 use it as the new frame's buffer (Bug#15133).
4081
4082 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * calendar/timeclock.el: Minor cleanups.
4085 (timeclock-ask-before-exiting, timeclock-use-display-time):
4086 Use `symbol'.
4087 (timeclock-modeline-display): Define as alias before the
4088 actual definition.
4089 (timeclock-mode-line-display): Use define-minor-mode.
4090 (timeclock-day-list-template): Make it a function, add an argument.
4091 (timeclock-day-list-required, timeclock-day-list-length)
4092 (timeclock-day-list-debt, timeclock-day-list-span)
4093 (timeclock-day-list-break): Adjust calls accordingly.
4094
4095 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
4098 Use read--expression so that completion works again.
4099
4100 2013-08-21 Sam Steingold <sds@gnu.org>
4101
4102 Add rudimentary inferior shell interaction
4103 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
4104 (sh-set-shell): Reset it.
4105 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
4106 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
4107
4108 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * align.el: Use lexical-binding.
4111 (align-region): Simplify accordingly.
4112
4113 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
4114
4115 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
4116
4117 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
4118 `non-essential' up.
4119
4120 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
4121
4122 * net/tramp.el:
4123 * net/tramp-adb.el:
4124 * net/tramp-cmds.el:
4125 * net/tramp-ftp.el:
4126 * net/tramp-gvfs.el:
4127 * net/tramp-gw.el:
4128 * net/tramp-sh.el: Don't wrap external variable declarations by
4129 `eval-when-compile'.
4130
4131 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4132
4133 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
4134 now that Emacs supports ImageMagick animations.
4135
4136 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
4137
4138 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
4139 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
4140
4141 2013-08-16 Martin Rudalics <rudalics@gmx.at>
4142
4143 * window.el (mouse-autoselect-window-select): Do autoselect when
4144 mouse pointer is on margin.
4145
4146 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
4147
4148 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
4149
4150 2013-08-16 Glenn Morris <rgm@gnu.org>
4151
4152 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
4153 Handle "Remote Directory" response of some clients. (Bug#15058)
4154
4155 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
4156 Tweak warning. (Bug#14926)
4157
4158 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
4159 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
4160
4161 * image-mode.el (image-mode-map): Add menu items to reverse,
4162 increase, decrease, reset animation speed.
4163 (image--set-speed, image-increase-speed, image-decrease-speed)
4164 (image-reverse-speed, image-reset-speed): New functions.
4165 (image-mode-map): Add bindings for speed commands.
4166
4167 * image.el (image-animate-get-speed, image-animate-set-speed):
4168 New functions.
4169 (image-animate-timeout): Respect image :speed property.
4170
4171 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
4174 previous line (bug#15101).
4175 (debugger-eval-expression, debugger-record-expression):
4176 Use read--expression (bug#15102).
4177
4178 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
4179
4180 Remove byte compiler warnings, visible when compiling with
4181 `byte-compile-force-lexical-warnings' set to t.
4182
4183 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
4184 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
4185 (tramp-handle-unhandled-file-name-directory)
4186 (tramp-handle-file-notify-add-watch, tramp-action-login)
4187 (tramp-action-succeed, tramp-action-permission-denied)
4188 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
4189 arguments with "_".
4190
4191 * net/tramp-adb.el (tramp-adb-parse-device-names)
4192 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
4193 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
4194 (tramp-adb-handle-file-truename): Remove unused arguments.
4195
4196 * net/tramp-cache.el (tramp-flush-directory-property)
4197 (tramp-flush-connection-property, tramp-list-connections)
4198 (tramp-parse-connection-properties): Prefix unused arguments with "_".
4199
4200 * net/tramp-compat.el (tramp-compat-make-temp-file):
4201 Rename FILENAME to F.
4202
4203 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4204 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
4205 (tramp-zeroconf-parse-workstation-device-names)
4206 (tramp-zeroconf-parse-webdav-device-names)
4207 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
4208
4209 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4210 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
4211
4212 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
4213 arguments.
4214 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
4215 (tramp-sh-handle-insert-file-contents-literally)
4216 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
4217 with "_".
4218 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
4219 Remove unused variables.
4220
4221 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4222 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
4223 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
4224
4225 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
4226 Make them a defconst.
4227 (tramp-uuencode-region): Remove unused variable.
4228
4229 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
4230
4231 * frameset.el (frameset--prop-setter): New function.
4232 (frameset-prop): Add gv-setter declaration.
4233 (frameset-filter-minibuffer): Deal with the case that the minibuffer
4234 parameter was already set in FILTERED. Doc fix.
4235 (frameset--record-minibuffer-relationships): Allow saving a
4236 minibufferless frame without its corresponding minibuffer frame.
4237 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
4238 frame, if the frame id matches.
4239 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
4240 frames before orphaned ones.
4241 (frameset-restore): Warn about orphaned windows, instead of error out.
4242
4243 2013-08-14 Martin Rudalics <rudalics@gmx.at>
4244
4245 * window.el (window-make-atom): Don't overwrite parameter
4246 already present.
4247 (display-buffer-in-atom-window): Handle special case where we
4248 split an already atomic window.
4249 (window--major-non-side-window, display-buffer-in-side-window)
4250 (window--side-check): Ignore minibuffer window when walking
4251 window tree.
4252 (window-deletable-p): Return 'frame only if no other frame uses
4253 our minibuffer window.
4254 (record-window-buffer): Run buffer-list-update-hook.
4255 (split-window): Make sure window--check-frame won't destroy an
4256 existing atomic window in case the new window gets nested
4257 inside.
4258 (display-buffer-at-bottom): Ignore minibuffer window when
4259 walking window tree. Don't split a side window.
4260 (pop-to-buffer): Don't set-buffer here, the select-window call
4261 should do that.
4262 (mouse-autoselect-window-select): Autoselect only if we are in the
4263 text portion of the window.
4264
4265 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4266
4267 * net/shr.el (shr-parse-image-data): New function to grab both the
4268 data itself and the Content-Type.
4269 (shr-put-image): Use it.
4270
4271 * net/eww.el (eww-display-image): Ditto.
4272
4273 * image.el (image-content-type-suffixes): New variable.
4274
4275 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4276
4277 * progmodes/python.el (python-imenu--build-tree)
4278 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
4279
4280 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
4281
4282 * simple.el (backward-word): Mention the optional argument.
4283
4284 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4285
4286 * frameset.el (frameset--make): Rename constructor from make-frameset.
4287 (frameset-p, frameset-valid-p): Don't autoload.
4288 (frameset-valid-p): Use normal accessors.
4289
4290 2013-08-13 Glenn Morris <rgm@gnu.org>
4291
4292 * progmodes/compile.el (compile-command): Tweak example in doc.
4293 * obsolete/scribe.el (scribe-mode):
4294 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
4295
4296 * mail/feedmail.el (feedmail-confirm-outgoing)
4297 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
4298
4299 * cus-start.el (truncate-partial-width-windows): Fix type.
4300
4301 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
4302
4303 * net/shr.el (shr-table-horizontal-line): Fix custom type.
4304
4305 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * emacs-lisp/timer.el (timer--time-setter): New function.
4308 (timer--time): Use it as gv-setter.
4309
4310 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
4311 setter is not a symbol.
4312
4313 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
4314
4315 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
4316 if sending fails. This makes debugging easier.
4317
4318 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
4319
4320 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
4321 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
4322 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
4323
4324 2013-08-12 Eli Zaretskii <eliz@gnu.org>
4325
4326 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
4327
4328 2013-08-12 Glenn Morris <rgm@gnu.org>
4329
4330 * format.el (format-annotate-function):
4331 Handle read-only text properties in the source. (Bug#14887)
4332
4333 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4334
4335 * net/eww.el (eww-display-html): Ignore coding system errors.
4336 One web site uses "utf-8lias" as the coding system.
4337
4338 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
4341
4342 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
4343
4344 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
4345 (tutorial--detailed-help): Remove unused local variables.
4346 (tutorial--save-tutorial-to): Use ignore-errors.
4347 (help-with-tutorial): Use looking-at-p.
4348
4349 * view.el (view-buffer-other-window, view-buffer-other-frame):
4350 Mark unused arguments.
4351
4352 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
4353 (woman-select-symbol-fonts, woman, woman-find-file)
4354 (woman-insert-file-contents, woman-non-underline-faces):
4355 Use string-match-p.
4356 (woman1-unquote): Move declaration.
4357
4358 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
4359 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
4360 argument. Remove unused local variable.
4361 (xml-parse-elem-type): Use string-match-p.
4362 (xml-substitute-numeric-entities): Use ignore-errors.
4363
4364 * calculator.el (calculator): Mark unused argument.
4365 (calculator-paste, calculator-quit, calculator-integer-p):
4366 Use ignore-errors.
4367 (calculator-string-to-number, calculator-decimal, calculator-exp)
4368 (calculator-op-or-exp): Use string-match-p.
4369
4370 * dired.el (dired-buffer-more-recently-used-p): Declare.
4371 (dired-insert-set-properties, dired-insert-old-subdirs):
4372 Use ignore-errors.
4373
4374 * dired-aux.el (dired-compress): Use ignore-errors.
4375 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4376 (dired-do-async-shell-command, dired-do-shell-command)
4377 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4378 (dired-insert-subdir-validate): Use string-match-p.
4379 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4380 (dired-add-entry): Use string-match-p, looking-at-p.
4381 (dired-insert-subdir-newpos): Remove unused local variable.
4382
4383 * filenotify.el (file-notify-callback): Remove unused local variable.
4384
4385 * filesets.el (filesets-error): Mark unused argument.
4386 (filesets-which-command-p, filesets-filter-dir-names)
4387 (filesets-directory-files, filesets-get-external-viewer)
4388 (filesets-ingroup-get-data): Use string-match-p.
4389
4390 * find-file.el (ff-other-file-name, ff-other-file-name)
4391 (ff-find-the-other-file, ff-cc-hh-converter):
4392 Remove unused local variables.
4393 (ff-get-file-name): Use string-match-p.
4394 (ff-all-dirs-under): Use ignore-errors.
4395
4396 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4397 (follow-select-if-visible): Remove unused local variable.
4398
4399 * forms.el (read-file-filter): Move declaration.
4400 (forms--make-format, forms--make-parser, forms-insert-record):
4401 Quote function with #'.
4402 (forms--update): Use string-match-p. Quote function with #'.
4403
4404 * help-mode.el (help-dir-local-var-def): Mark unused argument.
4405 (help-make-xrefs): Use looking-at-p.
4406 (help-xref-on-pp): Use looking-at-p, ignore-errors.
4407
4408 * ibuffer.el (ibuffer-ext-visible-p): Declare.
4409 (ibuffer-confirm-operation-on): Use string-match-p.
4410
4411 * msb.el (msb-item-handler, msb-dired-item-handler):
4412 Mark unused arguments.
4413
4414 * ses.el (ses-decode-cell-symbol)
4415 (ses-kill-override): Remove unused local variable.
4416 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4417 (ses-load): Use ignore-errors, looking-at-p.
4418 (ses-jump-safe): Use ignore-errors.
4419 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4420
4421 * tabify.el (untabify, tabify): Mark unused arguments.
4422
4423 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4424 Mark unused argument.
4425 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4426 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4427
4428 * emacs-lisp/timer.el (timer--time): Define setter with
4429 gv-define-setter to avoid deprecation warning.
4430
4431 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
4432 (*record-cmpl-statistics-p*): Remove (was commented out).
4433 (cmpl-statistics-block): Remove (body was commented out).
4434 All callers changed.
4435 (add-completions-from-buffer, load-completions-from-file):
4436 Remove unused variables.
4437
4438 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4439
4440 * filecache.el (file-cache-delete-file-list):
4441 Print message only when told so.
4442 (file-cache-files-matching): Use #' in mapconcat argument.
4443
4444 * ffap.el (ffap-url-at-point): Fix reference to variable
4445 thing-at-point-default-mail-uri-scheme.
4446
4447 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * subr.el (define-error): New function.
4450 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4451 error-file-not-found and define with define-error.
4452 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4453 and define with define-error.
4454 * userlock.el (file-locked, file-supersession):
4455 * simple.el (mark-inactive):
4456 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4457 * progmodes/ada-mode.el (ada-mode-errors):
4458 * play/life.el (life-extinct):
4459 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4460 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4461 * nxml/rng-util.el (rng-error):
4462 * nxml/rng-uri.el (rng-uri-error):
4463 * nxml/rng-match.el (rng-compile-error):
4464 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4465 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4466 * nxml/nxml-rap.el (nxml-scan-error):
4467 * nxml/nxml-outln.el (nxml-outline-error):
4468 * net/soap-client.el (soap-error):
4469 * net/gnutls.el (gnutls-error):
4470 * net/ange-ftp.el (ftp-error):
4471 * mpc.el (mpc-proc-error):
4472 * json.el (json-error, json-readtable-error, json-unknown-keyword)
4473 (json-number-format, json-string-escape, json-string-format)
4474 (json-key-format, json-object-format):
4475 * jka-compr.el (compression-error):
4476 * international/quail.el (quail-error):
4477 * international/kkc.el (kkc-error):
4478 * emacs-lisp/ert.el (ert-test-failed):
4479 * calc/calc.el (calc-error, inexact-result, math-overflow)
4480 (math-underflow):
4481 * bookmark.el (bookmark-error-no-filename):
4482 * epg.el (epg-error): Define with define-error.
4483
4484 * time.el (display-time-event-handler)
4485 (display-time-next-load-average): Don't call sit-for since it seems
4486 unnecessary (bug#15045).
4487
4488 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4489 Use #' instead of ' to quote functions.
4490 (checkdoc-output-mode): Use setq-local.
4491 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4492 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4493 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4494 (checkdoc-ispell, checkdoc-ispell-current-buffer)
4495 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4496 (checkdoc-ispell-message-text, checkdoc-ispell-start)
4497 (checkdoc-ispell-continue, checkdoc-ispell-comments)
4498 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4499
4500 * ido.el (ido-completion-help): Fix up compiler warning.
4501
4502 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4503
4504 * frameset.el (frameset-p): Add autoload cookie.
4505 (frameset--jump-to-register): New function, based on code moved from
4506 register.el.
4507 (frameset-to-register): Move from register.el. Adapt to `registerv'.
4508
4509 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4510 (frameset-restore, frameset-save, frameset-session-filter-alist):
4511 Remove declarations.
4512 (register-alist): Doc fix.
4513 (frameset-to-register): Move to frameset.el.
4514 (jump-to-register, describe-register-1): Remove frameset-specific code.
4515
4516 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * allout-widgets.el (allout-widgets-pre-command-business)
4519 (allout-widgets-post-command-business)
4520 (allout-widgets-after-change-handler)
4521 (allout-decorate-item-and-context, allout-set-boundary-marker)
4522 (allout-body-modification-handler)
4523 (allout-graphics-modification-handler): Mark ignored arguments.
4524 (allout-widgets-post-command-business)
4525 (allout-widgets-exposure-change-processor)
4526 (allout-widgets-exposure-undo-processor)
4527 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4528 (allout-parse-item-at-point, allout-decorate-item-guides)
4529 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4530 * allout.el (epa-passphrase-callback-function): Declare.
4531 (allout-overlay-insert-in-front-handler)
4532 (allout-overlay-interior-modification-handler)
4533 (allout-isearch-end-handler, allout-chart-siblings)
4534 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4535 (allout-yank-processing, allout-process-exposed)
4536 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4537 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4538 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4539 (lisp-indent-defform): Mark ignored arguments.
4540 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
4541 (calculate-lisp-indent): Remove unused variables.
4542 * international/characters.el (indian-2-column, arabic-2-column)
4543 (tibetan): Mark ignored arguments.
4544 (use-cjk-char-width-table): Mark ignored arguments.
4545 Remove unused variables.
4546 * international/fontset.el (build-default-fontset-data)
4547 (x-compose-font-name, create-fontset-from-fontset-spec):
4548 Mark ignored arguments.
4549 (fontset-plain-name): Remove unused variables.
4550 * international/mule.el (charset-id, charset-bytes, generic-char-p)
4551 (keyboard-coding-system): Mark ignored arguments.
4552 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
4553 * help.el (resize-temp-buffer-window):
4554 * window.el (display-buffer-in-major-side-window)
4555 (display-buffer-in-side-window, display-buffer-in-previous-window):
4556 Remove unused variables.
4557 * isearch.el (isearch-forward-symbol):
4558 * version.el (emacs-bzr-version-bzr):
4559 * international/mule-cmds.el (current-language-environment):
4560 * term/common-win.el (x-handle-iconic, x-handle-geometry)
4561 (x-handle-display):
4562 * term/pc-win.el (x-list-fonts, x-display-planes)
4563 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4564 (x-server-version, x-display-screens, x-display-mm-height)
4565 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4566 (x-selection-owner-p, x-own-selection-internal)
4567 (x-disown-selection-internal, x-get-selection-internal)
4568 (msdos-initialize-window-system):
4569 * term/tty-colors.el (tty-color-alist, tty-color-clear):
4570 * term/x-win.el (x-handle-no-bitmap-icon):
4571 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4572 (vc-default-find-file-hook, vc-default-extra-menu):
4573 Mark ignored arguments.
4574
4575 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4578 break-condition in the context of the debugged code (bug#12685).
4579
4580 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
4581
4582 * comint.el:
4583 Do not use an overlay to highlight the last prompt. (Bug#14744)
4584 (comint-mode): Make comint-last-prompt buffer local.
4585 (comint-last-prompt): New variable.
4586 (comint-last-prompt-overlay): Remove. Superseded by
4587 comint-last-prompt.
4588 (comint-snapshot-last-prompt, comint-output-filter):
4589 Use comint-last-prompt.
4590
4591 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4592
4593 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
4594 (frameset-save): Check validity of the resulting frameset.
4595
4596 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
4597
4598 * ido.el (ido-record-command): Add doc string.
4599
4600 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4601
4602 * frameset.el (frameset): Do not disable creation of the default
4603 frameset-p predicate. Doc fix.
4604 (frameset-valid-p): New function, copied from the old predicate-p.
4605 Add additional checks.
4606 (frameset-restore): Check with frameset-valid-p.
4607 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4608 (frameset-name, frameset-description, frameset-properties)
4609 (frameset-states): Add docstring.
4610 (frameset-session-filter-alist, frameset-persistent-filter-alist)
4611 (frameset-filter-alist): Doc fixes.
4612
4613 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4614
4615 * frameset.el (frameset-p, frameset-prop): Doc fixes.
4616
4617 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4620 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4621 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4622 (byte-compile-normal-call): Remove obsolescence check.
4623
4624 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4625
4626 * frameset.el (frameset-restore): Doc fix.
4627
4628 * register.el (frameset-frame-id, frameset-frame-with-id)
4629 (frameset-p, frameset-restore, frameset-save): Declare.
4630 (register-alist): Document framesets.
4631 (frameset-session-filter-alist): Declare.
4632 (frameset-to-register): New function.
4633 (jump-to-register): Implement jumping to framesets. Doc fix.
4634 (describe-register-1): Describe framesets.
4635
4636 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4637
4638 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
4639
4640 * desktop.el (desktop-save-frameset): Use new frameset-save args.
4641 Use lexical-binding.
4642
4643 * frameset.el (frameset): Use type vector, not list (incompatible
4644 change). Do not declare a new constructor, use the default one.
4645 Upgrade suggested properties `app', `name' and `desc' to slots `app',
4646 `name' and `description', respectively, and add read-only slot
4647 `timestamp'. Doc fixes.
4648 (frameset-copy, frameset-persistent-filter-alist)
4649 (frameset-filter-alist, frameset-switch-to-gui-p)
4650 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4651 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4652 (frameset-filter-iconified, frameset-keep-original-display-p):
4653 Doc fixes.
4654 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4655 Rename from frameset-filter-(save|restore)-param. All callers changed.
4656 Doc fix.
4657 (frameset-p): Adapt to change to vector and be more thorough.
4658 Change arg name to OBJECT. Doc fix.
4659 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
4660 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4661 All callers changed.
4662 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4663 All callers changed.
4664 (frameset--record-minibuffer-relationships): Rename from
4665 frameset--process-minibuffer-frames. All callers changed.
4666 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4667 Use new default constructor (again). Doc fix.
4668 (frameset--find-frame-if): Rename from `frameset--find-frame.
4669 All callers changed.
4670 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4671 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4672 Doc fix.
4673 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4674 PARAMETERS and WINDOW-STATE, respectively.
4675 (frameset-restore): Add new keyword argument PREDICATE.
4676 Reset frameset--target-display to nil. Doc fix.
4677
4678 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4681 (bat-mode): Use it.
4682 (bat-mode-syntax-table): Mark \n as end-of-comment.
4683 (bat-font-lock-keywords): Remove comment rule.
4684
4685 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
4686 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
4687
4688 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4689 (byte-compile-callargs-warn): Use `push'.
4690 (byte-compile-arglist-warn): Ignore higher-order "calls".
4691 (byte-compile-file-form-autoload): Use `pcase'.
4692 (byte-compile-function-form): If quoting a symbol, check that it exists.
4693
4694 2013-08-07 Eli Zaretskii <eliz@gnu.org>
4695
4696 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4697 and add a few popular commands found in batch files.
4698 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4699 (dos-mode): Doc fixes.
4700
4701 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4704 (dos-mode): Use setq-local. Add space after "rem".
4705 (dos-mode-syntax-table): Don't use "w" for symbol chars.
4706 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4707
4708 2013-08-07 Arni Magnusson <arnima@hafro.is>
4709
4710 * progmodes/dos.el: New file.
4711 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4712 dos-mode.
4713
4714 2013-08-06 Glenn Morris <rgm@gnu.org>
4715
4716 * calendar/calendar.el: Add new faces, and day-header-array.
4717 (calendar-weekday-header, calendar-weekend-header)
4718 (calendar-month-header): New faces.
4719 (calendar-day-header-construct): New function.
4720 (calendar-day-header-width): Also :set calendar-day-header-array.
4721 (calendar-american-month-header, calendar-european-month-header)
4722 (calendar-iso-month-header): Use calendar- faces.
4723 (calendar-generate-month):
4724 Use calendar-day-header-array for day headers; apply faces to them.
4725 (calendar-mode): Check calendar-font-lock-keywords non-nil.
4726 (calendar-abbrev-construct): Add optional maxlen argument.
4727 (calendar-day-name-array): Doc fix.
4728 (calendar-day-name-array, calendar-abbrev-length)
4729 (calendar-day-abbrev-array):
4730 Also :set calendar-day-header-array, and maybe redraw.
4731 (calendar-day-header-array): New option. (Bug#15007)
4732 (calendar-font-lock-keywords): Set to nil and make obsolete.
4733 (calendar-day-name): Add option to use header array.
4734
4735 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4736
4737 * net/shr.el (shr-render-td): Remove debugging.
4738 (shr-render-td): Make width computation consistent by defaulting
4739 all zero-width columns to 10 characters. This may not be optimal,
4740 but it's at least consistent.
4741 (shr-make-table-1): Redo last change to fix the real problem in
4742 colspan handling.
4743
4744 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4745
4746 * files.el (cache-long-line-scans):
4747 Make obsolete alias to `cache-long-scans'.
4748
4749 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4750
4751 * frameset.el (frameset, frameset-filter-alist)
4752 (frameset-filter-params, frameset-save, frameset--reuse-frame)
4753 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4754 (frameset-compute-pos): Rename from frameset--compute-pos,
4755 and add docstring.
4756 (frameset-move-onscreen): Use frameset-compute-pos.
4757 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4758
4759 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4760 Fix typos in docstrings.
4761
4762 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4763
4764 * frame.el (get-other-frame): Tiny cleanup.
4765
4766 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4767
4768 * vc/vc.el (vc-default-ignore-completion-table):
4769 Silence byte-compiler warning.
4770
4771 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4772 slot , which can indeed be nil.
4773 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4774 Move entry for `left' from persistent to live filter alist.
4775 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4776 Doc fixes.
4777 (frameset-filter-params): When restoring a frame, copy items added to
4778 `filtered', to avoid unwittingly modifying the original parameters.
4779 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
4780 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4781
4782 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4783 to use looking-at-p instead of looking-at. (Bug#15028)
4784
4785 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 Revert introduction of isearch-filter-predicates (bug#14714).
4788 Rely on add-function instead.
4789 * isearch.el (isearch-filter-predicates): Rename it back to
4790 isearch-filter-predicate.
4791 (isearch-message-prefix): Use advice-function-mapc and advice
4792 properties to get the isearch-message-prefix.
4793 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4794 instead of run-hook-with-args-until-failure.
4795 (isearch-filter-visible): Not obsolete any more.
4796 * loadup.el: Preload nadvice.
4797 * replace.el (perform-replace): Revert to funcall
4798 instead of run-hook-with-args-until-failure.
4799 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4800 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4801 dired-isearch-filenames-toggle; make it into a proper minor mode.
4802 Use add/remove-function.
4803 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4804 Call the minor-mode rather than add/remove-hook.
4805 (dired-isearch-filter-filenames):
4806 Remove isearch-message-prefix property.
4807 * info.el (Info--search-loop): New function, extracted from Info-search.
4808 Funcall isearch-filter-predicate instead of
4809 run-hook-with-args-until-failure isearch-filter-predicates.
4810 (Info-search): Use it.
4811 (Info-mode): Use isearch-filter-predicate instead of
4812 isearch-filter-predicates.
4813
4814 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4815
4816 Do not call to `selected-window' where it is assumed by default.
4817 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4818 `window-hscroll', `window-width', `window-height', `window-buffer',
4819 `window-frame', `window-start', `window-point', `next-window'
4820 and `window-display-table'.
4821 * abbrev.el (abbrev--default-expand):
4822 * bs.el (bs--show-with-configuration):
4823 * buff-menu.el (Buffer-menu-mouse-select):
4824 * calc/calc.el (calc):
4825 * calendar/calendar.el (calendar-generate-window):
4826 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4827 (diary-make-entry):
4828 * comint.el (send-invisible, comint-dynamic-complete-filename)
4829 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4830 * completion.el (complete):
4831 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4832 * disp-table.el (describe-current-display-table):
4833 * doc-view.el (doc-view-insert-image):
4834 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4835 * ehelp.el (with-electric-help):
4836 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4837 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4838 * emacs-lisp/helper.el (Helper-help-scroller):
4839 * emulation/cua-base.el (cua--post-command-handler-1):
4840 * eshell/esh-mode.el (eshell-output-filter):
4841 * ffap.el (ffap-gnus-wrapper):
4842 * help-macro.el (make-help-screen):
4843 * hilit-chg.el (highlight-compare-buffers):
4844 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4845 * hl-line.el (global-hl-line-highlight):
4846 * icomplete.el (icomplete-simple-completing-p):
4847 * isearch.el (isearch-done):
4848 * jit-lock.el (jit-lock-stealth-fontify):
4849 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4850 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4851 * mpc.el (mpc-tagbrowser, mpc):
4852 * net/rcirc.el (rcirc-any-buffer):
4853 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4854 * play/landmark.el (landmark-max-width, landmark-max-height):
4855 * play/zone.el (zone):
4856 * progmodes/compile.el (compilation-goto-locus):
4857 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4858 * progmodes/etags.el (find-tag-other-window):
4859 * progmodes/fortran.el (fortran-column-ruler):
4860 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4861 * progmodes/verilog-mode.el (verilog-point-text):
4862 * reposition.el (reposition-window):
4863 * rot13.el (toggle-rot13-mode):
4864 * server.el (server-switch-buffer):
4865 * shell.el (shell-dynamic-complete-command)
4866 (shell-dynamic-complete-environment-variable):
4867 * simple.el (insert-buffer, set-selective-display)
4868 (delete-completion-window):
4869 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4870 (speedbar-recenter):
4871 * startup.el (fancy-splash-head):
4872 * textmodes/ispell.el (ispell-command-loop):
4873 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4874 * tutorial.el (help-with-tutorial):
4875 * vc/add-log.el (add-change-log-entry):
4876 * vc/compare-w.el (compare-windows):
4877 * vc/ediff-help.el (ediff-indent-help-message):
4878 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4879 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4880 (ediff-setup-control-frame):
4881 * vc/emerge.el (emerge-position-region):
4882 * vc/pcvs-util.el (cvs-bury-buffer):
4883 * window.el (walk-windows, mouse-autoselect-window-select):
4884 * winner.el (winner-set-conf, winner-undo): Related users changed.
4885
4886 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * frameset.el (frameset--set-id): Doc fix.
4889 (frameset-frame-id, frameset-frame-id-equal-p)
4890 (frameset-locate-frame-id): New functions.
4891 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4892 (frameset-restore): Use them.
4893
4894 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4895
4896 Do not call to `selected-frame' where it is assumed by default.
4897 Affected functions are `raise-frame', `redraw-frame',
4898 `frame-first-window', `frame-terminal' and `delete-frame'.
4899 * calendar/appt.el (appt-disp-window):
4900 * epg.el (epg-wait-for-completion):
4901 * follow.el (follow-delete-other-windows-and-split)
4902 (follow-avoid-tail-recenter):
4903 * international/mule.el (set-terminal-coding-system):
4904 * mail/rmail.el (rmail-mail-return):
4905 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4906 * progmodes/f90.el (f90-add-imenu-menu):
4907 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4908 * server.el (server-switch-buffer):
4909 * simple.el (delete-completion-window):
4910 * talk.el (talk):
4911 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4912 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4913 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4914 * vc/ediff.el (ediff-documentation): Related users changed.
4915 * frame.el (selected-terminal): Remove the leftover.
4916
4917 2013-08-05 Glenn Morris <rgm@gnu.org>
4918
4919 * calendar/calendar.el (calendar-generate-month):
4920 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4921 (calendar-generate-month, calendar-font-lock-keywords):
4922 Fix for calendar-day-header-width > length of any day name.
4923
4924 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4925
4926 * desktop.el (desktop-clear): Use new name of sort predicate.
4927
4928 * frameset.el (frameset): Add docstring. Move :version property to its
4929 own `version' slot.
4930 (frameset-copy): Rename from copy-frameset.
4931 (frameset-p): Check more thoroughly.
4932 (frameset-prop): Do not check for :version, which is no longer a prop.
4933 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4934 Use new :never value instead of t.
4935 (frameset-filter-alist): Expand and clarify docstring.
4936 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4937 (frameset-filter-minibuffer, frameset-filter-save-param)
4938 (frameset-filter-restore-param, frameset-filter-iconified):
4939 Add pointer to docstring of frameset-filter-alist.
4940 (frameset-filter-params): Rename filter values to be more meaningful:
4941 :never instead of t, and reverse the meanings of :save and :restore.
4942 (frameset--process-minibuffer-frames): Clarify error message.
4943 (frameset-save): Avoid unnecessary and confusing call to framep.
4944 Use new BOA constructor for framesets.
4945 (frameset--reuse-list): Doc fix.
4946 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4947 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4948 (frameset-minibufferless-first-p): Doc fix.
4949 Rename from frameset-sort-frames-for-deletion.
4950 (frameset-restore): Doc fixes. Use new function names.
4951 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4952
4953 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4954
4955 * desktop.el (desktop-restore-forces-onscreen)
4956 (desktop-restore-reuses-frames): Document :keyword constant values.
4957 (desktop-filter-parameters-alist): Remove, now identical to
4958 frameset-filter-alist.
4959 (desktop--filter-tty*): Remove, moved to frameset.el.
4960 (desktop-save-frameset, desktop-restore-frameset):
4961 Do not pass :filters argument.
4962
4963 * frameset.el (frameset-live-filter-alist)
4964 (frameset-persistent-filter-alist): New variables.
4965 (frameset-filter-alist): Use them. Add autoload cookie.
4966 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4967 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4968 `frameset--id' (it's supposed to be internal to frameset.el).
4969 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4970 (frameset--initial-params): New function.
4971 (frameset--get-frame): Use it. Doc fix.
4972 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4973 Accept :all, not 'all.
4974 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4975 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4976 with fbound symbols. Fix frame id matching, and remove matching ids if
4977 the frame being restored is deleted. Obey :delete.
4978
4979 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * subr.el (macrop): New function.
4982 (text-clone--maintaining): New var.
4983 (text-clone--maintain): Rename from text-clone-maintain. Use it
4984 instead of inhibit-modification-hooks.
4985
4986 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4987 a proxy, so as handle autoloads and redefinitions of the target.
4988 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4989
4990 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4991 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4992 (pcase--mutually-exclusive-p): New function.
4993 (pcase--split-consp): Use it.
4994 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4995 mutually exclusive with the current predicate.
4996
4997 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4998 (edebug-macrop): Remove. Use `macrop' instead.
4999 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
5000 (ad-macro-p):
5001 * eshell/esh-cmd.el (eshell-macrop):
5002 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
5003
5004 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
5007 (advice-mapc): New function, using it.
5008 (advice-function-member-p): New function.
5009 (advice--normalize): Store the cdr in advice--saved-rewrite since
5010 that's the part that will be changed.
5011 (advice--symbol-function): New function.
5012 (advice-remove): Handle removal before the function is defined.
5013 Adjust to new advice--saved-rewrite.
5014 (advice-member-p): Use advice-function-member-p and
5015 advice--symbol-function.
5016
5017 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
5018
5019 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
5020 (frameset-filter-minibuffer): Doc fix.
5021 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
5022 (frameset--set-id, frameset--process-minibuffer-frames)
5023 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
5024 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
5025
5026 * desktop.el (desktop-clear): Only delete frames when called
5027 interactively and desktop-restore-frames is non-nil. Doc fix.
5028 (desktop-read): Set desktop-saved-frameset to nil.
5029
5030 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
5031
5032 * vc/vc.el (vc-ignore): Rewrite.
5033 (vc-default-ignore-completion-table):
5034 (vc--read-lines):
5035 (vc--add-line, vc--remove-regexp): New functions.
5036
5037 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
5038 (vc-svn-ignore-completion-table): New function.
5039
5040 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
5041 (vc-hg-ignore-completion-table):
5042 (vc-hg-find-ignore-file): New functions.
5043
5044 * vc/vc-git.el (vc-git-ignore): Rewrite.
5045 (vc-git-ignore-completion-table):
5046 (vc-git-find-ignore-file): New functions.
5047
5048 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
5049
5050 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
5051 (vc-bzr-ignore-completion-table):
5052 (vc-bzr-find-ignore-file): New functions.
5053
5054 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
5055
5056 * frameset.el (frameset-prop): New function and setter.
5057 (frameset-save): Do not modify frame list passed by the caller.
5058
5059 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
5062
5063 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
5066 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
5067
5068 * custom.el (custom-initialize-default, custom-initialize-set)
5069 (custom-initialize-reset, custom-initialize-changed): Affect the
5070 toplevel-default-value (bug#6275, bug#14586).
5071 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
5072 for bug#6275.
5073
5074 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
5075
5076 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5077 Add cl-def* expressions.
5078
5079 * frameset.el (frameset-filter-params): Fix order of arguments.
5080
5081 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
5082
5083 Move code related to saving frames to frameset.el.
5084 * desktop.el: Require frameset.
5085 (desktop-restore-frames): Doc fix.
5086 (desktop-restore-reuses-frames): Rename from
5087 desktop-restoring-reuses-frames.
5088 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
5089 (desktop-clear): Clear frames too.
5090 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
5091 (desktop--filter-tty*, desktop-save, desktop-read):
5092 Use frameset functions.
5093 (desktop-before-saving-frames-functions, desktop--filter-*-color)
5094 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5095 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
5096 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
5097 (desktop--process-minibuffer-frames, desktop-save-frames)
5098 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
5099 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
5100 (desktop--sort-states, desktop-restoring-frames-p)
5101 (desktop-restore-frames): Remove. Most code moved to frameset.el.
5102 (desktop-restoring-frameset-p, desktop-restore-frameset)
5103 (desktop--check-dont-save, desktop-save-frameset): New functions.
5104 (desktop--app-id): New constant.
5105 (desktop-first-buffer, desktop-buffer-ok-count)
5106 (desktop-buffer-fail-count): Move before first use.
5107 * frameset.el: New file.
5108
5109 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * files.el: Use lexical-binding.
5112 (dir-locals-read-from-file): Remove unused `err' variable.
5113 (hack-dir-local-variables--warned-coding): New var.
5114 (hack-dir-local-variables): Use it to avoid repeated warnings.
5115 (make-backup-file-name--default-function): New function.
5116 (make-backup-file-name-function): Use it as default.
5117 (buffer-stale--default-function): New function.
5118 (buffer-stale-function): Use it as default.
5119 (revert-buffer-insert-file-contents--default-function): New function.
5120 (revert-buffer-insert-file-contents-function): Use it as default.
5121 (insert-directory): Avoid add-to-list.
5122
5123 * autorevert.el (auto-revert-handler): Simplify.
5124 Use buffer-stale--default-function.
5125
5126 2013-08-01 Tassilo Horn <tsdh@gnu.org>
5127
5128 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
5129
5130 * whitespace.el (whitespace-ensure-local-variables): New function.
5131 (whitespace-cleanup-region): Call it.
5132 (whitespace-turn-on): Call it.
5133
5134 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
5135
5136 Complete file name handlers.
5137
5138 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5139 (tramp-handle-verify-visited-file-modtime)
5140 (tramp-handle-file-notify-rm-watch): New functions.
5141 (tramp-call-process): Do not bind `default-directory'.
5142
5143 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5144 Order alphabetically.
5145 [access-file, add-name-to-file, dired-call-process]:
5146 [dired-compress-file, file-acl, file-notify-rm-watch]:
5147 [file-ownership-preserved-p, file-selinux-context]:
5148 [make-directory-internal, make-symbolic-link, set-file-acl]:
5149 [set-file-selinux-context, set-visited-file-modtime]:
5150 [verify-visited-file-modtime]: Add handler.
5151 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
5152
5153 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5154 [file-notify-add-watch, file-notify-rm-watch]:
5155 [set-file-times, set-visited-file-modtime]:
5156 [verify-visited-file-modtime]: Add handler.
5157 (with-tramp-gvfs-error-message)
5158 (tramp-gvfs-handle-set-visited-file-modtime)
5159 (tramp-gvfs-fuse-file-name): Remove.
5160 (tramp-gvfs-handle-file-notify-add-watch)
5161 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
5162 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
5163
5164 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5165 Order alphabetically.
5166 [file-notify-rm-watch ]: Use default Tramp handler.
5167 [executable-find]: Remove private handler.
5168 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
5169 `default-directory'.
5170 (tramp-sh-handle-executable-find)
5171 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
5172 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5173 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
5174 Do not use `format' in `tramp-message'.
5175
5176 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
5177 [file-notify-rm-watch, set-visited-file-modtime]:
5178 [verify-visited-file-modtime]: Add handler.
5179 (tramp-smb-call-winexe): Do not bind `default-directory'.
5180
5181 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
5182
5183 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
5184
5185 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
5186
5187 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
5188 use it.
5189 (log-view-diff-changeset): Same.
5190 (log-view-diff-common): Call backend command `previous-revision'
5191 to find out the previous revision, in both cases. Swap the
5192 variables `to' and `fr', so that `fr' usually refers to the
5193 earlier revision (Bug#14989).
5194
5195 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
5196
5197 * ibuf-ext.el (ibuffer-filter-by-filename):
5198 Make it work with dired buffers too.
5199
5200 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
5201
5202 * emacs-lisp/re-builder.el (reb-color-display-p):
5203 * files.el (save-buffers-kill-terminal):
5204 * net/browse-url.el (browse-url):
5205 * server.el (server-save-buffers-kill-terminal):
5206 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
5207 Prefer nil to selected-frame for the first arg of frame-parameter.
5208
5209 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
5210
5211 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
5212
5213 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
5214
5215 * minibuffer.el (completion--twq-all): Try and preserve each
5216 completion's case choice (bug#14907).
5217
5218 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5219
5220 * net/network-stream.el (open-network-stream): Mention the new
5221 :nogreeting parameter.
5222 (network-stream-open-starttls): Use the :nogreeting parameter
5223 (bug#14938).
5224
5225 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
5226
5227 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
5228 more natural than popping.
5229
5230 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5231 (shr-urlify): Highlight under mouse.
5232
5233 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5234
5235 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
5236
5237 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
5238
5239 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
5240 buffer for output.
5241
5242 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
5243 point-min==1. Fix search string. Fix parentheses missing.
5244
5245 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
5246 assume point-min==1. Fix search string. Fix parentheses missing.
5247
5248 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
5249
5250 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
5251 buffer for output.
5252
5253 2013-07-29 Eli Zaretskii <eliz@gnu.org>
5254
5255 * frame.el (frame-notice-user-settings): Avoid inflooping when the
5256 initial frame is minibuffer-less. (Bug#14841)
5257
5258 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
5259
5260 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
5261 option.
5262
5263 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5264 (tramp-maybe-open-connection): Use it.
5265
5266 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5267
5268 * desktop.el (desktop--make-frame): Include `minibuffer' in the
5269 minimal set of parameters passed when creating a frame, because
5270 the minibuffer status of a frame cannot be changed later.
5271
5272 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
5273
5274 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
5275 replace-regexp-in-string and inadvertent omissions in previous change.
5276 (todo-filter-items): Ensure only file names are comma-separated in
5277 name of filtered items buffer.
5278
5279 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5280
5281 * desktop.el: Optionally force offscreen frames back onscreen.
5282 (desktop-restoring-reuses-frames): New option.
5283 (desktop--compute-pos, desktop--move-onscreen): New functions.
5284 (desktop--make-frame): Use desktop--move-onscreen.
5285
5286 2013-07-27 Alan Mackenzie <acm@muc.de>
5287
5288 Fontify a Java generic method as a function.
5289 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
5290 value to t.
5291
5292 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
5293
5294 * calendar/todo-mode.el: Add command to rename todo files.
5295 (todo-rename-file): New command.
5296 (todo-key-bindings-t): Add key binding for it. Change the
5297 bindings of todo-filter-regexp-items(-multifile) to use `x'
5298 instead of `r', since the latter is better suited to the new
5299 renaming command.
5300
5301 2013-07-27 Alan Mackenzie <acm@muc.de>
5302
5303 Make Java try-with-resources statement parse properly.
5304 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
5305 (c-block-stmt-1-2-key): New language constants/variables.
5306 * progmodes/cc-engine.el (c-beginning-of-statement-1)
5307 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
5308 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
5309 with c-block-stmt-1-2-key.
5310
5311 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
5312
5313 * desktop.el (desktop--make-frame): Apply most frame parameters after
5314 creating the frame to force (partially or totally) offscreen frames to
5315 be restored as such.
5316
5317 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
5318
5319 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
5320 (Bug#14948)
5321
5322 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
5325 `base' arg of backtrace-frame.
5326
5327 2013-07-26 Eli Zaretskii <eliz@gnu.org>
5328
5329 * simple.el (list-processes): Doc fix.
5330
5331 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5332
5333 * desktop.el (desktop--select-frame):
5334 Try harder to reuse existing frames.
5335
5336 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5337
5338 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
5339 (edebug-eval): Use backtrace-eval.
5340 (edebug--display, edebug--recursive-edit): Don't let-bind the
5341 edebug-outer-* vars that keep track of variables we locally let-bind.
5342 (edebug-outside-excursion): Don't restore outside values of locally
5343 let-bound vars.
5344 (edebug--display): Use user-error.
5345 (cl-lexical-debug, cl-debug-env): Remove.
5346
5347 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5348
5349 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
5350 are restored to be sure that they are visible before deleting any
5351 remaining ones.
5352
5353 2013-07-26 Matthias Meulien <orontee@gmail.com>
5354
5355 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
5356 vc-print-root-log. (Bug#14948)
5357
5358 2013-07-26 Richard Stallman <rms@gnu.org>
5359
5360 Add aliases for encrypting mail.
5361 * epa.el (epa-mail-aliases): New option.
5362 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
5363 Bind inhibit-read-only so read-only text doesn't ruin everything.
5364 (epa-mail-default-recipients): New subroutine broken out.
5365 Handle epa-mail-aliases.
5366
5367 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5368
5369 Add support for lexical variables to the debugger's `e' command.
5370 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5371 vars, except for debugger-outer-match-data.
5372 (debugger-frame-number): Move check for "on a function call" from
5373 callers into it. Add `skip-base' argument.
5374 (debugger-frame, debugger-frame-clear): Simplify accordingly.
5375 (debugger-env-macro): Only reset the state stored in non-variables,
5376 i.e. current-buffer and match-data.
5377 (debugger-eval-expression): Rewrite using backtrace-eval.
5378 * subr.el (internal--called-interactively-p--get-frame): Remove.
5379 (called-interactively-p):
5380 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5381 `base' arg of backtrace-frame instead.
5382
5383 2013-07-26 Glenn Morris <rgm@gnu.org>
5384
5385 * align.el (align-regexp): Doc fix. (Bug#14857)
5386 (align-region): Explicit error if subexpression missing/does not match.
5387
5388 * simple.el (global-visual-line-mode):
5389 Do not duplicate the mode lighter. (Bug#14858)
5390
5391 2013-07-25 Martin Rudalics <rudalics@gmx.at>
5392
5393 * window.el (display-buffer): In display-buffer bind
5394 split-window-keep-point to t, bug#14829.
5395
5396 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5397
5398 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5399 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5400 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5401 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5402 Change accordingly.
5403 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5404 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
5405
5406 2013-07-25 Glenn Morris <rgm@gnu.org>
5407
5408 * dired-x.el (dired-mark-extension): Convert comment to doc string.
5409
5410 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5411
5412 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5413 parameter to modify-frame-parameters if the value has not changed;
5414 this is a workaround for bug#14949.
5415 (desktop--make-frame): On cl-delete-if call, check parameter name,
5416 not full parameter.
5417
5418 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5419
5420 * vc/vc.el (vc-ignore): New function.
5421
5422 * vc/vc-svn.el (vc-svn-ignore): New function.
5423
5424 * vc/vc-hg.el (vc-hg-ignore): New function.
5425
5426 * vc/vc-git.el (vc-git-ignore): New function.
5427
5428 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5429 (vc-dir-ignore): New function.
5430
5431 * vc/vc-cvs.el (vc-cvs-ignore): New function.
5432 (cvs-append-to-ignore): Move here from pcvs.el.
5433
5434 * vc/vc-bzr.el (vc-bzr-ignore): New function.
5435
5436 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5437
5438 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
5439
5440 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5441 (desktop-restore-frames): Warn when deleting an existing frame failed.
5442
5443 2013-07-24 Glenn Morris <rgm@gnu.org>
5444
5445 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
5446
5447 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
5448
5449 * filenotify.el (file-notify-supported-p):
5450 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5451 Remove functions.
5452
5453 * autorevert.el (auto-revert-use-notify):
5454 (auto-revert-notify-add-watch):
5455 * net/tramp.el (tramp-file-name-for-operation):
5456 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5457 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5458 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5459 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5460 Remove `file-notify-supported-p' entry.
5461
5462 2013-07-24 Glenn Morris <rgm@gnu.org>
5463
5464 * printing.el: Replace all uses of deleted ps-windows-system,
5465 ps-lp-system, ps-flatten-list with lpr- versions.
5466
5467 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5470 checked with memq (bug#14935).
5471
5472 * files.el (revert-buffer-function): Use a non-nil default.
5473 (revert-buffer-preserve-modes): Declare var to
5474 provide access to the `preserve-modes' argument.
5475 (revert-buffer): Let-bind it.
5476 (revert-buffer--default): New function, extracted from revert-buffer.
5477
5478 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * lpr.el: Signal print errors more prominently.
5481 (print-region-function): Don't default to nil.
5482 (lpr-print-region): New function, extracted from print-region-1.
5483 Check lpr's return value and signal an error in case of problem.
5484 (print-region-1): Use it.
5485 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
5486 versions instead.
5487 (ps-printer-name): Default to nil.
5488 (ps-printer-name-option): Default to lpr-printer-switch.
5489 (ps-print-region-function): Don't default to nil.
5490 (ps-postscript-code-directory): Simplify default.
5491 (ps-do-despool): Use lpr-print-region to properly check the outcome.
5492 (ps-string-list, ps-eval-switch, ps-flatten-list)
5493 (ps-flatten-list-1): Remove.
5494 (ps-multibyte-buffer): Avoid setq.
5495 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5496 (print-region-function, ps-print-region-function): Don't set them here.
5497
5498 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
5499
5500 * ido.el (ido-fractionp):
5501 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5502 (ido-max-file-prompt-width, ido-unc-hosts-cache)
5503 (ido-max-directory-size, ido-max-dir-file-cache)
5504 (ido-decorations): Doc fix.
5505
5506 * ansi-color.el: Fix old URL.
5507
5508 2013-07-23 Michael R. Mauger <michael@mauger.com>
5509
5510 * progmodes/sql.el: Version 3.3
5511 (sql-product-alist): Improve oracle :prompt-cont-regexp.
5512 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5513 (sql-interactive-remove-continuation-prompt): Rewrite, use
5514 functions above. Fix continuation prompt and complete output line
5515 handling.
5516 (sql-redirect-one, sql-execute): Use `read-only-mode' on
5517 redirected output buffer.
5518 (sql-mode): Restore deleted code (Bug#13591).
5519
5520 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5521
5522 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5523
5524 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
5525
5526 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5527
5528 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5529 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5530 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5531
5532 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5533
5534 * desktop.el (desktop-clear): Simplify; remove useless checks
5535 against invalid buffer names.
5536 (desktop-list*): Use cl-list*.
5537 (desktop-buffer-info, desktop-create-buffer): Simplify.
5538
5539 2013-07-23 Leo Liu <sdl.web@gmail.com>
5540
5541 * bookmark.el (bookmark-make-record): Restore NAME as a default
5542 value. (Bug#14933)
5543
5544 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * emacs-lisp/autoload.el (autoload--setup-output): New function,
5547 extracted from autoload--insert-text.
5548 (autoload--insert-text): Remove.
5549 (autoload--print-cookie-text): New function, extracted from
5550 autoload--insert-cookie-text.
5551 (autoload--insert-cookie-text): Remove.
5552 (autoload-generate-file-autoloads): Adjust calls accordingly.
5553
5554 * winner.el (winner-hook-installed-p): Remove.
5555 (winner-mode): Simplify accordingly.
5556
5557 * subr.el (add-to-list): Fix compiler-macro when `append' is
5558 not constant. Don't use `cl-member' for the base case.
5559
5560 * progmodes/subword.el: Fix boundary case (bug#13758).
5561 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
5562 own group.
5563 (subword-backward-regexp): Make it a constant.
5564 (subword-forward-internal): Don't treat a trailing capital as the
5565 beginning of a word.
5566
5567 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5568
5569 * emacs-lisp/package.el (package-menu-mode): Don't modify the
5570 global value of tabulated-list-revert-hook (bug#14930).
5571
5572 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
5573
5574 * desktop.el: Require 'cl-lib.
5575 (desktop-before-saving-frames-functions): New hook.
5576 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5577 for frames being saved. Rename from desktop--save-minibuffer-frames.
5578 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5579 Do not save frames with non-nil `desktop-dont-save' parameter.
5580 Filter out deleted frames.
5581 (desktop--find-frame): Use cl-find-if.
5582 (desktop--select-frame): Use cl-(first|second|third) to access values
5583 of desktop-mini.
5584 (desktop--make-frame): Use cl-delete-if.
5585 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5586 (desktop-restore-frames): Use cl-(first|second|third) to access values
5587 of desktop-mini. Look for visible frame at the end, not while
5588 restoring frames.
5589
5590 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5591 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5592 Use string-match-p, looking-at-p (bug#14927).
5593
5594 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
5595
5596 * desktop.el (desktop-saved-frame-states):
5597 Rename from desktop--saved-states; all users changed.
5598 (desktop-save-frames): Rename from desktop--save-frames.
5599 Do not save state to desktop file.
5600 (desktop-save): Save desktop-saved-frame-states to desktop file
5601 and reset to nil.
5602 (desktop-restoring-frames-p): New function.
5603 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
5604 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
5605 buffer-lists when restoring frames. Suggested by Martin Rudalics.
5606
5607 * desktop.el: Correctly restore iconified frames.
5608 (desktop--filter-iconified-position): New function.
5609 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5610
5611 2013-07-20 Glenn Morris <rgm@gnu.org>
5612
5613 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5614 Let `message' do the formatting.
5615 (def-gdb-preempt-display-buffer): Add explicit format.
5616
5617 * image-dired.el (image-dired-track-original-file):
5618 Use with-current-buffer.
5619 (image-dired-track-thumbnail): Use with-current-buffer.
5620 Avoid changing point of wrong window.
5621
5622 * image-dired.el (image-dired-track-original-file):
5623 Avoid changing point of wrong window. (Bug#14909)
5624
5625 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
5626
5627 * progmodes/gdb-mi.el (gdb-done-or-error):
5628 Guard against "%" in gdb output. (Bug#14127)
5629
5630 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
5631
5632 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5633 (Bug#14826)
5634
5635 * international/mule.el (coding-system-iso-2022-flags): Fix last
5636 change.
5637
5638 2013-07-20 Kenichi Handa <handa@gnu.org>
5639
5640 * international/mule.el (coding-system-iso-2022-flags):
5641 Add `8-bit-level-4'. (Bug#8522)
5642
5643 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5644
5645 * net/shr.el (shr-mouse-browse-url): New command and keystroke
5646 (bug#14815).
5647
5648 * net/eww.el (eww-process-text-input): Allow inputting when the
5649 point is at the start of the line, as the properties aren't
5650 front-sticky.
5651
5652 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5653 degenerate widths.
5654
5655 2013-07-19 Richard Stallman <rms@gnu.org>
5656
5657 * epa.el (epa-popup-info-window): Doc fix.
5658
5659 * subr.el (split-string): New arg TRIM.
5660
5661 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5664 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5665
5666 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
5667
5668 * filenotify.el (file-notify--library): Rename from
5669 `file-notify-support'. Do not autoload. Adapt all uses.
5670 (file-notify-supported-p): New defun.
5671
5672 * autorevert.el (auto-revert-use-notify):
5673 Use `file-notify-supported-p' instead of `file-notify-support'.
5674 Adapt docstring.
5675 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5676
5677 * net/tramp.el (tramp-file-name-for-operation):
5678 Add `file-notify-supported-p'.
5679
5680 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5681 New defun.
5682 (tramp-sh-file-name-handler-alist): Add it as handler for
5683 `file-notify-supported-p '.
5684
5685 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5686 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5687 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5688 Add `ignore' as handler for `file-notify-*' functions.
5689
5690 2013-07-17 Eli Zaretskii <eliz@gnu.org>
5691
5692 * simple.el (line-move-partial, line-move): Don't start vscroll or
5693 scroll-up if the current line is not taller than the window.
5694 (Bug#14881)
5695
5696 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
5697
5698 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5699 highlight question marks in the method names as strings.
5700 (ruby-block-beg-keywords): Inline.
5701 (ruby-font-lock-keyword-beg-re): Extract from
5702 `ruby-font-lock-keywords'.
5703
5704 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
5705
5706 * frame.el (blink-cursor-blinks): New defcustom.
5707 (blink-cursor-blinks-done): New defvar.
5708 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5709 (blink-cursor-timer-function): Check if number of blinks has been
5710 done on X and NS.
5711 (blink-cursor-suspend, blink-cursor-check): New defuns.
5712
5713 2013-07-15 Glenn Morris <rgm@gnu.org>
5714
5715 * edmacro.el (edmacro-format-keys): Fix previous change.
5716
5717 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
5718
5719 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5720 The hack didn't work outside English locales anyway.
5721
5722 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
5723
5724 * simple.el (define-alternatives): Rename from alternatives-define,
5725 per RMS' suggestion.
5726
5727 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
5728
5729 * desktop.el (desktop-restore-frames): Change default to t.
5730 (desktop-restore-in-current-display): Now offer more options.
5731 (desktop-restoring-reuses-frames): New customization option.
5732 (desktop--saved-states): Doc fix.
5733 (desktop-filter-parameters-alist): New variable, renamed and expanded
5734 from desktop--excluded-frame-parameters.
5735 (desktop--target-display): New variable.
5736 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5737 (desktop--filter-tty*, desktop--filter-*-color)
5738 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5739 (desktop--filter-save-desktop-parm)
5740 (desktop-restore-in-original-display-p): New functions.
5741 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5742 (desktop--save-minibuffer-frames): New function, inspired by a similar
5743 function from Martin Rudalics.
5744 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5745 (desktop--restore-in-this-display-p): Remove.
5746 (desktop--find-frame): Rename from desktop--find-frame-in-display
5747 and add predicate argument.
5748 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5749 (desktop--reuse-list): New variable.
5750 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5751 New functions.
5752 (desktop--restore-frames): Add support for "minibuffer-special" frames.
5753
5754 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
5755
5756 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5757
5758 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
5759
5760 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5761 Highlight conversion methods on Kernel.
5762
5763 2013-07-13 Alan Mackenzie <acm@muc.de>
5764
5765 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5766 and comment it out. This out-commenting enables certain C++
5767 declarations to be parsed correctly.
5768
5769 2013-07-13 Eli Zaretskii <eliz@gnu.org>
5770
5771 * international/mule.el (define-coding-system): Doc fix.
5772
5773 * simple.el (default-font-height): Don't call font-info if the
5774 frame's default font didn't change since the frame was created.
5775 (Bug#14838)
5776
5777 2013-07-13 Leo Liu <sdl.web@gmail.com>
5778
5779 * ido.el (ido-read-file-name): Guard against non-symbol value.
5780
5781 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5782
5783 * progmodes/python.el (python-imenu--build-tree): Fix corner case
5784 in nested defuns.
5785
5786 2013-07-13 Leo Liu <sdl.web@gmail.com>
5787
5788 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5789 ido-set-matches call. (Bug#6852)
5790
5791 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
5792
5793 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5794 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5795 Ruby 2.0.
5796 (ruby-font-lock-keywords): Distinguish calls to functions with
5797 module-like names from module references. Highlight character
5798 literals.
5799
5800 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5801
5802 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5803 (gdb-send): Handle continued commands. (Bug#14847)
5804
5805 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5806
5807 * desktop.el (desktop--v2s): Remove unused local variable.
5808 (desktop-save-buffer): Make defvar-local; adjust docstring.
5809 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5810 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5811
5812 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5813
5814 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5815
5816 2013-07-12 Eli Zaretskii <eliz@gnu.org>
5817
5818 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5819 (Bug#14842)
5820
5821 2013-07-12 Glenn Morris <rgm@gnu.org>
5822
5823 * doc-view.el: Require cl-lib at runtime too.
5824 (doc-view-remove-if): Remove.
5825 (doc-view-search-next-match, doc-view-search-previous-match):
5826 Use cl-remove-if.
5827
5828 * edmacro.el: Require cl-lib at runtime too.
5829 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5830 (edmacro-mismatch, edmacro-subseq): Remove.
5831
5832 * shadowfile.el: Require cl-lib.
5833 (shadow-remove-if): Remove.
5834 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5835 Use cl-remove-if.
5836
5837 * wid-edit.el: Require cl-lib.
5838 (widget-choose): Use cl-remove-if.
5839 (widget-remove-if): Remove.
5840
5841 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5842 (ebrowse-delete-if-not): Remove.
5843 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5844 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5845 Use cl-delete-if-not.
5846
5847 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5848
5849 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5850 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5851
5852 2013-07-12 Leo Liu <sdl.web@gmail.com>
5853
5854 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5855
5856 2013-07-11 Glenn Morris <rgm@gnu.org>
5857
5858 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5859 (edebug-gensym-index, edebug-gensym):
5860 Remove reimplementation of cl-gensym.
5861 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5862
5863 * thumbs.el: Require cl-lib at run-time too.
5864 (thumbs-gensym-counter, thumbs-gensym):
5865 Remove reimplementation of cl-gensym.
5866 (thumbs-temp-file): Use cl-gensym.
5867
5868 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5869 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5870 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5871 (ert--union, ert--gensym-counter, ert--gensym-counter)
5872 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5873 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5874 (ert-make-test-unbound, ert--expand-should-1)
5875 (ert--expand-should, ert--should-error-handle-error)
5876 (should-error, ert--explain-equal-rec)
5877 (ert--plist-difference-explanation, ert-select-tests)
5878 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5879 Use cl-lib functions rather than reimplementations.
5880
5881 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5882
5883 * net/tramp.el (tramp-methods): Extend docstring.
5884 (tramp-connection-timeout): New defcustom.
5885 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5886 (with-tramp-progress-reporter): Simplify.
5887 (tramp-process-actions): Improve messages.
5888
5889 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5890 * net/tramp-sh.el (tramp-maybe-open-connection):
5891 Use `tramp-connection-timeout'.
5892 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5893 (Bug#14808)
5894
5895 2013-07-11 Leo Liu <sdl.web@gmail.com>
5896
5897 * ido.el (ido-read-file-name): Conform to the requirements of
5898 read-file-name. (Bug#11861)
5899 (ido-read-directory-name): Conform to the requirements of
5900 read-directory-name.
5901
5902 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5903
5904 * subr.el (delay-warning): New function.
5905
5906 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5907
5908 * simple.el (default-line-height): New function.
5909 (line-move-partial, line-move): Use it instead of computing the
5910 line height inline.
5911 (line-move-partial): Always compute ROWH. If the last line is
5912 partially-visible, but its text is completely visible, allow
5913 cursor to enter such a partially-visible line.
5914
5915 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5916
5917 Improve error messages. (Bug#14808)
5918
5919 * net/tramp.el (tramp-current-connection): New defvar, moved from
5920 tramp-sh.el.
5921 (tramp-message-show-progress-reporter-message): Remove, not
5922 needed anymore.
5923 (tramp-error-with-buffer): Show message in minibuffer.
5924 Discard input before waiting. Reset connection timestamp.
5925 (with-tramp-progress-reporter): Improve messages.
5926 (tramp-process-actions): Use progress reporter. Delete process in
5927 case of error. Improve messages.
5928
5929 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5930 Call `tramp-error-with-buffer' with vector and buffer.
5931 (tramp-current-connection): Remove.
5932 (tramp-maybe-open-connection): The car of
5933 `tramp-current-connection' are the first 3 slots of the vector.
5934
5935 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5936
5937 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5938 inside continued strings.
5939
5940 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5941
5942 Timestamp fixes for undo (Bug#14824).
5943 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5944
5945 2013-07-10 Leo Liu <sdl.web@gmail.com>
5946
5947 * files.el (require-final-newline): Allow safe local value.
5948 (Bug#14834)
5949
5950 2013-07-09 Leo Liu <sdl.web@gmail.com>
5951
5952 * ido.el (ido-read-directory-name): Handle fallback.
5953 (ido-read-file-name): Update DIR to ido-current-directory.
5954 (Bug#1516)
5955 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5956
5957 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5958
5959 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5960 "autoload". Remove "warn lower camel case" section, previously
5961 commented out. Highlight negation char. Do not highlight the
5962 target in singleton method definitions.
5963
5964 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * faces.el (tty-setup-hook): Declare the hook.
5967
5968 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5969 and detect when a guard/pred depends on local vars (bug#14773).
5970 (pcase--u1): Adjust caller.
5971
5972 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5973
5974 * simple.el (line-move-partial, line-move): Account for
5975 line-spacing.
5976 (line-move-partial): Avoid setting vscroll when the last
5977 partially-visible line in window is of default height.
5978
5979 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5980
5981 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5982 been used a while.
5983
5984 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5985
5986 * subr.el (read-quoted-char): Remove unused local variable `char'.
5987
5988 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5989
5990 * ediff.el (ediff-version): Version update.
5991 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5992 (ediff-merge-with-ancestor-command, ediff-directories-command)
5993 (ediff-directories3-command, ediff-merge-directories-command)
5994 (ediff-merge-directories-with-ancestor-command): New functions.
5995 All are command-line interfaces to ediff: to facilitate calling
5996 Emacs with the appropriate ediff functions invoked.
5997
5998 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5999 (viper-save-kill-buffer): Check if buffer is modified.
6000
6001 * viper.el (viper-version): Version update.
6002 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
6003
6004 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
6007 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
6008 (viper-intercept-ESC-key): Simplify.
6009 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
6010 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
6011 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
6012 (viper-setup-ESC-to-escape): New functions.
6013 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
6014 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
6015
6016 2013-07-07 Eli Zaretskii <eliz@gnu.org>
6017
6018 * simple.el (default-font-height, window-screen-lines):
6019 New functions.
6020 (line-move, line-move-partial): Use them instead of
6021 frame-char-height and window-text-height. This makes scrolling
6022 text smoother when the buffer's default face uses a font that is
6023 different from the frame's default font.
6024
6025 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
6026
6027 * files.el (write-file): Do not display confirm dialog for NS,
6028 it does its own dialog, which can't be cancelled (Bug#14578).
6029
6030 2013-07-06 Eli Zaretskii <eliz@gnu.org>
6031
6032 * simple.el (line-move-partial): Adjust the row returned by
6033 posn-at-point for the current window-vscroll. (Bug#14567)
6034
6035 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
6036
6037 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
6038 (tramp-sh-file-inotifywait-process-filter): Handle file names with
6039 spaces.
6040
6041 2013-07-06 Martin Rudalics <rudalics@gmx.at>
6042
6043 * window.el (window-state-put-stale-windows): New variable.
6044 (window--state-put-2): Save list of windows without matching buffer.
6045 (window-state-put): Remove "bufferless" windows if possible.
6046
6047 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
6048
6049 * simple.el (alternatives-define): Remove leftover :group keyword.
6050 Tweak docstring.
6051
6052 2013-07-06 Leo Liu <sdl.web@gmail.com>
6053
6054 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
6055 (ido-enable-virtual-buffers): New variable.
6056 (ido-buffer-internal, ido-toggle-virtual-buffers)
6057 (ido-make-buffer-list): Use it.
6058 (ido-exhibit): Support turning on and off virtual buffers
6059 automatically.
6060
6061 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
6062
6063 * simple.el (alternatives-define): New macro.
6064
6065 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6066
6067 * subr.el (read-quoted-char): Use read-key.
6068 (sit-for): Let read-event decode tty input (bug#14782).
6069
6070 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
6071
6072 * calendar/todo-mode.el: Add handling of file deletion, both by
6073 mode command and externally. Fix various related bugs.
6074 Clarify Commentary and improve some documentation strings and code.
6075 (todo-delete-file): New command.
6076 (todo-check-file): New function.
6077 (todo-show): Handle external deletion of the file we're trying to
6078 show (bug#14688). Replace called-interactively-p by an optional
6079 prefix argument to avoid problematic interaction with catch form
6080 when byte compiled (bug#14702).
6081 (todo-quit): Handle external deletion of the archive's todo file.
6082 Make sure the buffer that was visiting the archive file is still
6083 live before trying to bury it.
6084 (todo-category-completions): Handle external deletion of any
6085 category completion files.
6086 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
6087 of todo files, in case of external deletion.
6088 (todo-add-file): Replace unnecessary setq by let-binding.
6089 (todo-find-archive): Check whether there are any archives.
6090 Replace unnecessary setq by let-binding.
6091 (todo-archive-done-item): Use find-file-noselect to get the
6092 archive buffer whether or not the archive already exists.
6093 Remove superfluous code. Use file size instead of buffer-file-name to
6094 check if the archive is new; if it is, update list of archives.
6095 (todo-default-todo-file): Allow nil to be a valid value for when
6096 there are no todo files.
6097 (todo-reevaluate-default-file-defcustom): Use corrected definition
6098 of todo-default-todo-file.
6099 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
6100 (todo-delete-category, todo-show-categories-table)
6101 (todo-category-number): Clarify comment.
6102 (todo-filter-items): Clarify documentation string.
6103 (todo-show-current-file, todo-display-as-todo-file)
6104 (todo-reset-and-enable-done-separator): Tweak documentation string.
6105 (todo-done-separator): Make separator length window-width, since
6106 bug#2749 is now fixed.
6107
6108 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
6109
6110 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6111 Support both "gvfs-monitor-dir" and "inotifywait".
6112 (tramp-sh-file-inotifywait-process-filter): Rename from
6113 `tramp-sh-file-notify-process-filter'.
6114 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6115 (tramp-get-remote-gvfs-monitor-dir): New defuns.
6116
6117 2013-07-05 Leo Liu <sdl.web@gmail.com>
6118
6119 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
6120
6121 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6122
6123 * frame.el (display-pixel-height, display-pixel-width)
6124 (display-mm-height, display-mm-width): Mention behavior on
6125 multi-monitor setups in docstrings.
6126 (w32-display-monitor-attributes-list): Declare function.
6127 (display-monitor-attributes-list): Use it.
6128
6129 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
6130
6131 * filenotify.el: New package.
6132
6133 * autorevert.el (top): Require filenotify.el.
6134 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
6135 instead.
6136 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6137 (auto-revert-notify-handler): Use `file-notify-*' functions.
6138
6139 * subr.el (file-notify-handle-event): Move function to filenotify.el.
6140
6141 * net/tramp.el (tramp-file-name-for-operation):
6142 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
6143
6144 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
6145 for `file-notify-add-watch' and `file-notify-rm-watch'.
6146 (tramp-process-sentinel): Improve trace.
6147 (tramp-sh-handle-file-notify-add-watch)
6148 (tramp-sh-file-notify-process-filter)
6149 (tramp-sh-handle-file-notify-rm-watch)
6150 (tramp-get-remote-inotifywait): New defuns.
6151
6152 2013-07-03 Juri Linkov <juri@jurta.org>
6153
6154 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
6155 call of `occur-read-primary-args' to interactive spec.
6156
6157 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
6158 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
6159
6160 2013-07-03 Matthias Meulien <orontee@gmail.com>
6161
6162 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
6163 `Buffer-menu-multi-occur'. Add it to the menu.
6164 (Buffer-menu-mode): Document it in docstring.
6165 (Buffer-menu-multi-occur): New command. (Bug#14673)
6166
6167 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6168
6169 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6170 keywords and built-ins.
6171
6172 2013-07-03 Glenn Morris <rgm@gnu.org>
6173
6174 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
6175
6176 Make info-xref checks case-sensitive by default
6177 * info.el (Info-find-node, Info-find-in-tag-table)
6178 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
6179 Add option for exact case matching of nodes.
6180 * info-xref.el (info-xref): New custom group.
6181 (info-xref-case-fold): New option.
6182 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
6183
6184 2013-07-03 Leo Liu <sdl.web@gmail.com>
6185
6186 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
6187
6188 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6189
6190 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
6191 middle of block statement initially, lower the depth. Remove
6192 FIXME comment, not longer valid. Remove middle of block statement
6193 detection, no need to do that anymore since we've been using
6194 `ruby-parse-region' here.
6195
6196 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
6197
6198 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
6199
6200 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
6201
6202 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
6203
6204 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
6205
6206 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
6207 (desktop-restore-in-current-display): New customization option.
6208 (desktop--excluded-frame-parameters): Add `font'.
6209 (desktop--save-frames): Rename from desktop--save-windows.
6210 (desktop--restore-in-this-display-p): New function.
6211 (desktop--make-full-frame): Remove unwanted width/height from
6212 full(width|height) frames.
6213 (desktop--restore-frames): Rename from desktop--restore-windows.
6214 Obey desktop-restore-current-display. Do not delete old frames or
6215 select a new frame unless we were able to restore at least one frame.
6216
6217 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
6218
6219 * files.el (find-file-noselect): Simplify conditional expression.
6220
6221 * remember.el (remember-append-to-file):
6222 Don't mix `find-buffer-visiting' and `get-file-buffer'.
6223
6224 Add `remember-notes' function to store random notes across Emacs
6225 restarts.
6226 * remember.el (remember-data-file): Add :set callback to affect
6227 notes buffer (if any).
6228 (remember-notes): New command.
6229 (remember-notes-buffer-name, bury-remember-notes-on-kill):
6230 New defcustoms for the `remember-notes' function.
6231 (remember-notes-save-and-bury-buffer): New command.
6232 (remember-notes-mode-map): New variable.
6233 (remember-mode): New minor mode.
6234 (remember-notes--kill-buffer-query): New function.
6235 * startup.el (initial-buffer-choice): Add notes to custom type.
6236
6237 2013-06-30 Eli Zaretskii <eliz@gnu.org>
6238
6239 * bindings.el (right-char, left-char): Don't call sit-for, this is
6240 no longer needed. Use arithmetic comparison only for numerical
6241 arguments.
6242
6243 * international/mule-cmds.el (select-safe-coding-system):
6244 Handle the case of FROM being a string correctly. (Bug#14755)
6245
6246 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6247
6248 * net/shr.el (shr-make-table-1): Add a sanity check that allows
6249 progression on degenerate tables.
6250 (shr-rescale-image): ImageMagick animated images currently don't work.
6251
6252 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
6253
6254 Some fixes and improvements for desktop frame restoration.
6255 It is still experimental and disabled by default.
6256 * desktop.el (desktop--save-windows): Put the selected frame at
6257 the head of the list.
6258 (desktop--make-full-frame): New function.
6259 (desktop--restore-windows): Try to re-select the frame that was
6260 selected upon saving. Do not abort if some frames fail to restore,
6261 just show an error message and continue. Set up maximized frames
6262 so they have default non-maximized dimensions.
6263
6264 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
6265
6266 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6267 Don't start heredoc inside a string or comment.
6268
6269 2013-06-29 Eli Zaretskii <eliz@gnu.org>
6270
6271 * bindings.el (visual-order-cursor-movement): New defcustom.
6272 (right-char, left-char): Provide visual-order cursor motion by
6273 calling move-point-visually. Update the doc strings.
6274
6275 2013-06-28 Kenichi Handa <handa@gnu.org>
6276
6277 * international/mule.el (define-coding-system): New coding system
6278 properties :inhibit-null-byte-detection,
6279 :inhibit-iso-escape-detection, and :prefer-utf-8.
6280 (set-buffer-file-coding-system): If :charset-list property of
6281 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
6282 appropriate for setting.
6283
6284 * international/mule-cmds.el (select-safe-coding-system):
6285 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
6286 multibyte characters, return utf-8 (or one of its siblings).
6287
6288 * international/mule-conf.el (prefer-utf-8): New coding system.
6289 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
6290 files.
6291
6292 2013-06-28 Ivan Kanis <ivan@kanis.fr>
6293
6294 * net/shr.el (shr-render-region): New function.
6295
6296 * net/eww.el: Autoload `eww-browse-url'.
6297
6298 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
6299
6300 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6301 Adapt to `package-desc-version' being a list.
6302 Use `package--ac-desc-version' to retrieve version from a package
6303 archive element.
6304
6305 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
6306
6307 New experimental feature to save&restore window and frame setup.
6308 * desktop.el (desktop-save-windows): New defcustom.
6309 (desktop--saved-states): New var.
6310 (desktop--excluded-frame-parameters): New defconst.
6311 (desktop--filter-frame-parms, desktop--find-frame-in-display)
6312 (desktop--restore-windows, desktop--save-windows): New functions.
6313 (desktop-save): Call `desktop--save-windows'.
6314 (desktop-read): Call `desktop--restore-windows'.
6315
6316 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6317
6318 * net/shr.el (add-face-text-property): Remove compat definition.
6319
6320 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6321
6322 * info.el (Info-try-follow-nearest-node): Move search for footnote
6323 above search for node name to prevent missing a footnote (bug#14717).
6324
6325 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6326
6327 * obsolete/otodo-mode.el: Add obsolescence info to file header.
6328
6329 2013-06-27 Leo Liu <sdl.web@gmail.com>
6330
6331 * net/eww.el (eww-read-bookmarks): Check file size.
6332
6333 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
6336 advice--pending if newdef is nil or an autoload (bug#13820).
6337 (advice-mapc): New function.
6338
6339 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6340
6341 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
6342 probably.
6343 (eww-mode-map): Add a menu bar.
6344 (eww-add-bookmark): New command.
6345 (eww-bookmark-mode): New mode and commands.
6346 (eww-add-bookmark): Remove newlines from the title.
6347 (eww-bookmark-browse): Don't bug out if it's the only window.
6348
6349 2013-06-26 Glenn Morris <rgm@gnu.org>
6350
6351 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
6352 (hfy-size): Handle ttys. (Bug#14668)
6353
6354 * info-xref.el: Update for Texinfo 5 change in *note format.
6355 (info-xref-node-re, info-xref-note-re): New constants.
6356 (info-xref-check-buffer): Use info-xref-note-re.
6357
6358 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
6361
6362 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
6363 nil terminate the loop (bug#14718).
6364
6365 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6366
6367 * net/eww.el: Rework history traversal. When going forward/back,
6368 put these actions into the history, too, so that they can be
6369 replayed.
6370 (eww-render): Move the history reset to the correct buffer.
6371
6372 2013-06-25 Juri Linkov <juri@jurta.org>
6373
6374 * files-x.el (modify-dir-local-variable): Change the header comment
6375 in the file with directory local variables. (Bug#14692)
6376
6377 * files-x.el (read-file-local-variable-value): Add `default'.
6378 (Bug#14710)
6379
6380 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6381
6382 * net/eww.el (eww-make-unique-file-name): Create a unique file
6383 name before saving to entering `y' accidentally asynchronously.
6384
6385 2013-06-25 Ivan Kanis <ivan@kanis.fr>
6386
6387 * net/eww.el (eww-download): New command and keystroke.
6388
6389 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6390
6391 * net/eww.el (eww-copy-page-url): Change name of command.
6392
6393 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6394 be more consistent with Info and dired.
6395
6396 * net/eww.el (eww-mode-map): Ditto.
6397
6398 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
6401 packages from archives.
6402 (package-archive-contents): Change format; include obsolete packages.
6403 (package-desc): Use `dir' to mark builtin packages.
6404 (package--from-builtin): Set the `dir' field to `builtin'.
6405 (generated-autoload-file, version-control): Declare.
6406 (package-compute-transaction): Change first arg and return value to be
6407 lists of package-descs. Adjust to new package-archive-contents format.
6408 (package--add-to-archive-contents): Adjust to new
6409 package-archive-contents format.
6410 (package-download-transaction): Arg is now a list of package-descs.
6411 (package-install): If `pkg' is a package name, pass it as
6412 a requirement, so it is subject to the usual (e.g. disabled) checks.
6413 (describe-package): Accept package-desc as well.
6414 (describe-package-1): Describe a specific package-desc. Add links to
6415 other package-descs for the same package name.
6416 (package-menu-describe-package): Pass the actual package-desc.
6417 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6418 works correctly.
6419 (package-desc-status): New function.
6420 (package-menu--refresh): New function, extracted
6421 from package-menu--generate.
6422 (package-menu--generate): Use it.
6423 (package-delete): Update package-alist.
6424 (package-menu-execute): Don't call package-initialize.
6425
6426 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6427 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6428 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6429 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6430 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6431 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6432
6433 2013-06-25 Martin Rudalics <rudalics@gmx.at>
6434
6435 * window.el (window--state-get-1): Workaround for bug#14527.
6436 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6437
6438 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6439
6440 * net/eww.el (eww-back-url): Implement the history by stashing all
6441 the data into a list.
6442 (eww-forward-url): Allow going forward in the history, too.
6443
6444 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6447 for values and use read--expression for expressions (bug#14710).
6448 (read-file-local-variable): Avoid setq.
6449 (read-file-local-variable-mode): Use minor-mode-list.
6450
6451 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6452
6453 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6454 for DOI URLs.
6455
6456 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6457
6458 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6459 Update imenu-support when dialect changes.
6460
6461 2013-06-25 Leo Liu <sdl.web@gmail.com>
6462
6463 * ido.el (ido-read-internal): Allow forward slash on windows.
6464
6465 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6466
6467 * net/eww.el (eww): Start of strings is \\`, not ^.
6468
6469 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6470
6471 * net/shr.el (shr-browse-url): Fix interactive spec.
6472
6473 * net/eww.el (eww): Add a trailing slash to domain names.
6474
6475 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
6476
6477 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6478
6479 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6480
6481 * net/shr.el (shr-browse-url): Use an external browser if given a
6482 prefix.
6483
6484 * net/eww.el (eww-external-browser): Move to shr.
6485
6486 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6487
6488 * net/eww.el (eww): Work more correctly for file: URLs.
6489 (eww-detect-charset): Allow quoted charsets.
6490 (eww-yank-page-url): New command and keystroke.
6491
6492 2013-06-24 Daiki Ueno <ueno@gnu.org>
6493
6494 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6495 file name of gpg executable.
6496 (epg-context-program): New function.
6497 (epg-context-home-directory): New function.
6498 (epg-context-set-program): New function.
6499 (epg-context-set-home-directory): New function.
6500 (epg--start): Use `epg-context-program' instead of
6501 'epg-gpg-program'.
6502 (epg--list-keys-1): Likewise.
6503
6504 2013-06-24 Leo Liu <sdl.web@gmail.com>
6505
6506 * ido.el (ido-read-internal): Fix bug#14620.
6507
6508 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6509
6510 * faces.el (face-documentation): Simplify.
6511 (read-face-attribute, tty-find-type, x-resolve-font-name):
6512 Use `string-match-p'.
6513 (list-faces-display): Use `string-match-p'. Simplify.
6514 (face-spec-recalc): Check face to avoid face alias loops.
6515 (read-color): Use `string-match-p' and non-capturing parenthesis.
6516
6517 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6518
6519 * net/shr.el (shr-rescale-image): Use the new
6520 :max-width/:max-height functionality.
6521
6522 2013-06-23 Ivan Kanis <ivan@kanis.fr>
6523
6524 * net/eww.el (eww-search-prefix): New variable.
6525 (eww): Use it.
6526 (eww-external-browser): New variable.
6527 (eww-mode-map): New keystroke.
6528 (eww-browse-with-external-browser): New command.
6529
6530 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6531
6532 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6533
6534 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6535 Don't skip aligning the next header field when padding is 0;
6536 otherwise, field width is not respected unless the title is as
6537 wide as the field.
6538
6539 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * emacs-lisp/package.el (package-el-version): Remove.
6542 (package-process-define-package): Fix inf-loop.
6543 (package-install): Allow symbols as arguments again.
6544
6545 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6546
6547 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6548 add some more keyword-like methods.
6549 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6550
6551 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
6552
6553 * bs.el (bs-buffer-show-mark): Make defvar-local.
6554 (bs-mode): Use setq-local.
6555
6556 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6557 (emacs-lock--try-unlocking): Make defvar-local.
6558
6559 2013-06-22 Glenn Morris <rgm@gnu.org>
6560
6561 * play/cookie1.el (cookie-apropos): Minor simplification.
6562
6563 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6564
6565 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6566
6567 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6568 `regexp-opt', it breaks the build during dumping.
6569
6570 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
6571
6572 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6573 Highlight keyword-like methods on Kernel and Module with
6574 font-lock-builtin-face.
6575 (auto-mode-alist): Consolidate different entries into one regexp
6576 and add more *file-s.
6577
6578 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
6579
6580 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6581
6582 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6583 (diary-entry): Use it in the action of this button type instead of
6584 diary-goto-entry.
6585
6586 * calendar/todo-mode.el: New version.
6587 (todo-add-category): Append new category to end of file and give
6588 it the highest number, instead of putting it at the beginning and
6589 giving it 0. Incorporate noninteractive functionality.
6590 (todo-forward-category): Adapt to 1-based category numbering.
6591 Allow skipping over archived categories.
6592 (todo-backward-category): Derive from todo-forward-category.
6593 (todo-backward-item, todo-forward-item): Make noninteractive and
6594 delegate interactive part to new commands. Make sensitive to done items.
6595 (todo-categories): Make value an alist of category names and
6596 vectors of item counts.
6597 (todo-category-beg): Make a defconst.
6598 (todo-category-number): Use 1 instead of 0 as initial value.
6599 (todo-category-select): Make sensitive to overlays, optional item
6600 highlighting and done items.
6601 (todo-delete-item): Make sensitive to overlays and marked and done items.
6602 (todo-edit-item): Make sensitive to overlays and editing of
6603 date/time header optional. Add format checks.
6604 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
6605 no-op if point is not on an item. Advertise using todo-edit-quit.
6606 (todo-edit-mode): Make sensitive to new format, font-locking, and
6607 multiple todo files.
6608 (todo-insert-item, todo-insert-item-here): Derive from
6609 todo-basic-insert-item and extend functionality.
6610 (todo-item-end, todo-item-start): Make sensitive to done items.
6611 (todo-item-string): Don't return text properties. Restore point.
6612 (todo-jump-to-category): Make sensitive to multiple todo files and
6613 todo archives. Use extended category completion.
6614 (todo-lower-item, todo-raise-item): Rename to *-priority and
6615 derive from todo-set-item-priority.
6616 (todo-mode): Derive from special-mode. Make sensitive to new
6617 format, font-locking and multiple todo files. Make read-only.
6618 (todo-mode-map): Don't suppress digit keys, so they can supply
6619 prefix arguments. Add many new key bindings.
6620 (todo-prefix): Insert as an overlay instead of file text.
6621 Change semantics from diary date expression to purely visual mark.
6622 (todo-print): Rename to todo-print-buffer. Make buffer display
6623 features printable. Remove option to restrict number of items
6624 printed. Add option to print to file.
6625 (todo-print-function): Rename to todo-print-buffer-function.
6626 (todo-quit): Extend to handle exiting new todo modes.
6627 (todo-remove-item): Make sensitive to overlays.
6628 (todo-save): Extend to buffers of filtered items.
6629 (todo-show): Make sensitive to done items, multiple todo files and
6630 new todo modes. Offer to convert legacy todo file before creating
6631 first new todo file.
6632 (todo-show-priorities): Rename to todo-top-priorities.
6633 Change semantics of value 0.
6634 (todo-top-priorities): Rename to todo-filter-top-priorities,
6635 derive from todo-filter-items and extend functionality.
6636 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6637 and extend functionality to other types of filtered items.
6638 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6639 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6640 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6641 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6642 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6643 (todo-edit-mode-hook, todo-entry-prefix-function)
6644 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6645 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6646 (todo-initials, todo-insert-threshold, todo-item-string-start)
6647 (todo-line-string, todo-menu, todo-mode-hook)
6648 (todo-more-important-p, todo-previous-answer, todo-previous-line)
6649 (todo-print-priorities, todo-remove-separator)
6650 (todo-save-top-priorities-too, todo-string-count-lines)
6651 (todo-string-multiline-p, todo-time-string-format)
6652 (todo-tmp-buffer-name): Remove.
6653 (todo-add-file, todo-archive-done-item, todo-choose-archive)
6654 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6655 (todo-edit-category-diary-inclusion)
6656 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6657 (todo-edit-file, todo-edit-item-date-day)
6658 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6659 (todo-edit-item-date-month, todo-edit-item-date-to-today)
6660 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6661 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6662 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6663 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6664 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6665 (todo-filter-top-priorities-multifile, todo-find-archive)
6666 (todo-find-filtered-items-file, todo-go-to-source-item)
6667 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6668 (todo-jump-to-archive-category, todo-lower-category)
6669 (todo-mark-category, todo-marked-item-p, todo-merge-category)
6670 (todo-move-category, todo-move-item, todo-next-button)
6671 (todo-next-item, todo-padded-string, todo-powerset)
6672 (todo-previous-button, todo-previous-item)
6673 (todo-print-buffer-to-file, todo-raise-category)
6674 (todo-rename-category, todo-repair-categories-sexp, todo-search)
6675 (todo-set-category-number, todo-set-item-priority)
6676 (todo-set-top-priorities-in-category)
6677 (todo-set-top-priorities-in-file, todo-show-categories-table)
6678 (todo-sort-categories-alphabetically-or-numerically)
6679 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6680 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6681 (todo-toggle-item-header, todo-toggle-item-highlighting)
6682 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6683 (todo-toggle-view-done-items, todo-toggle-view-done-only)
6684 (todo-unarchive-items, todo-unmark-category): New commands.
6685 (todo-absolute-file-name, todo-add-to-buffer-list)
6686 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6687 (todo-basic-insert-item, todo-category-completions)
6688 (todo-category-number, todo-category-string-matcher-1)
6689 (todo-category-string-matcher-2, todo-check-filtered-items-file)
6690 (todo-check-format, todo-clear-matches)
6691 (todo-comment-string-matcher, todo-convert-legacy-date-time)
6692 (todo-current-category, todo-date-string-matcher)
6693 (todo-define-insertion-command, todo-diary-expired-matcher)
6694 (todo-diary-goto-entry, todo-diary-item-p)
6695 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6696 (todo-display-categories, todo-display-sorted, todo-done-item-p)
6697 (todo-done-item-section-p, todo-done-separator)
6698 (todo-done-string-matcher, todo-files, todo-filter-items)
6699 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6700 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6701 (todo-insert-category-line, todo-insert-item-from-calendar)
6702 (todo-insert-sort-button, todo-insert-with-overlays)
6703 (todo-insertion-command-name, todo-insertion-key-bindings)
6704 (todo-label-to-key, todo-longest-category-name-length)
6705 (todo-make-categories-list, todo-mode-external-set)
6706 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6707 (todo-modes-set-3, todo-multiple-filter-files)
6708 (todo-nondiary-marker-matcher, todo-prefix-overlays)
6709 (todo-read-category, todo-read-date, todo-read-dayname)
6710 (todo-read-file-name, todo-read-time)
6711 (todo-reevaluate-category-completions-files-defcustom)
6712 (todo-reevaluate-default-file-defcustom)
6713 (todo-reevaluate-filelist-defcustoms)
6714 (todo-reevaluate-filter-files-defcustom)
6715 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6716 (todo-reset-done-separator, todo-reset-done-separator-string)
6717 (todo-reset-done-string, todo-reset-global-current-todo-file)
6718 (todo-reset-highlight-item, todo-reset-nondiary-marker)
6719 (todo-reset-prefix, todo-set-categories)
6720 (todo-set-date-from-calendar, todo-set-show-current-file)
6721 (todo-set-top-priorities, todo-short-file-name)
6722 (todo-show-current-file, todo-sort, todo-time-string-matcher)
6723 (todo-total-item-counts, todo-update-buffer-list)
6724 (todo-update-categories-display, todo-update-categories-sexp)
6725 (todo-update-count, todo-validate-name, todo-y-or-n-p):
6726 New functions.
6727 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6728 New major modes.
6729 (todo-categories, todo-display, todo-edit, todo-faces)
6730 (todo-filtered): New defgroups.
6731 (todo-archived-only, todo-button, todo-category-string, todo-date)
6732 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6733 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6734 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6735 (todo-add-item-if-new-category, todo-always-add-time-string)
6736 (todo-categories-align, todo-categories-archived-label)
6737 (todo-categories-category-label, todo-categories-diary-label)
6738 (todo-categories-done-label, todo-categories-number-separator)
6739 (todo-categories-todo-label, todo-categories-totals-label)
6740 (todo-category-completions-files, todo-completion-ignore-case)
6741 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6742 (todo-done-separator-string, todo-done-string)
6743 (todo-files-function, todo-filter-done-items, todo-filter-files)
6744 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6745 (todo-initial-category, todo-initial-file, todo-item-mark)
6746 (todo-legacy-date-time-regexp, todo-mode-line-function)
6747 (todo-nondiary-marker, todo-number-prefix)
6748 (todo-print-buffer-function, todo-show-current-file)
6749 (todo-show-done-only, todo-show-first, todo-show-with-done)
6750 (todo-skip-archived-categories, todo-top-priorities-overrides)
6751 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6752 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6753 New defcustoms.
6754 (todo-category-done, todo-date-pattern, todo-date-string-start)
6755 (todo-diary-items-buffer, todo-done-string-start)
6756 (todo-filtered-items-buffer, todo-item-start)
6757 (todo-month-abbrev-array, todo-month-name-array)
6758 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6759 (todo-top-priorities-buffer): New defconsts.
6760 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6761 (todo-categories-with-marks, todo-category-string-face)
6762 (todo-comment-face, todo-comment-string, todo-current-todo-file)
6763 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6764 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6765 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6766 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6767 (todo-font-lock-keywords, todo-global-current-todo-file)
6768 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6769 (todo-insertion-commands-args)
6770 (todo-insertion-commands-args-genlist)
6771 (todo-insertion-commands-names, todo-insertion-map)
6772 (todo-key-bindings-t, todo-key-bindings-t+a)
6773 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6774 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6775 (todo-nondiary-face, todo-print-buffer, todo-time-face)
6776 (todo-visited): New variables.
6777
6778 2013-06-21 Glenn Morris <rgm@gnu.org>
6779
6780 * play/cookie1.el (cookie-apropos): Add optional display argument.
6781 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6782 (psychoanalyze-pinhead): Use cookie-doctor.
6783
6784 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6785
6786 * emacs-lisp/package.el (tar-get-file-descriptor)
6787 (tar--extract): Declare.
6788
6789 2013-06-21 Eduard Wiebe <usenet@pusto.de>
6790
6791 Extend flymake's warning predicate to be a function (bug#14217).
6792 * progmodes/flymake.el (flymake-warning-predicate): New.
6793 (flymake-parse-line): Use it.
6794 (flymake-warning-re): Make obsolete alias to
6795 `flymake-warning-predicate'.
6796
6797 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6798
6799 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6800 (package-obsolete-list): Remove.
6801 (package-activate): Remove min-version argument. Add `force' argument.
6802 Adjust to new package-alist format.
6803 (package-mark-obsolete): Remove.
6804 (package-unpack): Force reload of the package's autoloads.
6805 (package-installed-p): Check builtins if the installed package is not
6806 recent enough.
6807 (package-initialize): Don't reset package-obsolete-list.
6808 Don't specify which package version to activate.
6809 (package-process-define-package, describe-package-1)
6810 (package-menu--generate): Adjust to new package-alist format.
6811
6812 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6813
6814 * allout-widgets.el (allout-widgets-mode-off)
6815 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6816 (allout-widgets-post-command-business)
6817 (allout-widgets-after-copy-or-kill-function)
6818 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6819 (allout-decorate-item-and-context)
6820 (allout-graphics-modification-handler): Fix typos in docstrings.
6821 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6822
6823 * cmuscheme.el (scheme-start-file): Doc fix.
6824 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6825 (scheme-input-filter): Use `string-match-p'.
6826
6827 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6828
6829 * dired-x.el: Use Dired consistently in docstrings.
6830
6831 * dired.el: Use Dired consistently in docstrings.
6832 (dired-readin, dired-mode): Use `setq-local'.
6833 (dired-switches-alist): Make defvar-local.
6834 (dired-buffers-for-dir): Use `zerop'.
6835 (dired-safe-switches-p, dired-switches-escape-p)
6836 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6837 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6838 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6839 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6840 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6841 (dired-toggle-marks, dired-mark-files-containing-regexp)
6842 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6843 (dired-flag-auto-save-files, dired-flag-backup-files):
6844 Use `looking-at-p'.
6845 (dired-mark-files-regexp, dired-build-subdir-alist):
6846 Use `string-match-p', `looking-at-p'.
6847
6848 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6849 (direct-print-region-helper): Use `string-match-p'.
6850
6851 2013-06-21 Leo Liu <sdl.web@gmail.com>
6852
6853 * comint.el (comint-redirect-results-list-from-process):
6854 Fix infinite loop.
6855
6856 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6857
6858 * net/eww.el (eww-update-header-line-format): Quote % characters.
6859
6860 2013-06-21 Glenn Morris <rgm@gnu.org>
6861
6862 * play/cookie1.el (cookie): New custom group.
6863 (cookie-file): New option.
6864 (cookie-check-file): New function.
6865 (cookie): Make it interactive. Make start and end messages optional.
6866 Interactively, display the result. Default to cookie-file.
6867 (cookie-insert): Default to cookie-file.
6868 (cookie-snarf): Make start and end messages optional.
6869 Default to cookie-file. Use with-temp-buffer.
6870 (cookie-read): Rename from read-cookie.
6871 Make start and end messages optional. Default to cookie-file.
6872 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6873 Do not autoload it.
6874 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6875 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6876
6877 2013-06-21 Leo Liu <sdl.web@gmail.com>
6878
6879 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6880
6881 2013-06-21 Glenn Morris <rgm@gnu.org>
6882
6883 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6884
6885 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6886 Daniel Hackney <dan@haxney.org>
6887
6888 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6889 Consolidate the single-file vs tarball code.
6890 (package-desc-suffix): New function.
6891 (package-desc-full-name): Don't bother inlining it.
6892 (package-load-descriptor): Return the new package-desc.
6893 (package-mark-obsolete): Remove unused arg `package'.
6894 (package-unpack): Make it work for single files as well.
6895 Make it update package-alist.
6896 (package--make-autoloads-and-stuff): Rename from
6897 package--make-autoloads-and-compile. Don't compile any more.
6898 (package--compile): New function.
6899 (package-generate-description-file): New function, extracted from
6900 package-unpack-single.
6901 (package-unpack-single): Remove.
6902 (package--with-work-buffer): Add indentation and debugging info.
6903 (package-download-single): Remove.
6904 (package-install-from-archive): Rename from package-download-tar, make
6905 it take a pkg-desc, and make it work for single files as well.
6906 (package-download-transaction): Simplify.
6907 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6908 external tar program.
6909 (package-install-from-buffer): Remove `pkg-desc' argument.
6910 Use package-tar-file-info for tar-mode buffers.
6911 (package-install-file): Simplify accordingly.
6912 (package-archive-base): Change to take a pkg-desc.
6913 * tar-mode.el (tar--check-descriptor): New function, extracted from
6914 tar-get-descriptor.
6915 (tar-get-descriptor): Use it.
6916 (tar-get-file-descriptor): New function.
6917 (tar--extract): New function, extracted from tar-extract.
6918 (tar--extract): Use it.
6919 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6920 case the summary uses non-ascii. Adjust to new calling convention of
6921 package-tar-file-info.
6922
6923 2013-06-21 Leo Liu <sdl.web@gmail.com>
6924
6925 * comint.el (comint-redirect-results-list-from-process):
6926 Fix random delay. (Bug#14681)
6927
6928 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6929
6930 * profiler.el (profiler-format-number): Use log, not log10.
6931
6932 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6933
6934 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6935
6936 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6939 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6940 yet available.
6941 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6942 (AUTOGENEL): ... here.
6943 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6944 (cl--defsubst-expand): Use it.
6945
6946 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6947
6948 * subr.el (log10): Move here from C code, and declare as obsolete.
6949 All uses of (log10 X) replaced with (log X 10).
6950
6951 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6952
6953 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6954 Declare with `defvar-local'.
6955 (tabulated-list-use-header-line, tabulated-list-entries)
6956 (tabulated-list-padding, tabulated-list-printer)
6957 (tabulated-list-sort-key): Declare with `defvar-local'.
6958 (tabulated-list-init-header, tabulated-list-print-fake-header):
6959 Use `setq-local'.
6960
6961 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6962
6963 * arc-mode.el (archive-mode): Add `archive-write-file' to
6964 `write-contents-functions' also for remote files. (Bug#14652)
6965
6966 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6967
6968 * cus-edit.el (custom-commands): Fix typos.
6969 (custom-display): Fix tooltip text.
6970 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6971 Fix typos in docstrings.
6972 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6973 (custom-unlispify-menu-entry, custom-magic-value-create)
6974 (custom-add-see-also, custom-group-value-create): Use ?\s.
6975 (custom-guess-type, customize-apropos, editable-field)
6976 (custom-face-value-create): Use `string-match-p'.
6977 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6978
6979 * custom.el (custom-load-symbol): Use `string-match-p'.
6980
6981 * ansi-color.el: Convert to lexical binding.
6982 (ansi-colors): Fix URL.
6983 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6984 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6985 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6986
6987 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6988
6989 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6990
6991 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6992
6993 2013-06-19 Tom Tromey <tromey@redhat.com>
6994
6995 * net/eww.el (eww-top-url): Remove.
6996 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6997 (eww-render): Set new variables. Don't set eww-top-url.
6998 (eww-handle-link): Handle "prev", "home", and "contents".
6999 Downcase the rel text.
7000 (eww-top-url): Choose best top URL.
7001
7002 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7003
7004 * net/eww.el: Rewrite to implement form elements "by hand" instead of
7005 relying in widget.el. Using widget.el leads to too many
7006 user interface inconsistencies.
7007 (eww-self-insert): Implement entering commands in text fields.
7008 (eww-process-text-input): New function to make text input field editing
7009 work.
7010 (eww-submit): Rewrite to use the new-style form methods.
7011 (eww-select-display): Display the correct selected item.
7012 (eww-change-select): Implement changing the select value.
7013 (eww-toggle-checkbox): Implement radio/checkboxes.
7014 (eww-update-field): Fix compilation error.
7015 (eww-tag-textarea): Implement <textarea>.
7016
7017 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
7018 we don't shadow mode-specific bindings.
7019
7020 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
7021 nothing to push.
7022
7023 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
7024
7025 2013-06-19 Glenn Morris <rgm@gnu.org>
7026
7027 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
7028
7029 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
7030
7031 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
7032 not needed.
7033
7034 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
7035
7036 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7037
7038 * net/browse-url.el (browse-url-browser-function):
7039 `eww-browse-url' has the right calling signature, `eww' does not.
7040
7041 2013-06-19 Glenn Morris <rgm@gnu.org>
7042
7043 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7044 Only eval autoloaded macros.
7045 (byte-compile-autoload): Only give the macro warning for macros.
7046
7047 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
7048 (ps-underlined-faces): Declare.
7049
7050 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
7051 (speedbar-add-supported-extension): Declare.
7052
7053 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
7054 Don't include a date stamp in the header of the generated file;
7055 it leads to needless differences between output files.
7056
7057 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
7058
7059 * net/secrets.el (secrets-struct-secret-content-type):
7060 Replace check of introspection data by a test call of "CreateItem".
7061 Some servers do not offer introspection.
7062
7063 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * electric.el (electric-pair-mode): Improve interaction with
7066 electric-layout-mode.
7067 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
7068 (electric-pair-syntax): Use text-mode-syntax-table in comments
7069 and strings.
7070 (electric-pair--insert): New function.
7071 (electric-pair-post-self-insert-function): Use it and
7072 electric--after-char-pos.
7073
7074 2013-06-19 Leo Liu <sdl.web@gmail.com>
7075
7076 * progmodes/octave.el (octave-help): Fix regexp.
7077
7078 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7079
7080 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
7081 (shr-table-horizontal-line): Allow nil as a value, and change the
7082 default.
7083 (shr-insert-table-ruler): Respect the nil value.
7084
7085 2013-06-18 Tom Tromey <tromey@barimba>
7086
7087 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7088 New defvars.
7089 (eww-open-file): New defun.
7090 (eww-render): Initialize new variables.
7091 (eww-display-html): Handle "link" and "a".
7092 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
7093 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
7094 (eww-back-url): Rename from eww-previous-url.
7095 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7096 New defuns.
7097
7098 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
7099
7100 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
7101 Distinguish ternary operator tokens from slash symbol and slash
7102 char literal.
7103
7104 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
7105
7106 Convert symbol prettification into minor mode and global minor mode.
7107
7108 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
7109 `prog-prettify-symbols', and make a local defvar instead of defcustom.
7110 (prettify-symbols--keywords): Rename from
7111 `prog-prettify-symbols-alist' and make a local defvar.
7112 (prettify-symbols--compose-symbol): Rename from
7113 `prog--prettify-font-lock-compose-symbol'.
7114 (prettify-symbols--make-keywords): Rename from
7115 `prog-prettify-font-lock-symbols-keywords' and simplify.
7116 (prog-prettify-install): Remove.
7117 (prettify-symbols-mode): New minor mode, based on
7118 `prog-prettify-install'.
7119 (turn-on-prettify-symbols-mode): New function.
7120 (global-prettify-symbols-mode): New globalized minor mode.
7121
7122 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7123 * progmodes/cfengine.el (cfengine3-mode):
7124 * progmodes/perl-mode.el (perl-mode): Don't call
7125 `prog-prettify-install'; set `prettify-symbols-alist' instead.
7126
7127 2013-06-18 Juri Linkov <juri@jurta.org>
7128
7129 * files-x.el (modify-file-local-variable-message): New function.
7130 (modify-file-local-variable)
7131 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
7132 and call `modify-file-local-variable-message' when it's non-nil.
7133 (add-file-local-variable, delete-file-local-variable)
7134 (add-file-local-variable-prop-line)
7135 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
7136 and use it. (Bug#9820)
7137
7138 2013-06-18 Juri Linkov <juri@jurta.org>
7139
7140 * emulation/vi.el (vi-shell-op):
7141 * emulation/vip.el (vip-execute-com, ex-command):
7142 * emulation/viper-cmd.el (viper-exec-bang):
7143 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
7144 the call of `shell-command-on-region'. (Bug#14637)
7145
7146 * simple.el (shell-command-on-region): Doc fix.
7147
7148 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
7151 (bug#14633).
7152
7153 2013-06-18 Glenn Morris <rgm@gnu.org>
7154
7155 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
7156
7157 * newcomment.el (comment-search-forward, comment-search-backward):
7158 Doc fix. (Bug#14376)
7159
7160 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
7161
7162 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
7163 (buffer-face-mode-invoke): Doc fix.
7164
7165 2013-06-18 Matthias Meulien <orontee@gmail.com>
7166
7167 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
7168 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
7169
7170 2013-06-18 Glenn Morris <rgm@gnu.org>
7171
7172 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
7173 Replace obsolete function generic-make-keywords with its expansion.
7174
7175 * progmodes/python.el (ffap-alist): Declare.
7176
7177 * textmodes/reftex.el (bibtex-mode-map): Declare.
7178
7179 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
7182 (package-unpack, package-unpack-single): Return the pkg-dir.
7183 (package-download-transaction): Use it to update package-alist.
7184
7185 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7186
7187 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
7188 possible choice.
7189
7190 2013-06-17 Juri Linkov <juri@jurta.org>
7191
7192 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
7193
7194 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7195
7196 * emacs-lisp/package.el (package-load-descriptor):
7197 Remove `with-syntax-table' call, `read' doesn't need it.
7198 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
7199
7200 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7201
7202 * startup.el (command-line): Expand package name returned by
7203 `package--description-file' (bug#14639).
7204
7205 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7206
7207 * emacs-lisp/package.el (package-load-descriptor): Do not call
7208 `emacs-lisp-mode', just use its syntax table.
7209
7210 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7211
7212 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
7213 `font-lock-extra-managed-props' if any prettifying keyword is added.
7214 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
7215 (prog-mode): Use `setq-local'.
7216
7217 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * international/characters.el (standard-case-table): Set syntax of ?»
7220 and ?« to punctuation.
7221
7222 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
7223
7224 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
7225 Save relevant match data before calling `syntax-ppss' (bug#14595).
7226
7227 2013-06-15 Juri Linkov <juri@jurta.org>
7228
7229 * files-x.el (modify-file-local-variable-prop-line): Add local
7230 variables to the end of the existing comment on the first line.
7231 Use `file-auto-mode-skip' to skip interpreter magic line,
7232 and also skip XML declaration.
7233
7234 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7235
7236 * startup.el (package--builtin-versions): New var.
7237 (package-subdirectory-regexp): Remove.
7238 (package--description-file): Hard code its value instead.
7239
7240 * emacs-lisp/package.el: Don't activate packages older than builtin.
7241 (package-obsolete-list): Rename from package-obsolete-alist, and make
7242 it into a simple list of package-desc.
7243 (package-strip-version): Remove.
7244 (package-built-in-p): Use package--builtin-versions.
7245 (package-mark-obsolete): Simplify.
7246 (package-process-define-package): Mark it obsolete if older than the
7247 builtin version.
7248 (package-handle-response): Use line-end-position.
7249 (package-read-archive-contents, package--download-one-archive):
7250 Simplify.
7251 (package--add-to-archive-contents): Skip if older than the builtin or
7252 installed version.
7253 (package-menu-describe-package): Fix last change.
7254 (package-list-unversioned): New var.
7255 (package-menu--generate): Use it.
7256
7257 * emacs-lisp/autoload.el: Manage package--builtin-versions.
7258 (autoload--insert-text, autoload--insert-cookie-text): New functions.
7259 (autoload-builtin-package-versions): New variable.
7260 (autoload-generate-file-autoloads): Use them.
7261 Remove the list of autoloaded functions/macros from the
7262 (autoload...) comments.
7263
7264 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
7265
7266 2013-06-15 Eli Zaretskii <eliz@gnu.org>
7267
7268 * simple.el (line-move-partial): Don't jump to the next screen
7269 line as soon as it becomes visible. Instead, continue enlarging
7270 the vscroll until the portion of a tall screen line that's left on
7271 display is about the height of the frame's default font.
7272 (Bug#14567)
7273
7274 2013-06-15 Glenn Morris <rgm@gnu.org>
7275
7276 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
7277 compilation-error-regexp-alist void, or local while let-bound.
7278
7279 * progmodes/make-mode.el (makefile-mode-syntax-table):
7280 Treat "=" as punctuation. (Bug#14614)
7281
7282 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
7283
7284 * help-fns.el (describe-variable):
7285 Add extra line for permanent-local variables.
7286
7287 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
7288
7289 * progmodes/scheme.el (scheme-font-lock-keywords-2):
7290 Add export, import, library. (Bug#9164)
7291 (library): Set indent function.
7292
7293 2013-06-14 Glenn Morris <rgm@gnu.org>
7294
7295 * term/xterm.el (xterm--query):
7296 Stop after first matching handler. (Bug#14615)
7297
7298 2013-06-14 Ivan Kanis <ivan@kanis.fr>
7299
7300 Add support for dired in saveplace.
7301 * dired.el (dired-initial-position-hook): New variable.
7302 (dired-initial-position): Call hook to place cursor position.
7303 * saveplace.el (save-place-to-alist): Add dired position.
7304 (save-place-dired-hook): New function.
7305
7306 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
7309 through a symbol rather than letrec.
7310
7311 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
7312 (package-desc): Add `dir' field.
7313 (package-desc-full-name): New function.
7314 (package-load-descriptor): Combine the two arguments. Don't use `load'.
7315 (package-maybe-load-descriptor): Remove.
7316 (package-load-all-descriptors): Just call package-load-descriptor.
7317 (package--disabled-p): New function.
7318 (package-desc-vers, package-desc-doc): Remove aliases.
7319 (package--dir): Remove function.
7320 (package-activate): Check if a package is disabled.
7321 (package-process-define-package): New function, extracted from
7322 define-package.
7323 (define-package): Turn into a place holder.
7324 (package-unpack-single, package-tar-file-info):
7325 Use package--description-file.
7326 (package-compute-transaction): Use package--disabled-p.
7327 (package-download-transaction): Don't call
7328 package-maybe-load-descriptor since they're all loaded anyway.
7329 (package-install): Change argument to be a pkg-desc.
7330 (package-delete): Use a single pkg-desc argument.
7331 (describe-package-1): Use package-desc-dir instead of package--dir.
7332 Use package-desc property instead of package-symbol.
7333 (package-install-button-action): Adjust accordingly.
7334 (package--push): Rewrite.
7335 (package-menu--print-info): Adjust accordingly. Change the ID format
7336 to be a pkg-desc.
7337 (package-menu-describe-package, package-menu-get-status)
7338 (package-menu--find-upgrades, package-menu-mark-upgrades)
7339 (package-menu-execute, package-menu--name-predicate):
7340 Adjust accordingly.
7341 * startup.el (package--description-file): New function.
7342 (command-line): Use it.
7343 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7344 Use package-desc-version.
7345
7346 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
7347 (byte-compile-preprocess): Use it.
7348 (byte-compile-file-form-defalias): Try a bit harder to use macros we
7349 can't quite recognize.
7350 (byte-compile-add-to-list): Remove.
7351 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
7352 (cconv-closure-convert): Add assertion.
7353
7354 * emacs-lisp/map-ynp.el: Use lexical-binding.
7355 (map-y-or-n-p): Remove unused vars `tail' and `object'.
7356 Factor out some repeated code.
7357
7358 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * subr.el (with-eval-after-load): New macro.
7361 (eval-after-load): Allow form to be a function.
7362 take advantage of lexical-binding.
7363 (do-after-load-evaluation): Use dolist and adjust to new format.
7364 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
7365
7366 2013-06-13 Juri Linkov <juri@jurta.org>
7367
7368 * replace.el (perform-replace): Display "symbol " and other search
7369 modes from `isearch-message-prefix' in the *Help* buffer.
7370
7371 * isearch.el (isearch-query-replace): Add " symbol" and other
7372 possible search modes from `isearch-message-prefix' to the prompt.
7373 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7374 when reading a regexp to collect.
7375
7376 2013-06-13 Juri Linkov <juri@jurta.org>
7377
7378 * isearch.el (word-search-regexp): Match whitespace if the search
7379 string begins or ends in whitespace. The LAX arg is applied to
7380 both ends of the search string. Use `regexp-quote' and explicit
7381 \< and \> instead of \b. Use \` and \' instead of ^ and $.
7382 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7383 boundaries are replaced with symbol boundaries, and characters
7384 between symbols match non-word non-symbol syntax. (Bug#14602)
7385
7386 2013-06-13 Juri Linkov <juri@jurta.org>
7387
7388 * isearch.el (isearch-del-char): Don't exceed the length of
7389 `isearch-string' by the prefix arg. (Bug#14563)
7390
7391 2013-06-13 Juri Linkov <juri@jurta.org>
7392
7393 * isearch.el (isearch-yank-word, isearch-yank-line)
7394 (isearch-char-by-name, isearch-quote-char)
7395 (isearch-printing-char, isearch-process-search-char):
7396 Add optional count prefix arg. (Bug#14563)
7397
7398 * international/isearch-x.el
7399 (isearch-process-search-multibyte-characters):
7400 Add optional count prefix arg.
7401
7402 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7405 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7406 lexical-binding.
7407
7408 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
7409
7410 * subr.el (set-temporary-overlay-map): Add on-exit argument.
7411
7412 2013-06-13 Glenn Morris <rgm@gnu.org>
7413
7414 * startup.el (tty-handle-args):
7415 Don't just discard "--" and anything after. (Bug#14608)
7416
7417 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7418
7419 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
7420
7421 Implement changes in Secret Service API. Make it backward compatible.
7422 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7423 (secrets-create-item): Use it. Prefix properties with interface.
7424
7425 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
7426
7427 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
7428 (term-emulate-terminal): Respect term-suppress-hard-newline.
7429
7430 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
7431
7432 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7433 Only remove a `thumb-file' overlay. (Bug#14548)
7434
7435 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
7436
7437 * mail/reporter.el (reporter-submit-bug-report):
7438 Handle missing package-name. (Bug#14600)
7439
7440 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7441
7442 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7443 (reftex-citation-prompt, reftex-default-bibliography)
7444 (reftex-bib-or-thebib, reftex-get-bibfile-list)
7445 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7446 (reftex-bib-sort-author, reftex-bib-sort-year)
7447 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7448 (reftex-extract-bib-entries-from-thebibliography)
7449 (reftex-get-bibkey-default, reftex-get-bib-names)
7450 (reftex-parse-bibtex-entry, reftex-get-bib-field)
7451 (reftex-format-bib-entry, reftex-parse-bibitem)
7452 (reftex-format-bibitem, reftex-do-citation)
7453 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7454 (reftex-restrict-bib-matches, reftex-extract-bib-file)
7455 (reftex-insert-bib-matches, reftex-format-citation)
7456 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7457 (reftex-create-bibtex-file): Add docstrings, mostly by converting
7458 existing comments into docstrings.
7459
7460 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7461
7462 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7463
7464 2013-06-12 Andreas Schwab <schwab@suse.de>
7465
7466 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7467 for auto-save files.
7468
7469 2013-06-12 Glenn Morris <rgm@gnu.org>
7470
7471 * ido.el (ido-delete-ignored-files): Remove.
7472 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7473 Go back to calling ido-ignore-item-p directly.
7474
7475 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
7476
7477 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7478
7479 * ido.el (ido-delete-ignored-files): New function,
7480 split from ido-make-file-list-1.
7481 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
7482 (ido-make-file-list-1): Use ido-delete-ignored-files.
7483
7484 2013-06-12 Leo Liu <sdl.web@gmail.com>
7485
7486 * progmodes/octave.el (inferior-octave-startup)
7487 (inferior-octave-completion-table)
7488 (inferior-octave-track-window-width-change)
7489 (octave-eldoc-function-signatures, octave-help)
7490 (octave-find-definition): Use single quoted strings.
7491 (inferior-octave-startup-args): Change default value.
7492 (inferior-octave-startup): Do not hard code "-i" and
7493 "--no-line-editing".
7494 (inferior-octave-resync-dirs): Add optional arg NOERROR.
7495 (inferior-octave-directory-tracker): Use it.
7496 (octave-goto-function-definition): Robustify.
7497 (octave-help): Support highlighting operators in 'See also'.
7498 (octave-find-definition): Find subfunctions only in Octave mode.
7499
7500 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * help-fns.el (help-fns--compiler-macro): If the handler function is
7503 named, then put a link to it.
7504 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7505 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7506 (cl-typep): Use it.
7507 (cl-eval-when): Simplify debug spec.
7508 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
7509 compiler-macro function instead of setting `compiler-macro-file'.
7510
7511 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7512
7513 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7514 * vc/vc-hooks.el (vc-stay-local): Doc fix.
7515
7516 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7517 Daniel Hackney <dan@haxney.org>
7518
7519 First part of Daniel Hackney's patch to package.el.
7520 * emacs-lisp/package.el: Use defstruct.
7521 (package-desc): New, main struct.
7522 (package--bi-desc, package--ac-desc): New structs, used to describe the
7523 format in external files.
7524 (package-desc-vers): Replace with package-desc-version accessor.
7525 (package-desc-doc): Replace with package-desc-summary accessor.
7526 (package-activate-1): Remove `package' arg since the pkg-vec now
7527 includes the name.
7528 (define-package): Use package-desc-from-define.
7529 (package-unpack-single): Change file-name arg to be a symbol.
7530 (package--add-to-archive-contents): Use package-desc-create and new
7531 accessor functions to package--ac-desc.
7532 (package-buffer-info, package-tar-file-info): Return a package-desc.
7533 (package-install-from-buffer): Remove `type' argument. Change pkg-info
7534 arg to be a package-desc.
7535 (package-install-file): Adjust accordingly. Use \' to match EOS.
7536 (package--from-builtin): New function.
7537 (describe-package-1, package-menu--generate): Use it.
7538 (package--make-autoloads-and-compile): Change name arg to be a symbol.
7539 (package-generate-autoloads): Idem and return the name of the file.
7540 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7541 Change pkg-info arg to be a package-desc.
7542 Use package-make-ac-desc.
7543 (package-upload-file): Use \' to match EOS.
7544 * finder.el (finder-compile-keywords): Use package-make-builtin.
7545
7546 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * vc/vc.el (vc-deduce-fileset): Change error message.
7549 (vc-read-backend): New function.
7550 (vc-next-action): Use it.
7551
7552 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7553
7554 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7555 (prolog-font-lock-keywords): Use regexp-opt instead.
7556 Don't manually highlight strings.
7557 (prolog-mode-variables): Simplify comment-start-skip.
7558 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
7559
7560 * emacs-lisp/generic.el (generic--normalise-comments)
7561 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7562 (generic-mode-set-comments): Use them.
7563 (generic-bracket-support): Use setq-local.
7564 (generic-make-keywords-list): Declare obsolete.
7565
7566 2013-06-11 Glenn Morris <rgm@gnu.org>
7567
7568 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7569 Prettify after setting font-lock-defaults. (Bug#14574)
7570
7571 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
7572
7573 * replace.el (query-replace, occur-read-regexp-defaults-function)
7574 (replace-search):
7575 * subr.el (declare-function, number-sequence, local-set-key)
7576 (substitute-key-definition, locate-user-emacs-file)
7577 (with-silent-modifications, split-string, eval-after-load):
7578 Fix typos, remove unneeded backslashes and reflow some docstrings.
7579
7580 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7583 default for Elisp files.
7584
7585 2013-06-11 Glenn Morris <rgm@gnu.org>
7586
7587 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7588 although define-derived-mode was doing this anyway. (Bug#14583)
7589
7590 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
7591
7592 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7593 Fix make-variable-buffer-local call to refer to the correct variable.
7594
7595 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
7596
7597 * eshell/em-term.el (eshell-visual-commands)
7598 (eshell-visual-subcommands, eshell-visual-options):
7599 Add summary line to docstrings. Add cross-references.
7600
7601 2013-06-10 Glenn Morris <rgm@gnu.org>
7602
7603 * epa.el (epa-read-file-name): New function. (Bug#14510)
7604 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
7605
7606 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7607
7608 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7609 output redirection to be ignored with visual commands.
7610
7611 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7612
7613 * eshell/em-term.el (eshell-visual-command-p): New function.
7614 (eshell-term-initialize): Move long lambda to separate function
7615 eshell-visual-command-p.
7616 * eshell/em-dirs.el (eshell-dirs-initialise):
7617 * eshell/em-script.el (eshell-script-initialize):
7618 Add missing #' to lambda.
7619
7620 2013-06-08 Leo Liu <sdl.web@gmail.com>
7621
7622 * progmodes/octave.el (octave-add-log-current-defun): New function.
7623 (octave-mode): Set add-log-current-defun-function.
7624 (octave-goto-function-definition): Do not move point if not found.
7625 (octave-find-definition): Enhance to try subfunctions first.
7626
7627 2013-06-08 Glenn Morris <rgm@gnu.org>
7628
7629 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7630 (byte-compile-backward-char, byte-compile-backward-word):
7631 Improve previous change, to handle non-explicit nil.
7632
7633 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7636 (smie--opener/closer-at-point): New function.
7637 (smie--matching-block-data): Use it. Don't match from right after an
7638 opener or right before a closer. Obey smie-blink-matching-inners.
7639 Don't signal a mismatch for repeated inners like "switch..case..case".
7640
7641 2013-06-07 Leo Liu <sdl.web@gmail.com>
7642
7643 * progmodes/octave.el (octave-mode): Set comment-use-global-state
7644 to t. (Bug#14303)
7645 (octave-function-header-regexp): Fix. (Bug#14570)
7646 (octave-help-mode-finish-hook, octave-help-mode-finish):
7647 Remove. Just use temp-buffer-show-hook.
7648
7649 * newcomment.el (comment-search-backward): Revert last change.
7650 (Bug#14434)
7651
7652 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7653
7654 2013-06-07 Eli Zaretskii <eliz@gnu.org>
7655
7656 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7657 through xargs, to avoid failure due to MS-Windows limitations on
7658 command-line length.
7659
7660 2013-06-06 Glenn Morris <rgm@gnu.org>
7661
7662 * font-lock.el (lisp-font-lock-keywords-2):
7663 Treat user-error like error.
7664
7665 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7666 (byte-compile-backward-char, byte-compile-backward-word):
7667 Handle explicit nil arguments. (Bug#14565)
7668
7669 2013-06-05 Alan Mackenzie <acm@muc.de>
7670
7671 * isearch.el (isearch-allow-prefix): New user option.
7672 (isearch-other-meta-char): Don't exit isearch when a prefix
7673 argument is typed whilst `isearch-allow-prefix' is non-nil.
7674 (Bug#9706)
7675
7676 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * autorevert.el (auto-revert-notify-handler): Use memq.
7679 Hide assertion failure.
7680
7681 * skeleton.el: Use cl-lib.
7682 (skeleton-further-elements): Use defvar-local.
7683 (skeleton-insert): Use cl-progv.
7684
7685 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7686
7687 * progmodes/prog-mode.el (prog-prettify-symbols)
7688 (prog-prettify-install): Update docstrings.
7689
7690 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * simple.el: Move all the prog-mode code to prog-mode.el.
7693 * progmodes/prog-mode.el: New file.
7694 * loadup.el: Add prog-mode.el.
7695
7696 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7697
7698 * simple.el (prog-prettify-symbols): Add version.
7699 (prog-prettify-install): Add convenience function to prettify symbols.
7700
7701 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7702 (perl--augmented-font-lock-keywords-1)
7703 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7704 variables and use it.
7705
7706 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7707 (cfengine3-mode): Remove unneeded variable and use it.
7708
7709 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7710 (lisp--augmented-font-lock-keywords-1)
7711 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7712 Remove unneeded variables and use it.
7713
7714 2013-06-05 João Távora <joaotavora@gmail.com>
7715
7716 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7717 to point when opening the connection. (Bug#14380)
7718
7719 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7720
7721 * subr.el (load-history-regexp, load-history-filename-element)
7722 (eval-after-load, after-load-functions, do-after-load-evaluation)
7723 (eval-next-after-load, display-delayed-warnings)
7724 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7725 definition of save-match-data.
7726 (overriding-local-map): Remove accidental obsolescence declaration.
7727
7728 * emacs-lisp/edebug.el (edebug-result): Move before first use.
7729
7730 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7731
7732 Generalize symbol prettify support to prog-mode and implement it
7733 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7734 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7735 (prog--prettify-font-lock-compose-symbol)
7736 (prog-prettify-font-lock-symbols-keywords): New variables and
7737 functions to support symbol prettification.
7738 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7739 (lisp--augmented-font-lock-keywords-1)
7740 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7741 (lisp--prettify-symbols-alist): Implement prettify of lambda.
7742 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7743 (cfengine3--prettify-symbols-alist, cfengine3-mode):
7744 Implement prettify of -> => :: strings.
7745 * progmodes/perl-mode.el (perl-prettify-symbols)
7746 (perl--font-lock-compose-symbol)
7747 (perl--font-lock-symbols-keywords): Move to prog-mode.
7748 (perl--prettify-symbols-alist): Prettify -> => :: strings.
7749 (perl-font-lock-keywords-1)
7750 (perl-font-lock-keywords-2): Remove explicit prettify support.
7751 (perl--augmented-font-lock-keywords)
7752 (perl--augmented-font-lock-keywords-1)
7753 (perl--augmented-font-lock-keywords-2, perl-mode):
7754 Implement prettify support.
7755
7756 2013-06-05 Leo Liu <sdl.web@gmail.com>
7757
7758 Re-implement smie matching block highlight using
7759 show-paren-data-function. (Bug#14395)
7760 * emacs-lisp/smie.el (smie-matching-block-highlight)
7761 (smie--highlight-matching-block-overlay)
7762 (smie--highlight-matching-block-lastpos)
7763 (smie-highlight-matching-block)
7764 (smie-highlight-matching-block-mode): Remove.
7765 (smie--matching-block-data-cache): New variable.
7766 (smie--matching-block-data): New function.
7767 (smie-setup): Use smie--matching-block-data for
7768 show-paren-data-function.
7769
7770 * progmodes/octave.el (octave-mode-menu): Fix.
7771 (octave-find-definition): Skip garbage lines.
7772
7773 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 Fix compilation error with simultaneous dynamic+lexical scoping.
7776 Add warning when a defvar appears after the first let-binding.
7777 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7778 (byte-compile-close-variables): Initialize it.
7779 (byte-compile--declare-var): New function.
7780 (byte-compile-file-form-defvar)
7781 (byte-compile-file-form-define-abbrev-table)
7782 (byte-compile-file-form-custom-declare-variable): Use it.
7783 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
7784 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7785 (byte-compile-bind): Handle dynamic bindings that shadow
7786 lexical bindings.
7787 (byte-compile-unbind): Make arg non-optional.
7788 (byte-compile-let): Simplify.
7789 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7790 (cconv--analyse-function, cconv-analyse-form): Populate it.
7791 Protect byte-compile-bound-variables to limit the scope of defvars.
7792 (cconv-analyse-form): Add missing rule for (defvar <foo>).
7793 Remove unneeded rule for `declare'.
7794
7795 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7796 so as to avoid depending on cl-adjoin at run-time.
7797 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7798
7799 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7800 (macroexp--warn-and-return): Use it.
7801
7802 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * lisp/subr.el: Convert to lexical binding.
7805 (overriding-local-map): Make obsolete.
7806 (add-to-list): Doc fix. Add compiler macro.
7807 (read-key): Swap values of local maps.
7808
7809 2013-06-05 Leo Liu <sdl.web@gmail.com>
7810
7811 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7812
7813 2013-06-04 Leo Liu <sdl.web@gmail.com>
7814
7815 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7816 (compilation-auto-jump): Suppress the "Mark set" message to give
7817 way to exit message.
7818
7819 2013-06-04 Alan Mackenzie <acm@muc.de>
7820
7821 Remove faulty optimisation from indentation calculation.
7822 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7823 search limit based on 2000 characters back from indent-point.
7824
7825 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7826
7827 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7828
7829 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7830
7831 * emacs-lisp/lisp.el: Use lexical-binding.
7832 (lisp--local-variables-1, lisp--local-variables): New functions.
7833 (lisp--local-variables-completion-table): New var.
7834 (lisp-completion-at-point): Use it complete let-bound vars.
7835
7836 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7837 eagerly (bug#14422).
7838
7839 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7840
7841 * autorevert.el (auto-revert-notify-enabled)
7842 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7843 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7844 (auto-revert-notify-handler): Handle also gfilenotify.
7845
7846 * subr.el (file-notify-handle-event): New defun. Replacing ...
7847 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7848 Remove.
7849
7850 2013-06-03 Juri Linkov <juri@jurta.org>
7851
7852 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7853 `M-s h .'. (Bug#14427)
7854
7855 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7856 command `hi-lock-face-symbol-at-point'.
7857 (hi-lock-face-symbol-at-point): New command.
7858 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7859 (hi-lock-menu): Add `highlight-symbol-at-point'.
7860 (hi-lock-mode): Doc fix.
7861
7862 * isearch.el (isearch-forward-symbol-at-point): New command.
7863 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7864 (isearch-highlight-regexp): Add a regexp which matches
7865 words/symbols for word/symbol mode.
7866
7867 * subr.el (find-tag-default-bounds): New function with the body
7868 mostly moved from `find-tag-default'.
7869 (find-tag-default): Move most code to `find-tag-default-bounds',
7870 call it and apply `buffer-substring-no-properties' afterwards.
7871
7872 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7873
7874 * eshell/em-term.el (eshell-term-initialize):
7875 Use `cl-intersection' rather than `intersection'.
7876
7877 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7878
7879 * vc/log-view.el: Doc fix.
7880 (log-view-mode-map): Copy keymap from `special-mode-map'.
7881
7882 2013-06-02 Eric Ludlam <zappo@gnu.org>
7883
7884 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7885 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7886 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7887 (eieio-unbound, eieio-default-superclass)
7888 (eieio--define-field-accessors, method-static, method-before)
7889 (method-primary, method-after, method-num-lists)
7890 (method-generic-before, method-generic-primary)
7891 (method-generic-after, method-num-slots)
7892 (eieio-specialized-key-to-generic-key)
7893 (eieio--check-type, class-v, class-p)
7894 (eieio-class-name, define-obsolete-function-alias)
7895 (eieio-class-parents-fast, eieio-class-children-fast)
7896 (same-class-fast-p, class-constructor, generic-p)
7897 (generic-primary-only-p, generic-primary-only-one-p)
7898 (class-option-assoc, class-option, eieio-object-p)
7899 (class-abstract-p, class-method-invocation-order)
7900 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7901 (eieio-class-un-autoload, eieio-defclass)
7902 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7903 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7904 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7905 (eieio-defgeneric-reset-generic-form)
7906 (eieio-defgeneric-form-primary-only)
7907 (eieio-defgeneric-reset-generic-form-primary-only)
7908 (eieio-defgeneric-form-primary-only-one)
7909 (eieio-defgeneric-reset-generic-form-primary-only-one)
7910 (eieio-unbind-method-implementations)
7911 (eieio--defmethod, eieio--typep)
7912 (eieio-perform-slot-validation, eieio-validate-slot-value)
7913 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7914 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7915 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7916 (eieio-slot-name-index, eieio-class-slot-name-index)
7917 (eieio-set-defaults, eieio-initarg-to-attribute)
7918 (eieio-attribute-to-initarg, eieio-c3-candidate)
7919 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7920 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7921 (eieio-class-precedence-list, eieio-generic-call-methodname)
7922 (eieio-generic-call-arglst, eieio-generic-call-key)
7923 (eieio-generic-call-next-method-list)
7924 (eieio-pre-method-execution-functions, eieio-generic-call)
7925 (eieio-generic-call-primary-only, eieiomt-method-list)
7926 (eieiomt-optimizing-obarray, eieiomt-install)
7927 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7928 (eieio-generic-form, eieio-defmethod, make-obsolete)
7929 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7930 (defclass): Remove `eval-and-compile' from macro.
7931 (call-next-method, shared-initialize): Instead of using
7932 `scoped-class' variable, use new eieio--scoped-class, and
7933 eieio--with-scoped-class.
7934 (initialize-instance): Rename local variable 'scoped-class' to
7935 'this-class' to remove ambiguitity from old global.
7936
7937 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7938 eieio.el.
7939 (eieio--scoped-class-stack): New variable.
7940 (eieio--scoped-class): New fcn.
7941 (eieio--with-scoped-class): New scoping macro.
7942 (eieio-defclass): Use pushnew instead of add-to-list.
7943 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7944 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7945 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7946 `scoped-class' variable, use new eieio--scoped-class, and
7947 eieio--with-scoped-class.
7948
7949 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7950
7951 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7952
7953 * eshell/esh-ext.el (eshell-external-command): Pass args to
7954 `eshell-find-interpreter'.
7955 (eshell-find-interpreter): Add new second parameter ARGS.
7956
7957 * eshell/em-script.el (eshell-script-initialize): Add second arg
7958 to the function added as MATCH to `eshell-interpreter-alist'.
7959
7960 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7961 the function added as MATCH to `eshell-interpreter-alist'.
7962
7963 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7964 (eshell-visual-options): New defcustom.
7965 (eshell-escape-control-x): Adapt docstring.
7966 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7967 `eshell-visual-options' in addition to `eshell-visual-commands'.
7968 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7969
7970 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7971
7972 * progmodes/python.el (python-indent-block-enders): Add break,
7973 continue and raise keywords.
7974
7975 2013-06-01 Glenn Morris <rgm@gnu.org>
7976
7977 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7978
7979 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7980 * progmodes/cc-cmds.el (delete-forward-p):
7981 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7982 * progmodes/cc-engine.el (buffer-syntactic-context):
7983 * progmodes/cc-fonts.el (face-property-instance):
7984 * progmodes/cc-mode.el (set-keymap-parents):
7985 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7986 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7987 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7988 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7989 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7990
7991 * progmodes/cc-vars.el (other): Emacs has this widget since
7992 at least 21.1, so don't (re)define it.
7993
7994 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7995 Replace the obsolete alias pcomplete-arg-quote-list.
7996
7997 2013-06-01 Leo Liu <sdl.web@gmail.com>
7998
7999 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
8000 punctuation syntax.
8001 (inferior-octave-minimal-columns)
8002 (inferior-octave-last-column-width): New variables.
8003 (inferior-octave-track-window-width-change): New function.
8004 (inferior-octave-mode): Adjust column width so that Octave output,
8005 for example from 'ls', can fit into the window nicely.
8006
8007 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8008
8009 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8010 Highlight expansions inside regexp literals.
8011
8012 2013-05-31 Glenn Morris <rgm@gnu.org>
8013
8014 * obsolete/sym-comp.el (symbol-complete):
8015 Replace obsolete completion-annotate-function.
8016
8017 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
8018
8019 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8020
8021 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8022 New function, checks if point is inside a literal that allows
8023 expression expansion.
8024 (ruby-syntax-propertize-expansion): Use it.
8025 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
8026 around the body.
8027
8028 2013-05-30 Juri Linkov <juri@jurta.org>
8029
8030 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
8031 to "\M-si".
8032 (isearch-invisible): New variable.
8033 (isearch-forward): Doc fix.
8034 (isearch-mode): Set `isearch-invisible'
8035 to the value of `search-invisible'.
8036 (isearch-toggle-case-fold): Doc fix.
8037 (isearch-toggle-invisible): New command.
8038 (isearch-query-replace): Let-bind `search-invisible'
8039 to the value of `isearch-invisible'.
8040 (isearch-search): Use `isearch-invisible' instead of
8041 `search-invisible'. Let-bind `search-invisible'
8042 to the value of `isearch-invisible'. (Bug#11378)
8043
8044 2013-05-30 Juri Linkov <juri@jurta.org>
8045
8046 * replace.el (perform-replace): Avoid `isearch-range-invisible'
8047 call when `query-flag' is nil and `search-invisible' is non-nil.
8048 (Bug#11746)
8049
8050 2013-05-30 Glenn Morris <rgm@gnu.org>
8051
8052 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
8053
8054 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
8055 (cc-require): Suppress spurious "noruntime" warnings.
8056 (cc-require-when-compile): Use fboundp, for sake of compiler.
8057
8058 * progmodes/cc-mode.el: Move load of cc-vars before that of
8059 cc-langs (which in turn loads cc-vars), to quieten compiler.
8060
8061 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * paren.el: Simplify the code.
8064 (show-paren-mode): Always start the timer.
8065 (show-paren--idle-timer): Rename from show-paren-idle-timer.
8066 (show-paren--overlay, show-paren--overlay-1): Rename from
8067 show-paren-overlay and show-paren-overlay-1, and initialize to an
8068 overlay rather than to nil.
8069 (show-paren-function): Misc cleanup and simplifications.
8070
8071 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * paren.el (show-paren-data-function): New hook.
8074 (show-paren--default): New function, extracted from show-paren-function.
8075 (show-paren-function): Use show-paren-data-function.
8076
8077 2013-05-30 Glenn Morris <rgm@gnu.org>
8078
8079 * ielm.el (ielm-map, ielm-complete-symbol):
8080 Use completion-at-point rather than obsolete functions.
8081 (inferior-emacs-lisp-mode): Doc fix.
8082 Set completion-at-point-functions, rather than
8083 comint-dynamic-complete-functions.
8084
8085 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
8086 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
8087 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
8088
8089 * image.el (image-animated-p): Tweak definition.
8090
8091 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
8092 (rlogin-process-connection-type): Tweak default. Add set-after.
8093 (rlogin-host): Doc fix.
8094 (rlogin): Tweak prompt.
8095 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
8096
8097 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
8098 * progmodes/tcl.el (inferior-tcl-mode-map):
8099 Use completion-at-point rather than obsolete alias.
8100
8101 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
8102
8103 * minibuffer.el (read-file-name-completion-ignore-case):
8104 Move before completion--in-region, for eager macro expansion.
8105
8106 2013-05-29 Juri Linkov <juri@jurta.org>
8107
8108 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
8109 for total count of matching lines. Add `global-matches' for total
8110 count of matches. Rename `matches' to `lines' for count of
8111 matching lines. Add `matches' for count of matches.
8112 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
8113 to `prev-line' for line number of prev match endpt.
8114 Increment `matches' for every match. Print the number of
8115 matching lines in the header.
8116 (occur-context-lines): Rename `lines' to `curr-line'.
8117 Rename `prev-lines' to `prev-line'. (Bug#14017)
8118
8119 2013-05-29 Juri Linkov <juri@jurta.org>
8120
8121 * replace.el (perform-replace): Add `skip-read-only-count',
8122 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
8123 Increment them for corresponding conditions and report the number
8124 of skipped occurrences in the final message. (Bug#11746)
8125 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8126 (replace-string, replace-regexp): Doc fix.
8127
8128 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8129
8130 * emacs-lisp/trace.el (trace--read-args): Provide a default.
8131
8132 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
8133 prog-mode-map (bug#14504).
8134
8135 2013-05-29 Leo Liu <sdl.web@gmail.com>
8136
8137 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
8138 (octave-help): Small simplification.
8139
8140 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
8141 off the highlight first.
8142
8143 2013-05-29 Glenn Morris <rgm@gnu.org>
8144
8145 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
8146 Handle idlwave-last-system-routine-info-cons-cell being nil.
8147
8148 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8149 (idlwave-write-paths): Simplify via with-temp-buffer.
8150
8151 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
8152 * emulation/cua-rect.el: Also load cua-base at run time.
8153
8154 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
8155 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
8156 (cperl-imenu-on-info): Require imenu.
8157
8158 2013-05-28 Alan Mackenzie <acm@muc.de>
8159
8160 Handle "capitalised keywords" correctly.
8161 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
8162
8163 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
8164
8165 * eshell/em-unix.el: Add -r option to cp.
8166
8167 2013-05-28 Glenn Morris <rgm@gnu.org>
8168
8169 * vc/vc-arch.el (vc-exec-after): Declare.
8170 (vc-switches): Autoload.
8171 * vc/vc-bzr.el: No need to require vc when compiling.
8172 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
8173 (vc-resynch-buffer, vc-dir-refresh): Declare.
8174 (vc-setup-buffer, vc-switches): Autoload.
8175 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
8176 (vc-resynch-buffer): Declare.
8177 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
8178 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
8179 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
8180 (grep-read-regexp, grep-read-files, grep-expand-template)
8181 (vc-dir-refresh): Declare.
8182 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
8183 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
8184 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
8185 * vc/vc-mtn.el (vc-exec-after): Declare.
8186 (vc-switches): Autoload.
8187 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
8188 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
8189 (vc-file-tree-walk): Declare.
8190 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
8191 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
8192 (vc-tag-precondition, vc-rename-master): Autoload.
8193 * vc/vc-svn.el (vc-exec-after): Declare.
8194 (vc-switches, vc-setup-buffer): Autoload.
8195 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
8196 Autoload.
8197 (vc-resynch-buffer): Declare.
8198
8199 * obsolete/fast-lock.el (byte-compile-warnings):
8200 Don't warn about obsolete features in this obsolete file.
8201
8202 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
8203 Move definition before use.
8204
8205 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
8206 (dun-unix-verbs): Remove dun-zippy.
8207 (dun-zippy): Remove function.
8208
8209 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8210
8211 2013-05-27 Juri Linkov <juri@jurta.org>
8212
8213 * replace.el (replace-search): New function with code moved out
8214 from `perform-replace'.
8215 (replace-highlight, replace-dehighlight): Move function definitions
8216 up closer to `replace-search'. (Bug#11746)
8217
8218 2013-05-27 Juri Linkov <juri@jurta.org>
8219
8220 * replace.el (perform-replace): Ignore invisible matches.
8221 In addition to checking `query-replace-skip-read-only', also
8222 filter out matches by calling `run-hook-with-args-until-failure'
8223 on `isearch-filter-predicates', and also check `search-invisible'
8224 for t or call `isearch-range-invisible'.
8225 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
8226
8227 2013-05-27 Juri Linkov <juri@jurta.org>
8228
8229 * isearch.el (isearch-filter-predicates): Rename from
8230 `isearch-filter-predicate'. Doc fix. (Bug#11378)
8231 (isearch-message-prefix): Display text from the property
8232 `isearch-message-prefix' of the currently active filters.
8233 (isearch-search): Don't compare `isearch-filter-predicate' with
8234 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
8235 on `isearch-filter-predicates'. Also check `search-invisible' for t
8236 or call `isearch-range-invisible'.
8237 (isearch-filter-visible): Make obsolete.
8238 (isearch-lazy-highlight-search):
8239 Call `run-hook-with-args-until-failure' on
8240 `isearch-filter-predicates' and use `isearch-range-invisible'.
8241
8242 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
8243 `isearch-filter-predicates' instead of `funcall'ing
8244 `isearch-filter-predicate'.
8245 (Info-mode): Set `Info-isearch-filter' to
8246 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
8247
8248 * dired-aux.el (dired-isearch-filter-predicate-orig):
8249 Remove variable.
8250 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
8251 (dired-isearch-filenames-end): Add and remove
8252 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
8253 instead of changing the value of `isearch-filter-predicate'.
8254 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
8255 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
8256 Put property `isearch-message-prefix' to "filename " on
8257 `dired-isearch-filter-filenames'.
8258
8259 * wdired.el (wdired-change-to-wdired-mode):
8260 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
8261 locally instead of changing `isearch-filter-predicate'.
8262 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
8263
8264 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
8265
8266 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
8267 return the commit hash (Bug#14459). Also set the
8268 `vc-git-detached' property.
8269 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
8270 (vc-git-mode-line-string): Use the same help-echo format whether
8271 in detached mode or not, because we know the actual revision now.
8272 When in detached mode, shorten the revision to 7 chars.
8273
8274 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * emacs-lisp/easy-mmode.el (define-minor-mode):
8277 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
8278 mode hook and provide a docstring.
8279
8280 2013-05-27 Alan Mackenzie <acm@muc.de>
8281
8282 Remove spurious syntax-table text properties inserted by C-y.
8283 * progmodes/cc-mode.el (c-after-change): Also clear hard
8284 syntax-table property with value nil.
8285
8286 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
8287
8288 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
8289 when reading the events; the buffer layout shall not be changed.
8290
8291 2013-05-27 Leo Liu <sdl.web@gmail.com>
8292
8293 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
8294 New variable.
8295 (inferior-octave-directory-tracker): Automatically re-sync
8296 default-directory.
8297 (octave-help): Improve handling of 'See also'.
8298
8299 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8300
8301 * doc-view.el: Minor naming convention tweaks.
8302 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
8303
8304 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
8305 even if there's no `display' property yet (bug#14435).
8306
8307 2013-05-25 Eli Zaretskii <eliz@gnu.org>
8308
8309 * subr.el (unmsys--file-name): Rename from reveal-filename.
8310
8311 * Makefile.in (custom-deps, finder-data, autoloads)
8312 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8313 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8314 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
8315
8316 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
8319 error-completion on the first 2 args of condition-case (bug#14446).
8320 Don't burp at EOB.
8321
8322 2013-05-25 Leo Liu <sdl.web@gmail.com>
8323
8324 * comint.el (comint-previous-matching-input): Do not flood the
8325 *Messages* buffer with trivial messages.
8326
8327 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8328
8329 * progmodes/flymake.el (flymake-nop): Don't return a string.
8330 (flymake-set-at): Fix typo.
8331
8332 * simple.el (read--expression): New function, extracted from
8333 eval-expression. Set completion-at-point-functions (bug#14465).
8334 (eval-expression, eval-minibuffer): Use it.
8335
8336 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
8337
8338 * progmodes/flymake.el (flymake-save-buffer-in-file)
8339 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
8340 (flymake-selected-frame, flymake-log, flymake-ins-after)
8341 (flymake-set-at, flymake-get-buildfile-from-cache)
8342 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
8343 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
8344 Refine the doc string.
8345 (flymake-get-file-name-mode-and-masks): Reformat.
8346 (flymake-get-real-file-name-function): Fix a minor bug.
8347
8348 2013-05-24 Juri Linkov <juri@jurta.org>
8349
8350 * progmodes/grep.el (grep-mode-font-lock-keywords):
8351 Support =linenumber= format used by git-grep for lines with
8352 function names. (Bug#13549)
8353
8354 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 * progmodes/octave.el (octave-smie-rules): Return nil rather than
8357 0 after a semi-colon; it works better for smie-auto-fill.
8358 (octave--indent-new-comment-line): New function.
8359 (octave-indent-new-comment-line): Use it (indirectly).
8360 (octave-mode): Don't disable smie-auto-fill. Use add-function to
8361 modify comment-line-break-function.
8362
8363 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
8364 (smie-setup): Use add-function to set it.
8365
8366 2013-05-24 Sam Steingold <sds@gnu.org>
8367
8368 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8369 argument (before the `interactive' argument).
8370
8371 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * image-mode.el (image-mode-winprops): Add winprops to
8374 image-mode-winprops-alist before running
8375 image-mode-new-window-functions.
8376 * doc-view.el (doc-view-new-window-function): Don't delay
8377 doc-view-goto-page via timers (bug#14435).
8378
8379 2013-05-24 Tassilo Horn <tsdh@gnu.org>
8380
8381 * doc-view.el: Integrate with desktop.el. (Bug#14435)
8382 (doc-view-desktop-save-buffer): New function.
8383 (doc-view-restore-desktop-buffer): New function.
8384 (desktop-buffer-mode-handlers):
8385 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
8386 handler.
8387 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8388 `desktop-save-buffer' function.
8389
8390 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
8391
8392 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8393 (tramp-gvfs-file-name-handler): Raise a user error when
8394 `tramp-gvfs-enabled' is nil.
8395 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8396 Do not raise a user error when loading package. (Bug#14447)
8397
8398 * net/xesam.el: Move to obsolete/.
8399
8400 2013-05-24 Glenn Morris <rgm@gnu.org>
8401
8402 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8403
8404 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8405
8406 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8407 (Info-find-node, Man-getpage-in-background): Declare.
8408
8409 * mail/unrmail.el (unrmail):
8410 Replace obsolete detect-coding-with-priority.
8411
8412 * net/socks.el (socks-split-string): Use this rather than split-string.
8413 (socks-nslookup-host): Update for above change.
8414 (dynamic-choice, s5-dynamic-choice-match)
8415 (s5-dynamic-choice-match-inline, s5-widget-value-create):
8416 Comment out unused code.
8417
8418 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8419 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8420 (gud-tooltip-echo-area): Make obsolete.
8421 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8422
8423 * progmodes/js.el (js--optimize-arglist): Declare.
8424
8425 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8426
8427 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8428 (ediff-window-C): Declare.
8429
8430 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8431 Tweak requires to silence compiler.
8432
8433 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8434 (he-search-string, he-tried-table, he-expand-list)
8435 (he-init-string, he-string-member, he-substitute-string)
8436 (he-reset-string): Declare.
8437
8438 * obsolete/options.el (list-options): Use custom-variable-p,
8439 rather than obsolete alias.
8440
8441 2013-05-23 Sam Steingold <sds@gnu.org>
8442
8443 * simple.el (shell-command-on-region): Pass the `replace' argument
8444 down to `call-process-region' to comply with the doc as reported on
8445 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8446
8447 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * emacs-lisp/smie.el (smie-indent-forward-token)
8450 (smie-indent-backward-token): Handle string tokens (bug#14381).
8451
8452 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8453
8454 * ielm.el (ielm-menu): New menu.
8455 (inferior-emacs-lisp-mode): Set comment-start.
8456
8457 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8458
8459 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8460 Fix deactivate action.
8461
8462 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8463 Add cleveref macros.
8464
8465 * lisp/textmodes/reftex-parse.el
8466 (reftex-locate-bibliography-files): Accept options for
8467 bibliography commands.
8468 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8469 Add addbibresource. Basic Biblatex support.
8470
8471 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
8472
8473 * net/tramp-gvfs.el (top):
8474 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8475 when loading package. (Bug#14447)
8476
8477 2013-05-23 Glenn Morris <rgm@gnu.org>
8478
8479 * progmodes/js.el: No need to load comint when compiling.
8480 (ring-insert, comint-send-string, comint-send-input)
8481 (comint-last-input-end, ido-chop): Declare.
8482
8483 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8484 * vc/ediff-mult.el: Adjust requires.
8485 (ediff-directories-internal, ediff-directory-revisions-internal)
8486 (ediff-patch-file-internal): Declare.
8487 * vc/ediff-ptch.el: Adjust requires.
8488 (ediff-use-last-dir, ediff-buffers-internal): Declare.
8489 (ediff-find-file): Autoload.
8490 * vc/ediff-util.el: No need to load ediff when compiling.
8491 (ediff-regions-internal): Declare.
8492 * vc/ediff-wind.el: Adjust requires.
8493 (ediff-compute-toolbar-width): Define when compiling.
8494 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8495 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8496 (dired-get-filename, dired-get-marked-files)
8497 (ediff-last-dir-patch, ediff-patch-default-directory)
8498 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8499 (ediff-patch-buffer-internal): Declare.
8500
8501 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8502 (ispell-process, ispell-buffer-local-words, lm-summary)
8503 (lm-section-start, lm-section-end): Declare.
8504 (checkdoc-ispell-init): Simplify.
8505
8506 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8507 (he-string-member, he-reset-string, he-substitute-string): Declare.
8508
8509 * eshell/em-ls.el: Adjust requires.
8510 (eshell-glob-regexp): Declare.
8511 * eshell/em-tramp.el: Adjust requires.
8512 (eshell-parse-command): Autoload.
8513 * eshell/em-xtra.el: Adjust requires.
8514 (eshell-parse-command): Autoload.
8515 * eshell/esh-ext.el: Adjust requires.
8516 (eshell-parse-command, eshell-close-handles): Autoload.
8517 * eshell/esh-io.el: Adjust requires.
8518 (eshell-output-filter): Autoload.
8519 * eshell/esh-util.el: No need to load tramp when compiling.
8520 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8521 Declare.
8522 (eshell-parse-ange-ls): Require ange-ftp and tramp.
8523 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8524 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8525 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8526 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8527 * eshell/esh-opt.el, eshell/esh-proc.el:
8528 * eshell/esh-var.el: Adjust requires.
8529 * eshell/eshell.el: Do not require esh-util twice.
8530 (eshell-add-input-to-history): Declare.
8531 (eshell-command): Check history module is active before using it.
8532
8533 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8534
8535 2013-05-22 Leo Liu <sdl.web@gmail.com>
8536
8537 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8538
8539 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
8540
8541 * autorevert.el (auto-revert-notify-add-watch)
8542 (auto-revert-notify-handler): Add `attrib' for the inotify case,
8543 it indicates changes in file modification time.
8544
8545 2013-05-22 Glenn Morris <rgm@gnu.org>
8546
8547 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8548 Always delete the autoloaded function from the noruntime and
8549 unresolved functions lists.
8550
8551 * allout.el: No need to load epa, epg, overlay when compiling.
8552 (epg-context-set-passphrase-callback, epg-list-keys)
8553 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8554 (epg-key-user-id-list): Declare.
8555
8556 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8557 (viper-set-parsing-style-toggling-macro)
8558 (viper-set-emacs-state-searchstyle-macros):
8559 Use called-interactively-p on Emacs.
8560 (viper-looking-back): Make it an obsolete alias. Update callers.
8561 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8562 Use looking-back rather than viper-looking-back.
8563 (viper-tmp-insert-at-eob, viper-enlarge-region)
8564 (viper-read-string-with-history, viper-register-to-point)
8565 (viper-append-to-register, viper-change-state-to-vi)
8566 (viper-backward-char-carefully, viper-forward-char-carefully)
8567 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8568 (viper-change-state-to-emacs): Declare.
8569 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8570 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8571 * emulation/viper-mous.el: Do not load viper-cmd.
8572 (viper-backward-char-carefully, viper-forward-char-carefully)
8573 (viper-forward-word, viper-adjust-window): Declare.
8574
8575 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8576
8577 * progmodes/idlw-help.el (idlwave-help-fontify):
8578 Use called-interactively-p.
8579
8580 * term/w32console.el (w32-get-console-codepage)
8581 (w32-get-console-output-codepage): Declare.
8582
8583 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8584 Remove unnecessary declarations.
8585 (dframe-message): Doc fix.
8586
8587 * info.el (dframe-select-attached-frame, dframe-current-frame):
8588 Declare.
8589
8590 * speedbar.el (speedbar-message): Make it an obsolete alias.
8591 Update all callers.
8592 (speedbar-with-attached-buffer)
8593 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8594 (speedbar-with-writable): Use backquote.
8595 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8596 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8597 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8598 rather than speedbar- aliases.
8599 * mail/rmail.el: Load dframe rather than speedbar when compiling.
8600 (speedbar-make-specialized-keymap, speedbar-insert-button)
8601 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8602 (speedbar-do-function-pointer): Declare.
8603 (rmail-speedbar-button, rmail-speedbar-find-file)
8604 (rmail-speedbar-move-message):
8605 Use dframe-with-attached-buffer rather than speedbar- alias.
8606 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8607 (dframe-message, speedbar-make-specialized-keymap)
8608 (speedbar-add-expansion-list, speedbar-mode-functions-list)
8609 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8610 (speedbar-insert-button, dframe-select-attached-frame)
8611 (dframe-maybee-jump-to-attached-frame)
8612 (speedbar-change-initial-expansion-list)
8613 (speedbar-previously-used-expansion-list-name): Declare.
8614 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8615 Use dframe-message, dframe-with-attached-buffer rather than
8616 speedbar- aliases.
8617 (gud-sentinel): Silence compiler.
8618 * progmodes/vhdl-mode.el (speedbar-refresh)
8619 (speedbar-do-function-pointer, speedbar-add-supported-extension)
8620 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8621 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8622 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8623 (speedbar-file-lists, speedbar-make-tag-line)
8624 (speedbar-line-directory, speedbar-goto-this-file)
8625 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8626 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8627 (speedbar-make-button, speedbar-reset-scanners)
8628 (speedbar-files-item-info, speedbar-line-text)
8629 (speedbar-find-file-in-frame, speedbar-set-timer)
8630 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8631 (speedbar-with-writable): Do not (re)define it.
8632 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8633 rather than speedbar- alias.
8634
8635 2013-05-21 Leo Liu <sdl.web@gmail.com>
8636
8637 * progmodes/octave.el (octave-mode-menu): Update and re-organize
8638 menu items.
8639 (octave-mode): Tweak fill-nobreak-predicate.
8640 (inferior-octave-startup): Check process to avoid infinite loop.
8641 (inferior-octave): Pop to buffer first to show abornmal process
8642 exit information.
8643
8644 2013-05-21 Glenn Morris <rgm@gnu.org>
8645
8646 * printing.el (pr-menu-bar): Define when compiling.
8647
8648 2013-05-21 Leo Liu <sdl.web@gmail.com>
8649
8650 * progmodes/octave.el (octave-auto-fill): Remove.
8651 (octave-indent-new-comment-line): Improve.
8652 (octave-mode): Use auto fill mode through
8653 comment-line-break-function and fill-nobreak-predicate.
8654 (octave-goto-function-definition): Support DEFUN_DLD.
8655 (octave-beginning-of-defun): Small tweak.
8656 (octave-help): Show parent directory.
8657
8658 2013-05-21 Glenn Morris <rgm@gnu.org>
8659
8660 * files.el (dired-unmark):
8661 * progmodes/gud.el (gdb-input): Update declarations.
8662
8663 * calculator.el (electric, ehelp): No need to load when compiling.
8664 (Electric-command-loop, electric-describe-mode): Declare.
8665
8666 * doc-view.el (doc-view-current-converter-processes): Move before use.
8667
8668 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8669 Move MODE-set-explicitly definition before use.
8670
8671 * international/mule-diag.el (mule-diag):
8672 Don't use obsolete window-system-version.
8673
8674 * mail/feedmail.el (smtpmail): No need to load when compiling.
8675 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8676
8677 * mail/mail-utils.el (rfc822): No need to load when compiling.
8678 (rfc822-addresses): Autoload it.
8679 (mail-strip-quoted-names): Trivial simplification.
8680
8681 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8682 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8683
8684 * net/snmp-mode.el (tempo): Don't duplicate requires.
8685
8686 * progmodes/prolog.el (info): No need to load when compiling.
8687 (comint): Require before shell requires it.
8688 (Info-goto-node): Autoload it.
8689 (Info-follow-nearest-node): Declare.
8690 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8691
8692 * textmodes/artist.el (picture-mode-exit): Declare.
8693
8694 * textmodes/reftex-parse.el (reftex-parse-from-file):
8695 Trivial rewrite so the compiler can parse it better.
8696
8697 2013-05-20 Leo Liu <sdl.web@gmail.com>
8698
8699 * progmodes/octave.el (octave-help-mode-map)
8700 (octave-help-mode-finish-hook): New variables.
8701 (octave-help-mode, octave-help-mode-finish): New functions.
8702 (octave-help): Use octave-help-mode.
8703
8704 2013-05-20 Glenn Morris <rgm@gnu.org>
8705
8706 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
8707
8708 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
8709
8710 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8711 start at point, so that expansion starting right after opening
8712 slash in a regexp is recognized.
8713 (ruby-syntax-before-regexp-re): New defvar, extracted from
8714 ruby-syntax-propertize-function. Since the value of this regexp
8715 is looked up at runtime now, we should be able to turn
8716 `ruby-syntax-methods-before-regexp' into a defcustom later.
8717 (ruby-syntax-propertize-function): Split regexp matching into two
8718 parts, for opening and closing slashes. That allows us to skip
8719 over string interpolations and support multiline regexps.
8720 Don't call `ruby-syntax-propertize-expansions', instead use another rule
8721 for them, which calls `ruby-syntax-propertize-expansion'.
8722 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8723 call to `ruby-syntax-propertize-function'.
8724 (ruby-syntax-propertize-expansion): Extracted from
8725 `ruby-syntax-propertize-expansions'. Handles one expansion.
8726 (ruby-syntax-propertize-percent-literal): Leave point right after
8727 the percent symbol, so that the expression expansion rule can
8728 propertize the contents.
8729 (ruby-syntax-propertize-heredoc): Leave point at bol following the
8730 heredoc openers.
8731 (ruby-syntax-propertize-expansions): Remove.
8732
8733 2013-05-18 Juri Linkov <juri@jurta.org>
8734
8735 * man.el (Man-default-man-entry): Remove `-' from the end
8736 of the default value. (Bug#14400)
8737
8738 2013-05-18 Glenn Morris <rgm@gnu.org>
8739
8740 * comint.el (comint-password-prompt-regexp):
8741 Allow "password for XXX" where XXX contains colons (eg https://...).
8742
8743 2013-05-18 Leo Liu <sdl.web@gmail.com>
8744
8745 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8746 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
8747 (octave-source-directories): Don't check process.
8748 (octave-source-directories, octave-find-definition): Doc fix.
8749
8750 2013-05-18 Glenn Morris <rgm@gnu.org>
8751
8752 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8753 Remove backspace/delete bindings. (Bug#14392)
8754
8755 * cus-dep.el (custom-make-dependencies): Sort the output.
8756 (custom-versions-load-alist): Convert comment to doc.
8757
8758 2013-05-17 Leo Liu <sdl.web@gmail.com>
8759
8760 * newcomment.el (comment-search-backward): Stricter in finding
8761 comment start. (Bug#14303)
8762
8763 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8764 (octave-comment-start-skip): Properly anchored.
8765
8766 2013-05-17 Leo Liu <sdl.web@gmail.com>
8767
8768 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8769 Clean up when turned off. (Bug#14395)
8770 (smie--highlight-matching-block-overlay): No longer buffer-local.
8771 (smie-highlight-matching-block): Adjust.
8772
8773 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
8774
8775 Doc string fix for "nanoseconds" (Bug#14406).
8776 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8777 Fix doc string typo that had "nanoseconds" instead of "microseconds".
8778
8779 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8780
8781 * calc/calc-units.el (math-extract-units): Preserve powers
8782 of units.
8783
8784 2013-05-17 Leo Liu <sdl.web@gmail.com>
8785
8786 * subr.el (delete-consecutive-dups): New function.
8787 * ido.el (ido-set-matches-1): Use it.
8788 * progmodes/octave.el (inferior-octave-completion-table): Use it.
8789 * ido.el (ido-remove-consecutive-dups): Remove.
8790
8791 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8794 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8795 regexp-opt's `words'.
8796
8797 2013-05-16 Leo Liu <sdl.web@gmail.com>
8798
8799 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8800 (smie--highlight-matching-block-overlay)
8801 (smie--highlight-matching-block-lastpos)
8802 (smie--highlight-matching-block-timer): New variables.
8803 (smie-highlight-matching-block): New function.
8804 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8805 (smie-setup): Conditionally enable smie-blink-matching-open.
8806
8807 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8808
8809 Sync with upstream verilog-mode r840.
8810 * progmodes/verilog-mode.el (verilog-mode-version)
8811 (verilog-mode-release-date): Update.
8812 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8813 (verilog-sig-tieoff): Fix string error on
8814 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8815 (verilog-read-decls): Fix parameters confusing
8816 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8817
8818 2013-05-16 Eli Zaretskii <eliz@gnu.org>
8819
8820 * subr.el (reveal-filename): New function.
8821
8822 * loadup.el: Compute Emacs executable versions on MS-Windows,
8823 where executables have the .exe extension. Add a hard link
8824 emacs-XX.YY.ZZ.exe on MS-Windows.
8825
8826 * Makefile.in (XARGS_LIMIT): New variable.
8827 (custom-deps, finder-data, autoloads)
8828 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8829 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8830 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8831 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8832
8833 2013-05-16 Leo Liu <sdl.web@gmail.com>
8834
8835 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8836 (octave-mode-menu, octave-mode-map): Remove its uses.
8837
8838 2013-05-16 Reto Zimmermann <reto@gnu.org>
8839
8840 Sync with upstream vhdl mode v3.34.2.
8841 * progmodes/vhdl-mode.el: Use `push' throughout.
8842 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8843 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8844 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8845 (vhdl-actual-generic-name): New option to derive actual generic name.
8846 (vhdl-port-paste-signals): Replace formal by actual generics.
8847 (vhdl-beautify): New name for old group vhdl-align. Update users.
8848 (vhdl-beautify-options): New option.
8849 (vhdl-last-input-event): New compat alias. Use throughout.
8850 (vhdl-goto-line): Replace user level function `goto-line'.
8851 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8852 vhdl-fix-statement-buffer.
8853 (vhdl-create-mode-menu): Add some entries.
8854 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8855 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8856 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8857 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8858 to force statements on one line.
8859 (vhdl-remove-trailing-spaces-region):
8860 New, split from vhdl-remove-trailing-spaces.
8861 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8862 Respect vhdl-beautify-options.
8863 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8864 (vhdl-update-sensitivity-list): Not add with index if exists without.
8865 Not include array index with signal. Ignore keywords in comments.
8866 (vhdl-get-visible-signals): Regexp tweaks.
8867 (vhdl-template-component-inst): Handle empty library.
8868 (vhdl-template-type): Add template for 'enum' type.
8869 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8870 Use vhdl-replace-string.
8871 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8872 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8873 (vhdl-speedbar-initialize): Update for above name change.
8874 (vhdl-compose-wire-components): Fix in handling of constants.
8875 (vhdl-error-regexp-emacs-alist): New variable.
8876 (vhdl-error-regexp-add-emacs): New function;
8877 adds support for new compile.el (Emacs 22+)
8878 (vhdl-generate-makefile-1): Change target order for single lib. units.
8879 Allow use of absolute file names.
8880
8881 2013-05-16 Leo Liu <sdl.web@gmail.com>
8882
8883 * simple.el (prog-indent-sexp): Indent enclosing defun.
8884
8885 2013-05-15 Glenn Morris <rgm@gnu.org>
8886
8887 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8888 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8889 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8890 (whitespace-highlight): Move to whitespace group.
8891
8892 * comint.el (comint-source):
8893 * pcmpl-linux.el (pcmpl-linux):
8894 * shell.el (shell-faces):
8895 * eshell/esh-opt.el (eshell-opt):
8896 * international/ccl.el (ccl): Remove empty custom groups.
8897
8898 * completion.el (dynamic-completion-mode):
8899 * jit-lock.el (jit-lock-debug-mode):
8900 * minibuffer.el (completion-in-region-mode):
8901 * type-break.el (type-break-mode-line-message-mode)
8902 (type-break-query-mode):
8903 * emulation/tpu-edt.el (tpu-edt-mode):
8904 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8905 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8906 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8907
8908 * term/xterm.el (xterm): Change parent group to terminals.
8909
8910 * master.el (master): Remove empty custom group.
8911 (master-mode): Remove unused :group argument.
8912 * textmodes/refill.el (refill): Remove empty custom group.
8913 (refill-mode): Remove unused :group argument.
8914
8915 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8916
8917 * cus-dep.el: Provide a feature.
8918 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8919 Don't mistakenly ignore files whose basenames match a basename
8920 from preloaded-file-list (eg cedet/ede/simple.el).
8921 Add a fallback method for getting :group.
8922
8923 2013-05-15 Juri Linkov <juri@jurta.org>
8924
8925 * isearch.el (isearch-char-by-name): Rename from
8926 `isearch-insert-char-by-name'. Doc fix.
8927 (isearch-forward): Mention `isearch-char-by-name' in
8928 the docstring. (Bug#13348)
8929
8930 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8931 `exit-minibuffer' instead of
8932 `isearch-nonincremental-exit-minibuffer'.
8933 (isearch-edit-string): Remove mention of
8934 `isearch-nonincremental-exit-minibuffer' from docstring.
8935 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8936 (isearch-forward-exit-minibuffer)
8937 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8938
8939 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * loadup.el: Just use unversioned DOC.
8942
8943 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8944 literals as extending to EOB.
8945 (nxml-last-fontify-end): Remove unused variable.
8946 (nxml-after-change1): Use with-silent-modifications.
8947 (nxml-extend-after-change-region): Simplify.
8948 (nxml-extend-after-change-region1): Remove function.
8949 (nxml-after-change1): Don't adjust for dependent regions.
8950 (nxml-fontify-matcher): Simplify.
8951 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8952 (xmltok-add-dependent): Remove function.
8953 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8954 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8955 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8956 unclosed <[[, <?, comment, and other literals as extending to EOB.
8957 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8958 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8959 Remove functions.
8960 (rng-do-some-validation-1): Don't mark dependent regions.
8961 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8962 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8963 (nxml-clear-dependent-regions): Remove functions.
8964 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8965 (nxml-ensure-scan-up-to-date):
8966 Don't clear&mark dependent regions.
8967
8968 2013-05-15 Leo Liu <sdl.web@gmail.com>
8969
8970 * progmodes/octave.el (octave-goto-function-definition):
8971 Improve and fix callers.
8972
8973 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8976 the setter (bug#14387).
8977
8978 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8979 surrounding group (bug#14402).
8980
8981 2013-05-14 Juri Linkov <juri@jurta.org>
8982
8983 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8984 (Bug#14390)
8985
8986 2013-05-14 Glenn Morris <rgm@gnu.org>
8987
8988 * progmodes/f90.el (f90-imenu-generic-expression):
8989 Fix typo in 2013-05-08 change. (Bug#14402)
8990
8991 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8992
8993 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8994 Remove signals for which replies are never received.
8995
8996 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8997
8998 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8999 (gdb-handler-alist, gdb-handler-number): Remove variables.
9000 (gdb-handler-list): New variable.
9001 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
9002 (gdb-pending-handler-p, gdb-handle-reply)
9003 (gdb-remove-all-pending-triggers): New functions.
9004 (gdb-discard-unordered-replies): New defcustom.
9005 (gdb-handler): New defstruct.
9006 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
9007 instead of gdb-pending-triggers. Update docstring.
9008 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
9009 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
9010 (gdb-var-update-handler, def-gdb-auto-update-trigger)
9011 (def-gdb-auto-update-handler, gdb-get-changed-registers)
9012 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
9013 (gdb-frame-handler): Pending triggers are now automatically managed.
9014 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
9015 Remove argument.
9016 (gdb-input): Automatically handles pending triggers. Update docstring.
9017 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
9018 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
9019 Update comments.
9020 (gdb-done-or-error): Now use gdb-handle-reply.
9021
9022 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9023
9024 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
9025 gdb-debug-log.
9026
9027 2013-05-14 Glenn Morris <rgm@gnu.org>
9028
9029 * subr.el (user-emacs-directory-warning): New option.
9030 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
9031
9032 2013-05-14 Leo Liu <sdl.web@gmail.com>
9033
9034 * progmodes/octave.el (octave-font-lock-keywords): Fix error
9035 during redisplay.
9036 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
9037 (octave-font-lock-texinfo-comment): Fix invalid search bound
9038 error: wrong side of point.
9039
9040 2013-05-14 Glenn Morris <rgm@gnu.org>
9041
9042 * progmodes/flymake.el (flymake-xml-program): New option.
9043 (flymake-xml-init): Use it.
9044
9045 * term/xterm.el: Provide a feature.
9046
9047 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
9048
9049 2013-05-13 Glenn Morris <rgm@gnu.org>
9050
9051 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
9052 Add compat aliases as a hack workaround. (Bug#14384)
9053
9054 2013-05-13 Leo Liu <sdl.web@gmail.com>
9055
9056 * progmodes/octave.el (octave-indent-comment): Fix indentation for
9057 ###, and %!.
9058 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
9059 C-M-q.
9060 (octave-comment-start-skip): Include %!.
9061 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
9062
9063 2013-05-12 Leo Liu <sdl.web@gmail.com>
9064
9065 * progmodes/octave.el (inferior-octave-startup): Store the value
9066 of __octave_srcdir__ for octave-source-directories.
9067 (inferior-octave-check-process): New function refactored out of
9068 inferior-octave-send-list-and-digest.
9069 (octave-source-directories)
9070 (octave-find-definition-filename-function): New variables.
9071 (octave-source-directories)
9072 (octave-find-definition-default-filename): New functions.
9073 (octave-find-definition): Improve to find functions implemented in C++.
9074
9075 2013-05-12 Glenn Morris <rgm@gnu.org>
9076
9077 * calendar/diary-lib.el (diary-outlook-format-1):
9078 Don't include dayname in the output. (Bug#14349)
9079
9080 2013-05-11 Glenn Morris <rgm@gnu.org>
9081
9082 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
9083
9084 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
9085 Treat cc-provide like provide.
9086
9087 2013-05-11 Kevin Ryde <user42@zip.com.au>
9088
9089 * cus-dep.el (custom-make-dependencies):
9090 Use generated-autoload-load-name for the sake of files such
9091 such cedet/semantic/bovine/c.el, where the base file name
9092 is not in load-path. (Bug#5277)
9093
9094 2013-05-11 Glenn Morris <rgm@gnu.org>
9095
9096 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
9097 Provide features.
9098
9099 2013-05-11 Leo Liu <sdl.web@gmail.com>
9100
9101 * progmodes/octave.el (octave-indent-comment): Improve.
9102 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
9103 (octave-eldoc-function-signatures, octave-eldoc-function):
9104 New functions.
9105 (octave-mode, inferior-octave-mode): Add eldoc support.
9106
9107 2013-05-11 Richard Stallman <rms@gnu.org>
9108
9109 * epa.el (epa-decrypt-file): Take output file name as argument
9110 and read it using `interactive'.
9111
9112 2013-05-11 Leo Liu <sdl.web@gmail.com>
9113
9114 * progmodes/octave.el (octave-beginning-of-line)
9115 (octave-end-of-line): Check before using up-list because it jumps
9116 out of more syntactic contructs since moving to smie.
9117 (octave-indent-comment): New function.
9118 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
9119 (octave-begin-keywords, octave-end-keywords)
9120 (octave-reserved-words, octave-smie-bnf-table)
9121 (octave-smie-rules): Add new keywords from Octave 3.6.4.
9122
9123 2013-05-11 Glenn Morris <rgm@gnu.org>
9124
9125 * faces.el (internal-face-x-get-resource):
9126 * frame.el (ns-display-monitor-attributes-list):
9127 * calc/calc-aent.el (math-to-radians-2):
9128 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
9129 Fix declarations.
9130
9131 * calc/calc-menu.el: Make it loadable in isolation.
9132
9133 * net/eudcb-bbdb.el: Make it loadable without bbdb.
9134 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
9135 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
9136 (eudc-bbdb-query-internal): Require 'bbdb.
9137
9138 * lpr.el (lpr-headers-switches):
9139 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
9140
9141 * progmodes/sql.el (sql-login-params): Fix and improve :type.
9142
9143 * emulation/edt-mapper.el: In batch mode, error rather than hang.
9144
9145 * term.el (term-set-escape-char): Make it idempotent.
9146
9147 2013-05-10 Leo Liu <sdl.web@gmail.com>
9148
9149 * progmodes/octave.el (inferior-octave-completion-table):
9150 No longer a function and all uses changed. Use cache to speed up
9151 completion due to bug#11906.
9152 (octave-beginning-of-defun): Re-write to be more general.
9153
9154 2013-05-10 Glenn Morris <rgm@gnu.org>
9155
9156 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
9157
9158 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * comint.el (comint-redirect-send-command-to-process): Use :around
9161 rather than :override for comint-redirect-filter.
9162 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
9163 Call it instead of comint-redirect-original-filter-function (which
9164 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
9165
9166 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
9167
9168 * frame.el (display-monitor-attributes-list): Add NS case.
9169 (ns-display-monitor-attributes-list): Declare.
9170
9171 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
9172
9173 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
9174
9175 2013-05-09 Glenn Morris <rgm@gnu.org>
9176
9177 * international/fontset.el (vertical-centering-font-regexp):
9178 Set standard-value.
9179
9180 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
9181
9182 * bookmark.el (bookmark-search-delay):
9183 * cus-start.el (vertical-centering-font-regexp):
9184 * ps-mule.el (ps-mule-font-info-database-default):
9185 * ps-print.el (ps-default-fg, ps-default-bg):
9186 * type-break.el (type-break-good-break-interval):
9187 * whitespace.el (whitespace-indentation-regexp)
9188 (whitespace-space-after-tab-regexp):
9189 * emacs-lisp/testcover.el (testcover-1value-functions)
9190 (testcover-noreturn-functions, testcover-progn-functions)
9191 (testcover-prog1-functions):
9192 * emulation/viper-init.el (viper-emacs-state-cursor-color):
9193 * eshell/em-glob.el (eshell-glob-translate-alist):
9194 * play/tetris.el (tetris-tty-colors):
9195 * progmodes/cpp.el (cpp-face-default-list):
9196 * progmodes/flymake.el (flymake-allowed-file-name-masks):
9197 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
9198 (idlwave-help-browser-generic-args):
9199 * progmodes/make-mode.el (makefile-special-targets-list):
9200 * progmodes/python.el (python-shell-virtualenv-path):
9201 * progmodes/verilog-mode.el (verilog-active-low-regexp)
9202 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
9203 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
9204 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9205 * textmodes/reftex-vars.el (reftex-format-label-function):
9206 * textmodes/remember.el (remember-diary-file): Fix custom types.
9207
9208 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
9209 Add :version.
9210
9211 2013-05-09 Leo Liu <sdl.web@gmail.com>
9212
9213 * progmodes/octave.el (inferior-octave-completion-at-point):
9214 Restore file completion. (Bug#14300)
9215 (inferior-octave-startup): Fix incorrect highlighting for the
9216 first prompt.
9217
9218 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9219
9220 * progmodes/ruby-mode.el: First cut at SMIE support.
9221 (ruby-use-smie): New var.
9222 (ruby-smie-grammar): New constant.
9223 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
9224 (ruby-smie--forward-token, ruby-smie--backward-token)
9225 (ruby-smie-rules): New functions.
9226 (ruby-mode-variables): Setup SMIE if applicable.
9227
9228 2013-05-08 Eli Zaretskii <eliz@gnu.org>
9229
9230 * simple.el (line-move-visual): Signal beginning/end of buffer
9231 only if vertical-motion moved less than it was requested. Avoids
9232 silly incorrect error messages when there are display strings with
9233 multiple newlines at EOL.
9234
9235 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9236
9237 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
9238 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
9239 (prolog-char-quote-workaround):
9240 * progmodes/cperl-mode.el (cperl-under-as-char):
9241 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
9242 Mark as obsolete.
9243 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
9244 their declaration.
9245 (vhdl-mode-syntax-table-init): Remove.
9246
9247 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
9248 last change.
9249
9250 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
9251 syntax for "_".
9252 (ld-script-font-lock-keywords):
9253 Change regexps to use things like \_< and \_>.
9254
9255 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
9256 Change all regexps to use things like \_< and \_>.
9257
9258 * progmodes/autoconf.el (autoconf-definition-regexp)
9259 (autoconf-font-lock-keywords, autoconf-current-defun-function):
9260 Handle a _ with symbol syntax.
9261 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
9262
9263 * progmodes/ada-mode.el (ada-mode-abbrev-table):
9264 Consolidate declaration.
9265 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
9266 the declaration.
9267 (ada-create-syntax-table): Remove.
9268 (ada-capitalize-word): Don't mess with the syntax of "_" since it
9269 already has the right syntax nowadays.
9270 (ada-goto-next-word): Don't change the syntax of "_".
9271
9272 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
9273 with-wrapper-hook.
9274
9275 2013-05-08 Sam Steingold <sds@gnu.org>
9276
9277 * thingatpt.el (thing-at-point): Accept optional second argument
9278 NO-PROPERTIES to strip the text properties from the return value.
9279 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
9280 to `thing-at-point' instead of stripping the properties ourselves.
9281 Also, when `thing-at-point' fails to find a url, prepend "http://"
9282 to the filename at point on the assumption that the user is
9283 pointing at something like gnu.org/gnu.
9284
9285 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
9286
9287 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9288 * faces.el (crm-separator):
9289 Silence byte-compiler.
9290
9291 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
9292 (tool-bar-map): Remove unneeded defvars.
9293
9294 2013-05-08 Leo Liu <sdl.web@gmail.com>
9295
9296 Re-work a fix for bug#10994 based on Le Wang's patch.
9297 * ido.el (ido-remove-consecutive-dups): New helper.
9298 (ido-completing-read): Use it.
9299 (ido-chop): Revert fix for bug#10994.
9300
9301 2013-05-08 Adam Spiers <emacs@adamspiers.org>
9302
9303 * cus-edit.el (custom-save-variables):
9304 Pretty-print long values. (Bug#14187)
9305
9306 2013-05-08 Glenn Morris <rgm@gnu.org>
9307
9308 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
9309 (m4-mode-syntax-table): Init in the defvar.
9310 (m4-mode-abbrev-table): Let define-derived-mode define it.
9311
9312 2013-05-08 Tom Tromey <tromey@redhat.com>
9313
9314 * progmodes/m4-mode.el (m4-mode-syntax-table):
9315 Do not treat "_" as word constituent. (Bug#14167)
9316
9317 2013-05-07 Glenn Morris <rgm@gnu.org>
9318
9319 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
9320 Remove explicit eshell-isearch-cancel-map.
9321
9322 * progmodes/f90.el (f90-smart-end-names): New option.
9323 (f90-smart-end): Doc fix.
9324 (f90-end-block-optional-name): New constant.
9325 (f90-block-match): Respect f90-smart-end-names.
9326
9327 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * progmodes/octave.el (octave-smie-forward-token): Be more careful
9330 about implicit semi-colons (bug#14218).
9331
9332 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9333
9334 * frame.el (display-monitor-attributes-list)
9335 (frame-monitor-attributes): New functions.
9336
9337 2013-05-06 Leo Liu <sdl.web@gmail.com>
9338
9339 * progmodes/octave.el (octave-syntax-propertize-function): Change
9340 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
9341 (octave-font-lock-keywords): Use octave-operator-regexp.
9342 (octave-completion-at-point): Rename from
9343 octave-completion-at-point-function.
9344 (inferior-octave-directory-tracker): Robustify.
9345 (octave-text-functions): Remove and fix its uses. No such things
9346 any more.
9347
9348 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9349
9350 * emacs-lisp/trace.el (trace--display-buffer): New function.
9351 (trace-make-advice): Use it.
9352
9353 2013-05-06 Juri Linkov <juri@jurta.org>
9354
9355 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
9356 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
9357 Doc fix.
9358 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
9359 in the help string. (Bug#12985)
9360
9361 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
9362
9363 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
9364
9365 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * progmodes/perl-mode.el: Add support for here documents.
9368 (perl-syntax-propertize-function): Match here-doc markers.
9369 (perl-syntax-propertize-special-constructs): Find their end.
9370 (perl-imenu-generic-expression): Use [:alnum:].
9371
9372 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9373 (advice--add-function): Refresh the advice if already present
9374 (bug#14317).
9375
9376 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
9377
9378 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
9379
9380 2013-05-06 Glenn Morris <rgm@gnu.org>
9381
9382 * w32-fns.el (w32-charset-info-alist): Declare.
9383
9384 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9385 of its defcustom properties.
9386 (eshell-cmpl-initialize): No need to load pcomplete.
9387
9388 * generic-x.el: No need to require comint when compiling.
9389
9390 * net/eudc-export.el: Make it loadable without bbdb.
9391 (top-level): Use require rather than load-library.
9392 (eudc-create-bbdb-record, eudc-bbdbify-phone)
9393 (eudc-batch-export-records-to-bbdb)
9394 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9395 Require bbdb.
9396
9397 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9400 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9401 some tweaks, instead.
9402
9403 2013-05-05 Leo Liu <sdl.web@gmail.com>
9404
9405 * progmodes/octave.el (octave-font-lock-keywords)
9406 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9407 (inferior-octave-send-list-and-digest): Improve error message.
9408 (octave-mode, inferior-octave-mode): Use setq-local.
9409 (octave-help): Set info-lookup-mode.
9410
9411 2013-05-05 Richard Stallman <rms@gnu.org>
9412
9413 * vc/compare-w.el (compare-windows-whitespace):
9414 Treat no-break space as whitespace.
9415
9416 * mail/rmailsum.el (rmail-summary-rmail-update):
9417 Detect empty summary and don't change selected message.
9418 (rmail-summary-goto-msg): Likewise.
9419
9420 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9421 Doc fixes, rename args.
9422
9423 2013-05-05 Alan Mackenzie <acm@muc.de>
9424
9425 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9426
9427 2013-05-05 Juri Linkov <juri@jurta.org>
9428
9429 * info.el (Info-read-subfile): Use (point-min) instead of (point)
9430 to not add the length of the summary segment to the return value.
9431 (Bug#14125)
9432
9433 2013-05-05 Leo Liu <sdl.web@gmail.com>
9434
9435 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9436 (inferior-octave-output-filter): Remove.
9437 (octave-send-region, inferior-octave-startup): Fix callers.
9438 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9439 (octave-binary-file-extensions): New user variable.
9440 (octave-find-definition): Confirm if opening binary files.
9441 (octave-help-file): Use octave-find-definition to get the binary
9442 confirmation.
9443 (octave-help): Adjust for octave-help-file change.
9444
9445 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9446
9447 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9448 Merge the two entries that handle function definitions.
9449 (pascal--syntax-propertize): New const.
9450 (pascal-mode): Use it. Use setq-local.
9451
9452 2013-05-04 Glenn Morris <rgm@gnu.org>
9453
9454 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9455 (diary-from-outlook): Respect diary-from-outlook-function.
9456
9457 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9458
9459 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9460 Move the declaration from C.
9461 (read-minibuffer, eval-minibuffer): Move from C.
9462 (completion-setup-function): Avoid minibuffer-completion-contents.
9463
9464 2013-05-03 Leo Liu <sdl.web@gmail.com>
9465
9466 * progmodes/octave.el (octave-font-lock-keywords): Do not
9467 dehighlight 'end' in comments or strings.
9468 (octave-completing-read, octave-goto-function-definition):
9469 New helpers.
9470 (octave-help-buffer): New user variable.
9471 (octave-help-file, octave-help-function): New button types.
9472 (octave-help): New command and bind it to C-h ;.
9473 (octave-find-definition): New command and bind it to M-.
9474 (user-error): Alias to error if not defined.
9475
9476 2013-05-02 Leo Liu <sdl.web@gmail.com>
9477
9478 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9479 for \. (bug#14332)
9480 (octave-font-lock-keywords): Include [ and {.
9481
9482 2013-05-02 Leo Liu <sdl.web@gmail.com>
9483
9484 * progmodes/octave.el (inferior-octave-startup-file): Change default.
9485 (inferior-octave): Remove calling comint-mode and return the buffer.
9486 (inferior-octave-startup): Cosmetic changes.
9487
9488 2013-05-02 Leo Liu <sdl.web@gmail.com>
9489
9490 * progmodes/octave.el (octave-syntax-propertize-function):
9491 Include the case when ' is at line beginning. (Bug#14336)
9492
9493 2013-05-02 Glenn Morris <rgm@gnu.org>
9494
9495 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9496 * desktop.el (vc-dir-mode): Just autoload it here.
9497
9498 2013-05-02 Alan Mackenzie <acm@muc.de>
9499
9500 Eliminate variable c-standard-font-lock-fontify-region-function.
9501 * progmodes/cc-mode.el
9502 (c-standard-font-lock-fontify-region-function): Remove.
9503 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9504
9505 2013-05-01 Leo Liu <sdl.web@gmail.com>
9506
9507 * progmodes/octave.el: Compatible with older emacs-24 releases.
9508 (inferior-octave-has-built-in-variables): Remove. Built-in
9509 variables were removed from Octave in 2007.
9510 (inferior-octave-startup): Fix uses.
9511 (comint-line-beginning-position): Remove compatibility code for
9512 emacs 21.
9513
9514 2013-05-01 Juri Linkov <juri@jurta.org>
9515
9516 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
9517
9518 2013-05-01 Juri Linkov <juri@jurta.org>
9519
9520 * comint.el (comint-previous-matching-input): Don't print message
9521 "History item: %d" when `isearch-mode' is active.
9522 (comint-history-isearch-message): Print message "History item: %d"
9523 when `comint-input-ring-index' is not empty and this function is
9524 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
9525
9526 2013-05-01 Leo Liu <sdl.web@gmail.com>
9527
9528 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9529 definitions. Use completion-at-point to insert keywords.
9530 (octave-abbrev-start): Remove.
9531 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9532
9533 2013-04-30 Leo Liu <sdl.web@gmail.com>
9534
9535 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9536 change.
9537
9538 2013-04-30 Alan Mackenzie <acm@muc.de>
9539
9540 Handle arbitrarily long C++ member initialisation lists.
9541 * progmodes/cc-engine.el (c-back-over-member-initializers):
9542 new function.
9543 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9544 (most) member init lists.
9545
9546 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9547
9548 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9549 variable.
9550
9551 2013-04-30 Leo Liu <sdl.web@gmail.com>
9552
9553 * progmodes/octave.el (octave-variables): Remove. No builtin
9554 variables any more. All converted to functions.
9555 (octave-font-lock-keywords, octave-completion-at-point-function):
9556 Fix uses.
9557 (octave-font-lock-texinfo-comment): New user variable.
9558 (octave-texinfo-font-lock-keywords): New variable for texinfo
9559 comment block.
9560 (octave-function-comment-block): New face.
9561 (octave-font-lock-texinfo-comment): New function.
9562 (octave-mode): Font lock texinfo comment block.
9563
9564 2013-04-29 Leo Liu <sdl.web@gmail.com>
9565
9566 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9567 indexing expression.
9568 (octave-continuation-string): Do not use \.
9569 (inferior-octave-complete-impossible): Remove.
9570 (inferior-octave-completion-table)
9571 (inferior-octave-completion-at-point): Remove its uses.
9572 (inferior-octave-startup): completion_matches was introduced to
9573 Octave in 1996 so safe to assume it.
9574 (octave-function-file-comment): Improve to follow how Octave does it.
9575 (octave-update-function-file-comment): Tweak.
9576
9577 2013-04-29 Leo Liu <sdl.web@gmail.com>
9578
9579 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9580 (inferior-octave-startup): Remove inferior-octave-startup-hook.
9581 (octave-function-file-comment): Fix typo.
9582 (octave-sync-function-file-names): Use read-char-choice.
9583
9584 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
9585
9586 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9587 to t for the less important warnings.
9588
9589 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
9590
9591 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
9592
9593 2013-04-27 Glenn Morris <rgm@gnu.org>
9594
9595 * vc/log-view.el (log-view-current-entry):
9596 Treat "---" separator lines as part of the following rev. (Bug#14169)
9597
9598 2013-04-27 Juri Linkov <juri@jurta.org>
9599
9600 * subr.el (read-number): Doc fix about using it by interactive
9601 code letter `n'. (Bug#14254)
9602
9603 2013-04-27 Juri Linkov <juri@jurta.org>
9604
9605 * desktop.el (desktop-auto-save-timeout): New option.
9606 (desktop-file-checksum): New variable.
9607 (desktop-save): Add optional arg `auto-save' and don't auto-save
9608 if nothing changed.
9609 (desktop-auto-save-timer): New variable.
9610 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9611 (after-init-hook): Call `desktop-auto-save-set-timer'.
9612 Suggested by Reuben Thomas <rrt@sc3d.org> in
9613 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9614
9615 2013-04-27 Leo Liu <sdl.web@gmail.com>
9616
9617 * progmodes/octave.el (octave-function-file-p)
9618 (octave-skip-comment-forward, octave-function-file-comment)
9619 (octave-update-function-file-comment): New functions.
9620 (octave-mode-map): Bind C-c ; to
9621 octave-update-function-file-comment.
9622 (octave-mode-menu): Add octave-update-function-file-comment.
9623 (octave-mode, inferior-octave-mode): Fix doc-string.
9624 (octave-insert-defun): Conform to Octave's coding convention.
9625 (Bug#14285)
9626
9627 * files.el (basic-save-buffer): Don't let errors in
9628 before-save-hook prevent saving buffer.
9629
9630 2013-04-20 Roland Winkler <winkler@gnu.org>
9631
9632 * faces.el (read-face-name): Use completing-read if arg multiple
9633 is nil.
9634
9635 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
9636
9637 * ls-lisp.el (ls-lisp-insert-directory): If no files are
9638 displayed, move point to after the totals line.
9639 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9640 for the details.
9641
9642 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * emacs-lisp/package.el (package-autoload-ensure-default-file):
9645 Add current dir to the load-path.
9646 (package-generate-autoloads): Don't rely on
9647 autoload-ensure-default-file.
9648
9649 2013-04-26 Reuben Thomas <rrt@sc3d.org>
9650
9651 * textmodes/remember.el (remember-store-in-files): Document that
9652 the file name format is passed to `format-time-string'.
9653
9654 2013-04-26 Leo Liu <sdl.web@gmail.com>
9655
9656 * progmodes/octave.el (octave-sync-function-file-names): New function.
9657 (octave-mode): Use it in before-save-hook.
9658
9659 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9662 (bug#14274).
9663
9664 * progmodes/octave.el (octave-smie-forward-token): Properly skip
9665 \n and comment, even if it's not an implicit ; (bug#14218).
9666
9667 2013-04-26 Glenn Morris <rgm@gnu.org>
9668
9669 * subr.el (read-number): Once more use `read' rather than
9670 `string-to-number', to trap non-numeric input. (Bug#14254)
9671
9672 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
9673
9674 * emacs-lisp/syntax.el (syntax-propertize-multiline):
9675 Use `syntax-multiline' text property consistently instead of
9676 `font-lock-multiline'. (Bug#14237)
9677
9678 2013-04-26 Glenn Morris <rgm@gnu.org>
9679
9680 * emacs-lisp/shadow.el (list-load-path-shadows):
9681 No longer necessary to check for duplicate simple.el, since
9682 2012-07-07 change to init_lread to not include installation lisp
9683 directories in load-path when running uninstalled. (Bug#14270)
9684
9685 2013-04-26 Leo Liu <sdl.web@gmail.com>
9686
9687 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9688 (octave-mode, inferior-octave-mode): Use setq-local.
9689 (octave-not-in-string-or-comment-p): Rename to
9690 octave-in-string-or-comment-p.
9691 (octave-in-comment-p, octave-in-string-p)
9692 (octave-in-string-or-comment-p): Replace defsubst with defun.
9693
9694 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
9695
9696 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9697
9698 2013-04-25 Bastien Guerry <bzg@gnu.org>
9699
9700 * textmodes/remember.el (remember-data-directory)
9701 (remember-directory-file-name-format): Fix custom types.
9702
9703 2013-04-25 Leo Liu <sdl.web@gmail.com>
9704
9705 * progmodes/octave.el (octave-completion-at-point-function):
9706 Make use of inferior octave process.
9707 (octave-initialize-completions): Remove.
9708 (inferior-octave-completion-table): New function.
9709 (inferior-octave-completion-at-point): Use it.
9710 (octave-completion-alist): Remove.
9711
9712 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 * progmodes/opascal.el: Use font-lock and syntax-propertize.
9715 (opascal-mode-syntax-table): New var.
9716 (opascal-literal-kind, opascal-is-literal-end)
9717 (opascal-literal-token-at): Rewrite.
9718 (opascal--literal-start-re, opascal-font-lock-keywords)
9719 (opascal--syntax-propertize): New constants.
9720 (opascal-font-lock-defaults): Adjust.
9721 (opascal-mode): Use them. Set comment-<foo> variables as well.
9722 (delphi-comment-face, opascal-comment-face, delphi-string-face)
9723 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9724 (delphi-other-face, opascal-other-face): Remove face variables.
9725 (opascal-save-state): Remove macro.
9726 (opascal-fontifying-progress-step): Remove constant.
9727 (opascal--ignore-changes): Remove var.
9728 (opascal-set-token-property, opascal-parse-next-literal)
9729 (opascal-is-stable-literal, opascal-complete-literal)
9730 (opascal-is-literal-start, opascal-face-of)
9731 (opascal-parse-region, opascal-parse-region-until-stable)
9732 (opascal-fontify-region, opascal-after-change)
9733 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9734 (opascal-debug-parse-region, opascal-debug-parse-window)
9735 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9736 (opascal-debug-fontify-buffer): Remove.
9737 (opascal-debug-mode-map): Adjust accordingly.
9738
9739 2013-04-25 Leo Liu <sdl.web@gmail.com>
9740
9741 Merge octave-mod.el and octave-inf.el into octave.el with some
9742 cleanups.
9743 * progmodes/octave.el: New file renamed from octave-mod.el.
9744 * progmodes/octave-inf.el: Merged into octave.el.
9745 * progmodes/octave-mod.el: Renamed to octave.el.
9746
9747 2013-04-25 Tassilo Horn <tsdh@gnu.org>
9748
9749 * textmodes/reftex-vars.el
9750 (reftex-label-ignored-macros-and-environments): New defcustom.
9751
9752 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9753
9754 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9755
9756 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9757 (smie-indent-keyword): Improve the check to ensure that the next
9758 comment is really on the same line.
9759 (smie-indent-comment): Don't align with a subsequent closer (or eob).
9760
9761 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9762 semi-colons if the line is not otherwise empty (bug#14218).
9763
9764 2013-04-25 Glenn Morris <rgm@gnu.org>
9765
9766 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9767
9768 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * progmodes/opascal.el (opascal-set-token-property): Rename from
9771 opascal-set-text-properties and only set `token' (bug#14134).
9772 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9773 (opascal-literal-text-properties): Remove.
9774 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9775 Adjust callers.
9776
9777 2013-04-24 Reuben Thomas <rrt@sc3d.org>
9778
9779 * textmodes/remember.el (remember-handler-functions): Add an
9780 option for a new handler `remember-store-in-files'.
9781 (remember-data-directory, remember-directory-file-name-format):
9782 New options.
9783 (remember-store-in-files): New function to store remember notes
9784 as separate files within a directory.
9785
9786 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
9787
9788 * progmodes/compile.el (compilation-next-error-function):
9789 Pass "formats" to compilation-find-file (bug#11777).
9790
9791 2013-04-24 Glenn Morris <rgm@gnu.org>
9792
9793 * vc/vc-bzr.el (vc-bzr-print-log):
9794 * vc/vc-hg.el (vc-hg-print-log):
9795 * vc/vc-svn.el (vc-svn-print-log):
9796 Fix START-REVISION with LIMIT != 1. (Bug#14168)
9797
9798 * vc/vc-bzr.el (vc-bzr-print-log):
9799 * vc/vc-cvs.el (vc-cvs-print-log):
9800 * vc/vc-git.el (vc-git-print-log):
9801 * vc/vc-hg.el (vc-hg-print-log):
9802 * vc/vc-mtn.el (vc-mtn-print-log):
9803 * vc/vc-rcs.el (vc-rcs-print-log):
9804 * vc/vc-sccs.el (vc-sccs-print-log):
9805 * vc/vc-svn.el (vc-svn-print-log):
9806 * vc/vc.el (vc-print-log-internal): Doc fixes.
9807
9808 2013-04-23 Glenn Morris <rgm@gnu.org>
9809
9810 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9811 Remove venerable code attempting to avoid substitute-command-keys.
9812
9813 2013-04-23 Tassilo Horn <tsdh@gnu.org>
9814
9815 * textmodes/reftex-vars.el (reftex-label-regexps):
9816 Call `reftex-compile-variables' after changes to this variable.
9817
9818 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9819
9820 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9821 Use lexical-binding.
9822 (jit-lock-force-redisplay): Use markers, check buffer's continued
9823 existence and beware narrowed buffers.
9824 (jit-lock-fontify-now): Adjust call accordingly.
9825
9826 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9829 to avoid misleading the user.
9830
9831 2013-04-22 Leo Liu <sdl.web@gmail.com>
9832
9833 * info-look.el: Prefer latex2e.info. (Bug#14240)
9834
9835 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9836
9837 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9838
9839 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9840 * net/tramp.el (tramp-call-process): ... here.
9841 (tramp-set-completion-function, tramp-parse-putty):
9842 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9843 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9844 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9845 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9846 (tramp-call-local-coding-command): Use `tramp-call-process'
9847 instead of `tramp-compat-call-process'.
9848
9849 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9850 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9851 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9852 (tramp-find-inline-compress): Improve traces.
9853 (tramp-maybe-send-script): Check for Perl binary.
9854 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9855
9856 2013-04-22 Daiki Ueno <ueno@gnu.org>
9857
9858 * epg.el (epg-context-pinentry-mode): New function.
9859 (epg-context-set-pinentry-mode): New function.
9860 (epg--start): Pass --pinentry-mode option to gpg command.
9861
9862 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9863
9864 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9865 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9866 `completion-at-point'. (Bug#13774)
9867
9868 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9869 default key binding for `describe-distribution' has been moved to
9870 `C-h C-o'. (Bug#13970)
9871
9872 2013-04-21 Glenn Morris <rgm@gnu.org>
9873
9874 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9875 Add doc strings.
9876 (vc-print-log): Clarify interactive prompt.
9877
9878 2013-04-20 Glenn Morris <rgm@gnu.org>
9879
9880 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9881 No longer include timestamp etc information.
9882
9883 2013-04-20 Roland Winkler <winkler@gnu.org>
9884
9885 * faces.el (read-face-name): Bug fix, return just one face if arg
9886 multiple is nil. (Bug#14209)
9887
9888 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9891 (remove-function): Autoload.
9892
9893 * comint.el (comint-redirect-original-filter-function): Remove.
9894 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9895 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9896 (vc-cvs-annotate-command):
9897 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9898 * progmodes/prolog.el (prolog-consult-compile):
9899 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9900 Use add/remove-function instead.
9901 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9902 (gud-tooltip-process-output, gud-tooltip-tips):
9903 Use add/remove-function instead.
9904 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9905 (scheme-interaction-mode, exit-scheme-interaction-mode):
9906 Use add/remove-function instead.
9907
9908 * vc/vc-dispatcher.el: Use lexical-binding.
9909 (vc--process-sentinel): Rename from vc-process-sentinel.
9910 Change last arg to be the code to run. Don't use vc-previous-sentinel
9911 and vc-sentinel-commands any more.
9912 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9913 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9914
9915 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9916
9917 * progmodes/sh-script.el (sh-imenu-generic-expression):
9918 Handle function names with a single character. (Bug#14111)
9919
9920 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9921
9922 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9923 for subroutines defined in an eval (bug#14182).
9924
9925 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9926
9927 * bookmark.el (bookmark-completing-read): Improve handling of empty
9928 string (bug#14176).
9929
9930 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9931
9932 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9933
9934 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9935
9936 New faster Imenu implementation (bug#14058).
9937 * progmodes/python.el:
9938 (python-imenu-prev-index-position):
9939 (python-imenu-format-item-label-function)
9940 (python-imenu-format-parent-item-label-function)
9941 (python-imenu-format-parent-item-jump-label-function):
9942 New vars.
9943 (python-imenu-format-item-label)
9944 (python-imenu-format-parent-item-label)
9945 (python-imenu-format-parent-item-jump-label)
9946 (python-imenu--put-parent, python-imenu--build-tree)
9947 (python-imenu-create-index, python-imenu-create-flat-index)
9948 (python-util-popn): New functions.
9949 (python-mode): Set imenu-create-index-function to
9950 python-imenu-create-index.
9951
9952 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * winner.el (winner-active-region): Use region-active-p, activate-mark
9955 and deactivate-mark (bug#14225).
9956
9957 * simple.el (deactivate-mark): Don't inline it.
9958
9959 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9960
9961 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9962
9963 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9964
9965 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9966 file extensions from the archive-mode entry in order to prefer
9967 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9968
9969 2013-04-18 Leo Liu <sdl.web@gmail.com>
9970
9971 * bindings.el (help-event-list): Add ?\?.
9972
9973 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9974
9975 * subr.el (with-wrapper-hook): Declare obsolete.
9976 * simple.el (filter-buffer-substring-function): New hook.
9977 (filter-buffer-substring): Use it.
9978 (filter-buffer-substring-functions): Mark obsolete.
9979 * minibuffer.el (completion-in-region-function): New hook.
9980 (completion-in-region): Use it.
9981 (completion-in-region-functions): Mark obsolete.
9982 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9983 * abbrev.el (abbrev-expand-function): New hook.
9984 (expand-abbrev): Use it.
9985 (abbrev-expand-functions): Mark obsolete.
9986 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9987 and :filter-return.
9988
9989 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9990
9991 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9992 and do not care about match data.
9993
9994 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9997 completion tables when completing error conditions and
9998 `declare' arguments.
9999 (lisp-complete-symbol, field-complete): Mark as obsolete.
10000 (check-parens): Unmatched parens are user errors.
10001 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
10002
10003 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
10004
10005 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
10006 command changed buffer (ie. `flyspell-pre-buffer' is not current
10007 buffer), which prevents making decisions based on invalid value of
10008 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
10009 cause an error when `flyspell-pre-point' was nil after switching
10010 buffers.
10011 (flyspell-post-command-hook): No longer needs to change buffers when
10012 checking pre-word. While at it remove unnecessary progn.
10013
10014 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
10015
10016 * textmodes/ispell.el (ispell-add-per-file-word-list):
10017 Fix `flyspell-correct-word-before-point' error when accepting
10018 words and `coment-padding' is an integer by using
10019 `comment-normalize-vars' (Bug #14214).
10020
10021 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10022
10023 New defun movement commands.
10024 * progmodes/python.el (python-nav--syntactically)
10025 (python-nav--forward-defun, python-nav-backward-defun)
10026 (python-nav-forward-defun): New functions.
10027
10028 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10029
10030 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
10031 (python-syntax-context): Use named compiler-macro for backwards
10032 compatibility with Emacs 24.x.
10033
10034 2013-04-17 Leo Liu <sdl.web@gmail.com>
10035
10036 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
10037 octave-hide-process-buffer.
10038
10039 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
10042 (bug#14216).
10043
10044 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
10045
10046 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
10047 Fix adjustment of offset when receiving incomplete responses from GDB
10048 (bug#14129).
10049
10050 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10051
10052 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
10053 python-mode-abbrev-table.
10054 (python-skeleton-define): Adjust accordingly.
10055 (python-mode-abbrev-table): New table that inherits from it so that
10056 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
10057
10058 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
10059 (abbrev-symbol): Use it.
10060 (abbrev--before-point): Use it since we already handle inheritance.
10061
10062 2013-04-16 Leo Liu <sdl.web@gmail.com>
10063
10064 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
10065 binding to info-lookup-symbol.
10066
10067 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
10068
10069 * minibuffer.el (completion--twq-all):
10070 * term/ns-win.el (ns-initialize-window-system):
10071 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
10072
10073 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
10076 global bindings.
10077
10078 * doc-view.el (doc-view-start-process): Handle url-handler directories.
10079
10080 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
10081
10082 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
10083 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
10084 to nil.
10085 (ruby-end-of-defun): Remove the unused arg, change the docstring
10086 to reflect that this function is only used as the value of
10087 `end-of-defun-function'.
10088 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
10089 to reflect an earlier change that beginning/end-of-defun functions
10090 jump between methods in a class definition, as well as top-level
10091 functions.
10092
10093 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * minibuffer.el (minibuffer-complete): Don't just scroll
10096 a *Completions* that's been iconified.
10097 (minibuffer-force-complete): Make sure repetitions do cycle when going
10098 through completion-in-region -> minibuffer-complete.
10099
10100 2013-04-15 Alan Mackenzie <acm@muc.de>
10101
10102 Correct the placement of c-cpp-delimiters when there're #s not at
10103 col 0.
10104
10105 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
10106 place a submatch around the #.
10107 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
10108 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
10109 on the #, not BOL.
10110
10111 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * emacs-lisp/nadvice.el: Properly test names when adding advice.
10114 (advice--member-p): New arg `name'.
10115 (advice--add-function, advice-member-p): Use it (bug#14202).
10116
10117 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
10118
10119 Reformulate java imenu-generic-expression.
10120 The old expression contained ill formed regexps.
10121
10122 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
10123 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
10124 (cc-imenu-java-method-arg-regexp): New defconsts.
10125 (cc-imenu-java-build-type-args-regex): New defun.
10126 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
10127 handling of spaces in the regexp.
10128
10129 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10130
10131 * textmodes/ispell.el (ispell-command-loop): Remove
10132 flyspell highlight of a word when ispell accepts it (bug #14178).
10133
10134 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
10135
10136 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
10137 uses code from the previous `ange-ftp-run-real-handler'.
10138 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
10139 only in case that function exist. This is needed for proper
10140 unloading of Tramp.
10141
10142 2013-04-15 Tassilo Horn <tsdh@gnu.org>
10143
10144 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
10145
10146 * textmodes/reftex.el (reftex-compile-variables): Use it.
10147
10148 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * files.el (normal-mode): Only use default major-mode if no other mode
10151 was specified.
10152
10153 * emacs-lisp/trace.el (trace-values): New function.
10154
10155 * files.el: Allow : in local variables (bug#14089).
10156 (hack-local-variable-regexp): New var.
10157 (hack-local-variables-prop-line, hack-local-variables): Use it.
10158
10159 2013-04-13 Roland Winkler <winkler@gnu.org>
10160
10161 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
10162 data before it gets modified by bibtex-beginning-of-entry.
10163
10164 2013-04-13 Roland Winkler <winkler@gnu.org>
10165
10166 * textmodes/bibtex.el (bibtex-url): Doc fix.
10167
10168 2013-04-13 Roland Winkler <winkler@gnu.org>
10169
10170 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
10171 does not visit a BibTeX file, exclude it from the list of buffers
10172 returned by bibtex-initialize.
10173
10174 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
10175
10176 * window.el (split-window): Remove interactive form, since as a
10177 command this function is a special case of split-window-below.
10178 Correct doc string.
10179
10180 2013-04-12 Roland Winkler <winkler@gnu.org>
10181
10182 * faces.el (read-face-name): Do not override value of arg default.
10183 Allow single faces and strings as default values. Remove those
10184 elements from return value that are not faces.
10185 (describe-face): Simplify.
10186 (face-at-point): New optional args thing and multiple so that this
10187 function can provide the same functionality previously provided by
10188 read-face-name.
10189 (make-face-bold, make-face-unbold, make-face-italic)
10190 (make-face-unitalic, make-face-bold-italic, invert-face)
10191 (modify-face, read-face-and-attribute): Use face-at-point.
10192
10193 * cus-edit.el (customize-face, customize-face-other-window)
10194 * cus-theme.el (custom-theme-add-face)
10195 * face-remap.el (buffer-face-set)
10196 * facemenu.el (facemenu-set-face): Use face-at-point.
10197
10198 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
10199
10200 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
10201
10202 2013-04-10 Tassilo Horn <tsdh@gnu.org>
10203
10204 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
10205 off leading { and trailing } from field values.
10206
10207 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * emacs-lisp/timer.el (timer--check): New function.
10210 (timer--time, timer-set-function, timer-event-handler): Use it.
10211 (timer-set-idle-time): Simplify.
10212 (timer--activate): CSE.
10213 (timer-event-handler): Give more info in error message.
10214 (internal-timer-start-idle): New function, moved from C.
10215
10216 * mpc.el (mpc-proc): Add `restart' argument.
10217 (mpc-proc-cmd): Use it.
10218 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
10219 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
10220 less often.
10221
10222 2013-04-10 Masatake YAMATO <yamato@redhat.com>
10223
10224 * progmodes/sh-script.el: Implement `sh-mode' own
10225 `add-log-current-defun-function' (bug#14112).
10226 (sh-current-defun-name): New function.
10227 (sh-mode): Use the function.
10228
10229 2013-04-09 Bastien Guerry <bzg@gnu.org>
10230
10231 * simple.el (choose-completion-string): Fix docstring (bug#14163).
10232
10233 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
10236
10237 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
10238 timer (bug#14156).
10239
10240 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
10241
10242 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
10243 declaration.
10244
10245 2013-04-07 Leo Liu <sdl.web@gmail.com>
10246
10247 * pcmpl-x.el: New file.
10248
10249 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
10250
10251 Do not set x-display-name until X connection is established.
10252 This is needed to prevent from weird situation described at
10253 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
10254 * frame.el (make-frame): Set x-display-name after call to
10255 window system initialization function, not before.
10256 * term/x-win.el (x-initialize-window-system): Add optional
10257 display argument and use it.
10258 * term/w32-win.el (w32-initialize-window-system):
10259 * term/ns-win.el (ns-initialize-window-system):
10260 * term/pc-win.el (msdos-initialize-window-system):
10261 Add compatible optional display argument.
10262
10263 2013-04-06 Eli Zaretskii <eliz@gnu.org>
10264
10265 * files.el (normal-backup-enable-predicate): On MS-Windows and
10266 MS-DOS compare truenames of temporary-file-directory and of the
10267 file, so that 8+3 aliases (usually found in $TEMP on Windows)
10268 don't fail comparison by compare-strings. Also, compare file
10269 names case-insensitively on MS-Windows and MS-DOS.
10270
10271 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10272
10273 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
10274 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
10275
10276 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
10277
10278 * whitespace.el (whitespace-color-on, whitespace-color-off):
10279 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
10280
10281 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
10282
10283 * ispell.el (ispell-set-spellchecker-params):
10284 Really set `ispell-args' for all equivs.
10285
10286 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * ido.el (ido-completions): Use extra elements of ido-decorations
10289 (bug#14143).
10290 (ido-decorations): Update docstring.
10291
10292 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
10293
10294 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10295 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
10296 nil during initialization, in order not to miss changes since the
10297 file was opened. (Bug#14140)
10298
10299 2013-04-05 Leo Liu <sdl.web@gmail.com>
10300
10301 * kmacro.el (kmacro-call-macro): Fix bug#14135.
10302
10303 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
10304
10305 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
10306
10307 2013-04-04 Glenn Morris <rgm@gnu.org>
10308
10309 * electric.el (electric-pair-inhibit-predicate): Add :version.
10310
10311 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10312
10313 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
10314 when a package is required several times (bug#14082).
10315
10316 2013-04-04 Roland Winkler <winkler@gnu.org>
10317
10318 * faces.el (read-face-name): Behave as promised by the docstring.
10319 Assume that arg default is a list of faces.
10320 (describe-face): Call read-face-name with list of default faces.
10321
10322 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10323
10324 * bookmark.el: Fix deletion of bookmarks (bug#13972).
10325 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
10326 (bookmark-bmenu-execute-deletions): Only skip first line if it's
10327 the header.
10328 (bookmark-exit-hook-internal): Save even if list is empty.
10329
10330 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
10331
10332 * emacs-lisp/package.el (package-pinned-packages): New var.
10333 (package--add-to-archive-contents): Obey it (bug#14118).
10334
10335 2013-04-03 Alan Mackenzie <acm@muc.de>
10336
10337 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
10338 Also adapt to the new values of element 7 of a parse state.
10339
10340 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
10341 parameter `not-in-delimiter'. Handle being inside comment opener.
10342 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
10343 character in case we're typing a '*' after a '/'.
10344 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
10345 instead by passing the parameter to c-state-pp-to-literal.
10346
10347 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
10348 for elt. 7 of a parse state.
10349
10350 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
10351
10352 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
10353 * international/latin1-disp.el, international/mule-util.el:
10354 * language/cyril-util.el, language/european.el, language/ind-util.el:
10355 * language/lao-util.el, language/thai.el, language/tibet-util.el:
10356 * language/tibetan.el, language/viet-util.el:
10357 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
10358
10359 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10360
10361 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
10362 (electric-pair-post-self-insert-function): Use it.
10363 (electric-pair-default-inhibit): New function, extracted from
10364 electric-pair-post-self-insert-function.
10365
10366 2013-03-31 Roland Winkler <winkler@gnu.org>
10367
10368 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10369
10370 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10371
10372 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10373
10374 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
10375
10376 Un-indent after "pass" and "return" statements (Bug#13888)
10377 * progmodes/python.el (python-indent-block-enders): New var.
10378 (python-indent-calculate-indentation): Use it.
10379
10380 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
10381
10382 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10383 defun. Defining it as defalias could introduce too eager
10384 byte-compiler optimization. (Bug#14030)
10385
10386 2013-03-30 Chong Yidong <cyd@gnu.org>
10387
10388 * iswitchb.el (iswitchb-read-buffer): Fix typo.
10389
10390 2013-03-30 Leo Liu <sdl.web@gmail.com>
10391
10392 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10393 (kmacro-execute-from-register): Pass the keyboard macro to
10394 kmacro-call-macro or repeating won't work correctly.
10395
10396 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
10397
10398 * progmodes/subword.el: Back to using `forward-symbol'.
10399
10400 * subr.el (forward-whitespace, forward-symbol)
10401 (forward-same-syntax): Move from thingatpt.el.
10402
10403 2013-03-29 Leo Liu <sdl.web@gmail.com>
10404
10405 * kmacro.el (kmacro-to-register): New command.
10406 (kmacro-execute-from-register): New function.
10407 (kmacro-keymap): Bind to 'x'. (Bug#14071)
10408
10409 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * mpc.el: Use defvar-local and setq-local.
10412 (mpc--proc-connect): Connection failures are not bugs.
10413 (mpc-mode-map): `follow-link' only applies to the buffer's content.
10414 (mpc-volume-map): Bind to the up-events.
10415
10416 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10417
10418 * progmodes/subword.el (superword-mode): Use `forward-sexp'
10419 instead of `forward-symbol'.
10420
10421 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10424 (edebug--recursive-edit): Use it.
10425 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10426 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10427
10428 2013-03-28 Leo Liu <sdl.web@gmail.com>
10429
10430 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
10431
10432 2013-03-27 Eli Zaretskii <eliz@gnu.org>
10433
10434 * facemenu.el (list-colors-callback): New defvar.
10435 (list-colors-redisplay): New function.
10436 (list-colors-display): Install list-colors-redisplay as the
10437 revert-buffer-function. (Bug#14063)
10438
10439 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10440
10441 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10442 and suffixes don't overlap (bug#14061).
10443
10444 * case-table.el: Use lexical-binding.
10445 (case-table-get-table): New function.
10446 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
10447
10448 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10449
10450 * progmodes/subword.el: Add `superword-mode' to do word motion
10451 over symbol_words (parallels and leverages `subword-mode' which
10452 does word motion inside MixedCaseWords).
10453
10454 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
10455
10456 * eshell/em-unix.el: Move su and sudo to...
10457 * eshell/em-tramp.el: ...Eshell tramp module.
10458
10459 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10462 Change return value to be a sexp. Delay `get-buffer' to after
10463 restoring the desktop (bug#13951).
10464
10465 2013-03-26 Leo Liu <sdl.web@gmail.com>
10466
10467 * register.el: Move semantic tag handling back to
10468 cedet/semantic/senator.el. (Bug#14052)
10469
10470 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10473 into the prompt either (bug#13963).
10474
10475 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10478 part of "(error-foo)".
10479
10480 2013-03-24 Juri Linkov <juri@jurta.org>
10481
10482 * replace.el (list-matching-lines-prefix-face): New defcustom.
10483 (occur-1): Pass `list-matching-lines-prefix-face' to the function
10484 `occur-engine' if `face-differs-from-default-p' returns t.
10485 (occur-engine): Add `,' inside backquote construct to evaluate
10486 `prefix-face'. Propertize the prefix with the `prefix-face' face.
10487 Pass `prefix-face' to the functions `occur-context-lines' and
10488 `occur-engine-add-prefix'.
10489 (occur-engine-add-prefix, occur-context-lines): Add optional arg
10490 `prefix-face' and propertize the prefix with `prefix-face'.
10491 (Bug#14017)
10492
10493 2013-03-24 Leo Liu <sdl.web@gmail.com>
10494
10495 * nxml/rng-valid.el (rng-validate-while-idle)
10496 (rng-validate-quick-while-idle): Guard against deleted buffer.
10497 (Bug#13999)
10498
10499 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10500 is the last entry in kill-buffer-hook.
10501
10502 * files.el (kill-buffer-hook): Doc fix.
10503
10504 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
10505
10506 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10507 Make it safe-local.
10508
10509 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10510
10511 2013-03-23 Leo Liu <sdl.web@gmail.com>
10512
10513 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10514 Remove.
10515
10516 * nxml/rng-valid.el (rng-validate-mode)
10517 (rng-after-change-function, rng-do-some-validation):
10518 * nxml/rng-maint.el (rng-validate-buffer):
10519 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10520 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10521 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10522 (nxml-extend-after-change-region): Use with-silent-modifications.
10523
10524 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10525 timer-idle-list.
10526
10527 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10528 (rng-next-error-1, rng-previous-error-1): Do not let-bind
10529 timer-idle-list. (Bug#13999)
10530
10531 2013-03-23 Juri Linkov <juri@jurta.org>
10532
10533 * info.el (info-index-match): New face.
10534 (Info-index, Info-apropos-matches): Add a nested subgroup to the
10535 main pattern and add text properties with the new face to matches
10536 in index entries relative to the beginning of the index entry.
10537 (Bug#14015)
10538
10539 2013-03-21 Eric Ludlam <zappo@gnu.org>
10540
10541 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10542 Inhibit read only while inserting objects.
10543
10544 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
10545
10546 * progmodes/cfengine.el: Update docs to mention
10547 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
10548 symbol motion. Remove "_" from the word syntax.
10549
10550 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
10551
10552 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10553 syntax for both `cfengine2-mode' and `cfengine3-mode'.
10554
10555 2013-03-20 Juri Linkov <juri@jurta.org>
10556
10557 * info.el (Info-next-reference-or-link)
10558 (Info-prev-reference-or-link): New functions.
10559 (Info-next-reference, Info-prev-reference): Use them.
10560 (Info-try-follow-nearest-node): Handle footnote navigation.
10561 (Info-fontify-node): Fontify footnotes. (Bug#13989)
10562
10563 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10566 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10567
10568 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
10569
10570 Suppress unnecessary non-ASCII chatter during build process.
10571 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10572 (batch-skkdic-convert): Suppress most of the chatter.
10573 It's not needed so much now that machines are faster,
10574 and its non-ASCII component was confusing; see Dmitry Gutov in
10575 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10576
10577 2013-03-20 Leo Liu <sdl.web@gmail.com>
10578
10579 * ido.el (ido-chop): Fix bug#10994.
10580
10581 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10582
10583 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10584 Remove vars.
10585 (whitespace-color-on, whitespace-color-off):
10586 Use `font-lock-fontify-buffer' (Bug#13817).
10587
10588 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10589
10590 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10591 remapping in mode-line.
10592 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10593
10594 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10595
10596 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10597 value for `whitespace-line' face (Bug#13875).
10598 (whitespace-font-lock-keywords): Change description.
10599 (whitespace-color-on): Don't save `font-lock-keywords' value, save
10600 the constructed keywords instead.
10601 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10602
10603 2013-03-19 Leo Liu <sdl.web@gmail.com>
10604
10605 * progmodes/compile.el (compilation-display-error): New command.
10606 (compilation-mode-map, compilation-minor-mode-map): Bind it to
10607 C-o. (Bug#13992)
10608
10609 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10610
10611 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10612
10613 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
10614
10615 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10616
10617 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
10618
10619 * net/tramp-compat.el (tramp-compat-user-error): New defun.
10620
10621 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10622 * net/tramp-gvfs.el (top):
10623 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10624 (tramp-handle-shell-command): Use it.
10625 (tramp-dissect-file-name): Raise an error when hostname is a
10626 method name, and neither method nor user is specified.
10627
10628 * net/trampver.el: Update release number.
10629
10630 2013-03-18 Leo Liu <sdl.web@gmail.com>
10631
10632 Make sure eldoc can be turned off properly.
10633 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10634 eldoc-mode.
10635 (eldoc-display-message-p): Revert last change.
10636 (eldoc-display-message-no-interference-p)
10637 (eldoc-print-current-symbol-info): Tweak.
10638
10639 2013-03-18 Tassilo Horn <tsdh@gnu.org>
10640
10641 * doc-view.el (doc-view-new-window-function): Check the new window
10642 overlay's display property instead the char property of the
10643 buffer's first char. Use `with-selected-window' instead of
10644 `save-window-excursion' with `select-window'.
10645 (doc-view-document->bitmap): Check the current doc-view overlay's
10646 display property instead the char property of the buffer's first char.
10647
10648 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10649
10650 Automate the build of ja-dic.el (Bug#13984).
10651 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10652 from the input, rather than assume that it's been done for us by the
10653 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
10654 the current date into a ja-dic.el comment, as that complicates
10655 regression testing.
10656
10657 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * whitespace.el: Fix double evaluation.
10660 (whitespace-space, whitespace-hspace, whitespace-tab)
10661 (whitespace-newline, whitespace-trailing, whitespace-line)
10662 (whitespace-space-before-tab, whitespace-indentation)
10663 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10664 obsolete defvars.
10665 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10666 (whitespace-color-on): Use a single font-lock-add-keywords call.
10667 Fix double-evaluation of face variables.
10668
10669 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
10670
10671 * net/tramp-adb.el (tramp-adb-parse-device-names):
10672 Use `start-process' instead of `call-process'. Otherwise, the
10673 function might be blocked under MS Windows. (Bug#13299)
10674
10675 2013-03-17 Leo Liu <sdl.web@gmail.com>
10676
10677 Extend eldoc to display info in the mode-line. (Bug#13978)
10678 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10679 (eldoc-mode-line-string): New variable.
10680 (eldoc-minibuffer-message): New function.
10681 (eldoc-message-function): New variable.
10682 (eldoc-message): Use it.
10683 (eldoc-display-message-p)
10684 (eldoc-display-message-no-interference-p):
10685 Support eldoc-post-insert-mode.
10686
10687 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10688 (eval-expression): Run it.
10689
10690 2013-03-17 Roland Winkler <winkler@gnu.org>
10691
10692 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10693 strings in the list of return values.
10694
10695 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10696
10697 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10698 radix before checking for HMS forms.
10699
10700 2013-03-16 Leo Liu <sdl.web@gmail.com>
10701
10702 * progmodes/scheme.el: Add indentation and font-locking for λ.
10703 (Bug#13975)
10704
10705 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10708 token before point (bug#13942).
10709
10710 2013-03-16 Leo Liu <sdl.web@gmail.com>
10711
10712 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
10713
10714 2013-03-16 Eli Zaretskii <eliz@gnu.org>
10715
10716 * startup.el (command-line-normalize-file-name): Fix handling of
10717 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
10718 <xfq.free@gmail.com> in
10719 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10720
10721 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
10722
10723 Sync with Tramp 2.2.7.
10724
10725 * net/trampver.el: Update release number.
10726
10727 2013-03-14 Tassilo Horn <tsdh@gnu.org>
10728
10729 * doc-view.el: Fix bug#13887.
10730 (doc-view-insert-image): Don't modify overlay associated to
10731 non-live windows, and implement horizontal centering of image in
10732 case it's smaller than the window.
10733 (doc-view-new-window-function): Force redisplay of new windows on
10734 doc-view buffers.
10735
10736 2013-03-13 Karl Fogel <kfogel@red-bean.com>
10737
10738 * saveplace.el (save-place-alist-to-file): Don't sort
10739 `save-place-alist', just pretty-print it (bug#13882).
10740
10741 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
10742
10743 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10744 Check whether `default-file-name-coding-system' is bound.
10745 It isn't in XEmacs.
10746
10747 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10750 backquotes for `obsolete' (bug#13929).
10751
10752 * international/mule.el (find-auto-coding): Include file name in
10753 obsolescence warning (bug#13922).
10754
10755 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
10756
10757 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10758 for CFEngine 3-specific indentation.
10759 (cfengine3-indent-line): Use it. Fix up category regex.
10760 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10761
10762 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10763
10764 * type-break.el (type-break-file-name):
10765 * textmodes/remember.el (remember-data-file):
10766 * strokes.el (strokes-file):
10767 * shadowfile.el (shadow-initialize):
10768 * saveplace.el (save-place-file):
10769 * ps-bdf.el (bdf-cache-file):
10770 * progmodes/idlwave.el (idlwave-config-directory):
10771 * net/quickurl.el (quickurl-url-file):
10772 * international/kkc.el (kkc-init-file-name):
10773 * ido.el (ido-save-directory-list-file):
10774 * emulation/viper.el (viper-custom-file-name):
10775 * emulation/vip.el (vip-startup-file):
10776 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10777 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10778
10779 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
10780
10781 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10782 * language/thai-word.el: Switch to UTF-8.
10783
10784 See ChangeLog.16 for earlier changes.
10785
10786 ;; Local Variables:
10787 ;; coding: utf-8
10788 ;; End:
10789
10790 Copyright (C) 2011-2013 Free Software Foundation, Inc.
10791
10792 This file is part of GNU Emacs.
10793
10794 GNU Emacs is free software: you can redistribute it and/or modify
10795 it under the terms of the GNU General Public License as published by
10796 the Free Software Foundation, either version 3 of the License, or
10797 (at your option) any later version.
10798
10799 GNU Emacs is distributed in the hope that it will be useful,
10800 but WITHOUT ANY WARRANTY; without even the implied warranty of
10801 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10802 GNU General Public License for more details.
10803
10804 You should have received a copy of the GNU General Public License
10805 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.