]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/progmodes/ruby-mode.el (ruby-forward-string): Document.
[gnu-emacs] / lisp / ChangeLog
1 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
2
3 * progmodes/ruby-mode.el (ruby-forward-string): Document. Handle
4 caret-delimited strings (Bug#16079).
5
6 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
7
8 * progmodes/ruby-mode.el (ruby-accurate-end-of-block): When
9 `ruby-use-smie' is t, use `smie-forward-sexp' instead of
10 `ruby-parse-partial' (Bug#16078).
11
12 2013-12-09 Leo Liu <sdl.web@gmail.com>
13
14 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
15
16 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
17
18 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
19 (js-switch-indent-offset): New option.
20 (js--proper-indentation): Use it. And handle the case when
21 "default" is actually a key in an object literal.
22 (js--same-line): New function.
23 (js--multi-line-declaration-indentation): Use it.
24 (js--indent-in-array-comp, js--array-comp-indentation): New
25 functions.
26 (js--proper-indentation): Use them, to handle array comprehension
27 continuations.
28
29 2013-12-08 Leo Liu <sdl.web@gmail.com>
30
31 * progmodes/flymake.el (flymake-highlight-line): Re-write.
32 (flymake-make-overlay): Remove arg MOUSE-FACE.
33 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
34
35 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
38 New function.
39 (redisplay-highlight-region-function): Use it.
40
41 * emulation/cua-base.el (cua--explicit-region-start)
42 (cua--last-region-shifted): Remove.
43 (cua--deactivate): Use deactivate-mark.
44 (cua--pre-command-handler-1): Don't handle shift-selection.
45 (cua--post-command-handler-1): Don't change transient-mark-mode.
46 (cua--select-keymaps): Use region-active-p rather than
47 cua--explicit-region-start or cua--last-region-shifted.
48 (cua-mode): Enable shift-select-mode.
49
50 2013-12-08 Leo Liu <sdl.web@gmail.com>
51
52 * progmodes/flymake.el (flymake-popup-current-error-menu):
53 Rename from flymake-display-err-menu-for-current-line. Reimplement.
54 (flymake-posn-at-point-as-event, flymake-popup-menu)
55 (flymake-make-emacs-menu): Remove. (Bug#16077)
56
57 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * rect.el (rectangle-mark-mode): Activate mark even if
60 transient-mark-mode is off (bug#16066).
61 (rectangle--highlight-for-redisplay): Fix boundary condition when point
62 is > mark and at bolp.
63
64 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
65 (region-extract-function): Use it.
66 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
67 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
68 Delete functions.
69 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
70 kill-ring-save, kill-region, delete-char, delete-forward-char.
71 Ignore self-insert-iso.
72
73 * emulation/cua-gmrk.el (cua--init-global-mark):
74 Ignore `self-insert-iso'.
75
76 * emulation/cua-base.el (cua--prefix-copy-handler)
77 (cua--prefix-cut-handler): Rely on region-extract-function rather than
78 checking cua--rectangle.
79 (cua-delete-region): Use region-extract-function.
80 (cua-replace-region): Delete function.
81 (cua-copy-region, cua-cut-region): Obey region-extract-function.
82 (cua--pre-command-handler-1): Don't do the delete-selection thing.
83 (cua--self-insert-char-p): Ignore `self-insert-iso'.
84 (cua--init-keymaps): Don't remap delete-selection commands.
85 (cua-mode): Use delete-selection-mode instead of rolling our own
86 (bug#16085).
87
88 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
89 Obey region-extract-function.
90
91 Make registers and delete-selection-mode work on rectangles.
92 * register.el (describe-register-1): Don't modify the register's value.
93 (copy-to-register): Obey region-extract-function.
94 * delsel.el (delete-active-region): Obey region-extract-function.
95
96 2013-12-08 Leo Liu <sdl.web@gmail.com>
97
98 * progmodes/flymake.el (flymake, flymake-error-bitmap)
99 (flymake-warning-bitmap, flymake-fringe-indicator-position)
100 (flymake-compilation-prevents-syntax-check)
101 (flymake-start-syntax-check-on-newline)
102 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
103 (flymake-start-syntax-check-on-find-file, flymake-log-level)
104 (flymake-xml-program, flymake-master-file-dirs)
105 (flymake-master-file-count-limit)
106 (flymake-allowed-file-name-masks): Relocate.
107 (flymake-makehash, flymake-float-time)
108 (flymake-replace-regexp-in-string, flymake-split-string)
109 (flymake-get-temp-dir): Remove.
110 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
111 (flymake-current-row, flymake-selected-frame)
112 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
113 related functions. (Bug#16077)
114
115 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
116
117 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
118
119 2013-12-07 Tassilo Horn <tsdh@gnu.org>
120
121 * help-fns.el (describe-function-1): Use new advice-* functions
122 rather than old ad-* functions. Fix function type description and
123 source links for advised functions and subrs.
124
125 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
126
127 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
128
129 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
130
131 * progmodes/compile.el (compilation-start):
132 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
133
134 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
135 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
136
137 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
138
139 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
140 Touch up the last change.
141
142 2013-12-06 Leo Liu <sdl.web@gmail.com>
143
144 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
145 (inferior-octave-startup): Always use "octave> " for prompt.
146 (octave-goto-function-definition)
147 (octave-sync-function-file-names)
148 (octave-find-definition-default-filename): Remove redundant backquotes.
149
150 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
151
152 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
153 syntax for `?'.
154 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
155 where appropriate already.
156 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
157 end of method names (Bug#15874).
158
159 2013-12-06 Juri Linkov <juri@jurta.org>
160
161 * isearch.el (isearch--saved-overriding-local-map):
162 New internal variable.
163 (isearch-mode): Set it to the initial value of
164 `overriding-terminal-local-map'.
165 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
166 with `isearch--saved-overriding-local-map'. (Bug#16035)
167
168 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
169
170 * progmodes/octave.el (inferior-octave-completion-table):
171 Turn back into function, use `completion-table-with-cache'
172 (Bug#11906). Update all references.
173
174 * minibuffer.el (completion-table-with-cache): New function.
175
176 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
177
178 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
179
180 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
181
182 * net/eww.el (eww-current-source): New variable to store page
183 source.
184 (eww-display-html, eww-mode, eww-save-history)
185 (eww-restore-history): Use it.
186 (eww-view-source): New command to view page source.
187 Opportunistically uses `html-mode' to highlight the buffer.
188 (eww-mode-map): Install it.
189
190 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
191
192 * net/dbus.el (dbus-unregister-service)
193 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
194 Fix docstring.
195 (dbus-unregister-service): Skip :serial entries in
196 `dbus-registered-objects-table'.
197 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
198
199 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
200
201 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
202 around keywords with extra `split-string' argument.
203
204 2013-12-04 Martin Rudalics <rudalics@gmx.at>
205
206 * windmove.el (windmove-other-window-loc): Handle navigation
207 between windows (excluding the minibuffer window - Bug#16017).
208
209 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
210
211 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
212 in D-Bus type syntax.
213 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
214 preserve unibyte strings. (Bug#16048)
215
216 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
219 Call force-mode-line-update is the proper buffer (bug#16042).
220
221 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
222
223 * vc/log-edit.el (log-edit-add-new-comment): Rename to
224 `log-edit-remember-comment', make argument optional. Adjust all
225 callers.
226 (log-edit-mode): Add `log-edit-remember-comment' to
227 `kill-buffer-hook' locally.
228 (log-edit-kill-buffer): Don't remember comment explicitly since
229 the buffer is killed anyway.
230
231 2013-12-04 Juri Linkov <juri@jurta.org>
232
233 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
234 add-hook and remove-hook for multi-buffer search. (Bug#16035)
235
236 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
237
238 * notifications.el (notifications-close-notification): Call the
239 D-Bus method with ID being a `:uint32'. (Bug#16030)
240
241 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
242
243 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
244
245 2013-12-03 Juri Linkov <juri@jurta.org>
246
247 * progmodes/compile.el (compilation-start): Rename window alist
248 entry `no-display-ok' to `allow-no-window'.
249
250 * simple.el (shell-command): Add window alist entry
251 `allow-no-window' to `display-buffer'.
252 (async-shell-command): Doc fix.
253
254 * window.el (display-buffer-no-window): New action function.
255 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
256
257 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
258
259 * vc/log-edit.el (log-edit-set-header): Extract from
260 `log-edit-toggle-header'.
261 (log-edit-extract-headers): Separate the summary, when extracted
262 from header, from the rest of the message with an empty line.
263
264 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
265 line, if present, to the Summary header.
266
267 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
270 in current-buffer (bug#16029).
271
272 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
273
274 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
275 (debugger-mode-map): Bind it.
276 (debugger--backtrace-base): New function.
277 (debugger-eval-expression): Use it.
278 (debugger-frame-number): Skip local vars when present.
279 (debugger--locals-visible-p, debugger--insert-locals)
280 (debugger--show-locals, debugger--hide-locals): New functions.
281
282 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
283
284 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
285 "LC_ALL".
286 (tramp-get-remote-locale): New defun.
287 (tramp-open-connection-setup-interactive-shell): Use it.
288
289 2013-12-02 Leo Liu <sdl.web@gmail.com>
290
291 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
292
293 * progmodes/sh-script.el (sh-shell-process):
294 * progmodes/octave.el (inferior-octave-process-live-p):
295 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
296 (gdb-inferior-io-sentinel):
297 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
298
299 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
300
301 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
302 `save-selected-window' to `log-edit-hide-buf'. This makes
303 `log-edit-show-files' idempotent.
304 (log-edit-show-files): Mark the new window as dedicated.
305
306 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
307
308 * vc/log-edit.el (log-edit-mode-map): Add binding for
309 `log-edit-kill-biffer'.
310 (log-edit-hide-buf): Add a FIXME comment.
311 (log-edit-add-new-comment): New function, extracted from
312 `log-edit-done'.
313 (log-edit-done, log-edit-add-to-changelog): Use it.
314 (log-edit-kill-buffer): New command.
315
316 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
317
318 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
319 instead of killing the buffer.
320
321 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
324
325 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
326
327 * net/eww.el (eww-form-checkbox-selected-symbol)
328 (eww-form-checkbox-symbol): New customizable variable.
329 (eww-form-checkbox, eww-toggle-checkbox):
330 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
331
332 * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
333 (shr--get-media-pref, shr--extract-best-source): New function.
334 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
335 no :src tag was specified.
336
337 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
338 (eww-render): Handle `eww-use-external-browser-for-content-type'.
339 Use \\` to match beginning of string instead of ^.
340 (eww-browse-with-external-browser): Provide optional URL parameter.
341 (eww-render): Set `eww-current-title' back to "".
342
343 * net/shr.el (shr-tag-video): Display content for video if no
344 poster is available.
345 (shr-tag-audio): Add support for <audio> tag.
346
347 * net/eww.el (eww-text-input-types): : New const.
348 (eww-process-text-input): Treat input types in
349 `eww-text-input-types' as text.
350
351 * net/shr.el (shr-tag-table): Fix comment typo.
352
353 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
354
355 * net/eww.el (eww-follow-link): New command to avoid reloading
356 pages when we follow #target links (bug#15243).
357 (eww-quit): Special mode buffers shouldn't query before exiting.
358
359 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
360
361 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
362 forms.
363
364 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
365
366 * net/eww.el (eww-restore-history): Update the window title after
367 moving in the history.
368 (eww-current-dom): New variable used to save the current DOM.
369
370 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
371
372 * vc/log-edit.el (log-edit-mode-map): Add binding for
373 `log-edit-beginning-of-line'.
374 (log-edit-setup-add-author): New user option.
375 (log-edit-beginning-of-line): New command.
376 (log-edit): Move major mode call above the contents setup so that
377 the local variable values are already applied.
378 (log-edit): Only insert "Author: " when
379 `log-edit-setup-add-author' is non-nil.
380 (log-edit): When SETUP is non-nil, position point after ": "
381 instead of point-min.
382
383 2013-12-01 Glenn Morris <rgm@gnu.org>
384
385 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
386
387 2013-11-30 Eli Zaretskii <eliz@gnu.org>
388
389 * startup.el (fancy-splash-frame): On MS-Windows, trigger
390 redisplay to make sure the initial frame gets a chance to become
391 visible. (Bug#16014)
392
393 2013-11-30 Martin Rudalics <rudalics@gmx.at>
394
395 Support resizing frames and windows pixelwise.
396 * cus-start.el (frame-resize-pixelwise)
397 (window-resize-pixelwise): New entries.
398 * emacs-lisp/debug.el (debug): Use window-total-height instead
399 of window-total-size.
400 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
401 * help.el (describe-bindings-internal): Call help-buffer
402 (temp-buffer-max-width): New option.
403 (resize-temp-buffer-window, help-window-setup)
404 (with-help-window): Rewrite.
405 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
406 dragging dividers.
407 * window.el (frame-char-size, window-min-pixel-height)
408 (window-safe-min-pixel-height, window-safe-min-pixel-width)
409 (window-min-pixel-width, window-safe-min-pixel-size)
410 (window-combination-p, window-safe-min-size)
411 (window-resizable-p, window--size-to-pixel)
412 (window--pixel-to-size, window--resize-apply-p): New functions.
413 (window-safe-min-height): Fix doc-string.
414 (window-size, window-min-size, window--min-size-1)
415 (window-sizable, window-sizable-p, window--min-delta-1)
416 (window-min-delta, window--max-delta-1, window-max-delta)
417 (window--resizable, window--resizable-p, window-resizable)
418 (window-full-height-p, window-full-width-p, window-at-side-p)
419 (window--in-direction-2, window-in-direction)
420 (window--resize-reset-1, window--resize-mini-window)
421 (window-resize, window-resize-no-error)
422 (window--resize-child-windows-normal)
423 (window--resize-child-windows, window--resize-siblings)
424 (window--resize-this-window, window--resize-root-window)
425 (window--resize-root-window-vertically)
426 (adjust-window-trailing-edge, enlarge-window, shrink-window)
427 (maximize-window, minimize-window, delete-window)
428 (quit-restore-window, window-split-min-size, split-window)
429 (balance-windows-2, balance-windows)
430 (balance-windows-area-adjust, balance-windows-area)
431 (window--state-get-1, window-state-get, window--state-put-1)
432 (window--state-put-2, window-state-put)
433 (display-buffer-record-window, window--display-buffer):
434 Make functions handle pixelwise sizing of windows.
435 (display-buffer--action-function-custom-type)
436 (display-buffer-fallback-action):
437 Add display-buffer-in-previous-window.
438 (display-buffer-use-some-window): Resize window to height it had
439 before.
440 (fit-window-to-buffer-horizontally): New option.
441 (fit-frame-to-buffer): Describe new values.
442 (fit-frame-to-buffer-bottom-margin): Replace with
443 fit-frame-to-buffer-margins.
444 (window--sanitize-margin): New function.
445 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
446 using window-text-pixel-size.
447
448 2013-11-30 Glenn Morris <rgm@gnu.org>
449
450 * emacs-lisp/bytecomp.el (byte-compile-form):
451 Make the `interactive-only' warning like the `obsolete' one.
452 * comint.el (comint-run):
453 * files.el (insert-file-literally, insert-file):
454 * replace.el (replace-string, replace-regexp):
455 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
456 (goto-line, insert-buffer, next-line, previous-line):
457 Tweak `interactive-only' spec.
458
459 Stop keeping (most) generated cedet grammar files in the repository.
460 * Makefile.in (semantic): New.
461 (compile-main): Depend on semantic.
462
463 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
466 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
467
468 * uniquify.el (uniquify-buffer-name-style): Change default.
469
470 * loadup.el: Preload "uniquify".
471
472 * time.el (display-time-update): Update all mode lines (bug#15999).
473
474 * electric.el (electric-indent-mode): Enable by default.
475 * loadup.el: Preload "electric".
476
477 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
478
479 * emacs-lisp/helpers.el (string-empty-p): New function.
480 (string-blank-p): New function.
481
482 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
483
484 * imenu.el (imenu--index-alist): Add missing dot to the docstring
485 (Bug#14029).
486
487 2013-11-29 Andreas Politz <politza@fh-trier.de>
488 * imenu.el (imenu--subalist-p): Don't error on non-conses and
489 allow non-lambda lists as functions.
490 (imenu--in-alist): Don't recurse into non-subalists.
491 (imenu): Don't pass function itself as an argument (Bug#14029).
492
493 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * progmodes/python.el (python-mode-map): Remove binding for ":".
496 (python-indent-electric-colon): Remove command.
497 (python-indent-post-self-insert-function): Integrate the previous code
498 of python-indent-electric-colon. Make it conditional on
499 electric-indent-mode.
500 (python-mode): Add ?: to electric-indent-chars.
501 Move python-indent-post-self-insert-function to the end of
502 post-self-insert-hook.
503
504 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * doc-view.el (doc-view-goto-page): Update mode-line.
507
508 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
509
510 2013-11-27 Glenn Morris <rgm@gnu.org>
511
512 * international/charprop.el, international/uni-bidi.el:
513 * international/uni-category.el, international/uni-combining.el:
514 * international/uni-comment.el, international/uni-decimal.el:
515 * international/uni-decomposition.el, international/uni-digit.el:
516 * international/uni-lowercase.el, international/uni-mirrored.el:
517 * international/uni-name.el, international/uni-numeric.el:
518 * international/uni-old-name.el, international/uni-titlecase.el:
519 * international/uni-uppercase.el:
520 Remove generated files from VCS repository.
521
522 2013-11-27 Eli Zaretskii <eliz@gnu.org>
523
524 * filenotify.el (file-notify-add-watch): Don't special-case
525 w32notify when computing the directory to watch.
526
527 2013-11-27 Glenn Morris <rgm@gnu.org>
528
529 Make bootstrap without generated uni-*.el files possible again.
530 * loadup.el: Update command-line-args checking for unidata-gen.
531 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
532 * composite.el, international/characters.el:
533 Handle unicode tables being undefined.
534
535 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
536 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
537 (compile-main): Depend on leim rule.
538 (leim): New rule.
539 * loadup.el: Move leim-list.el to leim/ subdirectory.
540 * startup.el (normal-top-level): No more leim directory.
541 * international/ja-dic-cnv.el (skkdic-convert):
542 Disable version-control and autoloads in output files.
543 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
544 Disable version-control and autoloads in output files.
545 * leim/quail: Move here from ../leim.
546 * leim/quail/hangul.el (hangul-input-method-activate):
547 Add autoload cookie.
548 (generated-autoload-load-name): Set file-local value.
549 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
550 (generated-autoload-load-name): Set file-local value.
551
552 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
553
554 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
555 (eww-add-bookmark): ask confirmation when add to bookmarks
556 (eww-quit): ask confirmation before quitting eww
557
558 2013-11-26 Eli Zaretskii <eliz@gnu.org>
559
560 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
561 reading output from Diff on MS-Windows and MS-DOS.
562
563 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
564
565 * emacs-lisp/helpers.el (string-reverse): New function.
566
567 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
568
569 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
570 names on MS Windows, like "/[::1]:".
571
572 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
573 SWITCHES.
574
575 2013-11-26 Glenn Morris <rgm@gnu.org>
576
577 * progmodes/python.el (python-indent-guess-indent-offset):
578 Avoid corner-case error. (Bug#15975)
579
580 Preload leim-list.el. (Bug#4789)
581 * loadup.el: Load leim-list.el when found.
582 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
583
584 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
585
586 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
587
588 * emacs-lisp/helpers.el (string-join): New function.
589
590 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
591
592 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
593 Mark as obsolete and replace it with a symbol property.
594 (byte-compile-form): Use new 'interactive-only property.
595 * comint.el, files.el, replace.el, simple.el:
596 Apply new 'interactive-only properly.
597
598 2013-11-25 Martin Rudalics <rudalics@gmx.at>
599
600 * window.el (display-buffer-at-bottom): Make sure that
601 split-window-sensibly creates the new window on bottom
602 (Bug#15961).
603
604 2013-11-23 David Kastrup <dak@gnu.org>
605
606 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
607 on the conflict markers when available.
608 (smerge--get-marker): New function.
609 (smerge-end-re, smerge-base-re): Add subgroup.
610
611 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * frame.el (handle-focus-in, handle-focus-out): Add missing
614 interactive spec.
615
616 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
617
618 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
619 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
620
621 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
624 (gomoku--last-pos): New var.
625 (gomoku--intangible-chars): New const.
626 (gomoku--intangible): New function.
627 (gomoku-mode): Use it. Derive from special-mode.
628 (gomoku-move-up): Adjust line count.
629 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
630 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
631 Simplify accordingly.
632
633 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
634 Remove blink-cursor code.
635 (blink-cursor-timer-function, blink-cursor-suspend):
636 Don't special-case GUIs.
637 (blink-cursor-mode): Use focus-in/out-hook.
638
639 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
640
641 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
642 work when annotation is invisible (Bug#13886).
643
644 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
645
646 * json.el (json-alist-p): Only return non-nil if the alist has
647 simple keys (Bug#13518).
648
649 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
650
651 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
652 when control-statement is the first statement in a buffer (Bug#15956).
653
654 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
655
656 * imenu.el (imenu-generic-skip-comments-and-strings):
657 New option (Bug#15560).
658 (imenu--generic-function): Use it.
659
660 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
661
662 * minibuffer.el (completion--in-region-1): Scroll the correct
663 window. (Bug#13898)
664
665 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
666
667 * emacs-lisp/helpers.el: Add some string helpers.
668 (string-trim-left): Removes leading whitespace.
669 (string-trim-right): Removes trailing whitespace.
670 (string-trim): Removes leading and trailing whitespace.
671
672 * subr.el (string-suffix-p): New function.
673
674 2013-11-23 Glenn Morris <rgm@gnu.org>
675
676 * progmodes/python.el (python-shell-send-file):
677 Add option to delete file when done. (Bug#15647)
678 (python-shell-send-string, python-shell-send-region): Use it.
679
680 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
681
682 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
683 to set buffer-read-only to t, never to nil. (Bug#15938)
684
685 * textmodes/tex-mode.el (latex-noindent-environments):
686 Add safe-local-variable property. (Bug#15936)
687
688 2013-11-23 Glenn Morris <rgm@gnu.org>
689
690 * textmodes/enriched.el (enriched-mode): Doc fix.
691 * emacs-lisp/authors.el (authors-renamed-files-alist):
692 Add enriched.doc -> enriched.txt.
693
694 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
695
696 2013-11-22 Leo Liu <sdl.web@gmail.com>
697
698 * progmodes/octave.el (inferior-octave-startup): Spit out error
699 message.
700
701 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
702
703 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
704 Improve docstring.
705 Add :version.
706 (ruby-encoding-magic-comment-style): Add :version.
707
708 2013-11-22 Leo Liu <sdl.web@gmail.com>
709
710 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
711 (Bug#15076)
712 (octave-help-mode): Adapt to change to help-mode-finish to use
713 derived-mode-p on 2013-09-17.
714 (inferior-octave-prompt): Also match octave-gui.
715 (octave-kill-process): Don't ask twice. (Bug#10564)
716
717 2013-11-22 Leo Liu <sdl.web@gmail.com>
718
719 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
720 (inferior-octave-startup, inferior-octave-check-process)
721 (inferior-octave-track-window-width-change)
722 (octave-completion-at-point, octave-eldoc-function): Use it.
723 (octave-kill-process): Provide confirmation. (Bug#10564)
724
725 2013-11-21 Leo Liu <sdl.web@gmail.com>
726
727 * progmodes/octave.el (octave-mode, inferior-octave-mode):
728 Fix obsolete variable comment-use-global-state.
729
730 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
731
732 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
733 Add `octave-source-file'.
734 (octave-source-file): New function. (Bug#15935)
735
736 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
737
738 * net/eww.el (eww-local-regex): New variable.
739 (eww): Use it to detect localhost and similar.
740
741 2013-11-21 Leo Liu <sdl.web@gmail.com>
742
743 Add completion for command `ag'.
744 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
745 (pcomplete/ag): New function.
746 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
747
748 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
751 (bug#14646).
752 (make-obsolete): Remove interactive spec.
753
754 2013-11-21 Glenn Morris <rgm@gnu.org>
755
756 * startup.el (command-line-1): Use path-separator with -L.
757
758 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
759
760 * emacs-lisp/package.el (describe-package-1): Add package archive
761 to shown fields.
762
763 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
764
765 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
766 Change default to "# encoding: %s" to differentiate it from the
767 default Ruby encoding comment template.
768
769 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
770
771 * ses.el (ses-mode): Doc fix. (Bug#14748)
772
773 2013-11-20 Leo Liu <sdl.web@gmail.com>
774
775 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
776
777 2013-11-19 Dan Nicolaescu <dann@gnu.org>
778
779 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
780 when rebase or bisect are in progress.
781
782 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
783
784 * filenotify.el (file-notify-add-watch): Doc fix.
785
786 2013-11-19 Leo Liu <sdl.web@gmail.com>
787
788 * obsolete/rcompile.el: Mark obsolete.
789
790 * progmodes/compile.el (compilation-start)
791 (compilation-goto-locus, compilation-find-file):
792 Pass no-display-ok and handle nil value from display-buffer.
793 (Bug#13594)
794
795 * window.el (display-buffer-alist, display-buffer): Document the
796 new parameter no-display-ok. Return either a window or nil
797 but never a non-window value.
798
799 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * electric.el (electric-indent-mode-map): Remove.
802 (electric-indent-mode): Change the global-map instead (bug#15915).
803
804 * textmodes/text-mode.el (paragraph-indent-minor-mode):
805 Use add-function.
806
807 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * emacs-lisp/nadvice.el (remove-function): Align with
810 add-function's behavior.
811
812 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
813 (gdb--string-regexp): New constant.
814 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
815 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
816 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
817 submatch 1.
818 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
819 Adjust use accordingly.
820 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
821
822 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
823
824 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
825 interpolation curlies (Bug#15914).
826
827 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
828
829 * calc/calc.el (calc-context-sensitive-enter): New variable.
830 (calc-enter): Use `calc-context-sensitive-enter'.
831
832 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
833
834 * progmodes/cfengine.el: Version bump.
835 (cfengine-cf-promises): New defcustom to locate cf-promises.
836 (cfengine3-vartypes): Add new "data" type.
837 (cfengine3--current-word): New function to get current name-like
838 word or its bounds.
839 (cfengine3--current-function): New function to look up a CFEngine
840 function's definition.
841 (cfengine3-format-function-docstring): New function.
842 (cfengine3-make-syntax-cache): New function.
843 (cfengine3-documentation-function): New function: ElDoc glue.
844 (cfengine3-completion-function): New function: completion glue.
845 (cfengine3-mode): Set `compile-command',
846 `eldoc-documentation-function', and add to
847 `completion-at-point-functions'.
848
849 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
850
851 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
852 `tramp-current-connection'.
853
854 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
855
856 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
857 nil/self/true/false with "end of symbol".
858
859 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
860
861 * subr.el (version-regexp-alist): Fix a typo.
862
863 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
864
865 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
866 "en_US.utf8" and "LC_CTYPE" to "".
867 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
868 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
869
870 2013-11-15 Leo Liu <sdl.web@gmail.com>
871
872 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
873
874 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * progmodes/gud.el (ctl-x-map):
877 Remove C-x SPC binding. (Bug#12342)
878 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
879
880 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
881
882 * subr.el (version-regexp-alist):
883 Recognize hg, svn and darcs versions as snapshot versions.
884
885 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
886 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
887 (ruby--encoding-comment-required-p): Extract from
888 `ruby-mode-set-encoding'.
889 (ruby-mode-set-encoding): Add the ability to always insert an
890 utf-8 encoding comment. Fix and simplify coding comment update
891 logic.
892
893 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
894
895 * net/tramp-gvfs.el (top): Run init code only when
896 `tramp-gvfs-enabled' is not nil.
897 (tramp-gvfs-enabled): Check also :system bus.
898
899 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 Sync with upstream verilog-mode revision 78e66ba.
902 * progmodes/verilog-mode.el (verilog-end-of-defun)
903 (verilog-type-completion, verilog-get-list): Remove unused funcs.
904 (verilog-get-end-of-defun): Remove unused argument.
905 (verilog-comment-depth): Remove unused local `e'.
906 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
907 Don't pass arg to verilog-get-end-of-defun.
908
909 2013-11-14 Glenn Morris <rgm@gnu.org>
910
911 * obsolete/assoc.el (aget): Prefix dynamic variable.
912
913 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
914
915 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * widget.el, hfy-cmap.el: Remove bogus package version number.
918
919 2013-11-13 Glenn Morris <rgm@gnu.org>
920
921 * replace.el (replace-eval-replacement):
922 Try to give more helpful error message. (Bug#15836)
923
924 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
925 (archive-7z-update): Avoid custom type mismatches.
926
927 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
928
929 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
930
931 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
932 address can be empty.
933
934 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
935 Accept nil SWITCHES.
936 (tramp-gvfs-handle-write-region): Implement APPEND.
937
938 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
939
940 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
941 binary "|" operator and closing block args delimiter.
942 Remove FIXME comment referring to Ruby 1.8-only syntax.
943 (ruby-smie--implicit-semi-p): Not after "|" operator.
944 (ruby-smie--closing-pipe-p): New function.
945 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
946 (ruby-smie-rules): Indent after "|".
947
948 2013-11-12 Glenn Morris <rgm@gnu.org>
949
950 * ps-print.el (ps-face-attribute-list):
951 Handle anonymous faces. (Bug#15827)
952
953 2013-11-12 Martin Rudalics <rudalics@gmx.at>
954
955 * window.el (display-buffer-other-frame): Fix doc-string.
956 (Bug#15868)
957
958 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * subr.el (force-mode-line-update): Delete, move to buffer.c.
961
962 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
963
964 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
965 (tramp-sh-handle-file-local-copy): Don't write a message when
966 saving temporary files.
967
968 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
969 both directories are remote.
970 (tramp-smb-handle-directory-files): Do not return double entries.
971 Do not expand full file names.
972 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
973 (tramp-smb-handle-write-region): Implement APPEND.
974 (tramp-smb-get-stat-capability): Fix a stupid bug.
975
976 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
979
980 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
981
982 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
983 throwing error over malformed let/let* (bug#15814).
984
985 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * iswitchb.el (iswitchb-mode): Mark obsolete.
988
989 2013-11-11 Glenn Morris <rgm@gnu.org>
990
991 * international/uni-bidi.el, international/uni-category.el:
992 * international/uni-name.el, international/uni-numeric.el:
993 Regenerate for Unicode 6.3.0.
994
995 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
996
997 * net/tramp.el (tramp-methods):
998 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
999 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
1000
1001 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
1002
1003 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1004 Force highlighting text after Summary keyword in doc face for rpm.
1005
1006 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
1007
1008 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
1009 available and the word has no wildcards, append one to the grep pattern.
1010 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
1011 (ispell-complete-word): Call `ispell-lookup-words' with the value
1012 independent of `ispell-look-p'.
1013
1014 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1015
1016 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
1017 Not after "||".
1018 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
1019 their parent.
1020
1021 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
1024 (ruby-font-lock-keywords): Use backquote.
1025
1026 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1027
1028 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1029 (ruby-smie--backward-token): Only consider full-string matches.
1030
1031 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
1032
1033 * faces.el (describe-face): Add distant-foreground.
1034
1035 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
1036
1037 * progmodes/ruby-mode.el: Improve encoding comment handling.
1038 (ruby-encoding-magic-comment-style): New option.
1039 (ruby-custom-encoding-magic-comment-template): New option.
1040 (ruby--insert-coding-comment, ruby--detect-encoding):
1041 New functions extracted from `ruby-mode-set-encoding'.
1042 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
1043 to control the style of the auto-inserted encoding comment.
1044
1045 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1046
1047 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
1048 Use `smie-backward-sexp' with token argument.
1049
1050 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
1051
1052 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1053 Remove instrumentation code.
1054
1055 2013-11-08 Glenn Morris <rgm@gnu.org>
1056
1057 * progmodes/autoconf.el (autoconf-mode):
1058 Tweak comment-start-skip. (Bug#15822)
1059
1060 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
1063 at bobp (bug#15826).
1064 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
1065
1066 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
1067
1068 * man.el (Man-start-calling): New macro, extracted from
1069 Man-getpage-in-background.
1070 (Man-getpage-in-background): Use it.
1071 (Man-update-manpage): New command.
1072 (Man-mode-map): Bind it.
1073
1074 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1075
1076 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
1077 of "and", "or", "&&" and "||".
1078 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
1079 argument. Prohibit opening curly brace because it could only be a
1080 block opener in that position.
1081 (ruby-smie--forward-token, ruby-smie--backward-token):
1082 Separate "|" from "&" or "*" going after it. That can happen in block
1083 arguments.
1084 (ruby-smie--indent-to-stmt): New function, seeks the end of
1085 previous statement or beginning of buffer.
1086 (ruby-smie-rules): Use it.
1087 (ruby-smie-rules): Check if there's a ":" before a curly block
1088 opener candidate; if there is, it's a hash.
1089
1090 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
1093 (cl--block-wrapper): Fix last accidental change.
1094
1095 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
1096
1097 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1098 Instrument, in order to hunt failure on hydra.
1099
1100 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1101
1102 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
1103 malformed bindings form (bug#15814).
1104
1105 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
1106
1107 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1108 "." compared to " @ ". This incidentally fixes some indentation
1109 examples with "do".
1110 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1111 (ruby-smie-grammar): New tokens: "and" and "or".
1112 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
1113 Exclude "and" and "or". Remove "do" in order to work around token
1114 priorities.
1115 (ruby-smie-rules): Add all infix tokens. Handle the case of
1116 beginning-of-buffer.
1117
1118 2013-11-06 Glenn Morris <rgm@gnu.org>
1119
1120 * Makefile.in (setwins_almost, setwins_for_subdirs):
1121 Avoid accidental matches.
1122
1123 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1124
1125 * menu-bar.el (popup-menu): Use key-binding.
1126
1127 2013-11-06 Eli Zaretskii <eliz@gnu.org>
1128
1129 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
1130 menus, support also the menus produced by minor modes.
1131 (Bug#15817)
1132
1133 2013-11-06 Leo Liu <sdl.web@gmail.com>
1134
1135 * thingatpt.el (thing-at-point-looking-at): Add optional arg
1136 DISTANCE to bound the search. All uses changed. (Bug#15808)
1137
1138 2013-11-06 Glenn Morris <rgm@gnu.org>
1139
1140 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
1141 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
1142 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
1143
1144 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * electric.el (electric-indent-just-newline): New command.
1147 (electric-indent-mode-map): New keymap.
1148 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
1149 Re-add :group which weren't redundant.
1150
1151 * electric.el (electric-indent-local-mode): New minor mode.
1152 (electric-indent-functions-without-reindent): New var.
1153 (electric-indent-post-self-insert-function): Use it.
1154 * emacs-lisp/gv.el (buffer-local-value): Add setter.
1155
1156 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1157
1158 * international/quail.el (quail-help): Be more explicit about the
1159 meaning of the labels shown on the keys. (Bug#15800)
1160
1161 * startup.el (normal-top-level): Load the subdirs.el files before
1162 setting the locale environment. (Bug#15805)
1163
1164 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
1167 via arguments so as to get the right ones (bug#15418).
1168
1169 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
1170
1171 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
1172
1173 Fix problems found while writing a test suite.
1174
1175 * net/tramp-compat.el (tramp-compat-load): New defun.
1176 * net/tramp.el (tramp-handle-load): Use it.
1177
1178 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
1179 "(numberp ok-if-already-exists)" correctly.
1180
1181 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1182
1183 * international/characters.el (glyphless-char-display-control):
1184 Add usage note.
1185
1186 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
1187
1188 * progmodes/python.el (python-mode):
1189 * progmodes/scheme.el (scheme-mode):
1190 * progmodes/prolog.el (prolog-mode):
1191 * progmodes/ruby-mode.el (ruby-mode):
1192 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
1193 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
1194
1195 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * rect.el (rectangle--highlight-for-redisplay):
1198 * emacs-lisp/smie.el (smie--next-indent-change):
1199 Use buffer-chars-modified-tick.
1200
1201 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
1202
1203 * electric.el (electric-indent-post-self-insert-function):
1204 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
1205
1206 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
1207
1208 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
1209
1210 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1211
1212 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
1213 (bug#15786).
1214
1215 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
1218
1219 * progmodes/python.el: Fix up last change.
1220 (python-shell--save-temp-file): New function.
1221 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
1222 `string' comes from the current buffer.
1223 (python-shell-send-string-no-output): Remove `msg' arg.
1224 (python--use-fake-loc): New var.
1225 (python-shell-buffer-substring): Obey it. Try to compensate for the
1226 extra coding line added by python-shell--save-temp-file.
1227 (python-shell-send-region): Use python-shell--save-temp-file and
1228 python-shell-send-file directly. Add `nomain' argument.
1229 (python-shell-send-buffer): Use python-shell-send-region.
1230 (python-electric-pair-string-delimiter): New function.
1231 (python-mode): Use it.
1232
1233 2013-11-04 Eli Zaretskii <eliz@gnu.org>
1234
1235 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
1236 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
1237 environment and decoding all of the default-directory's to here
1238 from command-line.
1239 (command-line): Decode also argv[0].
1240
1241 * loadup.el: Error out if default-directory is a multibyte string
1242 when we are dumping.
1243
1244 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
1245
1246 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
1247
1248 * emacs-lisp/package.el (package-menu-mode)
1249 (package-menu--print-info, package-menu--archive-predicate):
1250 Add Archive column to package list.
1251
1252 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
1253
1254 Fix problems found while writing a test suite.
1255
1256 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1257 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1258 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1259 to nil when running original file name handler. Otherwise,
1260 there are problems with constructs like "$$FOO".
1261
1262 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1263 for `localname'.
1264
1265 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
1266
1267 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1268
1269 * subr.el (version<, version<=, version=):
1270 Update docstrings with information for snapshot versions.
1271
1272 * helpers.el: New library for misc helper functions.
1273 (hash-table-keys): New function returning a list of hash keys.
1274 (hash-table-values): New function returning a list of hash values.
1275
1276 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1277
1278 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1279 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1280
1281 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
1282
1283 * textmodes/fill.el (fill-single-char-nobreak-p): New function
1284 checking whether point is after a 1-letter word.
1285
1286 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1287
1288 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1289 Don't infloop when expanding region over `multiline' syntax-type that
1290 begins a line (bug#15778).
1291
1292 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1293
1294 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1295 Make it into a proper minor mode.
1296 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1297 (rectangle-mark-mode-map): New keymap.
1298 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1299
1300 2013-11-04 Glenn Morris <rgm@gnu.org>
1301
1302 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1303
1304 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1307 (ruby-smie-rules): Use smie-rule-parent instead.
1308
1309 * emacs-lisp/smie.el (smie-rule-parent): Always call
1310 smie-indent-virtual rather than only for hanging tokens.
1311 (smie--next-indent-change): New helper command.
1312
1313 2013-11-03 Glenn Morris <rgm@gnu.org>
1314
1315 * Makefile.in (abs_srcdir): Remove.
1316 (emacs): Unset EMACSLOADPATH.
1317
1318 2013-11-02 Glenn Morris <rgm@gnu.org>
1319
1320 * Makefile.in (EMACS): Use a relative filename.
1321 (abs_top_builddir): Remove.
1322 (custom-deps, finder-data, autoloads): Use --chdir.
1323
1324 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1325
1326 Use relative filenames in TAGS files.
1327 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1328 (lisptagsfiles4, TAGS): Use relative file names.
1329 (TAGS-LISP): Remove.
1330 (maintainer-clean): No more TAGS-LISP file.
1331
1332 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1333 (lisptagsfiles4): Use absolute filenames again.
1334 (TAGS, TAGS-LISP): Not everything needs to run in one line.
1335 Remove all *loaddefs files, not just the first. Remove esh-groups.
1336 (maintainer-clean): Delete TAGS, TAGS-LISP.
1337
1338 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1339
1340 * emacs-lisp/package.el (package-version-join):
1341 Recognize snapshot versions.
1342
1343 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1344
1345 * subr.el (version-regexp-alist): Add support for snapshot versions.
1346
1347 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1348
1349 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1350 New function, replacement for `smie-rule-parent' for when we want to
1351 skip over our direct parent if it's an assignment token..
1352 (ruby-smie-rules): Use it.
1353
1354 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1355
1356 * progmodes/ruby-mode.el Use `syntax-propertize-function'
1357 unconditionally. Remove now unnecessary forward declarations.
1358 Remove XEmacs-specific setup.
1359 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1360 (ruby-font-lock-syntactic-keywords)
1361 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1362 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1363 (ruby-here-doc-end-syntax): Remove.
1364 (ruby-mode): Don't check whether `syntax-propertize-rules' is
1365 defined as function.
1366
1367 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1368
1369 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1370
1371 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1372
1373 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1374 table and abbrev table, `define-derived-mode' does that for us
1375 anyway.
1376
1377 2013-11-01 Glenn Morris <rgm@gnu.org>
1378
1379 * Makefile.in: Remove manual mh-e dependencies (writing .elc
1380 files is atomic for some time, so no parallel compilation issues).
1381
1382 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1383
1384 * faces.el (face-x-resources): Add :distant-foreground.
1385 (region): Use :distant-foreground for gtk and ns.
1386
1387 2013-11-01 Tassilo Horn <tsdh@gnu.org>
1388
1389 Allow multiple bibliographies when BibLaTeX is used rather than
1390 BibTeX.
1391 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1392 (reftex-locate-bibliography-files): Us it.
1393
1394 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
1395
1396 * image.el (image-type-header-regexps): Fix the 'pbm' part to
1397 allow comments in pbm files.
1398
1399 * term/w32-win.el (dynamic-library-alist): Support newer versions
1400 of libjpeg starting with v7: look only for the DLL from the
1401 version against which Emacs was built.
1402 Support versions of libpng beyond 1.4.x.
1403 Support libtiff v4.x.
1404
1405 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1406
1407 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1408 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1409 Add property :safe.
1410 (ruby-deep-arglist): Add property :type.
1411
1412 2013-10-31 Glenn Morris <rgm@gnu.org>
1413
1414 * Makefile.in (custom-deps, finder-data): No need to setq the target
1415 variables, we are in the right directory and the defaults work fine.
1416
1417 2013-10-30 Glenn Morris <rgm@gnu.org>
1418
1419 * Makefile.in (autoloads): Do not use abs_lisp.
1420
1421 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1422 `newline' does not respect `standard-output', so use `princ'.
1423
1424 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
1425
1426 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
1427 * buff-menu.el (Buffer-menu--unmark): New function.
1428 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1429
1430 2013-10-30 Glenn Morris <rgm@gnu.org>
1431
1432 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1433
1434 * emacs-lisp/package.el (lm-homepage): Declare.
1435
1436 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1437 Fix doc typos.
1438
1439 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1440
1441 * Makefile.in (finder-data, autoloads, update-subdirs)
1442 (compile-main, compile-clean, compile-always, bootstrap-clean):
1443 Check return value of cd.
1444 (compile-calc): Remove.
1445
1446 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1449
1450 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1451 (byte-compile-and-folded): New function.
1452 (=, <, >, <=, >=): Use it.
1453
1454 * dos-w32.el (minibuffer-history-case-insensitive-variables)
1455 (path-separator, null-device, buffer-file-coding-system)
1456 (lpr-headers-switches): Check system-type before modifying them.
1457 (find-buffer-file-type-coding-system): Mark obsolete.
1458 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1459 find-file-not-found-set-buffer-file-coding-system.
1460 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1461 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1462 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1463 (w32-direct-print-region-helper, w32-direct-print-region-function)
1464 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1465 * startup.el (normal-top-level-add-subdirs-to-load-path):
1466 * ps-print.el (ps-print-region-function):
1467 * lpr.el (print-region-function): Use new name.
1468
1469 * subr.el (custom-declare-variable-early): Remove function.
1470 (custom-declare-variable-list): Remove var.
1471 (error, user-error): Remove `while' loop.
1472 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1473 (user-emacs-directory-warning, locate-user-emacs-file):
1474 Move to files.el.
1475 * simple.el (read-quoted-char-radix, read-quoted-char):
1476 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1477 Move from subr.el.
1478 * custom.el (custom-declare-variable-list): Don't process
1479 custom-declare-variable-list.
1480
1481 * progmodes/python.el (python-shell-get-buffer): New function.
1482 (python-shell-get-process): Use it.
1483 (python-shell-send-string): Always use utf-8 and add a cookie to tell
1484 Python which encoding was used. Don't split-string since we only care
1485 about the first line. Return the temp-file, if applicable.
1486 (python-shell-send-region): Tell compile.el how to turn locations in
1487 the temp-file into locations in the source buffer.
1488
1489 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1490
1491 * subr.el (undefined): Add missing behavior from the C code for
1492 unbound keys.
1493
1494 * rect.el: Use lexical-binding. Add new rectangular region support.
1495 (rectangle-mark): New command.
1496 (rectangle--region): New var.
1497 (deactivate-mark-hook): Reset rectangle--region.
1498 (rectangle--extract-region, rectangle--insert-for-yank)
1499 (rectangle--highlight-for-redisplay)
1500 (rectangle--unhighlight-for-redisplay): New functions.
1501 (region-extract-function, redisplay-unhighlight-region-function)
1502 (redisplay-highlight-region-function): Use them to handle
1503 rectangular region.
1504 * simple.el (region-extract-function): New var.
1505 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1506 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1507 (kill-region): Replace obsolete `yank-handler' arg with `region'.
1508 (copy-region-as-kill, kill-ring-save): Add `region' argument.
1509 (redisplay-unhighlight-region-function)
1510 (redisplay-highlight-region-function): New vars.
1511 (redisplay--update-region-highlight): New function.
1512 (pre-redisplay-function): Use it.
1513 (exchange-point-and-mark): Don't deactivate the mark before
1514 reactivate-it anyway.
1515 * comint.el (comint-kill-region): Remove yank-handler argument.
1516 * delsel.el (delete-backward-char, backward-delete-char-untabify)
1517 (delete-char): Remove property, since it's now part of their
1518 default behavior.
1519 (self-insert-iso): Remove property since this command doesn't exist.
1520
1521 * emacs-lisp/package.el (package--download-one-archive)
1522 (describe-package-1): Don't query the user about final newline.
1523
1524 2013-10-29 Daniel Colascione <dancol@dancol.org>
1525
1526 * net/tramp.el (tramp-methods): Document new functionality.
1527 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1528 tramp-hostname-checker if method provides one instead of scanning
1529 argument list for "%h" to decide hostname acceptability.
1530
1531 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
1532
1533 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1534 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1535 Handle COPY-CONTENTS. (Bug#15737)
1536
1537 2013-10-28 Daiki Ueno <ueno@gnu.org>
1538
1539 * epa-file.el
1540 (epa-file-cache-passphrase-for-symmetric-encryption):
1541 Document that this option has no effect with GnuPG 2.0 (bug#15552).
1542
1543 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1544
1545 * image.el (defimage):
1546 (image-load-path): Doc fixes.
1547
1548 2013-10-27 Alan Mackenzie <acm@muc.de>
1549
1550 Indent statements in macros following "##" correctly.
1551 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1552 Modify the "#" arm of a cond form to handle "#" and "##" operators.
1553
1554 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1555
1556 * linum.el (linum-update-window): Fix boundary test (bug#13446).
1557
1558 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
1559
1560 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1561 after `=' is probably a new expression.
1562
1563 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1564
1565 * man.el (man-imenu-title): New option.
1566 (Man-mode-map): Add menu. (Bug#15722)
1567 (Man-mode): Add imenu to menu.
1568
1569 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1570
1571 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1572 specific in what the first arg can be: a non-keyword word,
1573 string/regexp/percent literal opener, opening paren, or unary
1574 operator followed directly by word.
1575
1576 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1579 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1580 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1581 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1582 Remove vars, they do not apply any more.
1583 (prolog-mode-abbrev-table): Remove redundant declaration.
1584 (prolog-upper-case-string, prolog-lower-case-string): Remove.
1585 (prolog-use-smie): Remove.
1586 (prolog-smie-rules): Add indentation rule for the if-then-else layout
1587 supported by prolog-electric-if-then-else-flag.
1588 (prolog-mode-variables, prolog-menu): Use setq-local.
1589 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1590 Remove binding to `Backspace' since this key doesn't exist anyway.
1591 Remove bindings for electric self-inserting keys.
1592 (prog-mode): Assume it's defined.
1593 (prolog-post-self-insert): New function.
1594 (prolog-mode): Use it.
1595 (prolog-indent-line, prolog-indent-level)
1596 (prolog-find-indent-of-matching-paren)
1597 (prolog-indentation-level-of-line, prolog-goto-comment-column)
1598 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1599 (prolog-goto-next-paren, prolog-in-string-or-comment)
1600 (prolog-tokenize, prolog-inside-mline-comment)
1601 (prolog-find-start-of-mline-comment): Remove functions.
1602 (prolog-find-unmatched-paren, prolog-clause-end)
1603 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1604 (prolog-electric--if-then-else): Rename from
1605 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1606 (prolog-tokenize-searchkey): Remove const.
1607 (prolog-clause-info): Use forward-sexp.
1608 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1609 (prolog-electric-if-then-else): Remove commands.
1610 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1611 for use in post-self-insert-hook.
1612 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1613 for use in post-self-insert-hook.
1614 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1615 for use in post-self-insert-hook.
1616 (prolog-electric--underscore): Rename from prolog-electric--underscore;
1617 adapt it for use in post-self-insert-hook.
1618
1619 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
1620
1621 * emacs-lisp/ert.el (ert-run-tests-interactively):
1622 Use `completing-read'. (Bug#9756)
1623
1624 2013-10-25 Eli Zaretskii <eliz@gnu.org>
1625
1626 * simple.el (line-move): Call line-move-1 instead of
1627 line-move-visual when the current window hscroll is zero, but
1628 temporary-goal-column indicates we will need to hscroll as result
1629 of the movement. (Bug#15712)
1630
1631 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
1632
1633 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1634 capitalization. Use :visible instead of :active.
1635 Fix `ruby-indent-exp' reference. Add menu items for the generic
1636 commands that are used with SMIE.
1637 (ruby-do-end-to-brace): Insert space after `{'.
1638
1639 2013-10-25 John Anthony <john@jo.hnanthony.com>
1640
1641 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
1642
1643 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
1644
1645 2013-10-25 Glenn Morris <rgm@gnu.org>
1646
1647 * vc/vc.el (vc-print-log): Don't use a working revision unless
1648 one was explicitly specified. (Bug#15322)
1649
1650 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * subr.el (add-to-list): Preserve return value in compiler-macro
1653 (bug#15692).
1654
1655 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1656
1657 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1658 result. Ask user to retry using '-all' flag. (Bug#15701)
1659
1660 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * emacs-lisp/smie.el: New smie-config system.
1663 (smie-config): New defcustom.
1664 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1665 (smie-config-guess, smie-config-save): New commands.
1666 (smie-config--mode-local, smie-config--buffer-local)
1667 (smie-config--trace, smie-config--modefuns): New vars.
1668 (smie-config--advice, smie-config--mode-hook)
1669 (smie-config--setter, smie-config-local, smie-config--get-trace)
1670 (smie-config--guess-value, smie-config--guess): New functions.
1671 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1672 text properties. Treat "string fence" syntax like string syntax.
1673
1674 * progmodes/sh-script.el (sh-use-smie): Change default.
1675 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1676 (sh-var-value): Simplify by CSE.
1677 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1678 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1679 is used.
1680 (sh-guess-basic-offset): Use cl-incf.
1681 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1682
1683 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
1684
1685 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1686 (bug#15699).
1687
1688 2013-10-24 Glenn Morris <rgm@gnu.org>
1689
1690 * Makefile.in (abs_top_srcdir): Remove.
1691 (update-subdirs): Use relative path to update-subdirs.
1692
1693 2013-10-24 Eli Zaretskii <eliz@gnu.org>
1694
1695 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1696 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1697 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1698 Call unmsys--file-name before expand-file-name, not after it.
1699
1700 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1701
1702 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1703 (ert-test-skipped): New error.
1704 (ert-skip, ert-stats-skipped): New defuns.
1705 (ert--skip-unless): New macro.
1706 (ert-test-skipped): New struct.
1707 (ert--run-test-debugger, ert-test-result-type-p)
1708 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1709 (ert--stats-set-test-and-result, ert-char-for-test-result)
1710 (ert-string-for-test-result, ert-run-tests-batch)
1711 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1712 Handle skipped tests. (Bug#9803)
1713
1714 2013-10-24 Glenn Morris <rgm@gnu.org>
1715
1716 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1717
1718 * Makefile.in (abs_top_srcdir): New, set by configure.
1719 (update-subdirs): Correct build-aux location.
1720
1721 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1722
1723 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1724 value, whether we could auto-deduce `backend', or not.
1725
1726 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1727 with parameters" example. Simplify the "is it block or is it
1728 hash" check, but also make it more thorough.
1729
1730 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1731
1732 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1733
1734 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1737 { if it is hanging.
1738
1739 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1740 :before ";".
1741
1742 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1743
1744 * progmodes/compile.el (compilation-directory-matcher)
1745 (compilation-page-delimiter):
1746 Support GNU Make-4.0 directory quoting. (Bug#15678)
1747
1748 2013-10-23 Leo Liu <sdl.web@gmail.com>
1749
1750 * ido.el (ido-tidy): Handle read-only text.
1751
1752 2013-10-23 Glenn Morris <rgm@gnu.org>
1753
1754 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1755 (emacs, compile, compile-always):
1756 Quote entities that might contain whitespace.
1757 (custom-deps, finder-data, autoloads): Use abs_lisp.
1758 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1759 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1760 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1761
1762 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1763
1764 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1765 Use `following-char'.
1766
1767 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1770 * progmodes/ruby-mode.el (ruby-smie-rules):
1771 Remove corresponding workaround. Fix indentation rule of ";" so it
1772 also applies when ";" is the parent.
1773
1774 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1775
1776 * frame.el (display-screens, display-pixel-height)
1777 (display-pixel-width, display-mm-width, display-backing-store)
1778 (display-save-under, display-planes, display-color-cells)
1779 (display-visual-class, display-monitor-attributes-list):
1780 Mention the optional ‘display’ argument in doc strings.
1781
1782 2013-10-22 Michael Gauland <mikelygee@amuri.net>
1783
1784 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1785 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1786
1787 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1788
1789 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1790 TODO. Add "." after " @ ".
1791 (ruby-smie--at-dot-call): New function. Checks if point at method
1792 call with explicit target.
1793 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1794 to the method name tokens when it precedes them.
1795 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1796 (ruby-smie-rules): Add rule for indentation before and after "."
1797 token.
1798
1799 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * textmodes/remember.el (remember-diary-extract-entries):
1802 Avoid add-to-list.
1803
1804 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1805 an instruction.
1806
1807 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1808
1809 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1810 (ruby-smie--implicit-semi-p): Add new operator chars.
1811
1812 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1813 `smie-down-list'.
1814 (ruby-smie--args-separator-p): Check that there's no newline
1815 between method call and its arguments.
1816
1817 2013-10-20 Alan Mackenzie <acm@muc.de>
1818
1819 Allow comma separated lists after Java "implements".
1820
1821 * progmodes/cc-engine.el (c-backward-over-enum-header):
1822 Parse commas.
1823 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1824 from a "disallowed" list in enum fontification.
1825
1826 2013-10-20 Johan Bockgård <bojohan@gnu.org>
1827
1828 * startup.el (default-frame-background-mode): Remove unused defvar.
1829
1830 * progmodes/verilog-mode.el (verilog-mode): Don't set
1831 comment-indent-function globally.
1832
1833 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1834
1835 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1836 Move Info menu item creation to ns-win.el.
1837
1838 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1839 in menu bar.
1840
1841 * menu-bar.el: Move GNUStep specific menus...
1842
1843 * term/ns-win.el (ns-initialize-window-system): ... to here.
1844
1845 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * simple.el (newline): Only run post-self-insert-hook when
1848 called interactively.
1849
1850 2013-10-19 Johan Bockgård <bojohan@gnu.org>
1851
1852 * icomplete.el (icomplete-with-completion-tables): Add :version.
1853
1854 2013-10-19 Alan Mackenzie <acm@muc.de>
1855
1856 Fix fontification bugs with constructors and const.
1857
1858 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1859 CASE 2) Remove the check for the absence of a suffix construct
1860 after a function declaration with only types (no identifiers) in
1861 the parentheses. Also, accept a function declaration with just a
1862 type inside the parentheses, if this type can be positively
1863 recognised as such, or if a prefix keyword like "explicit" nails
1864 down the construct as a declaration.
1865
1866 2013-10-19 Eli Zaretskii <eliz@gnu.org>
1867
1868 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1869 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1870 the problem whereby selecting a menu item that leads to a
1871 minibuffer prompt moves the cursor out of the minibuffer window,
1872 making it hard to type at the prompt. Suggested by Stefan Monnier
1873 <monnier@iro.umontreal.ca>.
1874
1875 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1876
1877 * menu-bar.el: Don't make Services menu.
1878
1879 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1880
1881 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1882 (ffap-alist): Use ffap-c++-mode for c++-mode.
1883 (ffap-c++-path): New variable.
1884 (ffap-c++-mode): New function.
1885
1886 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1887
1888 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1889
1890 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
1891
1892 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1893 introduced on 2013-09-08, which results in an infinite loop
1894 requesting a password.
1895
1896 2013-10-18 Glenn Morris <rgm@gnu.org>
1897
1898 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1899
1900 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1901
1902 Sync with upstream verilog-mode revision 1a6ecec7.
1903 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1904 (verilog-mode-release-date): Remove.
1905 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1906 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1907 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1908 (verilog-auto-tieoff-ignore-regexp)
1909 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1910 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1911 (verilog-signals-with, verilog-dir-cache-preserving)
1912 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1913 Doc fixes.
1914 (verilog-case-fold): New option, to control case folding in
1915 regexp searches, bug597.
1916 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1917 (verilog-string-match-fold, verilog-in-paren-count)
1918 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1919 (verilog-at-close-struct-p): New functions.
1920 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1921 (verilog-forward-sexp, verilog-set-auto-endcomments):
1922 (verilog-leap-to-case-head): Handle "unique0" case.
1923 (verilog-in-constraint-re): New constant.
1924 (verilog-keywords, verilog-type-font-keywords):
1925 Add some SystemVerilog 1800-2012 keywords.
1926 (verilog-label-be): Remove unimplemented argument, bug669.
1927 (verilog-batch-execute-func): When batch expanding clear
1928 create-lockfiles to prevent spurious user locks when a file ends
1929 up not changing.
1930 (verilog-calculate-indent, verilog-calc-1)
1931 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1932 (verilog-do-indent): Fix indentation of nested constraints
1933 and structures.
1934 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1935 (verilog-auto-inst-param): Use verilog-string-match-fold.
1936 (verilog-read-inst-module-matcher):
1937 Fix AUTOINST on gate primitives with #1.
1938 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1939 Reads all user-defined typed variables.
1940 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1941 (verilog-signals-matching-regexp)
1942 (verilog-signals-not-matching-regexp, verilog-auto):
1943 Respect verilog-case-fold.
1944 (verilog-diff-report): Fix line count.
1945 (verilog-auto-assign-modport): Remove unused local `modi'.
1946 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1947 better handle multidimensional arrays.
1948 Fix packed array ports misadding bit index in AUTOINST, bug637.
1949 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1950 to not double-declare existing outputs and inputs, respectively.
1951 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1952 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1953 (verilog-sk-uvm-component): New skeleton.
1954 (verilog-submit-bug-report): Add verilog-case-fold,
1955 remove verilog-mode-release-date.
1956
1957 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1958
1959 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1960 as before.
1961
1962 2013-10-18 Reuben Thomas <rrt@sc3d.org>
1963
1964 * textmodes/remember.el (remember): set buffer-offer-save in
1965 remember buffers (bug#13566).
1966
1967 2013-10-18 Daniel Colascione <dancol@dancol.org>
1968
1969 When evaluating forms in ielm, direct standard output to ielm
1970 buffer. Add new ielm-return-for-effect command. Remove trailing
1971 whitespace throughout.
1972
1973 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1974 (ielm-return-for-effect): New command.
1975 (ielm-send-input): Accept optional `for-effect' parameter.
1976 (ielm-eval-input): Accept optional `for-effect' parameter.
1977 Bind `standard-output' to stream we create using
1978 `ielm-standard-output-impl'. Suppress printing result when
1979 `for-effect'.
1980 (ielm-standard-output-impl): New function.
1981 (inferior-emacs-lisp-mode): Explain new features in documentation.
1982
1983 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
1984
1985 Code cleanup.
1986
1987 * net/tramp.el (tramp-debug-message): Do not check for connection
1988 buffer.
1989 (tramp-message): Use "vector" connection property.
1990
1991 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1992 (tramp-equal-remote, tramp-eshell-directory-change)
1993 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1994 (tramp-adb-handle-rename-file)
1995 * net/tramp-cmds.el (tramp-list-remote-buffers)
1996 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1997 * net/tramp-compat.el (tramp-compat-process-running-p)
1998 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1999 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
2000 (tramp-gvfs-handle-rename-file)
2001 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2002 (tramp-set-file-uid-gid)
2003 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2004 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
2005 of `file-remote-p'.
2006
2007 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
2008 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2009 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
2010 (tramp-gw-open-network-stream): Suppress unrelated traces.
2011
2012 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
2013 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2014 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2015 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
2016 connection property.
2017
2018 * net/tramp-cache.el (top): Suppress traces when reading
2019 persistency file.
2020
2021 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2022 Refactor common code. Improve debug message.
2023 (tramp-maybe-open-connection)
2024 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
2025 connection buffer too early.
2026
2027 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
2028 from `tramp-smb-actions-with-acl'.
2029 (tramp-smb-actions-set-acl): New defconst.
2030 (tramp-smb-handle-copy-directory)
2031 (tramp-smb-action-get-acl): New defun, renamed from
2032 `tramp-smb-action-with-acl'.
2033 (tramp-smb-action-set-acl): New defun.
2034 (tramp-smb-handle-set-file-acl): Rewrite.
2035
2036 2013-10-17 Glenn Morris <rgm@gnu.org>
2037
2038 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
2039
2040 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * skeleton.el (skeleton-newline): Remove.
2043 (skeleton-internal-1): Use (insert "\n") instead.
2044
2045 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
2046 let-bindings.
2047
2048 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
2049 forward-sexp-function while we redo its job (bug#15613).
2050
2051 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
2052
2053 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
2054 represented by lists.
2055
2056 2013-10-16 Glenn Morris <rgm@gnu.org>
2057
2058 * tmm.el (tmm--history): New dynamic variable.
2059 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
2060
2061 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
2062
2063 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
2064 (tramp-smb-errors): Add error messages.
2065 (tramp-smb-actions-with-acl): New defconst.
2066 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
2067 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
2068 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
2069 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
2070 (tramp-smb-get-stat-capability): Fix tests.
2071
2072 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
2073
2074 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
2075 (bug#15580).
2076
2077 2013-10-16 Glenn Morris <rgm@gnu.org>
2078
2079 * ansi-color.el (ansi-color-drop-regexp):
2080 Add 1J, 1K, 2K. (Bug#15617)
2081
2082 * files.el (hack-local-variables--warned-lexical): New.
2083 (hack-local-variables):
2084 Warn about misplaced lexical-binding. (Bug#15616)
2085
2086 * net/eww.el (eww-render): Always set eww-current-url,
2087 and update header line. (Bug#15622)
2088 (eww-display-html): ... Rather than just doing it here.
2089
2090 2013-10-15 Eli Zaretskii <eliz@gnu.org>
2091
2092 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
2093 menu navigations commands.
2094
2095 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
2096
2097 * progmodes/subword.el (subword-capitalize): Be careful when
2098 the search for [[:alpha:]] fails (bug#15580).
2099
2100 2013-10-14 Eli Zaretskii <eliz@gnu.org>
2101
2102 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
2103 to commands that scroll the menu.
2104
2105 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
2106
2107 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
2108 Handle methods ending with `?' and `!'.
2109
2110 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
2111
2112 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
2113 `japanese-cp932' to `cp932' to fix the problem where saving a
2114 source file written in Shift_JIS twice would end up having
2115 `coding: japanese-cp932' which Ruby could not recognize.
2116 (ruby-mode-set-encoding): Add support for encodings mapped to nil
2117 in `ruby-encoding-map'.
2118 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
2119 doesn't need to be explicitly declared in magic comment.
2120 (ruby-encoding-map): Add type declaration for better customize UI.
2121
2122 2013-10-13 Glenn Morris <rgm@gnu.org>
2123
2124 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
2125 Occur buffers are read-only. http://bugs.debian.org/720775
2126
2127 * emacs-lisp/authors.el (authors-fixed-entries):
2128 Comment out old alpha stuff.
2129
2130 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
2131
2132 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
2133 to `after-save-hook' instead of `before-save-hook'.
2134 (ruby-mode-set-encoding): Use the value of coding system used to
2135 write the file. Call `basic-save-buffer-1' after modifying the
2136 buffer.
2137
2138 2013-10-13 Alan Mackenzie <acm@muc.de>
2139
2140 Fix indentation/fontification of Java enum with
2141 "implements"/generic.
2142
2143 * progmodes/cc-engine.el (c-backward-over-enum-header):
2144 Extracted from the three other places and enhanced to handle generics.
2145 (c-inside-bracelist-p): Uses new function above.
2146 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
2147 function above.
2148 (c-font-lock-enum-tail): Uses new function above.
2149
2150 2013-10-13 Kenichi Handa <handa@gnu.org>
2151
2152 * international/mule-cmds.el (select-safe-coding-system): Remove a
2153 superfluous condition in chekcing whether a coding system is safe
2154 or not.
2155
2156 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
2157
2158 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
2159
2160 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
2161
2162 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
2163
2164 2013-10-13 Glenn Morris <rgm@gnu.org>
2165
2166 * menu-bar.el (menu-bar-update-buffers):
2167 Unify Buffers menu prompt string. (Bug#15576)
2168
2169 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
2170
2171 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
2172 Add some entries.
2173 (authors-fixed-entries): Use accented form of name.
2174
2175 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
2178 method calls (bug#15594).
2179 (ruby-smie--args-separator-p): New function.
2180 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
2181 recognize paren-free method calls.
2182
2183 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
2184 internals of universal-argument.
2185
2186 2013-10-11 Eli Zaretskii <eliz@gnu.org>
2187
2188 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
2189 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
2190 dropped menu on second mouse click on the menu bar.
2191
2192 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
2195 (explicit-shell-file-name): Declare.
2196 (sh--vars-before-point, sh--cmd-completion-table): New functions.
2197 (sh-completion-at-point-function): New function.
2198 (sh-mode): Use it.
2199 (sh-smie--keyword-p): Remove unused argument.
2200 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
2201 vars.
2202 (sh-set-shell): Always setup SMIE, even if we use the
2203 old indentation code.
2204
2205 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
2206
2207 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
2208 cases of ? and =.
2209 (ruby-smie-rules): Simplify the "do" rule. The cases when the
2210 predicate would return nil are almost non-existent.
2211 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
2212
2213 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
2214 cache also after commands that modify the buffer but don't move
2215 point.
2216
2217 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2218
2219 * env.el (substitute-env-in-file-name): New function.
2220 (substitute-env-vars): Extend the meaning of the optional arg.
2221
2222 2013-10-10 Eli Zaretskii <eliz@gnu.org>
2223
2224 * term/w32-win.el (dynamic-library-alist): Define separate lists
2225 of GIF DLLs for versions before and after 5.0.0 of giflib.
2226 (Bug#15531)
2227
2228 2013-10-10 João Távora <joaotavora@gmail.com>
2229
2230 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
2231 not locked, use last revision and current source as
2232 defaults. (Bug#15569)
2233
2234 2013-10-10 Masatake YAMATO <yamato@redhat.com>
2235
2236 * menu-bar.el (menu-bar-open): Don't use popup-menu if
2237 menu-bar is hidden.
2238
2239 2013-10-10 Martin Rudalics <rudalics@gmx.at>
2240
2241 * window.el (pop-to-buffer-same-window): Fix doc-string.
2242 (Bug#15492)
2243
2244 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
2247
2248 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
2249
2250 * calendar/icalendar.el (icalendar-import-file):
2251 Fix interactive spec. (Bug#15482)
2252
2253 2013-10-10 Glenn Morris <rgm@gnu.org>
2254
2255 * desktop.el (desktop-save): Default to saving in .emacs.d,
2256 since PWD is no longer in desktop-path by default. (Bug#15319)
2257
2258 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2259 now that text mode has a menu with the same entry.
2260 (menu-bar-text-mode-auto-fill): Remove now unused func.
2261 * textmodes/text-mode.el (text-mode-map):
2262 Use auto-fill help text from menu-bar.el.
2263
2264 2013-10-10 John Anthony <john@jo.hnanthony.com>
2265
2266 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
2267
2268 2013-10-09 Juri Linkov <juri@jurta.org>
2269
2270 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2271 instead of this-command-keys. Add universal-argument-more and
2272 universal-argument-minus to the list of prefix commands. (Bug#15568)
2273
2274 2013-10-09 Glenn Morris <rgm@gnu.org>
2275
2276 * vc/vc-svn.el (vc-svn-create-repo):
2277 Expand paths in file://... url. (Bug#15446)
2278
2279 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2280 Add some entries.
2281 (authors): Remove unused local variables.
2282
2283 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * profiler.el: Create a more coherent calltree from partial backtraces.
2286 (profiler-format): Hide the tail with `invisible' so that C-s can still
2287 find the hidden elements.
2288 (profiler-calltree-depth): Don't recurse so enthusiastically.
2289 (profiler-function-equal): New hash-table-test.
2290 (profiler-calltree-build-unified): New function.
2291 (profiler-calltree-build): Use it.
2292 (profiler-report-make-name-part): Indent the calltree less.
2293 (profiler-report-mode): Add visibility specs for profiler-format.
2294 (profiler-report-expand-entry, profiler-report-toggle-entry):
2295 Expand the whole subtree when provided with a prefix arg.
2296
2297 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
2298
2299 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2300 iuwu-mod token.
2301 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2302 hanging iuwu-mod token.
2303 (ruby-smie--forward-token): Do not include a dot after a token in
2304 that token.
2305 (ruby-smie--backward-token): Likewise.
2306
2307 2013-10-08 Juri Linkov <juri@jurta.org>
2308
2309 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2310 to isearch-other-control-char.
2311 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2312 and isearch-post-command-hook to post-command-hook.
2313 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2314 and isearch-post-command-hook from post-command-hook.
2315 (isearch-unread-key-sequence)
2316 (isearch-reread-key-sequence-naturally)
2317 (isearch-lookup-scroll-key, isearch-other-control-char)
2318 (isearch-other-meta-char): Remove functions.
2319 (isearch-pre-command-hook, isearch-post-command-hook):
2320 New functions based on isearch-other-meta-char rewritten
2321 relying on the new behavior of overriding-terminal-local-map
2322 that does not replace the local keymaps any more. (Bug#15200)
2323
2324 2013-10-08 Eli Zaretskii <eliz@gnu.org>
2325
2326 Support menus on text-mode terminals.
2327 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2328 functionality.
2329
2330 * tooltip.el (tooltip-mode): Don't error out on TTYs.
2331
2332 * menu-bar.el (popup-menu, popup-menu-normalize-position):
2333 Move here from mouse.el.
2334 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2335 and arrow keys.
2336 (tty-menu-navigation-map): New map for TTY menu navigation.
2337
2338 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2339
2340 * frame.el (display-mouse-p): Report text-mode mouse as available
2341 on w32.
2342 (display-popup-menus-p): Report availability if mouse is
2343 available; don't condition on window-system.
2344
2345 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2346 (tty-menu-selected-face): New faces.
2347
2348 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2351 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2352 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2353 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2354 New constants.
2355 (lisp-mode-variables): New `elisp' argument.
2356 (emacs-lisp-mode): Use it.
2357 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2358 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2359
2360 * indent.el: Use lexical-binding.
2361 (indent-region): Add progress reporter.
2362 (tab-stop-list): Make it implicitly extend to infinity by repeating the
2363 last step.
2364 (indent--next-tab-stop): New function to implement this behavior.
2365 (tab-to-tab-stop, move-to-tab-stop): Use it.
2366
2367 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
2368
2369 * indent.el (indent-rigidly--current-indentation): New function.
2370 (indent-rigidly-map): New var.
2371 (indent-rigidly): Use it to provide interactive mode (bug#8196).
2372
2373 2013-10-08 Bastien Guerry <bzg@gnu.org>
2374
2375 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2376
2377 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2378
2379 * progmodes/perl-mode.el: Use lexical-binding.
2380 Remove redundant :group args.
2381 (perl-nochange): Change default to be closer to other major modes's
2382 standard behavior.
2383 (perl-indent-line): Don't consider text on current line as a
2384 valid beginning of function from which to indent.
2385
2386 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2387 with more than one argument (bug#15538).
2388
2389 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2390
2391 * vc/pcvs.el: Use lexical-binding.
2392 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2393 environment of `eval'.
2394 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2395 than a list of expressions. Adjust callers.
2396 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2397
2398 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
2399
2400 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2401 case of the dot in a chained method call being on the following line.
2402
2403 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * electric.el (electric-indent-inhibit): New var.
2406 (electric-indent-post-self-insert-function): Use it.
2407 * progmodes/python.el (python-mode): Set it.
2408
2409 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2410 open braces.
2411
2412 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2413
2414 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2415 (css-mode): Use electric-indent-chars.
2416
2417 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2418 (font-lock-beg, font-lock-end): Move before first use.
2419 (nxml-mode): Use syntax-propertize-function.
2420 (nxml-after-change, nxml-after-change1): Adjust accordingly.
2421 (nxml-extend-after-change-region): Remove.
2422 * nxml/xmltok.el: Use lexical-binding.
2423 (xmltok-save): Use `declare'.
2424 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2425 * nxml/nxml-util.el: Use lexical-binding.
2426 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2427 Use `declare'.
2428 * nxml/nxml-ns.el: Use lexical-binding.
2429 (nxml-ns-save): Use `declare'.
2430 (nxml-ns-prefixes-for): Avoid add-to-list.
2431 * nxml/rng-match.el: Use lexical-binding.
2432 (rng--ipattern): Use cl-defstruct.
2433 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2434 (rng-cons-group-after, rng-subst-group-after)
2435 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2436 Use closures instead of `(lambda...).
2437
2438 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
2439
2440 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2441 of BEG and END.
2442
2443 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2444 Use `tramp-handle-insert-file-contents'.
2445 (tramp-gvfs-handle-insert-file-contents): Remove function.
2446
2447 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2448 Use `save-restriction' in order to keep markers.
2449
2450 * net/trampver.el: Update release number.
2451
2452 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 * progmodes/compile.el (compilation-parse-errors):
2455 Use compilation--put-prop.
2456 (compilation--ensure-parse): Check compilation-multiline.
2457
2458 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2459
2460 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2461 lexical-binding.
2462
2463 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2464
2465 * progmodes/ruby-mode.el: Fix recently added tests.
2466 (ruby-smie-grammar): Add - and +.
2467 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2468 (ruby-smie--backward-id): New functions.
2469 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2470 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
2471 any more.
2472
2473 2013-10-07 Leo Liu <sdl.web@gmail.com>
2474
2475 * register.el (register-preview-delay)
2476 (register-preview-functions): New variables.
2477 (register-read-with-preview, register-preview)
2478 (register-describe-oneline): New functions.
2479 (point-to-register, window-configuration-to-register)
2480 (frame-configuration-to-register, jump-to-register)
2481 (number-to-register, view-register, insert-register)
2482 (copy-to-register, append-to-register, prepend-to-register)
2483 (copy-rectangle-to-register): Use register-read-with-preview to
2484 read register. (Bug#15525)
2485
2486 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2487
2488 * net/network-stream.el (network-stream-open-starttls): Don't add
2489 --insecure if it's already present, because that gnutls-cli
2490 rejects getting that parameter twice.
2491
2492 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2493
2494 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2495 keyword, too.
2496
2497 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
2498
2499 * newcomment.el (comment-use-global-state): Change default value
2500 to t, mark obsolete (Bug#15251).
2501 (comment-beginning): In addition to `comment-to-syntax', check the
2502 value of `comment-use-global-state'.
2503
2504 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2505
2506 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2507 (ruby-comment-column): Follow the global default, by default.
2508 (ruby-smie-grammar): Add assignment syntax.
2509 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2510 open-paren, a comma, or a \.
2511 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2512 and line continuations.
2513 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2514 followed by implicit semi-colons. Add rule for string concatenation
2515 and for indentation at BOB.
2516 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2517
2518 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2519 calling next-sexp, since next-token may have skipped chars which
2520 next-sexp doesn't know should be skipped!
2521
2522 2013-10-05 Leo Liu <sdl.web@gmail.com>
2523
2524 * progmodes/octave.el (octave-send-region):
2525 Call compilation-forget-errors.
2526
2527 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2528
2529 * vc/vc-svn.el (vc-svn-find-admin-dir):
2530 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2531 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2532 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2533 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2534
2535 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2536
2537 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2538
2539 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * subr.el (read-passwd): Hide chars even when called within a context
2542 where after-change-functions is disabled (bug#15501).
2543 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2544 until we removed ourself from overriding-terminal-local-map.
2545
2546 2013-10-04 Leo Liu <sdl.web@gmail.com>
2547
2548 * progmodes/octave.el (inferior-octave-mode):
2549 Call compilation-forget-errors.
2550
2551 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2552
2553 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2554
2555 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
2556
2557 * net/secrets.el (secrets-create-collection): Add optional
2558 argument ALIAS. Use proper Label keyword. Append ALIAS as
2559 dbus-call-method argument. (Bug#15516)
2560
2561 2013-10-04 Leo Liu <sdl.web@gmail.com>
2562
2563 * progmodes/octave.el (inferior-octave-error-regexp-alist)
2564 (inferior-octave-compilation-font-lock-keywords): New variables.
2565 (compilation-error-regexp-alist)
2566 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2567 (inferior-octave-mode): Use compilation-shell-minor-mode.
2568
2569 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
2570
2571 * minibuffer.el (completion--replace): Be careful that `end' might be
2572 a marker.
2573
2574 2013-10-03 Daiki Ueno <ueno@gnu.org>
2575
2576 Add support for package signature checking.
2577 * emacs-lisp/package.el (url-http-file-exists-p)
2578 (epg-make-context, epg-context-set-home-directory)
2579 (epg-verify-string, epg-context-result-for)
2580 (epg-signature-status, epg-signature-to-string)
2581 (epg-check-configuration, epg-configuration)
2582 (epg-import-keys-from-file): Declare.
2583 (package-check-signature): New user option.
2584 (package-unsigned-archives): New user option.
2585 (package-desc): Add `signed' field.
2586 (package-load-descriptor): Set `signed' field if .signed file exists.
2587 (package--archive-file-exists-p): New function.
2588 (package--check-signature): New function.
2589 (package-install-from-archive): Check package signature.
2590 (package--download-one-archive): Check archive signature.
2591 (package-delete): Remove .signed file.
2592 (package-import-keyring): New command.
2593 (package-refresh-contents): Import default keyring.
2594 (package-desc-status): Add "unsigned" status.
2595 (describe-package-1, package-menu--print-info)
2596 (package-menu-mark-delete, package-menu--find-upgrades)
2597 (package-menu--status-predicate): Support "unsigned" status.
2598
2599 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2602 the new compilation scheme using the new byte-codes.
2603
2604 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2605 (byte-pophandler): New byte codes.
2606 (byte-goto-ops): Adjust accordingly.
2607 (byte-compile--use-old-handlers): New var.
2608 (byte-compile-catch): Use new byte codes depending on
2609 byte-compile--use-old-handlers.
2610 (byte-compile-condition-case--old): Rename from
2611 byte-compile-condition-case.
2612 (byte-compile-condition-case--new): New function.
2613 (byte-compile-condition-case): New function that dispatches depending
2614 on byte-compile--use-old-handlers.
2615 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2616 when we can.
2617
2618 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2619 Optimize under `condition-case' and `catch' if
2620 byte-compile--use-old-handlers is nil.
2621 (disassemble-offset): Handle new bytecodes.
2622
2623 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * subr.el (error): Use `declare'.
2626 (decode-char, encode-char): Use advertised-calling-convention instead
2627 of the docstring to discourage use of the `restriction' arg.
2628
2629 2013-10-03 Daiki Ueno <ueno@gnu.org>
2630
2631 * epg.el (epg-verify-file): Add a comment saying that it does not
2632 notify verification error as a return value nor a signal.
2633 (epg-verify-string): Ditto.
2634
2635 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2636
2637 * progmodes/compile.el (compilation-start): Try globbing the arg to
2638 `cd' (bug#15417).
2639
2640 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
2641
2642 Sync with Tramp 2.2.8.
2643
2644 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2645 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2646 * net/trampver.el: Update release number.
2647
2648 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
2649
2650 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2651 and default-process-coding-system for darwin only.
2652
2653 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2656
2657 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
2658
2659 * vc/vc-git.el (vc-git-grep): Disable pager.
2660
2661 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2662
2663 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2664 Use :url instead of :homepage, as per
2665 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2666
2667 * newcomment.el (comment-beginning): When `comment-use-syntax' is
2668 non-nil, use `syntax-ppss' (Bug#15251).
2669
2670 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2671
2672 * progmodes/octave.el (inferior-octave-startup-file):
2673 Prefer ~/.emacs.d/init_octave.m.
2674
2675 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
2676
2677 * emacs-lisp/package.el (package-desc-from-define):
2678 Accept additional arguments as plist, convert them to an alist and store
2679 them in the `extras' slot.
2680 (package-generate-description-file): Convert extras alist back to
2681 plist and append to the `define-package' form arguments.
2682 (package--alist-to-plist): New function.
2683 (package--ac-desc): Add `extras' slot.
2684 (package--add-to-archive-contents): Check if the archive-contents
2685 vector is long enough, and if it is, pass its `extras' slot value
2686 to `package-desc-create'.
2687 (package-buffer-info): Call `lm-homepage', pass the returned value
2688 to `package-desc-from-define'.
2689 (describe-package-1): Render the homepage button (Bug#13291).
2690
2691 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2692 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2693
2694 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2695
2696 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2697 and default-process-coding-system to utf-8-unix (Bug#15402).
2698
2699 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2700
2701 * subr.el (looking-back): Do not recommend using looking-back.
2702
2703 2013-09-28 Alan Mackenzie <acm@muc.de>
2704
2705 Fix indentation/fontification of Java enum with "implements".
2706
2707 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2708 regexp which matches "implements", etc., in Java.
2709 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2710 specifier clauses coming after "enum".
2711 * progmodes/cc-fonts.el (c-font-lock-declarations)
2712 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2713 after "enum".
2714
2715 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2716
2717 * faces.el (region): Change ns_selection_color to
2718 ns_selection_fg_color, add ns_selection_bg_color.
2719
2720 2013-09-28 Leo Liu <sdl.web@gmail.com>
2721
2722 * progmodes/octave.el (inferior-octave-completion-table)
2723 (inferior-octave-completion-at-point): Minor tweaks.
2724
2725 * textmodes/ispell.el (ispell-lookup-words): Rename from
2726 lookup-words. (Bug#15460)
2727 (lookup-words): Obsolete.
2728 (ispell-complete-word, ispell-command-loop): All uses changed.
2729
2730 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2731
2732 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2733 (octave-mode-menu): Add octave-send-buffer.
2734 (octave-send-buffer): New function.
2735
2736 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2737
2738 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2739 octave-lookfor.
2740 (octave-mode-menu): Add octave-lookfor.
2741 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2742 octave-lookfor.
2743 (octave-lookfor): New function.
2744
2745 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * emacs-lisp/cl-macs.el:
2748 (cl--loop-destr-temps): Remove.
2749 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2750 its convention.
2751 (cl--loop-set-iterator-function): New function.
2752 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2753 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2754 Bind `it' with `let' instead of substituting it with `cl-subst'.
2755 (cl--unused-var-p): New function.
2756 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2757 Eliminate some unused variable warnings (bug#15326).
2758
2759 2013-09-27 Tassilo Horn <tsdh@gnu.org>
2760
2761 * doc-view.el (doc-view-scale-reset): Rename from
2762 `doc-view-reset-zoom-level'.
2763 (doc-view-scale-adjust): New command.
2764 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2765 `doc-view-scale-adjust'.
2766
2767 2013-09-26 Tassilo Horn <tsdh@gnu.org>
2768
2769 * doc-view.el (doc-view-reset-zoom-level): New command.
2770 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2771 zoom commands (bug#15466).
2772
2773 2013-09-26 Kenichi Handa <handa@gnu.org>
2774
2775 * international/quail.el (quail-help): Make it not a command.
2776
2777 2013-09-26 Leo Liu <sdl.web@gmail.com>
2778
2779 * minibuffer.el (completion-all-sorted-completions): Make args
2780 optional as they are.
2781
2782 2013-09-25 Daniel Colascione <dancol@dancol.org>
2783
2784 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2785 specs are and that they're not evaluated.
2786
2787 2013-09-24 Sam Steingold <sds@gnu.org>
2788
2789 * midnight.el (clean-buffer-list-kill-regexps)
2790 (clean-buffer-list-kill-buffer-names): Update for the new Man
2791 buffer naming which includes the object name.
2792
2793 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2796 (eshell-parse-command, eshell-parse-pipeline): Use it since
2797 eshell-separate-commands requires a dynamic scoped var.
2798 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2799
2800 2013-09-23 Leo Liu <sdl.web@gmail.com>
2801
2802 * autoinsert.el (auto-insert-alist): Make the value of
2803 lexical-binding match its file setting.
2804
2805 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
2806
2807 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2808
2809 * autoarg.el (autoarg-kp-digit-argument):
2810 * electric.el (Electric-command-loop):
2811 * kmacro.el (kmacro-step-edit-insert):
2812 Do not set universal-argument-num-events.
2813
2814 2013-09-22 Leo Liu <sdl.web@gmail.com>
2815
2816 * files.el (interpreter-mode-alist): Add octave.
2817
2818 2013-09-21 Alan Mackenzie <acm@muc.de>
2819
2820 C++: fontify identifier in declaration following "public:" correctly.
2821 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2822 to match "public", etc.
2823 (c-decl-prefix-re): Add ":" into the C++ value.
2824 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2825 bit. Add a check for a ":" preceded by "public", etc.
2826
2827 2013-09-21 Eli Zaretskii <eliz@gnu.org>
2828
2829 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2830 recognized by GDB 7.5 and later.
2831
2832 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2833
2834 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2835
2836 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2837
2838 * subr.el (internal--call-interactively): New const.
2839 (called-interactively-p): Use it (bug#3984).
2840
2841 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2842
2843 * vc/pcvs.el (cvs-mode-ignore):
2844 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2845 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2846
2847 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2848
2849 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2850 (eshell-ls-orig-insert-directory): Remove.
2851 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2852 (eshell-ls-use-in-dired): Use advice-add/remove.
2853 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2854 Add `orig-fun' arg for use in :around advice.
2855 Make it check (redundantly) eshell-ls-use-in-dired.
2856
2857 2013-09-19 Glenn Morris <rgm@gnu.org>
2858
2859 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2860
2861 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2862
2863 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2864
2865 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
2866
2867 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2868 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2869 (tramp-get-remote-python): New defuns.
2870 (tramp-get-remote-uid-with-perl)
2871 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2872 contributed by yary <not.com@gmail.com> (tiny change).
2873 (tramp-get-remote-uid-with-python)
2874 (tramp-get-remote-gid-with-python): New defuns. Python code
2875 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2876 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2877
2878 2013-09-19 Glenn Morris <rgm@gnu.org>
2879
2880 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2881
2882 * eshell/em-unix.el (eshell-remove-entries):
2883 Rename argument to avoid name-clash with global `top-level'.
2884
2885 * eshell/esh-proc.el (eshell-kill-process-function):
2886 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2887 (eshell-reset-after-proc): Remove unused arg `proc'.
2888
2889 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2890 (directory-files-and-attributes): Mark unused arg.
2891
2892 * eshell/em-unix.el (eshell-remove-entries):
2893 Remove unused arg `path'. Update callers.
2894
2895 * eshell/em-hist.el (eshell-hist-parse-arguments):
2896 Remove unused arg `silent'. Update callers.
2897
2898 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2899 Fix (f)boundp mix-up.
2900
2901 * eshell/em-smart.el (eshell-smart-scroll-window)
2902 (eshell-disable-after-change):
2903 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2904
2905 2013-09-18 Alan Mackenzie <acm@muc.de>
2906
2907 Fix fontification of type when followed by "const".
2908 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2909 "known" types from fontification.
2910
2911 2013-09-18 Glenn Morris <rgm@gnu.org>
2912
2913 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2914 (chart-face-list): Drop Emacsen without display-color-p.
2915
2916 * net/eww.el (libxml-parse-html-region): Declare.
2917 (eww-display-html): Explicit error if no libxml2 support.
2918
2919 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2920
2921 * image.el (image-type-from-buffer, image-multi-frame-p):
2922 Remove --without-x warning/error.
2923
2924 * mouse.el (mouse-yank-primary):
2925 * term.el (term-mouse-paste):
2926 Reorder to silence --without-x compilation.
2927
2928 * mpc.el (doc-view-mode): Silence --without-x compilation.
2929
2930 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2931 Silence --without-x compilation.
2932
2933 * progmodes/gud.el (gud-find-file, gud-mode):
2934 Silence --without-x compilation.
2935 (tooltip-mode): Declare.
2936
2937 * wdired.el (dired-backup-overwrite): Remove declaration.
2938 (wdired-mode-map): Add doc string.
2939
2940 * custom.el (x-get-resource): Declare.
2941
2942 * eshell/em-glob.el (ange-cache):
2943 * eshell/em-unix.el (ange-cache): Declare.
2944
2945 * faces.el (x-display-list, x-open-connection, x-get-resource):
2946 Declare.
2947
2948 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2949 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2950 Declare.
2951
2952 * frame.el (x-display-grayscale-p, x-display-name): Declare.
2953
2954 * net/gnutls.el (gnutls-log-level): Declare.
2955
2956 * net/shr.el (image-size, image-animate): Declare.
2957
2958 * simple.el (font-info): Declare.
2959
2960 * subr.el (x-popup-dialog): Declare.
2961
2962 * term/common-win.el (x-select-enable-primary)
2963 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2964 Declare.
2965
2966 * term/ns-win.el (x-handle-args): Declare.
2967
2968 * term/x-win.el (x-select-enable-clipboard): Declare.
2969
2970 * term/w32-win.el (create-default-fontset): Declare.
2971
2972 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2973 Declare.
2974
2975 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2976 (fit-frame-to-buffer): Explicit error if --without-x.
2977 (mouse-autoselect-window-select): Silence compiler.
2978
2979 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2980
2981 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2982 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2983 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2984 * eshell/esh-util.el (eshell-sublist):
2985 Remove unused local variables.
2986
2987 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2988
2989 * textmodes/two-column.el: Make 2C-split work for --without-x.
2990 (scroll-bar-columns): Autoload.
2991 (top-level): Require fringe when compiling.
2992
2993 2013-09-18 Leo Liu <sdl.web@gmail.com>
2994
2995 * subr.el (add-hook): Robustify to handle closure as well.
2996
2997 2013-09-17 Glenn Morris <rgm@gnu.org>
2998
2999 * simple.el (messages-buffer-mode-map): Unbind "g".
3000
3001 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * help-mode.el (help-mode-finish): Use derived-mode-p.
3004 Remove obsolete highlighting.
3005
3006 * play/life.el (life-mode): Use define-derived-mode. Derive from
3007 special-mode.
3008 (life): Let-bind inhibit-read-only.
3009 (life-setup): Avoid `setq'. Use `life-mode'.
3010
3011 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
3012 which should not be needed any more.
3013 (package-menu-refresh, package-menu-describe-package): Use user-error.
3014
3015 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
3016 (eshell-post-rewrite-command-hook): Make obsolete.
3017 (eshell-parse-command): Simplify.
3018 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
3019 (eshell--cmd): Declare.
3020 (eshell-parse-pipeline): Remove unused var `final-p'.
3021 Pass a dynvar to eshell-post-rewrite-command-hook.
3022 Implement the new eshell-post-rewrite-command-function.
3023 (eshell-invoke-directly): Remove unused arg `input'.
3024 * eshell/esh-io.el (eshell-io-initialize):
3025 Use eshell-post-rewrite-command-function (bug#15399).
3026 (eshell--apply-redirections): Rename from eshell-apply-redirections;
3027 adjust to new calling convention.
3028 (eshell-create-handles): Rename args to avoid clashing with dynvar
3029 `standard-output'.
3030
3031 2013-09-17 Glenn Morris <rgm@gnu.org>
3032
3033 * simple.el (messages-buffer-mode): New major mode.
3034 (messages-buffer): New function.
3035 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
3036 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
3037 (ert-run-test): Use `messages-buffer' function.
3038 (ert--force-message-log-buffer-truncation): Ignore read-only.
3039 * help.el (view-echo-area-messages): Use `messages-buffer' function.
3040 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
3041
3042 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
3045
3046 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
3047
3048 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * icomplete.el (icomplete-in-buffer): New var.
3051 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
3052 vars and replace them with functions.
3053 (icomplete-minibuffer-setup): Adjust accordingly.
3054 (icomplete--completion-table, icomplete--completion-predicate)
3055 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
3056 New functions.
3057 (icomplete-forward-completions, icomplete-backward-completions)
3058 (icomplete-simple-completing-p, icomplete-exhibit)
3059 (icomplete-completions): Use them.
3060 (icomplete--in-region-buffer): New var.
3061 (icomplete--in-region-setup): New function.
3062 (icomplete-mode): Use it.
3063
3064 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
3065 (bug#15379).
3066 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
3067 return args and options.
3068 (eshell-eval-using-options): Use the new return value of
3069 eshell--do-opts to set the options's vars in their scope.
3070 (eshell--set-option): Rename from eshell-set-option.
3071 Add arg `opt-vals'.
3072 (eshell--process-option): Rename from eshell-process-option.
3073 Add arg `opt-vals'.
3074 (eshell--process-args): Use an `opt-vals' alist to store the options's
3075 values during their processing and return them additionally to the
3076 remaining args.
3077
3078 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
3079
3080 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
3081 continuation character an operator, as far as indentation is
3082 concerned (Bug#15369).
3083
3084 2013-09-15 Martin Rudalics <rudalics@gmx.at>
3085
3086 * window.el (window--state-put-2): Don't process buffer state
3087 when buffer doesn't exist any more (Bug#15382).
3088
3089 2013-09-15 Glenn Morris <rgm@gnu.org>
3090
3091 * eshell/em-unix.el (eshell/rm):
3092 Make -f ignore missing files. (Bug#15373)
3093
3094 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
3095 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
3096 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
3097
3098 2013-09-14 Glenn Morris <rgm@gnu.org>
3099
3100 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
3101
3102 2013-09-13 Glenn Morris <rgm@gnu.org>
3103
3104 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
3105 (dired-guess-default): Make `file' available in the env. (Bug#15363)
3106
3107 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
3108
3109 * frame.el (x-focus-frame): Mark as declared in frame.c.
3110
3111 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * ls-lisp.el: Use advice-add.
3114 (original-insert-directory): Remove.
3115 (ls-lisp--insert-directory): Rename from insert-directory; add
3116 `orig-fun' argument.
3117 (insert-directory): Advise.
3118
3119 2013-09-13 Eli Zaretskii <eliz@gnu.org>
3120
3121 * term.el (term-emulate-terminal): Decode the command string
3122 before passing it to term-command-hook. (Bug#15337)
3123
3124 2013-09-13 Glenn Morris <rgm@gnu.org>
3125
3126 * eshell/esh-util.el (ange-cache): Move declaration earlier.
3127
3128 * eshell/esh-ext.el (eshell-search-path): Declare.
3129
3130 * eshell/em-prompt.el (eshell/pwd): Autoload it.
3131 Otherwise an error occurs if eshell-dirs module not loaded.
3132
3133 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
3134
3135 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
3138 `tramp-check-proper-host'. Check for a valid method name.
3139
3140 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3141 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3142 * net/tramp-sh.el (tramp-maybe-open-connection):
3143 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
3144
3145 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
3146 also for hash values.
3147
3148 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * term/ns-win.el (parameters): Don't declare as dynamic.
3151 (before-make-frame-hook): Don't add ineffective function.
3152
3153 * eshell/*.el: Use lexical-binding (bug#15231).
3154
3155 2013-09-12 Kenichi Handa <handa@gnu.org>
3156
3157 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
3158
3159 2013-09-12 Glenn Morris <rgm@gnu.org>
3160
3161 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
3162 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
3163
3164 * subr.el (do-after-load-evaluation): Also give compiler warnings
3165 when obsolete files are used (except by obsolete files).
3166
3167 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
3168 in the status output, assume `filename' is the first. (Bug#15322)
3169
3170 * vc/vc.el (vc-deduce-fileset): Doc fix.
3171
3172 * calc/calc-help.el (Info-goto-node):
3173 * progmodes/cperl-mode.el (Info-find-node):
3174 * vc/ediff.el (Info-goto-node): Update declarations.
3175
3176 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
3177
3178 * vc/vc-bzr.el (vc-compilation-mode): Declare.
3179 (vc-bzr-pull): Require vc-dispatcher.
3180 * vc/vc-git.el (vc-compilation-mode): Declare.
3181 (vc-git-pull): Require vc-dispatcher.
3182
3183 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
3184
3185 * progmodes/octave.el (help-button-action): Declare.
3186
3187 * shell.el (shell-directory-tracker): Output error as a message
3188 rather than just returning it as a string.
3189 (shell-process-pushd): Remove useless use of message.
3190
3191 * dframe.el (dframe-timer-fn):
3192 * files.el (dir-locals-read-from-file):
3193 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
3194 (mpc-format):
3195 * reveal.el (reveal-post-command):
3196 * saveplace.el (load-save-place-alist-from-file):
3197 * shell.el (shell-resync-dirs):
3198 * w32-common-fns.el (x-get-selection-value):
3199 * emacs-lisp/copyright.el (copyright-find-copyright):
3200 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3201 * emulation/tpu-edt.el (tpu-copy-keyfile):
3202 * play/bubbles.el (bubbles--mark-neighbourhood):
3203 * progmodes/executable.el
3204 (executable-make-buffer-file-executable-if-script-p):
3205 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
3206
3207 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 Cleanup Eshell to rely less on dynamic scoping.
3210 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
3211 last-value, and ext-command here. Bind `args' closer to `body'.
3212 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
3213 (eshell--args): Declare new dynamic var.
3214 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
3215 last-value, and ext-command. Pass `args' to `body'.
3216 (eshell-process-args): Bind eshell--args.
3217 (eshell-set-option): Use eshell--args.
3218 * eshell/eshell.el (eshell): Use derived-mode-p.
3219 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
3220 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
3221 (eshell-glob-function): Declare.
3222 * eshell/esh-util.el: Require cl-lib.
3223 (eshell-read-hosts-file): Avoid add-to-list.
3224 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
3225 `err'.
3226 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
3227 Declare.
3228 (eshell/diff): Remove unused var `err'.
3229 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
3230 `killflag'.
3231 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
3232 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
3233 first use.
3234 * eshell/em-glob.el (eshell-glob-matches, message-shown):
3235 Move declaration before first use.
3236 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
3237 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
3238 rely on cl-return.
3239
3240 2013-09-12 Glenn Morris <rgm@gnu.org>
3241
3242 * term/ns-win.el (global-map): Remove binding for ispell-next,
3243 deleted 1999-05-29. (Bug#15357)
3244
3245 2013-09-11 Glenn Morris <rgm@gnu.org>
3246
3247 * echistory.el (electric-command-history): Remove call to deleted func.
3248
3249 * play/landmark.el (landmark-mode): Fix typos.
3250
3251 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
3252 Check cvs-sort-ignore-file is bound.
3253
3254 * savehist.el: No need for cl when compiling on Emacs.
3255
3256 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3257
3258 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3259 (bug#15338).
3260 (eshell-self-insert-command, eshell-send-invisible):
3261 Remove unused argument.
3262 (eshell-handle-control-codes): Remove unused var `orig'.
3263 Avoid delete-backward-char.
3264
3265 * files.el (set-auto-mode): Simplify a bit further.
3266
3267 2013-09-11 Glenn Morris <rgm@gnu.org>
3268
3269 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3270 (set-auto-mode): Don't regexp-quote elements.
3271 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3272 * progmodes/cc-mode.el (interpreter-mode-alist):
3273 * progmodes/ruby-mode.el (interpreter-mode-alist):
3274 Revert previous change.
3275
3276 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * play/snake.el (snake-mode):
3279 * play/mpuz.el (mpuz-mode):
3280 * play/landmark.el (lm-mode):
3281 * play/blackbox.el (blackbox-mode):
3282 * play/5x5.el (5x5-mode):
3283 * obsolete/options.el (Edit-options-mode):
3284 * net/quickurl.el (quickurl-list-mode):
3285 * net/newst-treeview.el (newsticker-treeview-mode):
3286 * mail/rmailsum.el (rmail-summary-mode):
3287 * mail/mspools.el (mspools-mode):
3288 * locate.el (locate-mode):
3289 * ibuffer.el (ibuffer-mode):
3290 * emulation/ws-mode.el (wordstar-mode):
3291 * emacs-lisp/debug.el (debugger-mode):
3292 * array.el (array-mode):
3293 * net/eudc.el (eudc-mode): Use define-derived-mode.
3294 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3295 Move initialization into declaration.
3296 (mairix-searches-mode): Use define-derived-mode.
3297 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3298 (eudc-edit-hotlist): Use dolist.
3299 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3300 (Man-mode): Use define-derived-mode.
3301 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3302 (Info-edit-mode): Use define-derived-mode.
3303 (Info-cease-edit): Use Info-mode.
3304 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3305 into declaration.
3306 (eshell-mode): Use define-derived-mode.
3307 * chistory.el (command-history-mode-map): Rename from
3308 command-history-map.
3309 (command-history-mode): Use define-derived-mode.
3310 (Command-history-setup): Remove function.
3311 * calc/calc.el (calc-trail-mode-map): New var.
3312 (calc-trail-mode): Use define-derived-mode.
3313 (calc-trail-buffer): Set calc-main-buffer manually.
3314 * bookmark.el (bookmark-insert-annotation): New function.
3315 (bookmark-edit-annotation): Use it.
3316 (bookmark-edit-annotation-mode): Make it a proper major mode.
3317 (bookmark-send-edited-annotation): Use derived-mode-p.
3318 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3319 closer to its ideal place. Use \' to match EOS.
3320
3321 * profiler.el (profiler-calltree-find): Use function-equal.
3322
3323 2013-09-10 Glenn Morris <rgm@gnu.org>
3324
3325 * files.el (interpreter-mode-alist): Convert to regexps.
3326 (set-auto-mode): Adapt for this. (Bug#15306)
3327 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3328 Comment out unused variable.
3329 * progmodes/cc-mode.el (interpreter-mode-alist):
3330 * progmodes/python.el (interpreter-mode-alist):
3331 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3332 * progmodes/sh-script.el (sh-set-shell):
3333 No longer use interpreter-mode-alist to get list of shells.
3334
3335 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3336
3337 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * simple.el: Use set-temporary-overlay-map for universal-argument.
3340 (universal-argument-map): Don't use default-bindings (bug#15317).
3341 Bind switch-frame explicitly. Replace universal-argument-minus with
3342 a conditional binding.
3343 (universal-argument-num-events, saved-overriding-map): Remove.
3344 (restore-overriding-map): Remove.
3345 (universal-argument--mode): Rename from save&set-overriding-map,
3346 and rewrite.
3347 (universal-argument, universal-argument-more, negative-argument)
3348 (digit-argument): Adjust accordingly.
3349 (universal-argument-minus): Remove.
3350 (universal-argument-other-key): Remove.
3351
3352 * subr.el (with-demoted-errors): Add `format' argument.
3353
3354 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
3355
3356 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
3357 `tramp-cleanup-connection'.
3358
3359 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3360 parameters KEEP-DEBUG and KEEP-PASSWORD.
3361
3362 * net/tramp.el (tramp-file-name-handler):
3363 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3364 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3365 (tramp-maybe-open-connection):
3366 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3367 Use `tramp-cleanup-connection'.
3368
3369 * net/tramp-sh.el (tramp-maybe-open-connection):
3370 Catch 'uname-changed inside the progress reporter.
3371
3372 2013-09-10 Glenn Morris <rgm@gnu.org>
3373
3374 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
3375
3376 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3377 returns "alternate access method" in mode (eg "-rw-r--r--.").
3378
3379 2013-09-08 Glenn Morris <rgm@gnu.org>
3380
3381 * saveplace.el (load-save-place-alist-from-file):
3382 Demote errors. (Bug#15305)
3383
3384 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
3385
3386 Improve compatibility with older Emacsen, and XEmacs.
3387
3388 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3389 only if it is bound. It isn't for XEmacs.
3390 (with-tramp-progress-reporter): Do not let-bind `result'.
3391 This yields to scoping errors in XEmacs.
3392 (tramp-handle-make-auto-save-file-name): New function, moved from
3393 tramp-sh.el.
3394
3395 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3396 for `make-auto-save-file-name'.
3397 (tramp-adb--gnu-switches-to-ash):
3398 Use `tramp-compat-replace-regexp-in-string'.
3399
3400 * net/tramp-cache.el (tramp-cache-print): Call
3401 `substring-no-properties' only if it is bound. It isn't for XEmacs.
3402
3403 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3404 bound. It isn't for XEmacs.
3405
3406 * net/tramp-compat.el (tramp-compat-copy-file):
3407 Catch `wrong-number-of-arguments' error.
3408 (tramp-compat-replace-regexp-in-string): New defun.
3409
3410 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3411 for `make-auto-save-file-name'.
3412 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3413 `copy-file'.
3414 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3415 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3416 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3417
3418 * net/tramp-gw.el (tramp-gw-open-network-stream):
3419 Use `tramp-compat-replace-regexp-in-string'.
3420
3421 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3422 Call `tramp-handle-make-auto-save-file-name'.
3423 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3424 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3425 (tramp-sh-file-inotifywait-process-filter):
3426 Use `tramp-compat-replace-regexp-in-string'.
3427 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3428
3429 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3430 for `make-auto-save-file-name'.
3431 (tramp-smb-handle-copy-directory):
3432 Call `tramp-compat-replace-regexp-in-string'.
3433 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3434 (tramp-smb-handle-copy-file): Improve error message.
3435 (tramp-smb-handle-rename-file): Rename directly only in case
3436 `newname' does not exist yet. This is a restriction of smbclient.
3437 (tramp-smb-maybe-open-connection): Rerun the function only when
3438 `auth-sources' is non-nil.
3439
3440 2013-09-08 Kenichi Handa <handa@gnu.org>
3441
3442 * international/characters.el: Set category "^" (Combining) for
3443 more characters.
3444
3445 2013-09-07 Alan Mackenzie <acm@muc.de>
3446
3447 Correctly fontify Java class constructors.
3448 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3449 in Java Mode.
3450 (c-recognize-typeless-decls): Set the Java value to t.
3451 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3452 While handling a "(", add a check for, effectively, Java, and handle a
3453 "typeless" declaration there.
3454
3455 2013-09-07 Roland Winkler <winkler@gnu.org>
3456
3457 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3458 field subtitle for entry type book.
3459
3460 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * minibuffer.el: Make minibuffer-complete call completion-in-region
3463 rather than other way around.
3464 (completion--some, completion-pcm--find-all-completions):
3465 Don't delay signals when debugging.
3466 (minibuffer-completion-contents): Beware fields within the
3467 minibuffer contents.
3468 (completion-all-sorted-completions): Use defvar-local.
3469 (completion--do-completion, completion--cache-all-sorted-completions)
3470 (completion-all-sorted-completions, minibuffer-force-complete):
3471 Add args `beg' and `end'.
3472 (completion--in-region-1): New fun, extracted from minibuffer-complete.
3473 (minibuffer-complete): Use completion-in-region.
3474 (completion-complete-and-exit): New fun, extracted from
3475 minibuffer-complete-and-exit.
3476 (minibuffer-complete-and-exit): Use it.
3477 (completion--complete-and-exit): Rename from
3478 minibuffer--complete-and-exit.
3479 (completion-in-region--single-word): New function, extracted from
3480 minibuffer-complete-word.
3481 (minibuffer-complete-word): Use it.
3482 (display-completion-list): Make `common-substring' argument obsolete.
3483 (completion--in-region): Call completion--in-region-1 instead of
3484 minibuffer-complete.
3485 (completion-help-at-point): Pass boundaries to
3486 minibuffer-completion-help as args rather than via an overlay.
3487 (completion-pcm--string->pattern): Use `any-delim'.
3488 (completion-pcm--optimize-pattern): New function.
3489 (completion-pcm--pattern->regex): Handle `any-delim'.
3490 * icomplete.el (icomplete-forward-completions)
3491 (icomplete-backward-completions, icomplete-completions):
3492 Adjust calls to completion-all-sorted-completions and
3493 completion--cache-all-sorted-completions.
3494 (icomplete-with-completion-tables): Default to t.
3495 * emacs-lisp/crm.el (crm--current-element): Rename from
3496 crm--select-current-element. Don't put an overlay but return the
3497 boundaries instead.
3498 (crm--completion-command): Take two new args to bind to the boundaries.
3499 (crm-completion-help): Adjust accordingly.
3500 (crm-complete): Use completion-in-region.
3501 (crm-complete-word): Use completion-in-region--single-word.
3502 (crm-complete-and-exit): Use completion-complete-and-exit.
3503
3504 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3507 than dynamically.
3508
3509 2013-09-06 Juri Linkov <juri@jurta.org>
3510
3511 * info.el (Info-display-images-node): When image file doesn't exist
3512 display text version of the image if it's provided in the Info file.
3513 Otherwise, display the location of missing image from SRC attribute.
3514 Add help-echo text property from ALT attribute. (Bug#15279)
3515
3516 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3519 (edit-abbrevs-mode): Use define-derived-mode.
3520
3521 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3522 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3523 that it's defined.
3524 (epa-key-list-mode, epa-key-mode, epa-info-mode):
3525 Use define-derived-mode.
3526
3527 * epg.el (epg-start-encrypt): Minor CSE simplification.
3528
3529 2013-09-06 William Xu <william.xwl@gmail.com>
3530
3531 * arc-mode.el: Add support for 7za (bug#15264).
3532 (archive-7z-program): New var.
3533 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3534 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3535 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3536
3537 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
3538
3539 Remove URL syntax.
3540
3541 * net/tramp.el (tramp-syntax, tramp-prefix-format)
3542 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3543 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3544 (tramp-postfix-host-format, tramp-file-name-regexp)
3545 (tramp-completion-file-name-regexp)
3546 (tramp-completion-dissect-file-name)
3547 (tramp-handle-substitute-in-file-name): Remove 'url case.
3548 (tramp-file-name-regexp-url)
3549 (tramp-completion-file-name-regexp-url): Remove constants.
3550
3551 2013-09-06 Glenn Morris <rgm@gnu.org>
3552
3553 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
3554
3555 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
3556
3557 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3558 keywords" below "here-doc beginnings" (Bug#15270).
3559
3560 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * subr.el (pop): Use `car-safe'.
3563 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3564 to detect unused `pop' return value.
3565
3566 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3567 var `block-regexp'.
3568 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3569 (python-fill-string): Remove unused var `marker'.
3570 (python-skeleton-add-menu-items): Remove unused var `items'.
3571
3572 * international/mule-cmds.el: Require CL.
3573 (find-coding-systems-for-charsets): Avoid add-to-list.
3574 (sanitize-coding-system-list): New function, extracted from
3575 select-safe-coding-system-interactively.
3576 (select-safe-coding-system-interactively): Use it.
3577 (read-input-method-name): Accept symbols for `default'.
3578
3579 * emacs-lisp/advice.el (defadvice): Add indent rule.
3580
3581 2013-09-05 Daniel Hackney <dan@haxney.org>
3582
3583 * dired-x.el:
3584 * net/ange-ftp.el:
3585 * net/browse-url.el:
3586 * net/dbus.el:
3587 * net/eudc.el:
3588 * net/eudcb-ldap.el:
3589 * net/eww.el:
3590 * net/imap.el:
3591 * printing.el:
3592 * vc/ediff-diff.el:
3593 * vc/ediff-init.el:
3594 * vc/ediff-merg.el:
3595 * vc/ediff-mult.el:
3596 * vc/ediff-util.el:
3597 * vc/ediff-wind.el:
3598 * vc/ediff.el:
3599 * vc/emerge.el:
3600 * vc/pcvs.el:
3601 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3602 byte compiler. Remove some unused let-bound variables.
3603
3604 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3607 a "ref-cell", since it gets better optimized (bug#14883).
3608
3609 2013-09-05 Glenn Morris <rgm@gnu.org>
3610
3611 * progmodes/cc-awk.el (c-forward-sws): Declare.
3612
3613 2013-09-04 Glenn Morris <rgm@gnu.org>
3614
3615 * generic-x.el [rul-generic-mode]: Require cc-mode.
3616 (c++-mode-syntax-table): Declare.
3617 (rul-generic-mode-syntax-table): Init in the defvar.
3618
3619 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3622 (vc-do-command, vc-set-async-update):
3623 * vc/vc-mtn.el (vc-mtn-dir-status):
3624 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3625 (vc-hg-pull, vc-hg-merge-branch):
3626 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3627 (vc-git-merge-branch):
3628 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3629 (vc-cvs-dir-status-files):
3630 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3631 (vc-bzr-dir-status-files):
3632 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3633 * vc/vc-annotate.el: Use lexical-binding.
3634 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3635 (vc-sentinel-movepoint): Declare.
3636 (vc-annotate): Don't use `goto-line'.
3637 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3638 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3639 (vc-sentinel-movepoint): Declare.
3640 * vc/vc-svn.el: Use lexical-binding.
3641 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3642 * vc/vc-sccs.el:
3643 * vc/vc-rcs.el: Use lexical-binding.
3644
3645 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3646 `deleted'. Don't drop errors silently.
3647
3648 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3649
3650 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
3651
3652 * vc/vc.el (vc-ignore): Rewrite.
3653 (vc-default-ignore): New function.
3654 (vc-default-ignore-completion-table): Use find-ignore-file.
3655
3656 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3657 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3658 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3659 Remove. Most code moved to vc.el.
3660
3661 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3664 * net/tramp-smb.el (tramp-smb-get-file-entries):
3665 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3666 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3667
3668 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3669 Update call to it.
3670 (eww-change-select): Remove unused var `properties'.
3671 (eww-make-unique-file-name): Remove unused var `base'.
3672
3673 * finder.el (finder-compile-keywords): Don't mess with windows.
3674
3675 * calculator.el (calculator-funcall): Fix typo in last change.
3676
3677 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3678
3679 * emacs-lisp/package.el (package-activate-1): Don't let a missing
3680 <pkg>-autoloads.el file stop us.
3681
3682 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3683 warnings, and factor out common code.
3684
3685 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
3686
3687 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3688 two-character operators and whether the character preceding them
3689 changes their meaning (Bug#15208).
3690
3691 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3692
3693 Format code sent to Python shell for robustness.
3694 * progmodes/python.el (python-shell-buffer-substring):
3695 New function.
3696 (python-shell-send-region, python-shell-send-buffer): Use it.
3697
3698 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
3699
3700 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3701 * net/tramp.el (tramp-user-error): ... here.
3702 (tramp-find-method, tramp-check-proper-host)
3703 (tramp-dissect-file-name, tramp-debug-message)
3704 (tramp-handle-shell-command):
3705 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3706 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3707
3708 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3709
3710 2013-09-02 Martin Rudalics <rudalics@gmx.at>
3711
3712 * avoid.el (mouse-avoidance-point-position)
3713 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3714 returns nil.
3715
3716 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3717
3718 * progmodes/python.el (python-shell-completion-get-completions):
3719 Drop use of deleted `comint-last-prompt-overlay'.
3720 (python-nav-if-name-main): New command.
3721
3722 2013-09-01 Glenn Morris <rgm@gnu.org>
3723
3724 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3725 Avoid leading space in $wins. Otherwise the sed command used by
3726 eg compile-main ends up containing "/*.el". (Bug#15170)
3727
3728 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3729
3730 2013-08-30 Glenn Morris <rgm@gnu.org>
3731
3732 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3733 Fix is-this-a-directory logic. (Bug#15220)
3734
3735 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * textmodes/css-mode.el: Use SMIE.
3738 (css-smie-grammar): New var.
3739 (css-smie--forward-token, css-smie--backward-token)
3740 (css-smie-rules): New functions.
3741 (css-mode): Use them.
3742 (css-navigation-syntax-table): Remove var.
3743 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3744 (css-indent-calculate, css-indent-line): Remove functions.
3745
3746 Misc changes to reduce use of `(lambda...); and other cleanups.
3747 * cus-edit.el: Use lexical-binding.
3748 (customize-push-and-save, customize-apropos)
3749 (custom-buffer-create-internal): Use closures.
3750 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3751 * progmodes/ada-xref.el: Use setq.
3752 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3753 * dframe.el: Use lexical-binding.
3754 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3755 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3756 * descr-text.el: Use lexical-binding.
3757 (describe-text-widget, describe-text-sexp, describe-property-list):
3758 Use closures.
3759 * comint.el (comint-history-isearch-push-state): Use a closure.
3760 * calculator.el: Use lexical-binding.
3761 (calculator-number-to-string): Make it work with lexical-binding.
3762 (calculator-funcall): Same and use cl-letf.
3763
3764 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3765 (lisp--company-doc-string, lisp--company-location): New functions.
3766 (lisp-completion-at-point): Use them to improve Company support.
3767
3768 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3769 params of lambda expressions.
3770 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3771 (ruby-smie--opening-pipe-p): New function.
3772 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3773 symbols and matched |...| for formal params.
3774 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3775 from being treated as hanging. Handle "rescue".
3776
3777 2013-08-29 Glenn Morris <rgm@gnu.org>
3778
3779 * progmodes/cc-engine.el (c-pull-open-brace):
3780 Move definition before use.
3781
3782 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3783
3784 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3785 are immutable. Don't use `unsafe' any more.
3786 (cl--defsubst-expand): Don't substitute at the same time as keeping
3787 a residual unused let-binding. Don't use `unsafe' any more.
3788
3789 2013-08-29 Glenn Morris <rgm@gnu.org>
3790
3791 * calendar/cal-china.el (calendar-chinese-year-cache):
3792 Recenter on 2015.
3793
3794 * nxml/nxml-util.el (nxml-debug-clear-inside):
3795 Use cl-loop rather than loop.
3796
3797 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3798
3799 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3800
3801 2013-08-28 Glenn Morris <rgm@gnu.org>
3802
3803 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3804
3805 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3806
3807 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3808
3809 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * simple.el (repeat-complex-command--called-interactively-skip):
3812 New function.
3813 (repeat-complex-command): Use it (bug#14136).
3814
3815 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3816 (c-define-abbrev-table): Add `doc' argument.
3817 (c-mode-abbrev-table, c++-mode-abbrev-table)
3818 (objc-mode-abbrev-table, java-mode-abbrev-table)
3819 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3820 (awk-mode-abbrev-table): Use it.
3821 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3822 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3823 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3824 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3825 Move initialization into the declaration; and remove any
3826 autoload cookie.
3827
3828 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3829 and dynamic let binding.
3830
3831 * vc/smerge-mode.el: Remove redundant :group args.
3832
3833 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3834 to load-path.
3835
3836 2013-08-28 Juri Linkov <juri@jurta.org>
3837
3838 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3839 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3840 (isearch-other-meta-char): Handle an undefined shifted printing
3841 character by downshifting it. (Bug#15200)
3842
3843 2013-08-28 Juri Linkov <juri@jurta.org>
3844
3845 * isearch.el (isearch-search): Change regexp error message for
3846 non-regexp searches. (Bug#15166)
3847
3848 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3849
3850 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3851 for portability to hosts where /bin/sh has problems.
3852
3853 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3856
3857 2013-08-27 Juri Linkov <juri@jurta.org>
3858
3859 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3860 in the keyboard macro. (Bug#15126)
3861
3862 2013-08-27 Juri Linkov <juri@jurta.org>
3863
3864 * isearch.el (isearch-quote-char): Comment out converting unibyte
3865 to multibyte, thus syncing with its `quoted-insert' counterpart.
3866 (Bug#15166)
3867
3868 2013-08-27 Martin Rudalics <rudalics@gmx.at>
3869
3870 * window.el (display-buffer-use-some-window): Add missing
3871 argument in call of get-largest-window (Bug#15185).
3872 Reported by Stephen Leake.
3873
3874 2013-08-27 Glenn Morris <rgm@gnu.org>
3875
3876 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3877
3878 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3881 from a matcher-function unless there's no more matches (bug#15161).
3882
3883 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3884
3885 * minibuffer.el: Revert change from 2013-08-20.
3886
3887 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3888 with text property `tramp-default', if appropriate.
3889 (tramp-check-proper-host): New defun.
3890 (tramp-dissect-file-name): Do not check hostname. Revert change
3891 of 2013-03-18.
3892 (tramp-backtrace): Make VEC-OR-PROC optional.
3893
3894 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3895 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3896 * net/tramp-sh.el (tramp-maybe-open-connection):
3897 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3898 Apply `tramp-check-proper-host'.
3899
3900 2013-08-26 Tassilo Horn <tsdh@gnu.org>
3901
3902 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3903 lambda expression in order to have `describe-variable' display it.
3904
3905 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
3906
3907 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3908 BUF can be optional. (Bug#15186)
3909
3910 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3911
3912 * progmodes/flymake.el (flymake-get-real-file-name-function):
3913 Fix broken customization. (Bug#15184)
3914
3915 2013-08-25 Alan Mackenzie <acm@muc.de>
3916
3917 Improve indentation of bracelists defined by macros (without "=").
3918
3919 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3920 expansion begins with "{", regard it as bracelist when it doesn't
3921 contain a ";".
3922
3923 Parse C++ inher-intro when there's a template split over 2 lines.
3924
3925 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3926 rigorously the search for "class" etc. followed by ":".
3927
3928 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3929 random languages a regexp which never matches rather than nil.
3930
3931 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3932
3933 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3934 (c-awk-regexp-one-line-possibly-open-char-list-re)
3935 (c-awk-one-line-possibly-open-regexp-re)
3936 (c-awk-one-line-non-syn-ws*-re): Remove.
3937 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3938 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3939 (c-awk-space*-unclosed-regexp-/-re): New constants.
3940 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3941 aren't regexp delimiters.
3942
3943 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3944 handling for a rare situation in AWK Mode involving unterminated
3945 strings/regexps.
3946
3947 2013-08-23 Glenn Morris <rgm@gnu.org>
3948
3949 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3950
3951 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3952
3953 * files.el (create-file-buffer): If the result would begin with
3954 spaces, prepend a "|" instead of removing them. (Bug#15162)
3955
3956 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3959 text-properties (bug#15155).
3960
3961 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3962 exist any more.
3963 (calc-keypad-redraw): Remove unused var `pad'.
3964 (calc-keypad-press): Remove unused var `menu'.
3965
3966 2013-08-23 Martin Rudalics <rudalics@gmx.at>
3967
3968 * window.el (display-buffer-pop-up-frame):
3969 Call pop-up-frame-function with BUFFER current so `make-frame' will
3970 use it as the new frame's buffer (Bug#15133).
3971
3972 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3973
3974 * calendar/timeclock.el: Minor cleanups.
3975 (timeclock-ask-before-exiting, timeclock-use-display-time):
3976 Use `symbol'.
3977 (timeclock-modeline-display): Define as alias before the
3978 actual definition.
3979 (timeclock-mode-line-display): Use define-minor-mode.
3980 (timeclock-day-list-template): Make it a function, add an argument.
3981 (timeclock-day-list-required, timeclock-day-list-length)
3982 (timeclock-day-list-debt, timeclock-day-list-span)
3983 (timeclock-day-list-break): Adjust calls accordingly.
3984
3985 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3986
3987 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3988 Use read--expression so that completion works again.
3989
3990 2013-08-21 Sam Steingold <sds@gnu.org>
3991
3992 Add rudimentary inferior shell interaction
3993 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3994 (sh-set-shell): Reset it.
3995 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3996 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3997
3998 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * align.el: Use lexical-binding.
4001 (align-region): Simplify accordingly.
4002
4003 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
4004
4005 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
4006
4007 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
4008 `non-essential' up.
4009
4010 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
4011
4012 * net/tramp.el:
4013 * net/tramp-adb.el:
4014 * net/tramp-cmds.el:
4015 * net/tramp-ftp.el:
4016 * net/tramp-gvfs.el:
4017 * net/tramp-gw.el:
4018 * net/tramp-sh.el: Don't wrap external variable declarations by
4019 `eval-when-compile'.
4020
4021 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4022
4023 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
4024 now that Emacs supports ImageMagick animations.
4025
4026 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
4027
4028 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
4029 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
4030
4031 2013-08-16 Martin Rudalics <rudalics@gmx.at>
4032
4033 * window.el (mouse-autoselect-window-select): Do autoselect when
4034 mouse pointer is on margin.
4035
4036 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
4037
4038 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
4039
4040 2013-08-16 Glenn Morris <rgm@gnu.org>
4041
4042 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
4043 Handle "Remote Directory" response of some clients. (Bug#15058)
4044
4045 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
4046 Tweak warning. (Bug#14926)
4047
4048 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
4049 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
4050
4051 * image-mode.el (image-mode-map): Add menu items to reverse,
4052 increase, decrease, reset animation speed.
4053 (image--set-speed, image-increase-speed, image-decrease-speed)
4054 (image-reverse-speed, image-reset-speed): New functions.
4055 (image-mode-map): Add bindings for speed commands.
4056
4057 * image.el (image-animate-get-speed, image-animate-set-speed):
4058 New functions.
4059 (image-animate-timeout): Respect image :speed property.
4060
4061 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
4064 previous line (bug#15101).
4065 (debugger-eval-expression, debugger-record-expression):
4066 Use read--expression (bug#15102).
4067
4068 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
4069
4070 Remove byte compiler warnings, visible when compiling with
4071 `byte-compile-force-lexical-warnings' set to t.
4072
4073 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
4074 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
4075 (tramp-handle-unhandled-file-name-directory)
4076 (tramp-handle-file-notify-add-watch, tramp-action-login)
4077 (tramp-action-succeed, tramp-action-permission-denied)
4078 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
4079 arguments with "_".
4080
4081 * net/tramp-adb.el (tramp-adb-parse-device-names)
4082 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
4083 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
4084 (tramp-adb-handle-file-truename): Remove unused arguments.
4085
4086 * net/tramp-cache.el (tramp-flush-directory-property)
4087 (tramp-flush-connection-property, tramp-list-connections)
4088 (tramp-parse-connection-properties): Prefix unused arguments with "_".
4089
4090 * net/tramp-compat.el (tramp-compat-make-temp-file):
4091 Rename FILENAME to F.
4092
4093 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4094 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
4095 (tramp-zeroconf-parse-workstation-device-names)
4096 (tramp-zeroconf-parse-webdav-device-names)
4097 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
4098
4099 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4100 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
4101
4102 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
4103 arguments.
4104 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
4105 (tramp-sh-handle-insert-file-contents-literally)
4106 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
4107 with "_".
4108 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
4109 Remove unused variables.
4110
4111 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4112 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
4113 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
4114
4115 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
4116 Make them a defconst.
4117 (tramp-uuencode-region): Remove unused variable.
4118
4119 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
4120
4121 * frameset.el (frameset--prop-setter): New function.
4122 (frameset-prop): Add gv-setter declaration.
4123 (frameset-filter-minibuffer): Deal with the case that the minibuffer
4124 parameter was already set in FILTERED. Doc fix.
4125 (frameset--record-minibuffer-relationships): Allow saving a
4126 minibufferless frame without its corresponding minibuffer frame.
4127 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
4128 frame, if the frame id matches.
4129 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
4130 frames before orphaned ones.
4131 (frameset-restore): Warn about orphaned windows, instead of error out.
4132
4133 2013-08-14 Martin Rudalics <rudalics@gmx.at>
4134
4135 * window.el (window-make-atom): Don't overwrite parameter
4136 already present.
4137 (display-buffer-in-atom-window): Handle special case where we
4138 split an already atomic window.
4139 (window--major-non-side-window, display-buffer-in-side-window)
4140 (window--side-check): Ignore minibuffer window when walking
4141 window tree.
4142 (window-deletable-p): Return 'frame only if no other frame uses
4143 our minibuffer window.
4144 (record-window-buffer): Run buffer-list-update-hook.
4145 (split-window): Make sure window--check-frame won't destroy an
4146 existing atomic window in case the new window gets nested
4147 inside.
4148 (display-buffer-at-bottom): Ignore minibuffer window when
4149 walking window tree. Don't split a side window.
4150 (pop-to-buffer): Don't set-buffer here, the select-window call
4151 should do that.
4152 (mouse-autoselect-window-select): Autoselect only if we are in the
4153 text portion of the window.
4154
4155 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4156
4157 * net/shr.el (shr-parse-image-data): New function to grab both the
4158 data itself and the Content-Type.
4159 (shr-put-image): Use it.
4160
4161 * net/eww.el (eww-display-image): Ditto.
4162
4163 * image.el (image-content-type-suffixes): New variable.
4164
4165 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4166
4167 * progmodes/python.el (python-imenu--build-tree)
4168 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
4169
4170 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
4171
4172 * simple.el (backward-word): Mention the optional argument.
4173
4174 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * frameset.el (frameset--make): Rename constructor from make-frameset.
4177 (frameset-p, frameset-valid-p): Don't autoload.
4178 (frameset-valid-p): Use normal accessors.
4179
4180 2013-08-13 Glenn Morris <rgm@gnu.org>
4181
4182 * progmodes/compile.el (compile-command): Tweak example in doc.
4183 * obsolete/scribe.el (scribe-mode):
4184 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
4185
4186 * mail/feedmail.el (feedmail-confirm-outgoing)
4187 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
4188
4189 * cus-start.el (truncate-partial-width-windows): Fix type.
4190
4191 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
4192
4193 * net/shr.el (shr-table-horizontal-line): Fix custom type.
4194
4195 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4196
4197 * emacs-lisp/timer.el (timer--time-setter): New function.
4198 (timer--time): Use it as gv-setter.
4199
4200 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
4201 setter is not a symbol.
4202
4203 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
4204
4205 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
4206 if sending fails. This makes debugging easier.
4207
4208 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
4209
4210 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
4211 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
4212 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
4213
4214 2013-08-12 Eli Zaretskii <eliz@gnu.org>
4215
4216 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
4217
4218 2013-08-12 Glenn Morris <rgm@gnu.org>
4219
4220 * format.el (format-annotate-function):
4221 Handle read-only text properties in the source. (Bug#14887)
4222
4223 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4224
4225 * net/eww.el (eww-display-html): Ignore coding system errors.
4226 One web site uses "utf-8lias" as the coding system.
4227
4228 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
4229
4230 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
4231
4232 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
4233
4234 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
4235 (tutorial--detailed-help): Remove unused local variables.
4236 (tutorial--save-tutorial-to): Use ignore-errors.
4237 (help-with-tutorial): Use looking-at-p.
4238
4239 * view.el (view-buffer-other-window, view-buffer-other-frame):
4240 Mark unused arguments.
4241
4242 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
4243 (woman-select-symbol-fonts, woman, woman-find-file)
4244 (woman-insert-file-contents, woman-non-underline-faces):
4245 Use string-match-p.
4246 (woman1-unquote): Move declaration.
4247
4248 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
4249 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
4250 argument. Remove unused local variable.
4251 (xml-parse-elem-type): Use string-match-p.
4252 (xml-substitute-numeric-entities): Use ignore-errors.
4253
4254 * calculator.el (calculator): Mark unused argument.
4255 (calculator-paste, calculator-quit, calculator-integer-p):
4256 Use ignore-errors.
4257 (calculator-string-to-number, calculator-decimal, calculator-exp)
4258 (calculator-op-or-exp): Use string-match-p.
4259
4260 * dired.el (dired-buffer-more-recently-used-p): Declare.
4261 (dired-insert-set-properties, dired-insert-old-subdirs):
4262 Use ignore-errors.
4263
4264 * dired-aux.el (dired-compress): Use ignore-errors.
4265 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4266 (dired-do-async-shell-command, dired-do-shell-command)
4267 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4268 (dired-insert-subdir-validate): Use string-match-p.
4269 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4270 (dired-add-entry): Use string-match-p, looking-at-p.
4271 (dired-insert-subdir-newpos): Remove unused local variable.
4272
4273 * filenotify.el (file-notify-callback): Remove unused local variable.
4274
4275 * filesets.el (filesets-error): Mark unused argument.
4276 (filesets-which-command-p, filesets-filter-dir-names)
4277 (filesets-directory-files, filesets-get-external-viewer)
4278 (filesets-ingroup-get-data): Use string-match-p.
4279
4280 * find-file.el (ff-other-file-name, ff-other-file-name)
4281 (ff-find-the-other-file, ff-cc-hh-converter):
4282 Remove unused local variables.
4283 (ff-get-file-name): Use string-match-p.
4284 (ff-all-dirs-under): Use ignore-errors.
4285
4286 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4287 (follow-select-if-visible): Remove unused local variable.
4288
4289 * forms.el (read-file-filter): Move declaration.
4290 (forms--make-format, forms--make-parser, forms-insert-record):
4291 Quote function with #'.
4292 (forms--update): Use string-match-p. Quote function with #'.
4293
4294 * help-mode.el (help-dir-local-var-def): Mark unused argument.
4295 (help-make-xrefs): Use looking-at-p.
4296 (help-xref-on-pp): Use looking-at-p, ignore-errors.
4297
4298 * ibuffer.el (ibuffer-ext-visible-p): Declare.
4299 (ibuffer-confirm-operation-on): Use string-match-p.
4300
4301 * msb.el (msb-item-handler, msb-dired-item-handler):
4302 Mark unused arguments.
4303
4304 * ses.el (ses-decode-cell-symbol)
4305 (ses-kill-override): Remove unused local variable.
4306 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4307 (ses-load): Use ignore-errors, looking-at-p.
4308 (ses-jump-safe): Use ignore-errors.
4309 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4310
4311 * tabify.el (untabify, tabify): Mark unused arguments.
4312
4313 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4314 Mark unused argument.
4315 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4316 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4317
4318 * emacs-lisp/timer.el (timer--time): Define setter with
4319 gv-define-setter to avoid deprecation warning.
4320
4321 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
4322 (*record-cmpl-statistics-p*): Remove (was commented out).
4323 (cmpl-statistics-block): Remove (body was commented out).
4324 All callers changed.
4325 (add-completions-from-buffer, load-completions-from-file):
4326 Remove unused variables.
4327
4328 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4329
4330 * filecache.el (file-cache-delete-file-list):
4331 Print message only when told so.
4332 (file-cache-files-matching): Use #' in mapconcat argument.
4333
4334 * ffap.el (ffap-url-at-point): Fix reference to variable
4335 thing-at-point-default-mail-uri-scheme.
4336
4337 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * subr.el (define-error): New function.
4340 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4341 error-file-not-found and define with define-error.
4342 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4343 and define with define-error.
4344 * userlock.el (file-locked, file-supersession):
4345 * simple.el (mark-inactive):
4346 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4347 * progmodes/ada-mode.el (ada-mode-errors):
4348 * play/life.el (life-extinct):
4349 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4350 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4351 * nxml/rng-util.el (rng-error):
4352 * nxml/rng-uri.el (rng-uri-error):
4353 * nxml/rng-match.el (rng-compile-error):
4354 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4355 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4356 * nxml/nxml-rap.el (nxml-scan-error):
4357 * nxml/nxml-outln.el (nxml-outline-error):
4358 * net/soap-client.el (soap-error):
4359 * net/gnutls.el (gnutls-error):
4360 * net/ange-ftp.el (ftp-error):
4361 * mpc.el (mpc-proc-error):
4362 * json.el (json-error, json-readtable-error, json-unknown-keyword)
4363 (json-number-format, json-string-escape, json-string-format)
4364 (json-key-format, json-object-format):
4365 * jka-compr.el (compression-error):
4366 * international/quail.el (quail-error):
4367 * international/kkc.el (kkc-error):
4368 * emacs-lisp/ert.el (ert-test-failed):
4369 * calc/calc.el (calc-error, inexact-result, math-overflow)
4370 (math-underflow):
4371 * bookmark.el (bookmark-error-no-filename):
4372 * epg.el (epg-error): Define with define-error.
4373
4374 * time.el (display-time-event-handler)
4375 (display-time-next-load-average): Don't call sit-for since it seems
4376 unnecessary (bug#15045).
4377
4378 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4379 Use #' instead of ' to quote functions.
4380 (checkdoc-output-mode): Use setq-local.
4381 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4382 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4383 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4384 (checkdoc-ispell, checkdoc-ispell-current-buffer)
4385 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4386 (checkdoc-ispell-message-text, checkdoc-ispell-start)
4387 (checkdoc-ispell-continue, checkdoc-ispell-comments)
4388 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4389
4390 * ido.el (ido-completion-help): Fix up compiler warning.
4391
4392 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
4393
4394 * frameset.el (frameset-p): Add autoload cookie.
4395 (frameset--jump-to-register): New function, based on code moved from
4396 register.el.
4397 (frameset-to-register): Move from register.el. Adapt to `registerv'.
4398
4399 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4400 (frameset-restore, frameset-save, frameset-session-filter-alist):
4401 Remove declarations.
4402 (register-alist): Doc fix.
4403 (frameset-to-register): Move to frameset.el.
4404 (jump-to-register, describe-register-1): Remove frameset-specific code.
4405
4406 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4407
4408 * allout-widgets.el (allout-widgets-pre-command-business)
4409 (allout-widgets-post-command-business)
4410 (allout-widgets-after-change-handler)
4411 (allout-decorate-item-and-context, allout-set-boundary-marker)
4412 (allout-body-modification-handler)
4413 (allout-graphics-modification-handler): Mark ignored arguments.
4414 (allout-widgets-post-command-business)
4415 (allout-widgets-exposure-change-processor)
4416 (allout-widgets-exposure-undo-processor)
4417 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4418 (allout-parse-item-at-point, allout-decorate-item-guides)
4419 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4420 * allout.el (epa-passphrase-callback-function): Declare.
4421 (allout-overlay-insert-in-front-handler)
4422 (allout-overlay-interior-modification-handler)
4423 (allout-isearch-end-handler, allout-chart-siblings)
4424 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4425 (allout-yank-processing, allout-process-exposed)
4426 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4427 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4428 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4429 (lisp-indent-defform): Mark ignored arguments.
4430 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
4431 (calculate-lisp-indent): Remove unused variables.
4432 * international/characters.el (indian-2-column, arabic-2-column)
4433 (tibetan): Mark ignored arguments.
4434 (use-cjk-char-width-table): Mark ignored arguments.
4435 Remove unused variables.
4436 * international/fontset.el (build-default-fontset-data)
4437 (x-compose-font-name, create-fontset-from-fontset-spec):
4438 Mark ignored arguments.
4439 (fontset-plain-name): Remove unused variables.
4440 * international/mule.el (charset-id, charset-bytes, generic-char-p)
4441 (keyboard-coding-system): Mark ignored arguments.
4442 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
4443 * help.el (resize-temp-buffer-window):
4444 * window.el (display-buffer-in-major-side-window)
4445 (display-buffer-in-side-window, display-buffer-in-previous-window):
4446 Remove unused variables.
4447 * isearch.el (isearch-forward-symbol):
4448 * version.el (emacs-bzr-version-bzr):
4449 * international/mule-cmds.el (current-language-environment):
4450 * term/common-win.el (x-handle-iconic, x-handle-geometry)
4451 (x-handle-display):
4452 * term/pc-win.el (x-list-fonts, x-display-planes)
4453 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4454 (x-server-version, x-display-screens, x-display-mm-height)
4455 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4456 (x-selection-owner-p, x-own-selection-internal)
4457 (x-disown-selection-internal, x-get-selection-internal)
4458 (msdos-initialize-window-system):
4459 * term/tty-colors.el (tty-color-alist, tty-color-clear):
4460 * term/x-win.el (x-handle-no-bitmap-icon):
4461 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4462 (vc-default-find-file-hook, vc-default-extra-menu):
4463 Mark ignored arguments.
4464
4465 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4466
4467 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4468 break-condition in the context of the debugged code (bug#12685).
4469
4470 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
4471
4472 * comint.el:
4473 Do not use an overlay to highlight the last prompt. (Bug#14744)
4474 (comint-mode): Make comint-last-prompt buffer local.
4475 (comint-last-prompt): New variable.
4476 (comint-last-prompt-overlay): Remove. Superseded by
4477 comint-last-prompt.
4478 (comint-snapshot-last-prompt, comint-output-filter):
4479 Use comint-last-prompt.
4480
4481 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4482
4483 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
4484 (frameset-save): Check validity of the resulting frameset.
4485
4486 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
4487
4488 * ido.el (ido-record-command): Add doc string.
4489
4490 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4491
4492 * frameset.el (frameset): Do not disable creation of the default
4493 frameset-p predicate. Doc fix.
4494 (frameset-valid-p): New function, copied from the old predicate-p.
4495 Add additional checks.
4496 (frameset-restore): Check with frameset-valid-p.
4497 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4498 (frameset-name, frameset-description, frameset-properties)
4499 (frameset-states): Add docstring.
4500 (frameset-session-filter-alist, frameset-persistent-filter-alist)
4501 (frameset-filter-alist): Doc fixes.
4502
4503 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4504
4505 * frameset.el (frameset-p, frameset-prop): Doc fixes.
4506
4507 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4510 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4511 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4512 (byte-compile-normal-call): Remove obsolescence check.
4513
4514 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * frameset.el (frameset-restore): Doc fix.
4517
4518 * register.el (frameset-frame-id, frameset-frame-with-id)
4519 (frameset-p, frameset-restore, frameset-save): Declare.
4520 (register-alist): Document framesets.
4521 (frameset-session-filter-alist): Declare.
4522 (frameset-to-register): New function.
4523 (jump-to-register): Implement jumping to framesets. Doc fix.
4524 (describe-register-1): Describe framesets.
4525
4526 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4527
4528 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
4529
4530 * desktop.el (desktop-save-frameset): Use new frameset-save args.
4531 Use lexical-binding.
4532
4533 * frameset.el (frameset): Use type vector, not list (incompatible
4534 change). Do not declare a new constructor, use the default one.
4535 Upgrade suggested properties `app', `name' and `desc' to slots `app',
4536 `name' and `description', respectively, and add read-only slot
4537 `timestamp'. Doc fixes.
4538 (frameset-copy, frameset-persistent-filter-alist)
4539 (frameset-filter-alist, frameset-switch-to-gui-p)
4540 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4541 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4542 (frameset-filter-iconified, frameset-keep-original-display-p):
4543 Doc fixes.
4544 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4545 Rename from frameset-filter-(save|restore)-param. All callers changed.
4546 Doc fix.
4547 (frameset-p): Adapt to change to vector and be more thorough.
4548 Change arg name to OBJECT. Doc fix.
4549 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
4550 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4551 All callers changed.
4552 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4553 All callers changed.
4554 (frameset--record-minibuffer-relationships): Rename from
4555 frameset--process-minibuffer-frames. All callers changed.
4556 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4557 Use new default constructor (again). Doc fix.
4558 (frameset--find-frame-if): Rename from `frameset--find-frame.
4559 All callers changed.
4560 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4561 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4562 Doc fix.
4563 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4564 PARAMETERS and WINDOW-STATE, respectively.
4565 (frameset-restore): Add new keyword argument PREDICATE.
4566 Reset frameset--target-display to nil. Doc fix.
4567
4568 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4571 (bat-mode): Use it.
4572 (bat-mode-syntax-table): Mark \n as end-of-comment.
4573 (bat-font-lock-keywords): Remove comment rule.
4574
4575 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
4576 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
4577
4578 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4579 (byte-compile-callargs-warn): Use `push'.
4580 (byte-compile-arglist-warn): Ignore higher-order "calls".
4581 (byte-compile-file-form-autoload): Use `pcase'.
4582 (byte-compile-function-form): If quoting a symbol, check that it exists.
4583
4584 2013-08-07 Eli Zaretskii <eliz@gnu.org>
4585
4586 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4587 and add a few popular commands found in batch files.
4588 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4589 (dos-mode): Doc fixes.
4590
4591 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4594 (dos-mode): Use setq-local. Add space after "rem".
4595 (dos-mode-syntax-table): Don't use "w" for symbol chars.
4596 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4597
4598 2013-08-07 Arni Magnusson <arnima@hafro.is>
4599
4600 * progmodes/dos.el: New file.
4601 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4602 dos-mode.
4603
4604 2013-08-06 Glenn Morris <rgm@gnu.org>
4605
4606 * calendar/calendar.el: Add new faces, and day-header-array.
4607 (calendar-weekday-header, calendar-weekend-header)
4608 (calendar-month-header): New faces.
4609 (calendar-day-header-construct): New function.
4610 (calendar-day-header-width): Also :set calendar-day-header-array.
4611 (calendar-american-month-header, calendar-european-month-header)
4612 (calendar-iso-month-header): Use calendar- faces.
4613 (calendar-generate-month):
4614 Use calendar-day-header-array for day headers; apply faces to them.
4615 (calendar-mode): Check calendar-font-lock-keywords non-nil.
4616 (calendar-abbrev-construct): Add optional maxlen argument.
4617 (calendar-day-name-array): Doc fix.
4618 (calendar-day-name-array, calendar-abbrev-length)
4619 (calendar-day-abbrev-array):
4620 Also :set calendar-day-header-array, and maybe redraw.
4621 (calendar-day-header-array): New option. (Bug#15007)
4622 (calendar-font-lock-keywords): Set to nil and make obsolete.
4623 (calendar-day-name): Add option to use header array.
4624
4625 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4626
4627 * net/shr.el (shr-render-td): Remove debugging.
4628 (shr-render-td): Make width computation consistent by defaulting
4629 all zero-width columns to 10 characters. This may not be optimal,
4630 but it's at least consistent.
4631 (shr-make-table-1): Redo last change to fix the real problem in
4632 colspan handling.
4633
4634 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4635
4636 * files.el (cache-long-line-scans):
4637 Make obsolete alias to `cache-long-scans'.
4638
4639 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4640
4641 * frameset.el (frameset, frameset-filter-alist)
4642 (frameset-filter-params, frameset-save, frameset--reuse-frame)
4643 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4644 (frameset-compute-pos): Rename from frameset--compute-pos,
4645 and add docstring.
4646 (frameset-move-onscreen): Use frameset-compute-pos.
4647 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4648
4649 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4650 Fix typos in docstrings.
4651
4652 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4653
4654 * frame.el (get-other-frame): Tiny cleanup.
4655
4656 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
4657
4658 * vc/vc.el (vc-default-ignore-completion-table):
4659 Silence byte-compiler warning.
4660
4661 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4662 slot , which can indeed be nil.
4663 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4664 Move entry for `left' from persistent to live filter alist.
4665 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4666 Doc fixes.
4667 (frameset-filter-params): When restoring a frame, copy items added to
4668 `filtered', to avoid unwittingly modifying the original parameters.
4669 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
4670 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4671
4672 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4673 to use looking-at-p instead of looking-at. (Bug#15028)
4674
4675 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 Revert introduction of isearch-filter-predicates (bug#14714).
4678 Rely on add-function instead.
4679 * isearch.el (isearch-filter-predicates): Rename it back to
4680 isearch-filter-predicate.
4681 (isearch-message-prefix): Use advice-function-mapc and advice
4682 properties to get the isearch-message-prefix.
4683 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4684 instead of run-hook-with-args-until-failure.
4685 (isearch-filter-visible): Not obsolete any more.
4686 * loadup.el: Preload nadvice.
4687 * replace.el (perform-replace): Revert to funcall
4688 instead of run-hook-with-args-until-failure.
4689 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4690 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4691 dired-isearch-filenames-toggle; make it into a proper minor mode.
4692 Use add/remove-function.
4693 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4694 Call the minor-mode rather than add/remove-hook.
4695 (dired-isearch-filter-filenames):
4696 Remove isearch-message-prefix property.
4697 * info.el (Info--search-loop): New function, extracted from Info-search.
4698 Funcall isearch-filter-predicate instead of
4699 run-hook-with-args-until-failure isearch-filter-predicates.
4700 (Info-search): Use it.
4701 (Info-mode): Use isearch-filter-predicate instead of
4702 isearch-filter-predicates.
4703
4704 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4705
4706 Do not call to `selected-window' where it is assumed by default.
4707 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4708 `window-hscroll', `window-width', `window-height', `window-buffer',
4709 `window-frame', `window-start', `window-point', `next-window'
4710 and `window-display-table'.
4711 * abbrev.el (abbrev--default-expand):
4712 * bs.el (bs--show-with-configuration):
4713 * buff-menu.el (Buffer-menu-mouse-select):
4714 * calc/calc.el (calc):
4715 * calendar/calendar.el (calendar-generate-window):
4716 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4717 (diary-make-entry):
4718 * comint.el (send-invisible, comint-dynamic-complete-filename)
4719 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4720 * completion.el (complete):
4721 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4722 * disp-table.el (describe-current-display-table):
4723 * doc-view.el (doc-view-insert-image):
4724 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4725 * ehelp.el (with-electric-help):
4726 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4727 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4728 * emacs-lisp/helper.el (Helper-help-scroller):
4729 * emulation/cua-base.el (cua--post-command-handler-1):
4730 * eshell/esh-mode.el (eshell-output-filter):
4731 * ffap.el (ffap-gnus-wrapper):
4732 * help-macro.el (make-help-screen):
4733 * hilit-chg.el (highlight-compare-buffers):
4734 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4735 * hl-line.el (global-hl-line-highlight):
4736 * icomplete.el (icomplete-simple-completing-p):
4737 * isearch.el (isearch-done):
4738 * jit-lock.el (jit-lock-stealth-fontify):
4739 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4740 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4741 * mpc.el (mpc-tagbrowser, mpc):
4742 * net/rcirc.el (rcirc-any-buffer):
4743 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4744 * play/landmark.el (landmark-max-width, landmark-max-height):
4745 * play/zone.el (zone):
4746 * progmodes/compile.el (compilation-goto-locus):
4747 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4748 * progmodes/etags.el (find-tag-other-window):
4749 * progmodes/fortran.el (fortran-column-ruler):
4750 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4751 * progmodes/verilog-mode.el (verilog-point-text):
4752 * reposition.el (reposition-window):
4753 * rot13.el (toggle-rot13-mode):
4754 * server.el (server-switch-buffer):
4755 * shell.el (shell-dynamic-complete-command)
4756 (shell-dynamic-complete-environment-variable):
4757 * simple.el (insert-buffer, set-selective-display)
4758 (delete-completion-window):
4759 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4760 (speedbar-recenter):
4761 * startup.el (fancy-splash-head):
4762 * textmodes/ispell.el (ispell-command-loop):
4763 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4764 * tutorial.el (help-with-tutorial):
4765 * vc/add-log.el (add-change-log-entry):
4766 * vc/compare-w.el (compare-windows):
4767 * vc/ediff-help.el (ediff-indent-help-message):
4768 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4769 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4770 (ediff-setup-control-frame):
4771 * vc/emerge.el (emerge-position-region):
4772 * vc/pcvs-util.el (cvs-bury-buffer):
4773 * window.el (walk-windows, mouse-autoselect-window-select):
4774 * winner.el (winner-set-conf, winner-undo): Related users changed.
4775
4776 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4777
4778 * frameset.el (frameset--set-id): Doc fix.
4779 (frameset-frame-id, frameset-frame-id-equal-p)
4780 (frameset-locate-frame-id): New functions.
4781 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4782 (frameset-restore): Use them.
4783
4784 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4785
4786 Do not call to `selected-frame' where it is assumed by default.
4787 Affected functions are `raise-frame', `redraw-frame',
4788 `frame-first-window', `frame-terminal' and `delete-frame'.
4789 * calendar/appt.el (appt-disp-window):
4790 * epg.el (epg-wait-for-completion):
4791 * follow.el (follow-delete-other-windows-and-split)
4792 (follow-avoid-tail-recenter):
4793 * international/mule.el (set-terminal-coding-system):
4794 * mail/rmail.el (rmail-mail-return):
4795 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4796 * progmodes/f90.el (f90-add-imenu-menu):
4797 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4798 * server.el (server-switch-buffer):
4799 * simple.el (delete-completion-window):
4800 * talk.el (talk):
4801 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4802 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4803 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4804 * vc/ediff.el (ediff-documentation): Related users changed.
4805 * frame.el (selected-terminal): Remove the leftover.
4806
4807 2013-08-05 Glenn Morris <rgm@gnu.org>
4808
4809 * calendar/calendar.el (calendar-generate-month):
4810 Fix for calendar-column-width != 1 + calendar-day-digit-width.
4811 (calendar-generate-month, calendar-font-lock-keywords):
4812 Fix for calendar-day-header-width > length of any day name.
4813
4814 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * desktop.el (desktop-clear): Use new name of sort predicate.
4817
4818 * frameset.el (frameset): Add docstring. Move :version property to its
4819 own `version' slot.
4820 (frameset-copy): Rename from copy-frameset.
4821 (frameset-p): Check more thoroughly.
4822 (frameset-prop): Do not check for :version, which is no longer a prop.
4823 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4824 Use new :never value instead of t.
4825 (frameset-filter-alist): Expand and clarify docstring.
4826 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4827 (frameset-filter-minibuffer, frameset-filter-save-param)
4828 (frameset-filter-restore-param, frameset-filter-iconified):
4829 Add pointer to docstring of frameset-filter-alist.
4830 (frameset-filter-params): Rename filter values to be more meaningful:
4831 :never instead of t, and reverse the meanings of :save and :restore.
4832 (frameset--process-minibuffer-frames): Clarify error message.
4833 (frameset-save): Avoid unnecessary and confusing call to framep.
4834 Use new BOA constructor for framesets.
4835 (frameset--reuse-list): Doc fix.
4836 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4837 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4838 (frameset-minibufferless-first-p): Doc fix.
4839 Rename from frameset-sort-frames-for-deletion.
4840 (frameset-restore): Doc fixes. Use new function names.
4841 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4842
4843 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4844
4845 * desktop.el (desktop-restore-forces-onscreen)
4846 (desktop-restore-reuses-frames): Document :keyword constant values.
4847 (desktop-filter-parameters-alist): Remove, now identical to
4848 frameset-filter-alist.
4849 (desktop--filter-tty*): Remove, moved to frameset.el.
4850 (desktop-save-frameset, desktop-restore-frameset):
4851 Do not pass :filters argument.
4852
4853 * frameset.el (frameset-live-filter-alist)
4854 (frameset-persistent-filter-alist): New variables.
4855 (frameset-filter-alist): Use them. Add autoload cookie.
4856 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4857 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4858 `frameset--id' (it's supposed to be internal to frameset.el).
4859 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4860 (frameset--initial-params): New function.
4861 (frameset--get-frame): Use it. Doc fix.
4862 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4863 Accept :all, not 'all.
4864 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4865 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4866 with fbound symbols. Fix frame id matching, and remove matching ids if
4867 the frame being restored is deleted. Obey :delete.
4868
4869 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4870
4871 * subr.el (macrop): New function.
4872 (text-clone--maintaining): New var.
4873 (text-clone--maintain): Rename from text-clone-maintain. Use it
4874 instead of inhibit-modification-hooks.
4875
4876 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4877 a proxy, so as handle autoloads and redefinitions of the target.
4878 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4879
4880 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4881 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4882 (pcase--mutually-exclusive-p): New function.
4883 (pcase--split-consp): Use it.
4884 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4885 mutually exclusive with the current predicate.
4886
4887 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4888 (edebug-macrop): Remove. Use `macrop' instead.
4889 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4890 (ad-macro-p):
4891 * eshell/esh-cmd.el (eshell-macrop):
4892 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4893
4894 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4895
4896 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4897 (advice-mapc): New function, using it.
4898 (advice-function-member-p): New function.
4899 (advice--normalize): Store the cdr in advice--saved-rewrite since
4900 that's the part that will be changed.
4901 (advice--symbol-function): New function.
4902 (advice-remove): Handle removal before the function is defined.
4903 Adjust to new advice--saved-rewrite.
4904 (advice-member-p): Use advice-function-member-p and
4905 advice--symbol-function.
4906
4907 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
4908
4909 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4910 (frameset-filter-minibuffer): Doc fix.
4911 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
4912 (frameset--set-id, frameset--process-minibuffer-frames)
4913 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4914 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4915
4916 * desktop.el (desktop-clear): Only delete frames when called
4917 interactively and desktop-restore-frames is non-nil. Doc fix.
4918 (desktop-read): Set desktop-saved-frameset to nil.
4919
4920 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4921
4922 * vc/vc.el (vc-ignore): Rewrite.
4923 (vc-default-ignore-completion-table):
4924 (vc--read-lines):
4925 (vc--add-line, vc--remove-regexp): New functions.
4926
4927 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4928 (vc-svn-ignore-completion-table): New function.
4929
4930 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4931 (vc-hg-ignore-completion-table):
4932 (vc-hg-find-ignore-file): New functions.
4933
4934 * vc/vc-git.el (vc-git-ignore): Rewrite.
4935 (vc-git-ignore-completion-table):
4936 (vc-git-find-ignore-file): New functions.
4937
4938 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4939
4940 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4941 (vc-bzr-ignore-completion-table):
4942 (vc-bzr-find-ignore-file): New functions.
4943
4944 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * frameset.el (frameset-prop): New function and setter.
4947 (frameset-save): Do not modify frame list passed by the caller.
4948
4949 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4952
4953 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4956 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4957
4958 * custom.el (custom-initialize-default, custom-initialize-set)
4959 (custom-initialize-reset, custom-initialize-changed): Affect the
4960 toplevel-default-value (bug#6275, bug#14586).
4961 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4962 for bug#6275.
4963
4964 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4967 Add cl-def* expressions.
4968
4969 * frameset.el (frameset-filter-params): Fix order of arguments.
4970
4971 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
4972
4973 Move code related to saving frames to frameset.el.
4974 * desktop.el: Require frameset.
4975 (desktop-restore-frames): Doc fix.
4976 (desktop-restore-reuses-frames): Rename from
4977 desktop-restoring-reuses-frames.
4978 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4979 (desktop-clear): Clear frames too.
4980 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4981 (desktop--filter-tty*, desktop-save, desktop-read):
4982 Use frameset functions.
4983 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4984 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4985 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4986 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4987 (desktop--process-minibuffer-frames, desktop-save-frames)
4988 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4989 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4990 (desktop--sort-states, desktop-restoring-frames-p)
4991 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4992 (desktop-restoring-frameset-p, desktop-restore-frameset)
4993 (desktop--check-dont-save, desktop-save-frameset): New functions.
4994 (desktop--app-id): New constant.
4995 (desktop-first-buffer, desktop-buffer-ok-count)
4996 (desktop-buffer-fail-count): Move before first use.
4997 * frameset.el: New file.
4998
4999 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * files.el: Use lexical-binding.
5002 (dir-locals-read-from-file): Remove unused `err' variable.
5003 (hack-dir-local-variables--warned-coding): New var.
5004 (hack-dir-local-variables): Use it to avoid repeated warnings.
5005 (make-backup-file-name--default-function): New function.
5006 (make-backup-file-name-function): Use it as default.
5007 (buffer-stale--default-function): New function.
5008 (buffer-stale-function): Use it as default.
5009 (revert-buffer-insert-file-contents--default-function): New function.
5010 (revert-buffer-insert-file-contents-function): Use it as default.
5011 (insert-directory): Avoid add-to-list.
5012
5013 * autorevert.el (auto-revert-handler): Simplify.
5014 Use buffer-stale--default-function.
5015
5016 2013-08-01 Tassilo Horn <tsdh@gnu.org>
5017
5018 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
5019
5020 * whitespace.el (whitespace-ensure-local-variables): New function.
5021 (whitespace-cleanup-region): Call it.
5022 (whitespace-turn-on): Call it.
5023
5024 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
5025
5026 Complete file name handlers.
5027
5028 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5029 (tramp-handle-verify-visited-file-modtime)
5030 (tramp-handle-file-notify-rm-watch): New functions.
5031 (tramp-call-process): Do not bind `default-directory'.
5032
5033 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5034 Order alphabetically.
5035 [access-file, add-name-to-file, dired-call-process]:
5036 [dired-compress-file, file-acl, file-notify-rm-watch]:
5037 [file-ownership-preserved-p, file-selinux-context]:
5038 [make-directory-internal, make-symbolic-link, set-file-acl]:
5039 [set-file-selinux-context, set-visited-file-modtime]:
5040 [verify-visited-file-modtime]: Add handler.
5041 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
5042
5043 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5044 [file-notify-add-watch, file-notify-rm-watch]:
5045 [set-file-times, set-visited-file-modtime]:
5046 [verify-visited-file-modtime]: Add handler.
5047 (with-tramp-gvfs-error-message)
5048 (tramp-gvfs-handle-set-visited-file-modtime)
5049 (tramp-gvfs-fuse-file-name): Remove.
5050 (tramp-gvfs-handle-file-notify-add-watch)
5051 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
5052 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
5053
5054 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5055 Order alphabetically.
5056 [file-notify-rm-watch ]: Use default Tramp handler.
5057 [executable-find]: Remove private handler.
5058 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
5059 `default-directory'.
5060 (tramp-sh-handle-executable-find)
5061 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
5062 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5063 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
5064 Do not use `format' in `tramp-message'.
5065
5066 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
5067 [file-notify-rm-watch, set-visited-file-modtime]:
5068 [verify-visited-file-modtime]: Add handler.
5069 (tramp-smb-call-winexe): Do not bind `default-directory'.
5070
5071 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
5072
5073 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
5074
5075 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
5076
5077 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
5078 use it.
5079 (log-view-diff-changeset): Same.
5080 (log-view-diff-common): Call backend command `previous-revision'
5081 to find out the previous revision, in both cases. Swap the
5082 variables `to' and `fr', so that `fr' usually refers to the
5083 earlier revision (Bug#14989).
5084
5085 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
5086
5087 * ibuf-ext.el (ibuffer-filter-by-filename):
5088 Make it work with dired buffers too.
5089
5090 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
5091
5092 * emacs-lisp/re-builder.el (reb-color-display-p):
5093 * files.el (save-buffers-kill-terminal):
5094 * net/browse-url.el (browse-url):
5095 * server.el (server-save-buffers-kill-terminal):
5096 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
5097 Prefer nil to selected-frame for the first arg of frame-parameter.
5098
5099 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
5100
5101 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
5102
5103 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
5104
5105 * minibuffer.el (completion--twq-all): Try and preserve each
5106 completion's case choice (bug#14907).
5107
5108 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5109
5110 * net/network-stream.el (open-network-stream): Mention the new
5111 :nogreeting parameter.
5112 (network-stream-open-starttls): Use the :nogreeting parameter
5113 (bug#14938).
5114
5115 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
5116
5117 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
5118 more natural than popping.
5119
5120 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5121 (shr-urlify): Highlight under mouse.
5122
5123 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5124
5125 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
5126
5127 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
5128
5129 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
5130 buffer for output.
5131
5132 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
5133 point-min==1. Fix search string. Fix parentheses missing.
5134
5135 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
5136 assume point-min==1. Fix search string. Fix parentheses missing.
5137
5138 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
5139
5140 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
5141 buffer for output.
5142
5143 2013-07-29 Eli Zaretskii <eliz@gnu.org>
5144
5145 * frame.el (frame-notice-user-settings): Avoid inflooping when the
5146 initial frame is minibuffer-less. (Bug#14841)
5147
5148 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
5149
5150 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
5151 option.
5152
5153 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5154 (tramp-maybe-open-connection): Use it.
5155
5156 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5157
5158 * desktop.el (desktop--make-frame): Include `minibuffer' in the
5159 minimal set of parameters passed when creating a frame, because
5160 the minibuffer status of a frame cannot be changed later.
5161
5162 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
5163
5164 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
5165 replace-regexp-in-string and inadvertent omissions in previous change.
5166 (todo-filter-items): Ensure only file names are comma-separated in
5167 name of filtered items buffer.
5168
5169 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
5170
5171 * desktop.el: Optionally force offscreen frames back onscreen.
5172 (desktop-restoring-reuses-frames): New option.
5173 (desktop--compute-pos, desktop--move-onscreen): New functions.
5174 (desktop--make-frame): Use desktop--move-onscreen.
5175
5176 2013-07-27 Alan Mackenzie <acm@muc.de>
5177
5178 Fontify a Java generic method as a function.
5179 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
5180 value to t.
5181
5182 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
5183
5184 * calendar/todo-mode.el: Add command to rename todo files.
5185 (todo-rename-file): New command.
5186 (todo-key-bindings-t): Add key binding for it. Change the
5187 bindings of todo-filter-regexp-items(-multifile) to use `x'
5188 instead of `r', since the latter is better suited to the new
5189 renaming command.
5190
5191 2013-07-27 Alan Mackenzie <acm@muc.de>
5192
5193 Make Java try-with-resources statement parse properly.
5194 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
5195 (c-block-stmt-1-2-key): New language constants/variables.
5196 * progmodes/cc-engine.el (c-beginning-of-statement-1)
5197 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
5198 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
5199 with c-block-stmt-1-2-key.
5200
5201 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
5202
5203 * desktop.el (desktop--make-frame): Apply most frame parameters after
5204 creating the frame to force (partially or totally) offscreen frames to
5205 be restored as such.
5206
5207 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
5208
5209 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
5210 (Bug#14948)
5211
5212 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
5215 `base' arg of backtrace-frame.
5216
5217 2013-07-26 Eli Zaretskii <eliz@gnu.org>
5218
5219 * simple.el (list-processes): Doc fix.
5220
5221 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5222
5223 * desktop.el (desktop--select-frame):
5224 Try harder to reuse existing frames.
5225
5226 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
5229 (edebug-eval): Use backtrace-eval.
5230 (edebug--display, edebug--recursive-edit): Don't let-bind the
5231 edebug-outer-* vars that keep track of variables we locally let-bind.
5232 (edebug-outside-excursion): Don't restore outside values of locally
5233 let-bound vars.
5234 (edebug--display): Use user-error.
5235 (cl-lexical-debug, cl-debug-env): Remove.
5236
5237 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
5238
5239 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
5240 are restored to be sure that they are visible before deleting any
5241 remaining ones.
5242
5243 2013-07-26 Matthias Meulien <orontee@gmail.com>
5244
5245 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
5246 vc-print-root-log. (Bug#14948)
5247
5248 2013-07-26 Richard Stallman <rms@gnu.org>
5249
5250 Add aliases for encrypting mail.
5251 * epa.el (epa-mail-aliases): New option.
5252 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
5253 Bind inhibit-read-only so read-only text doesn't ruin everything.
5254 (epa-mail-default-recipients): New subroutine broken out.
5255 Handle epa-mail-aliases.
5256
5257 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 Add support for lexical variables to the debugger's `e' command.
5260 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5261 vars, except for debugger-outer-match-data.
5262 (debugger-frame-number): Move check for "on a function call" from
5263 callers into it. Add `skip-base' argument.
5264 (debugger-frame, debugger-frame-clear): Simplify accordingly.
5265 (debugger-env-macro): Only reset the state stored in non-variables,
5266 i.e. current-buffer and match-data.
5267 (debugger-eval-expression): Rewrite using backtrace-eval.
5268 * subr.el (internal--called-interactively-p--get-frame): Remove.
5269 (called-interactively-p):
5270 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5271 `base' arg of backtrace-frame instead.
5272
5273 2013-07-26 Glenn Morris <rgm@gnu.org>
5274
5275 * align.el (align-regexp): Doc fix. (Bug#14857)
5276 (align-region): Explicit error if subexpression missing/does not match.
5277
5278 * simple.el (global-visual-line-mode):
5279 Do not duplicate the mode lighter. (Bug#14858)
5280
5281 2013-07-25 Martin Rudalics <rudalics@gmx.at>
5282
5283 * window.el (display-buffer): In display-buffer bind
5284 split-window-keep-point to t, bug#14829.
5285
5286 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5287
5288 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5289 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5290 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5291 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5292 Change accordingly.
5293 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5294 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
5295
5296 2013-07-25 Glenn Morris <rgm@gnu.org>
5297
5298 * dired-x.el (dired-mark-extension): Convert comment to doc string.
5299
5300 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
5301
5302 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5303 parameter to modify-frame-parameters if the value has not changed;
5304 this is a workaround for bug#14949.
5305 (desktop--make-frame): On cl-delete-if call, check parameter name,
5306 not full parameter.
5307
5308 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5309
5310 * vc/vc.el (vc-ignore): New function.
5311
5312 * vc/vc-svn.el (vc-svn-ignore): New function.
5313
5314 * vc/vc-hg.el (vc-hg-ignore): New function.
5315
5316 * vc/vc-git.el (vc-git-ignore): New function.
5317
5318 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5319 (vc-dir-ignore): New function.
5320
5321 * vc/vc-cvs.el (vc-cvs-ignore): New function.
5322 (cvs-append-to-ignore): Move here from pcvs.el.
5323
5324 * vc/vc-bzr.el (vc-bzr-ignore): New function.
5325
5326 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5327
5328 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
5329
5330 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5331 (desktop-restore-frames): Warn when deleting an existing frame failed.
5332
5333 2013-07-24 Glenn Morris <rgm@gnu.org>
5334
5335 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
5336
5337 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
5338
5339 * filenotify.el (file-notify-supported-p):
5340 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5341 Remove functions.
5342
5343 * autorevert.el (auto-revert-use-notify):
5344 (auto-revert-notify-add-watch):
5345 * net/tramp.el (tramp-file-name-for-operation):
5346 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5347 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5348 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5349 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5350 Remove `file-notify-supported-p' entry.
5351
5352 2013-07-24 Glenn Morris <rgm@gnu.org>
5353
5354 * printing.el: Replace all uses of deleted ps-windows-system,
5355 ps-lp-system, ps-flatten-list with lpr- versions.
5356
5357 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5360 checked with memq (bug#14935).
5361
5362 * files.el (revert-buffer-function): Use a non-nil default.
5363 (revert-buffer-preserve-modes): Declare var to
5364 provide access to the `preserve-modes' argument.
5365 (revert-buffer): Let-bind it.
5366 (revert-buffer--default): New function, extracted from revert-buffer.
5367
5368 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5369
5370 * lpr.el: Signal print errors more prominently.
5371 (print-region-function): Don't default to nil.
5372 (lpr-print-region): New function, extracted from print-region-1.
5373 Check lpr's return value and signal an error in case of problem.
5374 (print-region-1): Use it.
5375 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
5376 versions instead.
5377 (ps-printer-name): Default to nil.
5378 (ps-printer-name-option): Default to lpr-printer-switch.
5379 (ps-print-region-function): Don't default to nil.
5380 (ps-postscript-code-directory): Simplify default.
5381 (ps-do-despool): Use lpr-print-region to properly check the outcome.
5382 (ps-string-list, ps-eval-switch, ps-flatten-list)
5383 (ps-flatten-list-1): Remove.
5384 (ps-multibyte-buffer): Avoid setq.
5385 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5386 (print-region-function, ps-print-region-function): Don't set them here.
5387
5388 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
5389
5390 * ido.el (ido-fractionp):
5391 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5392 (ido-max-file-prompt-width, ido-unc-hosts-cache)
5393 (ido-max-directory-size, ido-max-dir-file-cache)
5394 (ido-decorations): Doc fix.
5395
5396 * ansi-color.el: Fix old URL.
5397
5398 2013-07-23 Michael R. Mauger <michael@mauger.com>
5399
5400 * progmodes/sql.el: Version 3.3
5401 (sql-product-alist): Improve oracle :prompt-cont-regexp.
5402 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5403 (sql-interactive-remove-continuation-prompt): Rewrite, use
5404 functions above. Fix continuation prompt and complete output line
5405 handling.
5406 (sql-redirect-one, sql-execute): Use `read-only-mode' on
5407 redirected output buffer.
5408 (sql-mode): Restore deleted code (Bug#13591).
5409
5410 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5411
5412 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5413
5414 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
5415
5416 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5417
5418 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5419 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5420 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5421
5422 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5423
5424 * desktop.el (desktop-clear): Simplify; remove useless checks
5425 against invalid buffer names.
5426 (desktop-list*): Use cl-list*.
5427 (desktop-buffer-info, desktop-create-buffer): Simplify.
5428
5429 2013-07-23 Leo Liu <sdl.web@gmail.com>
5430
5431 * bookmark.el (bookmark-make-record): Restore NAME as a default
5432 value. (Bug#14933)
5433
5434 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * emacs-lisp/autoload.el (autoload--setup-output): New function,
5437 extracted from autoload--insert-text.
5438 (autoload--insert-text): Remove.
5439 (autoload--print-cookie-text): New function, extracted from
5440 autoload--insert-cookie-text.
5441 (autoload--insert-cookie-text): Remove.
5442 (autoload-generate-file-autoloads): Adjust calls accordingly.
5443
5444 * winner.el (winner-hook-installed-p): Remove.
5445 (winner-mode): Simplify accordingly.
5446
5447 * subr.el (add-to-list): Fix compiler-macro when `append' is
5448 not constant. Don't use `cl-member' for the base case.
5449
5450 * progmodes/subword.el: Fix boundary case (bug#13758).
5451 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
5452 own group.
5453 (subword-backward-regexp): Make it a constant.
5454 (subword-forward-internal): Don't treat a trailing capital as the
5455 beginning of a word.
5456
5457 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5458
5459 * emacs-lisp/package.el (package-menu-mode): Don't modify the
5460 global value of tabulated-list-revert-hook (bug#14930).
5461
5462 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
5463
5464 * desktop.el: Require 'cl-lib.
5465 (desktop-before-saving-frames-functions): New hook.
5466 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5467 for frames being saved. Rename from desktop--save-minibuffer-frames.
5468 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5469 Do not save frames with non-nil `desktop-dont-save' parameter.
5470 Filter out deleted frames.
5471 (desktop--find-frame): Use cl-find-if.
5472 (desktop--select-frame): Use cl-(first|second|third) to access values
5473 of desktop-mini.
5474 (desktop--make-frame): Use cl-delete-if.
5475 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5476 (desktop-restore-frames): Use cl-(first|second|third) to access values
5477 of desktop-mini. Look for visible frame at the end, not while
5478 restoring frames.
5479
5480 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5481 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5482 Use string-match-p, looking-at-p (bug#14927).
5483
5484 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
5485
5486 * desktop.el (desktop-saved-frame-states):
5487 Rename from desktop--saved-states; all users changed.
5488 (desktop-save-frames): Rename from desktop--save-frames.
5489 Do not save state to desktop file.
5490 (desktop-save): Save desktop-saved-frame-states to desktop file
5491 and reset to nil.
5492 (desktop-restoring-frames-p): New function.
5493 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
5494 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
5495 buffer-lists when restoring frames. Suggested by Martin Rudalics.
5496
5497 * desktop.el: Correctly restore iconified frames.
5498 (desktop--filter-iconified-position): New function.
5499 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5500
5501 2013-07-20 Glenn Morris <rgm@gnu.org>
5502
5503 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5504 Let `message' do the formatting.
5505 (def-gdb-preempt-display-buffer): Add explicit format.
5506
5507 * image-dired.el (image-dired-track-original-file):
5508 Use with-current-buffer.
5509 (image-dired-track-thumbnail): Use with-current-buffer.
5510 Avoid changing point of wrong window.
5511
5512 * image-dired.el (image-dired-track-original-file):
5513 Avoid changing point of wrong window. (Bug#14909)
5514
5515 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
5516
5517 * progmodes/gdb-mi.el (gdb-done-or-error):
5518 Guard against "%" in gdb output. (Bug#14127)
5519
5520 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
5521
5522 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5523 (Bug#14826)
5524
5525 * international/mule.el (coding-system-iso-2022-flags): Fix last
5526 change.
5527
5528 2013-07-20 Kenichi Handa <handa@gnu.org>
5529
5530 * international/mule.el (coding-system-iso-2022-flags):
5531 Add `8-bit-level-4'. (Bug#8522)
5532
5533 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5534
5535 * net/shr.el (shr-mouse-browse-url): New command and keystroke
5536 (bug#14815).
5537
5538 * net/eww.el (eww-process-text-input): Allow inputting when the
5539 point is at the start of the line, as the properties aren't
5540 front-sticky.
5541
5542 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5543 degenerate widths.
5544
5545 2013-07-19 Richard Stallman <rms@gnu.org>
5546
5547 * epa.el (epa-popup-info-window): Doc fix.
5548
5549 * subr.el (split-string): New arg TRIM.
5550
5551 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
5552
5553 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5554 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5555
5556 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
5557
5558 * filenotify.el (file-notify--library): Rename from
5559 `file-notify-support'. Do not autoload. Adapt all uses.
5560 (file-notify-supported-p): New defun.
5561
5562 * autorevert.el (auto-revert-use-notify):
5563 Use `file-notify-supported-p' instead of `file-notify-support'.
5564 Adapt docstring.
5565 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5566
5567 * net/tramp.el (tramp-file-name-for-operation):
5568 Add `file-notify-supported-p'.
5569
5570 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5571 New defun.
5572 (tramp-sh-file-name-handler-alist): Add it as handler for
5573 `file-notify-supported-p '.
5574
5575 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5576 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5577 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5578 Add `ignore' as handler for `file-notify-*' functions.
5579
5580 2013-07-17 Eli Zaretskii <eliz@gnu.org>
5581
5582 * simple.el (line-move-partial, line-move): Don't start vscroll or
5583 scroll-up if the current line is not taller than the window.
5584 (Bug#14881)
5585
5586 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
5587
5588 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5589 highlight question marks in the method names as strings.
5590 (ruby-block-beg-keywords): Inline.
5591 (ruby-font-lock-keyword-beg-re): Extract from
5592 `ruby-font-lock-keywords'.
5593
5594 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
5595
5596 * frame.el (blink-cursor-blinks): New defcustom.
5597 (blink-cursor-blinks-done): New defvar.
5598 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5599 (blink-cursor-timer-function): Check if number of blinks has been
5600 done on X and NS.
5601 (blink-cursor-suspend, blink-cursor-check): New defuns.
5602
5603 2013-07-15 Glenn Morris <rgm@gnu.org>
5604
5605 * edmacro.el (edmacro-format-keys): Fix previous change.
5606
5607 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
5608
5609 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5610 The hack didn't work outside English locales anyway.
5611
5612 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
5613
5614 * simple.el (define-alternatives): Rename from alternatives-define,
5615 per RMS' suggestion.
5616
5617 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
5618
5619 * desktop.el (desktop-restore-frames): Change default to t.
5620 (desktop-restore-in-current-display): Now offer more options.
5621 (desktop-restoring-reuses-frames): New customization option.
5622 (desktop--saved-states): Doc fix.
5623 (desktop-filter-parameters-alist): New variable, renamed and expanded
5624 from desktop--excluded-frame-parameters.
5625 (desktop--target-display): New variable.
5626 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5627 (desktop--filter-tty*, desktop--filter-*-color)
5628 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5629 (desktop--filter-save-desktop-parm)
5630 (desktop-restore-in-original-display-p): New functions.
5631 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5632 (desktop--save-minibuffer-frames): New function, inspired by a similar
5633 function from Martin Rudalics.
5634 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5635 (desktop--restore-in-this-display-p): Remove.
5636 (desktop--find-frame): Rename from desktop--find-frame-in-display
5637 and add predicate argument.
5638 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5639 (desktop--reuse-list): New variable.
5640 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5641 New functions.
5642 (desktop--restore-frames): Add support for "minibuffer-special" frames.
5643
5644 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
5645
5646 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5647
5648 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
5649
5650 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5651 Highlight conversion methods on Kernel.
5652
5653 2013-07-13 Alan Mackenzie <acm@muc.de>
5654
5655 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5656 and comment it out. This out-commenting enables certain C++
5657 declarations to be parsed correctly.
5658
5659 2013-07-13 Eli Zaretskii <eliz@gnu.org>
5660
5661 * international/mule.el (define-coding-system): Doc fix.
5662
5663 * simple.el (default-font-height): Don't call font-info if the
5664 frame's default font didn't change since the frame was created.
5665 (Bug#14838)
5666
5667 2013-07-13 Leo Liu <sdl.web@gmail.com>
5668
5669 * ido.el (ido-read-file-name): Guard against non-symbol value.
5670
5671 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5672
5673 * progmodes/python.el (python-imenu--build-tree): Fix corner case
5674 in nested defuns.
5675
5676 2013-07-13 Leo Liu <sdl.web@gmail.com>
5677
5678 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5679 ido-set-matches call. (Bug#6852)
5680
5681 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
5682
5683 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5684 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5685 Ruby 2.0.
5686 (ruby-font-lock-keywords): Distinguish calls to functions with
5687 module-like names from module references. Highlight character
5688 literals.
5689
5690 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5691
5692 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5693 (gdb-send): Handle continued commands. (Bug#14847)
5694
5695 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5696
5697 * desktop.el (desktop--v2s): Remove unused local variable.
5698 (desktop-save-buffer): Make defvar-local; adjust docstring.
5699 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5700 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5701
5702 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5703
5704 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5705
5706 2013-07-12 Eli Zaretskii <eliz@gnu.org>
5707
5708 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5709 (Bug#14842)
5710
5711 2013-07-12 Glenn Morris <rgm@gnu.org>
5712
5713 * doc-view.el: Require cl-lib at runtime too.
5714 (doc-view-remove-if): Remove.
5715 (doc-view-search-next-match, doc-view-search-previous-match):
5716 Use cl-remove-if.
5717
5718 * edmacro.el: Require cl-lib at runtime too.
5719 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5720 (edmacro-mismatch, edmacro-subseq): Remove.
5721
5722 * shadowfile.el: Require cl-lib.
5723 (shadow-remove-if): Remove.
5724 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5725 Use cl-remove-if.
5726
5727 * wid-edit.el: Require cl-lib.
5728 (widget-choose): Use cl-remove-if.
5729 (widget-remove-if): Remove.
5730
5731 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5732 (ebrowse-delete-if-not): Remove.
5733 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5734 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5735 Use cl-delete-if-not.
5736
5737 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
5738
5739 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5740 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5741
5742 2013-07-12 Leo Liu <sdl.web@gmail.com>
5743
5744 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5745
5746 2013-07-11 Glenn Morris <rgm@gnu.org>
5747
5748 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5749 (edebug-gensym-index, edebug-gensym):
5750 Remove reimplementation of cl-gensym.
5751 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5752
5753 * thumbs.el: Require cl-lib at run-time too.
5754 (thumbs-gensym-counter, thumbs-gensym):
5755 Remove reimplementation of cl-gensym.
5756 (thumbs-temp-file): Use cl-gensym.
5757
5758 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5759 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5760 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5761 (ert--union, ert--gensym-counter, ert--gensym-counter)
5762 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5763 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5764 (ert-make-test-unbound, ert--expand-should-1)
5765 (ert--expand-should, ert--should-error-handle-error)
5766 (should-error, ert--explain-equal-rec)
5767 (ert--plist-difference-explanation, ert-select-tests)
5768 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5769 Use cl-lib functions rather than reimplementations.
5770
5771 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
5772
5773 * net/tramp.el (tramp-methods): Extend docstring.
5774 (tramp-connection-timeout): New defcustom.
5775 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5776 (with-tramp-progress-reporter): Simplify.
5777 (tramp-process-actions): Improve messages.
5778
5779 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5780 * net/tramp-sh.el (tramp-maybe-open-connection):
5781 Use `tramp-connection-timeout'.
5782 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5783 (Bug#14808)
5784
5785 2013-07-11 Leo Liu <sdl.web@gmail.com>
5786
5787 * ido.el (ido-read-file-name): Conform to the requirements of
5788 read-file-name. (Bug#11861)
5789 (ido-read-directory-name): Conform to the requirements of
5790 read-directory-name.
5791
5792 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
5793
5794 * subr.el (delay-warning): New function.
5795
5796 2013-07-10 Eli Zaretskii <eliz@gnu.org>
5797
5798 * simple.el (default-line-height): New function.
5799 (line-move-partial, line-move): Use it instead of computing the
5800 line height inline.
5801 (line-move-partial): Always compute ROWH. If the last line is
5802 partially-visible, but its text is completely visible, allow
5803 cursor to enter such a partially-visible line.
5804
5805 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
5806
5807 Improve error messages. (Bug#14808)
5808
5809 * net/tramp.el (tramp-current-connection): New defvar, moved from
5810 tramp-sh.el.
5811 (tramp-message-show-progress-reporter-message): Remove, not
5812 needed anymore.
5813 (tramp-error-with-buffer): Show message in minibuffer.
5814 Discard input before waiting. Reset connection timestamp.
5815 (with-tramp-progress-reporter): Improve messages.
5816 (tramp-process-actions): Use progress reporter. Delete process in
5817 case of error. Improve messages.
5818
5819 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5820 Call `tramp-error-with-buffer' with vector and buffer.
5821 (tramp-current-connection): Remove.
5822 (tramp-maybe-open-connection): The car of
5823 `tramp-current-connection' are the first 3 slots of the vector.
5824
5825 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5826
5827 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5828 inside continued strings.
5829
5830 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5831
5832 Timestamp fixes for undo (Bug#14824).
5833 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5834
5835 2013-07-10 Leo Liu <sdl.web@gmail.com>
5836
5837 * files.el (require-final-newline): Allow safe local value.
5838 (Bug#14834)
5839
5840 2013-07-09 Leo Liu <sdl.web@gmail.com>
5841
5842 * ido.el (ido-read-directory-name): Handle fallback.
5843 (ido-read-file-name): Update DIR to ido-current-directory.
5844 (Bug#1516)
5845 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5846
5847 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5848
5849 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5850 "autoload". Remove "warn lower camel case" section, previously
5851 commented out. Highlight negation char. Do not highlight the
5852 target in singleton method definitions.
5853
5854 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * faces.el (tty-setup-hook): Declare the hook.
5857
5858 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5859 and detect when a guard/pred depends on local vars (bug#14773).
5860 (pcase--u1): Adjust caller.
5861
5862 2013-07-08 Eli Zaretskii <eliz@gnu.org>
5863
5864 * simple.el (line-move-partial, line-move): Account for
5865 line-spacing.
5866 (line-move-partial): Avoid setting vscroll when the last
5867 partially-visible line in window is of default height.
5868
5869 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5870
5871 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5872 been used a while.
5873
5874 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
5875
5876 * subr.el (read-quoted-char): Remove unused local variable `char'.
5877
5878 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5879
5880 * ediff.el (ediff-version): Version update.
5881 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5882 (ediff-merge-with-ancestor-command, ediff-directories-command)
5883 (ediff-directories3-command, ediff-merge-directories-command)
5884 (ediff-merge-directories-with-ancestor-command): New functions.
5885 All are command-line interfaces to ediff: to facilitate calling
5886 Emacs with the appropriate ediff functions invoked.
5887
5888 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5889 (viper-save-kill-buffer): Check if buffer is modified.
5890
5891 * viper.el (viper-version): Version update.
5892 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5893
5894 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5897 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5898 (viper-intercept-ESC-key): Simplify.
5899 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5900 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5901 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5902 (viper-setup-ESC-to-escape): New functions.
5903 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5904 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
5905
5906 2013-07-07 Eli Zaretskii <eliz@gnu.org>
5907
5908 * simple.el (default-font-height, window-screen-lines):
5909 New functions.
5910 (line-move, line-move-partial): Use them instead of
5911 frame-char-height and window-text-height. This makes scrolling
5912 text smoother when the buffer's default face uses a font that is
5913 different from the frame's default font.
5914
5915 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5916
5917 * files.el (write-file): Do not display confirm dialog for NS,
5918 it does its own dialog, which can't be cancelled (Bug#14578).
5919
5920 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5921
5922 * simple.el (line-move-partial): Adjust the row returned by
5923 posn-at-point for the current window-vscroll. (Bug#14567)
5924
5925 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
5926
5927 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5928 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5929 spaces.
5930
5931 2013-07-06 Martin Rudalics <rudalics@gmx.at>
5932
5933 * window.el (window-state-put-stale-windows): New variable.
5934 (window--state-put-2): Save list of windows without matching buffer.
5935 (window-state-put): Remove "bufferless" windows if possible.
5936
5937 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5938
5939 * simple.el (alternatives-define): Remove leftover :group keyword.
5940 Tweak docstring.
5941
5942 2013-07-06 Leo Liu <sdl.web@gmail.com>
5943
5944 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5945 (ido-enable-virtual-buffers): New variable.
5946 (ido-buffer-internal, ido-toggle-virtual-buffers)
5947 (ido-make-buffer-list): Use it.
5948 (ido-exhibit): Support turning on and off virtual buffers
5949 automatically.
5950
5951 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
5952
5953 * simple.el (alternatives-define): New macro.
5954
5955 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * subr.el (read-quoted-char): Use read-key.
5958 (sit-for): Let read-event decode tty input (bug#14782).
5959
5960 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
5961
5962 * calendar/todo-mode.el: Add handling of file deletion, both by
5963 mode command and externally. Fix various related bugs.
5964 Clarify Commentary and improve some documentation strings and code.
5965 (todo-delete-file): New command.
5966 (todo-check-file): New function.
5967 (todo-show): Handle external deletion of the file we're trying to
5968 show (bug#14688). Replace called-interactively-p by an optional
5969 prefix argument to avoid problematic interaction with catch form
5970 when byte compiled (bug#14702).
5971 (todo-quit): Handle external deletion of the archive's todo file.
5972 Make sure the buffer that was visiting the archive file is still
5973 live before trying to bury it.
5974 (todo-category-completions): Handle external deletion of any
5975 category completion files.
5976 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5977 of todo files, in case of external deletion.
5978 (todo-add-file): Replace unnecessary setq by let-binding.
5979 (todo-find-archive): Check whether there are any archives.
5980 Replace unnecessary setq by let-binding.
5981 (todo-archive-done-item): Use find-file-noselect to get the
5982 archive buffer whether or not the archive already exists.
5983 Remove superfluous code. Use file size instead of buffer-file-name to
5984 check if the archive is new; if it is, update list of archives.
5985 (todo-default-todo-file): Allow nil to be a valid value for when
5986 there are no todo files.
5987 (todo-reevaluate-default-file-defcustom): Use corrected definition
5988 of todo-default-todo-file.
5989 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5990 (todo-delete-category, todo-show-categories-table)
5991 (todo-category-number): Clarify comment.
5992 (todo-filter-items): Clarify documentation string.
5993 (todo-show-current-file, todo-display-as-todo-file)
5994 (todo-reset-and-enable-done-separator): Tweak documentation string.
5995 (todo-done-separator): Make separator length window-width, since
5996 bug#2749 is now fixed.
5997
5998 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
5999
6000 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6001 Support both "gvfs-monitor-dir" and "inotifywait".
6002 (tramp-sh-file-inotifywait-process-filter): Rename from
6003 `tramp-sh-file-notify-process-filter'.
6004 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6005 (tramp-get-remote-gvfs-monitor-dir): New defuns.
6006
6007 2013-07-05 Leo Liu <sdl.web@gmail.com>
6008
6009 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
6010
6011 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6012
6013 * frame.el (display-pixel-height, display-pixel-width)
6014 (display-mm-height, display-mm-width): Mention behavior on
6015 multi-monitor setups in docstrings.
6016 (w32-display-monitor-attributes-list): Declare function.
6017 (display-monitor-attributes-list): Use it.
6018
6019 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
6020
6021 * filenotify.el: New package.
6022
6023 * autorevert.el (top): Require filenotify.el.
6024 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
6025 instead.
6026 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6027 (auto-revert-notify-handler): Use `file-notify-*' functions.
6028
6029 * subr.el (file-notify-handle-event): Move function to filenotify.el.
6030
6031 * net/tramp.el (tramp-file-name-for-operation):
6032 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
6033
6034 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
6035 for `file-notify-add-watch' and `file-notify-rm-watch'.
6036 (tramp-process-sentinel): Improve trace.
6037 (tramp-sh-handle-file-notify-add-watch)
6038 (tramp-sh-file-notify-process-filter)
6039 (tramp-sh-handle-file-notify-rm-watch)
6040 (tramp-get-remote-inotifywait): New defuns.
6041
6042 2013-07-03 Juri Linkov <juri@jurta.org>
6043
6044 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
6045 call of `occur-read-primary-args' to interactive spec.
6046
6047 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
6048 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
6049
6050 2013-07-03 Matthias Meulien <orontee@gmail.com>
6051
6052 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
6053 `Buffer-menu-multi-occur'. Add it to the menu.
6054 (Buffer-menu-mode): Document it in docstring.
6055 (Buffer-menu-multi-occur): New command. (Bug#14673)
6056
6057 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6058
6059 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6060 keywords and built-ins.
6061
6062 2013-07-03 Glenn Morris <rgm@gnu.org>
6063
6064 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
6065
6066 Make info-xref checks case-sensitive by default
6067 * info.el (Info-find-node, Info-find-in-tag-table)
6068 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
6069 Add option for exact case matching of nodes.
6070 * info-xref.el (info-xref): New custom group.
6071 (info-xref-case-fold): New option.
6072 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
6073
6074 2013-07-03 Leo Liu <sdl.web@gmail.com>
6075
6076 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
6077
6078 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6079
6080 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
6081 middle of block statement initially, lower the depth. Remove
6082 FIXME comment, not longer valid. Remove middle of block statement
6083 detection, no need to do that anymore since we've been using
6084 `ruby-parse-region' here.
6085
6086 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
6087
6088 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
6089
6090 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
6091
6092 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
6093
6094 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
6095
6096 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
6097 (desktop-restore-in-current-display): New customization option.
6098 (desktop--excluded-frame-parameters): Add `font'.
6099 (desktop--save-frames): Rename from desktop--save-windows.
6100 (desktop--restore-in-this-display-p): New function.
6101 (desktop--make-full-frame): Remove unwanted width/height from
6102 full(width|height) frames.
6103 (desktop--restore-frames): Rename from desktop--restore-windows.
6104 Obey desktop-restore-current-display. Do not delete old frames or
6105 select a new frame unless we were able to restore at least one frame.
6106
6107 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
6108
6109 * files.el (find-file-noselect): Simplify conditional expression.
6110
6111 * remember.el (remember-append-to-file):
6112 Don't mix `find-buffer-visiting' and `get-file-buffer'.
6113
6114 Add `remember-notes' function to store random notes across Emacs
6115 restarts.
6116 * remember.el (remember-data-file): Add :set callback to affect
6117 notes buffer (if any).
6118 (remember-notes): New command.
6119 (remember-notes-buffer-name, bury-remember-notes-on-kill):
6120 New defcustoms for the `remember-notes' function.
6121 (remember-notes-save-and-bury-buffer): New command.
6122 (remember-notes-mode-map): New variable.
6123 (remember-mode): New minor mode.
6124 (remember-notes--kill-buffer-query): New function.
6125 * startup.el (initial-buffer-choice): Add notes to custom type.
6126
6127 2013-06-30 Eli Zaretskii <eliz@gnu.org>
6128
6129 * bindings.el (right-char, left-char): Don't call sit-for, this is
6130 no longer needed. Use arithmetic comparison only for numerical
6131 arguments.
6132
6133 * international/mule-cmds.el (select-safe-coding-system):
6134 Handle the case of FROM being a string correctly. (Bug#14755)
6135
6136 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6137
6138 * net/shr.el (shr-make-table-1): Add a sanity check that allows
6139 progression on degenerate tables.
6140 (shr-rescale-image): ImageMagick animated images currently don't work.
6141
6142 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
6143
6144 Some fixes and improvements for desktop frame restoration.
6145 It is still experimental and disabled by default.
6146 * desktop.el (desktop--save-windows): Put the selected frame at
6147 the head of the list.
6148 (desktop--make-full-frame): New function.
6149 (desktop--restore-windows): Try to re-select the frame that was
6150 selected upon saving. Do not abort if some frames fail to restore,
6151 just show an error message and continue. Set up maximized frames
6152 so they have default non-maximized dimensions.
6153
6154 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
6155
6156 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6157 Don't start heredoc inside a string or comment.
6158
6159 2013-06-29 Eli Zaretskii <eliz@gnu.org>
6160
6161 * bindings.el (visual-order-cursor-movement): New defcustom.
6162 (right-char, left-char): Provide visual-order cursor motion by
6163 calling move-point-visually. Update the doc strings.
6164
6165 2013-06-28 Kenichi Handa <handa@gnu.org>
6166
6167 * international/mule.el (define-coding-system): New coding system
6168 properties :inhibit-null-byte-detection,
6169 :inhibit-iso-escape-detection, and :prefer-utf-8.
6170 (set-buffer-file-coding-system): If :charset-list property of
6171 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
6172 appropriate for setting.
6173
6174 * international/mule-cmds.el (select-safe-coding-system):
6175 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
6176 multibyte characters, return utf-8 (or one of its siblings).
6177
6178 * international/mule-conf.el (prefer-utf-8): New coding system.
6179 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
6180 files.
6181
6182 2013-06-28 Ivan Kanis <ivan@kanis.fr>
6183
6184 * net/shr.el (shr-render-region): New function.
6185
6186 * net/eww.el: Autoload `eww-browse-url'.
6187
6188 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
6189
6190 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6191 Adapt to `package-desc-version' being a list.
6192 Use `package--ac-desc-version' to retrieve version from a package
6193 archive element.
6194
6195 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
6196
6197 New experimental feature to save&restore window and frame setup.
6198 * desktop.el (desktop-save-windows): New defcustom.
6199 (desktop--saved-states): New var.
6200 (desktop--excluded-frame-parameters): New defconst.
6201 (desktop--filter-frame-parms, desktop--find-frame-in-display)
6202 (desktop--restore-windows, desktop--save-windows): New functions.
6203 (desktop-save): Call `desktop--save-windows'.
6204 (desktop-read): Call `desktop--restore-windows'.
6205
6206 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6207
6208 * net/shr.el (add-face-text-property): Remove compat definition.
6209
6210 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6211
6212 * info.el (Info-try-follow-nearest-node): Move search for footnote
6213 above search for node name to prevent missing a footnote (bug#14717).
6214
6215 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
6216
6217 * obsolete/otodo-mode.el: Add obsolescence info to file header.
6218
6219 2013-06-27 Leo Liu <sdl.web@gmail.com>
6220
6221 * net/eww.el (eww-read-bookmarks): Check file size.
6222
6223 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
6226 advice--pending if newdef is nil or an autoload (bug#13820).
6227 (advice-mapc): New function.
6228
6229 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6230
6231 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
6232 probably.
6233 (eww-mode-map): Add a menu bar.
6234 (eww-add-bookmark): New command.
6235 (eww-bookmark-mode): New mode and commands.
6236 (eww-add-bookmark): Remove newlines from the title.
6237 (eww-bookmark-browse): Don't bug out if it's the only window.
6238
6239 2013-06-26 Glenn Morris <rgm@gnu.org>
6240
6241 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
6242 (hfy-size): Handle ttys. (Bug#14668)
6243
6244 * info-xref.el: Update for Texinfo 5 change in *note format.
6245 (info-xref-node-re, info-xref-note-re): New constants.
6246 (info-xref-check-buffer): Use info-xref-note-re.
6247
6248 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6249
6250 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
6251
6252 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
6253 nil terminate the loop (bug#14718).
6254
6255 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6256
6257 * net/eww.el: Rework history traversal. When going forward/back,
6258 put these actions into the history, too, so that they can be
6259 replayed.
6260 (eww-render): Move the history reset to the correct buffer.
6261
6262 2013-06-25 Juri Linkov <juri@jurta.org>
6263
6264 * files-x.el (modify-dir-local-variable): Change the header comment
6265 in the file with directory local variables. (Bug#14692)
6266
6267 * files-x.el (read-file-local-variable-value): Add `default'.
6268 (Bug#14710)
6269
6270 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6271
6272 * net/eww.el (eww-make-unique-file-name): Create a unique file
6273 name before saving to entering `y' accidentally asynchronously.
6274
6275 2013-06-25 Ivan Kanis <ivan@kanis.fr>
6276
6277 * net/eww.el (eww-download): New command and keystroke.
6278
6279 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6280
6281 * net/eww.el (eww-copy-page-url): Change name of command.
6282
6283 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6284 be more consistent with Info and dired.
6285
6286 * net/eww.el (eww-mode-map): Ditto.
6287
6288 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
6291 packages from archives.
6292 (package-archive-contents): Change format; include obsolete packages.
6293 (package-desc): Use `dir' to mark builtin packages.
6294 (package--from-builtin): Set the `dir' field to `builtin'.
6295 (generated-autoload-file, version-control): Declare.
6296 (package-compute-transaction): Change first arg and return value to be
6297 lists of package-descs. Adjust to new package-archive-contents format.
6298 (package--add-to-archive-contents): Adjust to new
6299 package-archive-contents format.
6300 (package-download-transaction): Arg is now a list of package-descs.
6301 (package-install): If `pkg' is a package name, pass it as
6302 a requirement, so it is subject to the usual (e.g. disabled) checks.
6303 (describe-package): Accept package-desc as well.
6304 (describe-package-1): Describe a specific package-desc. Add links to
6305 other package-descs for the same package name.
6306 (package-menu-describe-package): Pass the actual package-desc.
6307 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6308 works correctly.
6309 (package-desc-status): New function.
6310 (package-menu--refresh): New function, extracted
6311 from package-menu--generate.
6312 (package-menu--generate): Use it.
6313 (package-delete): Update package-alist.
6314 (package-menu-execute): Don't call package-initialize.
6315
6316 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6317 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6318 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6319 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6320 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6321 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6322
6323 2013-06-25 Martin Rudalics <rudalics@gmx.at>
6324
6325 * window.el (window--state-get-1): Workaround for bug#14527.
6326 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6327
6328 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6329
6330 * net/eww.el (eww-back-url): Implement the history by stashing all
6331 the data into a list.
6332 (eww-forward-url): Allow going forward in the history, too.
6333
6334 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6335
6336 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6337 for values and use read--expression for expressions (bug#14710).
6338 (read-file-local-variable): Avoid setq.
6339 (read-file-local-variable-mode): Use minor-mode-list.
6340
6341 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6342
6343 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6344 for DOI URLs.
6345
6346 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6347
6348 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6349 Update imenu-support when dialect changes.
6350
6351 2013-06-25 Leo Liu <sdl.web@gmail.com>
6352
6353 * ido.el (ido-read-internal): Allow forward slash on windows.
6354
6355 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6356
6357 * net/eww.el (eww): Start of strings is \\`, not ^.
6358
6359 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6360
6361 * net/shr.el (shr-browse-url): Fix interactive spec.
6362
6363 * net/eww.el (eww): Add a trailing slash to domain names.
6364
6365 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
6366
6367 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6368
6369 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6370
6371 * net/shr.el (shr-browse-url): Use an external browser if given a
6372 prefix.
6373
6374 * net/eww.el (eww-external-browser): Move to shr.
6375
6376 2013-06-24 Ivan Kanis <ivan@kanis.fr>
6377
6378 * net/eww.el (eww): Work more correctly for file: URLs.
6379 (eww-detect-charset): Allow quoted charsets.
6380 (eww-yank-page-url): New command and keystroke.
6381
6382 2013-06-24 Daiki Ueno <ueno@gnu.org>
6383
6384 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6385 file name of gpg executable.
6386 (epg-context-program): New function.
6387 (epg-context-home-directory): New function.
6388 (epg-context-set-program): New function.
6389 (epg-context-set-home-directory): New function.
6390 (epg--start): Use `epg-context-program' instead of
6391 'epg-gpg-program'.
6392 (epg--list-keys-1): Likewise.
6393
6394 2013-06-24 Leo Liu <sdl.web@gmail.com>
6395
6396 * ido.el (ido-read-internal): Fix bug#14620.
6397
6398 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6399
6400 * faces.el (face-documentation): Simplify.
6401 (read-face-attribute, tty-find-type, x-resolve-font-name):
6402 Use `string-match-p'.
6403 (list-faces-display): Use `string-match-p'. Simplify.
6404 (face-spec-recalc): Check face to avoid face alias loops.
6405 (read-color): Use `string-match-p' and non-capturing parenthesis.
6406
6407 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6408
6409 * net/shr.el (shr-rescale-image): Use the new
6410 :max-width/:max-height functionality.
6411
6412 2013-06-23 Ivan Kanis <ivan@kanis.fr>
6413
6414 * net/eww.el (eww-search-prefix): New variable.
6415 (eww): Use it.
6416 (eww-external-browser): New variable.
6417 (eww-mode-map): New keystroke.
6418 (eww-browse-with-external-browser): New command.
6419
6420 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6421
6422 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
6423
6424 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6425 Don't skip aligning the next header field when padding is 0;
6426 otherwise, field width is not respected unless the title is as
6427 wide as the field.
6428
6429 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * emacs-lisp/package.el (package-el-version): Remove.
6432 (package-process-define-package): Fix inf-loop.
6433 (package-install): Allow symbols as arguments again.
6434
6435 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6436
6437 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6438 add some more keyword-like methods.
6439 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6440
6441 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
6442
6443 * bs.el (bs-buffer-show-mark): Make defvar-local.
6444 (bs-mode): Use setq-local.
6445
6446 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6447 (emacs-lock--try-unlocking): Make defvar-local.
6448
6449 2013-06-22 Glenn Morris <rgm@gnu.org>
6450
6451 * play/cookie1.el (cookie-apropos): Minor simplification.
6452
6453 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6454
6455 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6456
6457 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6458 `regexp-opt', it breaks the build during dumping.
6459
6460 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
6461
6462 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6463 Highlight keyword-like methods on Kernel and Module with
6464 font-lock-builtin-face.
6465 (auto-mode-alist): Consolidate different entries into one regexp
6466 and add more *file-s.
6467
6468 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
6469
6470 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6471
6472 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6473 (diary-entry): Use it in the action of this button type instead of
6474 diary-goto-entry.
6475
6476 * calendar/todo-mode.el: New version.
6477 (todo-add-category): Append new category to end of file and give
6478 it the highest number, instead of putting it at the beginning and
6479 giving it 0. Incorporate noninteractive functionality.
6480 (todo-forward-category): Adapt to 1-based category numbering.
6481 Allow skipping over archived categories.
6482 (todo-backward-category): Derive from todo-forward-category.
6483 (todo-backward-item, todo-forward-item): Make noninteractive and
6484 delegate interactive part to new commands. Make sensitive to done items.
6485 (todo-categories): Make value an alist of category names and
6486 vectors of item counts.
6487 (todo-category-beg): Make a defconst.
6488 (todo-category-number): Use 1 instead of 0 as initial value.
6489 (todo-category-select): Make sensitive to overlays, optional item
6490 highlighting and done items.
6491 (todo-delete-item): Make sensitive to overlays and marked and done items.
6492 (todo-edit-item): Make sensitive to overlays and editing of
6493 date/time header optional. Add format checks.
6494 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
6495 no-op if point is not on an item. Advertise using todo-edit-quit.
6496 (todo-edit-mode): Make sensitive to new format, font-locking, and
6497 multiple todo files.
6498 (todo-insert-item, todo-insert-item-here): Derive from
6499 todo-basic-insert-item and extend functionality.
6500 (todo-item-end, todo-item-start): Make sensitive to done items.
6501 (todo-item-string): Don't return text properties. Restore point.
6502 (todo-jump-to-category): Make sensitive to multiple todo files and
6503 todo archives. Use extended category completion.
6504 (todo-lower-item, todo-raise-item): Rename to *-priority and
6505 derive from todo-set-item-priority.
6506 (todo-mode): Derive from special-mode. Make sensitive to new
6507 format, font-locking and multiple todo files. Make read-only.
6508 (todo-mode-map): Don't suppress digit keys, so they can supply
6509 prefix arguments. Add many new key bindings.
6510 (todo-prefix): Insert as an overlay instead of file text.
6511 Change semantics from diary date expression to purely visual mark.
6512 (todo-print): Rename to todo-print-buffer. Make buffer display
6513 features printable. Remove option to restrict number of items
6514 printed. Add option to print to file.
6515 (todo-print-function): Rename to todo-print-buffer-function.
6516 (todo-quit): Extend to handle exiting new todo modes.
6517 (todo-remove-item): Make sensitive to overlays.
6518 (todo-save): Extend to buffers of filtered items.
6519 (todo-show): Make sensitive to done items, multiple todo files and
6520 new todo modes. Offer to convert legacy todo file before creating
6521 first new todo file.
6522 (todo-show-priorities): Rename to todo-top-priorities.
6523 Change semantics of value 0.
6524 (todo-top-priorities): Rename to todo-filter-top-priorities,
6525 derive from todo-filter-items and extend functionality.
6526 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6527 and extend functionality to other types of filtered items.
6528 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6529 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6530 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6531 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6532 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6533 (todo-edit-mode-hook, todo-entry-prefix-function)
6534 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6535 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6536 (todo-initials, todo-insert-threshold, todo-item-string-start)
6537 (todo-line-string, todo-menu, todo-mode-hook)
6538 (todo-more-important-p, todo-previous-answer, todo-previous-line)
6539 (todo-print-priorities, todo-remove-separator)
6540 (todo-save-top-priorities-too, todo-string-count-lines)
6541 (todo-string-multiline-p, todo-time-string-format)
6542 (todo-tmp-buffer-name): Remove.
6543 (todo-add-file, todo-archive-done-item, todo-choose-archive)
6544 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6545 (todo-edit-category-diary-inclusion)
6546 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6547 (todo-edit-file, todo-edit-item-date-day)
6548 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6549 (todo-edit-item-date-month, todo-edit-item-date-to-today)
6550 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6551 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6552 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6553 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6554 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6555 (todo-filter-top-priorities-multifile, todo-find-archive)
6556 (todo-find-filtered-items-file, todo-go-to-source-item)
6557 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6558 (todo-jump-to-archive-category, todo-lower-category)
6559 (todo-mark-category, todo-marked-item-p, todo-merge-category)
6560 (todo-move-category, todo-move-item, todo-next-button)
6561 (todo-next-item, todo-padded-string, todo-powerset)
6562 (todo-previous-button, todo-previous-item)
6563 (todo-print-buffer-to-file, todo-raise-category)
6564 (todo-rename-category, todo-repair-categories-sexp, todo-search)
6565 (todo-set-category-number, todo-set-item-priority)
6566 (todo-set-top-priorities-in-category)
6567 (todo-set-top-priorities-in-file, todo-show-categories-table)
6568 (todo-sort-categories-alphabetically-or-numerically)
6569 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6570 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6571 (todo-toggle-item-header, todo-toggle-item-highlighting)
6572 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6573 (todo-toggle-view-done-items, todo-toggle-view-done-only)
6574 (todo-unarchive-items, todo-unmark-category): New commands.
6575 (todo-absolute-file-name, todo-add-to-buffer-list)
6576 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6577 (todo-basic-insert-item, todo-category-completions)
6578 (todo-category-number, todo-category-string-matcher-1)
6579 (todo-category-string-matcher-2, todo-check-filtered-items-file)
6580 (todo-check-format, todo-clear-matches)
6581 (todo-comment-string-matcher, todo-convert-legacy-date-time)
6582 (todo-current-category, todo-date-string-matcher)
6583 (todo-define-insertion-command, todo-diary-expired-matcher)
6584 (todo-diary-goto-entry, todo-diary-item-p)
6585 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6586 (todo-display-categories, todo-display-sorted, todo-done-item-p)
6587 (todo-done-item-section-p, todo-done-separator)
6588 (todo-done-string-matcher, todo-files, todo-filter-items)
6589 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6590 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6591 (todo-insert-category-line, todo-insert-item-from-calendar)
6592 (todo-insert-sort-button, todo-insert-with-overlays)
6593 (todo-insertion-command-name, todo-insertion-key-bindings)
6594 (todo-label-to-key, todo-longest-category-name-length)
6595 (todo-make-categories-list, todo-mode-external-set)
6596 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6597 (todo-modes-set-3, todo-multiple-filter-files)
6598 (todo-nondiary-marker-matcher, todo-prefix-overlays)
6599 (todo-read-category, todo-read-date, todo-read-dayname)
6600 (todo-read-file-name, todo-read-time)
6601 (todo-reevaluate-category-completions-files-defcustom)
6602 (todo-reevaluate-default-file-defcustom)
6603 (todo-reevaluate-filelist-defcustoms)
6604 (todo-reevaluate-filter-files-defcustom)
6605 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6606 (todo-reset-done-separator, todo-reset-done-separator-string)
6607 (todo-reset-done-string, todo-reset-global-current-todo-file)
6608 (todo-reset-highlight-item, todo-reset-nondiary-marker)
6609 (todo-reset-prefix, todo-set-categories)
6610 (todo-set-date-from-calendar, todo-set-show-current-file)
6611 (todo-set-top-priorities, todo-short-file-name)
6612 (todo-show-current-file, todo-sort, todo-time-string-matcher)
6613 (todo-total-item-counts, todo-update-buffer-list)
6614 (todo-update-categories-display, todo-update-categories-sexp)
6615 (todo-update-count, todo-validate-name, todo-y-or-n-p):
6616 New functions.
6617 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6618 New major modes.
6619 (todo-categories, todo-display, todo-edit, todo-faces)
6620 (todo-filtered): New defgroups.
6621 (todo-archived-only, todo-button, todo-category-string, todo-date)
6622 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6623 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6624 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6625 (todo-add-item-if-new-category, todo-always-add-time-string)
6626 (todo-categories-align, todo-categories-archived-label)
6627 (todo-categories-category-label, todo-categories-diary-label)
6628 (todo-categories-done-label, todo-categories-number-separator)
6629 (todo-categories-todo-label, todo-categories-totals-label)
6630 (todo-category-completions-files, todo-completion-ignore-case)
6631 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6632 (todo-done-separator-string, todo-done-string)
6633 (todo-files-function, todo-filter-done-items, todo-filter-files)
6634 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6635 (todo-initial-category, todo-initial-file, todo-item-mark)
6636 (todo-legacy-date-time-regexp, todo-mode-line-function)
6637 (todo-nondiary-marker, todo-number-prefix)
6638 (todo-print-buffer-function, todo-show-current-file)
6639 (todo-show-done-only, todo-show-first, todo-show-with-done)
6640 (todo-skip-archived-categories, todo-top-priorities-overrides)
6641 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6642 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6643 New defcustoms.
6644 (todo-category-done, todo-date-pattern, todo-date-string-start)
6645 (todo-diary-items-buffer, todo-done-string-start)
6646 (todo-filtered-items-buffer, todo-item-start)
6647 (todo-month-abbrev-array, todo-month-name-array)
6648 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6649 (todo-top-priorities-buffer): New defconsts.
6650 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6651 (todo-categories-with-marks, todo-category-string-face)
6652 (todo-comment-face, todo-comment-string, todo-current-todo-file)
6653 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6654 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6655 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6656 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6657 (todo-font-lock-keywords, todo-global-current-todo-file)
6658 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6659 (todo-insertion-commands-args)
6660 (todo-insertion-commands-args-genlist)
6661 (todo-insertion-commands-names, todo-insertion-map)
6662 (todo-key-bindings-t, todo-key-bindings-t+a)
6663 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6664 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6665 (todo-nondiary-face, todo-print-buffer, todo-time-face)
6666 (todo-visited): New variables.
6667
6668 2013-06-21 Glenn Morris <rgm@gnu.org>
6669
6670 * play/cookie1.el (cookie-apropos): Add optional display argument.
6671 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6672 (psychoanalyze-pinhead): Use cookie-doctor.
6673
6674 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6675
6676 * emacs-lisp/package.el (tar-get-file-descriptor)
6677 (tar--extract): Declare.
6678
6679 2013-06-21 Eduard Wiebe <usenet@pusto.de>
6680
6681 Extend flymake's warning predicate to be a function (bug#14217).
6682 * progmodes/flymake.el (flymake-warning-predicate): New.
6683 (flymake-parse-line): Use it.
6684 (flymake-warning-re): Make obsolete alias to
6685 `flymake-warning-predicate'.
6686
6687 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6688
6689 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6690 (package-obsolete-list): Remove.
6691 (package-activate): Remove min-version argument. Add `force' argument.
6692 Adjust to new package-alist format.
6693 (package-mark-obsolete): Remove.
6694 (package-unpack): Force reload of the package's autoloads.
6695 (package-installed-p): Check builtins if the installed package is not
6696 recent enough.
6697 (package-initialize): Don't reset package-obsolete-list.
6698 Don't specify which package version to activate.
6699 (package-process-define-package, describe-package-1)
6700 (package-menu--generate): Adjust to new package-alist format.
6701
6702 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6703
6704 * allout-widgets.el (allout-widgets-mode-off)
6705 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6706 (allout-widgets-post-command-business)
6707 (allout-widgets-after-copy-or-kill-function)
6708 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6709 (allout-decorate-item-and-context)
6710 (allout-graphics-modification-handler): Fix typos in docstrings.
6711 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6712
6713 * cmuscheme.el (scheme-start-file): Doc fix.
6714 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6715 (scheme-input-filter): Use `string-match-p'.
6716
6717 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6718
6719 * dired-x.el: Use Dired consistently in docstrings.
6720
6721 * dired.el: Use Dired consistently in docstrings.
6722 (dired-readin, dired-mode): Use `setq-local'.
6723 (dired-switches-alist): Make defvar-local.
6724 (dired-buffers-for-dir): Use `zerop'.
6725 (dired-safe-switches-p, dired-switches-escape-p)
6726 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6727 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6728 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6729 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6730 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6731 (dired-toggle-marks, dired-mark-files-containing-regexp)
6732 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6733 (dired-flag-auto-save-files, dired-flag-backup-files):
6734 Use `looking-at-p'.
6735 (dired-mark-files-regexp, dired-build-subdir-alist):
6736 Use `string-match-p', `looking-at-p'.
6737
6738 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6739 (direct-print-region-helper): Use `string-match-p'.
6740
6741 2013-06-21 Leo Liu <sdl.web@gmail.com>
6742
6743 * comint.el (comint-redirect-results-list-from-process):
6744 Fix infinite loop.
6745
6746 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6747
6748 * net/eww.el (eww-update-header-line-format): Quote % characters.
6749
6750 2013-06-21 Glenn Morris <rgm@gnu.org>
6751
6752 * play/cookie1.el (cookie): New custom group.
6753 (cookie-file): New option.
6754 (cookie-check-file): New function.
6755 (cookie): Make it interactive. Make start and end messages optional.
6756 Interactively, display the result. Default to cookie-file.
6757 (cookie-insert): Default to cookie-file.
6758 (cookie-snarf): Make start and end messages optional.
6759 Default to cookie-file. Use with-temp-buffer.
6760 (cookie-read): Rename from read-cookie.
6761 Make start and end messages optional. Default to cookie-file.
6762 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
6763 Do not autoload it.
6764 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6765 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6766
6767 2013-06-21 Leo Liu <sdl.web@gmail.com>
6768
6769 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6770
6771 2013-06-21 Glenn Morris <rgm@gnu.org>
6772
6773 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6774
6775 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6776 Daniel Hackney <dan@haxney.org>
6777
6778 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6779 Consolidate the single-file vs tarball code.
6780 (package-desc-suffix): New function.
6781 (package-desc-full-name): Don't bother inlining it.
6782 (package-load-descriptor): Return the new package-desc.
6783 (package-mark-obsolete): Remove unused arg `package'.
6784 (package-unpack): Make it work for single files as well.
6785 Make it update package-alist.
6786 (package--make-autoloads-and-stuff): Rename from
6787 package--make-autoloads-and-compile. Don't compile any more.
6788 (package--compile): New function.
6789 (package-generate-description-file): New function, extracted from
6790 package-unpack-single.
6791 (package-unpack-single): Remove.
6792 (package--with-work-buffer): Add indentation and debugging info.
6793 (package-download-single): Remove.
6794 (package-install-from-archive): Rename from package-download-tar, make
6795 it take a pkg-desc, and make it work for single files as well.
6796 (package-download-transaction): Simplify.
6797 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6798 external tar program.
6799 (package-install-from-buffer): Remove `pkg-desc' argument.
6800 Use package-tar-file-info for tar-mode buffers.
6801 (package-install-file): Simplify accordingly.
6802 (package-archive-base): Change to take a pkg-desc.
6803 * tar-mode.el (tar--check-descriptor): New function, extracted from
6804 tar-get-descriptor.
6805 (tar-get-descriptor): Use it.
6806 (tar-get-file-descriptor): New function.
6807 (tar--extract): New function, extracted from tar-extract.
6808 (tar--extract): Use it.
6809 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6810 case the summary uses non-ascii. Adjust to new calling convention of
6811 package-tar-file-info.
6812
6813 2013-06-21 Leo Liu <sdl.web@gmail.com>
6814
6815 * comint.el (comint-redirect-results-list-from-process):
6816 Fix random delay. (Bug#14681)
6817
6818 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * profiler.el (profiler-format-number): Use log, not log10.
6821
6822 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6823
6824 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6825
6826 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6829 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6830 yet available.
6831 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6832 (AUTOGENEL): ... here.
6833 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6834 (cl--defsubst-expand): Use it.
6835
6836 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6837
6838 * subr.el (log10): Move here from C code, and declare as obsolete.
6839 All uses of (log10 X) replaced with (log X 10).
6840
6841 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6844 Declare with `defvar-local'.
6845 (tabulated-list-use-header-line, tabulated-list-entries)
6846 (tabulated-list-padding, tabulated-list-printer)
6847 (tabulated-list-sort-key): Declare with `defvar-local'.
6848 (tabulated-list-init-header, tabulated-list-print-fake-header):
6849 Use `setq-local'.
6850
6851 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
6852
6853 * arc-mode.el (archive-mode): Add `archive-write-file' to
6854 `write-contents-functions' also for remote files. (Bug#14652)
6855
6856 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
6857
6858 * cus-edit.el (custom-commands): Fix typos.
6859 (custom-display): Fix tooltip text.
6860 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6861 Fix typos in docstrings.
6862 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6863 (custom-unlispify-menu-entry, custom-magic-value-create)
6864 (custom-add-see-also, custom-group-value-create): Use ?\s.
6865 (custom-guess-type, customize-apropos, editable-field)
6866 (custom-face-value-create): Use `string-match-p'.
6867 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6868
6869 * custom.el (custom-load-symbol): Use `string-match-p'.
6870
6871 * ansi-color.el: Convert to lexical binding.
6872 (ansi-colors): Fix URL.
6873 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6874 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6875 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6876
6877 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6878
6879 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6880
6881 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6882
6883 2013-06-19 Tom Tromey <tromey@redhat.com>
6884
6885 * net/eww.el (eww-top-url): Remove.
6886 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6887 (eww-render): Set new variables. Don't set eww-top-url.
6888 (eww-handle-link): Handle "prev", "home", and "contents".
6889 Downcase the rel text.
6890 (eww-top-url): Choose best top URL.
6891
6892 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6893
6894 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6895 relying in widget.el. Using widget.el leads to too many
6896 user interface inconsistencies.
6897 (eww-self-insert): Implement entering commands in text fields.
6898 (eww-process-text-input): New function to make text input field editing
6899 work.
6900 (eww-submit): Rewrite to use the new-style form methods.
6901 (eww-select-display): Display the correct selected item.
6902 (eww-change-select): Implement changing the select value.
6903 (eww-toggle-checkbox): Implement radio/checkboxes.
6904 (eww-update-field): Fix compilation error.
6905 (eww-tag-textarea): Implement <textarea>.
6906
6907 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6908 we don't shadow mode-specific bindings.
6909
6910 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6911 nothing to push.
6912
6913 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6914
6915 2013-06-19 Glenn Morris <rgm@gnu.org>
6916
6917 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6918
6919 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6920
6921 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6922 not needed.
6923
6924 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6925
6926 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6927
6928 * net/browse-url.el (browse-url-browser-function):
6929 `eww-browse-url' has the right calling signature, `eww' does not.
6930
6931 2013-06-19 Glenn Morris <rgm@gnu.org>
6932
6933 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6934 Only eval autoloaded macros.
6935 (byte-compile-autoload): Only give the macro warning for macros.
6936
6937 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6938 (ps-underlined-faces): Declare.
6939
6940 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6941 (speedbar-add-supported-extension): Declare.
6942
6943 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6944 Don't include a date stamp in the header of the generated file;
6945 it leads to needless differences between output files.
6946
6947 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
6948
6949 * net/secrets.el (secrets-struct-secret-content-type):
6950 Replace check of introspection data by a test call of "CreateItem".
6951 Some servers do not offer introspection.
6952
6953 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * electric.el (electric-pair-mode): Improve interaction with
6956 electric-layout-mode.
6957 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6958 (electric-pair-syntax): Use text-mode-syntax-table in comments
6959 and strings.
6960 (electric-pair--insert): New function.
6961 (electric-pair-post-self-insert-function): Use it and
6962 electric--after-char-pos.
6963
6964 2013-06-19 Leo Liu <sdl.web@gmail.com>
6965
6966 * progmodes/octave.el (octave-help): Fix regexp.
6967
6968 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6969
6970 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6971 (shr-table-horizontal-line): Allow nil as a value, and change the
6972 default.
6973 (shr-insert-table-ruler): Respect the nil value.
6974
6975 2013-06-18 Tom Tromey <tromey@barimba>
6976
6977 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6978 New defvars.
6979 (eww-open-file): New defun.
6980 (eww-render): Initialize new variables.
6981 (eww-display-html): Handle "link" and "a".
6982 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6983 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6984 (eww-back-url): Rename from eww-previous-url.
6985 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6986 New defuns.
6987
6988 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6989
6990 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6991 Distinguish ternary operator tokens from slash symbol and slash
6992 char literal.
6993
6994 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
6995
6996 Convert symbol prettification into minor mode and global minor mode.
6997
6998 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6999 `prog-prettify-symbols', and make a local defvar instead of defcustom.
7000 (prettify-symbols--keywords): Rename from
7001 `prog-prettify-symbols-alist' and make a local defvar.
7002 (prettify-symbols--compose-symbol): Rename from
7003 `prog--prettify-font-lock-compose-symbol'.
7004 (prettify-symbols--make-keywords): Rename from
7005 `prog-prettify-font-lock-symbols-keywords' and simplify.
7006 (prog-prettify-install): Remove.
7007 (prettify-symbols-mode): New minor mode, based on
7008 `prog-prettify-install'.
7009 (turn-on-prettify-symbols-mode): New function.
7010 (global-prettify-symbols-mode): New globalized minor mode.
7011
7012 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7013 * progmodes/cfengine.el (cfengine3-mode):
7014 * progmodes/perl-mode.el (perl-mode): Don't call
7015 `prog-prettify-install'; set `prettify-symbols-alist' instead.
7016
7017 2013-06-18 Juri Linkov <juri@jurta.org>
7018
7019 * files-x.el (modify-file-local-variable-message): New function.
7020 (modify-file-local-variable)
7021 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
7022 and call `modify-file-local-variable-message' when it's non-nil.
7023 (add-file-local-variable, delete-file-local-variable)
7024 (add-file-local-variable-prop-line)
7025 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
7026 and use it. (Bug#9820)
7027
7028 2013-06-18 Juri Linkov <juri@jurta.org>
7029
7030 * emulation/vi.el (vi-shell-op):
7031 * emulation/vip.el (vip-execute-com, ex-command):
7032 * emulation/viper-cmd.el (viper-exec-bang):
7033 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
7034 the call of `shell-command-on-region'. (Bug#14637)
7035
7036 * simple.el (shell-command-on-region): Doc fix.
7037
7038 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
7041 (bug#14633).
7042
7043 2013-06-18 Glenn Morris <rgm@gnu.org>
7044
7045 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
7046
7047 * newcomment.el (comment-search-forward, comment-search-backward):
7048 Doc fix. (Bug#14376)
7049
7050 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
7051
7052 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
7053 (buffer-face-mode-invoke): Doc fix.
7054
7055 2013-06-18 Matthias Meulien <orontee@gmail.com>
7056
7057 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
7058 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
7059
7060 2013-06-18 Glenn Morris <rgm@gnu.org>
7061
7062 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
7063 Replace obsolete function generic-make-keywords with its expansion.
7064
7065 * progmodes/python.el (ffap-alist): Declare.
7066
7067 * textmodes/reftex.el (bibtex-mode-map): Declare.
7068
7069 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7070
7071 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
7072 (package-unpack, package-unpack-single): Return the pkg-dir.
7073 (package-download-transaction): Use it to update package-alist.
7074
7075 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7076
7077 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
7078 possible choice.
7079
7080 2013-06-17 Juri Linkov <juri@jurta.org>
7081
7082 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
7083
7084 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7085
7086 * emacs-lisp/package.el (package-load-descriptor):
7087 Remove `with-syntax-table' call, `read' doesn't need it.
7088 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
7089
7090 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7091
7092 * startup.el (command-line): Expand package name returned by
7093 `package--description-file' (bug#14639).
7094
7095 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7096
7097 * emacs-lisp/package.el (package-load-descriptor): Do not call
7098 `emacs-lisp-mode', just use its syntax table.
7099
7100 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
7101
7102 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
7103 `font-lock-extra-managed-props' if any prettifying keyword is added.
7104 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
7105 (prog-mode): Use `setq-local'.
7106
7107 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * international/characters.el (standard-case-table): Set syntax of ?»
7110 and ?« to punctuation.
7111
7112 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
7113
7114 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
7115 Save relevant match data before calling `syntax-ppss' (bug#14595).
7116
7117 2013-06-15 Juri Linkov <juri@jurta.org>
7118
7119 * files-x.el (modify-file-local-variable-prop-line): Add local
7120 variables to the end of the existing comment on the first line.
7121 Use `file-auto-mode-skip' to skip interpreter magic line,
7122 and also skip XML declaration.
7123
7124 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7125
7126 * startup.el (package--builtin-versions): New var.
7127 (package-subdirectory-regexp): Remove.
7128 (package--description-file): Hard code its value instead.
7129
7130 * emacs-lisp/package.el: Don't activate packages older than builtin.
7131 (package-obsolete-list): Rename from package-obsolete-alist, and make
7132 it into a simple list of package-desc.
7133 (package-strip-version): Remove.
7134 (package-built-in-p): Use package--builtin-versions.
7135 (package-mark-obsolete): Simplify.
7136 (package-process-define-package): Mark it obsolete if older than the
7137 builtin version.
7138 (package-handle-response): Use line-end-position.
7139 (package-read-archive-contents, package--download-one-archive):
7140 Simplify.
7141 (package--add-to-archive-contents): Skip if older than the builtin or
7142 installed version.
7143 (package-menu-describe-package): Fix last change.
7144 (package-list-unversioned): New var.
7145 (package-menu--generate): Use it.
7146
7147 * emacs-lisp/autoload.el: Manage package--builtin-versions.
7148 (autoload--insert-text, autoload--insert-cookie-text): New functions.
7149 (autoload-builtin-package-versions): New variable.
7150 (autoload-generate-file-autoloads): Use them.
7151 Remove the list of autoloaded functions/macros from the
7152 (autoload...) comments.
7153
7154 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
7155
7156 2013-06-15 Eli Zaretskii <eliz@gnu.org>
7157
7158 * simple.el (line-move-partial): Don't jump to the next screen
7159 line as soon as it becomes visible. Instead, continue enlarging
7160 the vscroll until the portion of a tall screen line that's left on
7161 display is about the height of the frame's default font.
7162 (Bug#14567)
7163
7164 2013-06-15 Glenn Morris <rgm@gnu.org>
7165
7166 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
7167 compilation-error-regexp-alist void, or local while let-bound.
7168
7169 * progmodes/make-mode.el (makefile-mode-syntax-table):
7170 Treat "=" as punctuation. (Bug#14614)
7171
7172 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
7173
7174 * help-fns.el (describe-variable):
7175 Add extra line for permanent-local variables.
7176
7177 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
7178
7179 * progmodes/scheme.el (scheme-font-lock-keywords-2):
7180 Add export, import, library. (Bug#9164)
7181 (library): Set indent function.
7182
7183 2013-06-14 Glenn Morris <rgm@gnu.org>
7184
7185 * term/xterm.el (xterm--query):
7186 Stop after first matching handler. (Bug#14615)
7187
7188 2013-06-14 Ivan Kanis <ivan@kanis.fr>
7189
7190 Add support for dired in saveplace.
7191 * dired.el (dired-initial-position-hook): New variable.
7192 (dired-initial-position): Call hook to place cursor position.
7193 * saveplace.el (save-place-to-alist): Add dired position.
7194 (save-place-dired-hook): New function.
7195
7196 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
7199 through a symbol rather than letrec.
7200
7201 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
7202 (package-desc): Add `dir' field.
7203 (package-desc-full-name): New function.
7204 (package-load-descriptor): Combine the two arguments. Don't use `load'.
7205 (package-maybe-load-descriptor): Remove.
7206 (package-load-all-descriptors): Just call package-load-descriptor.
7207 (package--disabled-p): New function.
7208 (package-desc-vers, package-desc-doc): Remove aliases.
7209 (package--dir): Remove function.
7210 (package-activate): Check if a package is disabled.
7211 (package-process-define-package): New function, extracted from
7212 define-package.
7213 (define-package): Turn into a place holder.
7214 (package-unpack-single, package-tar-file-info):
7215 Use package--description-file.
7216 (package-compute-transaction): Use package--disabled-p.
7217 (package-download-transaction): Don't call
7218 package-maybe-load-descriptor since they're all loaded anyway.
7219 (package-install): Change argument to be a pkg-desc.
7220 (package-delete): Use a single pkg-desc argument.
7221 (describe-package-1): Use package-desc-dir instead of package--dir.
7222 Use package-desc property instead of package-symbol.
7223 (package-install-button-action): Adjust accordingly.
7224 (package--push): Rewrite.
7225 (package-menu--print-info): Adjust accordingly. Change the ID format
7226 to be a pkg-desc.
7227 (package-menu-describe-package, package-menu-get-status)
7228 (package-menu--find-upgrades, package-menu-mark-upgrades)
7229 (package-menu-execute, package-menu--name-predicate):
7230 Adjust accordingly.
7231 * startup.el (package--description-file): New function.
7232 (command-line): Use it.
7233 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7234 Use package-desc-version.
7235
7236 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
7237 (byte-compile-preprocess): Use it.
7238 (byte-compile-file-form-defalias): Try a bit harder to use macros we
7239 can't quite recognize.
7240 (byte-compile-add-to-list): Remove.
7241 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
7242 (cconv-closure-convert): Add assertion.
7243
7244 * emacs-lisp/map-ynp.el: Use lexical-binding.
7245 (map-y-or-n-p): Remove unused vars `tail' and `object'.
7246 Factor out some repeated code.
7247
7248 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * subr.el (with-eval-after-load): New macro.
7251 (eval-after-load): Allow form to be a function.
7252 take advantage of lexical-binding.
7253 (do-after-load-evaluation): Use dolist and adjust to new format.
7254 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
7255
7256 2013-06-13 Juri Linkov <juri@jurta.org>
7257
7258 * replace.el (perform-replace): Display "symbol " and other search
7259 modes from `isearch-message-prefix' in the *Help* buffer.
7260
7261 * isearch.el (isearch-query-replace): Add " symbol" and other
7262 possible search modes from `isearch-message-prefix' to the prompt.
7263 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7264 when reading a regexp to collect.
7265
7266 2013-06-13 Juri Linkov <juri@jurta.org>
7267
7268 * isearch.el (word-search-regexp): Match whitespace if the search
7269 string begins or ends in whitespace. The LAX arg is applied to
7270 both ends of the search string. Use `regexp-quote' and explicit
7271 \< and \> instead of \b. Use \` and \' instead of ^ and $.
7272 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7273 boundaries are replaced with symbol boundaries, and characters
7274 between symbols match non-word non-symbol syntax. (Bug#14602)
7275
7276 2013-06-13 Juri Linkov <juri@jurta.org>
7277
7278 * isearch.el (isearch-del-char): Don't exceed the length of
7279 `isearch-string' by the prefix arg. (Bug#14563)
7280
7281 2013-06-13 Juri Linkov <juri@jurta.org>
7282
7283 * isearch.el (isearch-yank-word, isearch-yank-line)
7284 (isearch-char-by-name, isearch-quote-char)
7285 (isearch-printing-char, isearch-process-search-char):
7286 Add optional count prefix arg. (Bug#14563)
7287
7288 * international/isearch-x.el
7289 (isearch-process-search-multibyte-characters):
7290 Add optional count prefix arg.
7291
7292 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7295 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7296 lexical-binding.
7297
7298 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
7299
7300 * subr.el (set-temporary-overlay-map): Add on-exit argument.
7301
7302 2013-06-13 Glenn Morris <rgm@gnu.org>
7303
7304 * startup.el (tty-handle-args):
7305 Don't just discard "--" and anything after. (Bug#14608)
7306
7307 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7308
7309 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
7310
7311 Implement changes in Secret Service API. Make it backward compatible.
7312 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7313 (secrets-create-item): Use it. Prefix properties with interface.
7314
7315 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
7316
7317 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
7318 (term-emulate-terminal): Respect term-suppress-hard-newline.
7319
7320 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
7321
7322 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7323 Only remove a `thumb-file' overlay. (Bug#14548)
7324
7325 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
7326
7327 * mail/reporter.el (reporter-submit-bug-report):
7328 Handle missing package-name. (Bug#14600)
7329
7330 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7331
7332 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7333 (reftex-citation-prompt, reftex-default-bibliography)
7334 (reftex-bib-or-thebib, reftex-get-bibfile-list)
7335 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7336 (reftex-bib-sort-author, reftex-bib-sort-year)
7337 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7338 (reftex-extract-bib-entries-from-thebibliography)
7339 (reftex-get-bibkey-default, reftex-get-bib-names)
7340 (reftex-parse-bibtex-entry, reftex-get-bib-field)
7341 (reftex-format-bib-entry, reftex-parse-bibitem)
7342 (reftex-format-bibitem, reftex-do-citation)
7343 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7344 (reftex-restrict-bib-matches, reftex-extract-bib-file)
7345 (reftex-insert-bib-matches, reftex-format-citation)
7346 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7347 (reftex-create-bibtex-file): Add docstrings, mostly by converting
7348 existing comments into docstrings.
7349
7350 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7351
7352 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7353
7354 2013-06-12 Andreas Schwab <schwab@suse.de>
7355
7356 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7357 for auto-save files.
7358
7359 2013-06-12 Glenn Morris <rgm@gnu.org>
7360
7361 * ido.el (ido-delete-ignored-files): Remove.
7362 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7363 Go back to calling ido-ignore-item-p directly.
7364
7365 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
7366
7367 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7368
7369 * ido.el (ido-delete-ignored-files): New function,
7370 split from ido-make-file-list-1.
7371 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
7372 (ido-make-file-list-1): Use ido-delete-ignored-files.
7373
7374 2013-06-12 Leo Liu <sdl.web@gmail.com>
7375
7376 * progmodes/octave.el (inferior-octave-startup)
7377 (inferior-octave-completion-table)
7378 (inferior-octave-track-window-width-change)
7379 (octave-eldoc-function-signatures, octave-help)
7380 (octave-find-definition): Use single quoted strings.
7381 (inferior-octave-startup-args): Change default value.
7382 (inferior-octave-startup): Do not hard code "-i" and
7383 "--no-line-editing".
7384 (inferior-octave-resync-dirs): Add optional arg NOERROR.
7385 (inferior-octave-directory-tracker): Use it.
7386 (octave-goto-function-definition): Robustify.
7387 (octave-help): Support highlighting operators in 'See also'.
7388 (octave-find-definition): Find subfunctions only in Octave mode.
7389
7390 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * help-fns.el (help-fns--compiler-macro): If the handler function is
7393 named, then put a link to it.
7394 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7395 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7396 (cl-typep): Use it.
7397 (cl-eval-when): Simplify debug spec.
7398 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
7399 compiler-macro function instead of setting `compiler-macro-file'.
7400
7401 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7402
7403 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7404 * vc/vc-hooks.el (vc-stay-local): Doc fix.
7405
7406 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7407 Daniel Hackney <dan@haxney.org>
7408
7409 First part of Daniel Hackney's patch to package.el.
7410 * emacs-lisp/package.el: Use defstruct.
7411 (package-desc): New, main struct.
7412 (package--bi-desc, package--ac-desc): New structs, used to describe the
7413 format in external files.
7414 (package-desc-vers): Replace with package-desc-version accessor.
7415 (package-desc-doc): Replace with package-desc-summary accessor.
7416 (package-activate-1): Remove `package' arg since the pkg-vec now
7417 includes the name.
7418 (define-package): Use package-desc-from-define.
7419 (package-unpack-single): Change file-name arg to be a symbol.
7420 (package--add-to-archive-contents): Use package-desc-create and new
7421 accessor functions to package--ac-desc.
7422 (package-buffer-info, package-tar-file-info): Return a package-desc.
7423 (package-install-from-buffer): Remove `type' argument. Change pkg-info
7424 arg to be a package-desc.
7425 (package-install-file): Adjust accordingly. Use \' to match EOS.
7426 (package--from-builtin): New function.
7427 (describe-package-1, package-menu--generate): Use it.
7428 (package--make-autoloads-and-compile): Change name arg to be a symbol.
7429 (package-generate-autoloads): Idem and return the name of the file.
7430 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7431 Change pkg-info arg to be a package-desc.
7432 Use package-make-ac-desc.
7433 (package-upload-file): Use \' to match EOS.
7434 * finder.el (finder-compile-keywords): Use package-make-builtin.
7435
7436 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7437
7438 * vc/vc.el (vc-deduce-fileset): Change error message.
7439 (vc-read-backend): New function.
7440 (vc-next-action): Use it.
7441
7442 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7443
7444 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7445 (prolog-font-lock-keywords): Use regexp-opt instead.
7446 Don't manually highlight strings.
7447 (prolog-mode-variables): Simplify comment-start-skip.
7448 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
7449
7450 * emacs-lisp/generic.el (generic--normalise-comments)
7451 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7452 (generic-mode-set-comments): Use them.
7453 (generic-bracket-support): Use setq-local.
7454 (generic-make-keywords-list): Declare obsolete.
7455
7456 2013-06-11 Glenn Morris <rgm@gnu.org>
7457
7458 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7459 Prettify after setting font-lock-defaults. (Bug#14574)
7460
7461 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
7462
7463 * replace.el (query-replace, occur-read-regexp-defaults-function)
7464 (replace-search):
7465 * subr.el (declare-function, number-sequence, local-set-key)
7466 (substitute-key-definition, locate-user-emacs-file)
7467 (with-silent-modifications, split-string, eval-after-load):
7468 Fix typos, remove unneeded backslashes and reflow some docstrings.
7469
7470 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7473 default for Elisp files.
7474
7475 2013-06-11 Glenn Morris <rgm@gnu.org>
7476
7477 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7478 although define-derived-mode was doing this anyway. (Bug#14583)
7479
7480 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
7481
7482 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7483 Fix make-variable-buffer-local call to refer to the correct variable.
7484
7485 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
7486
7487 * eshell/em-term.el (eshell-visual-commands)
7488 (eshell-visual-subcommands, eshell-visual-options):
7489 Add summary line to docstrings. Add cross-references.
7490
7491 2013-06-10 Glenn Morris <rgm@gnu.org>
7492
7493 * epa.el (epa-read-file-name): New function. (Bug#14510)
7494 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
7495
7496 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7497
7498 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7499 output redirection to be ignored with visual commands.
7500
7501 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
7502
7503 * eshell/em-term.el (eshell-visual-command-p): New function.
7504 (eshell-term-initialize): Move long lambda to separate function
7505 eshell-visual-command-p.
7506 * eshell/em-dirs.el (eshell-dirs-initialise):
7507 * eshell/em-script.el (eshell-script-initialize):
7508 Add missing #' to lambda.
7509
7510 2013-06-08 Leo Liu <sdl.web@gmail.com>
7511
7512 * progmodes/octave.el (octave-add-log-current-defun): New function.
7513 (octave-mode): Set add-log-current-defun-function.
7514 (octave-goto-function-definition): Do not move point if not found.
7515 (octave-find-definition): Enhance to try subfunctions first.
7516
7517 2013-06-08 Glenn Morris <rgm@gnu.org>
7518
7519 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7520 (byte-compile-backward-char, byte-compile-backward-word):
7521 Improve previous change, to handle non-explicit nil.
7522
7523 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7526 (smie--opener/closer-at-point): New function.
7527 (smie--matching-block-data): Use it. Don't match from right after an
7528 opener or right before a closer. Obey smie-blink-matching-inners.
7529 Don't signal a mismatch for repeated inners like "switch..case..case".
7530
7531 2013-06-07 Leo Liu <sdl.web@gmail.com>
7532
7533 * progmodes/octave.el (octave-mode): Set comment-use-global-state
7534 to t. (Bug#14303)
7535 (octave-function-header-regexp): Fix. (Bug#14570)
7536 (octave-help-mode-finish-hook, octave-help-mode-finish):
7537 Remove. Just use temp-buffer-show-hook.
7538
7539 * newcomment.el (comment-search-backward): Revert last change.
7540 (Bug#14434)
7541
7542 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7543
7544 2013-06-07 Eli Zaretskii <eliz@gnu.org>
7545
7546 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7547 through xargs, to avoid failure due to MS-Windows limitations on
7548 command-line length.
7549
7550 2013-06-06 Glenn Morris <rgm@gnu.org>
7551
7552 * font-lock.el (lisp-font-lock-keywords-2):
7553 Treat user-error like error.
7554
7555 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7556 (byte-compile-backward-char, byte-compile-backward-word):
7557 Handle explicit nil arguments. (Bug#14565)
7558
7559 2013-06-05 Alan Mackenzie <acm@muc.de>
7560
7561 * isearch.el (isearch-allow-prefix): New user option.
7562 (isearch-other-meta-char): Don't exit isearch when a prefix
7563 argument is typed whilst `isearch-allow-prefix' is non-nil.
7564 (Bug#9706)
7565
7566 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7567
7568 * autorevert.el (auto-revert-notify-handler): Use memq.
7569 Hide assertion failure.
7570
7571 * skeleton.el: Use cl-lib.
7572 (skeleton-further-elements): Use defvar-local.
7573 (skeleton-insert): Use cl-progv.
7574
7575 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7576
7577 * progmodes/prog-mode.el (prog-prettify-symbols)
7578 (prog-prettify-install): Update docstrings.
7579
7580 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * simple.el: Move all the prog-mode code to prog-mode.el.
7583 * progmodes/prog-mode.el: New file.
7584 * loadup.el: Add prog-mode.el.
7585
7586 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7587
7588 * simple.el (prog-prettify-symbols): Add version.
7589 (prog-prettify-install): Add convenience function to prettify symbols.
7590
7591 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7592 (perl--augmented-font-lock-keywords-1)
7593 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7594 variables and use it.
7595
7596 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7597 (cfengine3-mode): Remove unneeded variable and use it.
7598
7599 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7600 (lisp--augmented-font-lock-keywords-1)
7601 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7602 Remove unneeded variables and use it.
7603
7604 2013-06-05 João Távora <joaotavora@gmail.com>
7605
7606 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7607 to point when opening the connection. (Bug#14380)
7608
7609 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * subr.el (load-history-regexp, load-history-filename-element)
7612 (eval-after-load, after-load-functions, do-after-load-evaluation)
7613 (eval-next-after-load, display-delayed-warnings)
7614 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7615 definition of save-match-data.
7616 (overriding-local-map): Remove accidental obsolescence declaration.
7617
7618 * emacs-lisp/edebug.el (edebug-result): Move before first use.
7619
7620 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7621
7622 Generalize symbol prettify support to prog-mode and implement it
7623 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7624 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7625 (prog--prettify-font-lock-compose-symbol)
7626 (prog-prettify-font-lock-symbols-keywords): New variables and
7627 functions to support symbol prettification.
7628 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7629 (lisp--augmented-font-lock-keywords-1)
7630 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7631 (lisp--prettify-symbols-alist): Implement prettify of lambda.
7632 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7633 (cfengine3--prettify-symbols-alist, cfengine3-mode):
7634 Implement prettify of -> => :: strings.
7635 * progmodes/perl-mode.el (perl-prettify-symbols)
7636 (perl--font-lock-compose-symbol)
7637 (perl--font-lock-symbols-keywords): Move to prog-mode.
7638 (perl--prettify-symbols-alist): Prettify -> => :: strings.
7639 (perl-font-lock-keywords-1)
7640 (perl-font-lock-keywords-2): Remove explicit prettify support.
7641 (perl--augmented-font-lock-keywords)
7642 (perl--augmented-font-lock-keywords-1)
7643 (perl--augmented-font-lock-keywords-2, perl-mode):
7644 Implement prettify support.
7645
7646 2013-06-05 Leo Liu <sdl.web@gmail.com>
7647
7648 Re-implement smie matching block highlight using
7649 show-paren-data-function. (Bug#14395)
7650 * emacs-lisp/smie.el (smie-matching-block-highlight)
7651 (smie--highlight-matching-block-overlay)
7652 (smie--highlight-matching-block-lastpos)
7653 (smie-highlight-matching-block)
7654 (smie-highlight-matching-block-mode): Remove.
7655 (smie--matching-block-data-cache): New variable.
7656 (smie--matching-block-data): New function.
7657 (smie-setup): Use smie--matching-block-data for
7658 show-paren-data-function.
7659
7660 * progmodes/octave.el (octave-mode-menu): Fix.
7661 (octave-find-definition): Skip garbage lines.
7662
7663 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 Fix compilation error with simultaneous dynamic+lexical scoping.
7666 Add warning when a defvar appears after the first let-binding.
7667 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7668 (byte-compile-close-variables): Initialize it.
7669 (byte-compile--declare-var): New function.
7670 (byte-compile-file-form-defvar)
7671 (byte-compile-file-form-define-abbrev-table)
7672 (byte-compile-file-form-custom-declare-variable): Use it.
7673 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
7674 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7675 (byte-compile-bind): Handle dynamic bindings that shadow
7676 lexical bindings.
7677 (byte-compile-unbind): Make arg non-optional.
7678 (byte-compile-let): Simplify.
7679 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7680 (cconv--analyse-function, cconv-analyse-form): Populate it.
7681 Protect byte-compile-bound-variables to limit the scope of defvars.
7682 (cconv-analyse-form): Add missing rule for (defvar <foo>).
7683 Remove unneeded rule for `declare'.
7684
7685 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7686 so as to avoid depending on cl-adjoin at run-time.
7687 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7688
7689 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7690 (macroexp--warn-and-return): Use it.
7691
7692 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 * lisp/subr.el: Convert to lexical binding.
7695 (overriding-local-map): Make obsolete.
7696 (add-to-list): Doc fix. Add compiler macro.
7697 (read-key): Swap values of local maps.
7698
7699 2013-06-05 Leo Liu <sdl.web@gmail.com>
7700
7701 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7702
7703 2013-06-04 Leo Liu <sdl.web@gmail.com>
7704
7705 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7706 (compilation-auto-jump): Suppress the "Mark set" message to give
7707 way to exit message.
7708
7709 2013-06-04 Alan Mackenzie <acm@muc.de>
7710
7711 Remove faulty optimisation from indentation calculation.
7712 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7713 search limit based on 2000 characters back from indent-point.
7714
7715 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7716
7717 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7718
7719 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7720
7721 * emacs-lisp/lisp.el: Use lexical-binding.
7722 (lisp--local-variables-1, lisp--local-variables): New functions.
7723 (lisp--local-variables-completion-table): New var.
7724 (lisp-completion-at-point): Use it complete let-bound vars.
7725
7726 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7727 eagerly (bug#14422).
7728
7729 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7730
7731 * autorevert.el (auto-revert-notify-enabled)
7732 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7733 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7734 (auto-revert-notify-handler): Handle also gfilenotify.
7735
7736 * subr.el (file-notify-handle-event): New defun. Replacing ...
7737 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7738 Remove.
7739
7740 2013-06-03 Juri Linkov <juri@jurta.org>
7741
7742 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7743 `M-s h .'. (Bug#14427)
7744
7745 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7746 command `hi-lock-face-symbol-at-point'.
7747 (hi-lock-face-symbol-at-point): New command.
7748 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7749 (hi-lock-menu): Add `highlight-symbol-at-point'.
7750 (hi-lock-mode): Doc fix.
7751
7752 * isearch.el (isearch-forward-symbol-at-point): New command.
7753 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7754 (isearch-highlight-regexp): Add a regexp which matches
7755 words/symbols for word/symbol mode.
7756
7757 * subr.el (find-tag-default-bounds): New function with the body
7758 mostly moved from `find-tag-default'.
7759 (find-tag-default): Move most code to `find-tag-default-bounds',
7760 call it and apply `buffer-substring-no-properties' afterwards.
7761
7762 2013-06-03 Tassilo Horn <tsdh@gnu.org>
7763
7764 * eshell/em-term.el (eshell-term-initialize):
7765 Use `cl-intersection' rather than `intersection'.
7766
7767 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7768
7769 * vc/log-view.el: Doc fix.
7770 (log-view-mode-map): Copy keymap from `special-mode-map'.
7771
7772 2013-06-02 Eric Ludlam <zappo@gnu.org>
7773
7774 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7775 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7776 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7777 (eieio-unbound, eieio-default-superclass)
7778 (eieio--define-field-accessors, method-static, method-before)
7779 (method-primary, method-after, method-num-lists)
7780 (method-generic-before, method-generic-primary)
7781 (method-generic-after, method-num-slots)
7782 (eieio-specialized-key-to-generic-key)
7783 (eieio--check-type, class-v, class-p)
7784 (eieio-class-name, define-obsolete-function-alias)
7785 (eieio-class-parents-fast, eieio-class-children-fast)
7786 (same-class-fast-p, class-constructor, generic-p)
7787 (generic-primary-only-p, generic-primary-only-one-p)
7788 (class-option-assoc, class-option, eieio-object-p)
7789 (class-abstract-p, class-method-invocation-order)
7790 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7791 (eieio-class-un-autoload, eieio-defclass)
7792 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7793 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7794 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7795 (eieio-defgeneric-reset-generic-form)
7796 (eieio-defgeneric-form-primary-only)
7797 (eieio-defgeneric-reset-generic-form-primary-only)
7798 (eieio-defgeneric-form-primary-only-one)
7799 (eieio-defgeneric-reset-generic-form-primary-only-one)
7800 (eieio-unbind-method-implementations)
7801 (eieio--defmethod, eieio--typep)
7802 (eieio-perform-slot-validation, eieio-validate-slot-value)
7803 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7804 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7805 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7806 (eieio-slot-name-index, eieio-class-slot-name-index)
7807 (eieio-set-defaults, eieio-initarg-to-attribute)
7808 (eieio-attribute-to-initarg, eieio-c3-candidate)
7809 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7810 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7811 (eieio-class-precedence-list, eieio-generic-call-methodname)
7812 (eieio-generic-call-arglst, eieio-generic-call-key)
7813 (eieio-generic-call-next-method-list)
7814 (eieio-pre-method-execution-functions, eieio-generic-call)
7815 (eieio-generic-call-primary-only, eieiomt-method-list)
7816 (eieiomt-optimizing-obarray, eieiomt-install)
7817 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7818 (eieio-generic-form, eieio-defmethod, make-obsolete)
7819 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7820 (defclass): Remove `eval-and-compile' from macro.
7821 (call-next-method, shared-initialize): Instead of using
7822 `scoped-class' variable, use new eieio--scoped-class, and
7823 eieio--with-scoped-class.
7824 (initialize-instance): Rename local variable 'scoped-class' to
7825 'this-class' to remove ambiguitity from old global.
7826
7827 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7828 eieio.el.
7829 (eieio--scoped-class-stack): New variable.
7830 (eieio--scoped-class): New fcn.
7831 (eieio--with-scoped-class): New scoping macro.
7832 (eieio-defclass): Use pushnew instead of add-to-list.
7833 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7834 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7835 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7836 `scoped-class' variable, use new eieio--scoped-class, and
7837 eieio--with-scoped-class.
7838
7839 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7840
7841 2013-06-02 Tassilo Horn <tsdh@gnu.org>
7842
7843 * eshell/esh-ext.el (eshell-external-command): Pass args to
7844 `eshell-find-interpreter'.
7845 (eshell-find-interpreter): Add new second parameter ARGS.
7846
7847 * eshell/em-script.el (eshell-script-initialize): Add second arg
7848 to the function added as MATCH to `eshell-interpreter-alist'.
7849
7850 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7851 the function added as MATCH to `eshell-interpreter-alist'.
7852
7853 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7854 (eshell-visual-options): New defcustom.
7855 (eshell-escape-control-x): Adapt docstring.
7856 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7857 `eshell-visual-options' in addition to `eshell-visual-commands'.
7858 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7859
7860 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
7861
7862 * progmodes/python.el (python-indent-block-enders): Add break,
7863 continue and raise keywords.
7864
7865 2013-06-01 Glenn Morris <rgm@gnu.org>
7866
7867 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7868
7869 Plain (f)boundp silences compilation warnings since Emacs 22.1.
7870 * progmodes/cc-cmds.el (delete-forward-p):
7871 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7872 * progmodes/cc-engine.el (buffer-syntactic-context):
7873 * progmodes/cc-fonts.el (face-property-instance):
7874 * progmodes/cc-mode.el (set-keymap-parents):
7875 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7876 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7877 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7878 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7879 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7880
7881 * progmodes/cc-vars.el (other): Emacs has this widget since
7882 at least 21.1, so don't (re)define it.
7883
7884 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7885 Replace the obsolete alias pcomplete-arg-quote-list.
7886
7887 2013-06-01 Leo Liu <sdl.web@gmail.com>
7888
7889 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7890 punctuation syntax.
7891 (inferior-octave-minimal-columns)
7892 (inferior-octave-last-column-width): New variables.
7893 (inferior-octave-track-window-width-change): New function.
7894 (inferior-octave-mode): Adjust column width so that Octave output,
7895 for example from 'ls', can fit into the window nicely.
7896
7897 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7898
7899 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7900 Highlight expansions inside regexp literals.
7901
7902 2013-05-31 Glenn Morris <rgm@gnu.org>
7903
7904 * obsolete/sym-comp.el (symbol-complete):
7905 Replace obsolete completion-annotate-function.
7906
7907 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7908
7909 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7910
7911 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7912 New function, checks if point is inside a literal that allows
7913 expression expansion.
7914 (ruby-syntax-propertize-expansion): Use it.
7915 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7916 around the body.
7917
7918 2013-05-30 Juri Linkov <juri@jurta.org>
7919
7920 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7921 to "\M-si".
7922 (isearch-invisible): New variable.
7923 (isearch-forward): Doc fix.
7924 (isearch-mode): Set `isearch-invisible'
7925 to the value of `search-invisible'.
7926 (isearch-toggle-case-fold): Doc fix.
7927 (isearch-toggle-invisible): New command.
7928 (isearch-query-replace): Let-bind `search-invisible'
7929 to the value of `isearch-invisible'.
7930 (isearch-search): Use `isearch-invisible' instead of
7931 `search-invisible'. Let-bind `search-invisible'
7932 to the value of `isearch-invisible'. (Bug#11378)
7933
7934 2013-05-30 Juri Linkov <juri@jurta.org>
7935
7936 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7937 call when `query-flag' is nil and `search-invisible' is non-nil.
7938 (Bug#11746)
7939
7940 2013-05-30 Glenn Morris <rgm@gnu.org>
7941
7942 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7943
7944 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7945 (cc-require): Suppress spurious "noruntime" warnings.
7946 (cc-require-when-compile): Use fboundp, for sake of compiler.
7947
7948 * progmodes/cc-mode.el: Move load of cc-vars before that of
7949 cc-langs (which in turn loads cc-vars), to quieten compiler.
7950
7951 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * paren.el: Simplify the code.
7954 (show-paren-mode): Always start the timer.
7955 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7956 (show-paren--overlay, show-paren--overlay-1): Rename from
7957 show-paren-overlay and show-paren-overlay-1, and initialize to an
7958 overlay rather than to nil.
7959 (show-paren-function): Misc cleanup and simplifications.
7960
7961 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * paren.el (show-paren-data-function): New hook.
7964 (show-paren--default): New function, extracted from show-paren-function.
7965 (show-paren-function): Use show-paren-data-function.
7966
7967 2013-05-30 Glenn Morris <rgm@gnu.org>
7968
7969 * ielm.el (ielm-map, ielm-complete-symbol):
7970 Use completion-at-point rather than obsolete functions.
7971 (inferior-emacs-lisp-mode): Doc fix.
7972 Set completion-at-point-functions, rather than
7973 comint-dynamic-complete-functions.
7974
7975 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7976 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7977 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7978
7979 * image.el (image-animated-p): Tweak definition.
7980
7981 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7982 (rlogin-process-connection-type): Tweak default. Add set-after.
7983 (rlogin-host): Doc fix.
7984 (rlogin): Tweak prompt.
7985 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7986
7987 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7988 * progmodes/tcl.el (inferior-tcl-mode-map):
7989 Use completion-at-point rather than obsolete alias.
7990
7991 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7992
7993 * minibuffer.el (read-file-name-completion-ignore-case):
7994 Move before completion--in-region, for eager macro expansion.
7995
7996 2013-05-29 Juri Linkov <juri@jurta.org>
7997
7998 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7999 for total count of matching lines. Add `global-matches' for total
8000 count of matches. Rename `matches' to `lines' for count of
8001 matching lines. Add `matches' for count of matches.
8002 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
8003 to `prev-line' for line number of prev match endpt.
8004 Increment `matches' for every match. Print the number of
8005 matching lines in the header.
8006 (occur-context-lines): Rename `lines' to `curr-line'.
8007 Rename `prev-lines' to `prev-line'. (Bug#14017)
8008
8009 2013-05-29 Juri Linkov <juri@jurta.org>
8010
8011 * replace.el (perform-replace): Add `skip-read-only-count',
8012 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
8013 Increment them for corresponding conditions and report the number
8014 of skipped occurrences in the final message. (Bug#11746)
8015 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8016 (replace-string, replace-regexp): Doc fix.
8017
8018 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * emacs-lisp/trace.el (trace--read-args): Provide a default.
8021
8022 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
8023 prog-mode-map (bug#14504).
8024
8025 2013-05-29 Leo Liu <sdl.web@gmail.com>
8026
8027 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
8028 (octave-help): Small simplification.
8029
8030 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
8031 off the highlight first.
8032
8033 2013-05-29 Glenn Morris <rgm@gnu.org>
8034
8035 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
8036 Handle idlwave-last-system-routine-info-cons-cell being nil.
8037
8038 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8039 (idlwave-write-paths): Simplify via with-temp-buffer.
8040
8041 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
8042 * emulation/cua-rect.el: Also load cua-base at run time.
8043
8044 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
8045 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
8046 (cperl-imenu-on-info): Require imenu.
8047
8048 2013-05-28 Alan Mackenzie <acm@muc.de>
8049
8050 Handle "capitalised keywords" correctly.
8051 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
8052
8053 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
8054
8055 * eshell/em-unix.el: Add -r option to cp.
8056
8057 2013-05-28 Glenn Morris <rgm@gnu.org>
8058
8059 * vc/vc-arch.el (vc-exec-after): Declare.
8060 (vc-switches): Autoload.
8061 * vc/vc-bzr.el: No need to require vc when compiling.
8062 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
8063 (vc-resynch-buffer, vc-dir-refresh): Declare.
8064 (vc-setup-buffer, vc-switches): Autoload.
8065 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
8066 (vc-resynch-buffer): Declare.
8067 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
8068 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
8069 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
8070 (grep-read-regexp, grep-read-files, grep-expand-template)
8071 (vc-dir-refresh): Declare.
8072 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
8073 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
8074 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
8075 * vc/vc-mtn.el (vc-exec-after): Declare.
8076 (vc-switches): Autoload.
8077 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
8078 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
8079 (vc-file-tree-walk): Declare.
8080 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
8081 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
8082 (vc-tag-precondition, vc-rename-master): Autoload.
8083 * vc/vc-svn.el (vc-exec-after): Declare.
8084 (vc-switches, vc-setup-buffer): Autoload.
8085 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
8086 Autoload.
8087 (vc-resynch-buffer): Declare.
8088
8089 * obsolete/fast-lock.el (byte-compile-warnings):
8090 Don't warn about obsolete features in this obsolete file.
8091
8092 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
8093 Move definition before use.
8094
8095 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
8096 (dun-unix-verbs): Remove dun-zippy.
8097 (dun-zippy): Remove function.
8098
8099 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8100
8101 2013-05-27 Juri Linkov <juri@jurta.org>
8102
8103 * replace.el (replace-search): New function with code moved out
8104 from `perform-replace'.
8105 (replace-highlight, replace-dehighlight): Move function definitions
8106 up closer to `replace-search'. (Bug#11746)
8107
8108 2013-05-27 Juri Linkov <juri@jurta.org>
8109
8110 * replace.el (perform-replace): Ignore invisible matches.
8111 In addition to checking `query-replace-skip-read-only', also
8112 filter out matches by calling `run-hook-with-args-until-failure'
8113 on `isearch-filter-predicates', and also check `search-invisible'
8114 for t or call `isearch-range-invisible'.
8115 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
8116
8117 2013-05-27 Juri Linkov <juri@jurta.org>
8118
8119 * isearch.el (isearch-filter-predicates): Rename from
8120 `isearch-filter-predicate'. Doc fix. (Bug#11378)
8121 (isearch-message-prefix): Display text from the property
8122 `isearch-message-prefix' of the currently active filters.
8123 (isearch-search): Don't compare `isearch-filter-predicate' with
8124 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
8125 on `isearch-filter-predicates'. Also check `search-invisible' for t
8126 or call `isearch-range-invisible'.
8127 (isearch-filter-visible): Make obsolete.
8128 (isearch-lazy-highlight-search):
8129 Call `run-hook-with-args-until-failure' on
8130 `isearch-filter-predicates' and use `isearch-range-invisible'.
8131
8132 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
8133 `isearch-filter-predicates' instead of `funcall'ing
8134 `isearch-filter-predicate'.
8135 (Info-mode): Set `Info-isearch-filter' to
8136 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
8137
8138 * dired-aux.el (dired-isearch-filter-predicate-orig):
8139 Remove variable.
8140 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
8141 (dired-isearch-filenames-end): Add and remove
8142 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
8143 instead of changing the value of `isearch-filter-predicate'.
8144 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
8145 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
8146 Put property `isearch-message-prefix' to "filename " on
8147 `dired-isearch-filter-filenames'.
8148
8149 * wdired.el (wdired-change-to-wdired-mode):
8150 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
8151 locally instead of changing `isearch-filter-predicate'.
8152 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
8153
8154 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
8155
8156 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
8157 return the commit hash (Bug#14459). Also set the
8158 `vc-git-detached' property.
8159 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
8160 (vc-git-mode-line-string): Use the same help-echo format whether
8161 in detached mode or not, because we know the actual revision now.
8162 When in detached mode, shorten the revision to 7 chars.
8163
8164 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * emacs-lisp/easy-mmode.el (define-minor-mode):
8167 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
8168 mode hook and provide a docstring.
8169
8170 2013-05-27 Alan Mackenzie <acm@muc.de>
8171
8172 Remove spurious syntax-table text properties inserted by C-y.
8173 * progmodes/cc-mode.el (c-after-change): Also clear hard
8174 syntax-table property with value nil.
8175
8176 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
8177
8178 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
8179 when reading the events; the buffer layout shall not be changed.
8180
8181 2013-05-27 Leo Liu <sdl.web@gmail.com>
8182
8183 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
8184 New variable.
8185 (inferior-octave-directory-tracker): Automatically re-sync
8186 default-directory.
8187 (octave-help): Improve handling of 'See also'.
8188
8189 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * doc-view.el: Minor naming convention tweaks.
8192 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
8193
8194 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
8195 even if there's no `display' property yet (bug#14435).
8196
8197 2013-05-25 Eli Zaretskii <eliz@gnu.org>
8198
8199 * subr.el (unmsys--file-name): Rename from reveal-filename.
8200
8201 * Makefile.in (custom-deps, finder-data, autoloads)
8202 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8203 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8204 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
8205
8206 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
8209 error-completion on the first 2 args of condition-case (bug#14446).
8210 Don't burp at EOB.
8211
8212 2013-05-25 Leo Liu <sdl.web@gmail.com>
8213
8214 * comint.el (comint-previous-matching-input): Do not flood the
8215 *Messages* buffer with trivial messages.
8216
8217 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * progmodes/flymake.el (flymake-nop): Don't return a string.
8220 (flymake-set-at): Fix typo.
8221
8222 * simple.el (read--expression): New function, extracted from
8223 eval-expression. Set completion-at-point-functions (bug#14465).
8224 (eval-expression, eval-minibuffer): Use it.
8225
8226 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
8227
8228 * progmodes/flymake.el (flymake-save-buffer-in-file)
8229 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
8230 (flymake-selected-frame, flymake-log, flymake-ins-after)
8231 (flymake-set-at, flymake-get-buildfile-from-cache)
8232 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
8233 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
8234 Refine the doc string.
8235 (flymake-get-file-name-mode-and-masks): Reformat.
8236 (flymake-get-real-file-name-function): Fix a minor bug.
8237
8238 2013-05-24 Juri Linkov <juri@jurta.org>
8239
8240 * progmodes/grep.el (grep-mode-font-lock-keywords):
8241 Support =linenumber= format used by git-grep for lines with
8242 function names. (Bug#13549)
8243
8244 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 * progmodes/octave.el (octave-smie-rules): Return nil rather than
8247 0 after a semi-colon; it works better for smie-auto-fill.
8248 (octave--indent-new-comment-line): New function.
8249 (octave-indent-new-comment-line): Use it (indirectly).
8250 (octave-mode): Don't disable smie-auto-fill. Use add-function to
8251 modify comment-line-break-function.
8252
8253 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
8254 (smie-setup): Use add-function to set it.
8255
8256 2013-05-24 Sam Steingold <sds@gnu.org>
8257
8258 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8259 argument (before the `interactive' argument).
8260
8261 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * image-mode.el (image-mode-winprops): Add winprops to
8264 image-mode-winprops-alist before running
8265 image-mode-new-window-functions.
8266 * doc-view.el (doc-view-new-window-function): Don't delay
8267 doc-view-goto-page via timers (bug#14435).
8268
8269 2013-05-24 Tassilo Horn <tsdh@gnu.org>
8270
8271 * doc-view.el: Integrate with desktop.el. (Bug#14435)
8272 (doc-view-desktop-save-buffer): New function.
8273 (doc-view-restore-desktop-buffer): New function.
8274 (desktop-buffer-mode-handlers):
8275 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
8276 handler.
8277 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8278 `desktop-save-buffer' function.
8279
8280 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
8281
8282 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8283 (tramp-gvfs-file-name-handler): Raise a user error when
8284 `tramp-gvfs-enabled' is nil.
8285 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8286 Do not raise a user error when loading package. (Bug#14447)
8287
8288 * net/xesam.el: Move to obsolete/.
8289
8290 2013-05-24 Glenn Morris <rgm@gnu.org>
8291
8292 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8293
8294 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8295
8296 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8297 (Info-find-node, Man-getpage-in-background): Declare.
8298
8299 * mail/unrmail.el (unrmail):
8300 Replace obsolete detect-coding-with-priority.
8301
8302 * net/socks.el (socks-split-string): Use this rather than split-string.
8303 (socks-nslookup-host): Update for above change.
8304 (dynamic-choice, s5-dynamic-choice-match)
8305 (s5-dynamic-choice-match-inline, s5-widget-value-create):
8306 Comment out unused code.
8307
8308 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8309 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8310 (gud-tooltip-echo-area): Make obsolete.
8311 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8312
8313 * progmodes/js.el (js--optimize-arglist): Declare.
8314
8315 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8316
8317 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8318 (ediff-window-C): Declare.
8319
8320 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8321 Tweak requires to silence compiler.
8322
8323 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8324 (he-search-string, he-tried-table, he-expand-list)
8325 (he-init-string, he-string-member, he-substitute-string)
8326 (he-reset-string): Declare.
8327
8328 * obsolete/options.el (list-options): Use custom-variable-p,
8329 rather than obsolete alias.
8330
8331 2013-05-23 Sam Steingold <sds@gnu.org>
8332
8333 * simple.el (shell-command-on-region): Pass the `replace' argument
8334 down to `call-process-region' to comply with the doc as reported on
8335 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8336
8337 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8338
8339 * emacs-lisp/smie.el (smie-indent-forward-token)
8340 (smie-indent-backward-token): Handle string tokens (bug#14381).
8341
8342 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8343
8344 * ielm.el (ielm-menu): New menu.
8345 (inferior-emacs-lisp-mode): Set comment-start.
8346
8347 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8348
8349 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8350 Fix deactivate action.
8351
8352 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8353 Add cleveref macros.
8354
8355 * lisp/textmodes/reftex-parse.el
8356 (reftex-locate-bibliography-files): Accept options for
8357 bibliography commands.
8358 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8359 Add addbibresource. Basic Biblatex support.
8360
8361 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
8362
8363 * net/tramp-gvfs.el (top):
8364 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8365 when loading package. (Bug#14447)
8366
8367 2013-05-23 Glenn Morris <rgm@gnu.org>
8368
8369 * progmodes/js.el: No need to load comint when compiling.
8370 (ring-insert, comint-send-string, comint-send-input)
8371 (comint-last-input-end, ido-chop): Declare.
8372
8373 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8374 * vc/ediff-mult.el: Adjust requires.
8375 (ediff-directories-internal, ediff-directory-revisions-internal)
8376 (ediff-patch-file-internal): Declare.
8377 * vc/ediff-ptch.el: Adjust requires.
8378 (ediff-use-last-dir, ediff-buffers-internal): Declare.
8379 (ediff-find-file): Autoload.
8380 * vc/ediff-util.el: No need to load ediff when compiling.
8381 (ediff-regions-internal): Declare.
8382 * vc/ediff-wind.el: Adjust requires.
8383 (ediff-compute-toolbar-width): Define when compiling.
8384 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8385 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8386 (dired-get-filename, dired-get-marked-files)
8387 (ediff-last-dir-patch, ediff-patch-default-directory)
8388 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8389 (ediff-patch-buffer-internal): Declare.
8390
8391 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8392 (ispell-process, ispell-buffer-local-words, lm-summary)
8393 (lm-section-start, lm-section-end): Declare.
8394 (checkdoc-ispell-init): Simplify.
8395
8396 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8397 (he-string-member, he-reset-string, he-substitute-string): Declare.
8398
8399 * eshell/em-ls.el: Adjust requires.
8400 (eshell-glob-regexp): Declare.
8401 * eshell/em-tramp.el: Adjust requires.
8402 (eshell-parse-command): Autoload.
8403 * eshell/em-xtra.el: Adjust requires.
8404 (eshell-parse-command): Autoload.
8405 * eshell/esh-ext.el: Adjust requires.
8406 (eshell-parse-command, eshell-close-handles): Autoload.
8407 * eshell/esh-io.el: Adjust requires.
8408 (eshell-output-filter): Autoload.
8409 * eshell/esh-util.el: No need to load tramp when compiling.
8410 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8411 Declare.
8412 (eshell-parse-ange-ls): Require ange-ftp and tramp.
8413 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8414 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8415 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8416 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8417 * eshell/esh-opt.el, eshell/esh-proc.el:
8418 * eshell/esh-var.el: Adjust requires.
8419 * eshell/eshell.el: Do not require esh-util twice.
8420 (eshell-add-input-to-history): Declare.
8421 (eshell-command): Check history module is active before using it.
8422
8423 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8424
8425 2013-05-22 Leo Liu <sdl.web@gmail.com>
8426
8427 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8428
8429 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
8430
8431 * autorevert.el (auto-revert-notify-add-watch)
8432 (auto-revert-notify-handler): Add `attrib' for the inotify case,
8433 it indicates changes in file modification time.
8434
8435 2013-05-22 Glenn Morris <rgm@gnu.org>
8436
8437 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8438 Always delete the autoloaded function from the noruntime and
8439 unresolved functions lists.
8440
8441 * allout.el: No need to load epa, epg, overlay when compiling.
8442 (epg-context-set-passphrase-callback, epg-list-keys)
8443 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8444 (epg-key-user-id-list): Declare.
8445
8446 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8447 (viper-set-parsing-style-toggling-macro)
8448 (viper-set-emacs-state-searchstyle-macros):
8449 Use called-interactively-p on Emacs.
8450 (viper-looking-back): Make it an obsolete alias. Update callers.
8451 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8452 Use looking-back rather than viper-looking-back.
8453 (viper-tmp-insert-at-eob, viper-enlarge-region)
8454 (viper-read-string-with-history, viper-register-to-point)
8455 (viper-append-to-register, viper-change-state-to-vi)
8456 (viper-backward-char-carefully, viper-forward-char-carefully)
8457 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8458 (viper-change-state-to-emacs): Declare.
8459 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8460 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8461 * emulation/viper-mous.el: Do not load viper-cmd.
8462 (viper-backward-char-carefully, viper-forward-char-carefully)
8463 (viper-forward-word, viper-adjust-window): Declare.
8464
8465 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8466
8467 * progmodes/idlw-help.el (idlwave-help-fontify):
8468 Use called-interactively-p.
8469
8470 * term/w32console.el (w32-get-console-codepage)
8471 (w32-get-console-output-codepage): Declare.
8472
8473 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8474 Remove unnecessary declarations.
8475 (dframe-message): Doc fix.
8476
8477 * info.el (dframe-select-attached-frame, dframe-current-frame):
8478 Declare.
8479
8480 * speedbar.el (speedbar-message): Make it an obsolete alias.
8481 Update all callers.
8482 (speedbar-with-attached-buffer)
8483 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8484 (speedbar-with-writable): Use backquote.
8485 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8486 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8487 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8488 rather than speedbar- aliases.
8489 * mail/rmail.el: Load dframe rather than speedbar when compiling.
8490 (speedbar-make-specialized-keymap, speedbar-insert-button)
8491 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8492 (speedbar-do-function-pointer): Declare.
8493 (rmail-speedbar-button, rmail-speedbar-find-file)
8494 (rmail-speedbar-move-message):
8495 Use dframe-with-attached-buffer rather than speedbar- alias.
8496 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8497 (dframe-message, speedbar-make-specialized-keymap)
8498 (speedbar-add-expansion-list, speedbar-mode-functions-list)
8499 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8500 (speedbar-insert-button, dframe-select-attached-frame)
8501 (dframe-maybee-jump-to-attached-frame)
8502 (speedbar-change-initial-expansion-list)
8503 (speedbar-previously-used-expansion-list-name): Declare.
8504 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8505 Use dframe-message, dframe-with-attached-buffer rather than
8506 speedbar- aliases.
8507 (gud-sentinel): Silence compiler.
8508 * progmodes/vhdl-mode.el (speedbar-refresh)
8509 (speedbar-do-function-pointer, speedbar-add-supported-extension)
8510 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8511 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8512 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8513 (speedbar-file-lists, speedbar-make-tag-line)
8514 (speedbar-line-directory, speedbar-goto-this-file)
8515 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8516 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8517 (speedbar-make-button, speedbar-reset-scanners)
8518 (speedbar-files-item-info, speedbar-line-text)
8519 (speedbar-find-file-in-frame, speedbar-set-timer)
8520 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8521 (speedbar-with-writable): Do not (re)define it.
8522 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8523 rather than speedbar- alias.
8524
8525 2013-05-21 Leo Liu <sdl.web@gmail.com>
8526
8527 * progmodes/octave.el (octave-mode-menu): Update and re-organize
8528 menu items.
8529 (octave-mode): Tweak fill-nobreak-predicate.
8530 (inferior-octave-startup): Check process to avoid infinite loop.
8531 (inferior-octave): Pop to buffer first to show abornmal process
8532 exit information.
8533
8534 2013-05-21 Glenn Morris <rgm@gnu.org>
8535
8536 * printing.el (pr-menu-bar): Define when compiling.
8537
8538 2013-05-21 Leo Liu <sdl.web@gmail.com>
8539
8540 * progmodes/octave.el (octave-auto-fill): Remove.
8541 (octave-indent-new-comment-line): Improve.
8542 (octave-mode): Use auto fill mode through
8543 comment-line-break-function and fill-nobreak-predicate.
8544 (octave-goto-function-definition): Support DEFUN_DLD.
8545 (octave-beginning-of-defun): Small tweak.
8546 (octave-help): Show parent directory.
8547
8548 2013-05-21 Glenn Morris <rgm@gnu.org>
8549
8550 * files.el (dired-unmark):
8551 * progmodes/gud.el (gdb-input): Update declarations.
8552
8553 * calculator.el (electric, ehelp): No need to load when compiling.
8554 (Electric-command-loop, electric-describe-mode): Declare.
8555
8556 * doc-view.el (doc-view-current-converter-processes): Move before use.
8557
8558 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8559 Move MODE-set-explicitly definition before use.
8560
8561 * international/mule-diag.el (mule-diag):
8562 Don't use obsolete window-system-version.
8563
8564 * mail/feedmail.el (smtpmail): No need to load when compiling.
8565 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8566
8567 * mail/mail-utils.el (rfc822): No need to load when compiling.
8568 (rfc822-addresses): Autoload it.
8569 (mail-strip-quoted-names): Trivial simplification.
8570
8571 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8572 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8573
8574 * net/snmp-mode.el (tempo): Don't duplicate requires.
8575
8576 * progmodes/prolog.el (info): No need to load when compiling.
8577 (comint): Require before shell requires it.
8578 (Info-goto-node): Autoload it.
8579 (Info-follow-nearest-node): Declare.
8580 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8581
8582 * textmodes/artist.el (picture-mode-exit): Declare.
8583
8584 * textmodes/reftex-parse.el (reftex-parse-from-file):
8585 Trivial rewrite so the compiler can parse it better.
8586
8587 2013-05-20 Leo Liu <sdl.web@gmail.com>
8588
8589 * progmodes/octave.el (octave-help-mode-map)
8590 (octave-help-mode-finish-hook): New variables.
8591 (octave-help-mode, octave-help-mode-finish): New functions.
8592 (octave-help): Use octave-help-mode.
8593
8594 2013-05-20 Glenn Morris <rgm@gnu.org>
8595
8596 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
8597
8598 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
8599
8600 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8601 start at point, so that expansion starting right after opening
8602 slash in a regexp is recognized.
8603 (ruby-syntax-before-regexp-re): New defvar, extracted from
8604 ruby-syntax-propertize-function. Since the value of this regexp
8605 is looked up at runtime now, we should be able to turn
8606 `ruby-syntax-methods-before-regexp' into a defcustom later.
8607 (ruby-syntax-propertize-function): Split regexp matching into two
8608 parts, for opening and closing slashes. That allows us to skip
8609 over string interpolations and support multiline regexps.
8610 Don't call `ruby-syntax-propertize-expansions', instead use another rule
8611 for them, which calls `ruby-syntax-propertize-expansion'.
8612 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8613 call to `ruby-syntax-propertize-function'.
8614 (ruby-syntax-propertize-expansion): Extracted from
8615 `ruby-syntax-propertize-expansions'. Handles one expansion.
8616 (ruby-syntax-propertize-percent-literal): Leave point right after
8617 the percent symbol, so that the expression expansion rule can
8618 propertize the contents.
8619 (ruby-syntax-propertize-heredoc): Leave point at bol following the
8620 heredoc openers.
8621 (ruby-syntax-propertize-expansions): Remove.
8622
8623 2013-05-18 Juri Linkov <juri@jurta.org>
8624
8625 * man.el (Man-default-man-entry): Remove `-' from the end
8626 of the default value. (Bug#14400)
8627
8628 2013-05-18 Glenn Morris <rgm@gnu.org>
8629
8630 * comint.el (comint-password-prompt-regexp):
8631 Allow "password for XXX" where XXX contains colons (eg https://...).
8632
8633 2013-05-18 Leo Liu <sdl.web@gmail.com>
8634
8635 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8636 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
8637 (octave-source-directories): Don't check process.
8638 (octave-source-directories, octave-find-definition): Doc fix.
8639
8640 2013-05-18 Glenn Morris <rgm@gnu.org>
8641
8642 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8643 Remove backspace/delete bindings. (Bug#14392)
8644
8645 * cus-dep.el (custom-make-dependencies): Sort the output.
8646 (custom-versions-load-alist): Convert comment to doc.
8647
8648 2013-05-17 Leo Liu <sdl.web@gmail.com>
8649
8650 * newcomment.el (comment-search-backward): Stricter in finding
8651 comment start. (Bug#14303)
8652
8653 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8654 (octave-comment-start-skip): Properly anchored.
8655
8656 2013-05-17 Leo Liu <sdl.web@gmail.com>
8657
8658 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8659 Clean up when turned off. (Bug#14395)
8660 (smie--highlight-matching-block-overlay): No longer buffer-local.
8661 (smie-highlight-matching-block): Adjust.
8662
8663 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
8664
8665 Doc string fix for "nanoseconds" (Bug#14406).
8666 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8667 Fix doc string typo that had "nanoseconds" instead of "microseconds".
8668
8669 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8670
8671 * calc/calc-units.el (math-extract-units): Preserve powers
8672 of units.
8673
8674 2013-05-17 Leo Liu <sdl.web@gmail.com>
8675
8676 * subr.el (delete-consecutive-dups): New function.
8677 * ido.el (ido-set-matches-1): Use it.
8678 * progmodes/octave.el (inferior-octave-completion-table): Use it.
8679 * ido.el (ido-remove-consecutive-dups): Remove.
8680
8681 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8684 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8685 regexp-opt's `words'.
8686
8687 2013-05-16 Leo Liu <sdl.web@gmail.com>
8688
8689 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8690 (smie--highlight-matching-block-overlay)
8691 (smie--highlight-matching-block-lastpos)
8692 (smie--highlight-matching-block-timer): New variables.
8693 (smie-highlight-matching-block): New function.
8694 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8695 (smie-setup): Conditionally enable smie-blink-matching-open.
8696
8697 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8698
8699 Sync with upstream verilog-mode r840.
8700 * progmodes/verilog-mode.el (verilog-mode-version)
8701 (verilog-mode-release-date): Update.
8702 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8703 (verilog-sig-tieoff): Fix string error on
8704 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8705 (verilog-read-decls): Fix parameters confusing
8706 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8707
8708 2013-05-16 Eli Zaretskii <eliz@gnu.org>
8709
8710 * subr.el (reveal-filename): New function.
8711
8712 * loadup.el: Compute Emacs executable versions on MS-Windows,
8713 where executables have the .exe extension. Add a hard link
8714 emacs-XX.YY.ZZ.exe on MS-Windows.
8715
8716 * Makefile.in (XARGS_LIMIT): New variable.
8717 (custom-deps, finder-data, autoloads)
8718 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8719 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8720 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8721 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8722
8723 2013-05-16 Leo Liu <sdl.web@gmail.com>
8724
8725 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8726 (octave-mode-menu, octave-mode-map): Remove its uses.
8727
8728 2013-05-16 Reto Zimmermann <reto@gnu.org>
8729
8730 Sync with upstream vhdl mode v3.34.2.
8731 * progmodes/vhdl-mode.el: Use `push' throughout.
8732 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8733 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8734 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8735 (vhdl-actual-generic-name): New option to derive actual generic name.
8736 (vhdl-port-paste-signals): Replace formal by actual generics.
8737 (vhdl-beautify): New name for old group vhdl-align. Update users.
8738 (vhdl-beautify-options): New option.
8739 (vhdl-last-input-event): New compat alias. Use throughout.
8740 (vhdl-goto-line): Replace user level function `goto-line'.
8741 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8742 vhdl-fix-statement-buffer.
8743 (vhdl-create-mode-menu): Add some entries.
8744 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8745 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8746 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8747 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8748 to force statements on one line.
8749 (vhdl-remove-trailing-spaces-region):
8750 New, split from vhdl-remove-trailing-spaces.
8751 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8752 Respect vhdl-beautify-options.
8753 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8754 (vhdl-update-sensitivity-list): Not add with index if exists without.
8755 Not include array index with signal. Ignore keywords in comments.
8756 (vhdl-get-visible-signals): Regexp tweaks.
8757 (vhdl-template-component-inst): Handle empty library.
8758 (vhdl-template-type): Add template for 'enum' type.
8759 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8760 Use vhdl-replace-string.
8761 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8762 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8763 (vhdl-speedbar-initialize): Update for above name change.
8764 (vhdl-compose-wire-components): Fix in handling of constants.
8765 (vhdl-error-regexp-emacs-alist): New variable.
8766 (vhdl-error-regexp-add-emacs): New function;
8767 adds support for new compile.el (Emacs 22+)
8768 (vhdl-generate-makefile-1): Change target order for single lib. units.
8769 Allow use of absolute file names.
8770
8771 2013-05-16 Leo Liu <sdl.web@gmail.com>
8772
8773 * simple.el (prog-indent-sexp): Indent enclosing defun.
8774
8775 2013-05-15 Glenn Morris <rgm@gnu.org>
8776
8777 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8778 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8779 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8780 (whitespace-highlight): Move to whitespace group.
8781
8782 * comint.el (comint-source):
8783 * pcmpl-linux.el (pcmpl-linux):
8784 * shell.el (shell-faces):
8785 * eshell/esh-opt.el (eshell-opt):
8786 * international/ccl.el (ccl): Remove empty custom groups.
8787
8788 * completion.el (dynamic-completion-mode):
8789 * jit-lock.el (jit-lock-debug-mode):
8790 * minibuffer.el (completion-in-region-mode):
8791 * type-break.el (type-break-mode-line-message-mode)
8792 (type-break-query-mode):
8793 * emulation/tpu-edt.el (tpu-edt-mode):
8794 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8795 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8796 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8797
8798 * term/xterm.el (xterm): Change parent group to terminals.
8799
8800 * master.el (master): Remove empty custom group.
8801 (master-mode): Remove unused :group argument.
8802 * textmodes/refill.el (refill): Remove empty custom group.
8803 (refill-mode): Remove unused :group argument.
8804
8805 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8806
8807 * cus-dep.el: Provide a feature.
8808 (custom-make-dependencies): Ignore dotfiles (dir-locals).
8809 Don't mistakenly ignore files whose basenames match a basename
8810 from preloaded-file-list (eg cedet/ede/simple.el).
8811 Add a fallback method for getting :group.
8812
8813 2013-05-15 Juri Linkov <juri@jurta.org>
8814
8815 * isearch.el (isearch-char-by-name): Rename from
8816 `isearch-insert-char-by-name'. Doc fix.
8817 (isearch-forward): Mention `isearch-char-by-name' in
8818 the docstring. (Bug#13348)
8819
8820 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8821 `exit-minibuffer' instead of
8822 `isearch-nonincremental-exit-minibuffer'.
8823 (isearch-edit-string): Remove mention of
8824 `isearch-nonincremental-exit-minibuffer' from docstring.
8825 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8826 (isearch-forward-exit-minibuffer)
8827 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8828
8829 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8830
8831 * loadup.el: Just use unversioned DOC.
8832
8833 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8834 literals as extending to EOB.
8835 (nxml-last-fontify-end): Remove unused variable.
8836 (nxml-after-change1): Use with-silent-modifications.
8837 (nxml-extend-after-change-region): Simplify.
8838 (nxml-extend-after-change-region1): Remove function.
8839 (nxml-after-change1): Don't adjust for dependent regions.
8840 (nxml-fontify-matcher): Simplify.
8841 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8842 (xmltok-add-dependent): Remove function.
8843 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8844 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8845 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8846 unclosed <[[, <?, comment, and other literals as extending to EOB.
8847 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8848 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8849 Remove functions.
8850 (rng-do-some-validation-1): Don't mark dependent regions.
8851 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8852 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8853 (nxml-clear-dependent-regions): Remove functions.
8854 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8855 (nxml-ensure-scan-up-to-date):
8856 Don't clear&mark dependent regions.
8857
8858 2013-05-15 Leo Liu <sdl.web@gmail.com>
8859
8860 * progmodes/octave.el (octave-goto-function-definition):
8861 Improve and fix callers.
8862
8863 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8866 the setter (bug#14387).
8867
8868 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8869 surrounding group (bug#14402).
8870
8871 2013-05-14 Juri Linkov <juri@jurta.org>
8872
8873 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8874 (Bug#14390)
8875
8876 2013-05-14 Glenn Morris <rgm@gnu.org>
8877
8878 * progmodes/f90.el (f90-imenu-generic-expression):
8879 Fix typo in 2013-05-08 change. (Bug#14402)
8880
8881 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8882
8883 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8884 Remove signals for which replies are never received.
8885
8886 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8887
8888 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8889 (gdb-handler-alist, gdb-handler-number): Remove variables.
8890 (gdb-handler-list): New variable.
8891 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8892 (gdb-pending-handler-p, gdb-handle-reply)
8893 (gdb-remove-all-pending-triggers): New functions.
8894 (gdb-discard-unordered-replies): New defcustom.
8895 (gdb-handler): New defstruct.
8896 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8897 instead of gdb-pending-triggers. Update docstring.
8898 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8899 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8900 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8901 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8902 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8903 (gdb-frame-handler): Pending triggers are now automatically managed.
8904 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8905 Remove argument.
8906 (gdb-input): Automatically handles pending triggers. Update docstring.
8907 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8908 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8909 Update comments.
8910 (gdb-done-or-error): Now use gdb-handle-reply.
8911
8912 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8913
8914 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8915 gdb-debug-log.
8916
8917 2013-05-14 Glenn Morris <rgm@gnu.org>
8918
8919 * subr.el (user-emacs-directory-warning): New option.
8920 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8921
8922 2013-05-14 Leo Liu <sdl.web@gmail.com>
8923
8924 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8925 during redisplay.
8926 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8927 (octave-font-lock-texinfo-comment): Fix invalid search bound
8928 error: wrong side of point.
8929
8930 2013-05-14 Glenn Morris <rgm@gnu.org>
8931
8932 * progmodes/flymake.el (flymake-xml-program): New option.
8933 (flymake-xml-init): Use it.
8934
8935 * term/xterm.el: Provide a feature.
8936
8937 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
8938
8939 2013-05-13 Glenn Morris <rgm@gnu.org>
8940
8941 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8942 Add compat aliases as a hack workaround. (Bug#14384)
8943
8944 2013-05-13 Leo Liu <sdl.web@gmail.com>
8945
8946 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8947 ###, and %!.
8948 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8949 C-M-q.
8950 (octave-comment-start-skip): Include %!.
8951 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8952
8953 2013-05-12 Leo Liu <sdl.web@gmail.com>
8954
8955 * progmodes/octave.el (inferior-octave-startup): Store the value
8956 of __octave_srcdir__ for octave-source-directories.
8957 (inferior-octave-check-process): New function refactored out of
8958 inferior-octave-send-list-and-digest.
8959 (octave-source-directories)
8960 (octave-find-definition-filename-function): New variables.
8961 (octave-source-directories)
8962 (octave-find-definition-default-filename): New functions.
8963 (octave-find-definition): Improve to find functions implemented in C++.
8964
8965 2013-05-12 Glenn Morris <rgm@gnu.org>
8966
8967 * calendar/diary-lib.el (diary-outlook-format-1):
8968 Don't include dayname in the output. (Bug#14349)
8969
8970 2013-05-11 Glenn Morris <rgm@gnu.org>
8971
8972 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8973
8974 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8975 Treat cc-provide like provide.
8976
8977 2013-05-11 Kevin Ryde <user42@zip.com.au>
8978
8979 * cus-dep.el (custom-make-dependencies):
8980 Use generated-autoload-load-name for the sake of files such
8981 such cedet/semantic/bovine/c.el, where the base file name
8982 is not in load-path. (Bug#5277)
8983
8984 2013-05-11 Glenn Morris <rgm@gnu.org>
8985
8986 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8987 Provide features.
8988
8989 2013-05-11 Leo Liu <sdl.web@gmail.com>
8990
8991 * progmodes/octave.el (octave-indent-comment): Improve.
8992 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8993 (octave-eldoc-function-signatures, octave-eldoc-function):
8994 New functions.
8995 (octave-mode, inferior-octave-mode): Add eldoc support.
8996
8997 2013-05-11 Richard Stallman <rms@gnu.org>
8998
8999 * epa.el (epa-decrypt-file): Take output file name as argument
9000 and read it using `interactive'.
9001
9002 2013-05-11 Leo Liu <sdl.web@gmail.com>
9003
9004 * progmodes/octave.el (octave-beginning-of-line)
9005 (octave-end-of-line): Check before using up-list because it jumps
9006 out of more syntactic contructs since moving to smie.
9007 (octave-indent-comment): New function.
9008 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
9009 (octave-begin-keywords, octave-end-keywords)
9010 (octave-reserved-words, octave-smie-bnf-table)
9011 (octave-smie-rules): Add new keywords from Octave 3.6.4.
9012
9013 2013-05-11 Glenn Morris <rgm@gnu.org>
9014
9015 * faces.el (internal-face-x-get-resource):
9016 * frame.el (ns-display-monitor-attributes-list):
9017 * calc/calc-aent.el (math-to-radians-2):
9018 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
9019 Fix declarations.
9020
9021 * calc/calc-menu.el: Make it loadable in isolation.
9022
9023 * net/eudcb-bbdb.el: Make it loadable without bbdb.
9024 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
9025 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
9026 (eudc-bbdb-query-internal): Require 'bbdb.
9027
9028 * lpr.el (lpr-headers-switches):
9029 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
9030
9031 * progmodes/sql.el (sql-login-params): Fix and improve :type.
9032
9033 * emulation/edt-mapper.el: In batch mode, error rather than hang.
9034
9035 * term.el (term-set-escape-char): Make it idempotent.
9036
9037 2013-05-10 Leo Liu <sdl.web@gmail.com>
9038
9039 * progmodes/octave.el (inferior-octave-completion-table):
9040 No longer a function and all uses changed. Use cache to speed up
9041 completion due to bug#11906.
9042 (octave-beginning-of-defun): Re-write to be more general.
9043
9044 2013-05-10 Glenn Morris <rgm@gnu.org>
9045
9046 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
9047
9048 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * comint.el (comint-redirect-send-command-to-process): Use :around
9051 rather than :override for comint-redirect-filter.
9052 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
9053 Call it instead of comint-redirect-original-filter-function (which
9054 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
9055
9056 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
9057
9058 * frame.el (display-monitor-attributes-list): Add NS case.
9059 (ns-display-monitor-attributes-list): Declare.
9060
9061 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
9062
9063 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
9064
9065 2013-05-09 Glenn Morris <rgm@gnu.org>
9066
9067 * international/fontset.el (vertical-centering-font-regexp):
9068 Set standard-value.
9069
9070 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
9071
9072 * bookmark.el (bookmark-search-delay):
9073 * cus-start.el (vertical-centering-font-regexp):
9074 * ps-mule.el (ps-mule-font-info-database-default):
9075 * ps-print.el (ps-default-fg, ps-default-bg):
9076 * type-break.el (type-break-good-break-interval):
9077 * whitespace.el (whitespace-indentation-regexp)
9078 (whitespace-space-after-tab-regexp):
9079 * emacs-lisp/testcover.el (testcover-1value-functions)
9080 (testcover-noreturn-functions, testcover-progn-functions)
9081 (testcover-prog1-functions):
9082 * emulation/viper-init.el (viper-emacs-state-cursor-color):
9083 * eshell/em-glob.el (eshell-glob-translate-alist):
9084 * play/tetris.el (tetris-tty-colors):
9085 * progmodes/cpp.el (cpp-face-default-list):
9086 * progmodes/flymake.el (flymake-allowed-file-name-masks):
9087 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
9088 (idlwave-help-browser-generic-args):
9089 * progmodes/make-mode.el (makefile-special-targets-list):
9090 * progmodes/python.el (python-shell-virtualenv-path):
9091 * progmodes/verilog-mode.el (verilog-active-low-regexp)
9092 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
9093 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
9094 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9095 * textmodes/reftex-vars.el (reftex-format-label-function):
9096 * textmodes/remember.el (remember-diary-file): Fix custom types.
9097
9098 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
9099 Add :version.
9100
9101 2013-05-09 Leo Liu <sdl.web@gmail.com>
9102
9103 * progmodes/octave.el (inferior-octave-completion-at-point):
9104 Restore file completion. (Bug#14300)
9105 (inferior-octave-startup): Fix incorrect highlighting for the
9106 first prompt.
9107
9108 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9109
9110 * progmodes/ruby-mode.el: First cut at SMIE support.
9111 (ruby-use-smie): New var.
9112 (ruby-smie-grammar): New constant.
9113 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
9114 (ruby-smie--forward-token, ruby-smie--backward-token)
9115 (ruby-smie-rules): New functions.
9116 (ruby-mode-variables): Setup SMIE if applicable.
9117
9118 2013-05-08 Eli Zaretskii <eliz@gnu.org>
9119
9120 * simple.el (line-move-visual): Signal beginning/end of buffer
9121 only if vertical-motion moved less than it was requested. Avoids
9122 silly incorrect error messages when there are display strings with
9123 multiple newlines at EOL.
9124
9125 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
9128 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
9129 (prolog-char-quote-workaround):
9130 * progmodes/cperl-mode.el (cperl-under-as-char):
9131 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
9132 Mark as obsolete.
9133 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
9134 their declaration.
9135 (vhdl-mode-syntax-table-init): Remove.
9136
9137 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
9138 last change.
9139
9140 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
9141 syntax for "_".
9142 (ld-script-font-lock-keywords):
9143 Change regexps to use things like \_< and \_>.
9144
9145 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
9146 Change all regexps to use things like \_< and \_>.
9147
9148 * progmodes/autoconf.el (autoconf-definition-regexp)
9149 (autoconf-font-lock-keywords, autoconf-current-defun-function):
9150 Handle a _ with symbol syntax.
9151 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
9152
9153 * progmodes/ada-mode.el (ada-mode-abbrev-table):
9154 Consolidate declaration.
9155 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
9156 the declaration.
9157 (ada-create-syntax-table): Remove.
9158 (ada-capitalize-word): Don't mess with the syntax of "_" since it
9159 already has the right syntax nowadays.
9160 (ada-goto-next-word): Don't change the syntax of "_".
9161
9162 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
9163 with-wrapper-hook.
9164
9165 2013-05-08 Sam Steingold <sds@gnu.org>
9166
9167 * thingatpt.el (thing-at-point): Accept optional second argument
9168 NO-PROPERTIES to strip the text properties from the return value.
9169 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
9170 to `thing-at-point' instead of stripping the properties ourselves.
9171 Also, when `thing-at-point' fails to find a url, prepend "http://"
9172 to the filename at point on the assumption that the user is
9173 pointing at something like gnu.org/gnu.
9174
9175 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
9176
9177 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9178 * faces.el (crm-separator):
9179 Silence byte-compiler.
9180
9181 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
9182 (tool-bar-map): Remove unneeded defvars.
9183
9184 2013-05-08 Leo Liu <sdl.web@gmail.com>
9185
9186 Re-work a fix for bug#10994 based on Le Wang's patch.
9187 * ido.el (ido-remove-consecutive-dups): New helper.
9188 (ido-completing-read): Use it.
9189 (ido-chop): Revert fix for bug#10994.
9190
9191 2013-05-08 Adam Spiers <emacs@adamspiers.org>
9192
9193 * cus-edit.el (custom-save-variables):
9194 Pretty-print long values. (Bug#14187)
9195
9196 2013-05-08 Glenn Morris <rgm@gnu.org>
9197
9198 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
9199 (m4-mode-syntax-table): Init in the defvar.
9200 (m4-mode-abbrev-table): Let define-derived-mode define it.
9201
9202 2013-05-08 Tom Tromey <tromey@redhat.com>
9203
9204 * progmodes/m4-mode.el (m4-mode-syntax-table):
9205 Do not treat "_" as word constituent. (Bug#14167)
9206
9207 2013-05-07 Glenn Morris <rgm@gnu.org>
9208
9209 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
9210 Remove explicit eshell-isearch-cancel-map.
9211
9212 * progmodes/f90.el (f90-smart-end-names): New option.
9213 (f90-smart-end): Doc fix.
9214 (f90-end-block-optional-name): New constant.
9215 (f90-block-match): Respect f90-smart-end-names.
9216
9217 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * progmodes/octave.el (octave-smie-forward-token): Be more careful
9220 about implicit semi-colons (bug#14218).
9221
9222 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9223
9224 * frame.el (display-monitor-attributes-list)
9225 (frame-monitor-attributes): New functions.
9226
9227 2013-05-06 Leo Liu <sdl.web@gmail.com>
9228
9229 * progmodes/octave.el (octave-syntax-propertize-function): Change
9230 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
9231 (octave-font-lock-keywords): Use octave-operator-regexp.
9232 (octave-completion-at-point): Rename from
9233 octave-completion-at-point-function.
9234 (inferior-octave-directory-tracker): Robustify.
9235 (octave-text-functions): Remove and fix its uses. No such things
9236 any more.
9237
9238 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9239
9240 * emacs-lisp/trace.el (trace--display-buffer): New function.
9241 (trace-make-advice): Use it.
9242
9243 2013-05-06 Juri Linkov <juri@jurta.org>
9244
9245 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
9246 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
9247 Doc fix.
9248 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
9249 in the help string. (Bug#12985)
9250
9251 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
9252
9253 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
9254
9255 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * progmodes/perl-mode.el: Add support for here documents.
9258 (perl-syntax-propertize-function): Match here-doc markers.
9259 (perl-syntax-propertize-special-constructs): Find their end.
9260 (perl-imenu-generic-expression): Use [:alnum:].
9261
9262 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9263 (advice--add-function): Refresh the advice if already present
9264 (bug#14317).
9265
9266 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
9267
9268 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
9269
9270 2013-05-06 Glenn Morris <rgm@gnu.org>
9271
9272 * w32-fns.el (w32-charset-info-alist): Declare.
9273
9274 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9275 of its defcustom properties.
9276 (eshell-cmpl-initialize): No need to load pcomplete.
9277
9278 * generic-x.el: No need to require comint when compiling.
9279
9280 * net/eudc-export.el: Make it loadable without bbdb.
9281 (top-level): Use require rather than load-library.
9282 (eudc-create-bbdb-record, eudc-bbdbify-phone)
9283 (eudc-batch-export-records-to-bbdb)
9284 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9285 Require bbdb.
9286
9287 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9290 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9291 some tweaks, instead.
9292
9293 2013-05-05 Leo Liu <sdl.web@gmail.com>
9294
9295 * progmodes/octave.el (octave-font-lock-keywords)
9296 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9297 (inferior-octave-send-list-and-digest): Improve error message.
9298 (octave-mode, inferior-octave-mode): Use setq-local.
9299 (octave-help): Set info-lookup-mode.
9300
9301 2013-05-05 Richard Stallman <rms@gnu.org>
9302
9303 * vc/compare-w.el (compare-windows-whitespace):
9304 Treat no-break space as whitespace.
9305
9306 * mail/rmailsum.el (rmail-summary-rmail-update):
9307 Detect empty summary and don't change selected message.
9308 (rmail-summary-goto-msg): Likewise.
9309
9310 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9311 Doc fixes, rename args.
9312
9313 2013-05-05 Alan Mackenzie <acm@muc.de>
9314
9315 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9316
9317 2013-05-05 Juri Linkov <juri@jurta.org>
9318
9319 * info.el (Info-read-subfile): Use (point-min) instead of (point)
9320 to not add the length of the summary segment to the return value.
9321 (Bug#14125)
9322
9323 2013-05-05 Leo Liu <sdl.web@gmail.com>
9324
9325 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9326 (inferior-octave-output-filter): Remove.
9327 (octave-send-region, inferior-octave-startup): Fix callers.
9328 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9329 (octave-binary-file-extensions): New user variable.
9330 (octave-find-definition): Confirm if opening binary files.
9331 (octave-help-file): Use octave-find-definition to get the binary
9332 confirmation.
9333 (octave-help): Adjust for octave-help-file change.
9334
9335 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9338 Merge the two entries that handle function definitions.
9339 (pascal--syntax-propertize): New const.
9340 (pascal-mode): Use it. Use setq-local.
9341
9342 2013-05-04 Glenn Morris <rgm@gnu.org>
9343
9344 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9345 (diary-from-outlook): Respect diary-from-outlook-function.
9346
9347 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9348
9349 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9350 Move the declaration from C.
9351 (read-minibuffer, eval-minibuffer): Move from C.
9352 (completion-setup-function): Avoid minibuffer-completion-contents.
9353
9354 2013-05-03 Leo Liu <sdl.web@gmail.com>
9355
9356 * progmodes/octave.el (octave-font-lock-keywords): Do not
9357 dehighlight 'end' in comments or strings.
9358 (octave-completing-read, octave-goto-function-definition):
9359 New helpers.
9360 (octave-help-buffer): New user variable.
9361 (octave-help-file, octave-help-function): New button types.
9362 (octave-help): New command and bind it to C-h ;.
9363 (octave-find-definition): New command and bind it to M-.
9364 (user-error): Alias to error if not defined.
9365
9366 2013-05-02 Leo Liu <sdl.web@gmail.com>
9367
9368 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9369 for \. (bug#14332)
9370 (octave-font-lock-keywords): Include [ and {.
9371
9372 2013-05-02 Leo Liu <sdl.web@gmail.com>
9373
9374 * progmodes/octave.el (inferior-octave-startup-file): Change default.
9375 (inferior-octave): Remove calling comint-mode and return the buffer.
9376 (inferior-octave-startup): Cosmetic changes.
9377
9378 2013-05-02 Leo Liu <sdl.web@gmail.com>
9379
9380 * progmodes/octave.el (octave-syntax-propertize-function):
9381 Include the case when ' is at line beginning. (Bug#14336)
9382
9383 2013-05-02 Glenn Morris <rgm@gnu.org>
9384
9385 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9386 * desktop.el (vc-dir-mode): Just autoload it here.
9387
9388 2013-05-02 Alan Mackenzie <acm@muc.de>
9389
9390 Eliminate variable c-standard-font-lock-fontify-region-function.
9391 * progmodes/cc-mode.el
9392 (c-standard-font-lock-fontify-region-function): Remove.
9393 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9394
9395 2013-05-01 Leo Liu <sdl.web@gmail.com>
9396
9397 * progmodes/octave.el: Compatible with older emacs-24 releases.
9398 (inferior-octave-has-built-in-variables): Remove. Built-in
9399 variables were removed from Octave in 2007.
9400 (inferior-octave-startup): Fix uses.
9401 (comint-line-beginning-position): Remove compatibility code for
9402 emacs 21.
9403
9404 2013-05-01 Juri Linkov <juri@jurta.org>
9405
9406 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
9407
9408 2013-05-01 Juri Linkov <juri@jurta.org>
9409
9410 * comint.el (comint-previous-matching-input): Don't print message
9411 "History item: %d" when `isearch-mode' is active.
9412 (comint-history-isearch-message): Print message "History item: %d"
9413 when `comint-input-ring-index' is not empty and this function is
9414 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
9415
9416 2013-05-01 Leo Liu <sdl.web@gmail.com>
9417
9418 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9419 definitions. Use completion-at-point to insert keywords.
9420 (octave-abbrev-start): Remove.
9421 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9422
9423 2013-04-30 Leo Liu <sdl.web@gmail.com>
9424
9425 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9426 change.
9427
9428 2013-04-30 Alan Mackenzie <acm@muc.de>
9429
9430 Handle arbitrarily long C++ member initialisation lists.
9431 * progmodes/cc-engine.el (c-back-over-member-initializers):
9432 new function.
9433 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9434 (most) member init lists.
9435
9436 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9437
9438 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9439 variable.
9440
9441 2013-04-30 Leo Liu <sdl.web@gmail.com>
9442
9443 * progmodes/octave.el (octave-variables): Remove. No builtin
9444 variables any more. All converted to functions.
9445 (octave-font-lock-keywords, octave-completion-at-point-function):
9446 Fix uses.
9447 (octave-font-lock-texinfo-comment): New user variable.
9448 (octave-texinfo-font-lock-keywords): New variable for texinfo
9449 comment block.
9450 (octave-function-comment-block): New face.
9451 (octave-font-lock-texinfo-comment): New function.
9452 (octave-mode): Font lock texinfo comment block.
9453
9454 2013-04-29 Leo Liu <sdl.web@gmail.com>
9455
9456 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9457 indexing expression.
9458 (octave-continuation-string): Do not use \.
9459 (inferior-octave-complete-impossible): Remove.
9460 (inferior-octave-completion-table)
9461 (inferior-octave-completion-at-point): Remove its uses.
9462 (inferior-octave-startup): completion_matches was introduced to
9463 Octave in 1996 so safe to assume it.
9464 (octave-function-file-comment): Improve to follow how Octave does it.
9465 (octave-update-function-file-comment): Tweak.
9466
9467 2013-04-29 Leo Liu <sdl.web@gmail.com>
9468
9469 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9470 (inferior-octave-startup): Remove inferior-octave-startup-hook.
9471 (octave-function-file-comment): Fix typo.
9472 (octave-sync-function-file-names): Use read-char-choice.
9473
9474 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
9475
9476 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9477 to t for the less important warnings.
9478
9479 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
9480
9481 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
9482
9483 2013-04-27 Glenn Morris <rgm@gnu.org>
9484
9485 * vc/log-view.el (log-view-current-entry):
9486 Treat "---" separator lines as part of the following rev. (Bug#14169)
9487
9488 2013-04-27 Juri Linkov <juri@jurta.org>
9489
9490 * subr.el (read-number): Doc fix about using it by interactive
9491 code letter `n'. (Bug#14254)
9492
9493 2013-04-27 Juri Linkov <juri@jurta.org>
9494
9495 * desktop.el (desktop-auto-save-timeout): New option.
9496 (desktop-file-checksum): New variable.
9497 (desktop-save): Add optional arg `auto-save' and don't auto-save
9498 if nothing changed.
9499 (desktop-auto-save-timer): New variable.
9500 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9501 (after-init-hook): Call `desktop-auto-save-set-timer'.
9502 Suggested by Reuben Thomas <rrt@sc3d.org> in
9503 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9504
9505 2013-04-27 Leo Liu <sdl.web@gmail.com>
9506
9507 * progmodes/octave.el (octave-function-file-p)
9508 (octave-skip-comment-forward, octave-function-file-comment)
9509 (octave-update-function-file-comment): New functions.
9510 (octave-mode-map): Bind C-c ; to
9511 octave-update-function-file-comment.
9512 (octave-mode-menu): Add octave-update-function-file-comment.
9513 (octave-mode, inferior-octave-mode): Fix doc-string.
9514 (octave-insert-defun): Conform to Octave's coding convention.
9515 (Bug#14285)
9516
9517 * files.el (basic-save-buffer): Don't let errors in
9518 before-save-hook prevent saving buffer.
9519
9520 2013-04-20 Roland Winkler <winkler@gnu.org>
9521
9522 * faces.el (read-face-name): Use completing-read if arg multiple
9523 is nil.
9524
9525 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
9526
9527 * ls-lisp.el (ls-lisp-insert-directory): If no files are
9528 displayed, move point to after the totals line.
9529 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9530 for the details.
9531
9532 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * emacs-lisp/package.el (package-autoload-ensure-default-file):
9535 Add current dir to the load-path.
9536 (package-generate-autoloads): Don't rely on
9537 autoload-ensure-default-file.
9538
9539 2013-04-26 Reuben Thomas <rrt@sc3d.org>
9540
9541 * textmodes/remember.el (remember-store-in-files): Document that
9542 the file name format is passed to `format-time-string'.
9543
9544 2013-04-26 Leo Liu <sdl.web@gmail.com>
9545
9546 * progmodes/octave.el (octave-sync-function-file-names): New function.
9547 (octave-mode): Use it in before-save-hook.
9548
9549 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9552 (bug#14274).
9553
9554 * progmodes/octave.el (octave-smie-forward-token): Properly skip
9555 \n and comment, even if it's not an implicit ; (bug#14218).
9556
9557 2013-04-26 Glenn Morris <rgm@gnu.org>
9558
9559 * subr.el (read-number): Once more use `read' rather than
9560 `string-to-number', to trap non-numeric input. (Bug#14254)
9561
9562 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
9563
9564 * emacs-lisp/syntax.el (syntax-propertize-multiline):
9565 Use `syntax-multiline' text property consistently instead of
9566 `font-lock-multiline'. (Bug#14237)
9567
9568 2013-04-26 Glenn Morris <rgm@gnu.org>
9569
9570 * emacs-lisp/shadow.el (list-load-path-shadows):
9571 No longer necessary to check for duplicate simple.el, since
9572 2012-07-07 change to init_lread to not include installation lisp
9573 directories in load-path when running uninstalled. (Bug#14270)
9574
9575 2013-04-26 Leo Liu <sdl.web@gmail.com>
9576
9577 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9578 (octave-mode, inferior-octave-mode): Use setq-local.
9579 (octave-not-in-string-or-comment-p): Rename to
9580 octave-in-string-or-comment-p.
9581 (octave-in-comment-p, octave-in-string-p)
9582 (octave-in-string-or-comment-p): Replace defsubst with defun.
9583
9584 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
9585
9586 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9587
9588 2013-04-25 Bastien Guerry <bzg@gnu.org>
9589
9590 * textmodes/remember.el (remember-data-directory)
9591 (remember-directory-file-name-format): Fix custom types.
9592
9593 2013-04-25 Leo Liu <sdl.web@gmail.com>
9594
9595 * progmodes/octave.el (octave-completion-at-point-function):
9596 Make use of inferior octave process.
9597 (octave-initialize-completions): Remove.
9598 (inferior-octave-completion-table): New function.
9599 (inferior-octave-completion-at-point): Use it.
9600 (octave-completion-alist): Remove.
9601
9602 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * progmodes/opascal.el: Use font-lock and syntax-propertize.
9605 (opascal-mode-syntax-table): New var.
9606 (opascal-literal-kind, opascal-is-literal-end)
9607 (opascal-literal-token-at): Rewrite.
9608 (opascal--literal-start-re, opascal-font-lock-keywords)
9609 (opascal--syntax-propertize): New constants.
9610 (opascal-font-lock-defaults): Adjust.
9611 (opascal-mode): Use them. Set comment-<foo> variables as well.
9612 (delphi-comment-face, opascal-comment-face, delphi-string-face)
9613 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9614 (delphi-other-face, opascal-other-face): Remove face variables.
9615 (opascal-save-state): Remove macro.
9616 (opascal-fontifying-progress-step): Remove constant.
9617 (opascal--ignore-changes): Remove var.
9618 (opascal-set-token-property, opascal-parse-next-literal)
9619 (opascal-is-stable-literal, opascal-complete-literal)
9620 (opascal-is-literal-start, opascal-face-of)
9621 (opascal-parse-region, opascal-parse-region-until-stable)
9622 (opascal-fontify-region, opascal-after-change)
9623 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9624 (opascal-debug-parse-region, opascal-debug-parse-window)
9625 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9626 (opascal-debug-fontify-buffer): Remove.
9627 (opascal-debug-mode-map): Adjust accordingly.
9628
9629 2013-04-25 Leo Liu <sdl.web@gmail.com>
9630
9631 Merge octave-mod.el and octave-inf.el into octave.el with some
9632 cleanups.
9633 * progmodes/octave.el: New file renamed from octave-mod.el.
9634 * progmodes/octave-inf.el: Merged into octave.el.
9635 * progmodes/octave-mod.el: Renamed to octave.el.
9636
9637 2013-04-25 Tassilo Horn <tsdh@gnu.org>
9638
9639 * textmodes/reftex-vars.el
9640 (reftex-label-ignored-macros-and-environments): New defcustom.
9641
9642 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9643
9644 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9647 (smie-indent-keyword): Improve the check to ensure that the next
9648 comment is really on the same line.
9649 (smie-indent-comment): Don't align with a subsequent closer (or eob).
9650
9651 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9652 semi-colons if the line is not otherwise empty (bug#14218).
9653
9654 2013-04-25 Glenn Morris <rgm@gnu.org>
9655
9656 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9657
9658 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9659
9660 * progmodes/opascal.el (opascal-set-token-property): Rename from
9661 opascal-set-text-properties and only set `token' (bug#14134).
9662 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9663 (opascal-literal-text-properties): Remove.
9664 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9665 Adjust callers.
9666
9667 2013-04-24 Reuben Thomas <rrt@sc3d.org>
9668
9669 * textmodes/remember.el (remember-handler-functions): Add an
9670 option for a new handler `remember-store-in-files'.
9671 (remember-data-directory, remember-directory-file-name-format):
9672 New options.
9673 (remember-store-in-files): New function to store remember notes
9674 as separate files within a directory.
9675
9676 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
9677
9678 * progmodes/compile.el (compilation-next-error-function):
9679 Pass "formats" to compilation-find-file (bug#11777).
9680
9681 2013-04-24 Glenn Morris <rgm@gnu.org>
9682
9683 * vc/vc-bzr.el (vc-bzr-print-log):
9684 * vc/vc-hg.el (vc-hg-print-log):
9685 * vc/vc-svn.el (vc-svn-print-log):
9686 Fix START-REVISION with LIMIT != 1. (Bug#14168)
9687
9688 * vc/vc-bzr.el (vc-bzr-print-log):
9689 * vc/vc-cvs.el (vc-cvs-print-log):
9690 * vc/vc-git.el (vc-git-print-log):
9691 * vc/vc-hg.el (vc-hg-print-log):
9692 * vc/vc-mtn.el (vc-mtn-print-log):
9693 * vc/vc-rcs.el (vc-rcs-print-log):
9694 * vc/vc-sccs.el (vc-sccs-print-log):
9695 * vc/vc-svn.el (vc-svn-print-log):
9696 * vc/vc.el (vc-print-log-internal): Doc fixes.
9697
9698 2013-04-23 Glenn Morris <rgm@gnu.org>
9699
9700 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9701 Remove venerable code attempting to avoid substitute-command-keys.
9702
9703 2013-04-23 Tassilo Horn <tsdh@gnu.org>
9704
9705 * textmodes/reftex-vars.el (reftex-label-regexps):
9706 Call `reftex-compile-variables' after changes to this variable.
9707
9708 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9711 Use lexical-binding.
9712 (jit-lock-force-redisplay): Use markers, check buffer's continued
9713 existence and beware narrowed buffers.
9714 (jit-lock-fontify-now): Adjust call accordingly.
9715
9716 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9719 to avoid misleading the user.
9720
9721 2013-04-22 Leo Liu <sdl.web@gmail.com>
9722
9723 * info-look.el: Prefer latex2e.info. (Bug#14240)
9724
9725 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
9726
9727 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9728
9729 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9730 * net/tramp.el (tramp-call-process): ... here.
9731 (tramp-set-completion-function, tramp-parse-putty):
9732 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9733 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9734 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9735 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9736 (tramp-call-local-coding-command): Use `tramp-call-process'
9737 instead of `tramp-compat-call-process'.
9738
9739 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9740 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9741 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9742 (tramp-find-inline-compress): Improve traces.
9743 (tramp-maybe-send-script): Check for Perl binary.
9744 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9745
9746 2013-04-22 Daiki Ueno <ueno@gnu.org>
9747
9748 * epg.el (epg-context-pinentry-mode): New function.
9749 (epg-context-set-pinentry-mode): New function.
9750 (epg--start): Pass --pinentry-mode option to gpg command.
9751
9752 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9753
9754 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9755 `comint-dynamic-complete' is obsolete since 24.1, replaced by
9756 `completion-at-point'. (Bug#13774)
9757
9758 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9759 default key binding for `describe-distribution' has been moved to
9760 `C-h C-o'. (Bug#13970)
9761
9762 2013-04-21 Glenn Morris <rgm@gnu.org>
9763
9764 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9765 Add doc strings.
9766 (vc-print-log): Clarify interactive prompt.
9767
9768 2013-04-20 Glenn Morris <rgm@gnu.org>
9769
9770 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9771 No longer include timestamp etc information.
9772
9773 2013-04-20 Roland Winkler <winkler@gnu.org>
9774
9775 * faces.el (read-face-name): Bug fix, return just one face if arg
9776 multiple is nil. (Bug#14209)
9777
9778 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9781 (remove-function): Autoload.
9782
9783 * comint.el (comint-redirect-original-filter-function): Remove.
9784 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9785 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9786 (vc-cvs-annotate-command):
9787 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9788 * progmodes/prolog.el (prolog-consult-compile):
9789 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9790 Use add/remove-function instead.
9791 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9792 (gud-tooltip-process-output, gud-tooltip-tips):
9793 Use add/remove-function instead.
9794 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9795 (scheme-interaction-mode, exit-scheme-interaction-mode):
9796 Use add/remove-function instead.
9797
9798 * vc/vc-dispatcher.el: Use lexical-binding.
9799 (vc--process-sentinel): Rename from vc-process-sentinel.
9800 Change last arg to be the code to run. Don't use vc-previous-sentinel
9801 and vc-sentinel-commands any more.
9802 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9803 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9804
9805 2013-04-19 Masatake YAMATO <yamato@redhat.com>
9806
9807 * progmodes/sh-script.el (sh-imenu-generic-expression):
9808 Handle function names with a single character. (Bug#14111)
9809
9810 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
9811
9812 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9813 for subroutines defined in an eval (bug#14182).
9814
9815 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9816
9817 * bookmark.el (bookmark-completing-read): Improve handling of empty
9818 string (bug#14176).
9819
9820 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9821
9822 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9823
9824 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9825
9826 New faster Imenu implementation (bug#14058).
9827 * progmodes/python.el:
9828 (python-imenu-prev-index-position):
9829 (python-imenu-format-item-label-function)
9830 (python-imenu-format-parent-item-label-function)
9831 (python-imenu-format-parent-item-jump-label-function):
9832 New vars.
9833 (python-imenu-format-item-label)
9834 (python-imenu-format-parent-item-label)
9835 (python-imenu-format-parent-item-jump-label)
9836 (python-imenu--put-parent, python-imenu--build-tree)
9837 (python-imenu-create-index, python-imenu-create-flat-index)
9838 (python-util-popn): New functions.
9839 (python-mode): Set imenu-create-index-function to
9840 python-imenu-create-index.
9841
9842 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * winner.el (winner-active-region): Use region-active-p, activate-mark
9845 and deactivate-mark (bug#14225).
9846
9847 * simple.el (deactivate-mark): Don't inline it.
9848
9849 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
9850
9851 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9852
9853 2013-04-18 Tassilo Horn <tsdh@gnu.org>
9854
9855 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9856 file extensions from the archive-mode entry in order to prefer
9857 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9858
9859 2013-04-18 Leo Liu <sdl.web@gmail.com>
9860
9861 * bindings.el (help-event-list): Add ?\?.
9862
9863 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * subr.el (with-wrapper-hook): Declare obsolete.
9866 * simple.el (filter-buffer-substring-function): New hook.
9867 (filter-buffer-substring): Use it.
9868 (filter-buffer-substring-functions): Mark obsolete.
9869 * minibuffer.el (completion-in-region-function): New hook.
9870 (completion-in-region): Use it.
9871 (completion-in-region-functions): Mark obsolete.
9872 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9873 * abbrev.el (abbrev-expand-function): New hook.
9874 (expand-abbrev): Use it.
9875 (abbrev-expand-functions): Mark obsolete.
9876 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9877 and :filter-return.
9878
9879 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9880
9881 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9882 and do not care about match data.
9883
9884 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9885
9886 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9887 completion tables when completing error conditions and
9888 `declare' arguments.
9889 (lisp-complete-symbol, field-complete): Mark as obsolete.
9890 (check-parens): Unmatched parens are user errors.
9891 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9892
9893 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
9894
9895 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9896 command changed buffer (ie. `flyspell-pre-buffer' is not current
9897 buffer), which prevents making decisions based on invalid value of
9898 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9899 cause an error when `flyspell-pre-point' was nil after switching
9900 buffers.
9901 (flyspell-post-command-hook): No longer needs to change buffers when
9902 checking pre-word. While at it remove unnecessary progn.
9903
9904 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9905
9906 * textmodes/ispell.el (ispell-add-per-file-word-list):
9907 Fix `flyspell-correct-word-before-point' error when accepting
9908 words and `coment-padding' is an integer by using
9909 `comment-normalize-vars' (Bug #14214).
9910
9911 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9912
9913 New defun movement commands.
9914 * progmodes/python.el (python-nav--syntactically)
9915 (python-nav--forward-defun, python-nav-backward-defun)
9916 (python-nav-forward-defun): New functions.
9917
9918 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9919
9920 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9921 (python-syntax-context): Use named compiler-macro for backwards
9922 compatibility with Emacs 24.x.
9923
9924 2013-04-17 Leo Liu <sdl.web@gmail.com>
9925
9926 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9927 octave-hide-process-buffer.
9928
9929 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9932 (bug#14216).
9933
9934 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9935
9936 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9937 Fix adjustment of offset when receiving incomplete responses from GDB
9938 (bug#14129).
9939
9940 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9943 python-mode-abbrev-table.
9944 (python-skeleton-define): Adjust accordingly.
9945 (python-mode-abbrev-table): New table that inherits from it so that
9946 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9947
9948 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9949 (abbrev-symbol): Use it.
9950 (abbrev--before-point): Use it since we already handle inheritance.
9951
9952 2013-04-16 Leo Liu <sdl.web@gmail.com>
9953
9954 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9955 binding to info-lookup-symbol.
9956
9957 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
9958
9959 * minibuffer.el (completion--twq-all):
9960 * term/ns-win.el (ns-initialize-window-system):
9961 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9962
9963 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9966 global bindings.
9967
9968 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9969
9970 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9971
9972 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9973 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9974 to nil.
9975 (ruby-end-of-defun): Remove the unused arg, change the docstring
9976 to reflect that this function is only used as the value of
9977 `end-of-defun-function'.
9978 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9979 to reflect an earlier change that beginning/end-of-defun functions
9980 jump between methods in a class definition, as well as top-level
9981 functions.
9982
9983 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9984
9985 * minibuffer.el (minibuffer-complete): Don't just scroll
9986 a *Completions* that's been iconified.
9987 (minibuffer-force-complete): Make sure repetitions do cycle when going
9988 through completion-in-region -> minibuffer-complete.
9989
9990 2013-04-15 Alan Mackenzie <acm@muc.de>
9991
9992 Correct the placement of c-cpp-delimiters when there're #s not at
9993 col 0.
9994
9995 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9996 place a submatch around the #.
9997 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9998 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
9999 on the #, not BOL.
10000
10001 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * emacs-lisp/nadvice.el: Properly test names when adding advice.
10004 (advice--member-p): New arg `name'.
10005 (advice--add-function, advice-member-p): Use it (bug#14202).
10006
10007 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
10008
10009 Reformulate java imenu-generic-expression.
10010 The old expression contained ill formed regexps.
10011
10012 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
10013 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
10014 (cc-imenu-java-method-arg-regexp): New defconsts.
10015 (cc-imenu-java-build-type-args-regex): New defun.
10016 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
10017 handling of spaces in the regexp.
10018
10019 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10020
10021 * textmodes/ispell.el (ispell-command-loop): Remove
10022 flyspell highlight of a word when ispell accepts it (bug #14178).
10023
10024 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
10025
10026 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
10027 uses code from the previous `ange-ftp-run-real-handler'.
10028 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
10029 only in case that function exist. This is needed for proper
10030 unloading of Tramp.
10031
10032 2013-04-15 Tassilo Horn <tsdh@gnu.org>
10033
10034 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
10035
10036 * textmodes/reftex.el (reftex-compile-variables): Use it.
10037
10038 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * files.el (normal-mode): Only use default major-mode if no other mode
10041 was specified.
10042
10043 * emacs-lisp/trace.el (trace-values): New function.
10044
10045 * files.el: Allow : in local variables (bug#14089).
10046 (hack-local-variable-regexp): New var.
10047 (hack-local-variables-prop-line, hack-local-variables): Use it.
10048
10049 2013-04-13 Roland Winkler <winkler@gnu.org>
10050
10051 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
10052 data before it gets modified by bibtex-beginning-of-entry.
10053
10054 2013-04-13 Roland Winkler <winkler@gnu.org>
10055
10056 * textmodes/bibtex.el (bibtex-url): Doc fix.
10057
10058 2013-04-13 Roland Winkler <winkler@gnu.org>
10059
10060 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
10061 does not visit a BibTeX file, exclude it from the list of buffers
10062 returned by bibtex-initialize.
10063
10064 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
10065
10066 * window.el (split-window): Remove interactive form, since as a
10067 command this function is a special case of split-window-below.
10068 Correct doc string.
10069
10070 2013-04-12 Roland Winkler <winkler@gnu.org>
10071
10072 * faces.el (read-face-name): Do not override value of arg default.
10073 Allow single faces and strings as default values. Remove those
10074 elements from return value that are not faces.
10075 (describe-face): Simplify.
10076 (face-at-point): New optional args thing and multiple so that this
10077 function can provide the same functionality previously provided by
10078 read-face-name.
10079 (make-face-bold, make-face-unbold, make-face-italic)
10080 (make-face-unitalic, make-face-bold-italic, invert-face)
10081 (modify-face, read-face-and-attribute): Use face-at-point.
10082
10083 * cus-edit.el (customize-face, customize-face-other-window)
10084 * cus-theme.el (custom-theme-add-face)
10085 * face-remap.el (buffer-face-set)
10086 * facemenu.el (facemenu-set-face): Use face-at-point.
10087
10088 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
10089
10090 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
10091
10092 2013-04-10 Tassilo Horn <tsdh@gnu.org>
10093
10094 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
10095 off leading { and trailing } from field values.
10096
10097 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10098
10099 * emacs-lisp/timer.el (timer--check): New function.
10100 (timer--time, timer-set-function, timer-event-handler): Use it.
10101 (timer-set-idle-time): Simplify.
10102 (timer--activate): CSE.
10103 (timer-event-handler): Give more info in error message.
10104 (internal-timer-start-idle): New function, moved from C.
10105
10106 * mpc.el (mpc-proc): Add `restart' argument.
10107 (mpc-proc-cmd): Use it.
10108 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
10109 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
10110 less often.
10111
10112 2013-04-10 Masatake YAMATO <yamato@redhat.com>
10113
10114 * progmodes/sh-script.el: Implement `sh-mode' own
10115 `add-log-current-defun-function' (bug#14112).
10116 (sh-current-defun-name): New function.
10117 (sh-mode): Use the function.
10118
10119 2013-04-09 Bastien Guerry <bzg@gnu.org>
10120
10121 * simple.el (choose-completion-string): Fix docstring (bug#14163).
10122
10123 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
10126
10127 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
10128 timer (bug#14156).
10129
10130 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
10131
10132 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
10133 declaration.
10134
10135 2013-04-07 Leo Liu <sdl.web@gmail.com>
10136
10137 * pcmpl-x.el: New file.
10138
10139 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
10140
10141 Do not set x-display-name until X connection is established.
10142 This is needed to prevent from weird situation described at
10143 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
10144 * frame.el (make-frame): Set x-display-name after call to
10145 window system initialization function, not before.
10146 * term/x-win.el (x-initialize-window-system): Add optional
10147 display argument and use it.
10148 * term/w32-win.el (w32-initialize-window-system):
10149 * term/ns-win.el (ns-initialize-window-system):
10150 * term/pc-win.el (msdos-initialize-window-system):
10151 Add compatible optional display argument.
10152
10153 2013-04-06 Eli Zaretskii <eliz@gnu.org>
10154
10155 * files.el (normal-backup-enable-predicate): On MS-Windows and
10156 MS-DOS compare truenames of temporary-file-directory and of the
10157 file, so that 8+3 aliases (usually found in $TEMP on Windows)
10158 don't fail comparison by compare-strings. Also, compare file
10159 names case-insensitively on MS-Windows and MS-DOS.
10160
10161 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
10164 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
10165
10166 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
10167
10168 * whitespace.el (whitespace-color-on, whitespace-color-off):
10169 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
10170
10171 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
10172
10173 * ispell.el (ispell-set-spellchecker-params):
10174 Really set `ispell-args' for all equivs.
10175
10176 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * ido.el (ido-completions): Use extra elements of ido-decorations
10179 (bug#14143).
10180 (ido-decorations): Update docstring.
10181
10182 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
10183
10184 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10185 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
10186 nil during initialization, in order not to miss changes since the
10187 file was opened. (Bug#14140)
10188
10189 2013-04-05 Leo Liu <sdl.web@gmail.com>
10190
10191 * kmacro.el (kmacro-call-macro): Fix bug#14135.
10192
10193 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
10194
10195 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
10196
10197 2013-04-04 Glenn Morris <rgm@gnu.org>
10198
10199 * electric.el (electric-pair-inhibit-predicate): Add :version.
10200
10201 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
10204 when a package is required several times (bug#14082).
10205
10206 2013-04-04 Roland Winkler <winkler@gnu.org>
10207
10208 * faces.el (read-face-name): Behave as promised by the docstring.
10209 Assume that arg default is a list of faces.
10210 (describe-face): Call read-face-name with list of default faces.
10211
10212 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10213
10214 * bookmark.el: Fix deletion of bookmarks (bug#13972).
10215 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
10216 (bookmark-bmenu-execute-deletions): Only skip first line if it's
10217 the header.
10218 (bookmark-exit-hook-internal): Save even if list is empty.
10219
10220 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
10221
10222 * emacs-lisp/package.el (package-pinned-packages): New var.
10223 (package--add-to-archive-contents): Obey it (bug#14118).
10224
10225 2013-04-03 Alan Mackenzie <acm@muc.de>
10226
10227 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
10228 Also adapt to the new values of element 7 of a parse state.
10229
10230 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
10231 parameter `not-in-delimiter'. Handle being inside comment opener.
10232 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
10233 character in case we're typing a '*' after a '/'.
10234 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
10235 instead by passing the parameter to c-state-pp-to-literal.
10236
10237 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
10238 for elt. 7 of a parse state.
10239
10240 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
10241
10242 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
10243 * international/latin1-disp.el, international/mule-util.el:
10244 * language/cyril-util.el, language/european.el, language/ind-util.el:
10245 * language/lao-util.el, language/thai.el, language/tibet-util.el:
10246 * language/tibetan.el, language/viet-util.el:
10247 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
10248
10249 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
10252 (electric-pair-post-self-insert-function): Use it.
10253 (electric-pair-default-inhibit): New function, extracted from
10254 electric-pair-post-self-insert-function.
10255
10256 2013-03-31 Roland Winkler <winkler@gnu.org>
10257
10258 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10259
10260 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10263
10264 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
10265
10266 Un-indent after "pass" and "return" statements (Bug#13888)
10267 * progmodes/python.el (python-indent-block-enders): New var.
10268 (python-indent-calculate-indentation): Use it.
10269
10270 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
10271
10272 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10273 defun. Defining it as defalias could introduce too eager
10274 byte-compiler optimization. (Bug#14030)
10275
10276 2013-03-30 Chong Yidong <cyd@gnu.org>
10277
10278 * iswitchb.el (iswitchb-read-buffer): Fix typo.
10279
10280 2013-03-30 Leo Liu <sdl.web@gmail.com>
10281
10282 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10283 (kmacro-execute-from-register): Pass the keyboard macro to
10284 kmacro-call-macro or repeating won't work correctly.
10285
10286 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
10287
10288 * progmodes/subword.el: Back to using `forward-symbol'.
10289
10290 * subr.el (forward-whitespace, forward-symbol)
10291 (forward-same-syntax): Move from thingatpt.el.
10292
10293 2013-03-29 Leo Liu <sdl.web@gmail.com>
10294
10295 * kmacro.el (kmacro-to-register): New command.
10296 (kmacro-execute-from-register): New function.
10297 (kmacro-keymap): Bind to 'x'. (Bug#14071)
10298
10299 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10300
10301 * mpc.el: Use defvar-local and setq-local.
10302 (mpc--proc-connect): Connection failures are not bugs.
10303 (mpc-mode-map): `follow-link' only applies to the buffer's content.
10304 (mpc-volume-map): Bind to the up-events.
10305
10306 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10307
10308 * progmodes/subword.el (superword-mode): Use `forward-sexp'
10309 instead of `forward-symbol'.
10310
10311 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10312
10313 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10314 (edebug--recursive-edit): Use it.
10315 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10316 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10317
10318 2013-03-28 Leo Liu <sdl.web@gmail.com>
10319
10320 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
10321
10322 2013-03-27 Eli Zaretskii <eliz@gnu.org>
10323
10324 * facemenu.el (list-colors-callback): New defvar.
10325 (list-colors-redisplay): New function.
10326 (list-colors-display): Install list-colors-redisplay as the
10327 revert-buffer-function. (Bug#14063)
10328
10329 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10332 and suffixes don't overlap (bug#14061).
10333
10334 * case-table.el: Use lexical-binding.
10335 (case-table-get-table): New function.
10336 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
10337
10338 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10339
10340 * progmodes/subword.el: Add `superword-mode' to do word motion
10341 over symbol_words (parallels and leverages `subword-mode' which
10342 does word motion inside MixedCaseWords).
10343
10344 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
10345
10346 * eshell/em-unix.el: Move su and sudo to...
10347 * eshell/em-tramp.el: ...Eshell tramp module.
10348
10349 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10350
10351 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10352 Change return value to be a sexp. Delay `get-buffer' to after
10353 restoring the desktop (bug#13951).
10354
10355 2013-03-26 Leo Liu <sdl.web@gmail.com>
10356
10357 * register.el: Move semantic tag handling back to
10358 cedet/semantic/senator.el. (Bug#14052)
10359
10360 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10361
10362 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10363 into the prompt either (bug#13963).
10364
10365 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10366
10367 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10368 part of "(error-foo)".
10369
10370 2013-03-24 Juri Linkov <juri@jurta.org>
10371
10372 * replace.el (list-matching-lines-prefix-face): New defcustom.
10373 (occur-1): Pass `list-matching-lines-prefix-face' to the function
10374 `occur-engine' if `face-differs-from-default-p' returns t.
10375 (occur-engine): Add `,' inside backquote construct to evaluate
10376 `prefix-face'. Propertize the prefix with the `prefix-face' face.
10377 Pass `prefix-face' to the functions `occur-context-lines' and
10378 `occur-engine-add-prefix'.
10379 (occur-engine-add-prefix, occur-context-lines): Add optional arg
10380 `prefix-face' and propertize the prefix with `prefix-face'.
10381 (Bug#14017)
10382
10383 2013-03-24 Leo Liu <sdl.web@gmail.com>
10384
10385 * nxml/rng-valid.el (rng-validate-while-idle)
10386 (rng-validate-quick-while-idle): Guard against deleted buffer.
10387 (Bug#13999)
10388
10389 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10390 is the last entry in kill-buffer-hook.
10391
10392 * files.el (kill-buffer-hook): Doc fix.
10393
10394 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
10395
10396 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10397 Make it safe-local.
10398
10399 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10400
10401 2013-03-23 Leo Liu <sdl.web@gmail.com>
10402
10403 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10404 Remove.
10405
10406 * nxml/rng-valid.el (rng-validate-mode)
10407 (rng-after-change-function, rng-do-some-validation):
10408 * nxml/rng-maint.el (rng-validate-buffer):
10409 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10410 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10411 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10412 (nxml-extend-after-change-region): Use with-silent-modifications.
10413
10414 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10415 timer-idle-list.
10416
10417 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10418 (rng-next-error-1, rng-previous-error-1): Do not let-bind
10419 timer-idle-list. (Bug#13999)
10420
10421 2013-03-23 Juri Linkov <juri@jurta.org>
10422
10423 * info.el (info-index-match): New face.
10424 (Info-index, Info-apropos-matches): Add a nested subgroup to the
10425 main pattern and add text properties with the new face to matches
10426 in index entries relative to the beginning of the index entry.
10427 (Bug#14015)
10428
10429 2013-03-21 Eric Ludlam <zappo@gnu.org>
10430
10431 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10432 Inhibit read only while inserting objects.
10433
10434 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
10435
10436 * progmodes/cfengine.el: Update docs to mention
10437 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
10438 symbol motion. Remove "_" from the word syntax.
10439
10440 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
10441
10442 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10443 syntax for both `cfengine2-mode' and `cfengine3-mode'.
10444
10445 2013-03-20 Juri Linkov <juri@jurta.org>
10446
10447 * info.el (Info-next-reference-or-link)
10448 (Info-prev-reference-or-link): New functions.
10449 (Info-next-reference, Info-prev-reference): Use them.
10450 (Info-try-follow-nearest-node): Handle footnote navigation.
10451 (Info-fontify-node): Fontify footnotes. (Bug#13989)
10452
10453 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10454
10455 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10456 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10457
10458 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
10459
10460 Suppress unnecessary non-ASCII chatter during build process.
10461 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10462 (batch-skkdic-convert): Suppress most of the chatter.
10463 It's not needed so much now that machines are faster,
10464 and its non-ASCII component was confusing; see Dmitry Gutov in
10465 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10466
10467 2013-03-20 Leo Liu <sdl.web@gmail.com>
10468
10469 * ido.el (ido-chop): Fix bug#10994.
10470
10471 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10472
10473 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10474 Remove vars.
10475 (whitespace-color-on, whitespace-color-off):
10476 Use `font-lock-fontify-buffer' (Bug#13817).
10477
10478 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10481 remapping in mode-line.
10482 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10483
10484 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10485
10486 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10487 value for `whitespace-line' face (Bug#13875).
10488 (whitespace-font-lock-keywords): Change description.
10489 (whitespace-color-on): Don't save `font-lock-keywords' value, save
10490 the constructed keywords instead.
10491 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10492
10493 2013-03-19 Leo Liu <sdl.web@gmail.com>
10494
10495 * progmodes/compile.el (compilation-display-error): New command.
10496 (compilation-mode-map, compilation-minor-mode-map): Bind it to
10497 C-o. (Bug#13992)
10498
10499 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10500
10501 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10502
10503 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
10504
10505 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10506
10507 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
10508
10509 * net/tramp-compat.el (tramp-compat-user-error): New defun.
10510
10511 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10512 * net/tramp-gvfs.el (top):
10513 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10514 (tramp-handle-shell-command): Use it.
10515 (tramp-dissect-file-name): Raise an error when hostname is a
10516 method name, and neither method nor user is specified.
10517
10518 * net/trampver.el: Update release number.
10519
10520 2013-03-18 Leo Liu <sdl.web@gmail.com>
10521
10522 Make sure eldoc can be turned off properly.
10523 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10524 eldoc-mode.
10525 (eldoc-display-message-p): Revert last change.
10526 (eldoc-display-message-no-interference-p)
10527 (eldoc-print-current-symbol-info): Tweak.
10528
10529 2013-03-18 Tassilo Horn <tsdh@gnu.org>
10530
10531 * doc-view.el (doc-view-new-window-function): Check the new window
10532 overlay's display property instead the char property of the
10533 buffer's first char. Use `with-selected-window' instead of
10534 `save-window-excursion' with `select-window'.
10535 (doc-view-document->bitmap): Check the current doc-view overlay's
10536 display property instead the char property of the buffer's first char.
10537
10538 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10539
10540 Automate the build of ja-dic.el (Bug#13984).
10541 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10542 from the input, rather than assume that it's been done for us by the
10543 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
10544 the current date into a ja-dic.el comment, as that complicates
10545 regression testing.
10546
10547 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * whitespace.el: Fix double evaluation.
10550 (whitespace-space, whitespace-hspace, whitespace-tab)
10551 (whitespace-newline, whitespace-trailing, whitespace-line)
10552 (whitespace-space-before-tab, whitespace-indentation)
10553 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10554 obsolete defvars.
10555 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10556 (whitespace-color-on): Use a single font-lock-add-keywords call.
10557 Fix double-evaluation of face variables.
10558
10559 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
10560
10561 * net/tramp-adb.el (tramp-adb-parse-device-names):
10562 Use `start-process' instead of `call-process'. Otherwise, the
10563 function might be blocked under MS Windows. (Bug#13299)
10564
10565 2013-03-17 Leo Liu <sdl.web@gmail.com>
10566
10567 Extend eldoc to display info in the mode-line. (Bug#13978)
10568 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10569 (eldoc-mode-line-string): New variable.
10570 (eldoc-minibuffer-message): New function.
10571 (eldoc-message-function): New variable.
10572 (eldoc-message): Use it.
10573 (eldoc-display-message-p)
10574 (eldoc-display-message-no-interference-p):
10575 Support eldoc-post-insert-mode.
10576
10577 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10578 (eval-expression): Run it.
10579
10580 2013-03-17 Roland Winkler <winkler@gnu.org>
10581
10582 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10583 strings in the list of return values.
10584
10585 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10586
10587 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10588 radix before checking for HMS forms.
10589
10590 2013-03-16 Leo Liu <sdl.web@gmail.com>
10591
10592 * progmodes/scheme.el: Add indentation and font-locking for λ.
10593 (Bug#13975)
10594
10595 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10596
10597 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10598 token before point (bug#13942).
10599
10600 2013-03-16 Leo Liu <sdl.web@gmail.com>
10601
10602 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
10603
10604 2013-03-16 Eli Zaretskii <eliz@gnu.org>
10605
10606 * startup.el (command-line-normalize-file-name): Fix handling of
10607 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
10608 <xfq.free@gmail.com> in
10609 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10610
10611 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
10612
10613 Sync with Tramp 2.2.7.
10614
10615 * net/trampver.el: Update release number.
10616
10617 2013-03-14 Tassilo Horn <tsdh@gnu.org>
10618
10619 * doc-view.el: Fix bug#13887.
10620 (doc-view-insert-image): Don't modify overlay associated to
10621 non-live windows, and implement horizontal centering of image in
10622 case it's smaller than the window.
10623 (doc-view-new-window-function): Force redisplay of new windows on
10624 doc-view buffers.
10625
10626 2013-03-13 Karl Fogel <kfogel@red-bean.com>
10627
10628 * saveplace.el (save-place-alist-to-file): Don't sort
10629 `save-place-alist', just pretty-print it (bug#13882).
10630
10631 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
10632
10633 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10634 Check whether `default-file-name-coding-system' is bound.
10635 It isn't in XEmacs.
10636
10637 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10638
10639 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10640 backquotes for `obsolete' (bug#13929).
10641
10642 * international/mule.el (find-auto-coding): Include file name in
10643 obsolescence warning (bug#13922).
10644
10645 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
10646
10647 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10648 for CFEngine 3-specific indentation.
10649 (cfengine3-indent-line): Use it. Fix up category regex.
10650 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10651
10652 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * type-break.el (type-break-file-name):
10655 * textmodes/remember.el (remember-data-file):
10656 * strokes.el (strokes-file):
10657 * shadowfile.el (shadow-initialize):
10658 * saveplace.el (save-place-file):
10659 * ps-bdf.el (bdf-cache-file):
10660 * progmodes/idlwave.el (idlwave-config-directory):
10661 * net/quickurl.el (quickurl-url-file):
10662 * international/kkc.el (kkc-init-file-name):
10663 * ido.el (ido-save-directory-list-file):
10664 * emulation/viper.el (viper-custom-file-name):
10665 * emulation/vip.el (vip-startup-file):
10666 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10667 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10668
10669 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
10670
10671 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10672 * language/thai-word.el: Switch to UTF-8.
10673
10674 See ChangeLog.16 for earlier changes.
10675
10676 ;; Local Variables:
10677 ;; coding: utf-8
10678 ;; End:
10679
10680 Copyright (C) 2011-2013 Free Software Foundation, Inc.
10681
10682 This file is part of GNU Emacs.
10683
10684 GNU Emacs is free software: you can redistribute it and/or modify
10685 it under the terms of the GNU General Public License as published by
10686 the Free Software Foundation, either version 3 of the License, or
10687 (at your option) any later version.
10688
10689 GNU Emacs is distributed in the hope that it will be useful,
10690 but WITHOUT ANY WARRANTY; without even the implied warranty of
10691 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10692 GNU General Public License for more details.
10693
10694 You should have received a copy of the GNU General Public License
10695 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.