Make CUA-mode use shift-select-mode.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4 New function.
5 (redisplay-highlight-region-function): Use it.
6
7 * emulation/cua-base.el (cua--explicit-region-start)
8 (cua--last-region-shifted): Remove.
9 (cua--deactivate): Use deactivate-mark.
10 (cua--pre-command-handler-1): Don't handle shift-selection.
11 (cua--post-command-handler-1): Don't change transient-mark-mode.
12 (cua--select-keymaps): Use region-active-p rather than
13 cua--explicit-region-start or cua--last-region-shifted.
14 (cua-mode): Enable shift-select-mode.
15
16 2013-12-08 Leo Liu <sdl.web@gmail.com>
17
18 * progmodes/flymake.el (flymake-popup-current-error-menu):
19 Rename from flymake-display-err-menu-for-current-line. Reimplement.
20 (flymake-posn-at-point-as-event, flymake-popup-menu)
21 (flymake-make-emacs-menu): Remove. (Bug#16077)
22
23 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * rect.el (rectangle-mark-mode): Activate mark even if
26 transient-mark-mode is off (bug#16066).
27 (rectangle--highlight-for-redisplay): Fix boundary condition when point
28 is > mark and at bolp.
29
30 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
31 (region-extract-function): Use it.
32 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
33 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
34 Delete functions.
35 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
36 kill-ring-save, kill-region, delete-char, delete-forward-char.
37 Ignore self-insert-iso.
38
39 * emulation/cua-gmrk.el (cua--init-global-mark):
40 Ignore `self-insert-iso'.
41
42 * emulation/cua-base.el (cua--prefix-copy-handler)
43 (cua--prefix-cut-handler): Rely on region-extract-function rather than
44 checking cua--rectangle.
45 (cua-delete-region): Use region-extract-function.
46 (cua-replace-region): Delete function.
47 (cua-copy-region, cua-cut-region): Obey region-extract-function.
48 (cua--pre-command-handler-1): Don't do the delete-selection thing.
49 (cua--self-insert-char-p): Ignore `self-insert-iso'.
50 (cua--init-keymaps): Don't remap delete-selection commands.
51 (cua-mode): Use delete-selection-mode instead of rolling our own
52 (bug#16085).
53
54 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
55 Obey region-extract-function.
56
57 Make registers and delete-selection-mode work on rectangles.
58 * register.el (describe-register-1): Don't modify the register's value.
59 (copy-to-register): Obey region-extract-function.
60 * delsel.el (delete-active-region): Obey region-extract-function.
61
62 2013-12-08 Leo Liu <sdl.web@gmail.com>
63
64 * progmodes/flymake.el (flymake, flymake-error-bitmap)
65 (flymake-warning-bitmap, flymake-fringe-indicator-position)
66 (flymake-compilation-prevents-syntax-check)
67 (flymake-start-syntax-check-on-newline)
68 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
69 (flymake-start-syntax-check-on-find-file, flymake-log-level)
70 (flymake-xml-program, flymake-master-file-dirs)
71 (flymake-master-file-count-limit)
72 (flymake-allowed-file-name-masks): Relocate.
73 (flymake-makehash, flymake-float-time)
74 (flymake-replace-regexp-in-string, flymake-split-string)
75 (flymake-get-temp-dir): Remove.
76 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
77 (flymake-current-row, flymake-selected-frame)
78 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
79 related functions. (Bug#16077)
80
81 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
82
83 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
84
85 2013-12-07 Tassilo Horn <tsdh@gnu.org>
86
87 * help-fns.el (describe-function-1): Use new advice-* functions
88 rather than old ad-* functions. Fix function type description and
89 source links for advised functions and subrs.
90
91 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
92
93 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
94
95 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
96
97 * progmodes/compile.el (compilation-start):
98 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
99
100 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
101 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
102
103 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
104
105 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
106 Touch up the last change.
107
108 2013-12-06 Leo Liu <sdl.web@gmail.com>
109
110 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
111 (inferior-octave-startup): Always use "octave> " for prompt.
112 (octave-goto-function-definition)
113 (octave-sync-function-file-names)
114 (octave-find-definition-default-filename): Remove redundant backquotes.
115
116 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
117
118 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
119 syntax for `?'.
120 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
121 where appropriate already.
122 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
123 end of method names (Bug#15874).
124
125 2013-12-06 Juri Linkov <juri@jurta.org>
126
127 * isearch.el (isearch--saved-overriding-local-map):
128 New internal variable.
129 (isearch-mode): Set it to the initial value of
130 `overriding-terminal-local-map'.
131 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
132 with `isearch--saved-overriding-local-map'. (Bug#16035)
133
134 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
135
136 * progmodes/octave.el (inferior-octave-completion-table):
137 Turn back into function, use `completion-table-with-cache'
138 (Bug#11906). Update all references.
139
140 * minibuffer.el (completion-table-with-cache): New function.
141
142 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
143
144 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
145
146 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
147
148 * net/eww.el (eww-current-source): New variable to store page
149 source.
150 (eww-display-html, eww-mode, eww-save-history)
151 (eww-restore-history): Use it.
152 (eww-view-source): New command to view page source.
153 Opportunistically uses `html-mode' to highlight the buffer.
154 (eww-mode-map): Install it.
155
156 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
157
158 * net/dbus.el (dbus-unregister-service)
159 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
160 Fix docstring.
161 (dbus-unregister-service): Skip :serial entries in
162 `dbus-registered-objects-table'.
163 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
164
165 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
166
167 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
168 around keywords with extra `split-string' argument.
169
170 2013-12-04 Martin Rudalics <rudalics@gmx.at>
171
172 * windmove.el (windmove-other-window-loc): Handle navigation
173 between windows (excluding the minibuffer window - Bug#16017).
174
175 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
176
177 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
178 in D-Bus type syntax.
179 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
180 preserve unibyte strings. (Bug#16048)
181
182 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
185 Call force-mode-line-update is the proper buffer (bug#16042).
186
187 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
188
189 * vc/log-edit.el (log-edit-add-new-comment): Rename to
190 `log-edit-remember-comment', make argument optional. Adjust all
191 callers.
192 (log-edit-mode): Add `log-edit-remember-comment' to
193 `kill-buffer-hook' locally.
194 (log-edit-kill-buffer): Don't remember comment explicitly since
195 the buffer is killed anyway.
196
197 2013-12-04 Juri Linkov <juri@jurta.org>
198
199 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
200 add-hook and remove-hook for multi-buffer search. (Bug#16035)
201
202 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
203
204 * notifications.el (notifications-close-notification): Call the
205 D-Bus method with ID being a `:uint32'. (Bug#16030)
206
207 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
208
209 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
210
211 2013-12-03 Juri Linkov <juri@jurta.org>
212
213 * progmodes/compile.el (compilation-start): Rename window alist
214 entry `no-display-ok' to `allow-no-window'.
215
216 * simple.el (shell-command): Add window alist entry
217 `allow-no-window' to `display-buffer'.
218 (async-shell-command): Doc fix.
219
220 * window.el (display-buffer-no-window): New action function.
221 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
222
223 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
224
225 * vc/log-edit.el (log-edit-set-header): Extract from
226 `log-edit-toggle-header'.
227 (log-edit-extract-headers): Separate the summary, when extracted
228 from header, from the rest of the message with an empty line.
229
230 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
231 line, if present, to the Summary header.
232
233 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
236 in current-buffer (bug#16029).
237
238 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
239
240 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
241 (debugger-mode-map): Bind it.
242 (debugger--backtrace-base): New function.
243 (debugger-eval-expression): Use it.
244 (debugger-frame-number): Skip local vars when present.
245 (debugger--locals-visible-p, debugger--insert-locals)
246 (debugger--show-locals, debugger--hide-locals): New functions.
247
248 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
249
250 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
251 "LC_ALL".
252 (tramp-get-remote-locale): New defun.
253 (tramp-open-connection-setup-interactive-shell): Use it.
254
255 2013-12-02 Leo Liu <sdl.web@gmail.com>
256
257 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
258
259 * progmodes/sh-script.el (sh-shell-process):
260 * progmodes/octave.el (inferior-octave-process-live-p):
261 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
262 (gdb-inferior-io-sentinel):
263 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
264
265 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
266
267 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
268 `save-selected-window' to `log-edit-hide-buf'. This makes
269 `log-edit-show-files' idempotent.
270 (log-edit-show-files): Mark the new window as dedicated.
271
272 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
273
274 * vc/log-edit.el (log-edit-mode-map): Add binding for
275 `log-edit-kill-biffer'.
276 (log-edit-hide-buf): Add a FIXME comment.
277 (log-edit-add-new-comment): New function, extracted from
278 `log-edit-done'.
279 (log-edit-done, log-edit-add-to-changelog): Use it.
280 (log-edit-kill-buffer): New command.
281
282 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
283
284 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
285 instead of killing the buffer.
286
287 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
288
289 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
290
291 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
292
293 * net/eww.el (eww-form-checkbox-selected-symbol)
294 (eww-form-checkbox-symbol): New customizable variable.
295 (eww-form-checkbox, eww-toggle-checkbox):
296 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
297
298 * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
299 (shr--get-media-pref, shr--extract-best-source): New function.
300 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
301 no :src tag was specified.
302
303 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
304 (eww-render): Handle `eww-use-external-browser-for-content-type'.
305 Use \\` to match beginning of string instead of ^.
306 (eww-browse-with-external-browser): Provide optional URL parameter.
307 (eww-render): Set `eww-current-title' back to "".
308
309 * net/shr.el (shr-tag-video): Display content for video if no
310 poster is available.
311 (shr-tag-audio): Add support for <audio> tag.
312
313 * net/eww.el (eww-text-input-types): : New const.
314 (eww-process-text-input): Treat input types in
315 `eww-text-input-types' as text.
316
317 * net/shr.el (shr-tag-table): Fix comment typo.
318
319 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
320
321 * net/eww.el (eww-follow-link): New command to avoid reloading
322 pages when we follow #target links (bug#15243).
323 (eww-quit): Special mode buffers shouldn't query before exiting.
324
325 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
326
327 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
328 forms.
329
330 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
331
332 * net/eww.el (eww-restore-history): Update the window title after
333 moving in the history.
334 (eww-current-dom): New variable used to save the current DOM.
335
336 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
337
338 * vc/log-edit.el (log-edit-mode-map): Add binding for
339 `log-edit-beginning-of-line'.
340 (log-edit-setup-add-author): New user option.
341 (log-edit-beginning-of-line): New command.
342 (log-edit): Move major mode call above the contents setup so that
343 the local variable values are already applied.
344 (log-edit): Only insert "Author: " when
345 `log-edit-setup-add-author' is non-nil.
346 (log-edit): When SETUP is non-nil, position point after ": "
347 instead of point-min.
348
349 2013-12-01 Glenn Morris <rgm@gnu.org>
350
351 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
352
353 2013-11-30 Eli Zaretskii <eliz@gnu.org>
354
355 * startup.el (fancy-splash-frame): On MS-Windows, trigger
356 redisplay to make sure the initial frame gets a chance to become
357 visible. (Bug#16014)
358
359 2013-11-30 Martin Rudalics <rudalics@gmx.at>
360
361 Support resizing frames and windows pixelwise.
362 * cus-start.el (frame-resize-pixelwise)
363 (window-resize-pixelwise): New entries.
364 * emacs-lisp/debug.el (debug): Use window-total-height instead
365 of window-total-size.
366 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
367 * help.el (describe-bindings-internal): Call help-buffer
368 (temp-buffer-max-width): New option.
369 (resize-temp-buffer-window, help-window-setup)
370 (with-help-window): Rewrite.
371 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
372 dragging dividers.
373 * window.el (frame-char-size, window-min-pixel-height)
374 (window-safe-min-pixel-height, window-safe-min-pixel-width)
375 (window-min-pixel-width, window-safe-min-pixel-size)
376 (window-combination-p, window-safe-min-size)
377 (window-resizable-p, window--size-to-pixel)
378 (window--pixel-to-size, window--resize-apply-p): New functions.
379 (window-safe-min-height): Fix doc-string.
380 (window-size, window-min-size, window--min-size-1)
381 (window-sizable, window-sizable-p, window--min-delta-1)
382 (window-min-delta, window--max-delta-1, window-max-delta)
383 (window--resizable, window--resizable-p, window-resizable)
384 (window-full-height-p, window-full-width-p, window-at-side-p)
385 (window--in-direction-2, window-in-direction)
386 (window--resize-reset-1, window--resize-mini-window)
387 (window-resize, window-resize-no-error)
388 (window--resize-child-windows-normal)
389 (window--resize-child-windows, window--resize-siblings)
390 (window--resize-this-window, window--resize-root-window)
391 (window--resize-root-window-vertically)
392 (adjust-window-trailing-edge, enlarge-window, shrink-window)
393 (maximize-window, minimize-window, delete-window)
394 (quit-restore-window, window-split-min-size, split-window)
395 (balance-windows-2, balance-windows)
396 (balance-windows-area-adjust, balance-windows-area)
397 (window--state-get-1, window-state-get, window--state-put-1)
398 (window--state-put-2, window-state-put)
399 (display-buffer-record-window, window--display-buffer):
400 Make functions handle pixelwise sizing of windows.
401 (display-buffer--action-function-custom-type)
402 (display-buffer-fallback-action):
403 Add display-buffer-in-previous-window.
404 (display-buffer-use-some-window): Resize window to height it had
405 before.
406 (fit-window-to-buffer-horizontally): New option.
407 (fit-frame-to-buffer): Describe new values.
408 (fit-frame-to-buffer-bottom-margin): Replace with
409 fit-frame-to-buffer-margins.
410 (window--sanitize-margin): New function.
411 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
412 using window-text-pixel-size.
413
414 2013-11-30 Glenn Morris <rgm@gnu.org>
415
416 * emacs-lisp/bytecomp.el (byte-compile-form):
417 Make the `interactive-only' warning like the `obsolete' one.
418 * comint.el (comint-run):
419 * files.el (insert-file-literally, insert-file):
420 * replace.el (replace-string, replace-regexp):
421 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
422 (goto-line, insert-buffer, next-line, previous-line):
423 Tweak `interactive-only' spec.
424
425 Stop keeping (most) generated cedet grammar files in the repository.
426 * Makefile.in (semantic): New.
427 (compile-main): Depend on semantic.
428
429 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
432 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
433
434 * uniquify.el (uniquify-buffer-name-style): Change default.
435
436 * loadup.el: Preload "uniquify".
437
438 * time.el (display-time-update): Update all mode lines (bug#15999).
439
440 * electric.el (electric-indent-mode): Enable by default.
441 * loadup.el: Preload "electric".
442
443 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
444
445 * emacs-lisp/helpers.el (string-empty-p): New function.
446 (string-blank-p): New function.
447
448 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
449
450 * imenu.el (imenu--index-alist): Add missing dot to the docstring
451 (Bug#14029).
452
453 2013-11-29 Andreas Politz <politza@fh-trier.de>
454 * imenu.el (imenu--subalist-p): Don't error on non-conses and
455 allow non-lambda lists as functions.
456 (imenu--in-alist): Don't recurse into non-subalists.
457 (imenu): Don't pass function itself as an argument (Bug#14029).
458
459 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * progmodes/python.el (python-mode-map): Remove binding for ":".
462 (python-indent-electric-colon): Remove command.
463 (python-indent-post-self-insert-function): Integrate the previous code
464 of python-indent-electric-colon. Make it conditional on
465 electric-indent-mode.
466 (python-mode): Add ?: to electric-indent-chars.
467 Move python-indent-post-self-insert-function to the end of
468 post-self-insert-hook.
469
470 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * doc-view.el (doc-view-goto-page): Update mode-line.
473
474 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
475
476 2013-11-27 Glenn Morris <rgm@gnu.org>
477
478 * international/charprop.el, international/uni-bidi.el:
479 * international/uni-category.el, international/uni-combining.el:
480 * international/uni-comment.el, international/uni-decimal.el:
481 * international/uni-decomposition.el, international/uni-digit.el:
482 * international/uni-lowercase.el, international/uni-mirrored.el:
483 * international/uni-name.el, international/uni-numeric.el:
484 * international/uni-old-name.el, international/uni-titlecase.el:
485 * international/uni-uppercase.el:
486 Remove generated files from VCS repository.
487
488 2013-11-27 Eli Zaretskii <eliz@gnu.org>
489
490 * filenotify.el (file-notify-add-watch): Don't special-case
491 w32notify when computing the directory to watch.
492
493 2013-11-27 Glenn Morris <rgm@gnu.org>
494
495 Make bootstrap without generated uni-*.el files possible again.
496 * loadup.el: Update command-line-args checking for unidata-gen.
497 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
498 * composite.el, international/characters.el:
499 Handle unicode tables being undefined.
500
501 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
502 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
503 (compile-main): Depend on leim rule.
504 (leim): New rule.
505 * loadup.el: Move leim-list.el to leim/ subdirectory.
506 * startup.el (normal-top-level): No more leim directory.
507 * international/ja-dic-cnv.el (skkdic-convert):
508 Disable version-control and autoloads in output files.
509 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
510 Disable version-control and autoloads in output files.
511 * leim/quail: Move here from ../leim.
512 * leim/quail/hangul.el (hangul-input-method-activate):
513 Add autoload cookie.
514 (generated-autoload-load-name): Set file-local value.
515 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
516 (generated-autoload-load-name): Set file-local value.
517
518 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
519
520 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
521 (eww-add-bookmark): ask confirmation when add to bookmarks
522 (eww-quit): ask confirmation before quitting eww
523
524 2013-11-26 Eli Zaretskii <eliz@gnu.org>
525
526 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
527 reading output from Diff on MS-Windows and MS-DOS.
528
529 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
530
531 * emacs-lisp/helpers.el (string-reverse): New function.
532
533 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
534
535 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
536 names on MS Windows, like "/[::1]:".
537
538 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
539 SWITCHES.
540
541 2013-11-26 Glenn Morris <rgm@gnu.org>
542
543 * progmodes/python.el (python-indent-guess-indent-offset):
544 Avoid corner-case error. (Bug#15975)
545
546 Preload leim-list.el. (Bug#4789)
547 * loadup.el: Load leim-list.el when found.
548 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
549
550 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
551
552 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
553
554 * emacs-lisp/helpers.el (string-join): New function.
555
556 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
557
558 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
559 Mark as obsolete and replace it with a symbol property.
560 (byte-compile-form): Use new 'interactive-only property.
561 * comint.el, files.el, replace.el, simple.el:
562 Apply new 'interactive-only properly.
563
564 2013-11-25 Martin Rudalics <rudalics@gmx.at>
565
566 * window.el (display-buffer-at-bottom): Make sure that
567 split-window-sensibly creates the new window on bottom
568 (Bug#15961).
569
570 2013-11-23 David Kastrup <dak@gnu.org>
571
572 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
573 on the conflict markers when available.
574 (smerge--get-marker): New function.
575 (smerge-end-re, smerge-base-re): Add subgroup.
576
577 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * frame.el (handle-focus-in, handle-focus-out): Add missing
580 interactive spec.
581
582 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
583
584 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
585 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
586
587 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
590 (gomoku--last-pos): New var.
591 (gomoku--intangible-chars): New const.
592 (gomoku--intangible): New function.
593 (gomoku-mode): Use it. Derive from special-mode.
594 (gomoku-move-up): Adjust line count.
595 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
596 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
597 Simplify accordingly.
598
599 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
600 Remove blink-cursor code.
601 (blink-cursor-timer-function, blink-cursor-suspend):
602 Don't special-case GUIs.
603 (blink-cursor-mode): Use focus-in/out-hook.
604
605 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
606
607 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
608 work when annotation is invisible (Bug#13886).
609
610 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
611
612 * json.el (json-alist-p): Only return non-nil if the alist has
613 simple keys (Bug#13518).
614
615 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
616
617 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
618 when control-statement is the first statement in a buffer (Bug#15956).
619
620 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
621
622 * imenu.el (imenu-generic-skip-comments-and-strings):
623 New option (Bug#15560).
624 (imenu--generic-function): Use it.
625
626 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
627
628 * minibuffer.el (completion--in-region-1): Scroll the correct
629 window. (Bug#13898)
630
631 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
632
633 * emacs-lisp/helpers.el: Add some string helpers.
634 (string-trim-left): Removes leading whitespace.
635 (string-trim-right): Removes trailing whitespace.
636 (string-trim): Removes leading and trailing whitespace.
637
638 * subr.el (string-suffix-p): New function.
639
640 2013-11-23 Glenn Morris <rgm@gnu.org>
641
642 * progmodes/python.el (python-shell-send-file):
643 Add option to delete file when done. (Bug#15647)
644 (python-shell-send-string, python-shell-send-region): Use it.
645
646 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
647
648 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
649 to set buffer-read-only to t, never to nil. (Bug#15938)
650
651 * textmodes/tex-mode.el (latex-noindent-environments):
652 Add safe-local-variable property. (Bug#15936)
653
654 2013-11-23 Glenn Morris <rgm@gnu.org>
655
656 * textmodes/enriched.el (enriched-mode): Doc fix.
657 * emacs-lisp/authors.el (authors-renamed-files-alist):
658 Add enriched.doc -> enriched.txt.
659
660 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
661
662 2013-11-22 Leo Liu <sdl.web@gmail.com>
663
664 * progmodes/octave.el (inferior-octave-startup): Spit out error
665 message.
666
667 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
668
669 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
670 Improve docstring.
671 Add :version.
672 (ruby-encoding-magic-comment-style): Add :version.
673
674 2013-11-22 Leo Liu <sdl.web@gmail.com>
675
676 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
677 (Bug#15076)
678 (octave-help-mode): Adapt to change to help-mode-finish to use
679 derived-mode-p on 2013-09-17.
680 (inferior-octave-prompt): Also match octave-gui.
681 (octave-kill-process): Don't ask twice. (Bug#10564)
682
683 2013-11-22 Leo Liu <sdl.web@gmail.com>
684
685 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
686 (inferior-octave-startup, inferior-octave-check-process)
687 (inferior-octave-track-window-width-change)
688 (octave-completion-at-point, octave-eldoc-function): Use it.
689 (octave-kill-process): Provide confirmation. (Bug#10564)
690
691 2013-11-21 Leo Liu <sdl.web@gmail.com>
692
693 * progmodes/octave.el (octave-mode, inferior-octave-mode):
694 Fix obsolete variable comment-use-global-state.
695
696 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
697
698 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
699 Add `octave-source-file'.
700 (octave-source-file): New function. (Bug#15935)
701
702 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
703
704 * net/eww.el (eww-local-regex): New variable.
705 (eww): Use it to detect localhost and similar.
706
707 2013-11-21 Leo Liu <sdl.web@gmail.com>
708
709 Add completion for command `ag'.
710 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
711 (pcomplete/ag): New function.
712 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
713
714 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
717 (bug#14646).
718 (make-obsolete): Remove interactive spec.
719
720 2013-11-21 Glenn Morris <rgm@gnu.org>
721
722 * startup.el (command-line-1): Use path-separator with -L.
723
724 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
725
726 * emacs-lisp/package.el (describe-package-1): Add package archive
727 to shown fields.
728
729 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
730
731 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
732 Change default to "# encoding: %s" to differentiate it from the
733 default Ruby encoding comment template.
734
735 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
736
737 * ses.el (ses-mode): Doc fix. (Bug#14748)
738
739 2013-11-20 Leo Liu <sdl.web@gmail.com>
740
741 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
742
743 2013-11-19 Dan Nicolaescu <dann@gnu.org>
744
745 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
746 when rebase or bisect are in progress.
747
748 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
749
750 * filenotify.el (file-notify-add-watch): Doc fix.
751
752 2013-11-19 Leo Liu <sdl.web@gmail.com>
753
754 * obsolete/rcompile.el: Mark obsolete.
755
756 * progmodes/compile.el (compilation-start)
757 (compilation-goto-locus, compilation-find-file):
758 Pass no-display-ok and handle nil value from display-buffer.
759 (Bug#13594)
760
761 * window.el (display-buffer-alist, display-buffer): Document the
762 new parameter no-display-ok. Return either a window or nil
763 but never a non-window value.
764
765 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * electric.el (electric-indent-mode-map): Remove.
768 (electric-indent-mode): Change the global-map instead (bug#15915).
769
770 * textmodes/text-mode.el (paragraph-indent-minor-mode):
771 Use add-function.
772
773 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * emacs-lisp/nadvice.el (remove-function): Align with
776 add-function's behavior.
777
778 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
779 (gdb--string-regexp): New constant.
780 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
781 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
782 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
783 submatch 1.
784 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
785 Adjust use accordingly.
786 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
787
788 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
789
790 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
791 interpolation curlies (Bug#15914).
792
793 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
794
795 * calc/calc.el (calc-context-sensitive-enter): New variable.
796 (calc-enter): Use `calc-context-sensitive-enter'.
797
798 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
799
800 * progmodes/cfengine.el: Version bump.
801 (cfengine-cf-promises): New defcustom to locate cf-promises.
802 (cfengine3-vartypes): Add new "data" type.
803 (cfengine3--current-word): New function to get current name-like
804 word or its bounds.
805 (cfengine3--current-function): New function to look up a CFEngine
806 function's definition.
807 (cfengine3-format-function-docstring): New function.
808 (cfengine3-make-syntax-cache): New function.
809 (cfengine3-documentation-function): New function: ElDoc glue.
810 (cfengine3-completion-function): New function: completion glue.
811 (cfengine3-mode): Set `compile-command',
812 `eldoc-documentation-function', and add to
813 `completion-at-point-functions'.
814
815 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
816
817 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
818 `tramp-current-connection'.
819
820 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
821
822 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
823 nil/self/true/false with "end of symbol".
824
825 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
826
827 * subr.el (version-regexp-alist): Fix a typo.
828
829 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
830
831 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
832 "en_US.utf8" and "LC_CTYPE" to "".
833 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
834 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
835
836 2013-11-15 Leo Liu <sdl.web@gmail.com>
837
838 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
839
840 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * progmodes/gud.el (ctl-x-map):
843 Remove C-x SPC binding. (Bug#12342)
844 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
845
846 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
847
848 * subr.el (version-regexp-alist):
849 Recognize hg, svn and darcs versions as snapshot versions.
850
851 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
852 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
853 (ruby--encoding-comment-required-p): Extract from
854 `ruby-mode-set-encoding'.
855 (ruby-mode-set-encoding): Add the ability to always insert an
856 utf-8 encoding comment. Fix and simplify coding comment update
857 logic.
858
859 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
860
861 * net/tramp-gvfs.el (top): Run init code only when
862 `tramp-gvfs-enabled' is not nil.
863 (tramp-gvfs-enabled): Check also :system bus.
864
865 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 Sync with upstream verilog-mode revision 78e66ba.
868 * progmodes/verilog-mode.el (verilog-end-of-defun)
869 (verilog-type-completion, verilog-get-list): Remove unused funcs.
870 (verilog-get-end-of-defun): Remove unused argument.
871 (verilog-comment-depth): Remove unused local `e'.
872 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
873 Don't pass arg to verilog-get-end-of-defun.
874
875 2013-11-14 Glenn Morris <rgm@gnu.org>
876
877 * obsolete/assoc.el (aget): Prefix dynamic variable.
878
879 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
880
881 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * widget.el, hfy-cmap.el: Remove bogus package version number.
884
885 2013-11-13 Glenn Morris <rgm@gnu.org>
886
887 * replace.el (replace-eval-replacement):
888 Try to give more helpful error message. (Bug#15836)
889
890 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
891 (archive-7z-update): Avoid custom type mismatches.
892
893 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
894
895 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
896
897 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
898 address can be empty.
899
900 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
901 Accept nil SWITCHES.
902 (tramp-gvfs-handle-write-region): Implement APPEND.
903
904 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
905
906 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
907 binary "|" operator and closing block args delimiter.
908 Remove FIXME comment referring to Ruby 1.8-only syntax.
909 (ruby-smie--implicit-semi-p): Not after "|" operator.
910 (ruby-smie--closing-pipe-p): New function.
911 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
912 (ruby-smie-rules): Indent after "|".
913
914 2013-11-12 Glenn Morris <rgm@gnu.org>
915
916 * ps-print.el (ps-face-attribute-list):
917 Handle anonymous faces. (Bug#15827)
918
919 2013-11-12 Martin Rudalics <rudalics@gmx.at>
920
921 * window.el (display-buffer-other-frame): Fix doc-string.
922 (Bug#15868)
923
924 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * subr.el (force-mode-line-update): Delete, move to buffer.c.
927
928 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
929
930 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
931 (tramp-sh-handle-file-local-copy): Don't write a message when
932 saving temporary files.
933
934 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
935 both directories are remote.
936 (tramp-smb-handle-directory-files): Do not return double entries.
937 Do not expand full file names.
938 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
939 (tramp-smb-handle-write-region): Implement APPEND.
940 (tramp-smb-get-stat-capability): Fix a stupid bug.
941
942 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
945
946 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
947
948 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
949 throwing error over malformed let/let* (bug#15814).
950
951 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * iswitchb.el (iswitchb-mode): Mark obsolete.
954
955 2013-11-11 Glenn Morris <rgm@gnu.org>
956
957 * international/uni-bidi.el, international/uni-category.el:
958 * international/uni-name.el, international/uni-numeric.el:
959 Regenerate for Unicode 6.3.0.
960
961 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
962
963 * net/tramp.el (tramp-methods):
964 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
965 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
966
967 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
968
969 * progmodes/sh-script.el (sh-font-lock-keywords-var):
970 Force highlighting text after Summary keyword in doc face for rpm.
971
972 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
973
974 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
975 available and the word has no wildcards, append one to the grep pattern.
976 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
977 (ispell-complete-word): Call `ispell-lookup-words' with the value
978 independent of `ispell-look-p'.
979
980 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
981
982 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
983 Not after "||".
984 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
985 their parent.
986
987 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
990 (ruby-font-lock-keywords): Use backquote.
991
992 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
993
994 * progmodes/ruby-mode.el (ruby-smie--forward-token)
995 (ruby-smie--backward-token): Only consider full-string matches.
996
997 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
998
999 * faces.el (describe-face): Add distant-foreground.
1000
1001 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
1002
1003 * progmodes/ruby-mode.el: Improve encoding comment handling.
1004 (ruby-encoding-magic-comment-style): New option.
1005 (ruby-custom-encoding-magic-comment-template): New option.
1006 (ruby--insert-coding-comment, ruby--detect-encoding):
1007 New functions extracted from `ruby-mode-set-encoding'.
1008 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
1009 to control the style of the auto-inserted encoding comment.
1010
1011 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1012
1013 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
1014 Use `smie-backward-sexp' with token argument.
1015
1016 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
1017
1018 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1019 Remove instrumentation code.
1020
1021 2013-11-08 Glenn Morris <rgm@gnu.org>
1022
1023 * progmodes/autoconf.el (autoconf-mode):
1024 Tweak comment-start-skip. (Bug#15822)
1025
1026 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
1029 at bobp (bug#15826).
1030 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
1031
1032 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
1033
1034 * man.el (Man-start-calling): New macro, extracted from
1035 Man-getpage-in-background.
1036 (Man-getpage-in-background): Use it.
1037 (Man-update-manpage): New command.
1038 (Man-mode-map): Bind it.
1039
1040 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1041
1042 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
1043 of "and", "or", "&&" and "||".
1044 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
1045 argument. Prohibit opening curly brace because it could only be a
1046 block opener in that position.
1047 (ruby-smie--forward-token, ruby-smie--backward-token):
1048 Separate "|" from "&" or "*" going after it. That can happen in block
1049 arguments.
1050 (ruby-smie--indent-to-stmt): New function, seeks the end of
1051 previous statement or beginning of buffer.
1052 (ruby-smie-rules): Use it.
1053 (ruby-smie-rules): Check if there's a ":" before a curly block
1054 opener candidate; if there is, it's a hash.
1055
1056 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
1059 (cl--block-wrapper): Fix last accidental change.
1060
1061 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
1062
1063 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1064 Instrument, in order to hunt failure on hydra.
1065
1066 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1067
1068 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
1069 malformed bindings form (bug#15814).
1070
1071 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
1072
1073 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1074 "." compared to " @ ". This incidentally fixes some indentation
1075 examples with "do".
1076 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1077 (ruby-smie-grammar): New tokens: "and" and "or".
1078 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
1079 Exclude "and" and "or". Remove "do" in order to work around token
1080 priorities.
1081 (ruby-smie-rules): Add all infix tokens. Handle the case of
1082 beginning-of-buffer.
1083
1084 2013-11-06 Glenn Morris <rgm@gnu.org>
1085
1086 * Makefile.in (setwins_almost, setwins_for_subdirs):
1087 Avoid accidental matches.
1088
1089 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1090
1091 * menu-bar.el (popup-menu): Use key-binding.
1092
1093 2013-11-06 Eli Zaretskii <eliz@gnu.org>
1094
1095 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
1096 menus, support also the menus produced by minor modes.
1097 (Bug#15817)
1098
1099 2013-11-06 Leo Liu <sdl.web@gmail.com>
1100
1101 * thingatpt.el (thing-at-point-looking-at): Add optional arg
1102 DISTANCE to bound the search. All uses changed. (Bug#15808)
1103
1104 2013-11-06 Glenn Morris <rgm@gnu.org>
1105
1106 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
1107 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
1108 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
1109
1110 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * electric.el (electric-indent-just-newline): New command.
1113 (electric-indent-mode-map): New keymap.
1114 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
1115 Re-add :group which weren't redundant.
1116
1117 * electric.el (electric-indent-local-mode): New minor mode.
1118 (electric-indent-functions-without-reindent): New var.
1119 (electric-indent-post-self-insert-function): Use it.
1120 * emacs-lisp/gv.el (buffer-local-value): Add setter.
1121
1122 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1123
1124 * international/quail.el (quail-help): Be more explicit about the
1125 meaning of the labels shown on the keys. (Bug#15800)
1126
1127 * startup.el (normal-top-level): Load the subdirs.el files before
1128 setting the locale environment. (Bug#15805)
1129
1130 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
1133 via arguments so as to get the right ones (bug#15418).
1134
1135 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
1136
1137 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
1138
1139 Fix problems found while writing a test suite.
1140
1141 * net/tramp-compat.el (tramp-compat-load): New defun.
1142 * net/tramp.el (tramp-handle-load): Use it.
1143
1144 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
1145 "(numberp ok-if-already-exists)" correctly.
1146
1147 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1148
1149 * international/characters.el (glyphless-char-display-control):
1150 Add usage note.
1151
1152 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
1153
1154 * progmodes/python.el (python-mode):
1155 * progmodes/scheme.el (scheme-mode):
1156 * progmodes/prolog.el (prolog-mode):
1157 * progmodes/ruby-mode.el (ruby-mode):
1158 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
1159 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
1160
1161 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * rect.el (rectangle--highlight-for-redisplay):
1164 * emacs-lisp/smie.el (smie--next-indent-change):
1165 Use buffer-chars-modified-tick.
1166
1167 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
1168
1169 * electric.el (electric-indent-post-self-insert-function):
1170 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
1171
1172 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
1173
1174 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
1175
1176 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1177
1178 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
1179 (bug#15786).
1180
1181 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
1184
1185 * progmodes/python.el: Fix up last change.
1186 (python-shell--save-temp-file): New function.
1187 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
1188 `string' comes from the current buffer.
1189 (python-shell-send-string-no-output): Remove `msg' arg.
1190 (python--use-fake-loc): New var.
1191 (python-shell-buffer-substring): Obey it. Try to compensate for the
1192 extra coding line added by python-shell--save-temp-file.
1193 (python-shell-send-region): Use python-shell--save-temp-file and
1194 python-shell-send-file directly. Add `nomain' argument.
1195 (python-shell-send-buffer): Use python-shell-send-region.
1196 (python-electric-pair-string-delimiter): New function.
1197 (python-mode): Use it.
1198
1199 2013-11-04 Eli Zaretskii <eliz@gnu.org>
1200
1201 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
1202 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
1203 environment and decoding all of the default-directory's to here
1204 from command-line.
1205 (command-line): Decode also argv[0].
1206
1207 * loadup.el: Error out if default-directory is a multibyte string
1208 when we are dumping.
1209
1210 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
1211
1212 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
1213
1214 * emacs-lisp/package.el (package-menu-mode)
1215 (package-menu--print-info, package-menu--archive-predicate):
1216 Add Archive column to package list.
1217
1218 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
1219
1220 Fix problems found while writing a test suite.
1221
1222 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1223 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1224 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1225 to nil when running original file name handler. Otherwise,
1226 there are problems with constructs like "$$FOO".
1227
1228 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1229 for `localname'.
1230
1231 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
1232
1233 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1234
1235 * subr.el (version<, version<=, version=):
1236 Update docstrings with information for snapshot versions.
1237
1238 * helpers.el: New library for misc helper functions.
1239 (hash-table-keys): New function returning a list of hash keys.
1240 (hash-table-values): New function returning a list of hash values.
1241
1242 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1243
1244 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1245 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1246
1247 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
1248
1249 * textmodes/fill.el (fill-single-char-nobreak-p): New function
1250 checking whether point is after a 1-letter word.
1251
1252 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1253
1254 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1255 Don't infloop when expanding region over `multiline' syntax-type that
1256 begins a line (bug#15778).
1257
1258 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1261 Make it into a proper minor mode.
1262 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1263 (rectangle-mark-mode-map): New keymap.
1264 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1265
1266 2013-11-04 Glenn Morris <rgm@gnu.org>
1267
1268 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1269
1270 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1273 (ruby-smie-rules): Use smie-rule-parent instead.
1274
1275 * emacs-lisp/smie.el (smie-rule-parent): Always call
1276 smie-indent-virtual rather than only for hanging tokens.
1277 (smie--next-indent-change): New helper command.
1278
1279 2013-11-03 Glenn Morris <rgm@gnu.org>
1280
1281 * Makefile.in (abs_srcdir): Remove.
1282 (emacs): Unset EMACSLOADPATH.
1283
1284 2013-11-02 Glenn Morris <rgm@gnu.org>
1285
1286 * Makefile.in (EMACS): Use a relative filename.
1287 (abs_top_builddir): Remove.
1288 (custom-deps, finder-data, autoloads): Use --chdir.
1289
1290 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1291
1292 Use relative filenames in TAGS files.
1293 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1294 (lisptagsfiles4, TAGS): Use relative file names.
1295 (TAGS-LISP): Remove.
1296 (maintainer-clean): No more TAGS-LISP file.
1297
1298 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1299 (lisptagsfiles4): Use absolute filenames again.
1300 (TAGS, TAGS-LISP): Not everything needs to run in one line.
1301 Remove all *loaddefs files, not just the first. Remove esh-groups.
1302 (maintainer-clean): Delete TAGS, TAGS-LISP.
1303
1304 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1305
1306 * emacs-lisp/package.el (package-version-join):
1307 Recognize snapshot versions.
1308
1309 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1310
1311 * subr.el (version-regexp-alist): Add support for snapshot versions.
1312
1313 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1314
1315 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1316 New function, replacement for `smie-rule-parent' for when we want to
1317 skip over our direct parent if it's an assignment token..
1318 (ruby-smie-rules): Use it.
1319
1320 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1321
1322 * progmodes/ruby-mode.el Use `syntax-propertize-function'
1323 unconditionally. Remove now unnecessary forward declarations.
1324 Remove XEmacs-specific setup.
1325 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1326 (ruby-font-lock-syntactic-keywords)
1327 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1328 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1329 (ruby-here-doc-end-syntax): Remove.
1330 (ruby-mode): Don't check whether `syntax-propertize-rules' is
1331 defined as function.
1332
1333 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1334
1335 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1336
1337 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1338
1339 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1340 table and abbrev table, `define-derived-mode' does that for us
1341 anyway.
1342
1343 2013-11-01 Glenn Morris <rgm@gnu.org>
1344
1345 * Makefile.in: Remove manual mh-e dependencies (writing .elc
1346 files is atomic for some time, so no parallel compilation issues).
1347
1348 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1349
1350 * faces.el (face-x-resources): Add :distant-foreground.
1351 (region): Use :distant-foreground for gtk and ns.
1352
1353 2013-11-01 Tassilo Horn <tsdh@gnu.org>
1354
1355 Allow multiple bibliographies when BibLaTeX is used rather than
1356 BibTeX.
1357 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1358 (reftex-locate-bibliography-files): Us it.
1359
1360 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
1361
1362 * image.el (image-type-header-regexps): Fix the 'pbm' part to
1363 allow comments in pbm files.
1364
1365 * term/w32-win.el (dynamic-library-alist): Support newer versions
1366 of libjpeg starting with v7: look only for the DLL from the
1367 version against which Emacs was built.
1368 Support versions of libpng beyond 1.4.x.
1369 Support libtiff v4.x.
1370
1371 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1372
1373 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1374 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1375 Add property :safe.
1376 (ruby-deep-arglist): Add property :type.
1377
1378 2013-10-31 Glenn Morris <rgm@gnu.org>
1379
1380 * Makefile.in (custom-deps, finder-data): No need to setq the target
1381 variables, we are in the right directory and the defaults work fine.
1382
1383 2013-10-30 Glenn Morris <rgm@gnu.org>
1384
1385 * Makefile.in (autoloads): Do not use abs_lisp.
1386
1387 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1388 `newline' does not respect `standard-output', so use `princ'.
1389
1390 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
1391
1392 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
1393 * buff-menu.el (Buffer-menu--unmark): New function.
1394 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1395
1396 2013-10-30 Glenn Morris <rgm@gnu.org>
1397
1398 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1399
1400 * emacs-lisp/package.el (lm-homepage): Declare.
1401
1402 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1403 Fix doc typos.
1404
1405 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1406
1407 * Makefile.in (finder-data, autoloads, update-subdirs)
1408 (compile-main, compile-clean, compile-always, bootstrap-clean):
1409 Check return value of cd.
1410 (compile-calc): Remove.
1411
1412 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1415
1416 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1417 (byte-compile-and-folded): New function.
1418 (=, <, >, <=, >=): Use it.
1419
1420 * dos-w32.el (minibuffer-history-case-insensitive-variables)
1421 (path-separator, null-device, buffer-file-coding-system)
1422 (lpr-headers-switches): Check system-type before modifying them.
1423 (find-buffer-file-type-coding-system): Mark obsolete.
1424 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1425 find-file-not-found-set-buffer-file-coding-system.
1426 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1427 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1428 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1429 (w32-direct-print-region-helper, w32-direct-print-region-function)
1430 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1431 * startup.el (normal-top-level-add-subdirs-to-load-path):
1432 * ps-print.el (ps-print-region-function):
1433 * lpr.el (print-region-function): Use new name.
1434
1435 * subr.el (custom-declare-variable-early): Remove function.
1436 (custom-declare-variable-list): Remove var.
1437 (error, user-error): Remove `while' loop.
1438 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1439 (user-emacs-directory-warning, locate-user-emacs-file):
1440 Move to files.el.
1441 * simple.el (read-quoted-char-radix, read-quoted-char):
1442 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1443 Move from subr.el.
1444 * custom.el (custom-declare-variable-list): Don't process
1445 custom-declare-variable-list.
1446
1447 * progmodes/python.el (python-shell-get-buffer): New function.
1448 (python-shell-get-process): Use it.
1449 (python-shell-send-string): Always use utf-8 and add a cookie to tell
1450 Python which encoding was used. Don't split-string since we only care
1451 about the first line. Return the temp-file, if applicable.
1452 (python-shell-send-region): Tell compile.el how to turn locations in
1453 the temp-file into locations in the source buffer.
1454
1455 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * subr.el (undefined): Add missing behavior from the C code for
1458 unbound keys.
1459
1460 * rect.el: Use lexical-binding. Add new rectangular region support.
1461 (rectangle-mark): New command.
1462 (rectangle--region): New var.
1463 (deactivate-mark-hook): Reset rectangle--region.
1464 (rectangle--extract-region, rectangle--insert-for-yank)
1465 (rectangle--highlight-for-redisplay)
1466 (rectangle--unhighlight-for-redisplay): New functions.
1467 (region-extract-function, redisplay-unhighlight-region-function)
1468 (redisplay-highlight-region-function): Use them to handle
1469 rectangular region.
1470 * simple.el (region-extract-function): New var.
1471 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1472 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1473 (kill-region): Replace obsolete `yank-handler' arg with `region'.
1474 (copy-region-as-kill, kill-ring-save): Add `region' argument.
1475 (redisplay-unhighlight-region-function)
1476 (redisplay-highlight-region-function): New vars.
1477 (redisplay--update-region-highlight): New function.
1478 (pre-redisplay-function): Use it.
1479 (exchange-point-and-mark): Don't deactivate the mark before
1480 reactivate-it anyway.
1481 * comint.el (comint-kill-region): Remove yank-handler argument.
1482 * delsel.el (delete-backward-char, backward-delete-char-untabify)
1483 (delete-char): Remove property, since it's now part of their
1484 default behavior.
1485 (self-insert-iso): Remove property since this command doesn't exist.
1486
1487 * emacs-lisp/package.el (package--download-one-archive)
1488 (describe-package-1): Don't query the user about final newline.
1489
1490 2013-10-29 Daniel Colascione <dancol@dancol.org>
1491
1492 * net/tramp.el (tramp-methods): Document new functionality.
1493 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1494 tramp-hostname-checker if method provides one instead of scanning
1495 argument list for "%h" to decide hostname acceptability.
1496
1497 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
1498
1499 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1500 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1501 Handle COPY-CONTENTS. (Bug#15737)
1502
1503 2013-10-28 Daiki Ueno <ueno@gnu.org>
1504
1505 * epa-file.el
1506 (epa-file-cache-passphrase-for-symmetric-encryption):
1507 Document that this option has no effect with GnuPG 2.0 (bug#15552).
1508
1509 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1510
1511 * image.el (defimage):
1512 (image-load-path): Doc fixes.
1513
1514 2013-10-27 Alan Mackenzie <acm@muc.de>
1515
1516 Indent statements in macros following "##" correctly.
1517 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1518 Modify the "#" arm of a cond form to handle "#" and "##" operators.
1519
1520 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1521
1522 * linum.el (linum-update-window): Fix boundary test (bug#13446).
1523
1524 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
1525
1526 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1527 after `=' is probably a new expression.
1528
1529 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1530
1531 * man.el (man-imenu-title): New option.
1532 (Man-mode-map): Add menu. (Bug#15722)
1533 (Man-mode): Add imenu to menu.
1534
1535 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1536
1537 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1538 specific in what the first arg can be: a non-keyword word,
1539 string/regexp/percent literal opener, opening paren, or unary
1540 operator followed directly by word.
1541
1542 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1545 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1546 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1547 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1548 Remove vars, they do not apply any more.
1549 (prolog-mode-abbrev-table): Remove redundant declaration.
1550 (prolog-upper-case-string, prolog-lower-case-string): Remove.
1551 (prolog-use-smie): Remove.
1552 (prolog-smie-rules): Add indentation rule for the if-then-else layout
1553 supported by prolog-electric-if-then-else-flag.
1554 (prolog-mode-variables, prolog-menu): Use setq-local.
1555 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1556 Remove binding to `Backspace' since this key doesn't exist anyway.
1557 Remove bindings for electric self-inserting keys.
1558 (prog-mode): Assume it's defined.
1559 (prolog-post-self-insert): New function.
1560 (prolog-mode): Use it.
1561 (prolog-indent-line, prolog-indent-level)
1562 (prolog-find-indent-of-matching-paren)
1563 (prolog-indentation-level-of-line, prolog-goto-comment-column)
1564 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1565 (prolog-goto-next-paren, prolog-in-string-or-comment)
1566 (prolog-tokenize, prolog-inside-mline-comment)
1567 (prolog-find-start-of-mline-comment): Remove functions.
1568 (prolog-find-unmatched-paren, prolog-clause-end)
1569 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1570 (prolog-electric--if-then-else): Rename from
1571 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1572 (prolog-tokenize-searchkey): Remove const.
1573 (prolog-clause-info): Use forward-sexp.
1574 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1575 (prolog-electric-if-then-else): Remove commands.
1576 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1577 for use in post-self-insert-hook.
1578 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1579 for use in post-self-insert-hook.
1580 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1581 for use in post-self-insert-hook.
1582 (prolog-electric--underscore): Rename from prolog-electric--underscore;
1583 adapt it for use in post-self-insert-hook.
1584
1585 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
1586
1587 * emacs-lisp/ert.el (ert-run-tests-interactively):
1588 Use `completing-read'. (Bug#9756)
1589
1590 2013-10-25 Eli Zaretskii <eliz@gnu.org>
1591
1592 * simple.el (line-move): Call line-move-1 instead of
1593 line-move-visual when the current window hscroll is zero, but
1594 temporary-goal-column indicates we will need to hscroll as result
1595 of the movement. (Bug#15712)
1596
1597 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
1598
1599 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1600 capitalization. Use :visible instead of :active.
1601 Fix `ruby-indent-exp' reference. Add menu items for the generic
1602 commands that are used with SMIE.
1603 (ruby-do-end-to-brace): Insert space after `{'.
1604
1605 2013-10-25 John Anthony <john@jo.hnanthony.com>
1606
1607 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
1608
1609 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
1610
1611 2013-10-25 Glenn Morris <rgm@gnu.org>
1612
1613 * vc/vc.el (vc-print-log): Don't use a working revision unless
1614 one was explicitly specified. (Bug#15322)
1615
1616 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * subr.el (add-to-list): Preserve return value in compiler-macro
1619 (bug#15692).
1620
1621 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1622
1623 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1624 result. Ask user to retry using '-all' flag. (Bug#15701)
1625
1626 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * emacs-lisp/smie.el: New smie-config system.
1629 (smie-config): New defcustom.
1630 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1631 (smie-config-guess, smie-config-save): New commands.
1632 (smie-config--mode-local, smie-config--buffer-local)
1633 (smie-config--trace, smie-config--modefuns): New vars.
1634 (smie-config--advice, smie-config--mode-hook)
1635 (smie-config--setter, smie-config-local, smie-config--get-trace)
1636 (smie-config--guess-value, smie-config--guess): New functions.
1637 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1638 text properties. Treat "string fence" syntax like string syntax.
1639
1640 * progmodes/sh-script.el (sh-use-smie): Change default.
1641 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1642 (sh-var-value): Simplify by CSE.
1643 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1644 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1645 is used.
1646 (sh-guess-basic-offset): Use cl-incf.
1647 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1648
1649 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
1650
1651 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1652 (bug#15699).
1653
1654 2013-10-24 Glenn Morris <rgm@gnu.org>
1655
1656 * Makefile.in (abs_top_srcdir): Remove.
1657 (update-subdirs): Use relative path to update-subdirs.
1658
1659 2013-10-24 Eli Zaretskii <eliz@gnu.org>
1660
1661 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1662 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1663 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1664 Call unmsys--file-name before expand-file-name, not after it.
1665
1666 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1667
1668 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1669 (ert-test-skipped): New error.
1670 (ert-skip, ert-stats-skipped): New defuns.
1671 (ert--skip-unless): New macro.
1672 (ert-test-skipped): New struct.
1673 (ert--run-test-debugger, ert-test-result-type-p)
1674 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1675 (ert--stats-set-test-and-result, ert-char-for-test-result)
1676 (ert-string-for-test-result, ert-run-tests-batch)
1677 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1678 Handle skipped tests. (Bug#9803)
1679
1680 2013-10-24 Glenn Morris <rgm@gnu.org>
1681
1682 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1683
1684 * Makefile.in (abs_top_srcdir): New, set by configure.
1685 (update-subdirs): Correct build-aux location.
1686
1687 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1688
1689 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1690 value, whether we could auto-deduce `backend', or not.
1691
1692 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1693 with parameters" example. Simplify the "is it block or is it
1694 hash" check, but also make it more thorough.
1695
1696 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1697
1698 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1699
1700 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1703 { if it is hanging.
1704
1705 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1706 :before ";".
1707
1708 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1709
1710 * progmodes/compile.el (compilation-directory-matcher)
1711 (compilation-page-delimiter):
1712 Support GNU Make-4.0 directory quoting. (Bug#15678)
1713
1714 2013-10-23 Leo Liu <sdl.web@gmail.com>
1715
1716 * ido.el (ido-tidy): Handle read-only text.
1717
1718 2013-10-23 Glenn Morris <rgm@gnu.org>
1719
1720 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1721 (emacs, compile, compile-always):
1722 Quote entities that might contain whitespace.
1723 (custom-deps, finder-data, autoloads): Use abs_lisp.
1724 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1725 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1726 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1727
1728 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1729
1730 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1731 Use `following-char'.
1732
1733 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1736 * progmodes/ruby-mode.el (ruby-smie-rules):
1737 Remove corresponding workaround. Fix indentation rule of ";" so it
1738 also applies when ";" is the parent.
1739
1740 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1741
1742 * frame.el (display-screens, display-pixel-height)
1743 (display-pixel-width, display-mm-width, display-backing-store)
1744 (display-save-under, display-planes, display-color-cells)
1745 (display-visual-class, display-monitor-attributes-list):
1746 Mention the optional ‘display’ argument in doc strings.
1747
1748 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1749
1750 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1751 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1752
1753 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1754
1755 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1756 TODO. Add "." after " @ ".
1757 (ruby-smie--at-dot-call): New function. Checks if point at method
1758 call with explicit target.
1759 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1760 to the method name tokens when it precedes them.
1761 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1762 (ruby-smie-rules): Add rule for indentation before and after "."
1763 token.
1764
1765 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * textmodes/remember.el (remember-diary-extract-entries):
1768 Avoid add-to-list.
1769
1770 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1771 an instruction.
1772
1773 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1774
1775 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1776 (ruby-smie--implicit-semi-p): Add new operator chars.
1777
1778 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1779 `smie-down-list'.
1780 (ruby-smie--args-separator-p): Check that there's no newline
1781 between method call and its arguments.
1782
1783 2013-10-20 Alan Mackenzie <acm@muc.de>
1784
1785 Allow comma separated lists after Java "implements".
1786
1787 * progmodes/cc-engine.el (c-backward-over-enum-header):
1788 Parse commas.
1789 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1790 from a "disallowed" list in enum fontification.
1791
1792 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1793
1794 * startup.el (default-frame-background-mode): Remove unused defvar.
1795
1796 * progmodes/verilog-mode.el (verilog-mode): Don't set
1797 comment-indent-function globally.
1798
1799 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1800
1801 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1802 Move Info menu item creation to ns-win.el.
1803
1804 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1805 in menu bar.
1806
1807 * menu-bar.el: Move GNUStep specific menus...
1808
1809 * term/ns-win.el (ns-initialize-window-system): ... to here.
1810
1811 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1812
1813 * simple.el (newline): Only run post-self-insert-hook when
1814 called interactively.
1815
1816 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1817
1818 * icomplete.el (icomplete-with-completion-tables): Add :version.
1819
1820 2013-10-19 Alan Mackenzie <acm@muc.de>
1821
1822 Fix fontification bugs with constructors and const.
1823
1824 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1825 CASE 2) Remove the check for the absence of a suffix construct
1826 after a function declaration with only types (no identifiers) in
1827 the parentheses. Also, accept a function declaration with just a
1828 type inside the parentheses, if this type can be positively
1829 recognised as such, or if a prefix keyword like "explicit" nails
1830 down the construct as a declaration.
1831
1832 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1833
1834 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1835 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1836 the problem whereby selecting a menu item that leads to a
1837 minibuffer prompt moves the cursor out of the minibuffer window,
1838 making it hard to type at the prompt. Suggested by Stefan Monnier
1839 <monnier@iro.umontreal.ca>.
1840
1841 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1842
1843 * menu-bar.el: Don't make Services menu.
1844
1845 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1846
1847 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1848 (ffap-alist): Use ffap-c++-mode for c++-mode.
1849 (ffap-c++-path): New variable.
1850 (ffap-c++-mode): New function.
1851
1852 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1853
1854 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1855
1856 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1857
1858 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1859 introduced on 2013-09-08, which results in an infinite loop
1860 requesting a password.
1861
1862 2013-10-18 Glenn Morris <rgm@gnu.org>
1863
1864 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1865
1866 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1867
1868 Sync with upstream verilog-mode revision 1a6ecec7.
1869 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1870 (verilog-mode-release-date): Remove.
1871 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1872 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1873 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1874 (verilog-auto-tieoff-ignore-regexp)
1875 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1876 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1877 (verilog-signals-with, verilog-dir-cache-preserving)
1878 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1879 Doc fixes.
1880 (verilog-case-fold): New option, to control case folding in
1881 regexp searches, bug597.
1882 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1883 (verilog-string-match-fold, verilog-in-paren-count)
1884 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1885 (verilog-at-close-struct-p): New functions.
1886 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1887 (verilog-forward-sexp, verilog-set-auto-endcomments):
1888 (verilog-leap-to-case-head): Handle "unique0" case.
1889 (verilog-in-constraint-re): New constant.
1890 (verilog-keywords, verilog-type-font-keywords):
1891 Add some SystemVerilog 1800-2012 keywords.
1892 (verilog-label-be): Remove unimplemented argument, bug669.
1893 (verilog-batch-execute-func): When batch expanding clear
1894 create-lockfiles to prevent spurious user locks when a file ends
1895 up not changing.
1896 (verilog-calculate-indent, verilog-calc-1)
1897 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1898 (verilog-do-indent): Fix indentation of nested constraints
1899 and structures.
1900 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1901 (verilog-auto-inst-param): Use verilog-string-match-fold.
1902 (verilog-read-inst-module-matcher):
1903 Fix AUTOINST on gate primitives with #1.
1904 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1905 Reads all user-defined typed variables.
1906 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1907 (verilog-signals-matching-regexp)
1908 (verilog-signals-not-matching-regexp, verilog-auto):
1909 Respect verilog-case-fold.
1910 (verilog-diff-report): Fix line count.
1911 (verilog-auto-assign-modport): Remove unused local `modi'.
1912 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1913 better handle multidimensional arrays.
1914 Fix packed array ports misadding bit index in AUTOINST, bug637.
1915 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1916 to not double-declare existing outputs and inputs, respectively.
1917 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1918 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1919 (verilog-sk-uvm-component): New skeleton.
1920 (verilog-submit-bug-report): Add verilog-case-fold,
1921 remove verilog-mode-release-date.
1922
1923 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1924
1925 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1926 as before.
1927
1928 2013-10-18 Reuben Thomas <rrt@sc3d.org>
1929
1930 * textmodes/remember.el (remember): set buffer-offer-save in
1931 remember buffers (bug#13566).
1932
1933 2013-10-18 Daniel Colascione <dancol@dancol.org>
1934
1935 When evaluating forms in ielm, direct standard output to ielm
1936 buffer. Add new ielm-return-for-effect command. Remove trailing
1937 whitespace throughout.
1938
1939 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1940 (ielm-return-for-effect): New command.
1941 (ielm-send-input): Accept optional `for-effect' parameter.
1942 (ielm-eval-input): Accept optional `for-effect' parameter.
1943 Bind `standard-output' to stream we create using
1944 `ielm-standard-output-impl'. Suppress printing result when
1945 `for-effect'.
1946 (ielm-standard-output-impl): New function.
1947 (inferior-emacs-lisp-mode): Explain new features in documentation.
1948
1949 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
1950
1951 Code cleanup.
1952
1953 * net/tramp.el (tramp-debug-message): Do not check for connection
1954 buffer.
1955 (tramp-message): Use "vector" connection property.
1956
1957 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1958 (tramp-equal-remote, tramp-eshell-directory-change)
1959 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1960 (tramp-adb-handle-rename-file)
1961 * net/tramp-cmds.el (tramp-list-remote-buffers)
1962 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1963 * net/tramp-compat.el (tramp-compat-process-running-p)
1964 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1965 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1966 (tramp-gvfs-handle-rename-file)
1967 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1968 (tramp-set-file-uid-gid)
1969 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1970 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1971 of `file-remote-p'.
1972
1973 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1974 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1975 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1976 (tramp-gw-open-network-stream): Suppress unrelated traces.
1977
1978 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1979 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1980 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1981 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1982 connection property.
1983
1984 * net/tramp-cache.el (top): Suppress traces when reading
1985 persistency file.
1986
1987 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1988 Refactor common code. Improve debug message.
1989 (tramp-maybe-open-connection)
1990 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1991 connection buffer too early.
1992
1993 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1994 from `tramp-smb-actions-with-acl'.
1995 (tramp-smb-actions-set-acl): New defconst.
1996 (tramp-smb-handle-copy-directory)
1997 (tramp-smb-action-get-acl): New defun, renamed from
1998 `tramp-smb-action-with-acl'.
1999 (tramp-smb-action-set-acl): New defun.
2000 (tramp-smb-handle-set-file-acl): Rewrite.
2001
2002 2013-10-17 Glenn Morris <rgm@gnu.org>
2003
2004 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
2005
2006 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * skeleton.el (skeleton-newline): Remove.
2009 (skeleton-internal-1): Use (insert "\n") instead.
2010
2011 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
2012 let-bindings.
2013
2014 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
2015 forward-sexp-function while we redo its job (bug#15613).
2016
2017 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
2018
2019 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
2020 represented by lists.
2021
2022 2013-10-16 Glenn Morris <rgm@gnu.org>
2023
2024 * tmm.el (tmm--history): New dynamic variable.
2025 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
2026
2027 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
2028
2029 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
2030 (tramp-smb-errors): Add error messages.
2031 (tramp-smb-actions-with-acl): New defconst.
2032 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
2033 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
2034 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
2035 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
2036 (tramp-smb-get-stat-capability): Fix tests.
2037
2038 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
2039
2040 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
2041 (bug#15580).
2042
2043 2013-10-16 Glenn Morris <rgm@gnu.org>
2044
2045 * ansi-color.el (ansi-color-drop-regexp):
2046 Add 1J, 1K, 2K. (Bug#15617)
2047
2048 * files.el (hack-local-variables--warned-lexical): New.
2049 (hack-local-variables):
2050 Warn about misplaced lexical-binding. (Bug#15616)
2051
2052 * net/eww.el (eww-render): Always set eww-current-url,
2053 and update header line. (Bug#15622)
2054 (eww-display-html): ... Rather than just doing it here.
2055
2056 2013-10-15 Eli Zaretskii <eliz@gnu.org>
2057
2058 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
2059 menu navigations commands.
2060
2061 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
2062
2063 * progmodes/subword.el (subword-capitalize): Be careful when
2064 the search for [[:alpha:]] fails (bug#15580).
2065
2066 2013-10-14 Eli Zaretskii <eliz@gnu.org>
2067
2068 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
2069 to commands that scroll the menu.
2070
2071 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
2072
2073 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
2074 Handle methods ending with `?' and `!'.
2075
2076 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
2077
2078 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
2079 `japanese-cp932' to `cp932' to fix the problem where saving a
2080 source file written in Shift_JIS twice would end up having
2081 `coding: japanese-cp932' which Ruby could not recognize.
2082 (ruby-mode-set-encoding): Add support for encodings mapped to nil
2083 in `ruby-encoding-map'.
2084 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
2085 doesn't need to be explicitly declared in magic comment.
2086 (ruby-encoding-map): Add type declaration for better customize UI.
2087
2088 2013-10-13 Glenn Morris <rgm@gnu.org>
2089
2090 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
2091 Occur buffers are read-only. http://bugs.debian.org/720775
2092
2093 * emacs-lisp/authors.el (authors-fixed-entries):
2094 Comment out old alpha stuff.
2095
2096 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
2097
2098 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
2099 to `after-save-hook' instead of `before-save-hook'.
2100 (ruby-mode-set-encoding): Use the value of coding system used to
2101 write the file. Call `basic-save-buffer-1' after modifying the
2102 buffer.
2103
2104 2013-10-13 Alan Mackenzie <acm@muc.de>
2105
2106 Fix indentation/fontification of Java enum with
2107 "implements"/generic.
2108
2109 * progmodes/cc-engine.el (c-backward-over-enum-header):
2110 Extracted from the three other places and enhanced to handle generics.
2111 (c-inside-bracelist-p): Uses new function above.
2112 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
2113 function above.
2114 (c-font-lock-enum-tail): Uses new function above.
2115
2116 2013-10-13 Kenichi Handa <handa@gnu.org>
2117
2118 * international/mule-cmds.el (select-safe-coding-system): Remove a
2119 superfluous condition in chekcing whether a coding system is safe
2120 or not.
2121
2122 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
2123
2124 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
2125
2126 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
2127
2128 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
2129
2130 2013-10-13 Glenn Morris <rgm@gnu.org>
2131
2132 * menu-bar.el (menu-bar-update-buffers):
2133 Unify Buffers menu prompt string. (Bug#15576)
2134
2135 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
2136
2137 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
2138 Add some entries.
2139 (authors-fixed-entries): Use accented form of name.
2140
2141 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
2144 method calls (bug#15594).
2145 (ruby-smie--args-separator-p): New function.
2146 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
2147 recognize paren-free method calls.
2148
2149 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
2150 internals of universal-argument.
2151
2152 2013-10-11 Eli Zaretskii <eliz@gnu.org>
2153
2154 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
2155 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
2156 dropped menu on second mouse click on the menu bar.
2157
2158 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
2161 (explicit-shell-file-name): Declare.
2162 (sh--vars-before-point, sh--cmd-completion-table): New functions.
2163 (sh-completion-at-point-function): New function.
2164 (sh-mode): Use it.
2165 (sh-smie--keyword-p): Remove unused argument.
2166 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
2167 vars.
2168 (sh-set-shell): Always setup SMIE, even if we use the
2169 old indentation code.
2170
2171 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
2172
2173 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
2174 cases of ? and =.
2175 (ruby-smie-rules): Simplify the "do" rule. The cases when the
2176 predicate would return nil are almost non-existent.
2177 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
2178
2179 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
2180 cache also after commands that modify the buffer but don't move
2181 point.
2182
2183 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * env.el (substitute-env-in-file-name): New function.
2186 (substitute-env-vars): Extend the meaning of the optional arg.
2187
2188 2013-10-10 Eli Zaretskii <eliz@gnu.org>
2189
2190 * term/w32-win.el (dynamic-library-alist): Define separate lists
2191 of GIF DLLs for versions before and after 5.0.0 of giflib.
2192 (Bug#15531)
2193
2194 2013-10-10 João Távora <joaotavora@gmail.com>
2195
2196 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
2197 not locked, use last revision and current source as
2198 defaults. (Bug#15569)
2199
2200 2013-10-10 Masatake YAMATO <yamato@redhat.com>
2201
2202 * menu-bar.el (menu-bar-open): Don't use popup-menu if
2203 menu-bar is hidden.
2204
2205 2013-10-10 Martin Rudalics <rudalics@gmx.at>
2206
2207 * window.el (pop-to-buffer-same-window): Fix doc-string.
2208 (Bug#15492)
2209
2210 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
2213
2214 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
2215
2216 * calendar/icalendar.el (icalendar-import-file):
2217 Fix interactive spec. (Bug#15482)
2218
2219 2013-10-10 Glenn Morris <rgm@gnu.org>
2220
2221 * desktop.el (desktop-save): Default to saving in .emacs.d,
2222 since PWD is no longer in desktop-path by default. (Bug#15319)
2223
2224 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2225 now that text mode has a menu with the same entry.
2226 (menu-bar-text-mode-auto-fill): Remove now unused func.
2227 * textmodes/text-mode.el (text-mode-map):
2228 Use auto-fill help text from menu-bar.el.
2229
2230 2013-10-10 John Anthony <john@jo.hnanthony.com>
2231
2232 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
2233
2234 2013-10-09 Juri Linkov <juri@jurta.org>
2235
2236 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2237 instead of this-command-keys. Add universal-argument-more and
2238 universal-argument-minus to the list of prefix commands. (Bug#15568)
2239
2240 2013-10-09 Glenn Morris <rgm@gnu.org>
2241
2242 * vc/vc-svn.el (vc-svn-create-repo):
2243 Expand paths in file://... url. (Bug#15446)
2244
2245 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2246 Add some entries.
2247 (authors): Remove unused local variables.
2248
2249 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * profiler.el: Create a more coherent calltree from partial backtraces.
2252 (profiler-format): Hide the tail with `invisible' so that C-s can still
2253 find the hidden elements.
2254 (profiler-calltree-depth): Don't recurse so enthusiastically.
2255 (profiler-function-equal): New hash-table-test.
2256 (profiler-calltree-build-unified): New function.
2257 (profiler-calltree-build): Use it.
2258 (profiler-report-make-name-part): Indent the calltree less.
2259 (profiler-report-mode): Add visibility specs for profiler-format.
2260 (profiler-report-expand-entry, profiler-report-toggle-entry):
2261 Expand the whole subtree when provided with a prefix arg.
2262
2263 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
2264
2265 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2266 iuwu-mod token.
2267 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2268 hanging iuwu-mod token.
2269 (ruby-smie--forward-token): Do not include a dot after a token in
2270 that token.
2271 (ruby-smie--backward-token): Likewise.
2272
2273 2013-10-08 Juri Linkov <juri@jurta.org>
2274
2275 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2276 to isearch-other-control-char.
2277 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2278 and isearch-post-command-hook to post-command-hook.
2279 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2280 and isearch-post-command-hook from post-command-hook.
2281 (isearch-unread-key-sequence)
2282 (isearch-reread-key-sequence-naturally)
2283 (isearch-lookup-scroll-key, isearch-other-control-char)
2284 (isearch-other-meta-char): Remove functions.
2285 (isearch-pre-command-hook, isearch-post-command-hook):
2286 New functions based on isearch-other-meta-char rewritten
2287 relying on the new behavior of overriding-terminal-local-map
2288 that does not replace the local keymaps any more. (Bug#15200)
2289
2290 2013-10-08 Eli Zaretskii <eliz@gnu.org>
2291
2292 Support menus on text-mode terminals.
2293 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2294 functionality.
2295
2296 * tooltip.el (tooltip-mode): Don't error out on TTYs.
2297
2298 * menu-bar.el (popup-menu, popup-menu-normalize-position):
2299 Move here from mouse.el.
2300 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2301 and arrow keys.
2302 (tty-menu-navigation-map): New map for TTY menu navigation.
2303
2304 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2305
2306 * frame.el (display-mouse-p): Report text-mode mouse as available
2307 on w32.
2308 (display-popup-menus-p): Report availability if mouse is
2309 available; don't condition on window-system.
2310
2311 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2312 (tty-menu-selected-face): New faces.
2313
2314 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2317 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2318 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2319 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2320 New constants.
2321 (lisp-mode-variables): New `elisp' argument.
2322 (emacs-lisp-mode): Use it.
2323 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2324 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2325
2326 * indent.el: Use lexical-binding.
2327 (indent-region): Add progress reporter.
2328 (tab-stop-list): Make it implicitly extend to infinity by repeating the
2329 last step.
2330 (indent--next-tab-stop): New function to implement this behavior.
2331 (tab-to-tab-stop, move-to-tab-stop): Use it.
2332
2333 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
2334
2335 * indent.el (indent-rigidly--current-indentation): New function.
2336 (indent-rigidly-map): New var.
2337 (indent-rigidly): Use it to provide interactive mode (bug#8196).
2338
2339 2013-10-08 Bastien Guerry <bzg@gnu.org>
2340
2341 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2342
2343 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2344
2345 * progmodes/perl-mode.el: Use lexical-binding.
2346 Remove redundant :group args.
2347 (perl-nochange): Change default to be closer to other major modes's
2348 standard behavior.
2349 (perl-indent-line): Don't consider text on current line as a
2350 valid beginning of function from which to indent.
2351
2352 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2353 with more than one argument (bug#15538).
2354
2355 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2356
2357 * vc/pcvs.el: Use lexical-binding.
2358 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2359 environment of `eval'.
2360 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2361 than a list of expressions. Adjust callers.
2362 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2363
2364 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
2365
2366 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2367 case of the dot in a chained method call being on the following line.
2368
2369 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2370
2371 * electric.el (electric-indent-inhibit): New var.
2372 (electric-indent-post-self-insert-function): Use it.
2373 * progmodes/python.el (python-mode): Set it.
2374
2375 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2376 open braces.
2377
2378 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2379
2380 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2381 (css-mode): Use electric-indent-chars.
2382
2383 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2384 (font-lock-beg, font-lock-end): Move before first use.
2385 (nxml-mode): Use syntax-propertize-function.
2386 (nxml-after-change, nxml-after-change1): Adjust accordingly.
2387 (nxml-extend-after-change-region): Remove.
2388 * nxml/xmltok.el: Use lexical-binding.
2389 (xmltok-save): Use `declare'.
2390 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2391 * nxml/nxml-util.el: Use lexical-binding.
2392 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2393 Use `declare'.
2394 * nxml/nxml-ns.el: Use lexical-binding.
2395 (nxml-ns-save): Use `declare'.
2396 (nxml-ns-prefixes-for): Avoid add-to-list.
2397 * nxml/rng-match.el: Use lexical-binding.
2398 (rng--ipattern): Use cl-defstruct.
2399 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2400 (rng-cons-group-after, rng-subst-group-after)
2401 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2402 Use closures instead of `(lambda...).
2403
2404 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
2405
2406 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2407 of BEG and END.
2408
2409 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2410 Use `tramp-handle-insert-file-contents'.
2411 (tramp-gvfs-handle-insert-file-contents): Remove function.
2412
2413 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2414 Use `save-restriction' in order to keep markers.
2415
2416 * net/trampver.el: Update release number.
2417
2418 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * progmodes/compile.el (compilation-parse-errors):
2421 Use compilation--put-prop.
2422 (compilation--ensure-parse): Check compilation-multiline.
2423
2424 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2425
2426 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2427 lexical-binding.
2428
2429 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2430
2431 * progmodes/ruby-mode.el: Fix recently added tests.
2432 (ruby-smie-grammar): Add - and +.
2433 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2434 (ruby-smie--backward-id): New functions.
2435 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2436 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
2437 any more.
2438
2439 2013-10-07 Leo Liu <sdl.web@gmail.com>
2440
2441 * register.el (register-preview-delay)
2442 (register-preview-functions): New variables.
2443 (register-read-with-preview, register-preview)
2444 (register-describe-oneline): New functions.
2445 (point-to-register, window-configuration-to-register)
2446 (frame-configuration-to-register, jump-to-register)
2447 (number-to-register, view-register, insert-register)
2448 (copy-to-register, append-to-register, prepend-to-register)
2449 (copy-rectangle-to-register): Use register-read-with-preview to
2450 read register. (Bug#15525)
2451
2452 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2453
2454 * net/network-stream.el (network-stream-open-starttls): Don't add
2455 --insecure if it's already present, because that gnutls-cli
2456 rejects getting that parameter twice.
2457
2458 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2459
2460 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2461 keyword, too.
2462
2463 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
2464
2465 * newcomment.el (comment-use-global-state): Change default value
2466 to t, mark obsolete (Bug#15251).
2467 (comment-beginning): In addition to `comment-to-syntax', check the
2468 value of `comment-use-global-state'.
2469
2470 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2473 (ruby-comment-column): Follow the global default, by default.
2474 (ruby-smie-grammar): Add assignment syntax.
2475 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2476 open-paren, a comma, or a \.
2477 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2478 and line continuations.
2479 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2480 followed by implicit semi-colons. Add rule for string concatenation
2481 and for indentation at BOB.
2482 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2483
2484 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2485 calling next-sexp, since next-token may have skipped chars which
2486 next-sexp doesn't know should be skipped!
2487
2488 2013-10-05 Leo Liu <sdl.web@gmail.com>
2489
2490 * progmodes/octave.el (octave-send-region):
2491 Call compilation-forget-errors.
2492
2493 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2494
2495 * vc/vc-svn.el (vc-svn-find-admin-dir):
2496 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2497 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2498 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2499 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2500
2501 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2504
2505 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * subr.el (read-passwd): Hide chars even when called within a context
2508 where after-change-functions is disabled (bug#15501).
2509 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2510 until we removed ourself from overriding-terminal-local-map.
2511
2512 2013-10-04 Leo Liu <sdl.web@gmail.com>
2513
2514 * progmodes/octave.el (inferior-octave-mode):
2515 Call compilation-forget-errors.
2516
2517 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2518
2519 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2520
2521 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
2522
2523 * net/secrets.el (secrets-create-collection): Add optional
2524 argument ALIAS. Use proper Label keyword. Append ALIAS as
2525 dbus-call-method argument. (Bug#15516)
2526
2527 2013-10-04 Leo Liu <sdl.web@gmail.com>
2528
2529 * progmodes/octave.el (inferior-octave-error-regexp-alist)
2530 (inferior-octave-compilation-font-lock-keywords): New variables.
2531 (compilation-error-regexp-alist)
2532 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2533 (inferior-octave-mode): Use compilation-shell-minor-mode.
2534
2535 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
2536
2537 * minibuffer.el (completion--replace): Be careful that `end' might be
2538 a marker.
2539
2540 2013-10-03 Daiki Ueno <ueno@gnu.org>
2541
2542 Add support for package signature checking.
2543 * emacs-lisp/package.el (url-http-file-exists-p)
2544 (epg-make-context, epg-context-set-home-directory)
2545 (epg-verify-string, epg-context-result-for)
2546 (epg-signature-status, epg-signature-to-string)
2547 (epg-check-configuration, epg-configuration)
2548 (epg-import-keys-from-file): Declare.
2549 (package-check-signature): New user option.
2550 (package-unsigned-archives): New user option.
2551 (package-desc): Add `signed' field.
2552 (package-load-descriptor): Set `signed' field if .signed file exists.
2553 (package--archive-file-exists-p): New function.
2554 (package--check-signature): New function.
2555 (package-install-from-archive): Check package signature.
2556 (package--download-one-archive): Check archive signature.
2557 (package-delete): Remove .signed file.
2558 (package-import-keyring): New command.
2559 (package-refresh-contents): Import default keyring.
2560 (package-desc-status): Add "unsigned" status.
2561 (describe-package-1, package-menu--print-info)
2562 (package-menu-mark-delete, package-menu--find-upgrades)
2563 (package-menu--status-predicate): Support "unsigned" status.
2564
2565 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2566
2567 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2568 the new compilation scheme using the new byte-codes.
2569
2570 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2571 (byte-pophandler): New byte codes.
2572 (byte-goto-ops): Adjust accordingly.
2573 (byte-compile--use-old-handlers): New var.
2574 (byte-compile-catch): Use new byte codes depending on
2575 byte-compile--use-old-handlers.
2576 (byte-compile-condition-case--old): Rename from
2577 byte-compile-condition-case.
2578 (byte-compile-condition-case--new): New function.
2579 (byte-compile-condition-case): New function that dispatches depending
2580 on byte-compile--use-old-handlers.
2581 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2582 when we can.
2583
2584 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2585 Optimize under `condition-case' and `catch' if
2586 byte-compile--use-old-handlers is nil.
2587 (disassemble-offset): Handle new bytecodes.
2588
2589 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2590
2591 * subr.el (error): Use `declare'.
2592 (decode-char, encode-char): Use advertised-calling-convention instead
2593 of the docstring to discourage use of the `restriction' arg.
2594
2595 2013-10-03 Daiki Ueno <ueno@gnu.org>
2596
2597 * epg.el (epg-verify-file): Add a comment saying that it does not
2598 notify verification error as a return value nor a signal.
2599 (epg-verify-string): Ditto.
2600
2601 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2602
2603 * progmodes/compile.el (compilation-start): Try globbing the arg to
2604 `cd' (bug#15417).
2605
2606 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
2607
2608 Sync with Tramp 2.2.8.
2609
2610 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2611 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2612 * net/trampver.el: Update release number.
2613
2614 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
2615
2616 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2617 and default-process-coding-system for darwin only.
2618
2619 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2620
2621 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2622
2623 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
2624
2625 * vc/vc-git.el (vc-git-grep): Disable pager.
2626
2627 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2628
2629 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2630 Use :url instead of :homepage, as per
2631 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2632
2633 * newcomment.el (comment-beginning): When `comment-use-syntax' is
2634 non-nil, use `syntax-ppss' (Bug#15251).
2635
2636 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2637
2638 * progmodes/octave.el (inferior-octave-startup-file):
2639 Prefer ~/.emacs.d/init_octave.m.
2640
2641 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
2642
2643 * emacs-lisp/package.el (package-desc-from-define):
2644 Accept additional arguments as plist, convert them to an alist and store
2645 them in the `extras' slot.
2646 (package-generate-description-file): Convert extras alist back to
2647 plist and append to the `define-package' form arguments.
2648 (package--alist-to-plist): New function.
2649 (package--ac-desc): Add `extras' slot.
2650 (package--add-to-archive-contents): Check if the archive-contents
2651 vector is long enough, and if it is, pass its `extras' slot value
2652 to `package-desc-create'.
2653 (package-buffer-info): Call `lm-homepage', pass the returned value
2654 to `package-desc-from-define'.
2655 (describe-package-1): Render the homepage button (Bug#13291).
2656
2657 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2658 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2659
2660 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2661
2662 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2663 and default-process-coding-system to utf-8-unix (Bug#15402).
2664
2665 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2666
2667 * subr.el (looking-back): Do not recommend using looking-back.
2668
2669 2013-09-28 Alan Mackenzie <acm@muc.de>
2670
2671 Fix indentation/fontification of Java enum with "implements".
2672
2673 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2674 regexp which matches "implements", etc., in Java.
2675 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2676 specifier clauses coming after "enum".
2677 * progmodes/cc-fonts.el (c-font-lock-declarations)
2678 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2679 after "enum".
2680
2681 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2682
2683 * faces.el (region): Change ns_selection_color to
2684 ns_selection_fg_color, add ns_selection_bg_color.
2685
2686 2013-09-28 Leo Liu <sdl.web@gmail.com>
2687
2688 * progmodes/octave.el (inferior-octave-completion-table)
2689 (inferior-octave-completion-at-point): Minor tweaks.
2690
2691 * textmodes/ispell.el (ispell-lookup-words): Rename from
2692 lookup-words. (Bug#15460)
2693 (lookup-words): Obsolete.
2694 (ispell-complete-word, ispell-command-loop): All uses changed.
2695
2696 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2697
2698 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2699 (octave-mode-menu): Add octave-send-buffer.
2700 (octave-send-buffer): New function.
2701
2702 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2703
2704 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2705 octave-lookfor.
2706 (octave-mode-menu): Add octave-lookfor.
2707 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2708 octave-lookfor.
2709 (octave-lookfor): New function.
2710
2711 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2712
2713 * emacs-lisp/cl-macs.el:
2714 (cl--loop-destr-temps): Remove.
2715 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2716 its convention.
2717 (cl--loop-set-iterator-function): New function.
2718 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2719 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2720 Bind `it' with `let' instead of substituting it with `cl-subst'.
2721 (cl--unused-var-p): New function.
2722 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2723 Eliminate some unused variable warnings (bug#15326).
2724
2725 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2726
2727 * doc-view.el (doc-view-scale-reset): Rename from
2728 `doc-view-reset-zoom-level'.
2729 (doc-view-scale-adjust): New command.
2730 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2731 `doc-view-scale-adjust'.
2732
2733 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2734
2735 * doc-view.el (doc-view-reset-zoom-level): New command.
2736 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2737 zoom commands (bug#15466).
2738
2739 2013-09-26 Kenichi Handa <handa@gnu.org>
2740
2741 * international/quail.el (quail-help): Make it not a command.
2742
2743 2013-09-26 Leo Liu <sdl.web@gmail.com>
2744
2745 * minibuffer.el (completion-all-sorted-completions): Make args
2746 optional as they are.
2747
2748 2013-09-25 Daniel Colascione <dancol@dancol.org>
2749
2750 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2751 specs are and that they're not evaluated.
2752
2753 2013-09-24 Sam Steingold <sds@gnu.org>
2754
2755 * midnight.el (clean-buffer-list-kill-regexps)
2756 (clean-buffer-list-kill-buffer-names): Update for the new Man
2757 buffer naming which includes the object name.
2758
2759 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2760
2761 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2762 (eshell-parse-command, eshell-parse-pipeline): Use it since
2763 eshell-separate-commands requires a dynamic scoped var.
2764 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2765
2766 2013-09-23 Leo Liu <sdl.web@gmail.com>
2767
2768 * autoinsert.el (auto-insert-alist): Make the value of
2769 lexical-binding match its file setting.
2770
2771 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2772
2773 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2774
2775 * autoarg.el (autoarg-kp-digit-argument):
2776 * electric.el (Electric-command-loop):
2777 * kmacro.el (kmacro-step-edit-insert):
2778 Do not set universal-argument-num-events.
2779
2780 2013-09-22 Leo Liu <sdl.web@gmail.com>
2781
2782 * files.el (interpreter-mode-alist): Add octave.
2783
2784 2013-09-21 Alan Mackenzie <acm@muc.de>
2785
2786 C++: fontify identifier in declaration following "public:" correctly.
2787 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2788 to match "public", etc.
2789 (c-decl-prefix-re): Add ":" into the C++ value.
2790 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2791 bit. Add a check for a ":" preceded by "public", etc.
2792
2793 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2794
2795 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2796 recognized by GDB 7.5 and later.
2797
2798 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2799
2800 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2801
2802 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * subr.el (internal--call-interactively): New const.
2805 (called-interactively-p): Use it (bug#3984).
2806
2807 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2808
2809 * vc/pcvs.el (cvs-mode-ignore):
2810 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2811 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2812
2813 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2816 (eshell-ls-orig-insert-directory): Remove.
2817 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2818 (eshell-ls-use-in-dired): Use advice-add/remove.
2819 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2820 Add `orig-fun' arg for use in :around advice.
2821 Make it check (redundantly) eshell-ls-use-in-dired.
2822
2823 2013-09-19 Glenn Morris <rgm@gnu.org>
2824
2825 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2826
2827 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2828
2829 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2830
2831 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2832
2833 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2834 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2835 (tramp-get-remote-python): New defuns.
2836 (tramp-get-remote-uid-with-perl)
2837 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2838 contributed by yary <not.com@gmail.com> (tiny change).
2839 (tramp-get-remote-uid-with-python)
2840 (tramp-get-remote-gid-with-python): New defuns. Python code
2841 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2842 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2843
2844 2013-09-19 Glenn Morris <rgm@gnu.org>
2845
2846 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2847
2848 * eshell/em-unix.el (eshell-remove-entries):
2849 Rename argument to avoid name-clash with global `top-level'.
2850
2851 * eshell/esh-proc.el (eshell-kill-process-function):
2852 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2853 (eshell-reset-after-proc): Remove unused arg `proc'.
2854
2855 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2856 (directory-files-and-attributes): Mark unused arg.
2857
2858 * eshell/em-unix.el (eshell-remove-entries):
2859 Remove unused arg `path'. Update callers.
2860
2861 * eshell/em-hist.el (eshell-hist-parse-arguments):
2862 Remove unused arg `silent'. Update callers.
2863
2864 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2865 Fix (f)boundp mix-up.
2866
2867 * eshell/em-smart.el (eshell-smart-scroll-window)
2868 (eshell-disable-after-change):
2869 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2870
2871 2013-09-18 Alan Mackenzie <acm@muc.de>
2872
2873 Fix fontification of type when followed by "const".
2874 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2875 "known" types from fontification.
2876
2877 2013-09-18 Glenn Morris <rgm@gnu.org>
2878
2879 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2880 (chart-face-list): Drop Emacsen without display-color-p.
2881
2882 * net/eww.el (libxml-parse-html-region): Declare.
2883 (eww-display-html): Explicit error if no libxml2 support.
2884
2885 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2886
2887 * image.el (image-type-from-buffer, image-multi-frame-p):
2888 Remove --without-x warning/error.
2889
2890 * mouse.el (mouse-yank-primary):
2891 * term.el (term-mouse-paste):
2892 Reorder to silence --without-x compilation.
2893
2894 * mpc.el (doc-view-mode): Silence --without-x compilation.
2895
2896 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2897 Silence --without-x compilation.
2898
2899 * progmodes/gud.el (gud-find-file, gud-mode):
2900 Silence --without-x compilation.
2901 (tooltip-mode): Declare.
2902
2903 * wdired.el (dired-backup-overwrite): Remove declaration.
2904 (wdired-mode-map): Add doc string.
2905
2906 * custom.el (x-get-resource): Declare.
2907
2908 * eshell/em-glob.el (ange-cache):
2909 * eshell/em-unix.el (ange-cache): Declare.
2910
2911 * faces.el (x-display-list, x-open-connection, x-get-resource):
2912 Declare.
2913
2914 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2915 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2916 Declare.
2917
2918 * frame.el (x-display-grayscale-p, x-display-name): Declare.
2919
2920 * net/gnutls.el (gnutls-log-level): Declare.
2921
2922 * net/shr.el (image-size, image-animate): Declare.
2923
2924 * simple.el (font-info): Declare.
2925
2926 * subr.el (x-popup-dialog): Declare.
2927
2928 * term/common-win.el (x-select-enable-primary)
2929 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2930 Declare.
2931
2932 * term/ns-win.el (x-handle-args): Declare.
2933
2934 * term/x-win.el (x-select-enable-clipboard): Declare.
2935
2936 * term/w32-win.el (create-default-fontset): Declare.
2937
2938 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2939 Declare.
2940
2941 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2942 (fit-frame-to-buffer): Explicit error if --without-x.
2943 (mouse-autoselect-window-select): Silence compiler.
2944
2945 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2946
2947 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2948 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2949 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2950 * eshell/esh-util.el (eshell-sublist):
2951 Remove unused local variables.
2952
2953 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2954
2955 * textmodes/two-column.el: Make 2C-split work for --without-x.
2956 (scroll-bar-columns): Autoload.
2957 (top-level): Require fringe when compiling.
2958
2959 2013-09-18 Leo Liu <sdl.web@gmail.com>
2960
2961 * subr.el (add-hook): Robustify to handle closure as well.
2962
2963 2013-09-17 Glenn Morris <rgm@gnu.org>
2964
2965 * simple.el (messages-buffer-mode-map): Unbind "g".
2966
2967 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * help-mode.el (help-mode-finish): Use derived-mode-p.
2970 Remove obsolete highlighting.
2971
2972 * play/life.el (life-mode): Use define-derived-mode. Derive from
2973 special-mode.
2974 (life): Let-bind inhibit-read-only.
2975 (life-setup): Avoid `setq'. Use `life-mode'.
2976
2977 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2978 which should not be needed any more.
2979 (package-menu-refresh, package-menu-describe-package): Use user-error.
2980
2981 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2982 (eshell-post-rewrite-command-hook): Make obsolete.
2983 (eshell-parse-command): Simplify.
2984 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2985 (eshell--cmd): Declare.
2986 (eshell-parse-pipeline): Remove unused var `final-p'.
2987 Pass a dynvar to eshell-post-rewrite-command-hook.
2988 Implement the new eshell-post-rewrite-command-function.
2989 (eshell-invoke-directly): Remove unused arg `input'.
2990 * eshell/esh-io.el (eshell-io-initialize):
2991 Use eshell-post-rewrite-command-function (bug#15399).
2992 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2993 adjust to new calling convention.
2994 (eshell-create-handles): Rename args to avoid clashing with dynvar
2995 `standard-output'.
2996
2997 2013-09-17 Glenn Morris <rgm@gnu.org>
2998
2999 * simple.el (messages-buffer-mode): New major mode.
3000 (messages-buffer): New function.
3001 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
3002 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
3003 (ert-run-test): Use `messages-buffer' function.
3004 (ert--force-message-log-buffer-truncation): Ignore read-only.
3005 * help.el (view-echo-area-messages): Use `messages-buffer' function.
3006 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
3007
3008 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
3011
3012 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
3013
3014 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * icomplete.el (icomplete-in-buffer): New var.
3017 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
3018 vars and replace them with functions.
3019 (icomplete-minibuffer-setup): Adjust accordingly.
3020 (icomplete--completion-table, icomplete--completion-predicate)
3021 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
3022 New functions.
3023 (icomplete-forward-completions, icomplete-backward-completions)
3024 (icomplete-simple-completing-p, icomplete-exhibit)
3025 (icomplete-completions): Use them.
3026 (icomplete--in-region-buffer): New var.
3027 (icomplete--in-region-setup): New function.
3028 (icomplete-mode): Use it.
3029
3030 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
3031 (bug#15379).
3032 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
3033 return args and options.
3034 (eshell-eval-using-options): Use the new return value of
3035 eshell--do-opts to set the options's vars in their scope.
3036 (eshell--set-option): Rename from eshell-set-option.
3037 Add arg `opt-vals'.
3038 (eshell--process-option): Rename from eshell-process-option.
3039 Add arg `opt-vals'.
3040 (eshell--process-args): Use an `opt-vals' alist to store the options's
3041 values during their processing and return them additionally to the
3042 remaining args.
3043
3044 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
3045
3046 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
3047 continuation character an operator, as far as indentation is
3048 concerned (Bug#15369).
3049
3050 2013-09-15 Martin Rudalics <rudalics@gmx.at>
3051
3052 * window.el (window--state-put-2): Don't process buffer state
3053 when buffer doesn't exist any more (Bug#15382).
3054
3055 2013-09-15 Glenn Morris <rgm@gnu.org>
3056
3057 * eshell/em-unix.el (eshell/rm):
3058 Make -f ignore missing files. (Bug#15373)
3059
3060 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
3061 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
3062 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
3063
3064 2013-09-14 Glenn Morris <rgm@gnu.org>
3065
3066 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
3067
3068 2013-09-13 Glenn Morris <rgm@gnu.org>
3069
3070 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
3071 (dired-guess-default): Make `file' available in the env. (Bug#15363)
3072
3073 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
3074
3075 * frame.el (x-focus-frame): Mark as declared in frame.c.
3076
3077 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * ls-lisp.el: Use advice-add.
3080 (original-insert-directory): Remove.
3081 (ls-lisp--insert-directory): Rename from insert-directory; add
3082 `orig-fun' argument.
3083 (insert-directory): Advise.
3084
3085 2013-09-13 Eli Zaretskii <eliz@gnu.org>
3086
3087 * term.el (term-emulate-terminal): Decode the command string
3088 before passing it to term-command-hook. (Bug#15337)
3089
3090 2013-09-13 Glenn Morris <rgm@gnu.org>
3091
3092 * eshell/esh-util.el (ange-cache): Move declaration earlier.
3093
3094 * eshell/esh-ext.el (eshell-search-path): Declare.
3095
3096 * eshell/em-prompt.el (eshell/pwd): Autoload it.
3097 Otherwise an error occurs if eshell-dirs module not loaded.
3098
3099 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
3100
3101 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
3102
3103 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
3104 `tramp-check-proper-host'. Check for a valid method name.
3105
3106 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3107 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3108 * net/tramp-sh.el (tramp-maybe-open-connection):
3109 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
3110
3111 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
3112 also for hash values.
3113
3114 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * term/ns-win.el (parameters): Don't declare as dynamic.
3117 (before-make-frame-hook): Don't add ineffective function.
3118
3119 * eshell/*.el: Use lexical-binding (bug#15231).
3120
3121 2013-09-12 Kenichi Handa <handa@gnu.org>
3122
3123 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
3124
3125 2013-09-12 Glenn Morris <rgm@gnu.org>
3126
3127 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
3128 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
3129
3130 * subr.el (do-after-load-evaluation): Also give compiler warnings
3131 when obsolete files are used (except by obsolete files).
3132
3133 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
3134 in the status output, assume `filename' is the first. (Bug#15322)
3135
3136 * vc/vc.el (vc-deduce-fileset): Doc fix.
3137
3138 * calc/calc-help.el (Info-goto-node):
3139 * progmodes/cperl-mode.el (Info-find-node):
3140 * vc/ediff.el (Info-goto-node): Update declarations.
3141
3142 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
3143
3144 * vc/vc-bzr.el (vc-compilation-mode): Declare.
3145 (vc-bzr-pull): Require vc-dispatcher.
3146 * vc/vc-git.el (vc-compilation-mode): Declare.
3147 (vc-git-pull): Require vc-dispatcher.
3148
3149 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
3150
3151 * progmodes/octave.el (help-button-action): Declare.
3152
3153 * shell.el (shell-directory-tracker): Output error as a message
3154 rather than just returning it as a string.
3155 (shell-process-pushd): Remove useless use of message.
3156
3157 * dframe.el (dframe-timer-fn):
3158 * files.el (dir-locals-read-from-file):
3159 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
3160 (mpc-format):
3161 * reveal.el (reveal-post-command):
3162 * saveplace.el (load-save-place-alist-from-file):
3163 * shell.el (shell-resync-dirs):
3164 * w32-common-fns.el (x-get-selection-value):
3165 * emacs-lisp/copyright.el (copyright-find-copyright):
3166 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3167 * emulation/tpu-edt.el (tpu-copy-keyfile):
3168 * play/bubbles.el (bubbles--mark-neighbourhood):
3169 * progmodes/executable.el
3170 (executable-make-buffer-file-executable-if-script-p):
3171 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
3172
3173 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 Cleanup Eshell to rely less on dynamic scoping.
3176 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
3177 last-value, and ext-command here. Bind `args' closer to `body'.
3178 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
3179 (eshell--args): Declare new dynamic var.
3180 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
3181 last-value, and ext-command. Pass `args' to `body'.
3182 (eshell-process-args): Bind eshell--args.
3183 (eshell-set-option): Use eshell--args.
3184 * eshell/eshell.el (eshell): Use derived-mode-p.
3185 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
3186 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
3187 (eshell-glob-function): Declare.
3188 * eshell/esh-util.el: Require cl-lib.
3189 (eshell-read-hosts-file): Avoid add-to-list.
3190 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
3191 `err'.
3192 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
3193 Declare.
3194 (eshell/diff): Remove unused var `err'.
3195 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
3196 `killflag'.
3197 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
3198 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
3199 first use.
3200 * eshell/em-glob.el (eshell-glob-matches, message-shown):
3201 Move declaration before first use.
3202 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
3203 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
3204 rely on cl-return.
3205
3206 2013-09-12 Glenn Morris <rgm@gnu.org>
3207
3208 * term/ns-win.el (global-map): Remove binding for ispell-next,
3209 deleted 1999-05-29. (Bug#15357)
3210
3211 2013-09-11 Glenn Morris <rgm@gnu.org>
3212
3213 * echistory.el (electric-command-history): Remove call to deleted func.
3214
3215 * play/landmark.el (landmark-mode): Fix typos.
3216
3217 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
3218 Check cvs-sort-ignore-file is bound.
3219
3220 * savehist.el: No need for cl when compiling on Emacs.
3221
3222 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3223
3224 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3225 (bug#15338).
3226 (eshell-self-insert-command, eshell-send-invisible):
3227 Remove unused argument.
3228 (eshell-handle-control-codes): Remove unused var `orig'.
3229 Avoid delete-backward-char.
3230
3231 * files.el (set-auto-mode): Simplify a bit further.
3232
3233 2013-09-11 Glenn Morris <rgm@gnu.org>
3234
3235 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3236 (set-auto-mode): Don't regexp-quote elements.
3237 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3238 * progmodes/cc-mode.el (interpreter-mode-alist):
3239 * progmodes/ruby-mode.el (interpreter-mode-alist):
3240 Revert previous change.
3241
3242 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * play/snake.el (snake-mode):
3245 * play/mpuz.el (mpuz-mode):
3246 * play/landmark.el (lm-mode):
3247 * play/blackbox.el (blackbox-mode):
3248 * play/5x5.el (5x5-mode):
3249 * obsolete/options.el (Edit-options-mode):
3250 * net/quickurl.el (quickurl-list-mode):
3251 * net/newst-treeview.el (newsticker-treeview-mode):
3252 * mail/rmailsum.el (rmail-summary-mode):
3253 * mail/mspools.el (mspools-mode):
3254 * locate.el (locate-mode):
3255 * ibuffer.el (ibuffer-mode):
3256 * emulation/ws-mode.el (wordstar-mode):
3257 * emacs-lisp/debug.el (debugger-mode):
3258 * array.el (array-mode):
3259 * net/eudc.el (eudc-mode): Use define-derived-mode.
3260 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3261 Move initialization into declaration.
3262 (mairix-searches-mode): Use define-derived-mode.
3263 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3264 (eudc-edit-hotlist): Use dolist.
3265 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3266 (Man-mode): Use define-derived-mode.
3267 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3268 (Info-edit-mode): Use define-derived-mode.
3269 (Info-cease-edit): Use Info-mode.
3270 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3271 into declaration.
3272 (eshell-mode): Use define-derived-mode.
3273 * chistory.el (command-history-mode-map): Rename from
3274 command-history-map.
3275 (command-history-mode): Use define-derived-mode.
3276 (Command-history-setup): Remove function.
3277 * calc/calc.el (calc-trail-mode-map): New var.
3278 (calc-trail-mode): Use define-derived-mode.
3279 (calc-trail-buffer): Set calc-main-buffer manually.
3280 * bookmark.el (bookmark-insert-annotation): New function.
3281 (bookmark-edit-annotation): Use it.
3282 (bookmark-edit-annotation-mode): Make it a proper major mode.
3283 (bookmark-send-edited-annotation): Use derived-mode-p.
3284 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3285 closer to its ideal place. Use \' to match EOS.
3286
3287 * profiler.el (profiler-calltree-find): Use function-equal.
3288
3289 2013-09-10 Glenn Morris <rgm@gnu.org>
3290
3291 * files.el (interpreter-mode-alist): Convert to regexps.
3292 (set-auto-mode): Adapt for this. (Bug#15306)
3293 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3294 Comment out unused variable.
3295 * progmodes/cc-mode.el (interpreter-mode-alist):
3296 * progmodes/python.el (interpreter-mode-alist):
3297 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3298 * progmodes/sh-script.el (sh-set-shell):
3299 No longer use interpreter-mode-alist to get list of shells.
3300
3301 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3302
3303 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * simple.el: Use set-temporary-overlay-map for universal-argument.
3306 (universal-argument-map): Don't use default-bindings (bug#15317).
3307 Bind switch-frame explicitly. Replace universal-argument-minus with
3308 a conditional binding.
3309 (universal-argument-num-events, saved-overriding-map): Remove.
3310 (restore-overriding-map): Remove.
3311 (universal-argument--mode): Rename from save&set-overriding-map,
3312 and rewrite.
3313 (universal-argument, universal-argument-more, negative-argument)
3314 (digit-argument): Adjust accordingly.
3315 (universal-argument-minus): Remove.
3316 (universal-argument-other-key): Remove.
3317
3318 * subr.el (with-demoted-errors): Add `format' argument.
3319
3320 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
3321
3322 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
3323 `tramp-cleanup-connection'.
3324
3325 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3326 parameters KEEP-DEBUG and KEEP-PASSWORD.
3327
3328 * net/tramp.el (tramp-file-name-handler):
3329 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3330 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3331 (tramp-maybe-open-connection):
3332 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3333 Use `tramp-cleanup-connection'.
3334
3335 * net/tramp-sh.el (tramp-maybe-open-connection):
3336 Catch 'uname-changed inside the progress reporter.
3337
3338 2013-09-10 Glenn Morris <rgm@gnu.org>
3339
3340 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
3341
3342 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3343 returns "alternate access method" in mode (eg "-rw-r--r--.").
3344
3345 2013-09-08 Glenn Morris <rgm@gnu.org>
3346
3347 * saveplace.el (load-save-place-alist-from-file):
3348 Demote errors. (Bug#15305)
3349
3350 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
3351
3352 Improve compatibility with older Emacsen, and XEmacs.
3353
3354 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3355 only if it is bound. It isn't for XEmacs.
3356 (with-tramp-progress-reporter): Do not let-bind `result'.
3357 This yields to scoping errors in XEmacs.
3358 (tramp-handle-make-auto-save-file-name): New function, moved from
3359 tramp-sh.el.
3360
3361 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3362 for `make-auto-save-file-name'.
3363 (tramp-adb--gnu-switches-to-ash):
3364 Use `tramp-compat-replace-regexp-in-string'.
3365
3366 * net/tramp-cache.el (tramp-cache-print): Call
3367 `substring-no-properties' only if it is bound. It isn't for XEmacs.
3368
3369 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3370 bound. It isn't for XEmacs.
3371
3372 * net/tramp-compat.el (tramp-compat-copy-file):
3373 Catch `wrong-number-of-arguments' error.
3374 (tramp-compat-replace-regexp-in-string): New defun.
3375
3376 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3377 for `make-auto-save-file-name'.
3378 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3379 `copy-file'.
3380 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3381 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3382 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3383
3384 * net/tramp-gw.el (tramp-gw-open-network-stream):
3385 Use `tramp-compat-replace-regexp-in-string'.
3386
3387 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3388 Call `tramp-handle-make-auto-save-file-name'.
3389 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3390 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3391 (tramp-sh-file-inotifywait-process-filter):
3392 Use `tramp-compat-replace-regexp-in-string'.
3393 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3394
3395 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3396 for `make-auto-save-file-name'.
3397 (tramp-smb-handle-copy-directory):
3398 Call `tramp-compat-replace-regexp-in-string'.
3399 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3400 (tramp-smb-handle-copy-file): Improve error message.
3401 (tramp-smb-handle-rename-file): Rename directly only in case
3402 `newname' does not exist yet. This is a restriction of smbclient.
3403 (tramp-smb-maybe-open-connection): Rerun the function only when
3404 `auth-sources' is non-nil.
3405
3406 2013-09-08 Kenichi Handa <handa@gnu.org>
3407
3408 * international/characters.el: Set category "^" (Combining) for
3409 more characters.
3410
3411 2013-09-07 Alan Mackenzie <acm@muc.de>
3412
3413 Correctly fontify Java class constructors.
3414 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3415 in Java Mode.
3416 (c-recognize-typeless-decls): Set the Java value to t.
3417 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3418 While handling a "(", add a check for, effectively, Java, and handle a
3419 "typeless" declaration there.
3420
3421 2013-09-07 Roland Winkler <winkler@gnu.org>
3422
3423 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3424 field subtitle for entry type book.
3425
3426 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * minibuffer.el: Make minibuffer-complete call completion-in-region
3429 rather than other way around.
3430 (completion--some, completion-pcm--find-all-completions):
3431 Don't delay signals when debugging.
3432 (minibuffer-completion-contents): Beware fields within the
3433 minibuffer contents.
3434 (completion-all-sorted-completions): Use defvar-local.
3435 (completion--do-completion, completion--cache-all-sorted-completions)
3436 (completion-all-sorted-completions, minibuffer-force-complete):
3437 Add args `beg' and `end'.
3438 (completion--in-region-1): New fun, extracted from minibuffer-complete.
3439 (minibuffer-complete): Use completion-in-region.
3440 (completion-complete-and-exit): New fun, extracted from
3441 minibuffer-complete-and-exit.
3442 (minibuffer-complete-and-exit): Use it.
3443 (completion--complete-and-exit): Rename from
3444 minibuffer--complete-and-exit.
3445 (completion-in-region--single-word): New function, extracted from
3446 minibuffer-complete-word.
3447 (minibuffer-complete-word): Use it.
3448 (display-completion-list): Make `common-substring' argument obsolete.
3449 (completion--in-region): Call completion--in-region-1 instead of
3450 minibuffer-complete.
3451 (completion-help-at-point): Pass boundaries to
3452 minibuffer-completion-help as args rather than via an overlay.
3453 (completion-pcm--string->pattern): Use `any-delim'.
3454 (completion-pcm--optimize-pattern): New function.
3455 (completion-pcm--pattern->regex): Handle `any-delim'.
3456 * icomplete.el (icomplete-forward-completions)
3457 (icomplete-backward-completions, icomplete-completions):
3458 Adjust calls to completion-all-sorted-completions and
3459 completion--cache-all-sorted-completions.
3460 (icomplete-with-completion-tables): Default to t.
3461 * emacs-lisp/crm.el (crm--current-element): Rename from
3462 crm--select-current-element. Don't put an overlay but return the
3463 boundaries instead.
3464 (crm--completion-command): Take two new args to bind to the boundaries.
3465 (crm-completion-help): Adjust accordingly.
3466 (crm-complete): Use completion-in-region.
3467 (crm-complete-word): Use completion-in-region--single-word.
3468 (crm-complete-and-exit): Use completion-complete-and-exit.
3469
3470 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3473 than dynamically.
3474
3475 2013-09-06 Juri Linkov <juri@jurta.org>
3476
3477 * info.el (Info-display-images-node): When image file doesn't exist
3478 display text version of the image if it's provided in the Info file.
3479 Otherwise, display the location of missing image from SRC attribute.
3480 Add help-echo text property from ALT attribute. (Bug#15279)
3481
3482 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3483
3484 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3485 (edit-abbrevs-mode): Use define-derived-mode.
3486
3487 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3488 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3489 that it's defined.
3490 (epa-key-list-mode, epa-key-mode, epa-info-mode):
3491 Use define-derived-mode.
3492
3493 * epg.el (epg-start-encrypt): Minor CSE simplification.
3494
3495 2013-09-06 William Xu <william.xwl@gmail.com>
3496
3497 * arc-mode.el: Add support for 7za (bug#15264).
3498 (archive-7z-program): New var.
3499 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3500 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3501 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3502
3503 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
3504
3505 Remove URL syntax.
3506
3507 * net/tramp.el (tramp-syntax, tramp-prefix-format)
3508 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3509 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3510 (tramp-postfix-host-format, tramp-file-name-regexp)
3511 (tramp-completion-file-name-regexp)
3512 (tramp-completion-dissect-file-name)
3513 (tramp-handle-substitute-in-file-name): Remove 'url case.
3514 (tramp-file-name-regexp-url)
3515 (tramp-completion-file-name-regexp-url): Remove constants.
3516
3517 2013-09-06 Glenn Morris <rgm@gnu.org>
3518
3519 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
3520
3521 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
3522
3523 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3524 keywords" below "here-doc beginnings" (Bug#15270).
3525
3526 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3527
3528 * subr.el (pop): Use `car-safe'.
3529 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3530 to detect unused `pop' return value.
3531
3532 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3533 var `block-regexp'.
3534 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3535 (python-fill-string): Remove unused var `marker'.
3536 (python-skeleton-add-menu-items): Remove unused var `items'.
3537
3538 * international/mule-cmds.el: Require CL.
3539 (find-coding-systems-for-charsets): Avoid add-to-list.
3540 (sanitize-coding-system-list): New function, extracted from
3541 select-safe-coding-system-interactively.
3542 (select-safe-coding-system-interactively): Use it.
3543 (read-input-method-name): Accept symbols for `default'.
3544
3545 * emacs-lisp/advice.el (defadvice): Add indent rule.
3546
3547 2013-09-05 Daniel Hackney <dan@haxney.org>
3548
3549 * dired-x.el:
3550 * net/ange-ftp.el:
3551 * net/browse-url.el:
3552 * net/dbus.el:
3553 * net/eudc.el:
3554 * net/eudcb-ldap.el:
3555 * net/eww.el:
3556 * net/imap.el:
3557 * printing.el:
3558 * vc/ediff-diff.el:
3559 * vc/ediff-init.el:
3560 * vc/ediff-merg.el:
3561 * vc/ediff-mult.el:
3562 * vc/ediff-util.el:
3563 * vc/ediff-wind.el:
3564 * vc/ediff.el:
3565 * vc/emerge.el:
3566 * vc/pcvs.el:
3567 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3568 byte compiler. Remove some unused let-bound variables.
3569
3570 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3573 a "ref-cell", since it gets better optimized (bug#14883).
3574
3575 2013-09-05 Glenn Morris <rgm@gnu.org>
3576
3577 * progmodes/cc-awk.el (c-forward-sws): Declare.
3578
3579 2013-09-04 Glenn Morris <rgm@gnu.org>
3580
3581 * generic-x.el [rul-generic-mode]: Require cc-mode.
3582 (c++-mode-syntax-table): Declare.
3583 (rul-generic-mode-syntax-table): Init in the defvar.
3584
3585 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3588 (vc-do-command, vc-set-async-update):
3589 * vc/vc-mtn.el (vc-mtn-dir-status):
3590 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3591 (vc-hg-pull, vc-hg-merge-branch):
3592 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3593 (vc-git-merge-branch):
3594 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3595 (vc-cvs-dir-status-files):
3596 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3597 (vc-bzr-dir-status-files):
3598 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3599 * vc/vc-annotate.el: Use lexical-binding.
3600 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3601 (vc-sentinel-movepoint): Declare.
3602 (vc-annotate): Don't use `goto-line'.
3603 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3604 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3605 (vc-sentinel-movepoint): Declare.
3606 * vc/vc-svn.el: Use lexical-binding.
3607 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3608 * vc/vc-sccs.el:
3609 * vc/vc-rcs.el: Use lexical-binding.
3610
3611 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3612 `deleted'. Don't drop errors silently.
3613
3614 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3615
3616 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
3617
3618 * vc/vc.el (vc-ignore): Rewrite.
3619 (vc-default-ignore): New function.
3620 (vc-default-ignore-completion-table): Use find-ignore-file.
3621
3622 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3623 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3624 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3625 Remove. Most code moved to vc.el.
3626
3627 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3630 * net/tramp-smb.el (tramp-smb-get-file-entries):
3631 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3632 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3633
3634 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3635 Update call to it.
3636 (eww-change-select): Remove unused var `properties'.
3637 (eww-make-unique-file-name): Remove unused var `base'.
3638
3639 * finder.el (finder-compile-keywords): Don't mess with windows.
3640
3641 * calculator.el (calculator-funcall): Fix typo in last change.
3642
3643 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3644
3645 * emacs-lisp/package.el (package-activate-1): Don't let a missing
3646 <pkg>-autoloads.el file stop us.
3647
3648 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3649 warnings, and factor out common code.
3650
3651 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
3652
3653 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3654 two-character operators and whether the character preceding them
3655 changes their meaning (Bug#15208).
3656
3657 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3658
3659 Format code sent to Python shell for robustness.
3660 * progmodes/python.el (python-shell-buffer-substring):
3661 New function.
3662 (python-shell-send-region, python-shell-send-buffer): Use it.
3663
3664 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
3665
3666 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3667 * net/tramp.el (tramp-user-error): ... here.
3668 (tramp-find-method, tramp-check-proper-host)
3669 (tramp-dissect-file-name, tramp-debug-message)
3670 (tramp-handle-shell-command):
3671 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3672 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3673
3674 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3675
3676 2013-09-02 Martin Rudalics <rudalics@gmx.at>
3677
3678 * avoid.el (mouse-avoidance-point-position)
3679 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3680 returns nil.
3681
3682 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3683
3684 * progmodes/python.el (python-shell-completion-get-completions):
3685 Drop use of deleted `comint-last-prompt-overlay'.
3686 (python-nav-if-name-main): New command.
3687
3688 2013-09-01 Glenn Morris <rgm@gnu.org>
3689
3690 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3691 Avoid leading space in $wins. Otherwise the sed command used by
3692 eg compile-main ends up containing "/*.el". (Bug#15170)
3693
3694 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3695
3696 2013-08-30 Glenn Morris <rgm@gnu.org>
3697
3698 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3699 Fix is-this-a-directory logic. (Bug#15220)
3700
3701 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3702
3703 * textmodes/css-mode.el: Use SMIE.
3704 (css-smie-grammar): New var.
3705 (css-smie--forward-token, css-smie--backward-token)
3706 (css-smie-rules): New functions.
3707 (css-mode): Use them.
3708 (css-navigation-syntax-table): Remove var.
3709 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3710 (css-indent-calculate, css-indent-line): Remove functions.
3711
3712 Misc changes to reduce use of `(lambda...); and other cleanups.
3713 * cus-edit.el: Use lexical-binding.
3714 (customize-push-and-save, customize-apropos)
3715 (custom-buffer-create-internal): Use closures.
3716 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3717 * progmodes/ada-xref.el: Use setq.
3718 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3719 * dframe.el: Use lexical-binding.
3720 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3721 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3722 * descr-text.el: Use lexical-binding.
3723 (describe-text-widget, describe-text-sexp, describe-property-list):
3724 Use closures.
3725 * comint.el (comint-history-isearch-push-state): Use a closure.
3726 * calculator.el: Use lexical-binding.
3727 (calculator-number-to-string): Make it work with lexical-binding.
3728 (calculator-funcall): Same and use cl-letf.
3729
3730 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3731 (lisp--company-doc-string, lisp--company-location): New functions.
3732 (lisp-completion-at-point): Use them to improve Company support.
3733
3734 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3735 params of lambda expressions.
3736 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3737 (ruby-smie--opening-pipe-p): New function.
3738 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3739 symbols and matched |...| for formal params.
3740 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3741 from being treated as hanging. Handle "rescue".
3742
3743 2013-08-29 Glenn Morris <rgm@gnu.org>
3744
3745 * progmodes/cc-engine.el (c-pull-open-brace):
3746 Move definition before use.
3747
3748 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3751 are immutable. Don't use `unsafe' any more.
3752 (cl--defsubst-expand): Don't substitute at the same time as keeping
3753 a residual unused let-binding. Don't use `unsafe' any more.
3754
3755 2013-08-29 Glenn Morris <rgm@gnu.org>
3756
3757 * calendar/cal-china.el (calendar-chinese-year-cache):
3758 Recenter on 2015.
3759
3760 * nxml/nxml-util.el (nxml-debug-clear-inside):
3761 Use cl-loop rather than loop.
3762
3763 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3764
3765 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3766
3767 2013-08-28 Glenn Morris <rgm@gnu.org>
3768
3769 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3770
3771 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3772
3773 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3774
3775 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * simple.el (repeat-complex-command--called-interactively-skip):
3778 New function.
3779 (repeat-complex-command): Use it (bug#14136).
3780
3781 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3782 (c-define-abbrev-table): Add `doc' argument.
3783 (c-mode-abbrev-table, c++-mode-abbrev-table)
3784 (objc-mode-abbrev-table, java-mode-abbrev-table)
3785 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3786 (awk-mode-abbrev-table): Use it.
3787 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3788 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3789 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3790 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3791 Move initialization into the declaration; and remove any
3792 autoload cookie.
3793
3794 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3795 and dynamic let binding.
3796
3797 * vc/smerge-mode.el: Remove redundant :group args.
3798
3799 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3800 to load-path.
3801
3802 2013-08-28 Juri Linkov <juri@jurta.org>
3803
3804 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3805 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3806 (isearch-other-meta-char): Handle an undefined shifted printing
3807 character by downshifting it. (Bug#15200)
3808
3809 2013-08-28 Juri Linkov <juri@jurta.org>
3810
3811 * isearch.el (isearch-search): Change regexp error message for
3812 non-regexp searches. (Bug#15166)
3813
3814 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3815
3816 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3817 for portability to hosts where /bin/sh has problems.
3818
3819 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3820
3821 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3822
3823 2013-08-27 Juri Linkov <juri@jurta.org>
3824
3825 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3826 in the keyboard macro. (Bug#15126)
3827
3828 2013-08-27 Juri Linkov <juri@jurta.org>
3829
3830 * isearch.el (isearch-quote-char): Comment out converting unibyte
3831 to multibyte, thus syncing with its `quoted-insert' counterpart.
3832 (Bug#15166)
3833
3834 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3835
3836 * window.el (display-buffer-use-some-window): Add missing
3837 argument in call of get-largest-window (Bug#15185).
3838 Reported by Stephen Leake.
3839
3840 2013-08-27 Glenn Morris <rgm@gnu.org>
3841
3842 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3843
3844 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3845
3846 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3847 from a matcher-function unless there's no more matches (bug#15161).
3848
3849 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3850
3851 * minibuffer.el: Revert change from 2013-08-20.
3852
3853 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3854 with text property `tramp-default', if appropriate.
3855 (tramp-check-proper-host): New defun.
3856 (tramp-dissect-file-name): Do not check hostname. Revert change
3857 of 2013-03-18.
3858 (tramp-backtrace): Make VEC-OR-PROC optional.
3859
3860 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3861 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3862 * net/tramp-sh.el (tramp-maybe-open-connection):
3863 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3864 Apply `tramp-check-proper-host'.
3865
3866 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3867
3868 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3869 lambda expression in order to have `describe-variable' display it.
3870
3871 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3872
3873 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3874 BUF can be optional. (Bug#15186)
3875
3876 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3877
3878 * progmodes/flymake.el (flymake-get-real-file-name-function):
3879 Fix broken customization. (Bug#15184)
3880
3881 2013-08-25 Alan Mackenzie <acm@muc.de>
3882
3883 Improve indentation of bracelists defined by macros (without "=").
3884
3885 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3886 expansion begins with "{", regard it as bracelist when it doesn't
3887 contain a ";".
3888
3889 Parse C++ inher-intro when there's a template split over 2 lines.
3890
3891 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3892 rigorously the search for "class" etc. followed by ":".
3893
3894 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3895 random languages a regexp which never matches rather than nil.
3896
3897 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3898
3899 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3900 (c-awk-regexp-one-line-possibly-open-char-list-re)
3901 (c-awk-one-line-possibly-open-regexp-re)
3902 (c-awk-one-line-non-syn-ws*-re): Remove.
3903 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3904 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3905 (c-awk-space*-unclosed-regexp-/-re): New constants.
3906 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3907 aren't regexp delimiters.
3908
3909 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3910 handling for a rare situation in AWK Mode involving unterminated
3911 strings/regexps.
3912
3913 2013-08-23 Glenn Morris <rgm@gnu.org>
3914
3915 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3916
3917 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3918
3919 * files.el (create-file-buffer): If the result would begin with
3920 spaces, prepend a "|" instead of removing them. (Bug#15162)
3921
3922 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3925 text-properties (bug#15155).
3926
3927 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3928 exist any more.
3929 (calc-keypad-redraw): Remove unused var `pad'.
3930 (calc-keypad-press): Remove unused var `menu'.
3931
3932 2013-08-23 Martin Rudalics <rudalics@gmx.at>
3933
3934 * window.el (display-buffer-pop-up-frame):
3935 Call pop-up-frame-function with BUFFER current so `make-frame' will
3936 use it as the new frame's buffer (Bug#15133).
3937
3938 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * calendar/timeclock.el: Minor cleanups.
3941 (timeclock-ask-before-exiting, timeclock-use-display-time):
3942 Use `symbol'.
3943 (timeclock-modeline-display): Define as alias before the
3944 actual definition.
3945 (timeclock-mode-line-display): Use define-minor-mode.
3946 (timeclock-day-list-template): Make it a function, add an argument.
3947 (timeclock-day-list-required, timeclock-day-list-length)
3948 (timeclock-day-list-debt, timeclock-day-list-span)
3949 (timeclock-day-list-break): Adjust calls accordingly.
3950
3951 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3952
3953 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3954 Use read--expression so that completion works again.
3955
3956 2013-08-21 Sam Steingold <sds@gnu.org>
3957
3958 Add rudimentary inferior shell interaction
3959 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3960 (sh-set-shell): Reset it.
3961 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3962 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3963
3964 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 * align.el: Use lexical-binding.
3967 (align-region): Simplify accordingly.
3968
3969 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
3970
3971 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3972
3973 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3974 `non-essential' up.
3975
3976 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
3977
3978 * net/tramp.el:
3979 * net/tramp-adb.el:
3980 * net/tramp-cmds.el:
3981 * net/tramp-ftp.el:
3982 * net/tramp-gvfs.el:
3983 * net/tramp-gw.el:
3984 * net/tramp-sh.el: Don't wrap external variable declarations by
3985 `eval-when-compile'.
3986
3987 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3988
3989 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3990 now that Emacs supports ImageMagick animations.
3991
3992 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
3993
3994 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3995 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3996
3997 2013-08-16 Martin Rudalics <rudalics@gmx.at>
3998
3999 * window.el (mouse-autoselect-window-select): Do autoselect when
4000 mouse pointer is on margin.
4001
4002 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
4003
4004 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
4005
4006 2013-08-16 Glenn Morris <rgm@gnu.org>
4007
4008 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
4009 Handle "Remote Directory" response of some clients. (Bug#15058)
4010
4011 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
4012 Tweak warning. (Bug#14926)
4013
4014 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
4015 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
4016
4017 * image-mode.el (image-mode-map): Add menu items to reverse,
4018 increase, decrease, reset animation speed.
4019 (image--set-speed, image-increase-speed, image-decrease-speed)
4020 (image-reverse-speed, image-reset-speed): New functions.
4021 (image-mode-map): Add bindings for speed commands.
4022
4023 * image.el (image-animate-get-speed, image-animate-set-speed):
4024 New functions.
4025 (image-animate-timeout): Respect image :speed property.
4026
4027 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
4030 previous line (bug#15101).
4031 (debugger-eval-expression, debugger-record-expression):
4032 Use read--expression (bug#15102).
4033
4034 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
4035
4036 Remove byte compiler warnings, visible when compiling with
4037 `byte-compile-force-lexical-warnings' set to t.
4038
4039 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
4040 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
4041 (tramp-handle-unhandled-file-name-directory)
4042 (tramp-handle-file-notify-add-watch, tramp-action-login)
4043 (tramp-action-succeed, tramp-action-permission-denied)
4044 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
4045 arguments with "_".
4046
4047 * net/tramp-adb.el (tramp-adb-parse-device-names)
4048 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
4049 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
4050 (tramp-adb-handle-file-truename): Remove unused arguments.
4051
4052 * net/tramp-cache.el (tramp-flush-directory-property)
4053 (tramp-flush-connection-property, tramp-list-connections)
4054 (tramp-parse-connection-properties): Prefix unused arguments with "_".
4055
4056 * net/tramp-compat.el (tramp-compat-make-temp-file):
4057 Rename FILENAME to F.
4058
4059 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4060 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
4061 (tramp-zeroconf-parse-workstation-device-names)
4062 (tramp-zeroconf-parse-webdav-device-names)
4063 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
4064
4065 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4066 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
4067
4068 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
4069 arguments.
4070 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
4071 (tramp-sh-handle-insert-file-contents-literally)
4072 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
4073 with "_".
4074 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
4075 Remove unused variables.
4076
4077 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4078 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
4079 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
4080
4081 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
4082 Make them a defconst.
4083 (tramp-uuencode-region): Remove unused variable.
4084
4085 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
4086
4087 * frameset.el (frameset--prop-setter): New function.
4088 (frameset-prop): Add gv-setter declaration.
4089 (frameset-filter-minibuffer): Deal with the case that the minibuffer
4090 parameter was already set in FILTERED. Doc fix.
4091 (frameset--record-minibuffer-relationships): Allow saving a
4092 minibufferless frame without its corresponding minibuffer frame.
4093 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
4094 frame, if the frame id matches.
4095 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
4096 frames before orphaned ones.
4097 (frameset-restore): Warn about orphaned windows, instead of error out.
4098
4099 2013-08-14 Martin Rudalics <rudalics@gmx.at>
4100
4101 * window.el (window-make-atom): Don't overwrite parameter
4102 already present.
4103 (display-buffer-in-atom-window): Handle special case where we
4104 split an already atomic window.
4105 (window--major-non-side-window, display-buffer-in-side-window)
4106 (window--side-check): Ignore minibuffer window when walking
4107 window tree.
4108 (window-deletable-p): Return 'frame only if no other frame uses
4109 our minibuffer window.
4110 (record-window-buffer): Run buffer-list-update-hook.
4111 (split-window): Make sure window--check-frame won't destroy an
4112 existing atomic window in case the new window gets nested
4113 inside.
4114 (display-buffer-at-bottom): Ignore minibuffer window when
4115 walking window tree. Don't split a side window.
4116 (pop-to-buffer): Don't set-buffer here, the select-window call
4117 should do that.
4118 (mouse-autoselect-window-select): Autoselect only if we are in the
4119 text portion of the window.
4120
4121 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4122
4123 * net/shr.el (shr-parse-image-data): New function to grab both the
4124 data itself and the Content-Type.
4125 (shr-put-image): Use it.
4126
4127 * net/eww.el (eww-display-image): Ditto.
4128
4129 * image.el (image-content-type-suffixes): New variable.
4130
4131 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4132
4133 * progmodes/python.el (python-imenu--build-tree)
4134 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
4135
4136 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
4137
4138 * simple.el (backward-word): Mention the optional argument.
4139
4140 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * frameset.el (frameset--make): Rename constructor from make-frameset.
4143 (frameset-p, frameset-valid-p): Don't autoload.
4144 (frameset-valid-p): Use normal accessors.
4145
4146 2013-08-13 Glenn Morris <rgm@gnu.org>
4147
4148 * progmodes/compile.el (compile-command): Tweak example in doc.
4149 * obsolete/scribe.el (scribe-mode):
4150 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
4151
4152 * mail/feedmail.el (feedmail-confirm-outgoing)
4153 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
4154
4155 * cus-start.el (truncate-partial-width-windows): Fix type.
4156
4157 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
4158
4159 * net/shr.el (shr-table-horizontal-line): Fix custom type.
4160
4161 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * emacs-lisp/timer.el (timer--time-setter): New function.
4164 (timer--time): Use it as gv-setter.
4165
4166 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
4167 setter is not a symbol.
4168
4169 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
4170
4171 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
4172 if sending fails. This makes debugging easier.
4173
4174 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
4175
4176 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
4177 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
4178 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
4179
4180 2013-08-12 Eli Zaretskii <eliz@gnu.org>
4181
4182 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
4183
4184 2013-08-12 Glenn Morris <rgm@gnu.org>
4185
4186 * format.el (format-annotate-function):
4187 Handle read-only text properties in the source. (Bug#14887)
4188
4189 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4190
4191 * net/eww.el (eww-display-html): Ignore coding system errors.
4192 One web site uses "utf-8lias" as the coding system.
4193
4194 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
4195
4196 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
4197
4198 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
4199
4200 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
4201 (tutorial--detailed-help): Remove unused local variables.
4202 (tutorial--save-tutorial-to): Use ignore-errors.
4203 (help-with-tutorial): Use looking-at-p.
4204
4205 * view.el (view-buffer-other-window, view-buffer-other-frame):
4206 Mark unused arguments.
4207
4208 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
4209 (woman-select-symbol-fonts, woman, woman-find-file)
4210 (woman-insert-file-contents, woman-non-underline-faces):
4211 Use string-match-p.
4212 (woman1-unquote): Move declaration.
4213
4214 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
4215 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
4216 argument. Remove unused local variable.
4217 (xml-parse-elem-type): Use string-match-p.
4218 (xml-substitute-numeric-entities): Use ignore-errors.
4219
4220 * calculator.el (calculator): Mark unused argument.
4221 (calculator-paste, calculator-quit, calculator-integer-p):
4222 Use ignore-errors.
4223 (calculator-string-to-number, calculator-decimal, calculator-exp)
4224 (calculator-op-or-exp): Use string-match-p.
4225
4226 * dired.el (dired-buffer-more-recently-used-p): Declare.
4227 (dired-insert-set-properties, dired-insert-old-subdirs):
4228 Use ignore-errors.
4229
4230 * dired-aux.el (dired-compress): Use ignore-errors.
4231 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4232 (dired-do-async-shell-command, dired-do-shell-command)
4233 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4234 (dired-insert-subdir-validate): Use string-match-p.
4235 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4236 (dired-add-entry): Use string-match-p, looking-at-p.
4237 (dired-insert-subdir-newpos): Remove unused local variable.
4238
4239 * filenotify.el (file-notify-callback): Remove unused local variable.
4240
4241 * filesets.el (filesets-error): Mark unused argument.
4242 (filesets-which-command-p, filesets-filter-dir-names)
4243 (filesets-directory-files, filesets-get-external-viewer)
4244 (filesets-ingroup-get-data): Use string-match-p.
4245
4246 * find-file.el (ff-other-file-name, ff-other-file-name)
4247 (ff-find-the-other-file, ff-cc-hh-converter):
4248 Remove unused local variables.
4249 (ff-get-file-name): Use string-match-p.
4250 (ff-all-dirs-under): Use ignore-errors.
4251
4252 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4253 (follow-select-if-visible): Remove unused local variable.
4254
4255 * forms.el (read-file-filter): Move declaration.
4256 (forms--make-format, forms--make-parser, forms-insert-record):
4257 Quote function with #'.
4258 (forms--update): Use string-match-p. Quote function with #'.
4259
4260 * help-mode.el (help-dir-local-var-def): Mark unused argument.
4261 (help-make-xrefs): Use looking-at-p.
4262 (help-xref-on-pp): Use looking-at-p, ignore-errors.
4263
4264 * ibuffer.el (ibuffer-ext-visible-p): Declare.
4265 (ibuffer-confirm-operation-on): Use string-match-p.
4266
4267 * msb.el (msb-item-handler, msb-dired-item-handler):
4268 Mark unused arguments.
4269
4270 * ses.el (ses-decode-cell-symbol)
4271 (ses-kill-override): Remove unused local variable.
4272 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4273 (ses-load): Use ignore-errors, looking-at-p.
4274 (ses-jump-safe): Use ignore-errors.
4275 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4276
4277 * tabify.el (untabify, tabify): Mark unused arguments.
4278
4279 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4280 Mark unused argument.
4281 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4282 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4283
4284 * emacs-lisp/timer.el (timer--time): Define setter with
4285 gv-define-setter to avoid deprecation warning.
4286
4287 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
4288 (*record-cmpl-statistics-p*): Remove (was commented out).
4289 (cmpl-statistics-block): Remove (body was commented out).
4290 All callers changed.
4291 (add-completions-from-buffer, load-completions-from-file):
4292 Remove unused variables.
4293
4294 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4295
4296 * filecache.el (file-cache-delete-file-list):
4297 Print message only when told so.
4298 (file-cache-files-matching): Use #' in mapconcat argument.
4299
4300 * ffap.el (ffap-url-at-point): Fix reference to variable
4301 thing-at-point-default-mail-uri-scheme.
4302
4303 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * subr.el (define-error): New function.
4306 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4307 error-file-not-found and define with define-error.
4308 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4309 and define with define-error.
4310 * userlock.el (file-locked, file-supersession):
4311 * simple.el (mark-inactive):
4312 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4313 * progmodes/ada-mode.el (ada-mode-errors):
4314 * play/life.el (life-extinct):
4315 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4316 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4317 * nxml/rng-util.el (rng-error):
4318 * nxml/rng-uri.el (rng-uri-error):
4319 * nxml/rng-match.el (rng-compile-error):
4320 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4321 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4322 * nxml/nxml-rap.el (nxml-scan-error):
4323 * nxml/nxml-outln.el (nxml-outline-error):
4324 * net/soap-client.el (soap-error):
4325 * net/gnutls.el (gnutls-error):
4326 * net/ange-ftp.el (ftp-error):
4327 * mpc.el (mpc-proc-error):
4328 * json.el (json-error, json-readtable-error, json-unknown-keyword)
4329 (json-number-format, json-string-escape, json-string-format)
4330 (json-key-format, json-object-format):
4331 * jka-compr.el (compression-error):
4332 * international/quail.el (quail-error):
4333 * international/kkc.el (kkc-error):
4334 * emacs-lisp/ert.el (ert-test-failed):
4335 * calc/calc.el (calc-error, inexact-result, math-overflow)
4336 (math-underflow):
4337 * bookmark.el (bookmark-error-no-filename):
4338 * epg.el (epg-error): Define with define-error.
4339
4340 * time.el (display-time-event-handler)
4341 (display-time-next-load-average): Don't call sit-for since it seems
4342 unnecessary (bug#15045).
4343
4344 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4345 Use #' instead of ' to quote functions.
4346 (checkdoc-output-mode): Use setq-local.
4347 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4348 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4349 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4350 (checkdoc-ispell, checkdoc-ispell-current-buffer)
4351 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4352 (checkdoc-ispell-message-text, checkdoc-ispell-start)
4353 (checkdoc-ispell-continue, checkdoc-ispell-comments)
4354 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4355
4356 * ido.el (ido-completion-help): Fix up compiler warning.
4357
4358 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4359
4360 * frameset.el (frameset-p): Add autoload cookie.
4361 (frameset--jump-to-register): New function, based on code moved from
4362 register.el.
4363 (frameset-to-register): Move from register.el. Adapt to `registerv'.
4364
4365 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4366 (frameset-restore, frameset-save, frameset-session-filter-alist):
4367 Remove declarations.
4368 (register-alist): Doc fix.
4369 (frameset-to-register): Move to frameset.el.
4370 (jump-to-register, describe-register-1): Remove frameset-specific code.
4371
4372 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4373
4374 * allout-widgets.el (allout-widgets-pre-command-business)
4375 (allout-widgets-post-command-business)
4376 (allout-widgets-after-change-handler)
4377 (allout-decorate-item-and-context, allout-set-boundary-marker)
4378 (allout-body-modification-handler)
4379 (allout-graphics-modification-handler): Mark ignored arguments.
4380 (allout-widgets-post-command-business)
4381 (allout-widgets-exposure-change-processor)
4382 (allout-widgets-exposure-undo-processor)
4383 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4384 (allout-parse-item-at-point, allout-decorate-item-guides)
4385 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4386 * allout.el (epa-passphrase-callback-function): Declare.
4387 (allout-overlay-insert-in-front-handler)
4388 (allout-overlay-interior-modification-handler)
4389 (allout-isearch-end-handler, allout-chart-siblings)
4390 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4391 (allout-yank-processing, allout-process-exposed)
4392 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4393 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4394 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4395 (lisp-indent-defform): Mark ignored arguments.
4396 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
4397 (calculate-lisp-indent): Remove unused variables.
4398 * international/characters.el (indian-2-column, arabic-2-column)
4399 (tibetan): Mark ignored arguments.
4400 (use-cjk-char-width-table): Mark ignored arguments.
4401 Remove unused variables.
4402 * international/fontset.el (build-default-fontset-data)
4403 (x-compose-font-name, create-fontset-from-fontset-spec):
4404 Mark ignored arguments.
4405 (fontset-plain-name): Remove unused variables.
4406 * international/mule.el (charset-id, charset-bytes, generic-char-p)
4407 (keyboard-coding-system): Mark ignored arguments.
4408 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
4409 * help.el (resize-temp-buffer-window):
4410 * window.el (display-buffer-in-major-side-window)
4411 (display-buffer-in-side-window, display-buffer-in-previous-window):
4412 Remove unused variables.
4413 * isearch.el (isearch-forward-symbol):
4414 * version.el (emacs-bzr-version-bzr):
4415 * international/mule-cmds.el (current-language-environment):
4416 * term/common-win.el (x-handle-iconic, x-handle-geometry)
4417 (x-handle-display):
4418 * term/pc-win.el (x-list-fonts, x-display-planes)
4419 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4420 (x-server-version, x-display-screens, x-display-mm-height)
4421 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4422 (x-selection-owner-p, x-own-selection-internal)
4423 (x-disown-selection-internal, x-get-selection-internal)
4424 (msdos-initialize-window-system):
4425 * term/tty-colors.el (tty-color-alist, tty-color-clear):
4426 * term/x-win.el (x-handle-no-bitmap-icon):
4427 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4428 (vc-default-find-file-hook, vc-default-extra-menu):
4429 Mark ignored arguments.
4430
4431 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4432
4433 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4434 break-condition in the context of the debugged code (bug#12685).
4435
4436 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
4437
4438 * comint.el:
4439 Do not use an overlay to highlight the last prompt. (Bug#14744)
4440 (comint-mode): Make comint-last-prompt buffer local.
4441 (comint-last-prompt): New variable.
4442 (comint-last-prompt-overlay): Remove. Superseded by
4443 comint-last-prompt.
4444 (comint-snapshot-last-prompt, comint-output-filter):
4445 Use comint-last-prompt.
4446
4447 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4448
4449 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
4450 (frameset-save): Check validity of the resulting frameset.
4451
4452 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
4453
4454 * ido.el (ido-record-command): Add doc string.
4455
4456 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4457
4458 * frameset.el (frameset): Do not disable creation of the default
4459 frameset-p predicate. Doc fix.
4460 (frameset-valid-p): New function, copied from the old predicate-p.
4461 Add additional checks.
4462 (frameset-restore): Check with frameset-valid-p.
4463 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4464 (frameset-name, frameset-description, frameset-properties)
4465 (frameset-states): Add docstring.
4466 (frameset-session-filter-alist, frameset-persistent-filter-alist)
4467 (frameset-filter-alist): Doc fixes.
4468
4469 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4470
4471 * frameset.el (frameset-p, frameset-prop): Doc fixes.
4472
4473 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4474
4475 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4476 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4477 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4478 (byte-compile-normal-call): Remove obsolescence check.
4479
4480 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4481
4482 * frameset.el (frameset-restore): Doc fix.
4483
4484 * register.el (frameset-frame-id, frameset-frame-with-id)
4485 (frameset-p, frameset-restore, frameset-save): Declare.
4486 (register-alist): Document framesets.
4487 (frameset-session-filter-alist): Declare.
4488 (frameset-to-register): New function.
4489 (jump-to-register): Implement jumping to framesets. Doc fix.
4490 (describe-register-1): Describe framesets.
4491
4492 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4493
4494 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
4495
4496 * desktop.el (desktop-save-frameset): Use new frameset-save args.
4497 Use lexical-binding.
4498
4499 * frameset.el (frameset): Use type vector, not list (incompatible
4500 change). Do not declare a new constructor, use the default one.
4501 Upgrade suggested properties `app', `name' and `desc' to slots `app',
4502 `name' and `description', respectively, and add read-only slot
4503 `timestamp'. Doc fixes.
4504 (frameset-copy, frameset-persistent-filter-alist)
4505 (frameset-filter-alist, frameset-switch-to-gui-p)
4506 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4507 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4508 (frameset-filter-iconified, frameset-keep-original-display-p):
4509 Doc fixes.
4510 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4511 Rename from frameset-filter-(save|restore)-param. All callers changed.
4512 Doc fix.
4513 (frameset-p): Adapt to change to vector and be more thorough.
4514 Change arg name to OBJECT. Doc fix.
4515 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
4516 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4517 All callers changed.
4518 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4519 All callers changed.
4520 (frameset--record-minibuffer-relationships): Rename from
4521 frameset--process-minibuffer-frames. All callers changed.
4522 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4523 Use new default constructor (again). Doc fix.
4524 (frameset--find-frame-if): Rename from `frameset--find-frame.
4525 All callers changed.
4526 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4527 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4528 Doc fix.
4529 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4530 PARAMETERS and WINDOW-STATE, respectively.
4531 (frameset-restore): Add new keyword argument PREDICATE.
4532 Reset frameset--target-display to nil. Doc fix.
4533
4534 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4537 (bat-mode): Use it.
4538 (bat-mode-syntax-table): Mark \n as end-of-comment.
4539 (bat-font-lock-keywords): Remove comment rule.
4540
4541 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
4542 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
4543
4544 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4545 (byte-compile-callargs-warn): Use `push'.
4546 (byte-compile-arglist-warn): Ignore higher-order "calls".
4547 (byte-compile-file-form-autoload): Use `pcase'.
4548 (byte-compile-function-form): If quoting a symbol, check that it exists.
4549
4550 2013-08-07 Eli Zaretskii <eliz@gnu.org>
4551
4552 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4553 and add a few popular commands found in batch files.
4554 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4555 (dos-mode): Doc fixes.
4556
4557 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4560 (dos-mode): Use setq-local. Add space after "rem".
4561 (dos-mode-syntax-table): Don't use "w" for symbol chars.
4562 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4563
4564 2013-08-07 Arni Magnusson <arnima@hafro.is>
4565
4566 * progmodes/dos.el: New file.
4567 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4568 dos-mode.
4569
4570 2013-08-06 Glenn Morris <rgm@gnu.org>
4571
4572 * calendar/calendar.el: Add new faces, and day-header-array.
4573 (calendar-weekday-header, calendar-weekend-header)
4574 (calendar-month-header): New faces.
4575 (calendar-day-header-construct): New function.
4576 (calendar-day-header-width): Also :set calendar-day-header-array.
4577 (calendar-american-month-header, calendar-european-month-header)
4578 (calendar-iso-month-header): Use calendar- faces.
4579 (calendar-generate-month):
4580 Use calendar-day-header-array for day headers; apply faces to them.
4581 (calendar-mode): Check calendar-font-lock-keywords non-nil.
4582 (calendar-abbrev-construct): Add optional maxlen argument.
4583 (calendar-day-name-array): Doc fix.
4584 (calendar-day-name-array, calendar-abbrev-length)
4585 (calendar-day-abbrev-array):
4586 Also :set calendar-day-header-array, and maybe redraw.
4587 (calendar-day-header-array): New option. (Bug#15007)
4588 (calendar-font-lock-keywords): Set to nil and make obsolete.
4589 (calendar-day-name): Add option to use header array.
4590
4591 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4592
4593 * net/shr.el (shr-render-td): Remove debugging.
4594 (shr-render-td): Make width computation consistent by defaulting
4595 all zero-width columns to 10 characters. This may not be optimal,
4596 but it's at least consistent.
4597 (shr-make-table-1): Redo last change to fix the real problem in
4598 colspan handling.
4599
4600 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4601
4602 * files.el (cache-long-line-scans):
4603 Make obsolete alias to `cache-long-scans'.
4604
4605 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * frameset.el (frameset, frameset-filter-alist)
4608 (frameset-filter-params, frameset-save, frameset--reuse-frame)
4609 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4610 (frameset-compute-pos): Rename from frameset--compute-pos,
4611 and add docstring.
4612 (frameset-move-onscreen): Use frameset-compute-pos.
4613 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4614
4615 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4616 Fix typos in docstrings.
4617
4618 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4619
4620 * frame.el (get-other-frame): Tiny cleanup.
4621
4622 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4623
4624 * vc/vc.el (vc-default-ignore-completion-table):
4625 Silence byte-compiler warning.
4626
4627 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4628 slot , which can indeed be nil.
4629 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4630 Move entry for `left' from persistent to live filter alist.
4631 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4632 Doc fixes.
4633 (frameset-filter-params): When restoring a frame, copy items added to
4634 `filtered', to avoid unwittingly modifying the original parameters.
4635 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
4636 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4637
4638 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4639 to use looking-at-p instead of looking-at. (Bug#15028)
4640
4641 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4642
4643 Revert introduction of isearch-filter-predicates (bug#14714).
4644 Rely on add-function instead.
4645 * isearch.el (isearch-filter-predicates): Rename it back to
4646 isearch-filter-predicate.
4647 (isearch-message-prefix): Use advice-function-mapc and advice
4648 properties to get the isearch-message-prefix.
4649 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4650 instead of run-hook-with-args-until-failure.
4651 (isearch-filter-visible): Not obsolete any more.
4652 * loadup.el: Preload nadvice.
4653 * replace.el (perform-replace): Revert to funcall
4654 instead of run-hook-with-args-until-failure.
4655 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4656 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4657 dired-isearch-filenames-toggle; make it into a proper minor mode.
4658 Use add/remove-function.
4659 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4660 Call the minor-mode rather than add/remove-hook.
4661 (dired-isearch-filter-filenames):
4662 Remove isearch-message-prefix property.
4663 * info.el (Info--search-loop): New function, extracted from Info-search.
4664 Funcall isearch-filter-predicate instead of
4665 run-hook-with-args-until-failure isearch-filter-predicates.
4666 (Info-search): Use it.
4667 (Info-mode): Use isearch-filter-predicate instead of
4668 isearch-filter-predicates.
4669
4670 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4671
4672 Do not call to `selected-window' where it is assumed by default.
4673 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4674 `window-hscroll', `window-width', `window-height', `window-buffer',
4675 `window-frame', `window-start', `window-point', `next-window'
4676 and `window-display-table'.
4677 * abbrev.el (abbrev--default-expand):
4678 * bs.el (bs--show-with-configuration):
4679 * buff-menu.el (Buffer-menu-mouse-select):
4680 * calc/calc.el (calc):
4681 * calendar/calendar.el (calendar-generate-window):
4682 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4683 (diary-make-entry):
4684 * comint.el (send-invisible, comint-dynamic-complete-filename)
4685 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4686 * completion.el (complete):
4687 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4688 * disp-table.el (describe-current-display-table):
4689 * doc-view.el (doc-view-insert-image):
4690 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4691 * ehelp.el (with-electric-help):
4692 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4693 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4694 * emacs-lisp/helper.el (Helper-help-scroller):
4695 * emulation/cua-base.el (cua--post-command-handler-1):
4696 * eshell/esh-mode.el (eshell-output-filter):
4697 * ffap.el (ffap-gnus-wrapper):
4698 * help-macro.el (make-help-screen):
4699 * hilit-chg.el (highlight-compare-buffers):
4700 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4701 * hl-line.el (global-hl-line-highlight):
4702 * icomplete.el (icomplete-simple-completing-p):
4703 * isearch.el (isearch-done):
4704 * jit-lock.el (jit-lock-stealth-fontify):
4705 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4706 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4707 * mpc.el (mpc-tagbrowser, mpc):
4708 * net/rcirc.el (rcirc-any-buffer):
4709 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4710 * play/landmark.el (landmark-max-width, landmark-max-height):
4711 * play/zone.el (zone):
4712 * progmodes/compile.el (compilation-goto-locus):
4713 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4714 * progmodes/etags.el (find-tag-other-window):
4715 * progmodes/fortran.el (fortran-column-ruler):
4716 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4717 * progmodes/verilog-mode.el (verilog-point-text):
4718 * reposition.el (reposition-window):
4719 * rot13.el (toggle-rot13-mode):
4720 * server.el (server-switch-buffer):
4721 * shell.el (shell-dynamic-complete-command)
4722 (shell-dynamic-complete-environment-variable):
4723 * simple.el (insert-buffer, set-selective-display)
4724 (delete-completion-window):
4725 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4726 (speedbar-recenter):
4727 * startup.el (fancy-splash-head):
4728 * textmodes/ispell.el (ispell-command-loop):
4729 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4730 * tutorial.el (help-with-tutorial):
4731 * vc/add-log.el (add-change-log-entry):
4732 * vc/compare-w.el (compare-windows):
4733 * vc/ediff-help.el (ediff-indent-help-message):
4734 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4735 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4736 (ediff-setup-control-frame):
4737 * vc/emerge.el (emerge-position-region):
4738 * vc/pcvs-util.el (cvs-bury-buffer):
4739 * window.el (walk-windows, mouse-autoselect-window-select):
4740 * winner.el (winner-set-conf, winner-undo): Related users changed.
4741
4742 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4743
4744 * frameset.el (frameset--set-id): Doc fix.
4745 (frameset-frame-id, frameset-frame-id-equal-p)
4746 (frameset-locate-frame-id): New functions.
4747 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4748 (frameset-restore): Use them.
4749
4750 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4751
4752 Do not call to `selected-frame' where it is assumed by default.
4753 Affected functions are `raise-frame', `redraw-frame',
4754 `frame-first-window', `frame-terminal' and `delete-frame'.
4755 * calendar/appt.el (appt-disp-window):
4756 * epg.el (epg-wait-for-completion):
4757 * follow.el (follow-delete-other-windows-and-split)
4758 (follow-avoid-tail-recenter):
4759 * international/mule.el (set-terminal-coding-system):
4760 * mail/rmail.el (rmail-mail-return):
4761 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4762 * progmodes/f90.el (f90-add-imenu-menu):
4763 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4764 * server.el (server-switch-buffer):
4765 * simple.el (delete-completion-window):
4766 * talk.el (talk):
4767 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4768 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4769 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4770 * vc/ediff.el (ediff-documentation): Related users changed.
4771 * frame.el (selected-terminal): Remove the leftover.
4772
4773 2013-08-05 Glenn Morris <rgm@gnu.org>
4774
4775 * calendar/calendar.el (calendar-generate-month):
4776 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4777 (calendar-generate-month, calendar-font-lock-keywords):
4778 Fix for calendar-day-header-width > length of any day name.
4779
4780 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4781
4782 * desktop.el (desktop-clear): Use new name of sort predicate.
4783
4784 * frameset.el (frameset): Add docstring. Move :version property to its
4785 own `version' slot.
4786 (frameset-copy): Rename from copy-frameset.
4787 (frameset-p): Check more thoroughly.
4788 (frameset-prop): Do not check for :version, which is no longer a prop.
4789 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4790 Use new :never value instead of t.
4791 (frameset-filter-alist): Expand and clarify docstring.
4792 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4793 (frameset-filter-minibuffer, frameset-filter-save-param)
4794 (frameset-filter-restore-param, frameset-filter-iconified):
4795 Add pointer to docstring of frameset-filter-alist.
4796 (frameset-filter-params): Rename filter values to be more meaningful:
4797 :never instead of t, and reverse the meanings of :save and :restore.
4798 (frameset--process-minibuffer-frames): Clarify error message.
4799 (frameset-save): Avoid unnecessary and confusing call to framep.
4800 Use new BOA constructor for framesets.
4801 (frameset--reuse-list): Doc fix.
4802 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4803 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4804 (frameset-minibufferless-first-p): Doc fix.
4805 Rename from frameset-sort-frames-for-deletion.
4806 (frameset-restore): Doc fixes. Use new function names.
4807 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4808
4809 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4810
4811 * desktop.el (desktop-restore-forces-onscreen)
4812 (desktop-restore-reuses-frames): Document :keyword constant values.
4813 (desktop-filter-parameters-alist): Remove, now identical to
4814 frameset-filter-alist.
4815 (desktop--filter-tty*): Remove, moved to frameset.el.
4816 (desktop-save-frameset, desktop-restore-frameset):
4817 Do not pass :filters argument.
4818
4819 * frameset.el (frameset-live-filter-alist)
4820 (frameset-persistent-filter-alist): New variables.
4821 (frameset-filter-alist): Use them. Add autoload cookie.
4822 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4823 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4824 `frameset--id' (it's supposed to be internal to frameset.el).
4825 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4826 (frameset--initial-params): New function.
4827 (frameset--get-frame): Use it. Doc fix.
4828 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4829 Accept :all, not 'all.
4830 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4831 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4832 with fbound symbols. Fix frame id matching, and remove matching ids if
4833 the frame being restored is deleted. Obey :delete.
4834
4835 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * subr.el (macrop): New function.
4838 (text-clone--maintaining): New var.
4839 (text-clone--maintain): Rename from text-clone-maintain. Use it
4840 instead of inhibit-modification-hooks.
4841
4842 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4843 a proxy, so as handle autoloads and redefinitions of the target.
4844 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4845
4846 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4847 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4848 (pcase--mutually-exclusive-p): New function.
4849 (pcase--split-consp): Use it.
4850 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4851 mutually exclusive with the current predicate.
4852
4853 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4854 (edebug-macrop): Remove. Use `macrop' instead.
4855 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4856 (ad-macro-p):
4857 * eshell/esh-cmd.el (eshell-macrop):
4858 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4859
4860 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4861
4862 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4863 (advice-mapc): New function, using it.
4864 (advice-function-member-p): New function.
4865 (advice--normalize): Store the cdr in advice--saved-rewrite since
4866 that's the part that will be changed.
4867 (advice--symbol-function): New function.
4868 (advice-remove): Handle removal before the function is defined.
4869 Adjust to new advice--saved-rewrite.
4870 (advice-member-p): Use advice-function-member-p and
4871 advice--symbol-function.
4872
4873 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4874
4875 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4876 (frameset-filter-minibuffer): Doc fix.
4877 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
4878 (frameset--set-id, frameset--process-minibuffer-frames)
4879 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4880 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4881
4882 * desktop.el (desktop-clear): Only delete frames when called
4883 interactively and desktop-restore-frames is non-nil. Doc fix.
4884 (desktop-read): Set desktop-saved-frameset to nil.
4885
4886 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4887
4888 * vc/vc.el (vc-ignore): Rewrite.
4889 (vc-default-ignore-completion-table):
4890 (vc--read-lines):
4891 (vc--add-line, vc--remove-regexp): New functions.
4892
4893 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4894 (vc-svn-ignore-completion-table): New function.
4895
4896 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4897 (vc-hg-ignore-completion-table):
4898 (vc-hg-find-ignore-file): New functions.
4899
4900 * vc/vc-git.el (vc-git-ignore): Rewrite.
4901 (vc-git-ignore-completion-table):
4902 (vc-git-find-ignore-file): New functions.
4903
4904 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4905
4906 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4907 (vc-bzr-ignore-completion-table):
4908 (vc-bzr-find-ignore-file): New functions.
4909
4910 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
4911
4912 * frameset.el (frameset-prop): New function and setter.
4913 (frameset-save): Do not modify frame list passed by the caller.
4914
4915 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4918
4919 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4922 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4923
4924 * custom.el (custom-initialize-default, custom-initialize-set)
4925 (custom-initialize-reset, custom-initialize-changed): Affect the
4926 toplevel-default-value (bug#6275, bug#14586).
4927 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4928 for bug#6275.
4929
4930 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4931
4932 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4933 Add cl-def* expressions.
4934
4935 * frameset.el (frameset-filter-params): Fix order of arguments.
4936
4937 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4938
4939 Move code related to saving frames to frameset.el.
4940 * desktop.el: Require frameset.
4941 (desktop-restore-frames): Doc fix.
4942 (desktop-restore-reuses-frames): Rename from
4943 desktop-restoring-reuses-frames.
4944 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4945 (desktop-clear): Clear frames too.
4946 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4947 (desktop--filter-tty*, desktop-save, desktop-read):
4948 Use frameset functions.
4949 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4950 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4951 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4952 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4953 (desktop--process-minibuffer-frames, desktop-save-frames)
4954 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4955 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4956 (desktop--sort-states, desktop-restoring-frames-p)
4957 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4958 (desktop-restoring-frameset-p, desktop-restore-frameset)
4959 (desktop--check-dont-save, desktop-save-frameset): New functions.
4960 (desktop--app-id): New constant.
4961 (desktop-first-buffer, desktop-buffer-ok-count)
4962 (desktop-buffer-fail-count): Move before first use.
4963 * frameset.el: New file.
4964
4965 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4966
4967 * files.el: Use lexical-binding.
4968 (dir-locals-read-from-file): Remove unused `err' variable.
4969 (hack-dir-local-variables--warned-coding): New var.
4970 (hack-dir-local-variables): Use it to avoid repeated warnings.
4971 (make-backup-file-name--default-function): New function.
4972 (make-backup-file-name-function): Use it as default.
4973 (buffer-stale--default-function): New function.
4974 (buffer-stale-function): Use it as default.
4975 (revert-buffer-insert-file-contents--default-function): New function.
4976 (revert-buffer-insert-file-contents-function): Use it as default.
4977 (insert-directory): Avoid add-to-list.
4978
4979 * autorevert.el (auto-revert-handler): Simplify.
4980 Use buffer-stale--default-function.
4981
4982 2013-08-01 Tassilo Horn <tsdh@gnu.org>
4983
4984 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4985
4986 * whitespace.el (whitespace-ensure-local-variables): New function.
4987 (whitespace-cleanup-region): Call it.
4988 (whitespace-turn-on): Call it.
4989
4990 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
4991
4992 Complete file name handlers.
4993
4994 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4995 (tramp-handle-verify-visited-file-modtime)
4996 (tramp-handle-file-notify-rm-watch): New functions.
4997 (tramp-call-process): Do not bind `default-directory'.
4998
4999 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5000 Order alphabetically.
5001 [access-file, add-name-to-file, dired-call-process]:
5002 [dired-compress-file, file-acl, file-notify-rm-watch]:
5003 [file-ownership-preserved-p, file-selinux-context]:
5004 [make-directory-internal, make-symbolic-link, set-file-acl]:
5005 [set-file-selinux-context, set-visited-file-modtime]:
5006 [verify-visited-file-modtime]: Add handler.
5007 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
5008
5009 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5010 [file-notify-add-watch, file-notify-rm-watch]:
5011 [set-file-times, set-visited-file-modtime]:
5012 [verify-visited-file-modtime]: Add handler.
5013 (with-tramp-gvfs-error-message)
5014 (tramp-gvfs-handle-set-visited-file-modtime)
5015 (tramp-gvfs-fuse-file-name): Remove.
5016 (tramp-gvfs-handle-file-notify-add-watch)
5017 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
5018 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
5019
5020 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5021 Order alphabetically.
5022 [file-notify-rm-watch ]: Use default Tramp handler.
5023 [executable-find]: Remove private handler.
5024 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
5025 `default-directory'.
5026 (tramp-sh-handle-executable-find)
5027 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
5028 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5029 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
5030 Do not use `format' in `tramp-message'.
5031
5032 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
5033 [file-notify-rm-watch, set-visited-file-modtime]:
5034 [verify-visited-file-modtime]: Add handler.
5035 (tramp-smb-call-winexe): Do not bind `default-directory'.
5036
5037 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
5038
5039 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
5040
5041 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
5042
5043 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
5044 use it.
5045 (log-view-diff-changeset): Same.
5046 (log-view-diff-common): Call backend command `previous-revision'
5047 to find out the previous revision, in both cases. Swap the
5048 variables `to' and `fr', so that `fr' usually refers to the
5049 earlier revision (Bug#14989).
5050
5051 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
5052
5053 * ibuf-ext.el (ibuffer-filter-by-filename):
5054 Make it work with dired buffers too.
5055
5056 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
5057
5058 * emacs-lisp/re-builder.el (reb-color-display-p):
5059 * files.el (save-buffers-kill-terminal):
5060 * net/browse-url.el (browse-url):
5061 * server.el (server-save-buffers-kill-terminal):
5062 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
5063 Prefer nil to selected-frame for the first arg of frame-parameter.
5064
5065 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
5066
5067 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
5068
5069 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
5070
5071 * minibuffer.el (completion--twq-all): Try and preserve each
5072 completion's case choice (bug#14907).
5073
5074 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5075
5076 * net/network-stream.el (open-network-stream): Mention the new
5077 :nogreeting parameter.
5078 (network-stream-open-starttls): Use the :nogreeting parameter
5079 (bug#14938).
5080
5081 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
5082
5083 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
5084 more natural than popping.
5085
5086 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5087 (shr-urlify): Highlight under mouse.
5088
5089 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5090
5091 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
5092
5093 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
5094
5095 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
5096 buffer for output.
5097
5098 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
5099 point-min==1. Fix search string. Fix parentheses missing.
5100
5101 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
5102 assume point-min==1. Fix search string. Fix parentheses missing.
5103
5104 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
5105
5106 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
5107 buffer for output.
5108
5109 2013-07-29 Eli Zaretskii <eliz@gnu.org>
5110
5111 * frame.el (frame-notice-user-settings): Avoid inflooping when the
5112 initial frame is minibuffer-less. (Bug#14841)
5113
5114 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
5115
5116 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
5117 option.
5118
5119 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5120 (tramp-maybe-open-connection): Use it.
5121
5122 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5123
5124 * desktop.el (desktop--make-frame): Include `minibuffer' in the
5125 minimal set of parameters passed when creating a frame, because
5126 the minibuffer status of a frame cannot be changed later.
5127
5128 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
5129
5130 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
5131 replace-regexp-in-string and inadvertent omissions in previous change.
5132 (todo-filter-items): Ensure only file names are comma-separated in
5133 name of filtered items buffer.
5134
5135 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5136
5137 * desktop.el: Optionally force offscreen frames back onscreen.
5138 (desktop-restoring-reuses-frames): New option.
5139 (desktop--compute-pos, desktop--move-onscreen): New functions.
5140 (desktop--make-frame): Use desktop--move-onscreen.
5141
5142 2013-07-27 Alan Mackenzie <acm@muc.de>
5143
5144 Fontify a Java generic method as a function.
5145 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
5146 value to t.
5147
5148 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
5149
5150 * calendar/todo-mode.el: Add command to rename todo files.
5151 (todo-rename-file): New command.
5152 (todo-key-bindings-t): Add key binding for it. Change the
5153 bindings of todo-filter-regexp-items(-multifile) to use `x'
5154 instead of `r', since the latter is better suited to the new
5155 renaming command.
5156
5157 2013-07-27 Alan Mackenzie <acm@muc.de>
5158
5159 Make Java try-with-resources statement parse properly.
5160 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
5161 (c-block-stmt-1-2-key): New language constants/variables.
5162 * progmodes/cc-engine.el (c-beginning-of-statement-1)
5163 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
5164 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
5165 with c-block-stmt-1-2-key.
5166
5167 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
5168
5169 * desktop.el (desktop--make-frame): Apply most frame parameters after
5170 creating the frame to force (partially or totally) offscreen frames to
5171 be restored as such.
5172
5173 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
5174
5175 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
5176 (Bug#14948)
5177
5178 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
5181 `base' arg of backtrace-frame.
5182
5183 2013-07-26 Eli Zaretskii <eliz@gnu.org>
5184
5185 * simple.el (list-processes): Doc fix.
5186
5187 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5188
5189 * desktop.el (desktop--select-frame):
5190 Try harder to reuse existing frames.
5191
5192 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
5195 (edebug-eval): Use backtrace-eval.
5196 (edebug--display, edebug--recursive-edit): Don't let-bind the
5197 edebug-outer-* vars that keep track of variables we locally let-bind.
5198 (edebug-outside-excursion): Don't restore outside values of locally
5199 let-bound vars.
5200 (edebug--display): Use user-error.
5201 (cl-lexical-debug, cl-debug-env): Remove.
5202
5203 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5204
5205 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
5206 are restored to be sure that they are visible before deleting any
5207 remaining ones.
5208
5209 2013-07-26 Matthias Meulien <orontee@gmail.com>
5210
5211 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
5212 vc-print-root-log. (Bug#14948)
5213
5214 2013-07-26 Richard Stallman <rms@gnu.org>
5215
5216 Add aliases for encrypting mail.
5217 * epa.el (epa-mail-aliases): New option.
5218 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
5219 Bind inhibit-read-only so read-only text doesn't ruin everything.
5220 (epa-mail-default-recipients): New subroutine broken out.
5221 Handle epa-mail-aliases.
5222
5223 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5224
5225 Add support for lexical variables to the debugger's `e' command.
5226 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5227 vars, except for debugger-outer-match-data.
5228 (debugger-frame-number): Move check for "on a function call" from
5229 callers into it. Add `skip-base' argument.
5230 (debugger-frame, debugger-frame-clear): Simplify accordingly.
5231 (debugger-env-macro): Only reset the state stored in non-variables,
5232 i.e. current-buffer and match-data.
5233 (debugger-eval-expression): Rewrite using backtrace-eval.
5234 * subr.el (internal--called-interactively-p--get-frame): Remove.
5235 (called-interactively-p):
5236 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5237 `base' arg of backtrace-frame instead.
5238
5239 2013-07-26 Glenn Morris <rgm@gnu.org>
5240
5241 * align.el (align-regexp): Doc fix. (Bug#14857)
5242 (align-region): Explicit error if subexpression missing/does not match.
5243
5244 * simple.el (global-visual-line-mode):
5245 Do not duplicate the mode lighter. (Bug#14858)
5246
5247 2013-07-25 Martin Rudalics <rudalics@gmx.at>
5248
5249 * window.el (display-buffer): In display-buffer bind
5250 split-window-keep-point to t, bug#14829.
5251
5252 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5253
5254 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5255 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5256 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5257 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5258 Change accordingly.
5259 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5260 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
5261
5262 2013-07-25 Glenn Morris <rgm@gnu.org>
5263
5264 * dired-x.el (dired-mark-extension): Convert comment to doc string.
5265
5266 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5267
5268 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5269 parameter to modify-frame-parameters if the value has not changed;
5270 this is a workaround for bug#14949.
5271 (desktop--make-frame): On cl-delete-if call, check parameter name,
5272 not full parameter.
5273
5274 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5275
5276 * vc/vc.el (vc-ignore): New function.
5277
5278 * vc/vc-svn.el (vc-svn-ignore): New function.
5279
5280 * vc/vc-hg.el (vc-hg-ignore): New function.
5281
5282 * vc/vc-git.el (vc-git-ignore): New function.
5283
5284 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5285 (vc-dir-ignore): New function.
5286
5287 * vc/vc-cvs.el (vc-cvs-ignore): New function.
5288 (cvs-append-to-ignore): Move here from pcvs.el.
5289
5290 * vc/vc-bzr.el (vc-bzr-ignore): New function.
5291
5292 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5293
5294 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
5295
5296 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5297 (desktop-restore-frames): Warn when deleting an existing frame failed.
5298
5299 2013-07-24 Glenn Morris <rgm@gnu.org>
5300
5301 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
5302
5303 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
5304
5305 * filenotify.el (file-notify-supported-p):
5306 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5307 Remove functions.
5308
5309 * autorevert.el (auto-revert-use-notify):
5310 (auto-revert-notify-add-watch):
5311 * net/tramp.el (tramp-file-name-for-operation):
5312 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5313 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5314 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5315 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5316 Remove `file-notify-supported-p' entry.
5317
5318 2013-07-24 Glenn Morris <rgm@gnu.org>
5319
5320 * printing.el: Replace all uses of deleted ps-windows-system,
5321 ps-lp-system, ps-flatten-list with lpr- versions.
5322
5323 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5326 checked with memq (bug#14935).
5327
5328 * files.el (revert-buffer-function): Use a non-nil default.
5329 (revert-buffer-preserve-modes): Declare var to
5330 provide access to the `preserve-modes' argument.
5331 (revert-buffer): Let-bind it.
5332 (revert-buffer--default): New function, extracted from revert-buffer.
5333
5334 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * lpr.el: Signal print errors more prominently.
5337 (print-region-function): Don't default to nil.
5338 (lpr-print-region): New function, extracted from print-region-1.
5339 Check lpr's return value and signal an error in case of problem.
5340 (print-region-1): Use it.
5341 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
5342 versions instead.
5343 (ps-printer-name): Default to nil.
5344 (ps-printer-name-option): Default to lpr-printer-switch.
5345 (ps-print-region-function): Don't default to nil.
5346 (ps-postscript-code-directory): Simplify default.
5347 (ps-do-despool): Use lpr-print-region to properly check the outcome.
5348 (ps-string-list, ps-eval-switch, ps-flatten-list)
5349 (ps-flatten-list-1): Remove.
5350 (ps-multibyte-buffer): Avoid setq.
5351 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5352 (print-region-function, ps-print-region-function): Don't set them here.
5353
5354 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
5355
5356 * ido.el (ido-fractionp):
5357 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5358 (ido-max-file-prompt-width, ido-unc-hosts-cache)
5359 (ido-max-directory-size, ido-max-dir-file-cache)
5360 (ido-decorations): Doc fix.
5361
5362 * ansi-color.el: Fix old URL.
5363
5364 2013-07-23 Michael R. Mauger <michael@mauger.com>
5365
5366 * progmodes/sql.el: Version 3.3
5367 (sql-product-alist): Improve oracle :prompt-cont-regexp.
5368 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5369 (sql-interactive-remove-continuation-prompt): Rewrite, use
5370 functions above. Fix continuation prompt and complete output line
5371 handling.
5372 (sql-redirect-one, sql-execute): Use `read-only-mode' on
5373 redirected output buffer.
5374 (sql-mode): Restore deleted code (Bug#13591).
5375
5376 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5377
5378 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5379
5380 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
5381
5382 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5383
5384 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5385 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5386 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5387
5388 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * desktop.el (desktop-clear): Simplify; remove useless checks
5391 against invalid buffer names.
5392 (desktop-list*): Use cl-list*.
5393 (desktop-buffer-info, desktop-create-buffer): Simplify.
5394
5395 2013-07-23 Leo Liu <sdl.web@gmail.com>
5396
5397 * bookmark.el (bookmark-make-record): Restore NAME as a default
5398 value. (Bug#14933)
5399
5400 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * emacs-lisp/autoload.el (autoload--setup-output): New function,
5403 extracted from autoload--insert-text.
5404 (autoload--insert-text): Remove.
5405 (autoload--print-cookie-text): New function, extracted from
5406 autoload--insert-cookie-text.
5407 (autoload--insert-cookie-text): Remove.
5408 (autoload-generate-file-autoloads): Adjust calls accordingly.
5409
5410 * winner.el (winner-hook-installed-p): Remove.
5411 (winner-mode): Simplify accordingly.
5412
5413 * subr.el (add-to-list): Fix compiler-macro when `append' is
5414 not constant. Don't use `cl-member' for the base case.
5415
5416 * progmodes/subword.el: Fix boundary case (bug#13758).
5417 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
5418 own group.
5419 (subword-backward-regexp): Make it a constant.
5420 (subword-forward-internal): Don't treat a trailing capital as the
5421 beginning of a word.
5422
5423 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5424
5425 * emacs-lisp/package.el (package-menu-mode): Don't modify the
5426 global value of tabulated-list-revert-hook (bug#14930).
5427
5428 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
5429
5430 * desktop.el: Require 'cl-lib.
5431 (desktop-before-saving-frames-functions): New hook.
5432 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5433 for frames being saved. Rename from desktop--save-minibuffer-frames.
5434 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5435 Do not save frames with non-nil `desktop-dont-save' parameter.
5436 Filter out deleted frames.
5437 (desktop--find-frame): Use cl-find-if.
5438 (desktop--select-frame): Use cl-(first|second|third) to access values
5439 of desktop-mini.
5440 (desktop--make-frame): Use cl-delete-if.
5441 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5442 (desktop-restore-frames): Use cl-(first|second|third) to access values
5443 of desktop-mini. Look for visible frame at the end, not while
5444 restoring frames.
5445
5446 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5447 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5448 Use string-match-p, looking-at-p (bug#14927).
5449
5450 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
5451
5452 * desktop.el (desktop-saved-frame-states):
5453 Rename from desktop--saved-states; all users changed.
5454 (desktop-save-frames): Rename from desktop--save-frames.
5455 Do not save state to desktop file.
5456 (desktop-save): Save desktop-saved-frame-states to desktop file
5457 and reset to nil.
5458 (desktop-restoring-frames-p): New function.
5459 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
5460 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
5461 buffer-lists when restoring frames. Suggested by Martin Rudalics.
5462
5463 * desktop.el: Correctly restore iconified frames.
5464 (desktop--filter-iconified-position): New function.
5465 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5466
5467 2013-07-20 Glenn Morris <rgm@gnu.org>
5468
5469 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5470 Let `message' do the formatting.
5471 (def-gdb-preempt-display-buffer): Add explicit format.
5472
5473 * image-dired.el (image-dired-track-original-file):
5474 Use with-current-buffer.
5475 (image-dired-track-thumbnail): Use with-current-buffer.
5476 Avoid changing point of wrong window.
5477
5478 * image-dired.el (image-dired-track-original-file):
5479 Avoid changing point of wrong window. (Bug#14909)
5480
5481 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
5482
5483 * progmodes/gdb-mi.el (gdb-done-or-error):
5484 Guard against "%" in gdb output. (Bug#14127)
5485
5486 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
5487
5488 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5489 (Bug#14826)
5490
5491 * international/mule.el (coding-system-iso-2022-flags): Fix last
5492 change.
5493
5494 2013-07-20 Kenichi Handa <handa@gnu.org>
5495
5496 * international/mule.el (coding-system-iso-2022-flags):
5497 Add `8-bit-level-4'. (Bug#8522)
5498
5499 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5500
5501 * net/shr.el (shr-mouse-browse-url): New command and keystroke
5502 (bug#14815).
5503
5504 * net/eww.el (eww-process-text-input): Allow inputting when the
5505 point is at the start of the line, as the properties aren't
5506 front-sticky.
5507
5508 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5509 degenerate widths.
5510
5511 2013-07-19 Richard Stallman <rms@gnu.org>
5512
5513 * epa.el (epa-popup-info-window): Doc fix.
5514
5515 * subr.el (split-string): New arg TRIM.
5516
5517 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
5518
5519 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5520 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5521
5522 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
5523
5524 * filenotify.el (file-notify--library): Rename from
5525 `file-notify-support'. Do not autoload. Adapt all uses.
5526 (file-notify-supported-p): New defun.
5527
5528 * autorevert.el (auto-revert-use-notify):
5529 Use `file-notify-supported-p' instead of `file-notify-support'.
5530 Adapt docstring.
5531 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5532
5533 * net/tramp.el (tramp-file-name-for-operation):
5534 Add `file-notify-supported-p'.
5535
5536 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5537 New defun.
5538 (tramp-sh-file-name-handler-alist): Add it as handler for
5539 `file-notify-supported-p '.
5540
5541 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5542 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5543 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5544 Add `ignore' as handler for `file-notify-*' functions.
5545
5546 2013-07-17 Eli Zaretskii <eliz@gnu.org>
5547
5548 * simple.el (line-move-partial, line-move): Don't start vscroll or
5549 scroll-up if the current line is not taller than the window.
5550 (Bug#14881)
5551
5552 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
5553
5554 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5555 highlight question marks in the method names as strings.
5556 (ruby-block-beg-keywords): Inline.
5557 (ruby-font-lock-keyword-beg-re): Extract from
5558 `ruby-font-lock-keywords'.
5559
5560 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
5561
5562 * frame.el (blink-cursor-blinks): New defcustom.
5563 (blink-cursor-blinks-done): New defvar.
5564 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5565 (blink-cursor-timer-function): Check if number of blinks has been
5566 done on X and NS.
5567 (blink-cursor-suspend, blink-cursor-check): New defuns.
5568
5569 2013-07-15 Glenn Morris <rgm@gnu.org>
5570
5571 * edmacro.el (edmacro-format-keys): Fix previous change.
5572
5573 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
5574
5575 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5576 The hack didn't work outside English locales anyway.
5577
5578 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
5579
5580 * simple.el (define-alternatives): Rename from alternatives-define,
5581 per RMS' suggestion.
5582
5583 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
5584
5585 * desktop.el (desktop-restore-frames): Change default to t.
5586 (desktop-restore-in-current-display): Now offer more options.
5587 (desktop-restoring-reuses-frames): New customization option.
5588 (desktop--saved-states): Doc fix.
5589 (desktop-filter-parameters-alist): New variable, renamed and expanded
5590 from desktop--excluded-frame-parameters.
5591 (desktop--target-display): New variable.
5592 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5593 (desktop--filter-tty*, desktop--filter-*-color)
5594 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5595 (desktop--filter-save-desktop-parm)
5596 (desktop-restore-in-original-display-p): New functions.
5597 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5598 (desktop--save-minibuffer-frames): New function, inspired by a similar
5599 function from Martin Rudalics.
5600 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5601 (desktop--restore-in-this-display-p): Remove.
5602 (desktop--find-frame): Rename from desktop--find-frame-in-display
5603 and add predicate argument.
5604 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5605 (desktop--reuse-list): New variable.
5606 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5607 New functions.
5608 (desktop--restore-frames): Add support for "minibuffer-special" frames.
5609
5610 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
5611
5612 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5613
5614 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
5615
5616 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5617 Highlight conversion methods on Kernel.
5618
5619 2013-07-13 Alan Mackenzie <acm@muc.de>
5620
5621 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5622 and comment it out. This out-commenting enables certain C++
5623 declarations to be parsed correctly.
5624
5625 2013-07-13 Eli Zaretskii <eliz@gnu.org>
5626
5627 * international/mule.el (define-coding-system): Doc fix.
5628
5629 * simple.el (default-font-height): Don't call font-info if the
5630 frame's default font didn't change since the frame was created.
5631 (Bug#14838)
5632
5633 2013-07-13 Leo Liu <sdl.web@gmail.com>
5634
5635 * ido.el (ido-read-file-name): Guard against non-symbol value.
5636
5637 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5638
5639 * progmodes/python.el (python-imenu--build-tree): Fix corner case
5640 in nested defuns.
5641
5642 2013-07-13 Leo Liu <sdl.web@gmail.com>
5643
5644 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5645 ido-set-matches call. (Bug#6852)
5646
5647 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
5648
5649 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5650 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5651 Ruby 2.0.
5652 (ruby-font-lock-keywords): Distinguish calls to functions with
5653 module-like names from module references. Highlight character
5654 literals.
5655
5656 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5657
5658 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5659 (gdb-send): Handle continued commands. (Bug#14847)
5660
5661 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * desktop.el (desktop--v2s): Remove unused local variable.
5664 (desktop-save-buffer): Make defvar-local; adjust docstring.
5665 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5666 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5667
5668 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5669
5670 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5671
5672 2013-07-12 Eli Zaretskii <eliz@gnu.org>
5673
5674 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5675 (Bug#14842)
5676
5677 2013-07-12 Glenn Morris <rgm@gnu.org>
5678
5679 * doc-view.el: Require cl-lib at runtime too.
5680 (doc-view-remove-if): Remove.
5681 (doc-view-search-next-match, doc-view-search-previous-match):
5682 Use cl-remove-if.
5683
5684 * edmacro.el: Require cl-lib at runtime too.
5685 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5686 (edmacro-mismatch, edmacro-subseq): Remove.
5687
5688 * shadowfile.el: Require cl-lib.
5689 (shadow-remove-if): Remove.
5690 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5691 Use cl-remove-if.
5692
5693 * wid-edit.el: Require cl-lib.
5694 (widget-choose): Use cl-remove-if.
5695 (widget-remove-if): Remove.
5696
5697 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5698 (ebrowse-delete-if-not): Remove.
5699 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5700 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5701 Use cl-delete-if-not.
5702
5703 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5704
5705 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5706 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5707
5708 2013-07-12 Leo Liu <sdl.web@gmail.com>
5709
5710 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5711
5712 2013-07-11 Glenn Morris <rgm@gnu.org>
5713
5714 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5715 (edebug-gensym-index, edebug-gensym):
5716 Remove reimplementation of cl-gensym.
5717 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5718
5719 * thumbs.el: Require cl-lib at run-time too.
5720 (thumbs-gensym-counter, thumbs-gensym):
5721 Remove reimplementation of cl-gensym.
5722 (thumbs-temp-file): Use cl-gensym.
5723
5724 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5725 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5726 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5727 (ert--union, ert--gensym-counter, ert--gensym-counter)
5728 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5729 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5730 (ert-make-test-unbound, ert--expand-should-1)
5731 (ert--expand-should, ert--should-error-handle-error)
5732 (should-error, ert--explain-equal-rec)
5733 (ert--plist-difference-explanation, ert-select-tests)
5734 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5735 Use cl-lib functions rather than reimplementations.
5736
5737 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5738
5739 * net/tramp.el (tramp-methods): Extend docstring.
5740 (tramp-connection-timeout): New defcustom.
5741 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5742 (with-tramp-progress-reporter): Simplify.
5743 (tramp-process-actions): Improve messages.
5744
5745 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5746 * net/tramp-sh.el (tramp-maybe-open-connection):
5747 Use `tramp-connection-timeout'.
5748 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5749 (Bug#14808)
5750
5751 2013-07-11 Leo Liu <sdl.web@gmail.com>
5752
5753 * ido.el (ido-read-file-name): Conform to the requirements of
5754 read-file-name. (Bug#11861)
5755 (ido-read-directory-name): Conform to the requirements of
5756 read-directory-name.
5757
5758 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5759
5760 * subr.el (delay-warning): New function.
5761
5762 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5763
5764 * simple.el (default-line-height): New function.
5765 (line-move-partial, line-move): Use it instead of computing the
5766 line height inline.
5767 (line-move-partial): Always compute ROWH. If the last line is
5768 partially-visible, but its text is completely visible, allow
5769 cursor to enter such a partially-visible line.
5770
5771 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5772
5773 Improve error messages. (Bug#14808)
5774
5775 * net/tramp.el (tramp-current-connection): New defvar, moved from
5776 tramp-sh.el.
5777 (tramp-message-show-progress-reporter-message): Remove, not
5778 needed anymore.
5779 (tramp-error-with-buffer): Show message in minibuffer.
5780 Discard input before waiting. Reset connection timestamp.
5781 (with-tramp-progress-reporter): Improve messages.
5782 (tramp-process-actions): Use progress reporter. Delete process in
5783 case of error. Improve messages.
5784
5785 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5786 Call `tramp-error-with-buffer' with vector and buffer.
5787 (tramp-current-connection): Remove.
5788 (tramp-maybe-open-connection): The car of
5789 `tramp-current-connection' are the first 3 slots of the vector.
5790
5791 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5792
5793 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5794 inside continued strings.
5795
5796 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5797
5798 Timestamp fixes for undo (Bug#14824).
5799 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5800
5801 2013-07-10 Leo Liu <sdl.web@gmail.com>
5802
5803 * files.el (require-final-newline): Allow safe local value.
5804 (Bug#14834)
5805
5806 2013-07-09 Leo Liu <sdl.web@gmail.com>
5807
5808 * ido.el (ido-read-directory-name): Handle fallback.
5809 (ido-read-file-name): Update DIR to ido-current-directory.
5810 (Bug#1516)
5811 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5812
5813 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5814
5815 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5816 "autoload". Remove "warn lower camel case" section, previously
5817 commented out. Highlight negation char. Do not highlight the
5818 target in singleton method definitions.
5819
5820 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * faces.el (tty-setup-hook): Declare the hook.
5823
5824 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5825 and detect when a guard/pred depends on local vars (bug#14773).
5826 (pcase--u1): Adjust caller.
5827
5828 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5829
5830 * simple.el (line-move-partial, line-move): Account for
5831 line-spacing.
5832 (line-move-partial): Avoid setting vscroll when the last
5833 partially-visible line in window is of default height.
5834
5835 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5836
5837 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5838 been used a while.
5839
5840 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5841
5842 * subr.el (read-quoted-char): Remove unused local variable `char'.
5843
5844 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5845
5846 * ediff.el (ediff-version): Version update.
5847 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5848 (ediff-merge-with-ancestor-command, ediff-directories-command)
5849 (ediff-directories3-command, ediff-merge-directories-command)
5850 (ediff-merge-directories-with-ancestor-command): New functions.
5851 All are command-line interfaces to ediff: to facilitate calling
5852 Emacs with the appropriate ediff functions invoked.
5853
5854 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5855 (viper-save-kill-buffer): Check if buffer is modified.
5856
5857 * viper.el (viper-version): Version update.
5858 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5859
5860 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5863 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5864 (viper-intercept-ESC-key): Simplify.
5865 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5866 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5867 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5868 (viper-setup-ESC-to-escape): New functions.
5869 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5870 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5871
5872 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5873
5874 * simple.el (default-font-height, window-screen-lines):
5875 New functions.
5876 (line-move, line-move-partial): Use them instead of
5877 frame-char-height and window-text-height. This makes scrolling
5878 text smoother when the buffer's default face uses a font that is
5879 different from the frame's default font.
5880
5881 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5882
5883 * files.el (write-file): Do not display confirm dialog for NS,
5884 it does its own dialog, which can't be cancelled (Bug#14578).
5885
5886 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5887
5888 * simple.el (line-move-partial): Adjust the row returned by
5889 posn-at-point for the current window-vscroll. (Bug#14567)
5890
5891 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
5892
5893 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5894 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5895 spaces.
5896
5897 2013-07-06 Martin Rudalics <rudalics@gmx.at>
5898
5899 * window.el (window-state-put-stale-windows): New variable.
5900 (window--state-put-2): Save list of windows without matching buffer.
5901 (window-state-put): Remove "bufferless" windows if possible.
5902
5903 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5904
5905 * simple.el (alternatives-define): Remove leftover :group keyword.
5906 Tweak docstring.
5907
5908 2013-07-06 Leo Liu <sdl.web@gmail.com>
5909
5910 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5911 (ido-enable-virtual-buffers): New variable.
5912 (ido-buffer-internal, ido-toggle-virtual-buffers)
5913 (ido-make-buffer-list): Use it.
5914 (ido-exhibit): Support turning on and off virtual buffers
5915 automatically.
5916
5917 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5918
5919 * simple.el (alternatives-define): New macro.
5920
5921 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * subr.el (read-quoted-char): Use read-key.
5924 (sit-for): Let read-event decode tty input (bug#14782).
5925
5926 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
5927
5928 * calendar/todo-mode.el: Add handling of file deletion, both by
5929 mode command and externally. Fix various related bugs.
5930 Clarify Commentary and improve some documentation strings and code.
5931 (todo-delete-file): New command.
5932 (todo-check-file): New function.
5933 (todo-show): Handle external deletion of the file we're trying to
5934 show (bug#14688). Replace called-interactively-p by an optional
5935 prefix argument to avoid problematic interaction with catch form
5936 when byte compiled (bug#14702).
5937 (todo-quit): Handle external deletion of the archive's todo file.
5938 Make sure the buffer that was visiting the archive file is still
5939 live before trying to bury it.
5940 (todo-category-completions): Handle external deletion of any
5941 category completion files.
5942 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5943 of todo files, in case of external deletion.
5944 (todo-add-file): Replace unnecessary setq by let-binding.
5945 (todo-find-archive): Check whether there are any archives.
5946 Replace unnecessary setq by let-binding.
5947 (todo-archive-done-item): Use find-file-noselect to get the
5948 archive buffer whether or not the archive already exists.
5949 Remove superfluous code. Use file size instead of buffer-file-name to
5950 check if the archive is new; if it is, update list of archives.
5951 (todo-default-todo-file): Allow nil to be a valid value for when
5952 there are no todo files.
5953 (todo-reevaluate-default-file-defcustom): Use corrected definition
5954 of todo-default-todo-file.
5955 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5956 (todo-delete-category, todo-show-categories-table)
5957 (todo-category-number): Clarify comment.
5958 (todo-filter-items): Clarify documentation string.
5959 (todo-show-current-file, todo-display-as-todo-file)
5960 (todo-reset-and-enable-done-separator): Tweak documentation string.
5961 (todo-done-separator): Make separator length window-width, since
5962 bug#2749 is now fixed.
5963
5964 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
5965
5966 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5967 Support both "gvfs-monitor-dir" and "inotifywait".
5968 (tramp-sh-file-inotifywait-process-filter): Rename from
5969 `tramp-sh-file-notify-process-filter'.
5970 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5971 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5972
5973 2013-07-05 Leo Liu <sdl.web@gmail.com>
5974
5975 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5976
5977 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5978
5979 * frame.el (display-pixel-height, display-pixel-width)
5980 (display-mm-height, display-mm-width): Mention behavior on
5981 multi-monitor setups in docstrings.
5982 (w32-display-monitor-attributes-list): Declare function.
5983 (display-monitor-attributes-list): Use it.
5984
5985 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
5986
5987 * filenotify.el: New package.
5988
5989 * autorevert.el (top): Require filenotify.el.
5990 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5991 instead.
5992 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5993 (auto-revert-notify-handler): Use `file-notify-*' functions.
5994
5995 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5996
5997 * net/tramp.el (tramp-file-name-for-operation):
5998 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5999
6000 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
6001 for `file-notify-add-watch' and `file-notify-rm-watch'.
6002 (tramp-process-sentinel): Improve trace.
6003 (tramp-sh-handle-file-notify-add-watch)
6004 (tramp-sh-file-notify-process-filter)
6005 (tramp-sh-handle-file-notify-rm-watch)
6006 (tramp-get-remote-inotifywait): New defuns.
6007
6008 2013-07-03 Juri Linkov <juri@jurta.org>
6009
6010 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
6011 call of `occur-read-primary-args' to interactive spec.
6012
6013 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
6014 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
6015
6016 2013-07-03 Matthias Meulien <orontee@gmail.com>
6017
6018 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
6019 `Buffer-menu-multi-occur'. Add it to the menu.
6020 (Buffer-menu-mode): Document it in docstring.
6021 (Buffer-menu-multi-occur): New command. (Bug#14673)
6022
6023 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6024
6025 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6026 keywords and built-ins.
6027
6028 2013-07-03 Glenn Morris <rgm@gnu.org>
6029
6030 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
6031
6032 Make info-xref checks case-sensitive by default
6033 * info.el (Info-find-node, Info-find-in-tag-table)
6034 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
6035 Add option for exact case matching of nodes.
6036 * info-xref.el (info-xref): New custom group.
6037 (info-xref-case-fold): New option.
6038 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
6039
6040 2013-07-03 Leo Liu <sdl.web@gmail.com>
6041
6042 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
6043
6044 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6045
6046 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
6047 middle of block statement initially, lower the depth. Remove
6048 FIXME comment, not longer valid. Remove middle of block statement
6049 detection, no need to do that anymore since we've been using
6050 `ruby-parse-region' here.
6051
6052 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
6053
6054 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
6055
6056 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
6057
6058 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
6059
6060 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
6061
6062 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
6063 (desktop-restore-in-current-display): New customization option.
6064 (desktop--excluded-frame-parameters): Add `font'.
6065 (desktop--save-frames): Rename from desktop--save-windows.
6066 (desktop--restore-in-this-display-p): New function.
6067 (desktop--make-full-frame): Remove unwanted width/height from
6068 full(width|height) frames.
6069 (desktop--restore-frames): Rename from desktop--restore-windows.
6070 Obey desktop-restore-current-display. Do not delete old frames or
6071 select a new frame unless we were able to restore at least one frame.
6072
6073 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
6074
6075 * files.el (find-file-noselect): Simplify conditional expression.
6076
6077 * remember.el (remember-append-to-file):
6078 Don't mix `find-buffer-visiting' and `get-file-buffer'.
6079
6080 Add `remember-notes' function to store random notes across Emacs
6081 restarts.
6082 * remember.el (remember-data-file): Add :set callback to affect
6083 notes buffer (if any).
6084 (remember-notes): New command.
6085 (remember-notes-buffer-name, bury-remember-notes-on-kill):
6086 New defcustoms for the `remember-notes' function.
6087 (remember-notes-save-and-bury-buffer): New command.
6088 (remember-notes-mode-map): New variable.
6089 (remember-mode): New minor mode.
6090 (remember-notes--kill-buffer-query): New function.
6091 * startup.el (initial-buffer-choice): Add notes to custom type.
6092
6093 2013-06-30 Eli Zaretskii <eliz@gnu.org>
6094
6095 * bindings.el (right-char, left-char): Don't call sit-for, this is
6096 no longer needed. Use arithmetic comparison only for numerical
6097 arguments.
6098
6099 * international/mule-cmds.el (select-safe-coding-system):
6100 Handle the case of FROM being a string correctly. (Bug#14755)
6101
6102 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6103
6104 * net/shr.el (shr-make-table-1): Add a sanity check that allows
6105 progression on degenerate tables.
6106 (shr-rescale-image): ImageMagick animated images currently don't work.
6107
6108 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
6109
6110 Some fixes and improvements for desktop frame restoration.
6111 It is still experimental and disabled by default.
6112 * desktop.el (desktop--save-windows): Put the selected frame at
6113 the head of the list.
6114 (desktop--make-full-frame): New function.
6115 (desktop--restore-windows): Try to re-select the frame that was
6116 selected upon saving. Do not abort if some frames fail to restore,
6117 just show an error message and continue. Set up maximized frames
6118 so they have default non-maximized dimensions.
6119
6120 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
6121
6122 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6123 Don't start heredoc inside a string or comment.
6124
6125 2013-06-29 Eli Zaretskii <eliz@gnu.org>
6126
6127 * bindings.el (visual-order-cursor-movement): New defcustom.
6128 (right-char, left-char): Provide visual-order cursor motion by
6129 calling move-point-visually. Update the doc strings.
6130
6131 2013-06-28 Kenichi Handa <handa@gnu.org>
6132
6133 * international/mule.el (define-coding-system): New coding system
6134 properties :inhibit-null-byte-detection,
6135 :inhibit-iso-escape-detection, and :prefer-utf-8.
6136 (set-buffer-file-coding-system): If :charset-list property of
6137 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
6138 appropriate for setting.
6139
6140 * international/mule-cmds.el (select-safe-coding-system):
6141 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
6142 multibyte characters, return utf-8 (or one of its siblings).
6143
6144 * international/mule-conf.el (prefer-utf-8): New coding system.
6145 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
6146 files.
6147
6148 2013-06-28 Ivan Kanis <ivan@kanis.fr>
6149
6150 * net/shr.el (shr-render-region): New function.
6151
6152 * net/eww.el: Autoload `eww-browse-url'.
6153
6154 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
6155
6156 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6157 Adapt to `package-desc-version' being a list.
6158 Use `package--ac-desc-version' to retrieve version from a package
6159 archive element.
6160
6161 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
6162
6163 New experimental feature to save&restore window and frame setup.
6164 * desktop.el (desktop-save-windows): New defcustom.
6165 (desktop--saved-states): New var.
6166 (desktop--excluded-frame-parameters): New defconst.
6167 (desktop--filter-frame-parms, desktop--find-frame-in-display)
6168 (desktop--restore-windows, desktop--save-windows): New functions.
6169 (desktop-save): Call `desktop--save-windows'.
6170 (desktop-read): Call `desktop--restore-windows'.
6171
6172 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6173
6174 * net/shr.el (add-face-text-property): Remove compat definition.
6175
6176 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6177
6178 * info.el (Info-try-follow-nearest-node): Move search for footnote
6179 above search for node name to prevent missing a footnote (bug#14717).
6180
6181 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6182
6183 * obsolete/otodo-mode.el: Add obsolescence info to file header.
6184
6185 2013-06-27 Leo Liu <sdl.web@gmail.com>
6186
6187 * net/eww.el (eww-read-bookmarks): Check file size.
6188
6189 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6190
6191 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
6192 advice--pending if newdef is nil or an autoload (bug#13820).
6193 (advice-mapc): New function.
6194
6195 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6196
6197 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
6198 probably.
6199 (eww-mode-map): Add a menu bar.
6200 (eww-add-bookmark): New command.
6201 (eww-bookmark-mode): New mode and commands.
6202 (eww-add-bookmark): Remove newlines from the title.
6203 (eww-bookmark-browse): Don't bug out if it's the only window.
6204
6205 2013-06-26 Glenn Morris <rgm@gnu.org>
6206
6207 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
6208 (hfy-size): Handle ttys. (Bug#14668)
6209
6210 * info-xref.el: Update for Texinfo 5 change in *note format.
6211 (info-xref-node-re, info-xref-note-re): New constants.
6212 (info-xref-check-buffer): Use info-xref-note-re.
6213
6214 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
6217
6218 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
6219 nil terminate the loop (bug#14718).
6220
6221 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6222
6223 * net/eww.el: Rework history traversal. When going forward/back,
6224 put these actions into the history, too, so that they can be
6225 replayed.
6226 (eww-render): Move the history reset to the correct buffer.
6227
6228 2013-06-25 Juri Linkov <juri@jurta.org>
6229
6230 * files-x.el (modify-dir-local-variable): Change the header comment
6231 in the file with directory local variables. (Bug#14692)
6232
6233 * files-x.el (read-file-local-variable-value): Add `default'.
6234 (Bug#14710)
6235
6236 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6237
6238 * net/eww.el (eww-make-unique-file-name): Create a unique file
6239 name before saving to entering `y' accidentally asynchronously.
6240
6241 2013-06-25 Ivan Kanis <ivan@kanis.fr>
6242
6243 * net/eww.el (eww-download): New command and keystroke.
6244
6245 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6246
6247 * net/eww.el (eww-copy-page-url): Change name of command.
6248
6249 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6250 be more consistent with Info and dired.
6251
6252 * net/eww.el (eww-mode-map): Ditto.
6253
6254 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
6257 packages from archives.
6258 (package-archive-contents): Change format; include obsolete packages.
6259 (package-desc): Use `dir' to mark builtin packages.
6260 (package--from-builtin): Set the `dir' field to `builtin'.
6261 (generated-autoload-file, version-control): Declare.
6262 (package-compute-transaction): Change first arg and return value to be
6263 lists of package-descs. Adjust to new package-archive-contents format.
6264 (package--add-to-archive-contents): Adjust to new
6265 package-archive-contents format.
6266 (package-download-transaction): Arg is now a list of package-descs.
6267 (package-install): If `pkg' is a package name, pass it as
6268 a requirement, so it is subject to the usual (e.g. disabled) checks.
6269 (describe-package): Accept package-desc as well.
6270 (describe-package-1): Describe a specific package-desc. Add links to
6271 other package-descs for the same package name.
6272 (package-menu-describe-package): Pass the actual package-desc.
6273 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6274 works correctly.
6275 (package-desc-status): New function.
6276 (package-menu--refresh): New function, extracted
6277 from package-menu--generate.
6278 (package-menu--generate): Use it.
6279 (package-delete): Update package-alist.
6280 (package-menu-execute): Don't call package-initialize.
6281
6282 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6283 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6284 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6285 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6286 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6287 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6288
6289 2013-06-25 Martin Rudalics <rudalics@gmx.at>
6290
6291 * window.el (window--state-get-1): Workaround for bug#14527.
6292 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6293
6294 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6295
6296 * net/eww.el (eww-back-url): Implement the history by stashing all
6297 the data into a list.
6298 (eww-forward-url): Allow going forward in the history, too.
6299
6300 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6303 for values and use read--expression for expressions (bug#14710).
6304 (read-file-local-variable): Avoid setq.
6305 (read-file-local-variable-mode): Use minor-mode-list.
6306
6307 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6308
6309 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6310 for DOI URLs.
6311
6312 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6313
6314 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6315 Update imenu-support when dialect changes.
6316
6317 2013-06-25 Leo Liu <sdl.web@gmail.com>
6318
6319 * ido.el (ido-read-internal): Allow forward slash on windows.
6320
6321 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6322
6323 * net/eww.el (eww): Start of strings is \\`, not ^.
6324
6325 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6326
6327 * net/shr.el (shr-browse-url): Fix interactive spec.
6328
6329 * net/eww.el (eww): Add a trailing slash to domain names.
6330
6331 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6334
6335 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6336
6337 * net/shr.el (shr-browse-url): Use an external browser if given a
6338 prefix.
6339
6340 * net/eww.el (eww-external-browser): Move to shr.
6341
6342 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6343
6344 * net/eww.el (eww): Work more correctly for file: URLs.
6345 (eww-detect-charset): Allow quoted charsets.
6346 (eww-yank-page-url): New command and keystroke.
6347
6348 2013-06-24 Daiki Ueno <ueno@gnu.org>
6349
6350 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6351 file name of gpg executable.
6352 (epg-context-program): New function.
6353 (epg-context-home-directory): New function.
6354 (epg-context-set-program): New function.
6355 (epg-context-set-home-directory): New function.
6356 (epg--start): Use `epg-context-program' instead of
6357 'epg-gpg-program'.
6358 (epg--list-keys-1): Likewise.
6359
6360 2013-06-24 Leo Liu <sdl.web@gmail.com>
6361
6362 * ido.el (ido-read-internal): Fix bug#14620.
6363
6364 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6365
6366 * faces.el (face-documentation): Simplify.
6367 (read-face-attribute, tty-find-type, x-resolve-font-name):
6368 Use `string-match-p'.
6369 (list-faces-display): Use `string-match-p'. Simplify.
6370 (face-spec-recalc): Check face to avoid face alias loops.
6371 (read-color): Use `string-match-p' and non-capturing parenthesis.
6372
6373 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6374
6375 * net/shr.el (shr-rescale-image): Use the new
6376 :max-width/:max-height functionality.
6377
6378 2013-06-23 Ivan Kanis <ivan@kanis.fr>
6379
6380 * net/eww.el (eww-search-prefix): New variable.
6381 (eww): Use it.
6382 (eww-external-browser): New variable.
6383 (eww-mode-map): New keystroke.
6384 (eww-browse-with-external-browser): New command.
6385
6386 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6387
6388 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6389
6390 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6391 Don't skip aligning the next header field when padding is 0;
6392 otherwise, field width is not respected unless the title is as
6393 wide as the field.
6394
6395 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * emacs-lisp/package.el (package-el-version): Remove.
6398 (package-process-define-package): Fix inf-loop.
6399 (package-install): Allow symbols as arguments again.
6400
6401 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6402
6403 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6404 add some more keyword-like methods.
6405 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6406
6407 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
6408
6409 * bs.el (bs-buffer-show-mark): Make defvar-local.
6410 (bs-mode): Use setq-local.
6411
6412 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6413 (emacs-lock--try-unlocking): Make defvar-local.
6414
6415 2013-06-22 Glenn Morris <rgm@gnu.org>
6416
6417 * play/cookie1.el (cookie-apropos): Minor simplification.
6418
6419 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6420
6421 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6422
6423 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6424 `regexp-opt', it breaks the build during dumping.
6425
6426 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
6427
6428 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6429 Highlight keyword-like methods on Kernel and Module with
6430 font-lock-builtin-face.
6431 (auto-mode-alist): Consolidate different entries into one regexp
6432 and add more *file-s.
6433
6434 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
6435
6436 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6437
6438 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6439 (diary-entry): Use it in the action of this button type instead of
6440 diary-goto-entry.
6441
6442 * calendar/todo-mode.el: New version.
6443 (todo-add-category): Append new category to end of file and give
6444 it the highest number, instead of putting it at the beginning and
6445 giving it 0. Incorporate noninteractive functionality.
6446 (todo-forward-category): Adapt to 1-based category numbering.
6447 Allow skipping over archived categories.
6448 (todo-backward-category): Derive from todo-forward-category.
6449 (todo-backward-item, todo-forward-item): Make noninteractive and
6450 delegate interactive part to new commands. Make sensitive to done items.
6451 (todo-categories): Make value an alist of category names and
6452 vectors of item counts.
6453 (todo-category-beg): Make a defconst.
6454 (todo-category-number): Use 1 instead of 0 as initial value.
6455 (todo-category-select): Make sensitive to overlays, optional item
6456 highlighting and done items.
6457 (todo-delete-item): Make sensitive to overlays and marked and done items.
6458 (todo-edit-item): Make sensitive to overlays and editing of
6459 date/time header optional. Add format checks.
6460 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
6461 no-op if point is not on an item. Advertise using todo-edit-quit.
6462 (todo-edit-mode): Make sensitive to new format, font-locking, and
6463 multiple todo files.
6464 (todo-insert-item, todo-insert-item-here): Derive from
6465 todo-basic-insert-item and extend functionality.
6466 (todo-item-end, todo-item-start): Make sensitive to done items.
6467 (todo-item-string): Don't return text properties. Restore point.
6468 (todo-jump-to-category): Make sensitive to multiple todo files and
6469 todo archives. Use extended category completion.
6470 (todo-lower-item, todo-raise-item): Rename to *-priority and
6471 derive from todo-set-item-priority.
6472 (todo-mode): Derive from special-mode. Make sensitive to new
6473 format, font-locking and multiple todo files. Make read-only.
6474 (todo-mode-map): Don't suppress digit keys, so they can supply
6475 prefix arguments. Add many new key bindings.
6476 (todo-prefix): Insert as an overlay instead of file text.
6477 Change semantics from diary date expression to purely visual mark.
6478 (todo-print): Rename to todo-print-buffer. Make buffer display
6479 features printable. Remove option to restrict number of items
6480 printed. Add option to print to file.
6481 (todo-print-function): Rename to todo-print-buffer-function.
6482 (todo-quit): Extend to handle exiting new todo modes.
6483 (todo-remove-item): Make sensitive to overlays.
6484 (todo-save): Extend to buffers of filtered items.
6485 (todo-show): Make sensitive to done items, multiple todo files and
6486 new todo modes. Offer to convert legacy todo file before creating
6487 first new todo file.
6488 (todo-show-priorities): Rename to todo-top-priorities.
6489 Change semantics of value 0.
6490 (todo-top-priorities): Rename to todo-filter-top-priorities,
6491 derive from todo-filter-items and extend functionality.
6492 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6493 and extend functionality to other types of filtered items.
6494 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6495 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6496 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6497 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6498 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6499 (todo-edit-mode-hook, todo-entry-prefix-function)
6500 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6501 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6502 (todo-initials, todo-insert-threshold, todo-item-string-start)
6503 (todo-line-string, todo-menu, todo-mode-hook)
6504 (todo-more-important-p, todo-previous-answer, todo-previous-line)
6505 (todo-print-priorities, todo-remove-separator)
6506 (todo-save-top-priorities-too, todo-string-count-lines)
6507 (todo-string-multiline-p, todo-time-string-format)
6508 (todo-tmp-buffer-name): Remove.
6509 (todo-add-file, todo-archive-done-item, todo-choose-archive)
6510 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6511 (todo-edit-category-diary-inclusion)
6512 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6513 (todo-edit-file, todo-edit-item-date-day)
6514 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6515 (todo-edit-item-date-month, todo-edit-item-date-to-today)
6516 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6517 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6518 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6519 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6520 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6521 (todo-filter-top-priorities-multifile, todo-find-archive)
6522 (todo-find-filtered-items-file, todo-go-to-source-item)
6523 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6524 (todo-jump-to-archive-category, todo-lower-category)
6525 (todo-mark-category, todo-marked-item-p, todo-merge-category)
6526 (todo-move-category, todo-move-item, todo-next-button)
6527 (todo-next-item, todo-padded-string, todo-powerset)
6528 (todo-previous-button, todo-previous-item)
6529 (todo-print-buffer-to-file, todo-raise-category)
6530 (todo-rename-category, todo-repair-categories-sexp, todo-search)
6531 (todo-set-category-number, todo-set-item-priority)
6532 (todo-set-top-priorities-in-category)
6533 (todo-set-top-priorities-in-file, todo-show-categories-table)
6534 (todo-sort-categories-alphabetically-or-numerically)
6535 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6536 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6537 (todo-toggle-item-header, todo-toggle-item-highlighting)
6538 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6539 (todo-toggle-view-done-items, todo-toggle-view-done-only)
6540 (todo-unarchive-items, todo-unmark-category): New commands.
6541 (todo-absolute-file-name, todo-add-to-buffer-list)
6542 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6543 (todo-basic-insert-item, todo-category-completions)
6544 (todo-category-number, todo-category-string-matcher-1)
6545 (todo-category-string-matcher-2, todo-check-filtered-items-file)
6546 (todo-check-format, todo-clear-matches)
6547 (todo-comment-string-matcher, todo-convert-legacy-date-time)
6548 (todo-current-category, todo-date-string-matcher)
6549 (todo-define-insertion-command, todo-diary-expired-matcher)
6550 (todo-diary-goto-entry, todo-diary-item-p)
6551 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6552 (todo-display-categories, todo-display-sorted, todo-done-item-p)
6553 (todo-done-item-section-p, todo-done-separator)
6554 (todo-done-string-matcher, todo-files, todo-filter-items)
6555 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6556 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6557 (todo-insert-category-line, todo-insert-item-from-calendar)
6558 (todo-insert-sort-button, todo-insert-with-overlays)
6559 (todo-insertion-command-name, todo-insertion-key-bindings)
6560 (todo-label-to-key, todo-longest-category-name-length)
6561 (todo-make-categories-list, todo-mode-external-set)
6562 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6563 (todo-modes-set-3, todo-multiple-filter-files)
6564 (todo-nondiary-marker-matcher, todo-prefix-overlays)
6565 (todo-read-category, todo-read-date, todo-read-dayname)
6566 (todo-read-file-name, todo-read-time)
6567 (todo-reevaluate-category-completions-files-defcustom)
6568 (todo-reevaluate-default-file-defcustom)
6569 (todo-reevaluate-filelist-defcustoms)
6570 (todo-reevaluate-filter-files-defcustom)
6571 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6572 (todo-reset-done-separator, todo-reset-done-separator-string)
6573 (todo-reset-done-string, todo-reset-global-current-todo-file)
6574 (todo-reset-highlight-item, todo-reset-nondiary-marker)
6575 (todo-reset-prefix, todo-set-categories)
6576 (todo-set-date-from-calendar, todo-set-show-current-file)
6577 (todo-set-top-priorities, todo-short-file-name)
6578 (todo-show-current-file, todo-sort, todo-time-string-matcher)
6579 (todo-total-item-counts, todo-update-buffer-list)
6580 (todo-update-categories-display, todo-update-categories-sexp)
6581 (todo-update-count, todo-validate-name, todo-y-or-n-p):
6582 New functions.
6583 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6584 New major modes.
6585 (todo-categories, todo-display, todo-edit, todo-faces)
6586 (todo-filtered): New defgroups.
6587 (todo-archived-only, todo-button, todo-category-string, todo-date)
6588 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6589 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6590 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6591 (todo-add-item-if-new-category, todo-always-add-time-string)
6592 (todo-categories-align, todo-categories-archived-label)
6593 (todo-categories-category-label, todo-categories-diary-label)
6594 (todo-categories-done-label, todo-categories-number-separator)
6595 (todo-categories-todo-label, todo-categories-totals-label)
6596 (todo-category-completions-files, todo-completion-ignore-case)
6597 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6598 (todo-done-separator-string, todo-done-string)
6599 (todo-files-function, todo-filter-done-items, todo-filter-files)
6600 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6601 (todo-initial-category, todo-initial-file, todo-item-mark)
6602 (todo-legacy-date-time-regexp, todo-mode-line-function)
6603 (todo-nondiary-marker, todo-number-prefix)
6604 (todo-print-buffer-function, todo-show-current-file)
6605 (todo-show-done-only, todo-show-first, todo-show-with-done)
6606 (todo-skip-archived-categories, todo-top-priorities-overrides)
6607 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6608 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6609 New defcustoms.
6610 (todo-category-done, todo-date-pattern, todo-date-string-start)
6611 (todo-diary-items-buffer, todo-done-string-start)
6612 (todo-filtered-items-buffer, todo-item-start)
6613 (todo-month-abbrev-array, todo-month-name-array)
6614 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6615 (todo-top-priorities-buffer): New defconsts.
6616 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6617 (todo-categories-with-marks, todo-category-string-face)
6618 (todo-comment-face, todo-comment-string, todo-current-todo-file)
6619 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6620 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6621 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6622 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6623 (todo-font-lock-keywords, todo-global-current-todo-file)
6624 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6625 (todo-insertion-commands-args)
6626 (todo-insertion-commands-args-genlist)
6627 (todo-insertion-commands-names, todo-insertion-map)
6628 (todo-key-bindings-t, todo-key-bindings-t+a)
6629 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6630 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6631 (todo-nondiary-face, todo-print-buffer, todo-time-face)
6632 (todo-visited): New variables.
6633
6634 2013-06-21 Glenn Morris <rgm@gnu.org>
6635
6636 * play/cookie1.el (cookie-apropos): Add optional display argument.
6637 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6638 (psychoanalyze-pinhead): Use cookie-doctor.
6639
6640 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6641
6642 * emacs-lisp/package.el (tar-get-file-descriptor)
6643 (tar--extract): Declare.
6644
6645 2013-06-21 Eduard Wiebe <usenet@pusto.de>
6646
6647 Extend flymake's warning predicate to be a function (bug#14217).
6648 * progmodes/flymake.el (flymake-warning-predicate): New.
6649 (flymake-parse-line): Use it.
6650 (flymake-warning-re): Make obsolete alias to
6651 `flymake-warning-predicate'.
6652
6653 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6656 (package-obsolete-list): Remove.
6657 (package-activate): Remove min-version argument. Add `force' argument.
6658 Adjust to new package-alist format.
6659 (package-mark-obsolete): Remove.
6660 (package-unpack): Force reload of the package's autoloads.
6661 (package-installed-p): Check builtins if the installed package is not
6662 recent enough.
6663 (package-initialize): Don't reset package-obsolete-list.
6664 Don't specify which package version to activate.
6665 (package-process-define-package, describe-package-1)
6666 (package-menu--generate): Adjust to new package-alist format.
6667
6668 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6669
6670 * allout-widgets.el (allout-widgets-mode-off)
6671 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6672 (allout-widgets-post-command-business)
6673 (allout-widgets-after-copy-or-kill-function)
6674 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6675 (allout-decorate-item-and-context)
6676 (allout-graphics-modification-handler): Fix typos in docstrings.
6677 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6678
6679 * cmuscheme.el (scheme-start-file): Doc fix.
6680 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6681 (scheme-input-filter): Use `string-match-p'.
6682
6683 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6684
6685 * dired-x.el: Use Dired consistently in docstrings.
6686
6687 * dired.el: Use Dired consistently in docstrings.
6688 (dired-readin, dired-mode): Use `setq-local'.
6689 (dired-switches-alist): Make defvar-local.
6690 (dired-buffers-for-dir): Use `zerop'.
6691 (dired-safe-switches-p, dired-switches-escape-p)
6692 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6693 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6694 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6695 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6696 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6697 (dired-toggle-marks, dired-mark-files-containing-regexp)
6698 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6699 (dired-flag-auto-save-files, dired-flag-backup-files):
6700 Use `looking-at-p'.
6701 (dired-mark-files-regexp, dired-build-subdir-alist):
6702 Use `string-match-p', `looking-at-p'.
6703
6704 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6705 (direct-print-region-helper): Use `string-match-p'.
6706
6707 2013-06-21 Leo Liu <sdl.web@gmail.com>
6708
6709 * comint.el (comint-redirect-results-list-from-process):
6710 Fix infinite loop.
6711
6712 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6713
6714 * net/eww.el (eww-update-header-line-format): Quote % characters.
6715
6716 2013-06-21 Glenn Morris <rgm@gnu.org>
6717
6718 * play/cookie1.el (cookie): New custom group.
6719 (cookie-file): New option.
6720 (cookie-check-file): New function.
6721 (cookie): Make it interactive. Make start and end messages optional.
6722 Interactively, display the result. Default to cookie-file.
6723 (cookie-insert): Default to cookie-file.
6724 (cookie-snarf): Make start and end messages optional.
6725 Default to cookie-file. Use with-temp-buffer.
6726 (cookie-read): Rename from read-cookie.
6727 Make start and end messages optional. Default to cookie-file.
6728 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6729 Do not autoload it.
6730 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6731 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6732
6733 2013-06-21 Leo Liu <sdl.web@gmail.com>
6734
6735 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6736
6737 2013-06-21 Glenn Morris <rgm@gnu.org>
6738
6739 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6740
6741 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6742 Daniel Hackney <dan@haxney.org>
6743
6744 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6745 Consolidate the single-file vs tarball code.
6746 (package-desc-suffix): New function.
6747 (package-desc-full-name): Don't bother inlining it.
6748 (package-load-descriptor): Return the new package-desc.
6749 (package-mark-obsolete): Remove unused arg `package'.
6750 (package-unpack): Make it work for single files as well.
6751 Make it update package-alist.
6752 (package--make-autoloads-and-stuff): Rename from
6753 package--make-autoloads-and-compile. Don't compile any more.
6754 (package--compile): New function.
6755 (package-generate-description-file): New function, extracted from
6756 package-unpack-single.
6757 (package-unpack-single): Remove.
6758 (package--with-work-buffer): Add indentation and debugging info.
6759 (package-download-single): Remove.
6760 (package-install-from-archive): Rename from package-download-tar, make
6761 it take a pkg-desc, and make it work for single files as well.
6762 (package-download-transaction): Simplify.
6763 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6764 external tar program.
6765 (package-install-from-buffer): Remove `pkg-desc' argument.
6766 Use package-tar-file-info for tar-mode buffers.
6767 (package-install-file): Simplify accordingly.
6768 (package-archive-base): Change to take a pkg-desc.
6769 * tar-mode.el (tar--check-descriptor): New function, extracted from
6770 tar-get-descriptor.
6771 (tar-get-descriptor): Use it.
6772 (tar-get-file-descriptor): New function.
6773 (tar--extract): New function, extracted from tar-extract.
6774 (tar--extract): Use it.
6775 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6776 case the summary uses non-ascii. Adjust to new calling convention of
6777 package-tar-file-info.
6778
6779 2013-06-21 Leo Liu <sdl.web@gmail.com>
6780
6781 * comint.el (comint-redirect-results-list-from-process):
6782 Fix random delay. (Bug#14681)
6783
6784 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6785
6786 * profiler.el (profiler-format-number): Use log, not log10.
6787
6788 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6789
6790 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6791
6792 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6795 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6796 yet available.
6797 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6798 (AUTOGENEL): ... here.
6799 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6800 (cl--defsubst-expand): Use it.
6801
6802 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6803
6804 * subr.el (log10): Move here from C code, and declare as obsolete.
6805 All uses of (log10 X) replaced with (log X 10).
6806
6807 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6808
6809 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6810 Declare with `defvar-local'.
6811 (tabulated-list-use-header-line, tabulated-list-entries)
6812 (tabulated-list-padding, tabulated-list-printer)
6813 (tabulated-list-sort-key): Declare with `defvar-local'.
6814 (tabulated-list-init-header, tabulated-list-print-fake-header):
6815 Use `setq-local'.
6816
6817 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6818
6819 * arc-mode.el (archive-mode): Add `archive-write-file' to
6820 `write-contents-functions' also for remote files. (Bug#14652)
6821
6822 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6823
6824 * cus-edit.el (custom-commands): Fix typos.
6825 (custom-display): Fix tooltip text.
6826 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6827 Fix typos in docstrings.
6828 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6829 (custom-unlispify-menu-entry, custom-magic-value-create)
6830 (custom-add-see-also, custom-group-value-create): Use ?\s.
6831 (custom-guess-type, customize-apropos, editable-field)
6832 (custom-face-value-create): Use `string-match-p'.
6833 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6834
6835 * custom.el (custom-load-symbol): Use `string-match-p'.
6836
6837 * ansi-color.el: Convert to lexical binding.
6838 (ansi-colors): Fix URL.
6839 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6840 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6841 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6842
6843 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6844
6845 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6846
6847 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6848
6849 2013-06-19 Tom Tromey <tromey@redhat.com>
6850
6851 * net/eww.el (eww-top-url): Remove.
6852 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6853 (eww-render): Set new variables. Don't set eww-top-url.
6854 (eww-handle-link): Handle "prev", "home", and "contents".
6855 Downcase the rel text.
6856 (eww-top-url): Choose best top URL.
6857
6858 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6859
6860 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6861 relying in widget.el. Using widget.el leads to too many
6862 user interface inconsistencies.
6863 (eww-self-insert): Implement entering commands in text fields.
6864 (eww-process-text-input): New function to make text input field editing
6865 work.
6866 (eww-submit): Rewrite to use the new-style form methods.
6867 (eww-select-display): Display the correct selected item.
6868 (eww-change-select): Implement changing the select value.
6869 (eww-toggle-checkbox): Implement radio/checkboxes.
6870 (eww-update-field): Fix compilation error.
6871 (eww-tag-textarea): Implement <textarea>.
6872
6873 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6874 we don't shadow mode-specific bindings.
6875
6876 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6877 nothing to push.
6878
6879 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6880
6881 2013-06-19 Glenn Morris <rgm@gnu.org>
6882
6883 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6884
6885 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6886
6887 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6888 not needed.
6889
6890 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6891
6892 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6893
6894 * net/browse-url.el (browse-url-browser-function):
6895 `eww-browse-url' has the right calling signature, `eww' does not.
6896
6897 2013-06-19 Glenn Morris <rgm@gnu.org>
6898
6899 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6900 Only eval autoloaded macros.
6901 (byte-compile-autoload): Only give the macro warning for macros.
6902
6903 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6904 (ps-underlined-faces): Declare.
6905
6906 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6907 (speedbar-add-supported-extension): Declare.
6908
6909 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6910 Don't include a date stamp in the header of the generated file;
6911 it leads to needless differences between output files.
6912
6913 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6914
6915 * net/secrets.el (secrets-struct-secret-content-type):
6916 Replace check of introspection data by a test call of "CreateItem".
6917 Some servers do not offer introspection.
6918
6919 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * electric.el (electric-pair-mode): Improve interaction with
6922 electric-layout-mode.
6923 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6924 (electric-pair-syntax): Use text-mode-syntax-table in comments
6925 and strings.
6926 (electric-pair--insert): New function.
6927 (electric-pair-post-self-insert-function): Use it and
6928 electric--after-char-pos.
6929
6930 2013-06-19 Leo Liu <sdl.web@gmail.com>
6931
6932 * progmodes/octave.el (octave-help): Fix regexp.
6933
6934 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6935
6936 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6937 (shr-table-horizontal-line): Allow nil as a value, and change the
6938 default.
6939 (shr-insert-table-ruler): Respect the nil value.
6940
6941 2013-06-18 Tom Tromey <tromey@barimba>
6942
6943 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6944 New defvars.
6945 (eww-open-file): New defun.
6946 (eww-render): Initialize new variables.
6947 (eww-display-html): Handle "link" and "a".
6948 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6949 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6950 (eww-back-url): Rename from eww-previous-url.
6951 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6952 New defuns.
6953
6954 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6955
6956 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6957 Distinguish ternary operator tokens from slash symbol and slash
6958 char literal.
6959
6960 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6961
6962 Convert symbol prettification into minor mode and global minor mode.
6963
6964 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6965 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6966 (prettify-symbols--keywords): Rename from
6967 `prog-prettify-symbols-alist' and make a local defvar.
6968 (prettify-symbols--compose-symbol): Rename from
6969 `prog--prettify-font-lock-compose-symbol'.
6970 (prettify-symbols--make-keywords): Rename from
6971 `prog-prettify-font-lock-symbols-keywords' and simplify.
6972 (prog-prettify-install): Remove.
6973 (prettify-symbols-mode): New minor mode, based on
6974 `prog-prettify-install'.
6975 (turn-on-prettify-symbols-mode): New function.
6976 (global-prettify-symbols-mode): New globalized minor mode.
6977
6978 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6979 * progmodes/cfengine.el (cfengine3-mode):
6980 * progmodes/perl-mode.el (perl-mode): Don't call
6981 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6982
6983 2013-06-18 Juri Linkov <juri@jurta.org>
6984
6985 * files-x.el (modify-file-local-variable-message): New function.
6986 (modify-file-local-variable)
6987 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6988 and call `modify-file-local-variable-message' when it's non-nil.
6989 (add-file-local-variable, delete-file-local-variable)
6990 (add-file-local-variable-prop-line)
6991 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6992 and use it. (Bug#9820)
6993
6994 2013-06-18 Juri Linkov <juri@jurta.org>
6995
6996 * emulation/vi.el (vi-shell-op):
6997 * emulation/vip.el (vip-execute-com, ex-command):
6998 * emulation/viper-cmd.el (viper-exec-bang):
6999 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
7000 the call of `shell-command-on-region'. (Bug#14637)
7001
7002 * simple.el (shell-command-on-region): Doc fix.
7003
7004 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
7007 (bug#14633).
7008
7009 2013-06-18 Glenn Morris <rgm@gnu.org>
7010
7011 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
7012
7013 * newcomment.el (comment-search-forward, comment-search-backward):
7014 Doc fix. (Bug#14376)
7015
7016 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
7017
7018 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
7019 (buffer-face-mode-invoke): Doc fix.
7020
7021 2013-06-18 Matthias Meulien <orontee@gmail.com>
7022
7023 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
7024 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
7025
7026 2013-06-18 Glenn Morris <rgm@gnu.org>
7027
7028 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
7029 Replace obsolete function generic-make-keywords with its expansion.
7030
7031 * progmodes/python.el (ffap-alist): Declare.
7032
7033 * textmodes/reftex.el (bibtex-mode-map): Declare.
7034
7035 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
7038 (package-unpack, package-unpack-single): Return the pkg-dir.
7039 (package-download-transaction): Use it to update package-alist.
7040
7041 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7042
7043 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
7044 possible choice.
7045
7046 2013-06-17 Juri Linkov <juri@jurta.org>
7047
7048 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
7049
7050 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7051
7052 * emacs-lisp/package.el (package-load-descriptor):
7053 Remove `with-syntax-table' call, `read' doesn't need it.
7054 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
7055
7056 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7057
7058 * startup.el (command-line): Expand package name returned by
7059 `package--description-file' (bug#14639).
7060
7061 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7062
7063 * emacs-lisp/package.el (package-load-descriptor): Do not call
7064 `emacs-lisp-mode', just use its syntax table.
7065
7066 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7067
7068 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
7069 `font-lock-extra-managed-props' if any prettifying keyword is added.
7070 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
7071 (prog-mode): Use `setq-local'.
7072
7073 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * international/characters.el (standard-case-table): Set syntax of ?»
7076 and ?« to punctuation.
7077
7078 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
7079
7080 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
7081 Save relevant match data before calling `syntax-ppss' (bug#14595).
7082
7083 2013-06-15 Juri Linkov <juri@jurta.org>
7084
7085 * files-x.el (modify-file-local-variable-prop-line): Add local
7086 variables to the end of the existing comment on the first line.
7087 Use `file-auto-mode-skip' to skip interpreter magic line,
7088 and also skip XML declaration.
7089
7090 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7091
7092 * startup.el (package--builtin-versions): New var.
7093 (package-subdirectory-regexp): Remove.
7094 (package--description-file): Hard code its value instead.
7095
7096 * emacs-lisp/package.el: Don't activate packages older than builtin.
7097 (package-obsolete-list): Rename from package-obsolete-alist, and make
7098 it into a simple list of package-desc.
7099 (package-strip-version): Remove.
7100 (package-built-in-p): Use package--builtin-versions.
7101 (package-mark-obsolete): Simplify.
7102 (package-process-define-package): Mark it obsolete if older than the
7103 builtin version.
7104 (package-handle-response): Use line-end-position.
7105 (package-read-archive-contents, package--download-one-archive):
7106 Simplify.
7107 (package--add-to-archive-contents): Skip if older than the builtin or
7108 installed version.
7109 (package-menu-describe-package): Fix last change.
7110 (package-list-unversioned): New var.
7111 (package-menu--generate): Use it.
7112
7113 * emacs-lisp/autoload.el: Manage package--builtin-versions.
7114 (autoload--insert-text, autoload--insert-cookie-text): New functions.
7115 (autoload-builtin-package-versions): New variable.
7116 (autoload-generate-file-autoloads): Use them.
7117 Remove the list of autoloaded functions/macros from the
7118 (autoload...) comments.
7119
7120 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
7121
7122 2013-06-15 Eli Zaretskii <eliz@gnu.org>
7123
7124 * simple.el (line-move-partial): Don't jump to the next screen
7125 line as soon as it becomes visible. Instead, continue enlarging
7126 the vscroll until the portion of a tall screen line that's left on
7127 display is about the height of the frame's default font.
7128 (Bug#14567)
7129
7130 2013-06-15 Glenn Morris <rgm@gnu.org>
7131
7132 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
7133 compilation-error-regexp-alist void, or local while let-bound.
7134
7135 * progmodes/make-mode.el (makefile-mode-syntax-table):
7136 Treat "=" as punctuation. (Bug#14614)
7137
7138 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
7139
7140 * help-fns.el (describe-variable):
7141 Add extra line for permanent-local variables.
7142
7143 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
7144
7145 * progmodes/scheme.el (scheme-font-lock-keywords-2):
7146 Add export, import, library. (Bug#9164)
7147 (library): Set indent function.
7148
7149 2013-06-14 Glenn Morris <rgm@gnu.org>
7150
7151 * term/xterm.el (xterm--query):
7152 Stop after first matching handler. (Bug#14615)
7153
7154 2013-06-14 Ivan Kanis <ivan@kanis.fr>
7155
7156 Add support for dired in saveplace.
7157 * dired.el (dired-initial-position-hook): New variable.
7158 (dired-initial-position): Call hook to place cursor position.
7159 * saveplace.el (save-place-to-alist): Add dired position.
7160 (save-place-dired-hook): New function.
7161
7162 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
7165 through a symbol rather than letrec.
7166
7167 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
7168 (package-desc): Add `dir' field.
7169 (package-desc-full-name): New function.
7170 (package-load-descriptor): Combine the two arguments. Don't use `load'.
7171 (package-maybe-load-descriptor): Remove.
7172 (package-load-all-descriptors): Just call package-load-descriptor.
7173 (package--disabled-p): New function.
7174 (package-desc-vers, package-desc-doc): Remove aliases.
7175 (package--dir): Remove function.
7176 (package-activate): Check if a package is disabled.
7177 (package-process-define-package): New function, extracted from
7178 define-package.
7179 (define-package): Turn into a place holder.
7180 (package-unpack-single, package-tar-file-info):
7181 Use package--description-file.
7182 (package-compute-transaction): Use package--disabled-p.
7183 (package-download-transaction): Don't call
7184 package-maybe-load-descriptor since they're all loaded anyway.
7185 (package-install): Change argument to be a pkg-desc.
7186 (package-delete): Use a single pkg-desc argument.
7187 (describe-package-1): Use package-desc-dir instead of package--dir.
7188 Use package-desc property instead of package-symbol.
7189 (package-install-button-action): Adjust accordingly.
7190 (package--push): Rewrite.
7191 (package-menu--print-info): Adjust accordingly. Change the ID format
7192 to be a pkg-desc.
7193 (package-menu-describe-package, package-menu-get-status)
7194 (package-menu--find-upgrades, package-menu-mark-upgrades)
7195 (package-menu-execute, package-menu--name-predicate):
7196 Adjust accordingly.
7197 * startup.el (package--description-file): New function.
7198 (command-line): Use it.
7199 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7200 Use package-desc-version.
7201
7202 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
7203 (byte-compile-preprocess): Use it.
7204 (byte-compile-file-form-defalias): Try a bit harder to use macros we
7205 can't quite recognize.
7206 (byte-compile-add-to-list): Remove.
7207 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
7208 (cconv-closure-convert): Add assertion.
7209
7210 * emacs-lisp/map-ynp.el: Use lexical-binding.
7211 (map-y-or-n-p): Remove unused vars `tail' and `object'.
7212 Factor out some repeated code.
7213
7214 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * subr.el (with-eval-after-load): New macro.
7217 (eval-after-load): Allow form to be a function.
7218 take advantage of lexical-binding.
7219 (do-after-load-evaluation): Use dolist and adjust to new format.
7220 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
7221
7222 2013-06-13 Juri Linkov <juri@jurta.org>
7223
7224 * replace.el (perform-replace): Display "symbol " and other search
7225 modes from `isearch-message-prefix' in the *Help* buffer.
7226
7227 * isearch.el (isearch-query-replace): Add " symbol" and other
7228 possible search modes from `isearch-message-prefix' to the prompt.
7229 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7230 when reading a regexp to collect.
7231
7232 2013-06-13 Juri Linkov <juri@jurta.org>
7233
7234 * isearch.el (word-search-regexp): Match whitespace if the search
7235 string begins or ends in whitespace. The LAX arg is applied to
7236 both ends of the search string. Use `regexp-quote' and explicit
7237 \< and \> instead of \b. Use \` and \' instead of ^ and $.
7238 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7239 boundaries are replaced with symbol boundaries, and characters
7240 between symbols match non-word non-symbol syntax. (Bug#14602)
7241
7242 2013-06-13 Juri Linkov <juri@jurta.org>
7243
7244 * isearch.el (isearch-del-char): Don't exceed the length of
7245 `isearch-string' by the prefix arg. (Bug#14563)
7246
7247 2013-06-13 Juri Linkov <juri@jurta.org>
7248
7249 * isearch.el (isearch-yank-word, isearch-yank-line)
7250 (isearch-char-by-name, isearch-quote-char)
7251 (isearch-printing-char, isearch-process-search-char):
7252 Add optional count prefix arg. (Bug#14563)
7253
7254 * international/isearch-x.el
7255 (isearch-process-search-multibyte-characters):
7256 Add optional count prefix arg.
7257
7258 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7261 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7262 lexical-binding.
7263
7264 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
7265
7266 * subr.el (set-temporary-overlay-map): Add on-exit argument.
7267
7268 2013-06-13 Glenn Morris <rgm@gnu.org>
7269
7270 * startup.el (tty-handle-args):
7271 Don't just discard "--" and anything after. (Bug#14608)
7272
7273 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7274
7275 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
7276
7277 Implement changes in Secret Service API. Make it backward compatible.
7278 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7279 (secrets-create-item): Use it. Prefix properties with interface.
7280
7281 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
7282
7283 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
7284 (term-emulate-terminal): Respect term-suppress-hard-newline.
7285
7286 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
7287
7288 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7289 Only remove a `thumb-file' overlay. (Bug#14548)
7290
7291 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
7292
7293 * mail/reporter.el (reporter-submit-bug-report):
7294 Handle missing package-name. (Bug#14600)
7295
7296 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7297
7298 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7299 (reftex-citation-prompt, reftex-default-bibliography)
7300 (reftex-bib-or-thebib, reftex-get-bibfile-list)
7301 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7302 (reftex-bib-sort-author, reftex-bib-sort-year)
7303 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7304 (reftex-extract-bib-entries-from-thebibliography)
7305 (reftex-get-bibkey-default, reftex-get-bib-names)
7306 (reftex-parse-bibtex-entry, reftex-get-bib-field)
7307 (reftex-format-bib-entry, reftex-parse-bibitem)
7308 (reftex-format-bibitem, reftex-do-citation)
7309 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7310 (reftex-restrict-bib-matches, reftex-extract-bib-file)
7311 (reftex-insert-bib-matches, reftex-format-citation)
7312 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7313 (reftex-create-bibtex-file): Add docstrings, mostly by converting
7314 existing comments into docstrings.
7315
7316 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7317
7318 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7319
7320 2013-06-12 Andreas Schwab <schwab@suse.de>
7321
7322 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7323 for auto-save files.
7324
7325 2013-06-12 Glenn Morris <rgm@gnu.org>
7326
7327 * ido.el (ido-delete-ignored-files): Remove.
7328 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7329 Go back to calling ido-ignore-item-p directly.
7330
7331 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
7332
7333 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7334
7335 * ido.el (ido-delete-ignored-files): New function,
7336 split from ido-make-file-list-1.
7337 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
7338 (ido-make-file-list-1): Use ido-delete-ignored-files.
7339
7340 2013-06-12 Leo Liu <sdl.web@gmail.com>
7341
7342 * progmodes/octave.el (inferior-octave-startup)
7343 (inferior-octave-completion-table)
7344 (inferior-octave-track-window-width-change)
7345 (octave-eldoc-function-signatures, octave-help)
7346 (octave-find-definition): Use single quoted strings.
7347 (inferior-octave-startup-args): Change default value.
7348 (inferior-octave-startup): Do not hard code "-i" and
7349 "--no-line-editing".
7350 (inferior-octave-resync-dirs): Add optional arg NOERROR.
7351 (inferior-octave-directory-tracker): Use it.
7352 (octave-goto-function-definition): Robustify.
7353 (octave-help): Support highlighting operators in 'See also'.
7354 (octave-find-definition): Find subfunctions only in Octave mode.
7355
7356 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * help-fns.el (help-fns--compiler-macro): If the handler function is
7359 named, then put a link to it.
7360 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7361 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7362 (cl-typep): Use it.
7363 (cl-eval-when): Simplify debug spec.
7364 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
7365 compiler-macro function instead of setting `compiler-macro-file'.
7366
7367 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7368
7369 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7370 * vc/vc-hooks.el (vc-stay-local): Doc fix.
7371
7372 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7373 Daniel Hackney <dan@haxney.org>
7374
7375 First part of Daniel Hackney's patch to package.el.
7376 * emacs-lisp/package.el: Use defstruct.
7377 (package-desc): New, main struct.
7378 (package--bi-desc, package--ac-desc): New structs, used to describe the
7379 format in external files.
7380 (package-desc-vers): Replace with package-desc-version accessor.
7381 (package-desc-doc): Replace with package-desc-summary accessor.
7382 (package-activate-1): Remove `package' arg since the pkg-vec now
7383 includes the name.
7384 (define-package): Use package-desc-from-define.
7385 (package-unpack-single): Change file-name arg to be a symbol.
7386 (package--add-to-archive-contents): Use package-desc-create and new
7387 accessor functions to package--ac-desc.
7388 (package-buffer-info, package-tar-file-info): Return a package-desc.
7389 (package-install-from-buffer): Remove `type' argument. Change pkg-info
7390 arg to be a package-desc.
7391 (package-install-file): Adjust accordingly. Use \' to match EOS.
7392 (package--from-builtin): New function.
7393 (describe-package-1, package-menu--generate): Use it.
7394 (package--make-autoloads-and-compile): Change name arg to be a symbol.
7395 (package-generate-autoloads): Idem and return the name of the file.
7396 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7397 Change pkg-info arg to be a package-desc.
7398 Use package-make-ac-desc.
7399 (package-upload-file): Use \' to match EOS.
7400 * finder.el (finder-compile-keywords): Use package-make-builtin.
7401
7402 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * vc/vc.el (vc-deduce-fileset): Change error message.
7405 (vc-read-backend): New function.
7406 (vc-next-action): Use it.
7407
7408 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7409
7410 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7411 (prolog-font-lock-keywords): Use regexp-opt instead.
7412 Don't manually highlight strings.
7413 (prolog-mode-variables): Simplify comment-start-skip.
7414 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
7415
7416 * emacs-lisp/generic.el (generic--normalise-comments)
7417 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7418 (generic-mode-set-comments): Use them.
7419 (generic-bracket-support): Use setq-local.
7420 (generic-make-keywords-list): Declare obsolete.
7421
7422 2013-06-11 Glenn Morris <rgm@gnu.org>
7423
7424 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7425 Prettify after setting font-lock-defaults. (Bug#14574)
7426
7427 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
7428
7429 * replace.el (query-replace, occur-read-regexp-defaults-function)
7430 (replace-search):
7431 * subr.el (declare-function, number-sequence, local-set-key)
7432 (substitute-key-definition, locate-user-emacs-file)
7433 (with-silent-modifications, split-string, eval-after-load):
7434 Fix typos, remove unneeded backslashes and reflow some docstrings.
7435
7436 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7437
7438 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7439 default for Elisp files.
7440
7441 2013-06-11 Glenn Morris <rgm@gnu.org>
7442
7443 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7444 although define-derived-mode was doing this anyway. (Bug#14583)
7445
7446 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
7447
7448 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7449 Fix make-variable-buffer-local call to refer to the correct variable.
7450
7451 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
7452
7453 * eshell/em-term.el (eshell-visual-commands)
7454 (eshell-visual-subcommands, eshell-visual-options):
7455 Add summary line to docstrings. Add cross-references.
7456
7457 2013-06-10 Glenn Morris <rgm@gnu.org>
7458
7459 * epa.el (epa-read-file-name): New function. (Bug#14510)
7460 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
7461
7462 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7463
7464 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7465 output redirection to be ignored with visual commands.
7466
7467 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7468
7469 * eshell/em-term.el (eshell-visual-command-p): New function.
7470 (eshell-term-initialize): Move long lambda to separate function
7471 eshell-visual-command-p.
7472 * eshell/em-dirs.el (eshell-dirs-initialise):
7473 * eshell/em-script.el (eshell-script-initialize):
7474 Add missing #' to lambda.
7475
7476 2013-06-08 Leo Liu <sdl.web@gmail.com>
7477
7478 * progmodes/octave.el (octave-add-log-current-defun): New function.
7479 (octave-mode): Set add-log-current-defun-function.
7480 (octave-goto-function-definition): Do not move point if not found.
7481 (octave-find-definition): Enhance to try subfunctions first.
7482
7483 2013-06-08 Glenn Morris <rgm@gnu.org>
7484
7485 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7486 (byte-compile-backward-char, byte-compile-backward-word):
7487 Improve previous change, to handle non-explicit nil.
7488
7489 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7492 (smie--opener/closer-at-point): New function.
7493 (smie--matching-block-data): Use it. Don't match from right after an
7494 opener or right before a closer. Obey smie-blink-matching-inners.
7495 Don't signal a mismatch for repeated inners like "switch..case..case".
7496
7497 2013-06-07 Leo Liu <sdl.web@gmail.com>
7498
7499 * progmodes/octave.el (octave-mode): Set comment-use-global-state
7500 to t. (Bug#14303)
7501 (octave-function-header-regexp): Fix. (Bug#14570)
7502 (octave-help-mode-finish-hook, octave-help-mode-finish):
7503 Remove. Just use temp-buffer-show-hook.
7504
7505 * newcomment.el (comment-search-backward): Revert last change.
7506 (Bug#14434)
7507
7508 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7509
7510 2013-06-07 Eli Zaretskii <eliz@gnu.org>
7511
7512 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7513 through xargs, to avoid failure due to MS-Windows limitations on
7514 command-line length.
7515
7516 2013-06-06 Glenn Morris <rgm@gnu.org>
7517
7518 * font-lock.el (lisp-font-lock-keywords-2):
7519 Treat user-error like error.
7520
7521 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7522 (byte-compile-backward-char, byte-compile-backward-word):
7523 Handle explicit nil arguments. (Bug#14565)
7524
7525 2013-06-05 Alan Mackenzie <acm@muc.de>
7526
7527 * isearch.el (isearch-allow-prefix): New user option.
7528 (isearch-other-meta-char): Don't exit isearch when a prefix
7529 argument is typed whilst `isearch-allow-prefix' is non-nil.
7530 (Bug#9706)
7531
7532 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * autorevert.el (auto-revert-notify-handler): Use memq.
7535 Hide assertion failure.
7536
7537 * skeleton.el: Use cl-lib.
7538 (skeleton-further-elements): Use defvar-local.
7539 (skeleton-insert): Use cl-progv.
7540
7541 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7542
7543 * progmodes/prog-mode.el (prog-prettify-symbols)
7544 (prog-prettify-install): Update docstrings.
7545
7546 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * simple.el: Move all the prog-mode code to prog-mode.el.
7549 * progmodes/prog-mode.el: New file.
7550 * loadup.el: Add prog-mode.el.
7551
7552 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7553
7554 * simple.el (prog-prettify-symbols): Add version.
7555 (prog-prettify-install): Add convenience function to prettify symbols.
7556
7557 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7558 (perl--augmented-font-lock-keywords-1)
7559 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7560 variables and use it.
7561
7562 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7563 (cfengine3-mode): Remove unneeded variable and use it.
7564
7565 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7566 (lisp--augmented-font-lock-keywords-1)
7567 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7568 Remove unneeded variables and use it.
7569
7570 2013-06-05 João Távora <joaotavora@gmail.com>
7571
7572 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7573 to point when opening the connection. (Bug#14380)
7574
7575 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * subr.el (load-history-regexp, load-history-filename-element)
7578 (eval-after-load, after-load-functions, do-after-load-evaluation)
7579 (eval-next-after-load, display-delayed-warnings)
7580 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7581 definition of save-match-data.
7582 (overriding-local-map): Remove accidental obsolescence declaration.
7583
7584 * emacs-lisp/edebug.el (edebug-result): Move before first use.
7585
7586 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7587
7588 Generalize symbol prettify support to prog-mode and implement it
7589 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7590 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7591 (prog--prettify-font-lock-compose-symbol)
7592 (prog-prettify-font-lock-symbols-keywords): New variables and
7593 functions to support symbol prettification.
7594 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7595 (lisp--augmented-font-lock-keywords-1)
7596 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7597 (lisp--prettify-symbols-alist): Implement prettify of lambda.
7598 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7599 (cfengine3--prettify-symbols-alist, cfengine3-mode):
7600 Implement prettify of -> => :: strings.
7601 * progmodes/perl-mode.el (perl-prettify-symbols)
7602 (perl--font-lock-compose-symbol)
7603 (perl--font-lock-symbols-keywords): Move to prog-mode.
7604 (perl--prettify-symbols-alist): Prettify -> => :: strings.
7605 (perl-font-lock-keywords-1)
7606 (perl-font-lock-keywords-2): Remove explicit prettify support.
7607 (perl--augmented-font-lock-keywords)
7608 (perl--augmented-font-lock-keywords-1)
7609 (perl--augmented-font-lock-keywords-2, perl-mode):
7610 Implement prettify support.
7611
7612 2013-06-05 Leo Liu <sdl.web@gmail.com>
7613
7614 Re-implement smie matching block highlight using
7615 show-paren-data-function. (Bug#14395)
7616 * emacs-lisp/smie.el (smie-matching-block-highlight)
7617 (smie--highlight-matching-block-overlay)
7618 (smie--highlight-matching-block-lastpos)
7619 (smie-highlight-matching-block)
7620 (smie-highlight-matching-block-mode): Remove.
7621 (smie--matching-block-data-cache): New variable.
7622 (smie--matching-block-data): New function.
7623 (smie-setup): Use smie--matching-block-data for
7624 show-paren-data-function.
7625
7626 * progmodes/octave.el (octave-mode-menu): Fix.
7627 (octave-find-definition): Skip garbage lines.
7628
7629 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 Fix compilation error with simultaneous dynamic+lexical scoping.
7632 Add warning when a defvar appears after the first let-binding.
7633 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7634 (byte-compile-close-variables): Initialize it.
7635 (byte-compile--declare-var): New function.
7636 (byte-compile-file-form-defvar)
7637 (byte-compile-file-form-define-abbrev-table)
7638 (byte-compile-file-form-custom-declare-variable): Use it.
7639 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
7640 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7641 (byte-compile-bind): Handle dynamic bindings that shadow
7642 lexical bindings.
7643 (byte-compile-unbind): Make arg non-optional.
7644 (byte-compile-let): Simplify.
7645 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7646 (cconv--analyse-function, cconv-analyse-form): Populate it.
7647 Protect byte-compile-bound-variables to limit the scope of defvars.
7648 (cconv-analyse-form): Add missing rule for (defvar <foo>).
7649 Remove unneeded rule for `declare'.
7650
7651 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7652 so as to avoid depending on cl-adjoin at run-time.
7653 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7654
7655 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7656 (macroexp--warn-and-return): Use it.
7657
7658 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7659
7660 * lisp/subr.el: Convert to lexical binding.
7661 (overriding-local-map): Make obsolete.
7662 (add-to-list): Doc fix. Add compiler macro.
7663 (read-key): Swap values of local maps.
7664
7665 2013-06-05 Leo Liu <sdl.web@gmail.com>
7666
7667 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7668
7669 2013-06-04 Leo Liu <sdl.web@gmail.com>
7670
7671 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7672 (compilation-auto-jump): Suppress the "Mark set" message to give
7673 way to exit message.
7674
7675 2013-06-04 Alan Mackenzie <acm@muc.de>
7676
7677 Remove faulty optimisation from indentation calculation.
7678 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7679 search limit based on 2000 characters back from indent-point.
7680
7681 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7682
7683 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7684
7685 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * emacs-lisp/lisp.el: Use lexical-binding.
7688 (lisp--local-variables-1, lisp--local-variables): New functions.
7689 (lisp--local-variables-completion-table): New var.
7690 (lisp-completion-at-point): Use it complete let-bound vars.
7691
7692 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7693 eagerly (bug#14422).
7694
7695 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7696
7697 * autorevert.el (auto-revert-notify-enabled)
7698 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7699 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7700 (auto-revert-notify-handler): Handle also gfilenotify.
7701
7702 * subr.el (file-notify-handle-event): New defun. Replacing ...
7703 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7704 Remove.
7705
7706 2013-06-03 Juri Linkov <juri@jurta.org>
7707
7708 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7709 `M-s h .'. (Bug#14427)
7710
7711 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7712 command `hi-lock-face-symbol-at-point'.
7713 (hi-lock-face-symbol-at-point): New command.
7714 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7715 (hi-lock-menu): Add `highlight-symbol-at-point'.
7716 (hi-lock-mode): Doc fix.
7717
7718 * isearch.el (isearch-forward-symbol-at-point): New command.
7719 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7720 (isearch-highlight-regexp): Add a regexp which matches
7721 words/symbols for word/symbol mode.
7722
7723 * subr.el (find-tag-default-bounds): New function with the body
7724 mostly moved from `find-tag-default'.
7725 (find-tag-default): Move most code to `find-tag-default-bounds',
7726 call it and apply `buffer-substring-no-properties' afterwards.
7727
7728 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7729
7730 * eshell/em-term.el (eshell-term-initialize):
7731 Use `cl-intersection' rather than `intersection'.
7732
7733 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7734
7735 * vc/log-view.el: Doc fix.
7736 (log-view-mode-map): Copy keymap from `special-mode-map'.
7737
7738 2013-06-02 Eric Ludlam <zappo@gnu.org>
7739
7740 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7741 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7742 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7743 (eieio-unbound, eieio-default-superclass)
7744 (eieio--define-field-accessors, method-static, method-before)
7745 (method-primary, method-after, method-num-lists)
7746 (method-generic-before, method-generic-primary)
7747 (method-generic-after, method-num-slots)
7748 (eieio-specialized-key-to-generic-key)
7749 (eieio--check-type, class-v, class-p)
7750 (eieio-class-name, define-obsolete-function-alias)
7751 (eieio-class-parents-fast, eieio-class-children-fast)
7752 (same-class-fast-p, class-constructor, generic-p)
7753 (generic-primary-only-p, generic-primary-only-one-p)
7754 (class-option-assoc, class-option, eieio-object-p)
7755 (class-abstract-p, class-method-invocation-order)
7756 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7757 (eieio-class-un-autoload, eieio-defclass)
7758 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7759 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7760 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7761 (eieio-defgeneric-reset-generic-form)
7762 (eieio-defgeneric-form-primary-only)
7763 (eieio-defgeneric-reset-generic-form-primary-only)
7764 (eieio-defgeneric-form-primary-only-one)
7765 (eieio-defgeneric-reset-generic-form-primary-only-one)
7766 (eieio-unbind-method-implementations)
7767 (eieio--defmethod, eieio--typep)
7768 (eieio-perform-slot-validation, eieio-validate-slot-value)
7769 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7770 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7771 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7772 (eieio-slot-name-index, eieio-class-slot-name-index)
7773 (eieio-set-defaults, eieio-initarg-to-attribute)
7774 (eieio-attribute-to-initarg, eieio-c3-candidate)
7775 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7776 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7777 (eieio-class-precedence-list, eieio-generic-call-methodname)
7778 (eieio-generic-call-arglst, eieio-generic-call-key)
7779 (eieio-generic-call-next-method-list)
7780 (eieio-pre-method-execution-functions, eieio-generic-call)
7781 (eieio-generic-call-primary-only, eieiomt-method-list)
7782 (eieiomt-optimizing-obarray, eieiomt-install)
7783 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7784 (eieio-generic-form, eieio-defmethod, make-obsolete)
7785 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7786 (defclass): Remove `eval-and-compile' from macro.
7787 (call-next-method, shared-initialize): Instead of using
7788 `scoped-class' variable, use new eieio--scoped-class, and
7789 eieio--with-scoped-class.
7790 (initialize-instance): Rename local variable 'scoped-class' to
7791 'this-class' to remove ambiguitity from old global.
7792
7793 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7794 eieio.el.
7795 (eieio--scoped-class-stack): New variable.
7796 (eieio--scoped-class): New fcn.
7797 (eieio--with-scoped-class): New scoping macro.
7798 (eieio-defclass): Use pushnew instead of add-to-list.
7799 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7800 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7801 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7802 `scoped-class' variable, use new eieio--scoped-class, and
7803 eieio--with-scoped-class.
7804
7805 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7806
7807 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7808
7809 * eshell/esh-ext.el (eshell-external-command): Pass args to
7810 `eshell-find-interpreter'.
7811 (eshell-find-interpreter): Add new second parameter ARGS.
7812
7813 * eshell/em-script.el (eshell-script-initialize): Add second arg
7814 to the function added as MATCH to `eshell-interpreter-alist'.
7815
7816 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7817 the function added as MATCH to `eshell-interpreter-alist'.
7818
7819 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7820 (eshell-visual-options): New defcustom.
7821 (eshell-escape-control-x): Adapt docstring.
7822 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7823 `eshell-visual-options' in addition to `eshell-visual-commands'.
7824 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7825
7826 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7827
7828 * progmodes/python.el (python-indent-block-enders): Add break,
7829 continue and raise keywords.
7830
7831 2013-06-01 Glenn Morris <rgm@gnu.org>
7832
7833 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7834
7835 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7836 * progmodes/cc-cmds.el (delete-forward-p):
7837 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7838 * progmodes/cc-engine.el (buffer-syntactic-context):
7839 * progmodes/cc-fonts.el (face-property-instance):
7840 * progmodes/cc-mode.el (set-keymap-parents):
7841 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7842 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7843 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7844 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7845 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7846
7847 * progmodes/cc-vars.el (other): Emacs has this widget since
7848 at least 21.1, so don't (re)define it.
7849
7850 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7851 Replace the obsolete alias pcomplete-arg-quote-list.
7852
7853 2013-06-01 Leo Liu <sdl.web@gmail.com>
7854
7855 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7856 punctuation syntax.
7857 (inferior-octave-minimal-columns)
7858 (inferior-octave-last-column-width): New variables.
7859 (inferior-octave-track-window-width-change): New function.
7860 (inferior-octave-mode): Adjust column width so that Octave output,
7861 for example from 'ls', can fit into the window nicely.
7862
7863 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7864
7865 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7866 Highlight expansions inside regexp literals.
7867
7868 2013-05-31 Glenn Morris <rgm@gnu.org>
7869
7870 * obsolete/sym-comp.el (symbol-complete):
7871 Replace obsolete completion-annotate-function.
7872
7873 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7874
7875 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7876
7877 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7878 New function, checks if point is inside a literal that allows
7879 expression expansion.
7880 (ruby-syntax-propertize-expansion): Use it.
7881 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7882 around the body.
7883
7884 2013-05-30 Juri Linkov <juri@jurta.org>
7885
7886 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7887 to "\M-si".
7888 (isearch-invisible): New variable.
7889 (isearch-forward): Doc fix.
7890 (isearch-mode): Set `isearch-invisible'
7891 to the value of `search-invisible'.
7892 (isearch-toggle-case-fold): Doc fix.
7893 (isearch-toggle-invisible): New command.
7894 (isearch-query-replace): Let-bind `search-invisible'
7895 to the value of `isearch-invisible'.
7896 (isearch-search): Use `isearch-invisible' instead of
7897 `search-invisible'. Let-bind `search-invisible'
7898 to the value of `isearch-invisible'. (Bug#11378)
7899
7900 2013-05-30 Juri Linkov <juri@jurta.org>
7901
7902 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7903 call when `query-flag' is nil and `search-invisible' is non-nil.
7904 (Bug#11746)
7905
7906 2013-05-30 Glenn Morris <rgm@gnu.org>
7907
7908 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7909
7910 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7911 (cc-require): Suppress spurious "noruntime" warnings.
7912 (cc-require-when-compile): Use fboundp, for sake of compiler.
7913
7914 * progmodes/cc-mode.el: Move load of cc-vars before that of
7915 cc-langs (which in turn loads cc-vars), to quieten compiler.
7916
7917 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7918
7919 * paren.el: Simplify the code.
7920 (show-paren-mode): Always start the timer.
7921 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7922 (show-paren--overlay, show-paren--overlay-1): Rename from
7923 show-paren-overlay and show-paren-overlay-1, and initialize to an
7924 overlay rather than to nil.
7925 (show-paren-function): Misc cleanup and simplifications.
7926
7927 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * paren.el (show-paren-data-function): New hook.
7930 (show-paren--default): New function, extracted from show-paren-function.
7931 (show-paren-function): Use show-paren-data-function.
7932
7933 2013-05-30 Glenn Morris <rgm@gnu.org>
7934
7935 * ielm.el (ielm-map, ielm-complete-symbol):
7936 Use completion-at-point rather than obsolete functions.
7937 (inferior-emacs-lisp-mode): Doc fix.
7938 Set completion-at-point-functions, rather than
7939 comint-dynamic-complete-functions.
7940
7941 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7942 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7943 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7944
7945 * image.el (image-animated-p): Tweak definition.
7946
7947 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7948 (rlogin-process-connection-type): Tweak default. Add set-after.
7949 (rlogin-host): Doc fix.
7950 (rlogin): Tweak prompt.
7951 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7952
7953 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7954 * progmodes/tcl.el (inferior-tcl-mode-map):
7955 Use completion-at-point rather than obsolete alias.
7956
7957 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7958
7959 * minibuffer.el (read-file-name-completion-ignore-case):
7960 Move before completion--in-region, for eager macro expansion.
7961
7962 2013-05-29 Juri Linkov <juri@jurta.org>
7963
7964 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7965 for total count of matching lines. Add `global-matches' for total
7966 count of matches. Rename `matches' to `lines' for count of
7967 matching lines. Add `matches' for count of matches.
7968 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7969 to `prev-line' for line number of prev match endpt.
7970 Increment `matches' for every match. Print the number of
7971 matching lines in the header.
7972 (occur-context-lines): Rename `lines' to `curr-line'.
7973 Rename `prev-lines' to `prev-line'. (Bug#14017)
7974
7975 2013-05-29 Juri Linkov <juri@jurta.org>
7976
7977 * replace.el (perform-replace): Add `skip-read-only-count',
7978 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7979 Increment them for corresponding conditions and report the number
7980 of skipped occurrences in the final message. (Bug#11746)
7981 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7982 (replace-string, replace-regexp): Doc fix.
7983
7984 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7987
7988 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7989 prog-mode-map (bug#14504).
7990
7991 2013-05-29 Leo Liu <sdl.web@gmail.com>
7992
7993 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7994 (octave-help): Small simplification.
7995
7996 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7997 off the highlight first.
7998
7999 2013-05-29 Glenn Morris <rgm@gnu.org>
8000
8001 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
8002 Handle idlwave-last-system-routine-info-cons-cell being nil.
8003
8004 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8005 (idlwave-write-paths): Simplify via with-temp-buffer.
8006
8007 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
8008 * emulation/cua-rect.el: Also load cua-base at run time.
8009
8010 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
8011 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
8012 (cperl-imenu-on-info): Require imenu.
8013
8014 2013-05-28 Alan Mackenzie <acm@muc.de>
8015
8016 Handle "capitalised keywords" correctly.
8017 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
8018
8019 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
8020
8021 * eshell/em-unix.el: Add -r option to cp.
8022
8023 2013-05-28 Glenn Morris <rgm@gnu.org>
8024
8025 * vc/vc-arch.el (vc-exec-after): Declare.
8026 (vc-switches): Autoload.
8027 * vc/vc-bzr.el: No need to require vc when compiling.
8028 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
8029 (vc-resynch-buffer, vc-dir-refresh): Declare.
8030 (vc-setup-buffer, vc-switches): Autoload.
8031 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
8032 (vc-resynch-buffer): Declare.
8033 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
8034 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
8035 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
8036 (grep-read-regexp, grep-read-files, grep-expand-template)
8037 (vc-dir-refresh): Declare.
8038 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
8039 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
8040 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
8041 * vc/vc-mtn.el (vc-exec-after): Declare.
8042 (vc-switches): Autoload.
8043 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
8044 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
8045 (vc-file-tree-walk): Declare.
8046 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
8047 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
8048 (vc-tag-precondition, vc-rename-master): Autoload.
8049 * vc/vc-svn.el (vc-exec-after): Declare.
8050 (vc-switches, vc-setup-buffer): Autoload.
8051 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
8052 Autoload.
8053 (vc-resynch-buffer): Declare.
8054
8055 * obsolete/fast-lock.el (byte-compile-warnings):
8056 Don't warn about obsolete features in this obsolete file.
8057
8058 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
8059 Move definition before use.
8060
8061 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
8062 (dun-unix-verbs): Remove dun-zippy.
8063 (dun-zippy): Remove function.
8064
8065 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8066
8067 2013-05-27 Juri Linkov <juri@jurta.org>
8068
8069 * replace.el (replace-search): New function with code moved out
8070 from `perform-replace'.
8071 (replace-highlight, replace-dehighlight): Move function definitions
8072 up closer to `replace-search'. (Bug#11746)
8073
8074 2013-05-27 Juri Linkov <juri@jurta.org>
8075
8076 * replace.el (perform-replace): Ignore invisible matches.
8077 In addition to checking `query-replace-skip-read-only', also
8078 filter out matches by calling `run-hook-with-args-until-failure'
8079 on `isearch-filter-predicates', and also check `search-invisible'
8080 for t or call `isearch-range-invisible'.
8081 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
8082
8083 2013-05-27 Juri Linkov <juri@jurta.org>
8084
8085 * isearch.el (isearch-filter-predicates): Rename from
8086 `isearch-filter-predicate'. Doc fix. (Bug#11378)
8087 (isearch-message-prefix): Display text from the property
8088 `isearch-message-prefix' of the currently active filters.
8089 (isearch-search): Don't compare `isearch-filter-predicate' with
8090 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
8091 on `isearch-filter-predicates'. Also check `search-invisible' for t
8092 or call `isearch-range-invisible'.
8093 (isearch-filter-visible): Make obsolete.
8094 (isearch-lazy-highlight-search):
8095 Call `run-hook-with-args-until-failure' on
8096 `isearch-filter-predicates' and use `isearch-range-invisible'.
8097
8098 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
8099 `isearch-filter-predicates' instead of `funcall'ing
8100 `isearch-filter-predicate'.
8101 (Info-mode): Set `Info-isearch-filter' to
8102 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
8103
8104 * dired-aux.el (dired-isearch-filter-predicate-orig):
8105 Remove variable.
8106 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
8107 (dired-isearch-filenames-end): Add and remove
8108 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
8109 instead of changing the value of `isearch-filter-predicate'.
8110 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
8111 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
8112 Put property `isearch-message-prefix' to "filename " on
8113 `dired-isearch-filter-filenames'.
8114
8115 * wdired.el (wdired-change-to-wdired-mode):
8116 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
8117 locally instead of changing `isearch-filter-predicate'.
8118 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
8119
8120 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
8121
8122 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
8123 return the commit hash (Bug#14459). Also set the
8124 `vc-git-detached' property.
8125 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
8126 (vc-git-mode-line-string): Use the same help-echo format whether
8127 in detached mode or not, because we know the actual revision now.
8128 When in detached mode, shorten the revision to 7 chars.
8129
8130 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * emacs-lisp/easy-mmode.el (define-minor-mode):
8133 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
8134 mode hook and provide a docstring.
8135
8136 2013-05-27 Alan Mackenzie <acm@muc.de>
8137
8138 Remove spurious syntax-table text properties inserted by C-y.
8139 * progmodes/cc-mode.el (c-after-change): Also clear hard
8140 syntax-table property with value nil.
8141
8142 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
8143
8144 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
8145 when reading the events; the buffer layout shall not be changed.
8146
8147 2013-05-27 Leo Liu <sdl.web@gmail.com>
8148
8149 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
8150 New variable.
8151 (inferior-octave-directory-tracker): Automatically re-sync
8152 default-directory.
8153 (octave-help): Improve handling of 'See also'.
8154
8155 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * doc-view.el: Minor naming convention tweaks.
8158 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
8159
8160 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
8161 even if there's no `display' property yet (bug#14435).
8162
8163 2013-05-25 Eli Zaretskii <eliz@gnu.org>
8164
8165 * subr.el (unmsys--file-name): Rename from reveal-filename.
8166
8167 * Makefile.in (custom-deps, finder-data, autoloads)
8168 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8169 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8170 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
8171
8172 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
8175 error-completion on the first 2 args of condition-case (bug#14446).
8176 Don't burp at EOB.
8177
8178 2013-05-25 Leo Liu <sdl.web@gmail.com>
8179
8180 * comint.el (comint-previous-matching-input): Do not flood the
8181 *Messages* buffer with trivial messages.
8182
8183 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8184
8185 * progmodes/flymake.el (flymake-nop): Don't return a string.
8186 (flymake-set-at): Fix typo.
8187
8188 * simple.el (read--expression): New function, extracted from
8189 eval-expression. Set completion-at-point-functions (bug#14465).
8190 (eval-expression, eval-minibuffer): Use it.
8191
8192 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
8193
8194 * progmodes/flymake.el (flymake-save-buffer-in-file)
8195 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
8196 (flymake-selected-frame, flymake-log, flymake-ins-after)
8197 (flymake-set-at, flymake-get-buildfile-from-cache)
8198 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
8199 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
8200 Refine the doc string.
8201 (flymake-get-file-name-mode-and-masks): Reformat.
8202 (flymake-get-real-file-name-function): Fix a minor bug.
8203
8204 2013-05-24 Juri Linkov <juri@jurta.org>
8205
8206 * progmodes/grep.el (grep-mode-font-lock-keywords):
8207 Support =linenumber= format used by git-grep for lines with
8208 function names. (Bug#13549)
8209
8210 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8211
8212 * progmodes/octave.el (octave-smie-rules): Return nil rather than
8213 0 after a semi-colon; it works better for smie-auto-fill.
8214 (octave--indent-new-comment-line): New function.
8215 (octave-indent-new-comment-line): Use it (indirectly).
8216 (octave-mode): Don't disable smie-auto-fill. Use add-function to
8217 modify comment-line-break-function.
8218
8219 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
8220 (smie-setup): Use add-function to set it.
8221
8222 2013-05-24 Sam Steingold <sds@gnu.org>
8223
8224 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8225 argument (before the `interactive' argument).
8226
8227 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * image-mode.el (image-mode-winprops): Add winprops to
8230 image-mode-winprops-alist before running
8231 image-mode-new-window-functions.
8232 * doc-view.el (doc-view-new-window-function): Don't delay
8233 doc-view-goto-page via timers (bug#14435).
8234
8235 2013-05-24 Tassilo Horn <tsdh@gnu.org>
8236
8237 * doc-view.el: Integrate with desktop.el. (Bug#14435)
8238 (doc-view-desktop-save-buffer): New function.
8239 (doc-view-restore-desktop-buffer): New function.
8240 (desktop-buffer-mode-handlers):
8241 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
8242 handler.
8243 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8244 `desktop-save-buffer' function.
8245
8246 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
8247
8248 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8249 (tramp-gvfs-file-name-handler): Raise a user error when
8250 `tramp-gvfs-enabled' is nil.
8251 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8252 Do not raise a user error when loading package. (Bug#14447)
8253
8254 * net/xesam.el: Move to obsolete/.
8255
8256 2013-05-24 Glenn Morris <rgm@gnu.org>
8257
8258 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8259
8260 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8261
8262 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8263 (Info-find-node, Man-getpage-in-background): Declare.
8264
8265 * mail/unrmail.el (unrmail):
8266 Replace obsolete detect-coding-with-priority.
8267
8268 * net/socks.el (socks-split-string): Use this rather than split-string.
8269 (socks-nslookup-host): Update for above change.
8270 (dynamic-choice, s5-dynamic-choice-match)
8271 (s5-dynamic-choice-match-inline, s5-widget-value-create):
8272 Comment out unused code.
8273
8274 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8275 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8276 (gud-tooltip-echo-area): Make obsolete.
8277 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8278
8279 * progmodes/js.el (js--optimize-arglist): Declare.
8280
8281 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8282
8283 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8284 (ediff-window-C): Declare.
8285
8286 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8287 Tweak requires to silence compiler.
8288
8289 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8290 (he-search-string, he-tried-table, he-expand-list)
8291 (he-init-string, he-string-member, he-substitute-string)
8292 (he-reset-string): Declare.
8293
8294 * obsolete/options.el (list-options): Use custom-variable-p,
8295 rather than obsolete alias.
8296
8297 2013-05-23 Sam Steingold <sds@gnu.org>
8298
8299 * simple.el (shell-command-on-region): Pass the `replace' argument
8300 down to `call-process-region' to comply with the doc as reported on
8301 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8302
8303 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * emacs-lisp/smie.el (smie-indent-forward-token)
8306 (smie-indent-backward-token): Handle string tokens (bug#14381).
8307
8308 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8309
8310 * ielm.el (ielm-menu): New menu.
8311 (inferior-emacs-lisp-mode): Set comment-start.
8312
8313 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8314
8315 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8316 Fix deactivate action.
8317
8318 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8319 Add cleveref macros.
8320
8321 * lisp/textmodes/reftex-parse.el
8322 (reftex-locate-bibliography-files): Accept options for
8323 bibliography commands.
8324 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8325 Add addbibresource. Basic Biblatex support.
8326
8327 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
8328
8329 * net/tramp-gvfs.el (top):
8330 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8331 when loading package. (Bug#14447)
8332
8333 2013-05-23 Glenn Morris <rgm@gnu.org>
8334
8335 * progmodes/js.el: No need to load comint when compiling.
8336 (ring-insert, comint-send-string, comint-send-input)
8337 (comint-last-input-end, ido-chop): Declare.
8338
8339 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8340 * vc/ediff-mult.el: Adjust requires.
8341 (ediff-directories-internal, ediff-directory-revisions-internal)
8342 (ediff-patch-file-internal): Declare.
8343 * vc/ediff-ptch.el: Adjust requires.
8344 (ediff-use-last-dir, ediff-buffers-internal): Declare.
8345 (ediff-find-file): Autoload.
8346 * vc/ediff-util.el: No need to load ediff when compiling.
8347 (ediff-regions-internal): Declare.
8348 * vc/ediff-wind.el: Adjust requires.
8349 (ediff-compute-toolbar-width): Define when compiling.
8350 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8351 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8352 (dired-get-filename, dired-get-marked-files)
8353 (ediff-last-dir-patch, ediff-patch-default-directory)
8354 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8355 (ediff-patch-buffer-internal): Declare.
8356
8357 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8358 (ispell-process, ispell-buffer-local-words, lm-summary)
8359 (lm-section-start, lm-section-end): Declare.
8360 (checkdoc-ispell-init): Simplify.
8361
8362 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8363 (he-string-member, he-reset-string, he-substitute-string): Declare.
8364
8365 * eshell/em-ls.el: Adjust requires.
8366 (eshell-glob-regexp): Declare.
8367 * eshell/em-tramp.el: Adjust requires.
8368 (eshell-parse-command): Autoload.
8369 * eshell/em-xtra.el: Adjust requires.
8370 (eshell-parse-command): Autoload.
8371 * eshell/esh-ext.el: Adjust requires.
8372 (eshell-parse-command, eshell-close-handles): Autoload.
8373 * eshell/esh-io.el: Adjust requires.
8374 (eshell-output-filter): Autoload.
8375 * eshell/esh-util.el: No need to load tramp when compiling.
8376 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8377 Declare.
8378 (eshell-parse-ange-ls): Require ange-ftp and tramp.
8379 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8380 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8381 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8382 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8383 * eshell/esh-opt.el, eshell/esh-proc.el:
8384 * eshell/esh-var.el: Adjust requires.
8385 * eshell/eshell.el: Do not require esh-util twice.
8386 (eshell-add-input-to-history): Declare.
8387 (eshell-command): Check history module is active before using it.
8388
8389 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8390
8391 2013-05-22 Leo Liu <sdl.web@gmail.com>
8392
8393 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8394
8395 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
8396
8397 * autorevert.el (auto-revert-notify-add-watch)
8398 (auto-revert-notify-handler): Add `attrib' for the inotify case,
8399 it indicates changes in file modification time.
8400
8401 2013-05-22 Glenn Morris <rgm@gnu.org>
8402
8403 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8404 Always delete the autoloaded function from the noruntime and
8405 unresolved functions lists.
8406
8407 * allout.el: No need to load epa, epg, overlay when compiling.
8408 (epg-context-set-passphrase-callback, epg-list-keys)
8409 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8410 (epg-key-user-id-list): Declare.
8411
8412 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8413 (viper-set-parsing-style-toggling-macro)
8414 (viper-set-emacs-state-searchstyle-macros):
8415 Use called-interactively-p on Emacs.
8416 (viper-looking-back): Make it an obsolete alias. Update callers.
8417 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8418 Use looking-back rather than viper-looking-back.
8419 (viper-tmp-insert-at-eob, viper-enlarge-region)
8420 (viper-read-string-with-history, viper-register-to-point)
8421 (viper-append-to-register, viper-change-state-to-vi)
8422 (viper-backward-char-carefully, viper-forward-char-carefully)
8423 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8424 (viper-change-state-to-emacs): Declare.
8425 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8426 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8427 * emulation/viper-mous.el: Do not load viper-cmd.
8428 (viper-backward-char-carefully, viper-forward-char-carefully)
8429 (viper-forward-word, viper-adjust-window): Declare.
8430
8431 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8432
8433 * progmodes/idlw-help.el (idlwave-help-fontify):
8434 Use called-interactively-p.
8435
8436 * term/w32console.el (w32-get-console-codepage)
8437 (w32-get-console-output-codepage): Declare.
8438
8439 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8440 Remove unnecessary declarations.
8441 (dframe-message): Doc fix.
8442
8443 * info.el (dframe-select-attached-frame, dframe-current-frame):
8444 Declare.
8445
8446 * speedbar.el (speedbar-message): Make it an obsolete alias.
8447 Update all callers.
8448 (speedbar-with-attached-buffer)
8449 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8450 (speedbar-with-writable): Use backquote.
8451 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8452 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8453 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8454 rather than speedbar- aliases.
8455 * mail/rmail.el: Load dframe rather than speedbar when compiling.
8456 (speedbar-make-specialized-keymap, speedbar-insert-button)
8457 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8458 (speedbar-do-function-pointer): Declare.
8459 (rmail-speedbar-button, rmail-speedbar-find-file)
8460 (rmail-speedbar-move-message):
8461 Use dframe-with-attached-buffer rather than speedbar- alias.
8462 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8463 (dframe-message, speedbar-make-specialized-keymap)
8464 (speedbar-add-expansion-list, speedbar-mode-functions-list)
8465 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8466 (speedbar-insert-button, dframe-select-attached-frame)
8467 (dframe-maybee-jump-to-attached-frame)
8468 (speedbar-change-initial-expansion-list)
8469 (speedbar-previously-used-expansion-list-name): Declare.
8470 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8471 Use dframe-message, dframe-with-attached-buffer rather than
8472 speedbar- aliases.
8473 (gud-sentinel): Silence compiler.
8474 * progmodes/vhdl-mode.el (speedbar-refresh)
8475 (speedbar-do-function-pointer, speedbar-add-supported-extension)
8476 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8477 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8478 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8479 (speedbar-file-lists, speedbar-make-tag-line)
8480 (speedbar-line-directory, speedbar-goto-this-file)
8481 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8482 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8483 (speedbar-make-button, speedbar-reset-scanners)
8484 (speedbar-files-item-info, speedbar-line-text)
8485 (speedbar-find-file-in-frame, speedbar-set-timer)
8486 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8487 (speedbar-with-writable): Do not (re)define it.
8488 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8489 rather than speedbar- alias.
8490
8491 2013-05-21 Leo Liu <sdl.web@gmail.com>
8492
8493 * progmodes/octave.el (octave-mode-menu): Update and re-organize
8494 menu items.
8495 (octave-mode): Tweak fill-nobreak-predicate.
8496 (inferior-octave-startup): Check process to avoid infinite loop.
8497 (inferior-octave): Pop to buffer first to show abornmal process
8498 exit information.
8499
8500 2013-05-21 Glenn Morris <rgm@gnu.org>
8501
8502 * printing.el (pr-menu-bar): Define when compiling.
8503
8504 2013-05-21 Leo Liu <sdl.web@gmail.com>
8505
8506 * progmodes/octave.el (octave-auto-fill): Remove.
8507 (octave-indent-new-comment-line): Improve.
8508 (octave-mode): Use auto fill mode through
8509 comment-line-break-function and fill-nobreak-predicate.
8510 (octave-goto-function-definition): Support DEFUN_DLD.
8511 (octave-beginning-of-defun): Small tweak.
8512 (octave-help): Show parent directory.
8513
8514 2013-05-21 Glenn Morris <rgm@gnu.org>
8515
8516 * files.el (dired-unmark):
8517 * progmodes/gud.el (gdb-input): Update declarations.
8518
8519 * calculator.el (electric, ehelp): No need to load when compiling.
8520 (Electric-command-loop, electric-describe-mode): Declare.
8521
8522 * doc-view.el (doc-view-current-converter-processes): Move before use.
8523
8524 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8525 Move MODE-set-explicitly definition before use.
8526
8527 * international/mule-diag.el (mule-diag):
8528 Don't use obsolete window-system-version.
8529
8530 * mail/feedmail.el (smtpmail): No need to load when compiling.
8531 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8532
8533 * mail/mail-utils.el (rfc822): No need to load when compiling.
8534 (rfc822-addresses): Autoload it.
8535 (mail-strip-quoted-names): Trivial simplification.
8536
8537 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8538 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8539
8540 * net/snmp-mode.el (tempo): Don't duplicate requires.
8541
8542 * progmodes/prolog.el (info): No need to load when compiling.
8543 (comint): Require before shell requires it.
8544 (Info-goto-node): Autoload it.
8545 (Info-follow-nearest-node): Declare.
8546 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8547
8548 * textmodes/artist.el (picture-mode-exit): Declare.
8549
8550 * textmodes/reftex-parse.el (reftex-parse-from-file):
8551 Trivial rewrite so the compiler can parse it better.
8552
8553 2013-05-20 Leo Liu <sdl.web@gmail.com>
8554
8555 * progmodes/octave.el (octave-help-mode-map)
8556 (octave-help-mode-finish-hook): New variables.
8557 (octave-help-mode, octave-help-mode-finish): New functions.
8558 (octave-help): Use octave-help-mode.
8559
8560 2013-05-20 Glenn Morris <rgm@gnu.org>
8561
8562 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
8563
8564 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
8565
8566 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8567 start at point, so that expansion starting right after opening
8568 slash in a regexp is recognized.
8569 (ruby-syntax-before-regexp-re): New defvar, extracted from
8570 ruby-syntax-propertize-function. Since the value of this regexp
8571 is looked up at runtime now, we should be able to turn
8572 `ruby-syntax-methods-before-regexp' into a defcustom later.
8573 (ruby-syntax-propertize-function): Split regexp matching into two
8574 parts, for opening and closing slashes. That allows us to skip
8575 over string interpolations and support multiline regexps.
8576 Don't call `ruby-syntax-propertize-expansions', instead use another rule
8577 for them, which calls `ruby-syntax-propertize-expansion'.
8578 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8579 call to `ruby-syntax-propertize-function'.
8580 (ruby-syntax-propertize-expansion): Extracted from
8581 `ruby-syntax-propertize-expansions'. Handles one expansion.
8582 (ruby-syntax-propertize-percent-literal): Leave point right after
8583 the percent symbol, so that the expression expansion rule can
8584 propertize the contents.
8585 (ruby-syntax-propertize-heredoc): Leave point at bol following the
8586 heredoc openers.
8587 (ruby-syntax-propertize-expansions): Remove.
8588
8589 2013-05-18 Juri Linkov <juri@jurta.org>
8590
8591 * man.el (Man-default-man-entry): Remove `-' from the end
8592 of the default value. (Bug#14400)
8593
8594 2013-05-18 Glenn Morris <rgm@gnu.org>
8595
8596 * comint.el (comint-password-prompt-regexp):
8597 Allow "password for XXX" where XXX contains colons (eg https://...).
8598
8599 2013-05-18 Leo Liu <sdl.web@gmail.com>
8600
8601 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8602 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
8603 (octave-source-directories): Don't check process.
8604 (octave-source-directories, octave-find-definition): Doc fix.
8605
8606 2013-05-18 Glenn Morris <rgm@gnu.org>
8607
8608 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8609 Remove backspace/delete bindings. (Bug#14392)
8610
8611 * cus-dep.el (custom-make-dependencies): Sort the output.
8612 (custom-versions-load-alist): Convert comment to doc.
8613
8614 2013-05-17 Leo Liu <sdl.web@gmail.com>
8615
8616 * newcomment.el (comment-search-backward): Stricter in finding
8617 comment start. (Bug#14303)
8618
8619 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8620 (octave-comment-start-skip): Properly anchored.
8621
8622 2013-05-17 Leo Liu <sdl.web@gmail.com>
8623
8624 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8625 Clean up when turned off. (Bug#14395)
8626 (smie--highlight-matching-block-overlay): No longer buffer-local.
8627 (smie-highlight-matching-block): Adjust.
8628
8629 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
8630
8631 Doc string fix for "nanoseconds" (Bug#14406).
8632 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8633 Fix doc string typo that had "nanoseconds" instead of "microseconds".
8634
8635 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8636
8637 * calc/calc-units.el (math-extract-units): Preserve powers
8638 of units.
8639
8640 2013-05-17 Leo Liu <sdl.web@gmail.com>
8641
8642 * subr.el (delete-consecutive-dups): New function.
8643 * ido.el (ido-set-matches-1): Use it.
8644 * progmodes/octave.el (inferior-octave-completion-table): Use it.
8645 * ido.el (ido-remove-consecutive-dups): Remove.
8646
8647 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8650 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8651 regexp-opt's `words'.
8652
8653 2013-05-16 Leo Liu <sdl.web@gmail.com>
8654
8655 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8656 (smie--highlight-matching-block-overlay)
8657 (smie--highlight-matching-block-lastpos)
8658 (smie--highlight-matching-block-timer): New variables.
8659 (smie-highlight-matching-block): New function.
8660 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8661 (smie-setup): Conditionally enable smie-blink-matching-open.
8662
8663 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8664
8665 Sync with upstream verilog-mode r840.
8666 * progmodes/verilog-mode.el (verilog-mode-version)
8667 (verilog-mode-release-date): Update.
8668 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8669 (verilog-sig-tieoff): Fix string error on
8670 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8671 (verilog-read-decls): Fix parameters confusing
8672 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8673
8674 2013-05-16 Eli Zaretskii <eliz@gnu.org>
8675
8676 * subr.el (reveal-filename): New function.
8677
8678 * loadup.el: Compute Emacs executable versions on MS-Windows,
8679 where executables have the .exe extension. Add a hard link
8680 emacs-XX.YY.ZZ.exe on MS-Windows.
8681
8682 * Makefile.in (XARGS_LIMIT): New variable.
8683 (custom-deps, finder-data, autoloads)
8684 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8685 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8686 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8687 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8688
8689 2013-05-16 Leo Liu <sdl.web@gmail.com>
8690
8691 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8692 (octave-mode-menu, octave-mode-map): Remove its uses.
8693
8694 2013-05-16 Reto Zimmermann <reto@gnu.org>
8695
8696 Sync with upstream vhdl mode v3.34.2.
8697 * progmodes/vhdl-mode.el: Use `push' throughout.
8698 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8699 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8700 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8701 (vhdl-actual-generic-name): New option to derive actual generic name.
8702 (vhdl-port-paste-signals): Replace formal by actual generics.
8703 (vhdl-beautify): New name for old group vhdl-align. Update users.
8704 (vhdl-beautify-options): New option.
8705 (vhdl-last-input-event): New compat alias. Use throughout.
8706 (vhdl-goto-line): Replace user level function `goto-line'.
8707 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8708 vhdl-fix-statement-buffer.
8709 (vhdl-create-mode-menu): Add some entries.
8710 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8711 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8712 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8713 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8714 to force statements on one line.
8715 (vhdl-remove-trailing-spaces-region):
8716 New, split from vhdl-remove-trailing-spaces.
8717 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8718 Respect vhdl-beautify-options.
8719 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8720 (vhdl-update-sensitivity-list): Not add with index if exists without.
8721 Not include array index with signal. Ignore keywords in comments.
8722 (vhdl-get-visible-signals): Regexp tweaks.
8723 (vhdl-template-component-inst): Handle empty library.
8724 (vhdl-template-type): Add template for 'enum' type.
8725 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8726 Use vhdl-replace-string.
8727 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8728 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8729 (vhdl-speedbar-initialize): Update for above name change.
8730 (vhdl-compose-wire-components): Fix in handling of constants.
8731 (vhdl-error-regexp-emacs-alist): New variable.
8732 (vhdl-error-regexp-add-emacs): New function;
8733 adds support for new compile.el (Emacs 22+)
8734 (vhdl-generate-makefile-1): Change target order for single lib. units.
8735 Allow use of absolute file names.
8736
8737 2013-05-16 Leo Liu <sdl.web@gmail.com>
8738
8739 * simple.el (prog-indent-sexp): Indent enclosing defun.
8740
8741 2013-05-15 Glenn Morris <rgm@gnu.org>
8742
8743 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8744 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8745 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8746 (whitespace-highlight): Move to whitespace group.
8747
8748 * comint.el (comint-source):
8749 * pcmpl-linux.el (pcmpl-linux):
8750 * shell.el (shell-faces):
8751 * eshell/esh-opt.el (eshell-opt):
8752 * international/ccl.el (ccl): Remove empty custom groups.
8753
8754 * completion.el (dynamic-completion-mode):
8755 * jit-lock.el (jit-lock-debug-mode):
8756 * minibuffer.el (completion-in-region-mode):
8757 * type-break.el (type-break-mode-line-message-mode)
8758 (type-break-query-mode):
8759 * emulation/tpu-edt.el (tpu-edt-mode):
8760 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8761 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8762 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8763
8764 * term/xterm.el (xterm): Change parent group to terminals.
8765
8766 * master.el (master): Remove empty custom group.
8767 (master-mode): Remove unused :group argument.
8768 * textmodes/refill.el (refill): Remove empty custom group.
8769 (refill-mode): Remove unused :group argument.
8770
8771 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8772
8773 * cus-dep.el: Provide a feature.
8774 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8775 Don't mistakenly ignore files whose basenames match a basename
8776 from preloaded-file-list (eg cedet/ede/simple.el).
8777 Add a fallback method for getting :group.
8778
8779 2013-05-15 Juri Linkov <juri@jurta.org>
8780
8781 * isearch.el (isearch-char-by-name): Rename from
8782 `isearch-insert-char-by-name'. Doc fix.
8783 (isearch-forward): Mention `isearch-char-by-name' in
8784 the docstring. (Bug#13348)
8785
8786 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8787 `exit-minibuffer' instead of
8788 `isearch-nonincremental-exit-minibuffer'.
8789 (isearch-edit-string): Remove mention of
8790 `isearch-nonincremental-exit-minibuffer' from docstring.
8791 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8792 (isearch-forward-exit-minibuffer)
8793 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8794
8795 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * loadup.el: Just use unversioned DOC.
8798
8799 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8800 literals as extending to EOB.
8801 (nxml-last-fontify-end): Remove unused variable.
8802 (nxml-after-change1): Use with-silent-modifications.
8803 (nxml-extend-after-change-region): Simplify.
8804 (nxml-extend-after-change-region1): Remove function.
8805 (nxml-after-change1): Don't adjust for dependent regions.
8806 (nxml-fontify-matcher): Simplify.
8807 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8808 (xmltok-add-dependent): Remove function.
8809 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8810 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8811 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8812 unclosed <[[, <?, comment, and other literals as extending to EOB.
8813 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8814 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8815 Remove functions.
8816 (rng-do-some-validation-1): Don't mark dependent regions.
8817 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8818 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8819 (nxml-clear-dependent-regions): Remove functions.
8820 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8821 (nxml-ensure-scan-up-to-date):
8822 Don't clear&mark dependent regions.
8823
8824 2013-05-15 Leo Liu <sdl.web@gmail.com>
8825
8826 * progmodes/octave.el (octave-goto-function-definition):
8827 Improve and fix callers.
8828
8829 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8830
8831 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8832 the setter (bug#14387).
8833
8834 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8835 surrounding group (bug#14402).
8836
8837 2013-05-14 Juri Linkov <juri@jurta.org>
8838
8839 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8840 (Bug#14390)
8841
8842 2013-05-14 Glenn Morris <rgm@gnu.org>
8843
8844 * progmodes/f90.el (f90-imenu-generic-expression):
8845 Fix typo in 2013-05-08 change. (Bug#14402)
8846
8847 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8848
8849 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8850 Remove signals for which replies are never received.
8851
8852 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8853
8854 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8855 (gdb-handler-alist, gdb-handler-number): Remove variables.
8856 (gdb-handler-list): New variable.
8857 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8858 (gdb-pending-handler-p, gdb-handle-reply)
8859 (gdb-remove-all-pending-triggers): New functions.
8860 (gdb-discard-unordered-replies): New defcustom.
8861 (gdb-handler): New defstruct.
8862 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8863 instead of gdb-pending-triggers. Update docstring.
8864 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8865 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8866 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8867 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8868 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8869 (gdb-frame-handler): Pending triggers are now automatically managed.
8870 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8871 Remove argument.
8872 (gdb-input): Automatically handles pending triggers. Update docstring.
8873 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8874 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8875 Update comments.
8876 (gdb-done-or-error): Now use gdb-handle-reply.
8877
8878 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8879
8880 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8881 gdb-debug-log.
8882
8883 2013-05-14 Glenn Morris <rgm@gnu.org>
8884
8885 * subr.el (user-emacs-directory-warning): New option.
8886 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8887
8888 2013-05-14 Leo Liu <sdl.web@gmail.com>
8889
8890 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8891 during redisplay.
8892 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8893 (octave-font-lock-texinfo-comment): Fix invalid search bound
8894 error: wrong side of point.
8895
8896 2013-05-14 Glenn Morris <rgm@gnu.org>
8897
8898 * progmodes/flymake.el (flymake-xml-program): New option.
8899 (flymake-xml-init): Use it.
8900
8901 * term/xterm.el: Provide a feature.
8902
8903 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
8904
8905 2013-05-13 Glenn Morris <rgm@gnu.org>
8906
8907 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8908 Add compat aliases as a hack workaround. (Bug#14384)
8909
8910 2013-05-13 Leo Liu <sdl.web@gmail.com>
8911
8912 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8913 ###, and %!.
8914 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8915 C-M-q.
8916 (octave-comment-start-skip): Include %!.
8917 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8918
8919 2013-05-12 Leo Liu <sdl.web@gmail.com>
8920
8921 * progmodes/octave.el (inferior-octave-startup): Store the value
8922 of __octave_srcdir__ for octave-source-directories.
8923 (inferior-octave-check-process): New function refactored out of
8924 inferior-octave-send-list-and-digest.
8925 (octave-source-directories)
8926 (octave-find-definition-filename-function): New variables.
8927 (octave-source-directories)
8928 (octave-find-definition-default-filename): New functions.
8929 (octave-find-definition): Improve to find functions implemented in C++.
8930
8931 2013-05-12 Glenn Morris <rgm@gnu.org>
8932
8933 * calendar/diary-lib.el (diary-outlook-format-1):
8934 Don't include dayname in the output. (Bug#14349)
8935
8936 2013-05-11 Glenn Morris <rgm@gnu.org>
8937
8938 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8939
8940 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8941 Treat cc-provide like provide.
8942
8943 2013-05-11 Kevin Ryde <user42@zip.com.au>
8944
8945 * cus-dep.el (custom-make-dependencies):
8946 Use generated-autoload-load-name for the sake of files such
8947 such cedet/semantic/bovine/c.el, where the base file name
8948 is not in load-path. (Bug#5277)
8949
8950 2013-05-11 Glenn Morris <rgm@gnu.org>
8951
8952 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8953 Provide features.
8954
8955 2013-05-11 Leo Liu <sdl.web@gmail.com>
8956
8957 * progmodes/octave.el (octave-indent-comment): Improve.
8958 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8959 (octave-eldoc-function-signatures, octave-eldoc-function):
8960 New functions.
8961 (octave-mode, inferior-octave-mode): Add eldoc support.
8962
8963 2013-05-11 Richard Stallman <rms@gnu.org>
8964
8965 * epa.el (epa-decrypt-file): Take output file name as argument
8966 and read it using `interactive'.
8967
8968 2013-05-11 Leo Liu <sdl.web@gmail.com>
8969
8970 * progmodes/octave.el (octave-beginning-of-line)
8971 (octave-end-of-line): Check before using up-list because it jumps
8972 out of more syntactic contructs since moving to smie.
8973 (octave-indent-comment): New function.
8974 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
8975 (octave-begin-keywords, octave-end-keywords)
8976 (octave-reserved-words, octave-smie-bnf-table)
8977 (octave-smie-rules): Add new keywords from Octave 3.6.4.
8978
8979 2013-05-11 Glenn Morris <rgm@gnu.org>
8980
8981 * faces.el (internal-face-x-get-resource):
8982 * frame.el (ns-display-monitor-attributes-list):
8983 * calc/calc-aent.el (math-to-radians-2):
8984 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8985 Fix declarations.
8986
8987 * calc/calc-menu.el: Make it loadable in isolation.
8988
8989 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8990 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8991 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8992 (eudc-bbdb-query-internal): Require 'bbdb.
8993
8994 * lpr.el (lpr-headers-switches):
8995 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8996
8997 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8998
8999 * emulation/edt-mapper.el: In batch mode, error rather than hang.
9000
9001 * term.el (term-set-escape-char): Make it idempotent.
9002
9003 2013-05-10 Leo Liu <sdl.web@gmail.com>
9004
9005 * progmodes/octave.el (inferior-octave-completion-table):
9006 No longer a function and all uses changed. Use cache to speed up
9007 completion due to bug#11906.
9008 (octave-beginning-of-defun): Re-write to be more general.
9009
9010 2013-05-10 Glenn Morris <rgm@gnu.org>
9011
9012 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
9013
9014 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9015
9016 * comint.el (comint-redirect-send-command-to-process): Use :around
9017 rather than :override for comint-redirect-filter.
9018 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
9019 Call it instead of comint-redirect-original-filter-function (which
9020 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
9021
9022 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
9023
9024 * frame.el (display-monitor-attributes-list): Add NS case.
9025 (ns-display-monitor-attributes-list): Declare.
9026
9027 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
9028
9029 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
9030
9031 2013-05-09 Glenn Morris <rgm@gnu.org>
9032
9033 * international/fontset.el (vertical-centering-font-regexp):
9034 Set standard-value.
9035
9036 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
9037
9038 * bookmark.el (bookmark-search-delay):
9039 * cus-start.el (vertical-centering-font-regexp):
9040 * ps-mule.el (ps-mule-font-info-database-default):
9041 * ps-print.el (ps-default-fg, ps-default-bg):
9042 * type-break.el (type-break-good-break-interval):
9043 * whitespace.el (whitespace-indentation-regexp)
9044 (whitespace-space-after-tab-regexp):
9045 * emacs-lisp/testcover.el (testcover-1value-functions)
9046 (testcover-noreturn-functions, testcover-progn-functions)
9047 (testcover-prog1-functions):
9048 * emulation/viper-init.el (viper-emacs-state-cursor-color):
9049 * eshell/em-glob.el (eshell-glob-translate-alist):
9050 * play/tetris.el (tetris-tty-colors):
9051 * progmodes/cpp.el (cpp-face-default-list):
9052 * progmodes/flymake.el (flymake-allowed-file-name-masks):
9053 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
9054 (idlwave-help-browser-generic-args):
9055 * progmodes/make-mode.el (makefile-special-targets-list):
9056 * progmodes/python.el (python-shell-virtualenv-path):
9057 * progmodes/verilog-mode.el (verilog-active-low-regexp)
9058 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
9059 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
9060 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9061 * textmodes/reftex-vars.el (reftex-format-label-function):
9062 * textmodes/remember.el (remember-diary-file): Fix custom types.
9063
9064 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
9065 Add :version.
9066
9067 2013-05-09 Leo Liu <sdl.web@gmail.com>
9068
9069 * progmodes/octave.el (inferior-octave-completion-at-point):
9070 Restore file completion. (Bug#14300)
9071 (inferior-octave-startup): Fix incorrect highlighting for the
9072 first prompt.
9073
9074 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * progmodes/ruby-mode.el: First cut at SMIE support.
9077 (ruby-use-smie): New var.
9078 (ruby-smie-grammar): New constant.
9079 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
9080 (ruby-smie--forward-token, ruby-smie--backward-token)
9081 (ruby-smie-rules): New functions.
9082 (ruby-mode-variables): Setup SMIE if applicable.
9083
9084 2013-05-08 Eli Zaretskii <eliz@gnu.org>
9085
9086 * simple.el (line-move-visual): Signal beginning/end of buffer
9087 only if vertical-motion moved less than it was requested. Avoids
9088 silly incorrect error messages when there are display strings with
9089 multiple newlines at EOL.
9090
9091 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9092
9093 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
9094 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
9095 (prolog-char-quote-workaround):
9096 * progmodes/cperl-mode.el (cperl-under-as-char):
9097 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
9098 Mark as obsolete.
9099 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
9100 their declaration.
9101 (vhdl-mode-syntax-table-init): Remove.
9102
9103 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
9104 last change.
9105
9106 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
9107 syntax for "_".
9108 (ld-script-font-lock-keywords):
9109 Change regexps to use things like \_< and \_>.
9110
9111 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
9112 Change all regexps to use things like \_< and \_>.
9113
9114 * progmodes/autoconf.el (autoconf-definition-regexp)
9115 (autoconf-font-lock-keywords, autoconf-current-defun-function):
9116 Handle a _ with symbol syntax.
9117 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
9118
9119 * progmodes/ada-mode.el (ada-mode-abbrev-table):
9120 Consolidate declaration.
9121 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
9122 the declaration.
9123 (ada-create-syntax-table): Remove.
9124 (ada-capitalize-word): Don't mess with the syntax of "_" since it
9125 already has the right syntax nowadays.
9126 (ada-goto-next-word): Don't change the syntax of "_".
9127
9128 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
9129 with-wrapper-hook.
9130
9131 2013-05-08 Sam Steingold <sds@gnu.org>
9132
9133 * thingatpt.el (thing-at-point): Accept optional second argument
9134 NO-PROPERTIES to strip the text properties from the return value.
9135 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
9136 to `thing-at-point' instead of stripping the properties ourselves.
9137 Also, when `thing-at-point' fails to find a url, prepend "http://"
9138 to the filename at point on the assumption that the user is
9139 pointing at something like gnu.org/gnu.
9140
9141 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
9142
9143 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9144 * faces.el (crm-separator):
9145 Silence byte-compiler.
9146
9147 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
9148 (tool-bar-map): Remove unneeded defvars.
9149
9150 2013-05-08 Leo Liu <sdl.web@gmail.com>
9151
9152 Re-work a fix for bug#10994 based on Le Wang's patch.
9153 * ido.el (ido-remove-consecutive-dups): New helper.
9154 (ido-completing-read): Use it.
9155 (ido-chop): Revert fix for bug#10994.
9156
9157 2013-05-08 Adam Spiers <emacs@adamspiers.org>
9158
9159 * cus-edit.el (custom-save-variables):
9160 Pretty-print long values. (Bug#14187)
9161
9162 2013-05-08 Glenn Morris <rgm@gnu.org>
9163
9164 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
9165 (m4-mode-syntax-table): Init in the defvar.
9166 (m4-mode-abbrev-table): Let define-derived-mode define it.
9167
9168 2013-05-08 Tom Tromey <tromey@redhat.com>
9169
9170 * progmodes/m4-mode.el (m4-mode-syntax-table):
9171 Do not treat "_" as word constituent. (Bug#14167)
9172
9173 2013-05-07 Glenn Morris <rgm@gnu.org>
9174
9175 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
9176 Remove explicit eshell-isearch-cancel-map.
9177
9178 * progmodes/f90.el (f90-smart-end-names): New option.
9179 (f90-smart-end): Doc fix.
9180 (f90-end-block-optional-name): New constant.
9181 (f90-block-match): Respect f90-smart-end-names.
9182
9183 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * progmodes/octave.el (octave-smie-forward-token): Be more careful
9186 about implicit semi-colons (bug#14218).
9187
9188 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9189
9190 * frame.el (display-monitor-attributes-list)
9191 (frame-monitor-attributes): New functions.
9192
9193 2013-05-06 Leo Liu <sdl.web@gmail.com>
9194
9195 * progmodes/octave.el (octave-syntax-propertize-function): Change
9196 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
9197 (octave-font-lock-keywords): Use octave-operator-regexp.
9198 (octave-completion-at-point): Rename from
9199 octave-completion-at-point-function.
9200 (inferior-octave-directory-tracker): Robustify.
9201 (octave-text-functions): Remove and fix its uses. No such things
9202 any more.
9203
9204 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * emacs-lisp/trace.el (trace--display-buffer): New function.
9207 (trace-make-advice): Use it.
9208
9209 2013-05-06 Juri Linkov <juri@jurta.org>
9210
9211 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
9212 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
9213 Doc fix.
9214 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
9215 in the help string. (Bug#12985)
9216
9217 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
9218
9219 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
9220
9221 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * progmodes/perl-mode.el: Add support for here documents.
9224 (perl-syntax-propertize-function): Match here-doc markers.
9225 (perl-syntax-propertize-special-constructs): Find their end.
9226 (perl-imenu-generic-expression): Use [:alnum:].
9227
9228 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9229 (advice--add-function): Refresh the advice if already present
9230 (bug#14317).
9231
9232 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
9233
9234 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
9235
9236 2013-05-06 Glenn Morris <rgm@gnu.org>
9237
9238 * w32-fns.el (w32-charset-info-alist): Declare.
9239
9240 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9241 of its defcustom properties.
9242 (eshell-cmpl-initialize): No need to load pcomplete.
9243
9244 * generic-x.el: No need to require comint when compiling.
9245
9246 * net/eudc-export.el: Make it loadable without bbdb.
9247 (top-level): Use require rather than load-library.
9248 (eudc-create-bbdb-record, eudc-bbdbify-phone)
9249 (eudc-batch-export-records-to-bbdb)
9250 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9251 Require bbdb.
9252
9253 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9256 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9257 some tweaks, instead.
9258
9259 2013-05-05 Leo Liu <sdl.web@gmail.com>
9260
9261 * progmodes/octave.el (octave-font-lock-keywords)
9262 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9263 (inferior-octave-send-list-and-digest): Improve error message.
9264 (octave-mode, inferior-octave-mode): Use setq-local.
9265 (octave-help): Set info-lookup-mode.
9266
9267 2013-05-05 Richard Stallman <rms@gnu.org>
9268
9269 * vc/compare-w.el (compare-windows-whitespace):
9270 Treat no-break space as whitespace.
9271
9272 * mail/rmailsum.el (rmail-summary-rmail-update):
9273 Detect empty summary and don't change selected message.
9274 (rmail-summary-goto-msg): Likewise.
9275
9276 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9277 Doc fixes, rename args.
9278
9279 2013-05-05 Alan Mackenzie <acm@muc.de>
9280
9281 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9282
9283 2013-05-05 Juri Linkov <juri@jurta.org>
9284
9285 * info.el (Info-read-subfile): Use (point-min) instead of (point)
9286 to not add the length of the summary segment to the return value.
9287 (Bug#14125)
9288
9289 2013-05-05 Leo Liu <sdl.web@gmail.com>
9290
9291 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9292 (inferior-octave-output-filter): Remove.
9293 (octave-send-region, inferior-octave-startup): Fix callers.
9294 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9295 (octave-binary-file-extensions): New user variable.
9296 (octave-find-definition): Confirm if opening binary files.
9297 (octave-help-file): Use octave-find-definition to get the binary
9298 confirmation.
9299 (octave-help): Adjust for octave-help-file change.
9300
9301 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9304 Merge the two entries that handle function definitions.
9305 (pascal--syntax-propertize): New const.
9306 (pascal-mode): Use it. Use setq-local.
9307
9308 2013-05-04 Glenn Morris <rgm@gnu.org>
9309
9310 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9311 (diary-from-outlook): Respect diary-from-outlook-function.
9312
9313 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9316 Move the declaration from C.
9317 (read-minibuffer, eval-minibuffer): Move from C.
9318 (completion-setup-function): Avoid minibuffer-completion-contents.
9319
9320 2013-05-03 Leo Liu <sdl.web@gmail.com>
9321
9322 * progmodes/octave.el (octave-font-lock-keywords): Do not
9323 dehighlight 'end' in comments or strings.
9324 (octave-completing-read, octave-goto-function-definition):
9325 New helpers.
9326 (octave-help-buffer): New user variable.
9327 (octave-help-file, octave-help-function): New button types.
9328 (octave-help): New command and bind it to C-h ;.
9329 (octave-find-definition): New command and bind it to M-.
9330 (user-error): Alias to error if not defined.
9331
9332 2013-05-02 Leo Liu <sdl.web@gmail.com>
9333
9334 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9335 for \. (bug#14332)
9336 (octave-font-lock-keywords): Include [ and {.
9337
9338 2013-05-02 Leo Liu <sdl.web@gmail.com>
9339
9340 * progmodes/octave.el (inferior-octave-startup-file): Change default.
9341 (inferior-octave): Remove calling comint-mode and return the buffer.
9342 (inferior-octave-startup): Cosmetic changes.
9343
9344 2013-05-02 Leo Liu <sdl.web@gmail.com>
9345
9346 * progmodes/octave.el (octave-syntax-propertize-function):
9347 Include the case when ' is at line beginning. (Bug#14336)
9348
9349 2013-05-02 Glenn Morris <rgm@gnu.org>
9350
9351 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9352 * desktop.el (vc-dir-mode): Just autoload it here.
9353
9354 2013-05-02 Alan Mackenzie <acm@muc.de>
9355
9356 Eliminate variable c-standard-font-lock-fontify-region-function.
9357 * progmodes/cc-mode.el
9358 (c-standard-font-lock-fontify-region-function): Remove.
9359 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9360
9361 2013-05-01 Leo Liu <sdl.web@gmail.com>
9362
9363 * progmodes/octave.el: Compatible with older emacs-24 releases.
9364 (inferior-octave-has-built-in-variables): Remove. Built-in
9365 variables were removed from Octave in 2007.
9366 (inferior-octave-startup): Fix uses.
9367 (comint-line-beginning-position): Remove compatibility code for
9368 emacs 21.
9369
9370 2013-05-01 Juri Linkov <juri@jurta.org>
9371
9372 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
9373
9374 2013-05-01 Juri Linkov <juri@jurta.org>
9375
9376 * comint.el (comint-previous-matching-input): Don't print message
9377 "History item: %d" when `isearch-mode' is active.
9378 (comint-history-isearch-message): Print message "History item: %d"
9379 when `comint-input-ring-index' is not empty and this function is
9380 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
9381
9382 2013-05-01 Leo Liu <sdl.web@gmail.com>
9383
9384 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9385 definitions. Use completion-at-point to insert keywords.
9386 (octave-abbrev-start): Remove.
9387 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9388
9389 2013-04-30 Leo Liu <sdl.web@gmail.com>
9390
9391 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9392 change.
9393
9394 2013-04-30 Alan Mackenzie <acm@muc.de>
9395
9396 Handle arbitrarily long C++ member initialisation lists.
9397 * progmodes/cc-engine.el (c-back-over-member-initializers):
9398 new function.
9399 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9400 (most) member init lists.
9401
9402 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9403
9404 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9405 variable.
9406
9407 2013-04-30 Leo Liu <sdl.web@gmail.com>
9408
9409 * progmodes/octave.el (octave-variables): Remove. No builtin
9410 variables any more. All converted to functions.
9411 (octave-font-lock-keywords, octave-completion-at-point-function):
9412 Fix uses.
9413 (octave-font-lock-texinfo-comment): New user variable.
9414 (octave-texinfo-font-lock-keywords): New variable for texinfo
9415 comment block.
9416 (octave-function-comment-block): New face.
9417 (octave-font-lock-texinfo-comment): New function.
9418 (octave-mode): Font lock texinfo comment block.
9419
9420 2013-04-29 Leo Liu <sdl.web@gmail.com>
9421
9422 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9423 indexing expression.
9424 (octave-continuation-string): Do not use \.
9425 (inferior-octave-complete-impossible): Remove.
9426 (inferior-octave-completion-table)
9427 (inferior-octave-completion-at-point): Remove its uses.
9428 (inferior-octave-startup): completion_matches was introduced to
9429 Octave in 1996 so safe to assume it.
9430 (octave-function-file-comment): Improve to follow how Octave does it.
9431 (octave-update-function-file-comment): Tweak.
9432
9433 2013-04-29 Leo Liu <sdl.web@gmail.com>
9434
9435 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9436 (inferior-octave-startup): Remove inferior-octave-startup-hook.
9437 (octave-function-file-comment): Fix typo.
9438 (octave-sync-function-file-names): Use read-char-choice.
9439
9440 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
9441
9442 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9443 to t for the less important warnings.
9444
9445 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
9446
9447 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
9448
9449 2013-04-27 Glenn Morris <rgm@gnu.org>
9450
9451 * vc/log-view.el (log-view-current-entry):
9452 Treat "---" separator lines as part of the following rev. (Bug#14169)
9453
9454 2013-04-27 Juri Linkov <juri@jurta.org>
9455
9456 * subr.el (read-number): Doc fix about using it by interactive
9457 code letter `n'. (Bug#14254)
9458
9459 2013-04-27 Juri Linkov <juri@jurta.org>
9460
9461 * desktop.el (desktop-auto-save-timeout): New option.
9462 (desktop-file-checksum): New variable.
9463 (desktop-save): Add optional arg `auto-save' and don't auto-save
9464 if nothing changed.
9465 (desktop-auto-save-timer): New variable.
9466 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9467 (after-init-hook): Call `desktop-auto-save-set-timer'.
9468 Suggested by Reuben Thomas <rrt@sc3d.org> in
9469 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9470
9471 2013-04-27 Leo Liu <sdl.web@gmail.com>
9472
9473 * progmodes/octave.el (octave-function-file-p)
9474 (octave-skip-comment-forward, octave-function-file-comment)
9475 (octave-update-function-file-comment): New functions.
9476 (octave-mode-map): Bind C-c ; to
9477 octave-update-function-file-comment.
9478 (octave-mode-menu): Add octave-update-function-file-comment.
9479 (octave-mode, inferior-octave-mode): Fix doc-string.
9480 (octave-insert-defun): Conform to Octave's coding convention.
9481 (Bug#14285)
9482
9483 * files.el (basic-save-buffer): Don't let errors in
9484 before-save-hook prevent saving buffer.
9485
9486 2013-04-20 Roland Winkler <winkler@gnu.org>
9487
9488 * faces.el (read-face-name): Use completing-read if arg multiple
9489 is nil.
9490
9491 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
9492
9493 * ls-lisp.el (ls-lisp-insert-directory): If no files are
9494 displayed, move point to after the totals line.
9495 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9496 for the details.
9497
9498 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9499
9500 * emacs-lisp/package.el (package-autoload-ensure-default-file):
9501 Add current dir to the load-path.
9502 (package-generate-autoloads): Don't rely on
9503 autoload-ensure-default-file.
9504
9505 2013-04-26 Reuben Thomas <rrt@sc3d.org>
9506
9507 * textmodes/remember.el (remember-store-in-files): Document that
9508 the file name format is passed to `format-time-string'.
9509
9510 2013-04-26 Leo Liu <sdl.web@gmail.com>
9511
9512 * progmodes/octave.el (octave-sync-function-file-names): New function.
9513 (octave-mode): Use it in before-save-hook.
9514
9515 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9518 (bug#14274).
9519
9520 * progmodes/octave.el (octave-smie-forward-token): Properly skip
9521 \n and comment, even if it's not an implicit ; (bug#14218).
9522
9523 2013-04-26 Glenn Morris <rgm@gnu.org>
9524
9525 * subr.el (read-number): Once more use `read' rather than
9526 `string-to-number', to trap non-numeric input. (Bug#14254)
9527
9528 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
9529
9530 * emacs-lisp/syntax.el (syntax-propertize-multiline):
9531 Use `syntax-multiline' text property consistently instead of
9532 `font-lock-multiline'. (Bug#14237)
9533
9534 2013-04-26 Glenn Morris <rgm@gnu.org>
9535
9536 * emacs-lisp/shadow.el (list-load-path-shadows):
9537 No longer necessary to check for duplicate simple.el, since
9538 2012-07-07 change to init_lread to not include installation lisp
9539 directories in load-path when running uninstalled. (Bug#14270)
9540
9541 2013-04-26 Leo Liu <sdl.web@gmail.com>
9542
9543 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9544 (octave-mode, inferior-octave-mode): Use setq-local.
9545 (octave-not-in-string-or-comment-p): Rename to
9546 octave-in-string-or-comment-p.
9547 (octave-in-comment-p, octave-in-string-p)
9548 (octave-in-string-or-comment-p): Replace defsubst with defun.
9549
9550 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
9551
9552 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9553
9554 2013-04-25 Bastien Guerry <bzg@gnu.org>
9555
9556 * textmodes/remember.el (remember-data-directory)
9557 (remember-directory-file-name-format): Fix custom types.
9558
9559 2013-04-25 Leo Liu <sdl.web@gmail.com>
9560
9561 * progmodes/octave.el (octave-completion-at-point-function):
9562 Make use of inferior octave process.
9563 (octave-initialize-completions): Remove.
9564 (inferior-octave-completion-table): New function.
9565 (inferior-octave-completion-at-point): Use it.
9566 (octave-completion-alist): Remove.
9567
9568 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * progmodes/opascal.el: Use font-lock and syntax-propertize.
9571 (opascal-mode-syntax-table): New var.
9572 (opascal-literal-kind, opascal-is-literal-end)
9573 (opascal-literal-token-at): Rewrite.
9574 (opascal--literal-start-re, opascal-font-lock-keywords)
9575 (opascal--syntax-propertize): New constants.
9576 (opascal-font-lock-defaults): Adjust.
9577 (opascal-mode): Use them. Set comment-<foo> variables as well.
9578 (delphi-comment-face, opascal-comment-face, delphi-string-face)
9579 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9580 (delphi-other-face, opascal-other-face): Remove face variables.
9581 (opascal-save-state): Remove macro.
9582 (opascal-fontifying-progress-step): Remove constant.
9583 (opascal--ignore-changes): Remove var.
9584 (opascal-set-token-property, opascal-parse-next-literal)
9585 (opascal-is-stable-literal, opascal-complete-literal)
9586 (opascal-is-literal-start, opascal-face-of)
9587 (opascal-parse-region, opascal-parse-region-until-stable)
9588 (opascal-fontify-region, opascal-after-change)
9589 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9590 (opascal-debug-parse-region, opascal-debug-parse-window)
9591 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9592 (opascal-debug-fontify-buffer): Remove.
9593 (opascal-debug-mode-map): Adjust accordingly.
9594
9595 2013-04-25 Leo Liu <sdl.web@gmail.com>
9596
9597 Merge octave-mod.el and octave-inf.el into octave.el with some
9598 cleanups.
9599 * progmodes/octave.el: New file renamed from octave-mod.el.
9600 * progmodes/octave-inf.el: Merged into octave.el.
9601 * progmodes/octave-mod.el: Renamed to octave.el.
9602
9603 2013-04-25 Tassilo Horn <tsdh@gnu.org>
9604
9605 * textmodes/reftex-vars.el
9606 (reftex-label-ignored-macros-and-environments): New defcustom.
9607
9608 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9609
9610 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9613 (smie-indent-keyword): Improve the check to ensure that the next
9614 comment is really on the same line.
9615 (smie-indent-comment): Don't align with a subsequent closer (or eob).
9616
9617 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9618 semi-colons if the line is not otherwise empty (bug#14218).
9619
9620 2013-04-25 Glenn Morris <rgm@gnu.org>
9621
9622 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9623
9624 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9625
9626 * progmodes/opascal.el (opascal-set-token-property): Rename from
9627 opascal-set-text-properties and only set `token' (bug#14134).
9628 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9629 (opascal-literal-text-properties): Remove.
9630 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9631 Adjust callers.
9632
9633 2013-04-24 Reuben Thomas <rrt@sc3d.org>
9634
9635 * textmodes/remember.el (remember-handler-functions): Add an
9636 option for a new handler `remember-store-in-files'.
9637 (remember-data-directory, remember-directory-file-name-format):
9638 New options.
9639 (remember-store-in-files): New function to store remember notes
9640 as separate files within a directory.
9641
9642 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
9643
9644 * progmodes/compile.el (compilation-next-error-function):
9645 Pass "formats" to compilation-find-file (bug#11777).
9646
9647 2013-04-24 Glenn Morris <rgm@gnu.org>
9648
9649 * vc/vc-bzr.el (vc-bzr-print-log):
9650 * vc/vc-hg.el (vc-hg-print-log):
9651 * vc/vc-svn.el (vc-svn-print-log):
9652 Fix START-REVISION with LIMIT != 1. (Bug#14168)
9653
9654 * vc/vc-bzr.el (vc-bzr-print-log):
9655 * vc/vc-cvs.el (vc-cvs-print-log):
9656 * vc/vc-git.el (vc-git-print-log):
9657 * vc/vc-hg.el (vc-hg-print-log):
9658 * vc/vc-mtn.el (vc-mtn-print-log):
9659 * vc/vc-rcs.el (vc-rcs-print-log):
9660 * vc/vc-sccs.el (vc-sccs-print-log):
9661 * vc/vc-svn.el (vc-svn-print-log):
9662 * vc/vc.el (vc-print-log-internal): Doc fixes.
9663
9664 2013-04-23 Glenn Morris <rgm@gnu.org>
9665
9666 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9667 Remove venerable code attempting to avoid substitute-command-keys.
9668
9669 2013-04-23 Tassilo Horn <tsdh@gnu.org>
9670
9671 * textmodes/reftex-vars.el (reftex-label-regexps):
9672 Call `reftex-compile-variables' after changes to this variable.
9673
9674 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9675
9676 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9677 Use lexical-binding.
9678 (jit-lock-force-redisplay): Use markers, check buffer's continued
9679 existence and beware narrowed buffers.
9680 (jit-lock-fontify-now): Adjust call accordingly.
9681
9682 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9683
9684 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9685 to avoid misleading the user.
9686
9687 2013-04-22 Leo Liu <sdl.web@gmail.com>
9688
9689 * info-look.el: Prefer latex2e.info. (Bug#14240)
9690
9691 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9692
9693 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9694
9695 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9696 * net/tramp.el (tramp-call-process): ... here.
9697 (tramp-set-completion-function, tramp-parse-putty):
9698 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9699 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9700 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9701 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9702 (tramp-call-local-coding-command): Use `tramp-call-process'
9703 instead of `tramp-compat-call-process'.
9704
9705 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9706 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9707 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9708 (tramp-find-inline-compress): Improve traces.
9709 (tramp-maybe-send-script): Check for Perl binary.
9710 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9711
9712 2013-04-22 Daiki Ueno <ueno@gnu.org>
9713
9714 * epg.el (epg-context-pinentry-mode): New function.
9715 (epg-context-set-pinentry-mode): New function.
9716 (epg--start): Pass --pinentry-mode option to gpg command.
9717
9718 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9719
9720 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9721 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9722 `completion-at-point'. (Bug#13774)
9723
9724 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9725 default key binding for `describe-distribution' has been moved to
9726 `C-h C-o'. (Bug#13970)
9727
9728 2013-04-21 Glenn Morris <rgm@gnu.org>
9729
9730 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9731 Add doc strings.
9732 (vc-print-log): Clarify interactive prompt.
9733
9734 2013-04-20 Glenn Morris <rgm@gnu.org>
9735
9736 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9737 No longer include timestamp etc information.
9738
9739 2013-04-20 Roland Winkler <winkler@gnu.org>
9740
9741 * faces.el (read-face-name): Bug fix, return just one face if arg
9742 multiple is nil. (Bug#14209)
9743
9744 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9747 (remove-function): Autoload.
9748
9749 * comint.el (comint-redirect-original-filter-function): Remove.
9750 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9751 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9752 (vc-cvs-annotate-command):
9753 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9754 * progmodes/prolog.el (prolog-consult-compile):
9755 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9756 Use add/remove-function instead.
9757 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9758 (gud-tooltip-process-output, gud-tooltip-tips):
9759 Use add/remove-function instead.
9760 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9761 (scheme-interaction-mode, exit-scheme-interaction-mode):
9762 Use add/remove-function instead.
9763
9764 * vc/vc-dispatcher.el: Use lexical-binding.
9765 (vc--process-sentinel): Rename from vc-process-sentinel.
9766 Change last arg to be the code to run. Don't use vc-previous-sentinel
9767 and vc-sentinel-commands any more.
9768 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9769 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9770
9771 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9772
9773 * progmodes/sh-script.el (sh-imenu-generic-expression):
9774 Handle function names with a single character. (Bug#14111)
9775
9776 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9777
9778 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9779 for subroutines defined in an eval (bug#14182).
9780
9781 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9782
9783 * bookmark.el (bookmark-completing-read): Improve handling of empty
9784 string (bug#14176).
9785
9786 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9787
9788 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9789
9790 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9791
9792 New faster Imenu implementation (bug#14058).
9793 * progmodes/python.el:
9794 (python-imenu-prev-index-position):
9795 (python-imenu-format-item-label-function)
9796 (python-imenu-format-parent-item-label-function)
9797 (python-imenu-format-parent-item-jump-label-function):
9798 New vars.
9799 (python-imenu-format-item-label)
9800 (python-imenu-format-parent-item-label)
9801 (python-imenu-format-parent-item-jump-label)
9802 (python-imenu--put-parent, python-imenu--build-tree)
9803 (python-imenu-create-index, python-imenu-create-flat-index)
9804 (python-util-popn): New functions.
9805 (python-mode): Set imenu-create-index-function to
9806 python-imenu-create-index.
9807
9808 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * winner.el (winner-active-region): Use region-active-p, activate-mark
9811 and deactivate-mark (bug#14225).
9812
9813 * simple.el (deactivate-mark): Don't inline it.
9814
9815 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9816
9817 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9818
9819 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9820
9821 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9822 file extensions from the archive-mode entry in order to prefer
9823 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9824
9825 2013-04-18 Leo Liu <sdl.web@gmail.com>
9826
9827 * bindings.el (help-event-list): Add ?\?.
9828
9829 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9830
9831 * subr.el (with-wrapper-hook): Declare obsolete.
9832 * simple.el (filter-buffer-substring-function): New hook.
9833 (filter-buffer-substring): Use it.
9834 (filter-buffer-substring-functions): Mark obsolete.
9835 * minibuffer.el (completion-in-region-function): New hook.
9836 (completion-in-region): Use it.
9837 (completion-in-region-functions): Mark obsolete.
9838 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9839 * abbrev.el (abbrev-expand-function): New hook.
9840 (expand-abbrev): Use it.
9841 (abbrev-expand-functions): Mark obsolete.
9842 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9843 and :filter-return.
9844
9845 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9846
9847 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9848 and do not care about match data.
9849
9850 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9851
9852 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9853 completion tables when completing error conditions and
9854 `declare' arguments.
9855 (lisp-complete-symbol, field-complete): Mark as obsolete.
9856 (check-parens): Unmatched parens are user errors.
9857 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9858
9859 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9860
9861 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9862 command changed buffer (ie. `flyspell-pre-buffer' is not current
9863 buffer), which prevents making decisions based on invalid value of
9864 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9865 cause an error when `flyspell-pre-point' was nil after switching
9866 buffers.
9867 (flyspell-post-command-hook): No longer needs to change buffers when
9868 checking pre-word. While at it remove unnecessary progn.
9869
9870 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9871
9872 * textmodes/ispell.el (ispell-add-per-file-word-list):
9873 Fix `flyspell-correct-word-before-point' error when accepting
9874 words and `coment-padding' is an integer by using
9875 `comment-normalize-vars' (Bug #14214).
9876
9877 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9878
9879 New defun movement commands.
9880 * progmodes/python.el (python-nav--syntactically)
9881 (python-nav--forward-defun, python-nav-backward-defun)
9882 (python-nav-forward-defun): New functions.
9883
9884 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9885
9886 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9887 (python-syntax-context): Use named compiler-macro for backwards
9888 compatibility with Emacs 24.x.
9889
9890 2013-04-17 Leo Liu <sdl.web@gmail.com>
9891
9892 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9893 octave-hide-process-buffer.
9894
9895 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9898 (bug#14216).
9899
9900 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9901
9902 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9903 Fix adjustment of offset when receiving incomplete responses from GDB
9904 (bug#14129).
9905
9906 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9909 python-mode-abbrev-table.
9910 (python-skeleton-define): Adjust accordingly.
9911 (python-mode-abbrev-table): New table that inherits from it so that
9912 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9913
9914 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9915 (abbrev-symbol): Use it.
9916 (abbrev--before-point): Use it since we already handle inheritance.
9917
9918 2013-04-16 Leo Liu <sdl.web@gmail.com>
9919
9920 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9921 binding to info-lookup-symbol.
9922
9923 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
9924
9925 * minibuffer.el (completion--twq-all):
9926 * term/ns-win.el (ns-initialize-window-system):
9927 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9928
9929 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9932 global bindings.
9933
9934 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9935
9936 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9937
9938 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9939 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9940 to nil.
9941 (ruby-end-of-defun): Remove the unused arg, change the docstring
9942 to reflect that this function is only used as the value of
9943 `end-of-defun-function'.
9944 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9945 to reflect an earlier change that beginning/end-of-defun functions
9946 jump between methods in a class definition, as well as top-level
9947 functions.
9948
9949 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * minibuffer.el (minibuffer-complete): Don't just scroll
9952 a *Completions* that's been iconified.
9953 (minibuffer-force-complete): Make sure repetitions do cycle when going
9954 through completion-in-region -> minibuffer-complete.
9955
9956 2013-04-15 Alan Mackenzie <acm@muc.de>
9957
9958 Correct the placement of c-cpp-delimiters when there're #s not at
9959 col 0.
9960
9961 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9962 place a submatch around the #.
9963 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9964 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
9965 on the #, not BOL.
9966
9967 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9970 (advice--member-p): New arg `name'.
9971 (advice--add-function, advice-member-p): Use it (bug#14202).
9972
9973 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9974
9975 Reformulate java imenu-generic-expression.
9976 The old expression contained ill formed regexps.
9977
9978 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9979 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9980 (cc-imenu-java-method-arg-regexp): New defconsts.
9981 (cc-imenu-java-build-type-args-regex): New defun.
9982 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9983 handling of spaces in the regexp.
9984
9985 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9986
9987 * textmodes/ispell.el (ispell-command-loop): Remove
9988 flyspell highlight of a word when ispell accepts it (bug #14178).
9989
9990 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
9991
9992 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9993 uses code from the previous `ange-ftp-run-real-handler'.
9994 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9995 only in case that function exist. This is needed for proper
9996 unloading of Tramp.
9997
9998 2013-04-15 Tassilo Horn <tsdh@gnu.org>
9999
10000 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
10001
10002 * textmodes/reftex.el (reftex-compile-variables): Use it.
10003
10004 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10005
10006 * files.el (normal-mode): Only use default major-mode if no other mode
10007 was specified.
10008
10009 * emacs-lisp/trace.el (trace-values): New function.
10010
10011 * files.el: Allow : in local variables (bug#14089).
10012 (hack-local-variable-regexp): New var.
10013 (hack-local-variables-prop-line, hack-local-variables): Use it.
10014
10015 2013-04-13 Roland Winkler <winkler@gnu.org>
10016
10017 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
10018 data before it gets modified by bibtex-beginning-of-entry.
10019
10020 2013-04-13 Roland Winkler <winkler@gnu.org>
10021
10022 * textmodes/bibtex.el (bibtex-url): Doc fix.
10023
10024 2013-04-13 Roland Winkler <winkler@gnu.org>
10025
10026 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
10027 does not visit a BibTeX file, exclude it from the list of buffers
10028 returned by bibtex-initialize.
10029
10030 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
10031
10032 * window.el (split-window): Remove interactive form, since as a
10033 command this function is a special case of split-window-below.
10034 Correct doc string.
10035
10036 2013-04-12 Roland Winkler <winkler@gnu.org>
10037
10038 * faces.el (read-face-name): Do not override value of arg default.
10039 Allow single faces and strings as default values. Remove those
10040 elements from return value that are not faces.
10041 (describe-face): Simplify.
10042 (face-at-point): New optional args thing and multiple so that this
10043 function can provide the same functionality previously provided by
10044 read-face-name.
10045 (make-face-bold, make-face-unbold, make-face-italic)
10046 (make-face-unitalic, make-face-bold-italic, invert-face)
10047 (modify-face, read-face-and-attribute): Use face-at-point.
10048
10049 * cus-edit.el (customize-face, customize-face-other-window)
10050 * cus-theme.el (custom-theme-add-face)
10051 * face-remap.el (buffer-face-set)
10052 * facemenu.el (facemenu-set-face): Use face-at-point.
10053
10054 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
10055
10056 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
10057
10058 2013-04-10 Tassilo Horn <tsdh@gnu.org>
10059
10060 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
10061 off leading { and trailing } from field values.
10062
10063 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * emacs-lisp/timer.el (timer--check): New function.
10066 (timer--time, timer-set-function, timer-event-handler): Use it.
10067 (timer-set-idle-time): Simplify.
10068 (timer--activate): CSE.
10069 (timer-event-handler): Give more info in error message.
10070 (internal-timer-start-idle): New function, moved from C.
10071
10072 * mpc.el (mpc-proc): Add `restart' argument.
10073 (mpc-proc-cmd): Use it.
10074 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
10075 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
10076 less often.
10077
10078 2013-04-10 Masatake YAMATO <yamato@redhat.com>
10079
10080 * progmodes/sh-script.el: Implement `sh-mode' own
10081 `add-log-current-defun-function' (bug#14112).
10082 (sh-current-defun-name): New function.
10083 (sh-mode): Use the function.
10084
10085 2013-04-09 Bastien Guerry <bzg@gnu.org>
10086
10087 * simple.el (choose-completion-string): Fix docstring (bug#14163).
10088
10089 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
10092
10093 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
10094 timer (bug#14156).
10095
10096 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
10097
10098 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
10099 declaration.
10100
10101 2013-04-07 Leo Liu <sdl.web@gmail.com>
10102
10103 * pcmpl-x.el: New file.
10104
10105 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
10106
10107 Do not set x-display-name until X connection is established.
10108 This is needed to prevent from weird situation described at
10109 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
10110 * frame.el (make-frame): Set x-display-name after call to
10111 window system initialization function, not before.
10112 * term/x-win.el (x-initialize-window-system): Add optional
10113 display argument and use it.
10114 * term/w32-win.el (w32-initialize-window-system):
10115 * term/ns-win.el (ns-initialize-window-system):
10116 * term/pc-win.el (msdos-initialize-window-system):
10117 Add compatible optional display argument.
10118
10119 2013-04-06 Eli Zaretskii <eliz@gnu.org>
10120
10121 * files.el (normal-backup-enable-predicate): On MS-Windows and
10122 MS-DOS compare truenames of temporary-file-directory and of the
10123 file, so that 8+3 aliases (usually found in $TEMP on Windows)
10124 don't fail comparison by compare-strings. Also, compare file
10125 names case-insensitively on MS-Windows and MS-DOS.
10126
10127 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
10130 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
10131
10132 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
10133
10134 * whitespace.el (whitespace-color-on, whitespace-color-off):
10135 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
10136
10137 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
10138
10139 * ispell.el (ispell-set-spellchecker-params):
10140 Really set `ispell-args' for all equivs.
10141
10142 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * ido.el (ido-completions): Use extra elements of ido-decorations
10145 (bug#14143).
10146 (ido-decorations): Update docstring.
10147
10148 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
10149
10150 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10151 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
10152 nil during initialization, in order not to miss changes since the
10153 file was opened. (Bug#14140)
10154
10155 2013-04-05 Leo Liu <sdl.web@gmail.com>
10156
10157 * kmacro.el (kmacro-call-macro): Fix bug#14135.
10158
10159 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
10160
10161 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
10162
10163 2013-04-04 Glenn Morris <rgm@gnu.org>
10164
10165 * electric.el (electric-pair-inhibit-predicate): Add :version.
10166
10167 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
10170 when a package is required several times (bug#14082).
10171
10172 2013-04-04 Roland Winkler <winkler@gnu.org>
10173
10174 * faces.el (read-face-name): Behave as promised by the docstring.
10175 Assume that arg default is a list of faces.
10176 (describe-face): Call read-face-name with list of default faces.
10177
10178 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10179
10180 * bookmark.el: Fix deletion of bookmarks (bug#13972).
10181 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
10182 (bookmark-bmenu-execute-deletions): Only skip first line if it's
10183 the header.
10184 (bookmark-exit-hook-internal): Save even if list is empty.
10185
10186 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
10187
10188 * emacs-lisp/package.el (package-pinned-packages): New var.
10189 (package--add-to-archive-contents): Obey it (bug#14118).
10190
10191 2013-04-03 Alan Mackenzie <acm@muc.de>
10192
10193 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
10194 Also adapt to the new values of element 7 of a parse state.
10195
10196 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
10197 parameter `not-in-delimiter'. Handle being inside comment opener.
10198 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
10199 character in case we're typing a '*' after a '/'.
10200 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
10201 instead by passing the parameter to c-state-pp-to-literal.
10202
10203 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
10204 for elt. 7 of a parse state.
10205
10206 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
10207
10208 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
10209 * international/latin1-disp.el, international/mule-util.el:
10210 * language/cyril-util.el, language/european.el, language/ind-util.el:
10211 * language/lao-util.el, language/thai.el, language/tibet-util.el:
10212 * language/tibetan.el, language/viet-util.el:
10213 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
10214
10215 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
10218 (electric-pair-post-self-insert-function): Use it.
10219 (electric-pair-default-inhibit): New function, extracted from
10220 electric-pair-post-self-insert-function.
10221
10222 2013-03-31 Roland Winkler <winkler@gnu.org>
10223
10224 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10225
10226 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10229
10230 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
10231
10232 Un-indent after "pass" and "return" statements (Bug#13888)
10233 * progmodes/python.el (python-indent-block-enders): New var.
10234 (python-indent-calculate-indentation): Use it.
10235
10236 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
10237
10238 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10239 defun. Defining it as defalias could introduce too eager
10240 byte-compiler optimization. (Bug#14030)
10241
10242 2013-03-30 Chong Yidong <cyd@gnu.org>
10243
10244 * iswitchb.el (iswitchb-read-buffer): Fix typo.
10245
10246 2013-03-30 Leo Liu <sdl.web@gmail.com>
10247
10248 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10249 (kmacro-execute-from-register): Pass the keyboard macro to
10250 kmacro-call-macro or repeating won't work correctly.
10251
10252 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
10253
10254 * progmodes/subword.el: Back to using `forward-symbol'.
10255
10256 * subr.el (forward-whitespace, forward-symbol)
10257 (forward-same-syntax): Move from thingatpt.el.
10258
10259 2013-03-29 Leo Liu <sdl.web@gmail.com>
10260
10261 * kmacro.el (kmacro-to-register): New command.
10262 (kmacro-execute-from-register): New function.
10263 (kmacro-keymap): Bind to 'x'. (Bug#14071)
10264
10265 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 * mpc.el: Use defvar-local and setq-local.
10268 (mpc--proc-connect): Connection failures are not bugs.
10269 (mpc-mode-map): `follow-link' only applies to the buffer's content.
10270 (mpc-volume-map): Bind to the up-events.
10271
10272 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10273
10274 * progmodes/subword.el (superword-mode): Use `forward-sexp'
10275 instead of `forward-symbol'.
10276
10277 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10278
10279 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10280 (edebug--recursive-edit): Use it.
10281 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10282 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10283
10284 2013-03-28 Leo Liu <sdl.web@gmail.com>
10285
10286 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
10287
10288 2013-03-27 Eli Zaretskii <eliz@gnu.org>
10289
10290 * facemenu.el (list-colors-callback): New defvar.
10291 (list-colors-redisplay): New function.
10292 (list-colors-display): Install list-colors-redisplay as the
10293 revert-buffer-function. (Bug#14063)
10294
10295 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10296
10297 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10298 and suffixes don't overlap (bug#14061).
10299
10300 * case-table.el: Use lexical-binding.
10301 (case-table-get-table): New function.
10302 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
10303
10304 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10305
10306 * progmodes/subword.el: Add `superword-mode' to do word motion
10307 over symbol_words (parallels and leverages `subword-mode' which
10308 does word motion inside MixedCaseWords).
10309
10310 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
10311
10312 * eshell/em-unix.el: Move su and sudo to...
10313 * eshell/em-tramp.el: ...Eshell tramp module.
10314
10315 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10316
10317 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10318 Change return value to be a sexp. Delay `get-buffer' to after
10319 restoring the desktop (bug#13951).
10320
10321 2013-03-26 Leo Liu <sdl.web@gmail.com>
10322
10323 * register.el: Move semantic tag handling back to
10324 cedet/semantic/senator.el. (Bug#14052)
10325
10326 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10327
10328 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10329 into the prompt either (bug#13963).
10330
10331 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10332
10333 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10334 part of "(error-foo)".
10335
10336 2013-03-24 Juri Linkov <juri@jurta.org>
10337
10338 * replace.el (list-matching-lines-prefix-face): New defcustom.
10339 (occur-1): Pass `list-matching-lines-prefix-face' to the function
10340 `occur-engine' if `face-differs-from-default-p' returns t.
10341 (occur-engine): Add `,' inside backquote construct to evaluate
10342 `prefix-face'. Propertize the prefix with the `prefix-face' face.
10343 Pass `prefix-face' to the functions `occur-context-lines' and
10344 `occur-engine-add-prefix'.
10345 (occur-engine-add-prefix, occur-context-lines): Add optional arg
10346 `prefix-face' and propertize the prefix with `prefix-face'.
10347 (Bug#14017)
10348
10349 2013-03-24 Leo Liu <sdl.web@gmail.com>
10350
10351 * nxml/rng-valid.el (rng-validate-while-idle)
10352 (rng-validate-quick-while-idle): Guard against deleted buffer.
10353 (Bug#13999)
10354
10355 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10356 is the last entry in kill-buffer-hook.
10357
10358 * files.el (kill-buffer-hook): Doc fix.
10359
10360 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
10361
10362 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10363 Make it safe-local.
10364
10365 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10366
10367 2013-03-23 Leo Liu <sdl.web@gmail.com>
10368
10369 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10370 Remove.
10371
10372 * nxml/rng-valid.el (rng-validate-mode)
10373 (rng-after-change-function, rng-do-some-validation):
10374 * nxml/rng-maint.el (rng-validate-buffer):
10375 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10376 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10377 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10378 (nxml-extend-after-change-region): Use with-silent-modifications.
10379
10380 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10381 timer-idle-list.
10382
10383 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10384 (rng-next-error-1, rng-previous-error-1): Do not let-bind
10385 timer-idle-list. (Bug#13999)
10386
10387 2013-03-23 Juri Linkov <juri@jurta.org>
10388
10389 * info.el (info-index-match): New face.
10390 (Info-index, Info-apropos-matches): Add a nested subgroup to the
10391 main pattern and add text properties with the new face to matches
10392 in index entries relative to the beginning of the index entry.
10393 (Bug#14015)
10394
10395 2013-03-21 Eric Ludlam <zappo@gnu.org>
10396
10397 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10398 Inhibit read only while inserting objects.
10399
10400 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
10401
10402 * progmodes/cfengine.el: Update docs to mention
10403 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
10404 symbol motion. Remove "_" from the word syntax.
10405
10406 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
10407
10408 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10409 syntax for both `cfengine2-mode' and `cfengine3-mode'.
10410
10411 2013-03-20 Juri Linkov <juri@jurta.org>
10412
10413 * info.el (Info-next-reference-or-link)
10414 (Info-prev-reference-or-link): New functions.
10415 (Info-next-reference, Info-prev-reference): Use them.
10416 (Info-try-follow-nearest-node): Handle footnote navigation.
10417 (Info-fontify-node): Fontify footnotes. (Bug#13989)
10418
10419 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10422 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10423
10424 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
10425
10426 Suppress unnecessary non-ASCII chatter during build process.
10427 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10428 (batch-skkdic-convert): Suppress most of the chatter.
10429 It's not needed so much now that machines are faster,
10430 and its non-ASCII component was confusing; see Dmitry Gutov in
10431 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10432
10433 2013-03-20 Leo Liu <sdl.web@gmail.com>
10434
10435 * ido.el (ido-chop): Fix bug#10994.
10436
10437 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10438
10439 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10440 Remove vars.
10441 (whitespace-color-on, whitespace-color-off):
10442 Use `font-lock-fontify-buffer' (Bug#13817).
10443
10444 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10447 remapping in mode-line.
10448 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10449
10450 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10451
10452 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10453 value for `whitespace-line' face (Bug#13875).
10454 (whitespace-font-lock-keywords): Change description.
10455 (whitespace-color-on): Don't save `font-lock-keywords' value, save
10456 the constructed keywords instead.
10457 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10458
10459 2013-03-19 Leo Liu <sdl.web@gmail.com>
10460
10461 * progmodes/compile.el (compilation-display-error): New command.
10462 (compilation-mode-map, compilation-minor-mode-map): Bind it to
10463 C-o. (Bug#13992)
10464
10465 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10466
10467 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10468
10469 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
10470
10471 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10472
10473 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
10474
10475 * net/tramp-compat.el (tramp-compat-user-error): New defun.
10476
10477 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10478 * net/tramp-gvfs.el (top):
10479 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10480 (tramp-handle-shell-command): Use it.
10481 (tramp-dissect-file-name): Raise an error when hostname is a
10482 method name, and neither method nor user is specified.
10483
10484 * net/trampver.el: Update release number.
10485
10486 2013-03-18 Leo Liu <sdl.web@gmail.com>
10487
10488 Make sure eldoc can be turned off properly.
10489 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10490 eldoc-mode.
10491 (eldoc-display-message-p): Revert last change.
10492 (eldoc-display-message-no-interference-p)
10493 (eldoc-print-current-symbol-info): Tweak.
10494
10495 2013-03-18 Tassilo Horn <tsdh@gnu.org>
10496
10497 * doc-view.el (doc-view-new-window-function): Check the new window
10498 overlay's display property instead the char property of the
10499 buffer's first char. Use `with-selected-window' instead of
10500 `save-window-excursion' with `select-window'.
10501 (doc-view-document->bitmap): Check the current doc-view overlay's
10502 display property instead the char property of the buffer's first char.
10503
10504 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10505
10506 Automate the build of ja-dic.el (Bug#13984).
10507 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10508 from the input, rather than assume that it's been done for us by the
10509 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
10510 the current date into a ja-dic.el comment, as that complicates
10511 regression testing.
10512
10513 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10514
10515 * whitespace.el: Fix double evaluation.
10516 (whitespace-space, whitespace-hspace, whitespace-tab)
10517 (whitespace-newline, whitespace-trailing, whitespace-line)
10518 (whitespace-space-before-tab, whitespace-indentation)
10519 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10520 obsolete defvars.
10521 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10522 (whitespace-color-on): Use a single font-lock-add-keywords call.
10523 Fix double-evaluation of face variables.
10524
10525 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
10526
10527 * net/tramp-adb.el (tramp-adb-parse-device-names):
10528 Use `start-process' instead of `call-process'. Otherwise, the
10529 function might be blocked under MS Windows. (Bug#13299)
10530
10531 2013-03-17 Leo Liu <sdl.web@gmail.com>
10532
10533 Extend eldoc to display info in the mode-line. (Bug#13978)
10534 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10535 (eldoc-mode-line-string): New variable.
10536 (eldoc-minibuffer-message): New function.
10537 (eldoc-message-function): New variable.
10538 (eldoc-message): Use it.
10539 (eldoc-display-message-p)
10540 (eldoc-display-message-no-interference-p):
10541 Support eldoc-post-insert-mode.
10542
10543 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10544 (eval-expression): Run it.
10545
10546 2013-03-17 Roland Winkler <winkler@gnu.org>
10547
10548 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10549 strings in the list of return values.
10550
10551 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10552
10553 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10554 radix before checking for HMS forms.
10555
10556 2013-03-16 Leo Liu <sdl.web@gmail.com>
10557
10558 * progmodes/scheme.el: Add indentation and font-locking for λ.
10559 (Bug#13975)
10560
10561 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10564 token before point (bug#13942).
10565
10566 2013-03-16 Leo Liu <sdl.web@gmail.com>
10567
10568 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
10569
10570 2013-03-16 Eli Zaretskii <eliz@gnu.org>
10571
10572 * startup.el (command-line-normalize-file-name): Fix handling of
10573 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
10574 <xfq.free@gmail.com> in
10575 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10576
10577 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
10578
10579 Sync with Tramp 2.2.7.
10580
10581 * net/trampver.el: Update release number.
10582
10583 2013-03-14 Tassilo Horn <tsdh@gnu.org>
10584
10585 * doc-view.el: Fix bug#13887.
10586 (doc-view-insert-image): Don't modify overlay associated to
10587 non-live windows, and implement horizontal centering of image in
10588 case it's smaller than the window.
10589 (doc-view-new-window-function): Force redisplay of new windows on
10590 doc-view buffers.
10591
10592 2013-03-13 Karl Fogel <kfogel@red-bean.com>
10593
10594 * saveplace.el (save-place-alist-to-file): Don't sort
10595 `save-place-alist', just pretty-print it (bug#13882).
10596
10597 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
10598
10599 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10600 Check whether `default-file-name-coding-system' is bound.
10601 It isn't in XEmacs.
10602
10603 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10606 backquotes for `obsolete' (bug#13929).
10607
10608 * international/mule.el (find-auto-coding): Include file name in
10609 obsolescence warning (bug#13922).
10610
10611 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
10612
10613 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10614 for CFEngine 3-specific indentation.
10615 (cfengine3-indent-line): Use it. Fix up category regex.
10616 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10617
10618 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * type-break.el (type-break-file-name):
10621 * textmodes/remember.el (remember-data-file):
10622 * strokes.el (strokes-file):
10623 * shadowfile.el (shadow-initialize):
10624 * saveplace.el (save-place-file):
10625 * ps-bdf.el (bdf-cache-file):
10626 * progmodes/idlwave.el (idlwave-config-directory):
10627 * net/quickurl.el (quickurl-url-file):
10628 * international/kkc.el (kkc-init-file-name):
10629 * ido.el (ido-save-directory-list-file):
10630 * emulation/viper.el (viper-custom-file-name):
10631 * emulation/vip.el (vip-startup-file):
10632 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10633 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10634
10635 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
10636
10637 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10638 * language/thai-word.el: Switch to UTF-8.
10639
10640 See ChangeLog.16 for earlier changes.
10641
10642 ;; Local Variables:
10643 ;; coding: utf-8
10644 ;; End:
10645
10646 Copyright (C) 2011-2013 Free Software Foundation, Inc.
10647
10648 This file is part of GNU Emacs.
10649
10650 GNU Emacs is free software: you can redistribute it and/or modify
10651 it under the terms of the GNU General Public License as published by
10652 the Free Software Foundation, either version 3 of the License, or
10653 (at your option) any later version.
10654
10655 GNU Emacs is distributed in the hope that it will be useful,
10656 but WITHOUT ANY WARRANTY; without even the implied warranty of
10657 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10658 GNU General Public License for more details.
10659
10660 You should have received a copy of the GNU General Public License
10661 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.