* src/window.c (set_window_buffer): Update mode line.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
73c8ceea
BB
12013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
2
3 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4
faec28d9
TH
52013-12-07 Tassilo Horn <tsdh@gnu.org>
6
7 * help-fns.el (describe-function-1): Use new advice-* functions
8 rather than old ad-* functions. Fix function type description and
9 source links for advised functions and subrs.
10
e330b646
LMI
112013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12
13 * net/shr.el (shr-tag-img): Don't bug out on <img src="">
14 data.
15
4803595d
MA
162013-12-06 Michael Albinus <michael.albinus@gmx.de>
17
18 * progmodes/compile.el (compilation-start):
19 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
20
21 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
22 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
23
fa834a93
DG
242013-12-06 Dmitry Gutov <dgutov@yandex.ru>
25
26 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Touch
27 up the last change.
28
b2856a6f
LL
292013-12-06 Leo Liu <sdl.web@gmail.com>
30
31 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
32 (inferior-octave-startup): Always use "octave> " for prompt.
33 (octave-goto-function-definition)
34 (octave-sync-function-file-names)
35 (octave-find-definition-default-filename): Remove redundant backquotes.
36
af67e79a
DG
372013-12-06 Dmitry Gutov <dgutov@yandex.ru>
38
39 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
40 syntax for `?'.
41 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
42 where appropriate already.
43 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
44 end of method names (Bug#15874).
45
bf093209
JL
462013-12-06 Juri Linkov <juri@jurta.org>
47
48 * isearch.el (isearch--saved-overriding-local-map):
49 New internal variable.
50 (isearch-mode): Set it to the initial value of
51 `overriding-terminal-local-map'.
52 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
53 with `isearch--saved-overriding-local-map'. (Bug#16035)
54
16588fad
DG
552013-12-06 Dmitry Gutov <dgutov@yandex.ru>
56
57 * progmodes/octave.el (inferior-octave-completion-table): Turn
58 back into function, use `completion-table-with-cache'
59 (Bug#11906). Update all references.
60
61 * minibuffer.el (completion-table-with-cache): New function.
62
bf4906d7
CD
632013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
64
65 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
66
ff69c18f
TZ
672013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
68
69 * net/eww.el (eww-current-source): New variable to store page
70 source.
71 (eww-display-html, eww-mode, eww-save-history)
72 (eww-restore-history): Use it.
73 (eww-view-source): New command to view page source.
74 Opportunistically uses `html-mode' to highlight the buffer.
75 (eww-mode-map): Install it.
76
b85eff45
MA
772013-12-05 Michael Albinus <michael.albinus@gmx.de>
78
79 * net/dbus.el (dbus-unregister-service)
80 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
81 Fix docstring.
82 (dbus-unregister-service): Skip :serial entries in
83 `dbus-registered-objects-table'.
84 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
85
39eb0899
TZ
862013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
87
88 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
89 around keywords with extra `split-string' argument.
90
456760a5
MR
912013-12-04 Martin Rudalics <rudalics@gmx.at>
92
93 * windmove.el (windmove-other-window-loc): Handle navigation
94 between windows (excluding the minibuffer window - Bug#16017).
95
81961e4c
MA
962013-12-04 Michael Albinus <michael.albinus@gmx.de>
97
98 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
99 in D-Bus type syntax.
100 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
101 preserve unibyte strings. (Bug#16048)
102
8497f938
SM
1032013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
106 Call force-mode-line-update is the proper buffer (bug#16042).
107
dda61916
DG
1082013-12-04 Dmitry Gutov <dgutov@yandex.ru>
109
110 * vc/log-edit.el (log-edit-add-new-comment): Rename to
111 `log-edit-remember-comment', make argument optional. Adjust all
112 callers.
113 (log-edit-mode): Add `log-edit-remember-comment' to
114 `kill-buffer-hook' locally.
115 (log-edit-kill-buffer): Don't remember comment explicitly since
116 the buffer is killed anyway.
117
c085e5b9
JL
1182013-12-04 Juri Linkov <juri@jurta.org>
119
120 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
121 add-hook and remove-hook for multi-buffer search. (Bug#16035)
122
d6f2380e
TR
1232013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
124
125 * notifications.el (notifications-close-notification): Call the
81961e4c 126 D-Bus method with ID being a `:uint32'. (Bug#16030)
d6f2380e 127
39fa32d6
KY
1282013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
129
130 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
131
9139632a
JL
1322013-12-03 Juri Linkov <juri@jurta.org>
133
134 * progmodes/compile.el (compilation-start): Rename window alist
135 entry `no-display-ok' to `allow-no-window'.
136
137 * simple.el (shell-command): Add window alist entry
138 `allow-no-window' to `display-buffer'.
139 (async-shell-command): Doc fix.
140
141 * window.el (display-buffer-no-window): New action function.
142 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
143
0f457a37
DG
1442013-12-02 Dmitry Gutov <dgutov@yandex.ru>
145
146 * vc/log-edit.el (log-edit-set-header): Extract from
147 `log-edit-toggle-header'.
148 (log-edit-extract-headers): Separate the summary, when extracted
149 from header, from the rest of the message with an empty line.
150
151 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
152 line, if present, to the Summary header.
153
0962f376
SM
1542013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
157 in current-buffer (bug#16029).
158
f345395c
HE
1592013-12-02 Helmut Eller <eller.helmut@gmail.com>
160
161 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
162 (debugger-mode-map): Bind it.
163 (debugger--backtrace-base): New function.
164 (debugger-eval-expression): Use it.
165 (debugger-frame-number): Skip local vars when present.
166 (debugger--locals-visible-p, debugger--insert-locals)
167 (debugger--show-locals, debugger--hide-locals): New functions.
168
a8a15d9d
MA
1692013-12-02 Michael Albinus <michael.albinus@gmx.de>
170
171 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
172 "LC_ALL".
173 (tramp-get-remote-locale): New defun.
174 (tramp-open-connection-setup-interactive-shell): Use it.
175
0518b057
LL
1762013-12-02 Leo Liu <sdl.web@gmail.com>
177
178 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
179
180 * progmodes/sh-script.el (sh-shell-process):
181 * progmodes/octave.el (inferior-octave-process-live-p):
182 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
183 (gdb-inferior-io-sentinel):
184 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
185
3adc9c6d
DG
1862013-12-02 Dmitry Gutov <dgutov@yandex.ru>
187
188 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
189 `save-selected-window' to `log-edit-hide-buf'. This makes
190 `log-edit-show-files' idempotent.
191 (log-edit-show-files): Mark the new window as dedicated.
192
47e8b74e
DG
1932013-12-02 Dmitry Gutov <dgutov@yandex.ru>
194
195 * vc/log-edit.el (log-edit-mode-map): Add binding for
196 `log-edit-kill-biffer'.
197 (log-edit-hide-buf): Add a FIXME comment.
198 (log-edit-add-new-comment): New function, extracted from
199 `log-edit-done'.
200 (log-edit-done, log-edit-add-to-changelog): Use it.
201 (log-edit-kill-buffer): New command.
202
1f6e1bb0
LMI
2032013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
204
205 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
206 instead of killing the buffer.
207
fb651d15
SM
2082013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
211
8feacce0
RS
2122013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
213
fb651d15 214 * net/eww.el (eww-form-checkbox-selected-symbol)
4570dd16 215 (eww-form-checkbox-symbol): New customizable variable.
fb651d15
SM
216 (eww-form-checkbox, eww-toggle-checkbox):
217 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
218
219 * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
220 (shr--get-media-pref, shr--extract-best-source): New function.
ad9a773c
RS
221 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
222 no :src tag was specified.
223
fb651d15 224 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
b2afb3ea
RS
225 (eww-render): Handle `eww-use-external-browser-for-content-type'.
226 Use \\` to match beginning of string instead of ^.
227 (eww-browse-with-external-browser): Provide optional URL parameter.
450c7b35 228 (eww-render): Set `eww-current-title' back to "".
b2afb3ea 229
177948a5
RS
230 * net/shr.el (shr-tag-video): Display content for video if no
231 poster is available.
eb2dd24d 232 (shr-tag-audio): Add support for <audio> tag.
177948a5
RS
233
234 * net/eww.el (eww-text-input-types): : New const.
235 (eww-process-text-input): Treat input types in
236 `eww-text-input-types' as text.
237
8feacce0
RS
238 * net/shr.el (shr-tag-table): Fix comment typo.
239
513562a1
LMI
2402013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
241
242 * net/eww.el (eww-follow-link): New command to avoid reloading
243 pages when we follow #target links (bug#15243).
de8a5633 244 (eww-quit): Special mode buffers shouldn't query before exiting.
513562a1 245
9dd99753
KN
2462013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
247
248 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
249 forms.
250
3e9876de
LMI
2512013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
252
253 * net/eww.el (eww-restore-history): Update the window title after
254 moving in the history.
ab6dea82 255 (eww-current-dom): New variable used to save the current DOM.
3e9876de 256
52789f7f
DG
2572013-12-01 Dmitry Gutov <dgutov@yandex.ru>
258
259 * vc/log-edit.el (log-edit-mode-map): Add binding for
260 `log-edit-beginning-of-line'.
261 (log-edit-setup-add-author): New user option.
262 (log-edit-beginning-of-line): New command.
263 (log-edit): Move major mode call above the contents setup so that
264 the local variable values are already applied.
265 (log-edit): Only insert "Author: " when
266 `log-edit-setup-add-author' is non-nil.
267 (log-edit): When SETUP is non-nil, position point after ": "
268 instead of point-min.
269
2e6710c3
GM
2702013-12-01 Glenn Morris <rgm@gnu.org>
271
272 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
273
fadec31f
EZ
2742013-11-30 Eli Zaretskii <eliz@gnu.org>
275
276 * startup.el (fancy-splash-frame): On MS-Windows, trigger
0449d6cd 277 redisplay to make sure the initial frame gets a chance to become
fadec31f
EZ
278 visible. (Bug#16014)
279
10634b40 2802013-11-30 Martin Rudalics <rudalics@gmx.at>
880e6158
MR
281
282 Support resizing frames and windows pixelwise.
283 * cus-start.el (frame-resize-pixelwise)
284 (window-resize-pixelwise): New entries.
285 * emacs-lisp/debug.el (debug): Use window-total-height instead
286 of window-total-size.
287 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
288 * help.el (describe-bindings-internal): Call help-buffer
289 (temp-buffer-max-width): New option.
290 (resize-temp-buffer-window, help-window-setup)
291 (with-help-window): Rewrite.
292 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
293 dragging dividers.
294 * window.el (frame-char-size, window-min-pixel-height)
295 (window-safe-min-pixel-height, window-safe-min-pixel-width)
296 (window-min-pixel-width, window-safe-min-pixel-size)
297 (window-combination-p, window-safe-min-size)
298 (window-resizable-p, window--size-to-pixel)
299 (window--pixel-to-size, window--resize-apply-p): New functions.
300 (window-safe-min-height): Fix doc-string.
301 (window-size, window-min-size, window--min-size-1)
302 (window-sizable, window-sizable-p, window--min-delta-1)
303 (window-min-delta, window--max-delta-1, window-max-delta)
304 (window--resizable, window--resizable-p, window-resizable)
305 (window-full-height-p, window-full-width-p, window-at-side-p)
306 (window--in-direction-2, window-in-direction)
307 (window--resize-reset-1, window--resize-mini-window)
308 (window-resize, window-resize-no-error)
309 (window--resize-child-windows-normal)
310 (window--resize-child-windows, window--resize-siblings)
311 (window--resize-this-window, window--resize-root-window)
312 (window--resize-root-window-vertically)
313 (adjust-window-trailing-edge, enlarge-window, shrink-window)
314 (maximize-window, minimize-window, delete-window)
315 (quit-restore-window, window-split-min-size, split-window)
316 (balance-windows-2, balance-windows)
317 (balance-windows-area-adjust, balance-windows-area)
318 (window--state-get-1, window-state-get, window--state-put-1)
319 (window--state-put-2, window-state-put)
fb651d15
SM
320 (display-buffer-record-window, window--display-buffer):
321 Make functions handle pixelwise sizing of windows.
880e6158 322 (display-buffer--action-function-custom-type)
fb651d15
SM
323 (display-buffer-fallback-action):
324 Add display-buffer-in-previous-window.
880e6158
MR
325 (display-buffer-use-some-window): Resize window to height it had
326 before.
327 (fit-window-to-buffer-horizontally): New option.
328 (fit-frame-to-buffer): Describe new values.
329 (fit-frame-to-buffer-bottom-margin): Replace with
330 fit-frame-to-buffer-margins.
331 (window--sanitize-margin): New function.
332 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
333 using window-text-pixel-size.
334
f9b697dd
GM
3352013-11-30 Glenn Morris <rgm@gnu.org>
336
3e2fb4db
GM
337 * emacs-lisp/bytecomp.el (byte-compile-form):
338 Make the `interactive-only' warning like the `obsolete' one.
339 * comint.el (comint-run):
340 * files.el (insert-file-literally, insert-file):
341 * replace.el (replace-string, replace-regexp):
342 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
343 (goto-line, insert-buffer, next-line, previous-line):
344 Tweak `interactive-only' spec.
345
f9b697dd
GM
346 Stop keeping (most) generated cedet grammar files in the repository.
347 * Makefile.in (semantic): New.
348 (compile-main): Depend on semantic.
349
da048127
SM
3502013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
351
7784b779
SM
352 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
353 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
354
4e36a6a6
SM
355 * uniquify.el (uniquify-buffer-name-style): Change default.
356
357 * loadup.el: Preload "uniquify".
358
e0ba1308
SM
359 * time.el (display-time-update): Update all mode lines (bug#15999).
360
da048127
SM
361 * electric.el (electric-indent-mode): Enable by default.
362 * loadup.el: Preload "electric".
363
015b3b3e
BB
3642013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
365
366 * emacs-lisp/helpers.el (string-empty-p): New function.
367 (string-blank-p): New function.
368
7efb806d
AP
3692013-11-29 Andreas Politz <politza@hochschule-trier.de>
370
371 * imenu.el (imenu--index-alist): Add missing dot to the docstring
372 (Bug#14029).
373
c8f0efc2
AP
3742013-11-29 Andreas Politz <politza@fh-trier.de>
375 * imenu.el (imenu--subalist-p): Don't error on non-conses and
376 allow non-lambda lists as functions.
377 (imenu--in-alist): Don't recurse into non-subalists.
378 (imenu): Don't pass function itself as an argument (Bug#14029).
379
bd15d9d1
SM
3802013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * progmodes/python.el (python-mode-map): Remove binding for ":".
383 (python-indent-electric-colon): Remove command.
384 (python-indent-post-self-insert-function): Integrate the previous code
385 of python-indent-electric-colon. Make it conditional on
386 electric-indent-mode.
387 (python-mode): Add ?: to electric-indent-chars.
388 Move python-indent-post-self-insert-function to the end of
389 post-self-insert-hook.
390
1b10adb6
SM
3912013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
392
655ab9a3
SM
393 * doc-view.el (doc-view-goto-page): Update mode-line.
394
1b10adb6
SM
395 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
396
7e3bf78c
GM
3972013-11-27 Glenn Morris <rgm@gnu.org>
398
399 * international/charprop.el, international/uni-bidi.el:
400 * international/uni-category.el, international/uni-combining.el:
401 * international/uni-comment.el, international/uni-decimal.el:
402 * international/uni-decomposition.el, international/uni-digit.el:
403 * international/uni-lowercase.el, international/uni-mirrored.el:
404 * international/uni-name.el, international/uni-numeric.el:
405 * international/uni-old-name.el, international/uni-titlecase.el:
406 * international/uni-uppercase.el:
407 Remove generated files from VCS repository.
408
fb6a5d68
EZ
4092013-11-27 Eli Zaretskii <eliz@gnu.org>
410
411 * filenotify.el (file-notify-add-watch): Don't special-case
412 w32notify when computing the directory to watch.
413
cb6c95a3
GM
4142013-11-27 Glenn Morris <rgm@gnu.org>
415
20372d0c
GM
416 Make bootstrap without generated uni-*.el files possible again.
417 * loadup.el: Update command-line-args checking for unidata-gen.
418 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
419 * composite.el, international/characters.el:
420 Handle unicode tables being undefined.
421
52d6635f 422 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
cb6c95a3
GM
423 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
424 (compile-main): Depend on leim rule.
425 (leim): New rule.
426 * loadup.el: Move leim-list.el to leim/ subdirectory.
427 * startup.el (normal-top-level): No more leim directory.
428 * international/ja-dic-cnv.el (skkdic-convert):
429 Disable version-control and autoloads in output files.
430 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
431 Disable version-control and autoloads in output files.
432 * leim/quail: Move here from ../leim.
433 * leim/quail/hangul.el (hangul-input-method-activate):
434 Add autoload cookie.
435 (generated-autoload-load-name): Set file-local value.
436 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
437 (generated-autoload-load-name): Set file-local value.
438
0449d6cd 4392013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
e47112ee
TZ
440
441 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
442 (eww-add-bookmark): ask confirmation when add to bookmarks
443 (eww-quit): ask confirmation before quitting eww
444
0e2c793f
EZ
4452013-11-26 Eli Zaretskii <eliz@gnu.org>
446
447 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
448 reading output from Diff on MS-Windows and MS-DOS.
449
447bdcb8
BB
4502013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
451
452 * emacs-lisp/helpers.el (string-reverse): New function.
453
5fbf6856
MA
4542013-11-26 Michael Albinus <michael.albinus@gmx.de>
455
456 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
457 names on MS Windows, like "/[::1]:".
458
459 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
460 SWITCHES.
461
624780f0
GM
4622013-11-26 Glenn Morris <rgm@gnu.org>
463
0bf3f0fa
GM
464 * progmodes/python.el (python-indent-guess-indent-offset):
465 Avoid corner-case error. (Bug#15975)
466
624780f0
GM
467 Preload leim-list.el. (Bug#4789)
468 * loadup.el: Load leim-list.el when found.
469 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
470
4301875e 4712013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
d694737a
BB
472
473 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
474
4301875e
BB
475 * emacs-lisp/helpers.el (string-join): New function.
476
1633a815 4772013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
2bb3a748
BB
478
479 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
480 Mark as obsolete and replace it with a symbol property.
481 (byte-compile-form): Use new 'interactive-only property.
482 * comint.el, files.el, replace.el, simple.el:
483 Apply new 'interactive-only properly.
484
00139435
MR
4852013-11-25 Martin Rudalics <rudalics@gmx.at>
486
487 * window.el (display-buffer-at-bottom): Make sure that
488 split-window-sensibly creates the new window on bottom
489 (Bug#15961).
490
5f5b128d
DK
4912013-11-23 David Kastrup <dak@gnu.org>
492
493 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
494 on the conflict markers when available.
495 (smerge--get-marker): New function.
496 (smerge-end-re, smerge-base-re): Add subgroup.
497
623891e5
SM
4982013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * frame.el (handle-focus-in, handle-focus-out): Add missing
501 interactive spec.
502
05ca27d8
MA
5032013-11-25 Michael Albinus <michael.albinus@gmx.de>
504
505 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
506 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
507
511fa0d3
SM
5082013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
509
e82ad66c
SM
510 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
511 (gomoku--last-pos): New var.
512 (gomoku--intangible-chars): New const.
513 (gomoku--intangible): New function.
514 (gomoku-mode): Use it. Derive from special-mode.
515 (gomoku-move-up): Adjust line count.
516 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
517 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
518 Simplify accordingly.
519
511fa0d3
SM
520 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
521 Remove blink-cursor code.
522 (blink-cursor-timer-function, blink-cursor-suspend):
523 Don't special-case GUIs.
524 (blink-cursor-mode): Use focus-in/out-hook.
525
6f20dd03
DG
5262013-11-25 Dmitry Gutov <dgutov@yandex.ru>
527
528 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
529 work when annotation is invisible (Bug#13886).
530
431dec31 5312013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
7c1bf12e
SS
532
533 * json.el (json-alist-p): Only return non-nil if the alist has
534 simple keys (Bug#13518).
535
431dec31 5362013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
64e41529
MR
537
538 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
539 when control-statement is the first statement in a buffer (Bug#15956).
540
ee4f0261
DG
5412013-11-24 Dmitry Gutov <dgutov@yandex.ru>
542
543 * imenu.el (imenu-generic-skip-comments-and-strings):
544 New option (Bug#15560).
545 (imenu--generic-function): Use it.
546
c484f866
JS
5472013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
548
549 * minibuffer.el (completion--in-region-1): Scroll the correct
550 window. (Bug#13898)
551
41ce6f70
BB
5522013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
553
b55aea38
BB
554 * emacs-lisp/helpers.el: Add some string helpers.
555 (string-trim-left): Removes leading whitespace.
556 (string-trim-right): Removes trailing whitespace.
557 (string-trim): Removes leading and trailing whitespace.
558
41ce6f70
BB
559 * subr.el (string-suffix-p): New function.
560
3cfb6af3
GM
5612013-11-23 Glenn Morris <rgm@gnu.org>
562
563 * progmodes/python.el (python-shell-send-file):
564 Add option to delete file when done. (Bug#15647)
565 (python-shell-send-string, python-shell-send-region): Use it.
566
c27924b7
IS
5672013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
568
e1b01c7f
IS
569 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
570 to set buffer-read-only to t, never to nil. (Bug#15938)
571
c27924b7
IS
572 * textmodes/tex-mode.el (latex-noindent-environments):
573 Add safe-local-variable property. (Bug#15936)
574
17e0445b
GM
5752013-11-23 Glenn Morris <rgm@gnu.org>
576
92f78ea3
GM
577 * textmodes/enriched.el (enriched-mode): Doc fix.
578 * emacs-lisp/authors.el (authors-renamed-files-alist):
579 Add enriched.doc -> enriched.txt.
580
17e0445b
GM
581 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
582
965bb23a
LL
5832013-11-22 Leo Liu <sdl.web@gmail.com>
584
585 * progmodes/octave.el (inferior-octave-startup): Spit out error
586 message.
587
d19ffd64
BB
5882013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
589
590 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
591 Improve docstring.
15ba2182
BB
592 Add :version.
593 (ruby-encoding-magic-comment-style): Add :version.
d19ffd64 594
7a7567d2
LL
5952013-11-22 Leo Liu <sdl.web@gmail.com>
596
597 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
598 (Bug#15076)
8c09f64b
LL
599 (octave-help-mode): Adapt to change to help-mode-finish to use
600 derived-mode-p on 2013-09-17.
601 (inferior-octave-prompt): Also match octave-gui.
2cc18f93 602 (octave-kill-process): Don't ask twice. (Bug#10564)
7a7567d2 603
724bc265
LL
6042013-11-22 Leo Liu <sdl.web@gmail.com>
605
606 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
607 (inferior-octave-startup, inferior-octave-check-process)
608 (inferior-octave-track-window-width-change)
609 (octave-completion-at-point, octave-eldoc-function): Use it.
610 (octave-kill-process): Provide confirmation. (Bug#10564)
611
38637cca
LL
6122013-11-21 Leo Liu <sdl.web@gmail.com>
613
511fa0d3
SM
614 * progmodes/octave.el (octave-mode, inferior-octave-mode):
615 Fix obsolete variable comment-use-global-state.
38637cca 616
06e752b4
RS
6172013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
618
511fa0d3
SM
619 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
620 Add `octave-source-file'.
06e752b4
RS
621 (octave-source-file): New function. (Bug#15935)
622
0449d6cd 6232013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
604ede6c
TZ
624
625 * net/eww.el (eww-local-regex): New variable.
626 (eww): Use it to detect localhost and similar.
627
b6ffa04a
LL
6282013-11-21 Leo Liu <sdl.web@gmail.com>
629
630 Add completion for command `ag'.
2021a200
LL
631 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
632 (pcomplete/ag): New function.
633 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
b6ffa04a 634
d1a6bccc
SM
6352013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
638 (bug#14646).
639 (make-obsolete): Remove interactive spec.
640
2df10228
GM
6412013-11-21 Glenn Morris <rgm@gnu.org>
642
643 * startup.el (command-line-1): Use path-separator with -L.
644
86fd16b6
TZ
6452013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
646
647 * emacs-lisp/package.el (describe-package-1): Add package archive
648 to shown fields.
649
0449d6cd 6502013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
7a12a42b
BB
651
652 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
653 Change default to "# encoding: %s" to differentiate it from the
654 default Ruby encoding comment template.
655
dc7e8c17 6562013-11-20 era eriksson <era+emacsbugs@iki.fi>
657
658 * ses.el (ses-mode): Doc fix. (Bug#14748)
659
f0cfa5fe
LL
6602013-11-20 Leo Liu <sdl.web@gmail.com>
661
662 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
663
826dc7b6
DN
6642013-11-19 Dan Nicolaescu <dann@gnu.org>
665
666 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
667 when rebase or bisect are in progress.
668
a6e3a5d5
XF
6692013-11-19 Xue Fuqiao <xfq.free@gmail.com>
670
671 * filenotify.el (file-notify-add-watch): Doc fix.
672
f130cb76
LL
6732013-11-19 Leo Liu <sdl.web@gmail.com>
674
e0855d7d
LL
675 * obsolete/rcompile.el: Mark obsolete.
676
f130cb76 677 * progmodes/compile.el (compilation-start)
d1a6bccc
SM
678 (compilation-goto-locus, compilation-find-file):
679 Pass no-display-ok and handle nil value from display-buffer.
f130cb76
LL
680 (Bug#13594)
681
682 * window.el (display-buffer-alist, display-buffer): Document the
9139632a
JL
683 new parameter no-display-ok. Return either a window or nil
684 but never a non-window value.
f130cb76 685
1f35d401
SM
6862013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
687
25158c76
SM
688 * electric.el (electric-indent-mode-map): Remove.
689 (electric-indent-mode): Change the global-map instead (bug#15915).
690
691 * textmodes/text-mode.el (paragraph-indent-minor-mode):
692 Use add-function.
1f35d401 693
9bc67baa
SM
6942013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
695
986545b5
SM
696 * emacs-lisp/nadvice.el (remove-function): Align with
697 add-function's behavior.
698
9bc67baa
SM
699 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
700 (gdb--string-regexp): New constant.
701 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
702 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
703 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
704 submatch 1.
705 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
706 Adjust use accordingly.
707 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
708
56cd894e
AS
7092013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
710
711 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
712 interpolation curlies (Bug#15914).
713
014690de
JB
7142013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
715
716 * calc/calc.el (calc-context-sensitive-enter): New variable.
717 (calc-enter): Use `calc-context-sensitive-enter'.
718
7e26a6c3
TZ
7192013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
720
721 * progmodes/cfengine.el: Version bump.
722 (cfengine-cf-promises): New defcustom to locate cf-promises.
723 (cfengine3-vartypes): Add new "data" type.
724 (cfengine3--current-word): New function to get current name-like
725 word or its bounds.
726 (cfengine3--current-function): New function to look up a CFEngine
727 function's definition.
728 (cfengine3-format-function-docstring): New function.
729 (cfengine3-make-syntax-cache): New function.
730 (cfengine3-documentation-function): New function: ElDoc glue.
731 (cfengine3-completion-function): New function: completion glue.
732 (cfengine3-mode): Set `compile-command',
733 `eldoc-documentation-function', and add to
734 `completion-at-point-functions'.
735
355204dd
MA
7362013-11-16 Michael Albinus <michael.albinus@gmx.de>
737
738 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
739 `tramp-current-connection'.
740
43cebc23
DG
7412013-11-15 Dmitry Gutov <dgutov@yandex.ru>
742
743 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
744 nil/self/true/false with "end of symbol".
745
a3fed6ff
BB
7462013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
747
748 * subr.el (version-regexp-alist): Fix a typo.
749
e675b3e4
MA
7502013-11-15 Michael Albinus <michael.albinus@gmx.de>
751
752 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
753 "en_US.utf8" and "LC_CTYPE" to "".
754 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
755 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
756
a1f03e89
LL
7572013-11-15 Leo Liu <sdl.web@gmail.com>
758
759 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
760
5d9d9451
SM
7612013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
762
58362662
CS
763 * progmodes/gud.el (ctl-x-map):
764 Remove C-x SPC binding. (Bug#12342)
5d9d9451
SM
765 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
766
6c1bf086
BB
7672013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
768
0d5363c4
BB
769 * subr.el (version-regexp-alist):
770 Recognize hg, svn and darcs versions as snapshot versions.
771
4e9fc48c
BB
772 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
773 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
774 (ruby--encoding-comment-required-p): Extract from
775 `ruby-mode-set-encoding'.
776 (ruby-mode-set-encoding): Add the ability to always insert an
777 utf-8 encoding comment. Fix and simplify coding comment update
778 logic.
6c1bf086 779
2f7e72f8
MA
7802013-11-14 Michael Albinus <michael.albinus@gmx.de>
781
782 * net/tramp-gvfs.el (top): Run init code only when
783 `tramp-gvfs-enabled' is not nil.
784 (tramp-gvfs-enabled): Check also :system bus.
785
0f137a73
SM
7862013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
787
788 Sync with upstream verilog-mode revision 78e66ba.
789 * progmodes/verilog-mode.el (verilog-end-of-defun)
790 (verilog-type-completion, verilog-get-list): Remove unused funcs.
791 (verilog-get-end-of-defun): Remove unused argument.
792 (verilog-comment-depth): Remove unused local `e'.
793 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
794 Don't pass arg to verilog-get-end-of-defun.
795
1c276bdd
GM
7962013-11-14 Glenn Morris <rgm@gnu.org>
797
798 * obsolete/assoc.el (aget): Prefix dynamic variable.
799
800 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
801
ff6ec81d
SM
8022013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
803
804 * widget.el, hfy-cmap.el: Remove bogus package version number.
805
75f777b6
GM
8062013-11-13 Glenn Morris <rgm@gnu.org>
807
1d43dba1
GM
808 * replace.el (replace-eval-replacement):
809 Try to give more helpful error message. (Bug#15836)
810
ff4b7bd5
GM
811 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
812 (archive-7z-update): Avoid custom type mismatches.
813
75f777b6
GM
814 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
815
11151a06
MA
8162013-11-13 Michael Albinus <michael.albinus@gmx.de>
817
e675b3e4 818 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11151a06
MA
819 address can be empty.
820
821 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
822 Accept nil SWITCHES.
823 (tramp-gvfs-handle-write-region): Implement APPEND.
824
7b08f97e
DG
8252013-11-12 Dmitry Gutov <dgutov@yandex.ru>
826
827 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
ff6ec81d
SM
828 binary "|" operator and closing block args delimiter.
829 Remove FIXME comment referring to Ruby 1.8-only syntax.
7b08f97e
DG
830 (ruby-smie--implicit-semi-p): Not after "|" operator.
831 (ruby-smie--closing-pipe-p): New function.
832 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
833 (ruby-smie-rules): Indent after "|".
834
f201cf3a
GM
8352013-11-12 Glenn Morris <rgm@gnu.org>
836
837 * ps-print.el (ps-face-attribute-list):
838 Handle anonymous faces. (Bug#15827)
839
e6f759f9
MR
8402013-11-12 Martin Rudalics <rudalics@gmx.at>
841
842 * window.el (display-buffer-other-frame): Fix doc-string.
843 (Bug#15868)
844
ecda65d4
SM
8452013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * subr.el (force-mode-line-update): Delete, move to buffer.c.
848
7ce8fcc3
MA
8492013-11-11 Michael Albinus <michael.albinus@gmx.de>
850
851 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
852 (tramp-sh-handle-file-local-copy): Don't write a message when
853 saving temporary files.
854
855 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
856 both directories are remote.
857 (tramp-smb-handle-directory-files): Do not return double entries.
858 Do not expand full file names.
859 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
860 (tramp-smb-handle-write-region): Implement APPEND.
861 (tramp-smb-get-stat-capability): Fix a stupid bug.
862
7818df11
SM
8632013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
866
608c2085
NT
8672013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
868
869 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
870 throwing error over malformed let/let* (bug#15814).
871
122a7e46
SM
8722013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * iswitchb.el (iswitchb-mode): Mark obsolete.
875
766284d9
GM
8762013-11-11 Glenn Morris <rgm@gnu.org>
877
878 * international/uni-bidi.el, international/uni-category.el:
879 * international/uni-name.el, international/uni-numeric.el:
880 Regenerate for Unicode 6.3.0.
881
7072a4e9
MA
8822013-11-10 Michael Albinus <michael.albinus@gmx.de>
883
884 * net/tramp.el (tramp-methods):
885 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
886 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
887
c9df215b
AS
8882013-11-09 Andreas Schwab <schwab@linux-m68k.org>
889
608c2085
NT
890 * progmodes/sh-script.el (sh-font-lock-keywords-var):
891 Force highlighting text after Summary keyword in doc face for rpm.
c9df215b 892
fa47d796
DG
8932013-11-09 Dmitry Gutov <dgutov@yandex.ru>
894
895 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
608c2085 896 available and the word has no wildcards, append one to the grep pattern.
fa47d796
DG
897 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
898 (ispell-complete-word): Call `ispell-lookup-words' with the value
899 independent of `ispell-look-p'.
900
1629a329
DG
9012013-11-08 Dmitry Gutov <dgutov@yandex.ru>
902
903 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
904 Not after "||".
905 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
906 their parent.
907
ad16897c
SM
9082013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
911 (ruby-font-lock-keywords): Use backquote.
912
ffa2df72
DG
9132013-11-08 Dmitry Gutov <dgutov@yandex.ru>
914
915 * progmodes/ruby-mode.el (ruby-smie--forward-token)
916 (ruby-smie--backward-token): Only consider full-string matches.
917
5b97b4c0
JD
9182013-11-08 Jan Djärv <jan.h.d@swipnet.se>
919
920 * faces.el (describe-face): Add distant-foreground.
921
71731c03
BB
9222013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
923
4e9fc48c
BB
924 * progmodes/ruby-mode.el: Improve encoding comment handling.
925 (ruby-encoding-magic-comment-style): New option.
926 (ruby-custom-encoding-magic-comment-template): New option.
655ab9a3
SM
927 (ruby--insert-coding-comment, ruby--detect-encoding):
928 New functions extracted from `ruby-mode-set-encoding'.
4e9fc48c
BB
929 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
930 to control the style of the auto-inserted encoding comment.
71731c03 931
da3b328d
DG
9322013-11-08 Dmitry Gutov <dgutov@yandex.ru>
933
ad16897c
SM
934 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
935 Use `smie-backward-sexp' with token argument.
da3b328d 936
1606c2d3
MA
9372013-11-08 Michael Albinus <michael.albinus@gmx.de>
938
939 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
940 Remove instrumentation code.
941
b0f4c320
GM
9422013-11-08 Glenn Morris <rgm@gnu.org>
943
944 * progmodes/autoconf.el (autoconf-mode):
945 Tweak comment-start-skip. (Bug#15822)
946
43668fb1
SM
9472013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
950 at bobp (bug#15826).
951 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
952
daddb3fd
DH
9532013-11-08 Darren Hoo <darren.hoo@gmail.com>
954
955 * man.el (Man-start-calling): New macro, extracted from
956 Man-getpage-in-background.
957 (Man-getpage-in-background): Use it.
958 (Man-update-manpage): New command.
959 (Man-mode-map): Bind it.
960
1f923923
DG
9612013-11-08 Dmitry Gutov <dgutov@yandex.ru>
962
963 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
964 of "and", "or", "&&" and "||".
965 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
966 argument. Prohibit opening curly brace because it could only be a
967 block opener in that position.
daddb3fd
DH
968 (ruby-smie--forward-token, ruby-smie--backward-token):
969 Separate "|" from "&" or "*" going after it. That can happen in block
1f923923
DG
970 arguments.
971 (ruby-smie--indent-to-stmt): New function, seeks the end of
972 previous statement or beginning of buffer.
973 (ruby-smie-rules): Use it.
974 (ruby-smie-rules): Check if there's a ":" before a curly block
975 opener candidate; if there is, it's a hash.
976
3220d527
SM
9772013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
980 (cl--block-wrapper): Fix last accidental change.
981
1eb1f9e0
MA
9822013-11-07 Michael Albinus <michael.albinus@gmx.de>
983
984 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
985 Instrument, in order to hunt failure on hydra.
986
e6e4db3c
NT
9872013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
988
989 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
990 malformed bindings form (bug#15814).
991
b420ccfc
DG
9922013-11-07 Dmitry Gutov <dgutov@yandex.ru>
993
994 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1d1c86da
DG
995 "." compared to " @ ". This incidentally fixes some indentation
996 examples with "do".
e6e4db3c 997 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1d1c86da
DG
998 (ruby-smie-grammar): New tokens: "and" and "or".
999 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
1000 Exclude "and" and "or". Remove "do" in order to work around token
1001 priorities.
1002 (ruby-smie-rules): Add all infix tokens. Handle the case of
1003 beginning-of-buffer.
b420ccfc 1004
6b4ac03e
GM
10052013-11-06 Glenn Morris <rgm@gnu.org>
1006
1007 * Makefile.in (setwins_almost, setwins_for_subdirs):
1008 Avoid accidental matches.
1009
5ca114d1
SM
10102013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * menu-bar.el (popup-menu): Use key-binding.
1013
f72552bd
EZ
10142013-11-06 Eli Zaretskii <eliz@gnu.org>
1015
1016 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
1017 menus, support also the menus produced by minor modes.
1018 (Bug#15817)
1019
5d5c701e
LL
10202013-11-06 Leo Liu <sdl.web@gmail.com>
1021
1022 * thingatpt.el (thing-at-point-looking-at): Add optional arg
1023 DISTANCE to bound the search. All uses changed. (Bug#15808)
1024
0a8b75e2
GM
10252013-11-06 Glenn Morris <rgm@gnu.org>
1026
1027 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
65de43ad
GM
1028 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
1029 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
0a8b75e2 1030
a35287ea
SM
10312013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1032
feca4e2d
SM
1033 * electric.el (electric-indent-just-newline): New command.
1034 (electric-indent-mode-map): New keymap.
1035 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
1036 Re-add :group which weren't redundant.
1037
a35287ea
SM
1038 * electric.el (electric-indent-local-mode): New minor mode.
1039 (electric-indent-functions-without-reindent): New var.
1040 (electric-indent-post-self-insert-function): Use it.
1041 * emacs-lisp/gv.el (buffer-local-value): Add setter.
1042
375761b2
EZ
10432013-11-05 Eli Zaretskii <eliz@gnu.org>
1044
9a6ad735
EZ
1045 * international/quail.el (quail-help): Be more explicit about the
1046 meaning of the labels shown on the keys. (Bug#15800)
1047
375761b2
EZ
1048 * startup.el (normal-top-level): Load the subdirs.el files before
1049 setting the locale environment. (Bug#15805)
1050
520a6e4a
SM
10512013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1052
0acfafef
SM
1053 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
1054 via arguments so as to get the right ones (bug#15418).
1055
520a6e4a
SM
1056 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
1057
15826261
MA
10582013-11-05 Michael Albinus <michael.albinus@gmx.de>
1059
1060 Fix problems found while writing a test suite.
1061
1062 * net/tramp-compat.el (tramp-compat-load): New defun.
1063 * net/tramp.el (tramp-handle-load): Use it.
1064
1065 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
1066 "(numberp ok-if-already-exists)" correctly.
1067
d35f31a4
XF
10682013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1069
1070 * international/characters.el (glyphless-char-display-control):
1071 Add usage note.
1072
ae93bc74
BB
10732013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
1074
520a6e4a
SM
1075 * progmodes/python.el (python-mode):
1076 * progmodes/scheme.el (scheme-mode):
1077 * progmodes/prolog.el (prolog-mode):
1078 * progmodes/ruby-mode.el (ruby-mode):
1079 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
1080 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
ae93bc74 1081
0ade65b5
SM
10822013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1083
a0d5f7a4
SM
1084 * rect.el (rectangle--highlight-for-redisplay):
1085 * emacs-lisp/smie.el (smie--next-indent-change):
1086 Use buffer-chars-modified-tick.
1087
c93f3f5c
SM
1088 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
1089
0ade65b5
SM
1090 * electric.el (electric-indent-post-self-insert-function):
1091 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
1092
ef9dd188
HE
10932013-11-04 Helmut Eller <eller.helmut@gmail.com>
1094
1095 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
1096
306e7308
NT
10972013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1098
1099 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
1100 (bug#15786).
1101
e5afbcac
SM
11022013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1d01ad41
SM
1104 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
1105
e5afbcac
SM
1106 * progmodes/python.el: Fix up last change.
1107 (python-shell--save-temp-file): New function.
1108 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
1109 `string' comes from the current buffer.
1110 (python-shell-send-string-no-output): Remove `msg' arg.
1111 (python--use-fake-loc): New var.
1112 (python-shell-buffer-substring): Obey it. Try to compensate for the
1113 extra coding line added by python-shell--save-temp-file.
1114 (python-shell-send-region): Use python-shell--save-temp-file and
1115 python-shell-send-file directly. Add `nomain' argument.
1116 (python-shell-send-buffer): Use python-shell-send-region.
1117 (python-electric-pair-string-delimiter): New function.
1118 (python-mode): Use it.
1119
d0065ff1
EZ
11202013-11-04 Eli Zaretskii <eliz@gnu.org>
1121
1122 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
1123 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
1124 environment and decoding all of the default-directory's to here
1125 from command-line.
1126 (command-line): Decode also argv[0].
1127
1128 * loadup.el: Error out if default-directory is a multibyte string
1129 when we are dumping.
1130
1131 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
1132
7397c587
TZ
11332013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
1134
1135 * emacs-lisp/package.el (package-menu-mode)
e5afbcac
SM
1136 (package-menu--print-info, package-menu--archive-predicate):
1137 Add Archive column to package list.
7397c587 1138
b27cc9fc
MA
11392013-11-04 Michael Albinus <michael.albinus@gmx.de>
1140
1141 Fix problems found while writing a test suite.
1142
1143 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1144 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1145 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1146 to nil when running original file name handler. Otherwise,
1147 there are problems with constructs like "$$FOO".
1148
1149 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1150 for `localname'.
1151
d8c4f18a
BB
11522013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
1153
7b530552
BB
1154 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1155
1156 * subr.el (version<, version<=, version=):
1157 Update docstrings with information for snapshot versions.
1158
d8c4f18a
BB
1159 * helpers.el: New library for misc helper functions.
1160 (hash-table-keys): New function returning a list of hash keys.
1161 (hash-table-values): New function returning a list of hash values.
1162
dca01b09
DG
11632013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1164
1165 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1166 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1167
0a749fa0
MN
11682013-11-04 Michal Nazarewicz <mina86@mina86.com>
1169
1170 * textmodes/fill.el (fill-single-char-nobreak-p): New function
1171 checking whether point is after a 1-letter word.
1172
11732013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
ec79b92b
NT
1174
1175 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1176 Don't infloop when expanding region over `multiline' syntax-type that
1177 begins a line (bug#15778).
1178
4aca7145
SM
11792013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1182 Make it into a proper minor mode.
1183 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1184 (rectangle-mark-mode-map): New keymap.
1185 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1186
a0833f62
GM
11872013-11-04 Glenn Morris <rgm@gnu.org>
1188
1189 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1190
e61845c1
SM
11912013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1194 (ruby-smie-rules): Use smie-rule-parent instead.
1195
1196 * emacs-lisp/smie.el (smie-rule-parent): Always call
1197 smie-indent-virtual rather than only for hanging tokens.
1198 (smie--next-indent-change): New helper command.
1199
62942f89
GM
12002013-11-03 Glenn Morris <rgm@gnu.org>
1201
1202 * Makefile.in (abs_srcdir): Remove.
1203 (emacs): Unset EMACSLOADPATH.
1204
b0b9e592
GM
12052013-11-02 Glenn Morris <rgm@gnu.org>
1206
18ba6a33 1207 * Makefile.in (EMACS): Use a relative filename.
8061810d 1208 (abs_top_builddir): Remove.
18ba6a33
GM
1209 (custom-deps, finder-data, autoloads): Use --chdir.
1210
6a8b929e
GM
1211 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1212
c617f3d0
GM
1213 Use relative filenames in TAGS files.
1214 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1215 (lisptagsfiles4, TAGS): Use relative file names.
1216 (TAGS-LISP): Remove.
1217 (maintainer-clean): No more TAGS-LISP file.
1218
b0b9e592
GM
1219 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1220 (lisptagsfiles4): Use absolute filenames again.
1221 (TAGS, TAGS-LISP): Not everything needs to run in one line.
1222 Remove all *loaddefs files, not just the first. Remove esh-groups.
1223 (maintainer-clean): Delete TAGS, TAGS-LISP.
1224
d1c0ea6a
BB
12252013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1226
e61845c1
SM
1227 * emacs-lisp/package.el (package-version-join):
1228 Recognize snapshot versions.
d1c0ea6a 1229
684d71c6
BB
12302013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1231
1232 * subr.el (version-regexp-alist): Add support for snapshot versions.
1233
3d42b968
DG
12342013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1235
e61845c1
SM
1236 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1237 New function, replacement for `smie-rule-parent' for when we want to
3d42b968
DG
1238 skip over our direct parent if it's an assignment token..
1239 (ruby-smie-rules): Use it.
1240
7ffd3721
DG
12412013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1242
1243 * progmodes/ruby-mode.el Use `syntax-propertize-function'
1244 unconditionally. Remove now unnecessary forward declarations.
1245 Remove XEmacs-specific setup.
1246 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1247 (ruby-font-lock-syntactic-keywords)
1248 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1249 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1250 (ruby-here-doc-end-syntax): Remove.
1251 (ruby-mode): Don't check whether `syntax-propertize-rules' is
1252 defined as function.
1253
a3996a2e
BB
12542013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1255
1256 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1257
6f9260e8
BB
12582013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1259
1260 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1261 table and abbrev table, `define-derived-mode' does that for us
1262 anyway.
1263
6014de84
GM
12642013-11-01 Glenn Morris <rgm@gnu.org>
1265
1266 * Makefile.in: Remove manual mh-e dependencies (writing .elc
1267 files is atomic for some time, so no parallel compilation issues).
1268
3c334c14
JD
12692013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1270
1271 * faces.el (face-x-resources): Add :distant-foreground.
1272 (region): Use :distant-foreground for gtk and ns.
1273
9bc236c8
TH
12742013-11-01 Tassilo Horn <tsdh@gnu.org>
1275
5246583b 1276 Allow multiple bibliographies when BibLaTeX is used rather than
9bc236c8
TH
1277 BibTeX.
1278 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1279 (reftex-locate-bibliography-files): Us it.
1280
d14c81ee
CB
12812013-11-01 Claudio Bley <claudio.bley@googlemail.com>
1282
0e7690de
CB
1283 * image.el (image-type-header-regexps): Fix the 'pbm' part to
1284 allow comments in pbm files.
1285
d14c81ee
CB
1286 * term/w32-win.el (dynamic-library-alist): Support newer versions
1287 of libjpeg starting with v7: look only for the DLL from the
1288 version against which Emacs was built.
ac1bf374 1289 Support versions of libpng beyond 1.4.x.
019c8218 1290 Support libtiff v4.x.
d14c81ee 1291
983d0df5
BB
12922013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1293
1294 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1295 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1296 Add property :safe.
1297 (ruby-deep-arglist): Add property :type.
1298
47f58d85
GM
12992013-10-31 Glenn Morris <rgm@gnu.org>
1300
1301 * Makefile.in (custom-deps, finder-data): No need to setq the target
1302 variables, we are in the right directory and the defaults work fine.
1303
4f85b479
GM
13042013-10-30 Glenn Morris <rgm@gnu.org>
1305
ca7dd4cd
GM
1306 * Makefile.in (autoloads): Do not use abs_lisp.
1307
4f85b479
GM
1308 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1309 `newline' does not respect `standard-output', so use `princ'.
1310
cf59e41c
AA
13112013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
1312
1313 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
1314 * buff-menu.el (Buffer-menu--unmark): New function.
1315 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1316
74cf04fb
GM
13172013-10-30 Glenn Morris <rgm@gnu.org>
1318
b040b60e
GM
1319 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1320
f53d3815
GM
1321 * emacs-lisp/package.el (lm-homepage): Declare.
1322
5413d873
GM
1323 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1324 Fix doc typos.
1325
cecedb36
GM
1326 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1327
74cf04fb
GM
1328 * Makefile.in (finder-data, autoloads, update-subdirs)
1329 (compile-main, compile-clean, compile-always, bootstrap-clean):
1330 Check return value of cd.
1331 (compile-calc): Remove.
1332
195ee2f0
SM
13332013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1334
ae4002ce
SM
1335 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1336
1337 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1338 (byte-compile-and-folded): New function.
1339 (=, <, >, <=, >=): Use it.
1340
1341 * dos-w32.el (minibuffer-history-case-insensitive-variables)
1342 (path-separator, null-device, buffer-file-coding-system)
1343 (lpr-headers-switches): Check system-type before modifying them.
1344 (find-buffer-file-type-coding-system): Mark obsolete.
1345 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1346 find-file-not-found-set-buffer-file-coding-system.
1347 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1348 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1349 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1350 (w32-direct-print-region-helper, w32-direct-print-region-function)
1351 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1352 * startup.el (normal-top-level-add-subdirs-to-load-path):
1353 * ps-print.el (ps-print-region-function):
1354 * lpr.el (print-region-function): Use new name.
1355
53b39e89
SM
1356 * subr.el (custom-declare-variable-early): Remove function.
1357 (custom-declare-variable-list): Remove var.
1358 (error, user-error): Remove `while' loop.
1359 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1360 (user-emacs-directory-warning, locate-user-emacs-file):
1361 Move to files.el.
1362 * simple.el (read-quoted-char-radix, read-quoted-char):
1363 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1364 Move from subr.el.
1365 * custom.el (custom-declare-variable-list): Don't process
1366 custom-declare-variable-list.
1367
195ee2f0
SM
1368 * progmodes/python.el (python-shell-get-buffer): New function.
1369 (python-shell-get-process): Use it.
1370 (python-shell-send-string): Always use utf-8 and add a cookie to tell
1371 Python which encoding was used. Don't split-string since we only care
1372 about the first line. Return the temp-file, if applicable.
1373 (python-shell-send-region): Tell compile.el how to turn locations in
1374 the temp-file into locations in the source buffer.
1375
7e3561ee
SM
13762013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1377
4c9797cb
SM
1378 * subr.el (undefined): Add missing behavior from the C code for
1379 unbound keys.
1380
3472b6c6
SM
1381 * rect.el: Use lexical-binding. Add new rectangular region support.
1382 (rectangle-mark): New command.
1383 (rectangle--region): New var.
1384 (deactivate-mark-hook): Reset rectangle--region.
1385 (rectangle--extract-region, rectangle--insert-for-yank)
1386 (rectangle--highlight-for-redisplay)
1387 (rectangle--unhighlight-for-redisplay): New functions.
1388 (region-extract-function, redisplay-unhighlight-region-function)
1389 (redisplay-highlight-region-function): Use them to handle
1390 rectangular region.
1391 * simple.el (region-extract-function): New var.
1392 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1393 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1394 (kill-region): Replace obsolete `yank-handler' arg with `region'.
1395 (copy-region-as-kill, kill-ring-save): Add `region' argument.
1396 (redisplay-unhighlight-region-function)
1397 (redisplay-highlight-region-function): New vars.
1398 (redisplay--update-region-highlight): New function.
1399 (pre-redisplay-function): Use it.
1400 (exchange-point-and-mark): Don't deactivate the mark before
1401 reactivate-it anyway.
1402 * comint.el (comint-kill-region): Remove yank-handler argument.
1403 * delsel.el (delete-backward-char, backward-delete-char-untabify)
1404 (delete-char): Remove property, since it's now part of their
1405 default behavior.
1406 (self-insert-iso): Remove property since this command doesn't exist.
1407
7e3561ee
SM
1408 * emacs-lisp/package.el (package--download-one-archive)
1409 (describe-package-1): Don't query the user about final newline.
1410
b9bef71f
DC
14112013-10-29 Daniel Colascione <dancol@dancol.org>
1412
1413 * net/tramp.el (tramp-methods): Document new functionality.
1414 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1415 tramp-hostname-checker if method provides one instead of scanning
1416 argument list for "%h" to decide hostname acceptability.
1417
4efc33f0
MA
14182013-10-28 Michael Albinus <michael.albinus@gmx.de>
1419
1420 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1421 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1422 Handle COPY-CONTENTS. (Bug#15737)
1423
ed42a877
DU
14242013-10-28 Daiki Ueno <ueno@gnu.org>
1425
1426 * epa-file.el
7e3561ee
SM
1427 (epa-file-cache-passphrase-for-symmetric-encryption):
1428 Document that this option has no effect with GnuPG 2.0 (bug#15552).
ed42a877 1429
18c9f8a2
XF
14302013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1431
7a4bc7be
XF
1432 * image.el (defimage):
1433 (image-load-path): Doc fixes.
18c9f8a2 1434
b1e8e010
AM
14352013-10-27 Alan Mackenzie <acm@muc.de>
1436
1437 Indent statements in macros following "##" correctly.
7e3561ee
SM
1438 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1439 Modify the "#" arm of a cond form to handle "#" and "##" operators.
b1e8e010 1440
73d40d1e 14412013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
fdab3d0b
NT
1442
1443 * linum.el (linum-update-window): Fix boundary test (bug#13446).
1444
c8c605ac
DG
14452013-10-27 Dmitry Gutov <dgutov@yandex.ru>
1446
1447 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1448 after `=' is probably a new expression.
1449
ca7e59d4
RS
14502013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1451
1452 * man.el (man-imenu-title): New option.
1453 (Man-mode-map): Add menu. (Bug#15722)
1454 (Man-mode): Add imenu to menu.
1455
bae91342
DG
14562013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1457
1458 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1459 specific in what the first arg can be: a non-keyword word,
1460 string/regexp/percent literal opener, opening paren, or unary
1461 operator followed directly by word.
1462
eb89dc14
SM
14632013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1464
1465 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1466 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1467 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1468 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1469 Remove vars, they do not apply any more.
1470 (prolog-mode-abbrev-table): Remove redundant declaration.
1471 (prolog-upper-case-string, prolog-lower-case-string): Remove.
1472 (prolog-use-smie): Remove.
1473 (prolog-smie-rules): Add indentation rule for the if-then-else layout
1474 supported by prolog-electric-if-then-else-flag.
1475 (prolog-mode-variables, prolog-menu): Use setq-local.
1476 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1477 Remove binding to `Backspace' since this key doesn't exist anyway.
1478 Remove bindings for electric self-inserting keys.
1479 (prog-mode): Assume it's defined.
1480 (prolog-post-self-insert): New function.
1481 (prolog-mode): Use it.
1482 (prolog-indent-line, prolog-indent-level)
1483 (prolog-find-indent-of-matching-paren)
1484 (prolog-indentation-level-of-line, prolog-goto-comment-column)
1485 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1486 (prolog-goto-next-paren, prolog-in-string-or-comment)
1487 (prolog-tokenize, prolog-inside-mline-comment)
1488 (prolog-find-start-of-mline-comment): Remove functions.
1489 (prolog-find-unmatched-paren, prolog-clause-end)
1490 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1491 (prolog-electric--if-then-else): Rename from
1492 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1493 (prolog-tokenize-searchkey): Remove const.
1494 (prolog-clause-info): Use forward-sexp.
1495 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1496 (prolog-electric-if-then-else): Remove commands.
1497 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1498 for use in post-self-insert-hook.
1499 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1500 for use in post-self-insert-hook.
1501 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1502 for use in post-self-insert-hook.
1503 (prolog-electric--underscore): Rename from prolog-electric--underscore;
1504 adapt it for use in post-self-insert-hook.
1505
3dab0a83
MA
15062013-10-25 Michael Albinus <michael.albinus@gmx.de>
1507
1508 * emacs-lisp/ert.el (ert-run-tests-interactively):
1509 Use `completing-read'. (Bug#9756)
1510
fbfd0e1d
EZ
15112013-10-25 Eli Zaretskii <eliz@gnu.org>
1512
1513 * simple.el (line-move): Call line-move-1 instead of
1514 line-move-visual when the current window hscroll is zero, but
1515 temporary-goal-column indicates we will need to hscroll as result
1516 of the movement. (Bug#15712)
1517
963ce636
DG
15182013-10-25 Dmitry Gutov <dgutov@yandex.ru>
1519
1520 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
eb89dc14
SM
1521 capitalization. Use :visible instead of :active.
1522 Fix `ruby-indent-exp' reference. Add menu items for the generic
963ce636
DG
1523 commands that are used with SMIE.
1524 (ruby-do-end-to-brace): Insert space after `{'.
1525
a0be396a
JA
15262013-10-25 John Anthony <john@jo.hnanthony.com>
1527
f73754c9
JA
1528 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
1529
1530 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
a0be396a 1531
f5bf77df
GM
15322013-10-25 Glenn Morris <rgm@gnu.org>
1533
1534 * vc/vc.el (vc-print-log): Don't use a working revision unless
1535 one was explicitly specified. (Bug#15322)
1536
37241f62
SM
15372013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * subr.el (add-to-list): Preserve return value in compiler-macro
1540 (bug#15692).
1541
6408a65d
RS
15422013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1543
1544 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1545 result. Ask user to retry using '-all' flag. (Bug#15701)
1546
71e3276b
SM
15472013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1548
1549 * emacs-lisp/smie.el: New smie-config system.
1550 (smie-config): New defcustom.
1551 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1552 (smie-config-guess, smie-config-save): New commands.
1553 (smie-config--mode-local, smie-config--buffer-local)
1554 (smie-config--trace, smie-config--modefuns): New vars.
1555 (smie-config--advice, smie-config--mode-hook)
1556 (smie-config--setter, smie-config-local, smie-config--get-trace)
1557 (smie-config--guess-value, smie-config--guess): New functions.
1558 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1559 text properties. Treat "string fence" syntax like string syntax.
1560
1561 * progmodes/sh-script.el (sh-use-smie): Change default.
1562 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1563 (sh-var-value): Simplify by CSE.
1564 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1565 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1566 is used.
1567 (sh-guess-basic-offset): Use cl-incf.
1568 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1569
60db713e
HE
15702013-10-24 Helmut Eller <eller.helmut@gmail.com>
1571
1572 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1573 (bug#15699).
1574
8b251df6
GM
15752013-10-24 Glenn Morris <rgm@gnu.org>
1576
1577 * Makefile.in (abs_top_srcdir): Remove.
1578 (update-subdirs): Use relative path to update-subdirs.
1579
6be0e22b
EZ
15802013-10-24 Eli Zaretskii <eliz@gnu.org>
1581
1582 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1583 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
60db713e
HE
1584 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1585 Call unmsys--file-name before expand-file-name, not after it.
6be0e22b 1586
50b5b857
MA
15872013-10-24 Michael Albinus <michael.albinus@gmx.de>
1588
1589 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1590 (ert-test-skipped): New error.
1591 (ert-skip, ert-stats-skipped): New defuns.
1592 (ert--skip-unless): New macro.
1593 (ert-test-skipped): New struct.
1594 (ert--run-test-debugger, ert-test-result-type-p)
1595 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1596 (ert--stats-set-test-and-result, ert-char-for-test-result)
1597 (ert-string-for-test-result, ert-run-tests-batch)
60db713e 1598 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3dab0a83 1599 Handle skipped tests. (Bug#9803)
50b5b857 1600
6f317c2f
GM
16012013-10-24 Glenn Morris <rgm@gnu.org>
1602
e43817c1
GM
1603 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1604
6f317c2f
GM
1605 * Makefile.in (abs_top_srcdir): New, set by configure.
1606 (update-subdirs): Correct build-aux location.
1607
369bbf71
DG
16082013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1609
8297b2cf
DG
1610 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1611 value, whether we could auto-deduce `backend', or not.
1612
369bbf71
DG
1613 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1614 with parameters" example. Simplify the "is it block or is it
1615 hash" check, but also make it more thorough.
1616
d5f1282f
MF
16172013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1618
1619 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1620
bc4aaa31
SM
16212013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1622
03d44565
SM
1623 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1624 { if it is hanging.
1625
bc4aaa31
SM
1626 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1627 :before ";".
1628
f493ff19
JB
16292013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1630
1631 * progmodes/compile.el (compilation-directory-matcher)
1632 (compilation-page-delimiter):
1633 Support GNU Make-4.0 directory quoting. (Bug#15678)
1634
c744a3b9
LL
16352013-10-23 Leo Liu <sdl.web@gmail.com>
1636
1637 * ido.el (ido-tidy): Handle read-only text.
1638
b8e3b0a9
GM
16392013-10-23 Glenn Morris <rgm@gnu.org>
1640
1641 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1642 (emacs, compile, compile-always):
1643 Quote entities that might contain whitespace.
1644 (custom-deps, finder-data, autoloads): Use abs_lisp.
1645 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1646 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1647 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1648
ee4282cd
DG
16492013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1650
bc4aaa31
SM
1651 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1652 Use `following-char'.
7790a270 1653
ee4282cd 16542013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790a270
SM
1655
1656 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1657 * progmodes/ruby-mode.el (ruby-smie-rules):
1658 Remove corresponding workaround. Fix indentation rule of ";" so it
1659 also applies when ";" is the parent.
1660
d40a46d7
XF
16612013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1662
1663 * frame.el (display-screens, display-pixel-height)
1664 (display-pixel-width, display-mm-width, display-backing-store)
1665 (display-save-under, display-planes, display-color-cells)
7790a270
SM
1666 (display-visual-class, display-monitor-attributes-list):
1667 Mention the optional ‘display’ argument in doc strings.
d40a46d7 1668
a0f143c9
MG
16692013-10-22 Michael Gauland <mikelygee@amuri.net>
1670
1671 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1672 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1673
18cacc39
DG
16742013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1675
1676 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1677 TODO. Add "." after " @ ".
1678 (ruby-smie--at-dot-call): New function. Checks if point at method
1679 call with explicit target.
1680 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1681 to the method name tokens when it precedes them.
1682 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1683 (ruby-smie-rules): Add rule for indentation before and after "."
1684 token.
1685
df74c4be
SM
16862013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1687
c6dab55f
SM
1688 * textmodes/remember.el (remember-diary-extract-entries):
1689 Avoid add-to-list.
1690
df74c4be
SM
1691 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1692 an instruction.
1693
8c1ae481
DG
16942013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1695
cfef16c0
DG
1696 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1697 (ruby-smie--implicit-semi-p): Add new operator chars.
1698
8c1ae481
DG
1699 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1700 `smie-down-list'.
1701 (ruby-smie--args-separator-p): Check that there's no newline
1702 between method call and its arguments.
1703
87756ca9
AM
17042013-10-20 Alan Mackenzie <acm@muc.de>
1705
1706 Allow comma separated lists after Java "implements".
1707
df74c4be
SM
1708 * progmodes/cc-engine.el (c-backward-over-enum-header):
1709 Parse commas.
87756ca9
AM
1710 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1711 from a "disallowed" list in enum fontification.
1712
c25f8957
JB
17132013-10-20 Johan Bockgård <bojohan@gnu.org>
1714
df74c4be 1715 * startup.el (default-frame-background-mode): Remove unused defvar.
4a5da22b 1716
c25f8957
JB
1717 * progmodes/verilog-mode.el (verilog-mode): Don't set
1718 comment-indent-function globally.
1719
aca5fcdc
JD
17202013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1721
5f161884
JD
1722 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1723 Move Info menu item creation to ns-win.el.
1724
1725 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1726 in menu bar.
1727
aca5fcdc
JD
1728 * menu-bar.el: Move GNUStep specific menus...
1729
1730 * term/ns-win.el (ns-initialize-window-system): ... to here.
1731
914b7f98
SM
17322013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 * simple.el (newline): Only run post-self-insert-hook when
1735 called interactively.
1736
846ffe77
JB
17372013-10-19 Johan Bockgård <bojohan@gnu.org>
1738
1739 * icomplete.el (icomplete-with-completion-tables): Add :version.
1740
033f22dd
AM
17412013-10-19 Alan Mackenzie <acm@muc.de>
1742
1743 Fix fontification bugs with constructors and const.
1744
1745 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1746 CASE 2) Remove the check for the absence of a suffix construct
1747 after a function declaration with only types (no identifiers) in
1748 the parentheses. Also, accept a function declaration with just a
1749 type inside the parentheses, if this type can be positively
1750 recognised as such, or if a prefix keyword like "explicit" nails
1751 down the construct as a declaration.
1752
58ce0cfc
EZ
17532013-10-19 Eli Zaretskii <eliz@gnu.org>
1754
1755 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1756 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1757 the problem whereby selecting a menu item that leads to a
1758 minibuffer prompt moves the cursor out of the minibuffer window,
1759 making it hard to type at the prompt. Suggested by Stefan Monnier
1760 <monnier@iro.umontreal.ca>.
1761
50e28e7d
JD
17622013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1763
1764 * menu-bar.el: Don't make Services menu.
1765
7deed4bf
RS
17662013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1767
1768 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1769 (ffap-alist): Use ffap-c++-mode for c++-mode.
1770 (ffap-c++-path): New variable.
1771 (ffap-c++-mode): New function.
1772
7bcb455b
JVJ
17732013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1774
1775 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1776
f0ff1cd5
MA
17772013-10-18 Michael Albinus <michael.albinus@gmx.de>
1778
1779 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1780 introduced on 2013-09-08, which results in an infinite loop
1781 requesting a password.
1782
d64da4b7
GM
17832013-10-18 Glenn Morris <rgm@gnu.org>
1784
1785 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1786
ea89ff08
WS
17872013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1788
1789 Sync with upstream verilog-mode revision 1a6ecec7.
1790 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1791 (verilog-mode-release-date): Remove.
1792 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1793 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1794 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1795 (verilog-auto-tieoff-ignore-regexp)
1796 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1797 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1798 (verilog-signals-with, verilog-dir-cache-preserving)
1799 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1800 Doc fixes.
1801 (verilog-case-fold): New option, to control case folding in
1802 regexp searches, bug597.
1803 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1804 (verilog-string-match-fold, verilog-in-paren-count)
1805 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1806 (verilog-at-close-struct-p): New functions.
1807 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1808 (verilog-forward-sexp, verilog-set-auto-endcomments):
1809 (verilog-leap-to-case-head): Handle "unique0" case.
1810 (verilog-in-constraint-re): New constant.
1811 (verilog-keywords, verilog-type-font-keywords):
1812 Add some SystemVerilog 1800-2012 keywords.
1813 (verilog-label-be): Remove unimplemented argument, bug669.
1814 (verilog-batch-execute-func): When batch expanding clear
1815 create-lockfiles to prevent spurious user locks when a file ends
1816 up not changing.
1817 (verilog-calculate-indent, verilog-calc-1)
1818 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1819 (verilog-do-indent): Fix indentation of nested constraints
1820 and structures.
1821 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1822 (verilog-auto-inst-param): Use verilog-string-match-fold.
1823 (verilog-read-inst-module-matcher):
1824 Fix AUTOINST on gate primitives with #1.
1825 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1826 Reads all user-defined typed variables.
1827 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1828 (verilog-signals-matching-regexp)
1829 (verilog-signals-not-matching-regexp, verilog-auto):
1830 Respect verilog-case-fold.
1831 (verilog-diff-report): Fix line count.
1832 (verilog-auto-assign-modport): Remove unused local `modi'.
1833 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1834 better handle multidimensional arrays.
1835 Fix packed array ports misadding bit index in AUTOINST, bug637.
1836 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1837 to not double-declare existing outputs and inputs, respectively.
1838 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1839 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1840 (verilog-sk-uvm-component): New skeleton.
1841 (verilog-submit-bug-report): Add verilog-case-fold,
1842 remove verilog-mode-release-date.
1843
ef566920
BR
18442013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1845
1846 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1847 as before.
1848
29df8a0b
RT
18492013-10-18 Reuben Thomas <rrt@sc3d.org>
1850
1851 * textmodes/remember.el (remember): set buffer-offer-save in
1852 remember buffers (bug#13566).
1853
04a19a79
DC
18542013-10-18 Daniel Colascione <dancol@dancol.org>
1855
1856 When evaluating forms in ielm, direct standard output to ielm
1857 buffer. Add new ielm-return-for-effect command. Remove trailing
1858 whitespace throughout.
1859
1860 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1861 (ielm-return-for-effect): New command.
1862 (ielm-send-input): Accept optional `for-effect' parameter.
df74c4be
SM
1863 (ielm-eval-input): Accept optional `for-effect' parameter.
1864 Bind `standard-output' to stream we create using
04a19a79
DC
1865 `ielm-standard-output-impl'. Suppress printing result when
1866 `for-effect'.
1867 (ielm-standard-output-impl): New function.
1868 (inferior-emacs-lisp-mode): Explain new features in documentation.
1869
4c1f03ef
MA
18702013-10-17 Michael Albinus <michael.albinus@gmx.de>
1871
1872 Code cleanup.
1873
1874 * net/tramp.el (tramp-debug-message): Do not check for connection
1875 buffer.
1876 (tramp-message): Use "vector" connection property.
1877
1878 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1879 (tramp-equal-remote, tramp-eshell-directory-change)
1880 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1881 (tramp-adb-handle-rename-file)
1882 * net/tramp-cmds.el (tramp-list-remote-buffers)
1883 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1884 * net/tramp-compat.el (tramp-compat-process-running-p)
1885 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1886 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1887 (tramp-gvfs-handle-rename-file)
1888 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1889 (tramp-set-file-uid-gid)
1890 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1891 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1892 of `file-remote-p'.
1893
1894 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1895 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1896 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1897 (tramp-gw-open-network-stream): Suppress unrelated traces.
1898
1899 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1900 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1901 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1902 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1903 connection property.
1904
1905 * net/tramp-cache.el (top): Suppress traces when reading
f0ff1cd5 1906 persistency file.
4c1f03ef
MA
1907
1908 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1909 Refactor common code. Improve debug message.
1910 (tramp-maybe-open-connection)
1911 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1912 connection buffer too early.
1913
1914 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1915 from `tramp-smb-actions-with-acl'.
1916 (tramp-smb-actions-set-acl): New defconst.
1917 (tramp-smb-handle-copy-directory)
1918 (tramp-smb-action-get-acl): New defun, renamed from
1919 `tramp-smb-action-with-acl'.
1920 (tramp-smb-action-set-acl): New defun.
1921 (tramp-smb-handle-set-file-acl): Rewrite.
1922
642eb8b6
GM
19232013-10-17 Glenn Morris <rgm@gnu.org>
1924
1925 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1926
85527ff3
SM
19272013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1928
921c1d62
SM
1929 * skeleton.el (skeleton-newline): Remove.
1930 (skeleton-internal-1): Use (insert "\n") instead.
1931
e333fb10
SM
1932 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1933 let-bindings.
1934
85527ff3
SM
1935 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1936 forward-sexp-function while we redo its job (bug#15613).
1937
c8722a97
JB
19382013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1939
1940 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1941 represented by lists.
1942
7a550bbb
GM
19432013-10-16 Glenn Morris <rgm@gnu.org>
1944
1945 * tmm.el (tmm--history): New dynamic variable.
1946 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1947
f19da8ad
MA
19482013-10-16 Michael Albinus <michael.albinus@gmx.de>
1949
1950 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1951 (tramp-smb-errors): Add error messages.
1952 (tramp-smb-actions-with-acl): New defconst.
1953 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1954 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1955 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1956 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1957 (tramp-smb-get-stat-capability): Fix tests.
1958
a24b9961
DK
19592013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1960
1961 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1962 (bug#15580).
1963
62ad85e6
GM
19642013-10-16 Glenn Morris <rgm@gnu.org>
1965
0283d6b0
GM
1966 * ansi-color.el (ansi-color-drop-regexp):
1967 Add 1J, 1K, 2K. (Bug#15617)
1968
012e2f9f
GM
1969 * files.el (hack-local-variables--warned-lexical): New.
1970 (hack-local-variables):
1971 Warn about misplaced lexical-binding. (Bug#15616)
1972
62ad85e6
GM
1973 * net/eww.el (eww-render): Always set eww-current-url,
1974 and update header line. (Bug#15622)
1975 (eww-display-html): ... Rather than just doing it here.
1976
6456c0ea
EZ
19772013-10-15 Eli Zaretskii <eliz@gnu.org>
1978
1979 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1980 menu navigations commands.
1981
c2de5588
DK
19822013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1983
1984 * progmodes/subword.el (subword-capitalize): Be careful when
1985 the search for [[:alpha:]] fails (bug#15580).
1986
ccd4a783
EZ
19872013-10-14 Eli Zaretskii <eliz@gnu.org>
1988
1989 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1990 to commands that scroll the menu.
1991
1eda1d8d
DG
19922013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1993
c2de5588
DK
1994 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1995 Handle methods ending with `?' and `!'.
1eda1d8d 1996
e70181b8
AM
19972013-10-14 Akinori MUSHA <knu@iDaemons.org>
1998
1999 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
2000 `japanese-cp932' to `cp932' to fix the problem where saving a
2001 source file written in Shift_JIS twice would end up having
2002 `coding: japanese-cp932' which Ruby could not recognize.
2003 (ruby-mode-set-encoding): Add support for encodings mapped to nil
2004 in `ruby-encoding-map'.
2005 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
2006 doesn't need to be explicitly declared in magic comment.
2007 (ruby-encoding-map): Add type declaration for better customize UI.
2008
9148ee92
GM
20092013-10-13 Glenn Morris <rgm@gnu.org>
2010
a5d38e34
GM
2011 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
2012 Occur buffers are read-only. http://bugs.debian.org/720775
2013
9148ee92
GM
2014 * emacs-lisp/authors.el (authors-fixed-entries):
2015 Comment out old alpha stuff.
2016
a9ba094b
DG
20172013-10-13 Dmitry Gutov <dgutov@yandex.ru>
2018
2019 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
2020 to `after-save-hook' instead of `before-save-hook'.
2021 (ruby-mode-set-encoding): Use the value of coding system used to
2022 write the file. Call `basic-save-buffer-1' after modifying the
2023 buffer.
2024
7a068717
AM
20252013-10-13 Alan Mackenzie <acm@muc.de>
2026
2027 Fix indentation/fontification of Java enum with
2028 "implements"/generic.
2029
c2de5588
DK
2030 * progmodes/cc-engine.el (c-backward-over-enum-header):
2031 Extracted from the three other places and enhanced to handle generics.
7a068717
AM
2032 (c-inside-bracelist-p): Uses new function above.
2033 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
2034 function above.
2035 (c-font-lock-enum-tail): Uses new function above.
2036
85b64f02
KH
20372013-10-13 Kenichi Handa <handa@gnu.org>
2038
2039 * international/mule-cmds.el (select-safe-coding-system): Remove a
2040 superfluous condition in chekcing whether a coding system is safe
2041 or not.
2042
fc7f501b
OK
20432013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
2044
2045 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
2046
fdcb2049
AP
20472013-10-13 Andreas Politz <politza@hochschule-trier.de>
2048
2049 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
2050
8c106d17
GM
20512013-10-13 Glenn Morris <rgm@gnu.org>
2052
feab892d
GM
2053 * menu-bar.el (menu-bar-update-buffers):
2054 Unify Buffers menu prompt string. (Bug#15576)
2055
b22d0686
GM
2056 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
2057
8c106d17
GM
2058 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
2059 Add some entries.
2060 (authors-fixed-entries): Use accented form of name.
2061
1b12c797
SM
20622013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2063
650fa7bf 2064 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
e70181b8 2065 method calls (bug#15594).
650fa7bf
SM
2066 (ruby-smie--args-separator-p): New function.
2067 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
2068 recognize paren-free method calls.
2069
1b12c797
SM
2070 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
2071 internals of universal-argument.
2072
029619c8
EZ
20732013-10-11 Eli Zaretskii <eliz@gnu.org>
2074
2075 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
f747170f
EZ
2076 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
2077 dropped menu on second mouse click on the menu bar.
029619c8 2078
dd070019
SM
20792013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
2082 (explicit-shell-file-name): Declare.
2083 (sh--vars-before-point, sh--cmd-completion-table): New functions.
2084 (sh-completion-at-point-function): New function.
2085 (sh-mode): Use it.
2086 (sh-smie--keyword-p): Remove unused argument.
2087 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
2088 vars.
2089 (sh-set-shell): Always setup SMIE, even if we use the
2090 old indentation code.
2091
0922b826
DG
20922013-10-11 Dmitry Gutov <dgutov@yandex.ru>
2093
b68e2926
DG
2094 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
2095 cases of ? and =.
2096 (ruby-smie-rules): Simplify the "do" rule. The cases when the
2097 predicate would return nil are almost non-existent.
2098 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
2099
0922b826
DG
2100 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
2101 cache also after commands that modify the buffer but don't move
2102 point.
2103
ee041f2d
SM
21042013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * env.el (substitute-env-in-file-name): New function.
2107 (substitute-env-vars): Extend the meaning of the optional arg.
2108
a5dab159
EZ
21092013-10-10 Eli Zaretskii <eliz@gnu.org>
2110
2111 * term/w32-win.el (dynamic-library-alist): Define separate lists
2112 of GIF DLLs for versions before and after 5.0.0 of giflib.
2113 (Bug#15531)
2114
0449d6cd 21152013-10-10 João Távora <joaotavora@gmail.com>
db138698
JT
2116
2117 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
2118 not locked, use last revision and current source as
2119 defaults. (Bug#15569)
2120
2f6e161e
MY
21212013-10-10 Masatake YAMATO <yamato@redhat.com>
2122
2123 * menu-bar.el (menu-bar-open): Don't use popup-menu if
2124 menu-bar is hidden.
2125
6c8413fc
MR
21262013-10-10 Martin Rudalics <rudalics@gmx.at>
2127
2128 * window.el (pop-to-buffer-same-window): Fix doc-string.
2129 (Bug#15492)
2130
20832de0
SM
21312013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
2134
c6e8ae77
AC
21352013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
2136
2137 * calendar/icalendar.el (icalendar-import-file):
2138 Fix interactive spec. (Bug#15482)
2139
9db13baf
GM
21402013-10-10 Glenn Morris <rgm@gnu.org>
2141
9271e90e
GM
2142 * desktop.el (desktop-save): Default to saving in .emacs.d,
2143 since PWD is no longer in desktop-path by default. (Bug#15319)
2144
9db13baf
GM
2145 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2146 now that text mode has a menu with the same entry.
2147 (menu-bar-text-mode-auto-fill): Remove now unused func.
2148 * textmodes/text-mode.el (text-mode-map):
2149 Use auto-fill help text from menu-bar.el.
2150
a0be396a 21512013-10-10 John Anthony <john@jo.hnanthony.com>
a066720c
JA
2152
2153 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
2154
2edcd3c7
JL
21552013-10-09 Juri Linkov <juri@jurta.org>
2156
2157 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2158 instead of this-command-keys. Add universal-argument-more and
2159 universal-argument-minus to the list of prefix commands. (Bug#15568)
2160
574411d0
GM
21612013-10-09 Glenn Morris <rgm@gnu.org>
2162
14afa541
GM
2163 * vc/vc-svn.el (vc-svn-create-repo):
2164 Expand paths in file://... url. (Bug#15446)
2165
574411d0
GM
2166 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2167 Add some entries.
2168 (authors): Remove unused local variables.
2169
79804536
SM
21702013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * profiler.el: Create a more coherent calltree from partial backtraces.
2173 (profiler-format): Hide the tail with `invisible' so that C-s can still
2174 find the hidden elements.
2175 (profiler-calltree-depth): Don't recurse so enthusiastically.
2176 (profiler-function-equal): New hash-table-test.
2177 (profiler-calltree-build-unified): New function.
2178 (profiler-calltree-build): Use it.
2179 (profiler-report-make-name-part): Indent the calltree less.
2180 (profiler-report-mode): Add visibility specs for profiler-format.
2181 (profiler-report-expand-entry, profiler-report-toggle-entry):
2182 Expand the whole subtree when provided with a prefix arg.
2183
238150c8
DG
21842013-10-09 Dmitry Gutov <dgutov@yandex.ru>
2185
2186 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2187 iuwu-mod token.
2188 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2189 hanging iuwu-mod token.
2190 (ruby-smie--forward-token): Do not include a dot after a token in
2191 that token.
2192 (ruby-smie--backward-token): Likewise.
2193
b0949cc4
JL
21942013-10-08 Juri Linkov <juri@jurta.org>
2195
2196 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2197 to isearch-other-control-char.
2198 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2199 and isearch-post-command-hook to post-command-hook.
2200 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2201 and isearch-post-command-hook from post-command-hook.
2202 (isearch-unread-key-sequence)
2203 (isearch-reread-key-sequence-naturally)
2204 (isearch-lookup-scroll-key, isearch-other-control-char)
2205 (isearch-other-meta-char): Remove functions.
2206 (isearch-pre-command-hook, isearch-post-command-hook):
2207 New functions based on isearch-other-meta-char rewritten
2208 relying on the new behavior of overriding-terminal-local-map
2209 that does not replace the local keymaps any more. (Bug#15200)
2210
4ed77415
EZ
22112013-10-08 Eli Zaretskii <eliz@gnu.org>
2212
2213 Support menus on text-mode terminals.
2214 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2215 functionality.
2216
2217 * tooltip.el (tooltip-mode): Don't error out on TTYs.
2218
c2de5588
DK
2219 * menu-bar.el (popup-menu, popup-menu-normalize-position):
2220 Move here from mouse.el.
4ed77415
EZ
2221 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2222 and arrow keys.
2223 (tty-menu-navigation-map): New map for TTY menu navigation.
2224
2225 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2226
2227 * frame.el (display-mouse-p): Report text-mode mouse as available
2228 on w32.
2229 (display-popup-menus-p): Report availability if mouse is
2230 available; don't condition on window-system.
2231
2232 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2233 (tty-menu-selected-face): New faces.
2234
b7d5bd82
TL
22352013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2236
06286513
SM
2237 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2238 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2239 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2240 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2241 New constants.
2242 (lisp-mode-variables): New `elisp' argument.
2243 (emacs-lisp-mode): Use it.
2244 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2245 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2246
b7d5bd82
TL
2247 * indent.el: Use lexical-binding.
2248 (indent-region): Add progress reporter.
2249 (tab-stop-list): Make it implicitly extend to infinity by repeating the
2250 last step.
2251 (indent--next-tab-stop): New function to implement this behavior.
2252 (tab-to-tab-stop, move-to-tab-stop): Use it.
2253
22542013-10-08 Teemu Likonen <tlikonen@iki.fi>
2255
2256 * indent.el (indent-rigidly--current-indentation): New function.
2257 (indent-rigidly-map): New var.
2258 (indent-rigidly): Use it to provide interactive mode (bug#8196).
2259
5ea75d23
BG
22602013-10-08 Bastien Guerry <bzg@gnu.org>
2261
2262 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2263
cc5da1ec
SM
22642013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2265
8ffa1a0b
SM
2266 * progmodes/perl-mode.el: Use lexical-binding.
2267 Remove redundant :group args.
2268 (perl-nochange): Change default to be closer to other major modes's
2269 standard behavior.
2270 (perl-indent-line): Don't consider text on current line as a
2271 valid beginning of function from which to indent.
2272
f2223371
SM
2273 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2274 with more than one argument (bug#15538).
2275
44256060
SM
2276 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2277
cc5da1ec
SM
2278 * vc/pcvs.el: Use lexical-binding.
2279 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2280 environment of `eval'.
2281 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2282 than a list of expressions. Adjust callers.
2283 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2284
0ea1599d
DG
22852013-10-07 Dmitry Gutov <dgutov@yandex.ru>
2286
2287 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
cc5da1ec 2288 case of the dot in a chained method call being on the following line.
0ea1599d 2289
da3e5ebb
SM
22902013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2abb4e65
SM
2292 * electric.el (electric-indent-inhibit): New var.
2293 (electric-indent-post-self-insert-function): Use it.
2294 * progmodes/python.el (python-mode): Set it.
2295
d2e0e795
SM
2296 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2297 open braces.
2298
2299 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2300
bdc6b4c8
SM
2301 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2302 (css-mode): Use electric-indent-chars.
2303
da3e5ebb
SM
2304 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2305 (font-lock-beg, font-lock-end): Move before first use.
2306 (nxml-mode): Use syntax-propertize-function.
2307 (nxml-after-change, nxml-after-change1): Adjust accordingly.
2308 (nxml-extend-after-change-region): Remove.
2309 * nxml/xmltok.el: Use lexical-binding.
2310 (xmltok-save): Use `declare'.
2311 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2312 * nxml/nxml-util.el: Use lexical-binding.
2313 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2314 Use `declare'.
2315 * nxml/nxml-ns.el: Use lexical-binding.
2316 (nxml-ns-save): Use `declare'.
2317 (nxml-ns-prefixes-for): Avoid add-to-list.
2318 * nxml/rng-match.el: Use lexical-binding.
2319 (rng--ipattern): Use cl-defstruct.
2320 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2321 (rng-cons-group-after, rng-subst-group-after)
2322 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2323 Use closures instead of `(lambda...).
2324
f8f91d5d
MA
23252013-10-07 Michael Albinus <michael.albinus@gmx.de>
2326
2327 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2328 of BEG and END.
2329
da3e5ebb
SM
2330 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2331 Use `tramp-handle-insert-file-contents'.
f8f91d5d
MA
2332 (tramp-gvfs-handle-insert-file-contents): Remove function.
2333
da3e5ebb
SM
2334 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2335 Use `save-restriction' in order to keep markers.
f8f91d5d
MA
2336
2337 * net/trampver.el: Update release number.
2338
7ccae3b1
SM
23392013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2340
55ca2c0d
SM
2341 * progmodes/compile.el (compilation-parse-errors):
2342 Use compilation--put-prop.
2343 (compilation--ensure-parse): Check compilation-multiline.
2344
731fc3ae
SM
2345 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2346
da3e5ebb
SM
2347 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2348 lexical-binding.
a5833280 2349
2e7ba2c2
SM
2350 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2351
7ccae3b1
SM
2352 * progmodes/ruby-mode.el: Fix recently added tests.
2353 (ruby-smie-grammar): Add - and +.
2354 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2355 (ruby-smie--backward-id): New functions.
2356 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2357 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
2358 any more.
2359
85698d63
LL
23602013-10-07 Leo Liu <sdl.web@gmail.com>
2361
2362 * register.el (register-preview-delay)
2363 (register-preview-functions): New variables.
2364 (register-read-with-preview, register-preview)
2365 (register-describe-oneline): New functions.
2366 (point-to-register, window-configuration-to-register)
2367 (frame-configuration-to-register, jump-to-register)
2368 (number-to-register, view-register, insert-register)
2369 (copy-to-register, append-to-register, prepend-to-register)
2370 (copy-rectangle-to-register): Use register-read-with-preview to
2371 read register. (Bug#15525)
2372
3986af6c
DS
23732013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2374
2375 * net/network-stream.el (network-stream-open-starttls): Don't add
2376 --insecure if it's already present, because that gnutls-cli
2377 rejects getting that parameter twice.
2378
5cd9cda9
DG
23792013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2380
2381 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2382 keyword, too.
2383
da9ea6d9
DG
23842013-10-05 Dmitry Gutov <dgutov@yandex.ru>
2385
2386 * newcomment.el (comment-use-global-state): Change default value
2387 to t, mark obsolete (Bug#15251).
2388 (comment-beginning): In addition to `comment-to-syntax', check the
2389 value of `comment-use-global-state'.
2390
34d1a133
SM
23912013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2392
2393 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2394 (ruby-comment-column): Follow the global default, by default.
2395 (ruby-smie-grammar): Add assignment syntax.
2396 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2397 open-paren, a comma, or a \.
2398 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2399 and line continuations.
2400 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2401 followed by implicit semi-colons. Add rule for string concatenation
2402 and for indentation at BOB.
2403 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2404
2405 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2406 calling next-sexp, since next-token may have skipped chars which
2407 next-sexp doesn't know should be skipped!
2408
6f6ab820
LL
24092013-10-05 Leo Liu <sdl.web@gmail.com>
2410
34d1a133
SM
2411 * progmodes/octave.el (octave-send-region):
2412 Call compilation-forget-errors.
6f6ab820 2413
34ca0f4c
XF
24142013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2415
2416 * vc/vc-svn.el (vc-svn-find-admin-dir):
2417 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2418 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2419 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2420 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2421
a27c1b72
SM
24222013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2425
258ab3bc
SM
24262013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * subr.el (read-passwd): Hide chars even when called within a context
2429 where after-change-functions is disabled (bug#15501).
2430 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2431 until we removed ourself from overriding-terminal-local-map.
2432
939fb29c
LL
24332013-10-04 Leo Liu <sdl.web@gmail.com>
2434
258ab3bc
SM
2435 * progmodes/octave.el (inferior-octave-mode):
2436 Call compilation-forget-errors.
939fb29c 2437
63bd7f35
XF
24382013-10-04 Xue Fuqiao <xfq.free@gmail.com>
2439
2440 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2441
9e6229fa
MA
24422013-10-04 Michael Albinus <michael.albinus@gmx.de>
2443
2444 * net/secrets.el (secrets-create-collection): Add optional
2445 argument ALIAS. Use proper Label keyword. Append ALIAS as
2446 dbus-call-method argument. (Bug#15516)
2447
1dab32a3
LL
24482013-10-04 Leo Liu <sdl.web@gmail.com>
2449
2450 * progmodes/octave.el (inferior-octave-error-regexp-alist)
2451 (inferior-octave-compilation-font-lock-keywords): New variables.
2452 (compilation-error-regexp-alist)
2453 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2454 (inferior-octave-mode): Use compilation-shell-minor-mode.
2455
6cad7ba3
JS
24562013-10-04 Jorgen Schaefer <forcer@forcix.cx>
2457
2458 * minibuffer.el (completion--replace): Be careful that `end' might be
2459 a marker.
2460
acbadd00
DU
24612013-10-03 Daiki Ueno <ueno@gnu.org>
2462
2463 Add support for package signature checking.
2464 * emacs-lisp/package.el (url-http-file-exists-p)
2465 (epg-make-context, epg-context-set-home-directory)
2466 (epg-verify-string, epg-context-result-for)
2467 (epg-signature-status, epg-signature-to-string)
2468 (epg-check-configuration, epg-configuration)
2469 (epg-import-keys-from-file): Declare.
2470 (package-check-signature): New user option.
2471 (package-unsigned-archives): New user option.
2472 (package-desc): Add `signed' field.
2473 (package-load-descriptor): Set `signed' field if .signed file exists.
2474 (package--archive-file-exists-p): New function.
2475 (package--check-signature): New function.
2476 (package-install-from-archive): Check package signature.
2477 (package--download-one-archive): Check archive signature.
2478 (package-delete): Remove .signed file.
2479 (package-import-keyring): New command.
2480 (package-refresh-contents): Import default keyring.
2481 (package-desc-status): Add "unsigned" status.
2482 (describe-package-1, package-menu--print-info)
2483 (package-menu-mark-delete, package-menu--find-upgrades)
2484 (package-menu--status-predicate): Support "unsigned" status.
2485
adf2aa61
SM
24862013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2489 the new compilation scheme using the new byte-codes.
2490
2491 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2492 (byte-pophandler): New byte codes.
2493 (byte-goto-ops): Adjust accordingly.
2494 (byte-compile--use-old-handlers): New var.
2495 (byte-compile-catch): Use new byte codes depending on
2496 byte-compile--use-old-handlers.
2497 (byte-compile-condition-case--old): Rename from
2498 byte-compile-condition-case.
2499 (byte-compile-condition-case--new): New function.
2500 (byte-compile-condition-case): New function that dispatches depending
2501 on byte-compile--use-old-handlers.
2502 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2503 when we can.
2504
2505 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2506 Optimize under `condition-case' and `catch' if
2507 byte-compile--use-old-handlers is nil.
2508 (disassemble-offset): Handle new bytecodes.
2509
328a8179
SM
25102013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2511
2512 * subr.el (error): Use `declare'.
2513 (decode-char, encode-char): Use advertised-calling-convention instead
2514 of the docstring to discourage use of the `restriction' arg.
2515
15a1e936
DU
25162013-10-03 Daiki Ueno <ueno@gnu.org>
2517
2518 * epg.el (epg-verify-file): Add a comment saying that it does not
2519 notify verification error as a return value nor a signal.
2520 (epg-verify-string): Ditto.
2521
376f862a
KR
25222013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2523
2524 * progmodes/compile.el (compilation-start): Try globbing the arg to
2525 `cd' (bug#15417).
2526
a2f93a5f
MA
25272013-10-02 Michael Albinus <michael.albinus@gmx.de>
2528
2529 Sync with Tramp 2.2.8.
2530
2531 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2532 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2533 * net/trampver.el: Update release number.
2534
0daa0804
JD
25352013-10-01 Jan Djärv <jan.h.d@swipnet.se>
2536
2537 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2538 and default-process-coding-system for darwin only.
2539
abd1ae34
SM
25402013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2543
be4e325d
MH
25442013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
2545
2546 * vc/vc-git.el (vc-git-grep): Disable pager.
2547
e9155c4a
DG
25482013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2549
494e898b
DG
2550 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2551 Use :url instead of :homepage, as per
2552 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2553
e9155c4a
DG
2554 * newcomment.el (comment-beginning): When `comment-use-syntax' is
2555 non-nil, use `syntax-ppss' (Bug#15251).
2556
481a8e0f
RS
25572013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2558
be4e325d
MH
2559 * progmodes/octave.el (inferior-octave-startup-file):
2560 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 2561
056453c6
DG
25622013-09-29 Dmitry Gutov <dgutov@yandex.ru>
2563
be4e325d
MH
2564 * emacs-lisp/package.el (package-desc-from-define):
2565 Accept additional arguments as plist, convert them to an alist and store
2566 them in the `extras' slot.
056453c6
DG
2567 (package-generate-description-file): Convert extras alist back to
2568 plist and append to the `define-package' form arguments.
2569 (package--alist-to-plist): New function.
2570 (package--ac-desc): Add `extras' slot.
2571 (package--add-to-archive-contents): Check if the archive-contents
2572 vector is long enough, and if it is, pass its `extras' slot value
2573 to `package-desc-create'.
2574 (package-buffer-info): Call `lm-homepage', pass the returned value
2575 to `package-desc-from-define'.
2576 (describe-package-1): Render the homepage button (Bug#13291).
2577
be4e325d
MH
2578 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2579 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 2580
832966e5
JD
25812013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2582
2583 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2584 and default-process-coding-system to utf-8-unix (Bug#15402).
2585
6cfe977d
XF
25862013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2587
2588 * subr.el (looking-back): Do not recommend using looking-back.
2589
38de11bd
AM
25902013-09-28 Alan Mackenzie <acm@muc.de>
2591
2592 Fix indentation/fontification of Java enum with "implements".
2593
2594 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2595 regexp which matches "implements", etc., in Java.
2596 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2597 specifier clauses coming after "enum".
2598 * progmodes/cc-fonts.el (c-font-lock-declarations)
2599 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2600 after "enum".
2601
1610938f
JD
26022013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2603
2604 * faces.el (region): Change ns_selection_color to
2605 ns_selection_fg_color, add ns_selection_bg_color.
2606
e090f499
LL
26072013-09-28 Leo Liu <sdl.web@gmail.com>
2608
4d2e94d1
LL
2609 * progmodes/octave.el (inferior-octave-completion-table)
2610 (inferior-octave-completion-at-point): Minor tweaks.
2611
e090f499
LL
2612 * textmodes/ispell.el (ispell-lookup-words): Rename from
2613 lookup-words. (Bug#15460)
2614 (lookup-words): Obsolete.
2615 (ispell-complete-word, ispell-command-loop): All uses changed.
2616
7e138a62
RS
26172013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2618
2619 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2620 (octave-mode-menu): Add octave-send-buffer.
2621 (octave-send-buffer): New function.
2622
5af5ed08
RS
26232013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2624
2625 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2626 octave-lookfor.
2627 (octave-mode-menu): Add octave-lookfor.
2628 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2629 octave-lookfor.
2630 (octave-lookfor): New function.
2631
3b7b2692
SM
26322013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * emacs-lisp/cl-macs.el:
2635 (cl--loop-destr-temps): Remove.
2636 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2637 its convention.
2638 (cl--loop-set-iterator-function): New function.
2639 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2640 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2641 Bind `it' with `let' instead of substituting it with `cl-subst'.
2642 (cl--unused-var-p): New function.
2643 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2644 Eliminate some unused variable warnings (bug#15326).
2645
529fb53f
TH
26462013-09-27 Tassilo Horn <tsdh@gnu.org>
2647
2648 * doc-view.el (doc-view-scale-reset): Rename from
2649 `doc-view-reset-zoom-level'.
2650 (doc-view-scale-adjust): New command.
2651 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2652 `doc-view-scale-adjust'.
2653
0550c95a
TH
26542013-09-26 Tassilo Horn <tsdh@gnu.org>
2655
2656 * doc-view.el (doc-view-reset-zoom-level): New command.
2657 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2658 zoom commands (bug#15466).
2659
6950f152
KH
26602013-09-26 Kenichi Handa <handa@gnu.org>
2661
2662 * international/quail.el (quail-help): Make it not a command.
2663
39587580
LL
26642013-09-26 Leo Liu <sdl.web@gmail.com>
2665
2666 * minibuffer.el (completion-all-sorted-completions): Make args
2667 optional as they are.
2668
00578659
DC
26692013-09-25 Daniel Colascione <dancol@dancol.org>
2670
2671 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2672 specs are and that they're not evaluated.
2673
0c173878
SS
26742013-09-24 Sam Steingold <sds@gnu.org>
2675
2676 * midnight.el (clean-buffer-list-kill-regexps)
2677 (clean-buffer-list-kill-buffer-names): Update for the new Man
2678 buffer naming which includes the object name.
2679
84998447
SM
26802013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2683 (eshell-parse-command, eshell-parse-pipeline): Use it since
2684 eshell-separate-commands requires a dynamic scoped var.
2685 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2686
33215353
LL
26872013-09-23 Leo Liu <sdl.web@gmail.com>
2688
2689 * autoinsert.el (auto-insert-alist): Make the value of
2690 lexical-binding match its file setting.
2691
57b16162
JB
26922013-09-23 Juanma Barranquero <lekktu@gmail.com>
2693
c8af4e67
JB
2694 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2695
57b16162
JB
2696 * autoarg.el (autoarg-kp-digit-argument):
2697 * electric.el (Electric-command-loop):
2698 * kmacro.el (kmacro-step-edit-insert):
2699 Do not set universal-argument-num-events.
2700
7186ba60
LL
27012013-09-22 Leo Liu <sdl.web@gmail.com>
2702
2703 * files.el (interpreter-mode-alist): Add octave.
2704
ece15004
AM
27052013-09-21 Alan Mackenzie <acm@muc.de>
2706
2707 C++: fontify identifier in declaration following "public:" correctly.
2708 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2709 to match "public", etc.
2710 (c-decl-prefix-re): Add ":" into the C++ value.
2711 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2712 bit. Add a check for a ":" preceded by "public", etc.
2713
75d83e22
EZ
27142013-09-21 Eli Zaretskii <eliz@gnu.org>
2715
2716 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2717 recognized by GDB 7.5 and later.
2718
d052d3bd
XF
27192013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2720
2721 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2722
31dca772
R
27232013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * subr.el (internal--call-interactively): New const.
2726 (called-interactively-p): Use it (bug#3984).
2727
98ccf24e
XF
27282013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2729
2730 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
2731 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2732 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 2733
c39cc7d1
SM
27342013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2737 (eshell-ls-orig-insert-directory): Remove.
2738 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2739 (eshell-ls-use-in-dired): Use advice-add/remove.
2740 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2741 Add `orig-fun' arg for use in :around advice.
2742 Make it check (redundantly) eshell-ls-use-in-dired.
2743
9a0289a2
GM
27442013-09-19 Glenn Morris <rgm@gnu.org>
2745
a2c501b8
GM
2746 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2747
c440407a
GM
2748 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2749
9a0289a2
GM
2750 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2751
85e05915
MA
27522013-09-19 Michael Albinus <michael.albinus@gmx.de>
2753
2754 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2755 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2756 (tramp-get-remote-python): New defuns.
2757 (tramp-get-remote-uid-with-perl)
2758 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2759 contributed by yary <not.com@gmail.com> (tiny change).
2760 (tramp-get-remote-uid-with-python)
2761 (tramp-get-remote-gid-with-python): New defuns. Python code
2762 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2763 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2764
ce503312
GM
27652013-09-19 Glenn Morris <rgm@gnu.org>
2766
f7544773
GM
2767 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2768
72fd2877
GM
2769 * eshell/em-unix.el (eshell-remove-entries):
2770 Rename argument to avoid name-clash with global `top-level'.
2771
336b5a56
GM
2772 * eshell/esh-proc.el (eshell-kill-process-function):
2773 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2774 (eshell-reset-after-proc): Remove unused arg `proc'.
2775
57a3a53d
GM
2776 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2777 (directory-files-and-attributes): Mark unused arg.
2778
3261d4af
GM
2779 * eshell/em-unix.el (eshell-remove-entries):
2780 Remove unused arg `path'. Update callers.
2781
8e51b5d0
GM
2782 * eshell/em-hist.el (eshell-hist-parse-arguments):
2783 Remove unused arg `silent'. Update callers.
2784
ce503312
GM
2785 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2786 Fix (f)boundp mix-up.
2787
2788 * eshell/em-smart.el (eshell-smart-scroll-window)
2789 (eshell-disable-after-change):
336b5a56 2790 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 2791
ee3ce8a7
AM
27922013-09-18 Alan Mackenzie <acm@muc.de>
2793
2794 Fix fontification of type when followed by "const".
2795 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2796 "known" types from fontification.
2797
ec9177ba
GM
27982013-09-18 Glenn Morris <rgm@gnu.org>
2799
7bb3e768
GM
2800 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2801 (chart-face-list): Drop Emacsen without display-color-p.
2802
5148da15
GM
2803 * net/eww.el (libxml-parse-html-region): Declare.
2804 (eww-display-html): Explicit error if no libxml2 support.
2805
2f68e157
GM
2806 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2807
9019d095
GM
2808 * image.el (image-type-from-buffer, image-multi-frame-p):
2809 Remove --without-x warning/error.
67645389 2810
5f30349b 2811 * mouse.el (mouse-yank-primary):
45069b2e 2812 * term.el (term-mouse-paste):
5f30349b
GM
2813 Reorder to silence --without-x compilation.
2814
cd8edbbe
GM
2815 * mpc.el (doc-view-mode): Silence --without-x compilation.
2816
8a78544e
GM
2817 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2818 Silence --without-x compilation.
2819
12679bfd
GM
2820 * progmodes/gud.el (gud-find-file, gud-mode):
2821 Silence --without-x compilation.
2822 (tooltip-mode): Declare.
30810a05 2823
f0047cb9
GM
2824 * wdired.el (dired-backup-overwrite): Remove declaration.
2825 (wdired-mode-map): Add doc string.
2826
e740f9d2
GM
2827 * custom.el (x-get-resource): Declare.
2828
92d77c89
GM
2829 * eshell/em-glob.el (ange-cache):
2830 * eshell/em-unix.el (ange-cache): Declare.
2831
76e69577
GM
2832 * faces.el (x-display-list, x-open-connection, x-get-resource):
2833 Declare.
7e58af4b
GM
2834
2835 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2836 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2837 Declare.
76e69577 2838
4bd4c0af 2839 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 2840
ffb82dbd
GM
2841 * net/gnutls.el (gnutls-log-level): Declare.
2842
986ed135
GM
2843 * net/shr.el (image-size, image-animate): Declare.
2844
e740f9d2
GM
2845 * simple.el (font-info): Declare.
2846
d2f3e9f8
GM
2847 * subr.el (x-popup-dialog): Declare.
2848
047a1a4c
GM
2849 * term/common-win.el (x-select-enable-primary)
2850 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2851 Declare.
2852
f4a1d572
GM
2853 * term/ns-win.el (x-handle-args): Declare.
2854
e843de77
GM
2855 * term/x-win.el (x-select-enable-clipboard): Declare.
2856
5fa89513
GM
2857 * term/w32-win.el (create-default-fontset): Declare.
2858
38702b5b
GM
2859 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2860 Declare.
2861
e740f9d2
GM
2862 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2863 (fit-frame-to-buffer): Explicit error if --without-x.
2864 (mouse-autoselect-window-select): Silence compiler.
2865
49a053fc
GM
2866 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2867
2868 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2869 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2870 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 2871 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
2872 Remove unused local variables.
2873
2874 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2875
ec9177ba
GM
2876 * textmodes/two-column.el: Make 2C-split work for --without-x.
2877 (scroll-bar-columns): Autoload.
2878 (top-level): Require fringe when compiling.
2879
9f25cb77
LL
28802013-09-18 Leo Liu <sdl.web@gmail.com>
2881
2882 * subr.el (add-hook): Robustify to handle closure as well.
2883
2b42da98
GM
28842013-09-17 Glenn Morris <rgm@gnu.org>
2885
2886 * simple.el (messages-buffer-mode-map): Unbind "g".
2887
e8b66a6a
SM
28882013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2889
9c0ad4f7
SM
2890 * help-mode.el (help-mode-finish): Use derived-mode-p.
2891 Remove obsolete highlighting.
2892
7a806dfb
SM
2893 * play/life.el (life-mode): Use define-derived-mode. Derive from
2894 special-mode.
2895 (life): Let-bind inhibit-read-only.
2896 (life-setup): Avoid `setq'. Use `life-mode'.
2897
96dbf5a8
SM
2898 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2899 which should not be needed any more.
2900 (package-menu-refresh, package-menu-describe-package): Use user-error.
2901
e8b66a6a
SM
2902 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2903 (eshell-post-rewrite-command-hook): Make obsolete.
2904 (eshell-parse-command): Simplify.
2905 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2906 (eshell--cmd): Declare.
2907 (eshell-parse-pipeline): Remove unused var `final-p'.
2908 Pass a dynvar to eshell-post-rewrite-command-hook.
2909 Implement the new eshell-post-rewrite-command-function.
2910 (eshell-invoke-directly): Remove unused arg `input'.
2911 * eshell/esh-io.el (eshell-io-initialize):
2912 Use eshell-post-rewrite-command-function (bug#15399).
2913 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2914 adjust to new calling convention.
2915 (eshell-create-handles): Rename args to avoid clashing with dynvar
2916 `standard-output'.
2917
90582f05
GM
29182013-09-17 Glenn Morris <rgm@gnu.org>
2919
2920 * simple.el (messages-buffer-mode): New major mode.
2921 (messages-buffer): New function.
2922 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2923 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 2924 (ert-run-test): Use `messages-buffer' function.
90582f05 2925 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
2926 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2927 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 2928
39eb0cb5 29292013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
2930
2931 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2932
1f1e06e2
SM
2933 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2934
70568a90
SM
29352013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2936
504a0381
SM
2937 * icomplete.el (icomplete-in-buffer): New var.
2938 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2939 vars and replace them with functions.
2940 (icomplete-minibuffer-setup): Adjust accordingly.
2941 (icomplete--completion-table, icomplete--completion-predicate)
2942 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2943 New functions.
2944 (icomplete-forward-completions, icomplete-backward-completions)
2945 (icomplete-simple-completing-p, icomplete-exhibit)
2946 (icomplete-completions): Use them.
2947 (icomplete--in-region-buffer): New var.
2948 (icomplete--in-region-setup): New function.
2949 (icomplete-mode): Use it.
2950
70568a90
SM
2951 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2952 (bug#15379).
2953 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2954 return args and options.
2955 (eshell-eval-using-options): Use the new return value of
2956 eshell--do-opts to set the options's vars in their scope.
2957 (eshell--set-option): Rename from eshell-set-option.
2958 Add arg `opt-vals'.
2959 (eshell--process-option): Rename from eshell-process-option.
2960 Add arg `opt-vals'.
2961 (eshell--process-args): Use an `opt-vals' alist to store the options's
2962 values during their processing and return them additionally to the
2963 remaining args.
2964
578c21bc
DG
29652013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2966
2967 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2968 continuation character an operator, as far as indentation is
2969 concerned (Bug#15369).
2970
c089653d
MR
29712013-09-15 Martin Rudalics <rudalics@gmx.at>
2972
2973 * window.el (window--state-put-2): Don't process buffer state
2974 when buffer doesn't exist any more (Bug#15382).
2975
1e53bb4b
GM
29762013-09-15 Glenn Morris <rgm@gnu.org>
2977
30753242
GM
2978 * eshell/em-unix.el (eshell/rm):
2979 Make -f ignore missing files. (Bug#15373)
2980
1e53bb4b
GM
2981 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2982 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2983 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2984
0d8863b3
GM
29852013-09-14 Glenn Morris <rgm@gnu.org>
2986
2987 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2988
d3fc6549
GM
29892013-09-13 Glenn Morris <rgm@gnu.org>
2990
2991 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2992 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2993
fcd42c11
DA
29942013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2995
2996 * frame.el (x-focus-frame): Mark as declared in frame.c.
2997
7830899f
SM
29982013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * ls-lisp.el: Use advice-add.
3001 (original-insert-directory): Remove.
3002 (ls-lisp--insert-directory): Rename from insert-directory; add
3003 `orig-fun' argument.
3004 (insert-directory): Advise.
3005
84387cd2
EZ
30062013-09-13 Eli Zaretskii <eliz@gnu.org>
3007
3008 * term.el (term-emulate-terminal): Decode the command string
3009 before passing it to term-command-hook. (Bug#15337)
3010
35ffc6ba
GM
30112013-09-13 Glenn Morris <rgm@gnu.org>
3012
5c3f9bcc
GM
3013 * eshell/esh-util.el (ange-cache): Move declaration earlier.
3014
2ada368a
GM
3015 * eshell/esh-ext.el (eshell-search-path): Declare.
3016
fcef2e13
GM
3017 * eshell/em-prompt.el (eshell/pwd): Autoload it.
3018 Otherwise an error occurs if eshell-dirs module not loaded.
3019
35ffc6ba
GM
3020 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
3021
35c3d36e
MA
30222013-09-13 Michael Albinus <michael.albinus@gmx.de>
3023
3024 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
3025 `tramp-check-proper-host'. Check for a valid method name.
3026
3027 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3028 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3029 * net/tramp-sh.el (tramp-maybe-open-connection):
3030 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
3031
3032 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
3033 also for hash values.
3034
ae5e4c48
SM
30352013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3036
379add74
SM
3037 * term/ns-win.el (parameters): Don't declare as dynamic.
3038 (before-make-frame-hook): Don't add ineffective function.
3039
ae5e4c48
SM
3040 * eshell/*.el: Use lexical-binding (bug#15231).
3041
b5623270
KH
30422013-09-12 Kenichi Handa <handa@gnu.org>
3043
ae5e4c48 3044 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 3045
30213927
GM
30462013-09-12 Glenn Morris <rgm@gnu.org>
3047
be94d713 3048 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 3049 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 3050
44915370
GM
3051 * subr.el (do-after-load-evaluation): Also give compiler warnings
3052 when obsolete files are used (except by obsolete files).
3053
a6ae021f
GM
3054 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
3055 in the status output, assume `filename' is the first. (Bug#15322)
3056
40e64f0c
GM
3057 * vc/vc.el (vc-deduce-fileset): Doc fix.
3058
16d9f896
GM
3059 * calc/calc-help.el (Info-goto-node):
3060 * progmodes/cperl-mode.el (Info-find-node):
3061 * vc/ediff.el (Info-goto-node): Update declarations.
3062
dea01c6e
GM
3063 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
3064
759880bf 3065 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
3066 (vc-bzr-pull): Require vc-dispatcher.
3067 * vc/vc-git.el (vc-compilation-mode): Declare.
3068 (vc-git-pull): Require vc-dispatcher.
3069
08d66420
GM
3070 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
3071
30b626e9
GM
3072 * progmodes/octave.el (help-button-action): Declare.
3073
8c05cb10
GM
3074 * shell.el (shell-directory-tracker): Output error as a message
3075 rather than just returning it as a string.
3076 (shell-process-pushd): Remove useless use of message.
3077
30213927
GM
3078 * dframe.el (dframe-timer-fn):
3079 * files.el (dir-locals-read-from-file):
3080 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
3081 (mpc-format):
3082 * reveal.el (reveal-post-command):
3083 * saveplace.el (load-save-place-alist-from-file):
3084 * shell.el (shell-resync-dirs):
3085 * w32-common-fns.el (x-get-selection-value):
3086 * emacs-lisp/copyright.el (copyright-find-copyright):
3087 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3088 * emulation/tpu-edt.el (tpu-copy-keyfile):
3089 * play/bubbles.el (bubbles--mark-neighbourhood):
3090 * progmodes/executable.el
3091 (executable-make-buffer-file-executable-if-script-p):
3092 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
3093
d3b049e6
SM
30942013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3095
170266d0
SM
3096 Cleanup Eshell to rely less on dynamic scoping.
3097 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
3098 last-value, and ext-command here. Bind `args' closer to `body'.
3099 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
3100 (eshell--args): Declare new dynamic var.
3101 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
3102 last-value, and ext-command. Pass `args' to `body'.
3103 (eshell-process-args): Bind eshell--args.
3104 (eshell-set-option): Use eshell--args.
3105 * eshell/eshell.el (eshell): Use derived-mode-p.
3106 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
3107 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
3108 (eshell-glob-function): Declare.
3109 * eshell/esh-util.el: Require cl-lib.
3110 (eshell-read-hosts-file): Avoid add-to-list.
3111 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
3112 `err'.
3113 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
3114 Declare.
3115 (eshell/diff): Remove unused var `err'.
3116 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
3117 `killflag'.
3118 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
3119 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
3120 first use.
3121 * eshell/em-glob.el (eshell-glob-matches, message-shown):
3122 Move declaration before first use.
3123 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
3124 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
3125 rely on cl-return.
3126
56834f3b
GM
31272013-09-12 Glenn Morris <rgm@gnu.org>
3128
3129 * term/ns-win.el (global-map): Remove binding for ispell-next,
3130 deleted 1999-05-29. (Bug#15357)
3131
5c91a2b8
GM
31322013-09-11 Glenn Morris <rgm@gnu.org>
3133
da712f22
GM
3134 * echistory.el (electric-command-history): Remove call to deleted func.
3135
512e4cdc
GM
3136 * play/landmark.el (landmark-mode): Fix typos.
3137
d3506ca5
GM
3138 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
3139 Check cvs-sort-ignore-file is bound.
3140
5c91a2b8
GM
3141 * savehist.el: No need for cl when compiling on Emacs.
3142
feeff482
SM
31432013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3144
656bd483
SM
3145 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3146 (bug#15338).
d3b049e6
SM
3147 (eshell-self-insert-command, eshell-send-invisible):
3148 Remove unused argument.
656bd483
SM
3149 (eshell-handle-control-codes): Remove unused var `orig'.
3150 Avoid delete-backward-char.
3151
feeff482
SM
3152 * files.el (set-auto-mode): Simplify a bit further.
3153
2a08047a
GM
31542013-09-11 Glenn Morris <rgm@gnu.org>
3155
3156 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3157 (set-auto-mode): Don't regexp-quote elements.
3158 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3159 * progmodes/cc-mode.el (interpreter-mode-alist):
3160 * progmodes/ruby-mode.el (interpreter-mode-alist):
3161 Revert previous change.
3162
34675540
SM
31632013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3164
1b3b87df
SM
3165 * play/snake.el (snake-mode):
3166 * play/mpuz.el (mpuz-mode):
3167 * play/landmark.el (lm-mode):
3168 * play/blackbox.el (blackbox-mode):
3169 * play/5x5.el (5x5-mode):
3170 * obsolete/options.el (Edit-options-mode):
3171 * net/quickurl.el (quickurl-list-mode):
3172 * net/newst-treeview.el (newsticker-treeview-mode):
3173 * mail/rmailsum.el (rmail-summary-mode):
3174 * mail/mspools.el (mspools-mode):
3175 * locate.el (locate-mode):
3176 * ibuffer.el (ibuffer-mode):
3177 * emulation/ws-mode.el (wordstar-mode):
3178 * emacs-lisp/debug.el (debugger-mode):
3179 * array.el (array-mode):
3180 * net/eudc.el (eudc-mode): Use define-derived-mode.
3181 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3182 Move initialization into declaration.
3183 (mairix-searches-mode): Use define-derived-mode.
3184 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3185 (eudc-edit-hotlist): Use dolist.
3186 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3187 (Man-mode): Use define-derived-mode.
3188 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3189 (Info-edit-mode): Use define-derived-mode.
3190 (Info-cease-edit): Use Info-mode.
3191 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3192 into declaration.
3193 (eshell-mode): Use define-derived-mode.
3194 * chistory.el (command-history-mode-map): Rename from
3195 command-history-map.
3196 (command-history-mode): Use define-derived-mode.
da712f22 3197 (Command-history-setup): Remove function.
1b3b87df
SM
3198 * calc/calc.el (calc-trail-mode-map): New var.
3199 (calc-trail-mode): Use define-derived-mode.
3200 (calc-trail-buffer): Set calc-main-buffer manually.
3201 * bookmark.el (bookmark-insert-annotation): New function.
3202 (bookmark-edit-annotation): Use it.
3203 (bookmark-edit-annotation-mode): Make it a proper major mode.
3204 (bookmark-send-edited-annotation): Use derived-mode-p.
3205 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3206 closer to its ideal place. Use \' to match EOS.
3207
34675540
SM
3208 * profiler.el (profiler-calltree-find): Use function-equal.
3209
6a5c15d9
GM
32102013-09-10 Glenn Morris <rgm@gnu.org>
3211
1af4c220
GM
3212 * files.el (interpreter-mode-alist): Convert to regexps.
3213 (set-auto-mode): Adapt for this. (Bug#15306)
3214 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3215 Comment out unused variable.
3216 * progmodes/cc-mode.el (interpreter-mode-alist):
3217 * progmodes/python.el (interpreter-mode-alist):
3218 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3219 * progmodes/sh-script.el (sh-set-shell):
3220 No longer use interpreter-mode-alist to get list of shells.
3221
6a5c15d9
GM
3222 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3223
8c27f5ff
SM
32242013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3225
02ef6c1a 3226 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 3227 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
3228 Bind switch-frame explicitly. Replace universal-argument-minus with
3229 a conditional binding.
3230 (universal-argument-num-events, saved-overriding-map): Remove.
3231 (restore-overriding-map): Remove.
3232 (universal-argument--mode): Rename from save&set-overriding-map,
3233 and rewrite.
3234 (universal-argument, universal-argument-more, negative-argument)
3235 (digit-argument): Adjust accordingly.
3236 (universal-argument-minus): Remove.
3237 (universal-argument-other-key): Remove.
3238
8c27f5ff
SM
3239 * subr.el (with-demoted-errors): Add `format' argument.
3240
6480194c
MA
32412013-09-10 Michael Albinus <michael.albinus@gmx.de>
3242
3243 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
3244 `tramp-cleanup-connection'.
3245
3246 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3247 parameters KEEP-DEBUG and KEEP-PASSWORD.
3248
3249 * net/tramp.el (tramp-file-name-handler):
3250 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3251 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3252 (tramp-maybe-open-connection):
8c27f5ff
SM
3253 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3254 Use `tramp-cleanup-connection'.
6480194c 3255
8c27f5ff
SM
3256 * net/tramp-sh.el (tramp-maybe-open-connection):
3257 Catch 'uname-changed inside the progress reporter.
6480194c 3258
e5e916d8
GM
32592013-09-10 Glenn Morris <rgm@gnu.org>
3260
9a2c9b47
GM
3261 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
3262
e5e916d8
GM
3263 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3264 returns "alternate access method" in mode (eg "-rw-r--r--.").
3265
144e38fe
GM
32662013-09-08 Glenn Morris <rgm@gnu.org>
3267
3268 * saveplace.el (load-save-place-alist-from-file):
3269 Demote errors. (Bug#15305)
3270
af9ff9e8
MA
32712013-09-08 Michael Albinus <michael.albinus@gmx.de>
3272
3273 Improve compatibility with older Emacsen, and XEmacs.
3274
3275 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3276 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
3277 (with-tramp-progress-reporter): Do not let-bind `result'.
3278 This yields to scoping errors in XEmacs.
af9ff9e8
MA
3279 (tramp-handle-make-auto-save-file-name): New function, moved from
3280 tramp-sh.el.
3281
3282 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3283 for `make-auto-save-file-name'.
8c27f5ff
SM
3284 (tramp-adb--gnu-switches-to-ash):
3285 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
3286
3287 * net/tramp-cache.el (tramp-cache-print): Call
3288 `substring-no-properties' only if it is bound. It isn't for XEmacs.
3289
3290 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3291 bound. It isn't for XEmacs.
3292
8c27f5ff
SM
3293 * net/tramp-compat.el (tramp-compat-copy-file):
3294 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
3295 (tramp-compat-replace-regexp-in-string): New defun.
3296
3297 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3298 for `make-auto-save-file-name'.
3299 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3300 `copy-file'.
3301 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3302 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3303 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3304
8c27f5ff
SM
3305 * net/tramp-gw.el (tramp-gw-open-network-stream):
3306 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 3307
8c27f5ff
SM
3308 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3309 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
3310 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3311 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
3312 (tramp-sh-file-inotifywait-process-filter):
3313 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
3314 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3315
3316 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3317 for `make-auto-save-file-name'.
8c27f5ff
SM
3318 (tramp-smb-handle-copy-directory):
3319 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
3320 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3321 (tramp-smb-handle-copy-file): Improve error message.
3322 (tramp-smb-handle-rename-file): Rename directly only in case
3323 `newname' does not exist yet. This is a restriction of smbclient.
3324 (tramp-smb-maybe-open-connection): Rerun the function only when
3325 `auth-sources' is non-nil.
3326
0ca754d0
KH
33272013-09-08 Kenichi Handa <handa@gnu.org>
3328
3329 * international/characters.el: Set category "^" (Combining) for
3330 more characters.
3331
e8dd0787
AM
33322013-09-07 Alan Mackenzie <acm@muc.de>
3333
3334 Correctly fontify Java class constructors.
3335 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3336 in Java Mode.
3337 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
3338 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3339 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
3340 "typeless" declaration there.
3341
f2f248e7
RW
33422013-09-07 Roland Winkler <winkler@gnu.org>
3343
3344 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3345 field subtitle for entry type book.
3346
67982e2b
SM
33472013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * minibuffer.el: Make minibuffer-complete call completion-in-region
3350 rather than other way around.
3351 (completion--some, completion-pcm--find-all-completions):
3352 Don't delay signals when debugging.
3353 (minibuffer-completion-contents): Beware fields within the
3354 minibuffer contents.
3355 (completion-all-sorted-completions): Use defvar-local.
3356 (completion--do-completion, completion--cache-all-sorted-completions)
3357 (completion-all-sorted-completions, minibuffer-force-complete):
3358 Add args `beg' and `end'.
3359 (completion--in-region-1): New fun, extracted from minibuffer-complete.
3360 (minibuffer-complete): Use completion-in-region.
3361 (completion-complete-and-exit): New fun, extracted from
3362 minibuffer-complete-and-exit.
3363 (minibuffer-complete-and-exit): Use it.
3364 (completion--complete-and-exit): Rename from
3365 minibuffer--complete-and-exit.
3366 (completion-in-region--single-word): New function, extracted from
3367 minibuffer-complete-word.
3368 (minibuffer-complete-word): Use it.
3369 (display-completion-list): Make `common-substring' argument obsolete.
3370 (completion--in-region): Call completion--in-region-1 instead of
3371 minibuffer-complete.
3372 (completion-help-at-point): Pass boundaries to
3373 minibuffer-completion-help as args rather than via an overlay.
3374 (completion-pcm--string->pattern): Use `any-delim'.
3375 (completion-pcm--optimize-pattern): New function.
3376 (completion-pcm--pattern->regex): Handle `any-delim'.
3377 * icomplete.el (icomplete-forward-completions)
3378 (icomplete-backward-completions, icomplete-completions):
3379 Adjust calls to completion-all-sorted-completions and
3380 completion--cache-all-sorted-completions.
3381 (icomplete-with-completion-tables): Default to t.
3382 * emacs-lisp/crm.el (crm--current-element): Rename from
3383 crm--select-current-element. Don't put an overlay but return the
3384 boundaries instead.
3385 (crm--completion-command): Take two new args to bind to the boundaries.
3386 (crm-completion-help): Adjust accordingly.
3387 (crm-complete): Use completion-in-region.
3388 (crm-complete-word): Use completion-in-region--single-word.
3389 (crm-complete-and-exit): Use completion-complete-and-exit.
3390
e17d94a5
SM
33912013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3394 than dynamically.
3395
96727100
JL
33962013-09-06 Juri Linkov <juri@jurta.org>
3397
3398 * info.el (Info-display-images-node): When image file doesn't exist
3399 display text version of the image if it's provided in the Info file.
3400 Otherwise, display the location of missing image from SRC attribute.
3401 Add help-echo text property from ALT attribute. (Bug#15279)
3402
86cf7329
SM
34032013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3406 (edit-abbrevs-mode): Use define-derived-mode.
3407
3408 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3409 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3410 that it's defined.
3411 (epa-key-list-mode, epa-key-mode, epa-info-mode):
3412 Use define-derived-mode.
3413
3414 * epg.el (epg-start-encrypt): Minor CSE simplification.
3415
816244a2
WX
34162013-09-06 William Xu <william.xwl@gmail.com>
3417
3418 * arc-mode.el: Add support for 7za (bug#15264).
3419 (archive-7z-program): New var.
3420 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3421 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3422 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3423
1486fa31
MA
34242013-09-06 Michael Albinus <michael.albinus@gmx.de>
3425
3426 Remove URL syntax.
3427
3428 * net/tramp.el (tramp-syntax, tramp-prefix-format)
3429 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3430 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3431 (tramp-postfix-host-format, tramp-file-name-regexp)
3432 (tramp-completion-file-name-regexp)
3433 (tramp-completion-dissect-file-name)
3434 (tramp-handle-substitute-in-file-name): Remove 'url case.
3435 (tramp-file-name-regexp-url)
3436 (tramp-completion-file-name-regexp-url): Remove constants.
3437
39785324
GM
34382013-09-06 Glenn Morris <rgm@gnu.org>
3439
3440 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
3441
1f896cb7
DG
34422013-09-05 Dmitry Gutov <dgutov@yandex.ru>
3443
3444 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3445 keywords" below "here-doc beginnings" (Bug#15270).
3446
c0458e0b
SM
34472013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * subr.el (pop): Use `car-safe'.
3450 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3451 to detect unused `pop' return value.
3452
3453 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3454 var `block-regexp'.
3455 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3456 (python-fill-string): Remove unused var `marker'.
3457 (python-skeleton-add-menu-items): Remove unused var `items'.
3458
3459 * international/mule-cmds.el: Require CL.
3460 (find-coding-systems-for-charsets): Avoid add-to-list.
3461 (sanitize-coding-system-list): New function, extracted from
3462 select-safe-coding-system-interactively.
3463 (select-safe-coding-system-interactively): Use it.
3464 (read-input-method-name): Accept symbols for `default'.
3465
3466 * emacs-lisp/advice.el (defadvice): Add indent rule.
3467
6c42fc3e
DH
34682013-09-05 Daniel Hackney <dan@haxney.org>
3469
3470 * dired-x.el:
3471 * net/ange-ftp.el:
3472 * net/browse-url.el:
3473 * net/dbus.el:
3474 * net/eudc.el:
3475 * net/eudcb-ldap.el:
3476 * net/eww.el:
3477 * net/imap.el:
3478 * printing.el:
3479 * vc/ediff-diff.el:
3480 * vc/ediff-init.el:
3481 * vc/ediff-merg.el:
3482 * vc/ediff-mult.el:
3483 * vc/ediff-util.el:
3484 * vc/ediff-wind.el:
3485 * vc/ediff.el:
3486 * vc/emerge.el:
3487 * vc/pcvs.el:
3488 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3489 byte compiler. Remove some unused let-bound variables.
3490
4c528aab
SM
34912013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3494 a "ref-cell", since it gets better optimized (bug#14883).
3495
bd15c390
GM
34962013-09-05 Glenn Morris <rgm@gnu.org>
3497
3498 * progmodes/cc-awk.el (c-forward-sws): Declare.
3499
1c3ac2e5
GM
35002013-09-04 Glenn Morris <rgm@gnu.org>
3501
3502 * generic-x.el [rul-generic-mode]: Require cc-mode.
3503 (c++-mode-syntax-table): Declare.
3504 (rul-generic-mode-syntax-table): Init in the defvar.
3505
52b1cc79
SM
35062013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3507
c828af56
SM
3508 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3509 (vc-do-command, vc-set-async-update):
3510 * vc/vc-mtn.el (vc-mtn-dir-status):
3511 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3512 (vc-hg-pull, vc-hg-merge-branch):
3513 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3514 (vc-git-merge-branch):
3515 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3516 (vc-cvs-dir-status-files):
3517 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3518 (vc-bzr-dir-status-files):
3519 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3520 * vc/vc-annotate.el: Use lexical-binding.
3521 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3522 (vc-sentinel-movepoint): Declare.
3523 (vc-annotate): Don't use `goto-line'.
3524 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3525 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3526 (vc-sentinel-movepoint): Declare.
3527 * vc/vc-svn.el: Use lexical-binding.
3528 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3529 * vc/vc-sccs.el:
3530 * vc/vc-rcs.el: Use lexical-binding.
3531
abae272c
SM
3532 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3533 `deleted'. Don't drop errors silently.
3534
52b1cc79
SM
3535 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3536
63191d9f
XF
35372013-09-04 Xue Fuqiao <xfq.free@gmail.com>
3538
3539 * vc/vc.el (vc-ignore): Rewrite.
3540 (vc-default-ignore): New function.
3541 (vc-default-ignore-completion-table): Use find-ignore-file.
3542
3543 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3544 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3545 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3546 Remove. Most code moved to vc.el.
3547
9d3f707c
SM
35482013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3549
abae272c 3550 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
3551 * net/tramp-smb.el (tramp-smb-get-file-entries):
3552 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3553 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3554
fde38d49
SM
3555 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3556 Update call to it.
3557 (eww-change-select): Remove unused var `properties'.
3558 (eww-make-unique-file-name): Remove unused var `base'.
3559
3560 * finder.el (finder-compile-keywords): Don't mess with windows.
3561
84032db7
SM
3562 * calculator.el (calculator-funcall): Fix typo in last change.
3563
724f5e41
SM
3564 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3565
14b511d4
SM
3566 * emacs-lisp/package.el (package-activate-1): Don't let a missing
3567 <pkg>-autoloads.el file stop us.
3568
9d3f707c 3569 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 3570 warnings, and factor out common code.
9d3f707c 3571
88527bc0
DG
35722013-09-03 Dmitry Gutov <dgutov@yandex.ru>
3573
3574 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3575 two-character operators and whether the character preceding them
3576 changes their meaning (Bug#15208).
3577
96edb677
FEG
35782013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3579
3580 Format code sent to Python shell for robustness.
9d3f707c
SM
3581 * progmodes/python.el (python-shell-buffer-substring):
3582 New function.
96edb677
FEG
3583 (python-shell-send-region, python-shell-send-buffer): Use it.
3584
95beaef3
MA
35852013-09-02 Michael Albinus <michael.albinus@gmx.de>
3586
3587 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3588 * net/tramp.el (tramp-user-error): ... here.
3589 (tramp-find-method, tramp-check-proper-host)
3590 (tramp-dissect-file-name, tramp-debug-message)
3591 (tramp-handle-shell-command):
3592 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3593 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3594
3595 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3596
f167c27b
MR
35972013-09-02 Martin Rudalics <rudalics@gmx.at>
3598
3599 * avoid.el (mouse-avoidance-point-position)
3600 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3601 returns nil.
3602
cd16c5f1
FEG
36032013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3604
3605 * progmodes/python.el (python-shell-completion-get-completions):
3606 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 3607 (python-nav-if-name-main): New command.
cd16c5f1 3608
e73c3a0d
GM
36092013-09-01 Glenn Morris <rgm@gnu.org>
3610
f8ccce03
GM
3611 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3612 Avoid leading space in $wins. Otherwise the sed command used by
3613 eg compile-main ends up containing "/*.el". (Bug#15170)
3614
e73c3a0d
GM
3615 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3616
415f808e
GM
36172013-08-30 Glenn Morris <rgm@gnu.org>
3618
3619 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3620 Fix is-this-a-directory logic. (Bug#15220)
3621
f069bba8
SM
36222013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3623
112798c1
SM
3624 * textmodes/css-mode.el: Use SMIE.
3625 (css-smie-grammar): New var.
3626 (css-smie--forward-token, css-smie--backward-token)
3627 (css-smie-rules): New functions.
3628 (css-mode): Use them.
3629 (css-navigation-syntax-table): Remove var.
3630 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3631 (css-indent-calculate, css-indent-line): Remove functions.
3632
3633 Misc changes to reduce use of `(lambda...); and other cleanups.
3634 * cus-edit.el: Use lexical-binding.
3635 (customize-push-and-save, customize-apropos)
3636 (custom-buffer-create-internal): Use closures.
3637 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3638 * progmodes/ada-xref.el: Use setq.
3639 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3640 * dframe.el: Use lexical-binding.
3641 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3642 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3643 * descr-text.el: Use lexical-binding.
3644 (describe-text-widget, describe-text-sexp, describe-property-list):
3645 Use closures.
3646 * comint.el (comint-history-isearch-push-state): Use a closure.
3647 * calculator.el: Use lexical-binding.
3648 (calculator-number-to-string): Make it work with lexical-binding.
3649 (calculator-funcall): Same and use cl-letf.
3650
2da4c3ab
SM
3651 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3652 (lisp--company-doc-string, lisp--company-location): New functions.
3653 (lisp-completion-at-point): Use them to improve Company support.
3654
f069bba8
SM
3655 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3656 params of lambda expressions.
3657 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3658 (ruby-smie--opening-pipe-p): New function.
3659 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3660 symbols and matched |...| for formal params.
3661 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3662 from being treated as hanging. Handle "rescue".
3663
6758b6a8
GM
36642013-08-29 Glenn Morris <rgm@gnu.org>
3665
3666 * progmodes/cc-engine.el (c-pull-open-brace):
3667 Move definition before use.
3668
e8dfd197
SM
36692013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3672 are immutable. Don't use `unsafe' any more.
3673 (cl--defsubst-expand): Don't substitute at the same time as keeping
3674 a residual unused let-binding. Don't use `unsafe' any more.
3675
cc585c96
GM
36762013-08-29 Glenn Morris <rgm@gnu.org>
3677
ba579ea6
GM
3678 * calendar/cal-china.el (calendar-chinese-year-cache):
3679 Recenter on 2015.
3680
8201a87e
GM
3681 * nxml/nxml-util.el (nxml-debug-clear-inside):
3682 Use cl-loop rather than loop.
3683
6ee877c7
GM
3684 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3685
cc585c96
GM
3686 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3687
27be8d39
GM
36882013-08-28 Glenn Morris <rgm@gnu.org>
3689
397440a1
GM
3690 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3691
2bb762d4
GM
3692 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3693
27be8d39
GM
3694 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3695
2d69b99e
SM
36962013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3697
f663baa7
SM
3698 * simple.el (repeat-complex-command--called-interactively-skip):
3699 New function.
3700 (repeat-complex-command): Use it (bug#14136).
3701
dd4f8b74
SM
3702 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3703 (c-define-abbrev-table): Add `doc' argument.
3704 (c-mode-abbrev-table, c++-mode-abbrev-table)
3705 (objc-mode-abbrev-table, java-mode-abbrev-table)
3706 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3707 (awk-mode-abbrev-table): Use it.
3708 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3709 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3710 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3711 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3712 Move initialization into the declaration; and remove any
3713 autoload cookie.
3714
b58969f7
SM
3715 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3716 and dynamic let binding.
3717
4021d6a6
SM
3718 * vc/smerge-mode.el: Remove redundant :group args.
3719
2d69b99e
SM
3720 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3721 to load-path.
3722
274919fd
JL
37232013-08-28 Juri Linkov <juri@jurta.org>
3724
3725 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3726 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3727 (isearch-other-meta-char): Handle an undefined shifted printing
3728 character by downshifting it. (Bug#15200)
3729
121f8c95
JL
37302013-08-28 Juri Linkov <juri@jurta.org>
3731
3732 * isearch.el (isearch-search): Change regexp error message for
3733 non-regexp searches. (Bug#15166)
3734
50b13cde
PE
37352013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3736
3737 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3738 for portability to hosts where /bin/sh has problems.
3739
95888bca
SM
37402013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3743
bbe558f1
JL
37442013-08-27 Juri Linkov <juri@jurta.org>
3745
3746 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3747 in the keyboard macro. (Bug#15126)
3748
26f98a7d
JL
37492013-08-27 Juri Linkov <juri@jurta.org>
3750
3751 * isearch.el (isearch-quote-char): Comment out converting unibyte
3752 to multibyte, thus syncing with its `quoted-insert' counterpart.
3753 (Bug#15166)
3754
7c97d35e
MR
37552013-08-27 Martin Rudalics <rudalics@gmx.at>
3756
3757 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
3758 argument in call of get-largest-window (Bug#15185).
3759 Reported by Stephen Leake.
7c97d35e 3760
a0b5606e 37612013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
3762
3763 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3764
9e89d835
SM
37652013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3768 from a matcher-function unless there's no more matches (bug#15161).
3769
78fc2530
MA
37702013-08-26 Michael Albinus <michael.albinus@gmx.de>
3771
3772 * minibuffer.el: Revert change from 2013-08-20.
3773
3774 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3775 with text property `tramp-default', if appropriate.
3776 (tramp-check-proper-host): New defun.
3777 (tramp-dissect-file-name): Do not check hostname. Revert change
3778 of 2013-03-18.
3779 (tramp-backtrace): Make VEC-OR-PROC optional.
3780
3781 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3782 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3783 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
3784 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3785 Apply `tramp-check-proper-host'.
78fc2530 3786
edca97cd
TH
37872013-08-26 Tassilo Horn <tsdh@gnu.org>
3788
3789 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3790 lambda expression in order to have `describe-variable' display it.
3791
df54bcbd
MA
37922013-08-26 Michael Albinus <michael.albinus@gmx.de>
3793
3794 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3795 BUF can be optional. (Bug#15186)
3796
eed99101
XF
37972013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3798
3799 * progmodes/flymake.el (flymake-get-real-file-name-function):
3800 Fix broken customization. (Bug#15184)
3801
b5eb9035
AM
38022013-08-25 Alan Mackenzie <acm@muc.de>
3803
8a51e842
AM
3804 Improve indentation of bracelists defined by macros (without "=").
3805
3806 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3807 expansion begins with "{", regard it as bracelist when it doesn't
3808 contain a ";".
3809
869455d4
AM
3810 Parse C++ inher-intro when there's a template split over 2 lines.
3811
3812 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3813 rigorously the search for "class" etc. followed by ":".
3814
3815 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3816 random languages a regexp which never matches rather than nil.
3817
b5eb9035
AM
3818 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3819
3820 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3821 (c-awk-regexp-one-line-possibly-open-char-list-re)
3822 (c-awk-one-line-possibly-open-regexp-re)
3823 (c-awk-one-line-non-syn-ws*-re): Remove.
3824 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3825 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3826 (c-awk-space*-unclosed-regexp-/-re): New constants.
3827 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3828 aren't regexp delimiters.
3829
3830 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3831 handling for a rare situation in AWK Mode involving unterminated
3832 strings/regexps.
3833
61611d54
GM
38342013-08-23 Glenn Morris <rgm@gnu.org>
3835
2d85dc34
GM
3836 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3837
cb8d2612
GM
3838 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3839
bb35f42f
GM
3840 * files.el (create-file-buffer): If the result would begin with
3841 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 3842
b9808e77
SM
38432013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3844
e3a66363
SM
3845 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3846 text-properties (bug#15155).
3847
b9808e77
SM
3848 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3849 exist any more.
3850 (calc-keypad-redraw): Remove unused var `pad'.
3851 (calc-keypad-press): Remove unused var `menu'.
3852
7fd5f65e
MR
38532013-08-23 Martin Rudalics <rudalics@gmx.at>
3854
b9808e77
SM
3855 * window.el (display-buffer-pop-up-frame):
3856 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
3857 use it as the new frame's buffer (Bug#15133).
3858
8352b530
SM
38592013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3860
3861 * calendar/timeclock.el: Minor cleanups.
3862 (timeclock-ask-before-exiting, timeclock-use-display-time):
3863 Use `symbol'.
3864 (timeclock-modeline-display): Define as alias before the
3865 actual definition.
3866 (timeclock-mode-line-display): Use define-minor-mode.
3867 (timeclock-day-list-template): Make it a function, add an argument.
3868 (timeclock-day-list-required, timeclock-day-list-length)
3869 (timeclock-day-list-debt, timeclock-day-list-span)
3870 (timeclock-day-list-break): Adjust calls accordingly.
3871
9f7b1925
SM
38722013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3875 Use read--expression so that completion works again.
3876
6e50e983
SS
38772013-08-21 Sam Steingold <sds@gnu.org>
3878
3879 Add rudimentary inferior shell interaction
3880 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3881 (sh-set-shell): Reset it.
9f7b1925
SM
3882 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3883 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 3884
dbb0d350
SM
38852013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * align.el: Use lexical-binding.
3888 (align-region): Simplify accordingly.
3889
c88586a9
MA
38902013-08-20 Michael Albinus <michael.albinus@gmx.de>
3891
3892 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3893
3894 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3895 `non-essential' up.
3896
f95527c8
MA
38972013-08-17 Michael Albinus <michael.albinus@gmx.de>
3898
3899 * net/tramp.el:
3900 * net/tramp-adb.el:
3901 * net/tramp-cmds.el:
3902 * net/tramp-ftp.el:
3903 * net/tramp-gvfs.el:
3904 * net/tramp-gw.el:
3905 * net/tramp-sh.el: Don't wrap external variable declarations by
3906 `eval-when-compile'.
3907
4b5fe4ee
LMI
39082013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3909
3910 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3911 now that Emacs supports ImageMagick animations.
3912
13c366c9
MA
39132013-08-16 Michael Albinus <michael.albinus@gmx.de>
3914
3915 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3916 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3917
3dfc5cd6
MR
39182013-08-16 Martin Rudalics <rudalics@gmx.at>
3919
3920 * window.el (mouse-autoselect-window-select): Do autoselect when
3921 mouse pointer is on margin.
3922
4bbb4381
WP
39232013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3924
3925 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3926
3a2ddc2d
GM
39272013-08-16 Glenn Morris <rgm@gnu.org>
3928
e8bedf5a
GM
3929 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3930 Handle "Remote Directory" response of some clients. (Bug#15058)
3931
58c4682f
GM
3932 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3933 Tweak warning. (Bug#14926)
3934
57953f49
GM
3935 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3936 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3937
3a2ddc2d
GM
3938 * image-mode.el (image-mode-map): Add menu items to reverse,
3939 increase, decrease, reset animation speed.
3940 (image--set-speed, image-increase-speed, image-decrease-speed)
3941 (image-reverse-speed, image-reset-speed): New functions.
3942 (image-mode-map): Add bindings for speed commands.
3943
3944 * image.el (image-animate-get-speed, image-animate-set-speed):
3945 New functions.
3946 (image-animate-timeout): Respect image :speed property.
3947
10fa0ed3
SM
39482013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3951 previous line (bug#15101).
3952 (debugger-eval-expression, debugger-record-expression):
3953 Use read--expression (bug#15102).
3954
5d89d9d2
MA
39552013-08-15 Michael Albinus <michael.albinus@gmx.de>
3956
3957 Remove byte compiler warnings, visible when compiling with
3958 `byte-compile-force-lexical-warnings' set to t.
3959
3960 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3961 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3962 (tramp-handle-unhandled-file-name-directory)
3963 (tramp-handle-file-notify-add-watch, tramp-action-login)
3964 (tramp-action-succeed, tramp-action-permission-denied)
3965 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3966 arguments with "_".
3967
3968 * net/tramp-adb.el (tramp-adb-parse-device-names)
3969 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3970 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3971 (tramp-adb-handle-file-truename): Remove unused arguments.
3972
3973 * net/tramp-cache.el (tramp-flush-directory-property)
3974 (tramp-flush-connection-property, tramp-list-connections)
3975 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3976
10fa0ed3
SM
3977 * net/tramp-compat.el (tramp-compat-make-temp-file):
3978 Rename FILENAME to F.
5d89d9d2
MA
3979
3980 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3981 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3982 (tramp-zeroconf-parse-workstation-device-names)
3983 (tramp-zeroconf-parse-webdav-device-names)
3984 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3985
3986 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3987 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3988
3989 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3990 arguments.
3991 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3992 (tramp-sh-handle-insert-file-contents-literally)
3993 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3994 with "_".
3995 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3996 Remove unused variables.
3997
3998 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3999 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
4000 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
4001
4002 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
4003 Make them a defconst.
4004 (tramp-uuencode-region): Remove unused variable.
4005
62f33bae
JB
40062013-08-14 Juanma Barranquero <lekktu@gmail.com>
4007
4008 * frameset.el (frameset--prop-setter): New function.
4009 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
4010 (frameset-filter-minibuffer): Deal with the case that the minibuffer
4011 parameter was already set in FILTERED. Doc fix.
4012 (frameset--record-minibuffer-relationships): Allow saving a
4013 minibufferless frame without its corresponding minibuffer frame.
4014 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
4015 frame, if the frame id matches.
4016 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
4017 frames before orphaned ones.
4018 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 4019
c660a885
MR
40202013-08-14 Martin Rudalics <rudalics@gmx.at>
4021
4022 * window.el (window-make-atom): Don't overwrite parameter
4023 already present.
4024 (display-buffer-in-atom-window): Handle special case where we
4025 split an already atomic window.
4026 (window--major-non-side-window, display-buffer-in-side-window)
4027 (window--side-check): Ignore minibuffer window when walking
4028 window tree.
4029 (window-deletable-p): Return 'frame only if no other frame uses
4030 our minibuffer window.
4031 (record-window-buffer): Run buffer-list-update-hook.
4032 (split-window): Make sure window--check-frame won't destroy an
4033 existing atomic window in case the new window gets nested
4034 inside.
4035 (display-buffer-at-bottom): Ignore minibuffer window when
4036 walking window tree. Don't split a side window.
4037 (pop-to-buffer): Don't set-buffer here, the select-window call
4038 should do that.
4039 (mouse-autoselect-window-select): Autoselect only if we are in the
4040 text portion of the window.
4041
8259030d
LMI
40422013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4043
21c58ae2
LMI
4044 * net/shr.el (shr-parse-image-data): New function to grab both the
4045 data itself and the Content-Type.
4046 (shr-put-image): Use it.
4047
4048 * net/eww.el (eww-display-image): Ditto.
4049
8259030d
LMI
4050 * image.el (image-content-type-suffixes): New variable.
4051
ad756449
FEG
40522013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4053
4054 * progmodes/python.el (python-imenu--build-tree)
4055 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
4056
f73f4ce6
XF
40572013-08-13 Xue Fuqiao <xfq.free@gmail.com>
4058
4059 * simple.el (backward-word): Mention the optional argument.
4060
1f585e65
SM
40612013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * frameset.el (frameset--make): Rename constructor from make-frameset.
4064 (frameset-p, frameset-valid-p): Don't autoload.
4065 (frameset-valid-p): Use normal accessors.
4066
af1c6c84
GM
40672013-08-13 Glenn Morris <rgm@gnu.org>
4068
55e47f95
GM
4069 * progmodes/compile.el (compile-command): Tweak example in doc.
4070 * obsolete/scribe.el (scribe-mode):
4071 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
4072
f0024d8c
GM
4073 * mail/feedmail.el (feedmail-confirm-outgoing)
4074 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
4075
4076 * cus-start.el (truncate-partial-width-windows): Fix type.
4077
4078 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
4079
af1c6c84
GM
4080 * net/shr.el (shr-table-horizontal-line): Fix custom type.
4081
5514cc4c
SM
40822013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * emacs-lisp/timer.el (timer--time-setter): New function.
4085 (timer--time): Use it as gv-setter.
4086
4087 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
4088 setter is not a symbol.
4089
7997a2f1
GJ
40902013-08-12 Grégoire Jadi <daimrod@gmail.com>
4091
4092 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
4093 if sending fails. This makes debugging easier.
4094
01f1a9ab
JB
40952013-08-12 Juanma Barranquero <lekktu@gmail.com>
4096
4097 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
4098 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
4099 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
4100
594a4307
EZ
41012013-08-12 Eli Zaretskii <eliz@gnu.org>
4102
4103 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
4104
7a22490f 41052013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
4106
4107 * format.el (format-annotate-function):
4108 Handle read-only text properties in the source. (Bug#14887)
4109
3e41a054
LMI
41102013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4111
5514cc4c
SM
4112 * net/eww.el (eww-display-html): Ignore coding system errors.
4113 One web site uses "utf-8lias" as the coding system.
3e41a054 4114
7ec326db
JB
41152013-08-11 Juanma Barranquero <lekktu@gmail.com>
4116
4117 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
4118
5660113b
JB
41192013-08-10 Juanma Barranquero <lekktu@gmail.com>
4120
9a4ebc74
JB
4121 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
4122 (tutorial--detailed-help): Remove unused local variables.
4123 (tutorial--save-tutorial-to): Use ignore-errors.
4124 (help-with-tutorial): Use looking-at-p.
4125
4126 * view.el (view-buffer-other-window, view-buffer-other-frame):
4127 Mark unused arguments.
4128
4129 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
4130 (woman-select-symbol-fonts, woman, woman-find-file)
4131 (woman-insert-file-contents, woman-non-underline-faces):
4132 Use string-match-p.
4133 (woman1-unquote): Move declaration.
4134
4135 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
4136 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
4137 argument. Remove unused local variable.
4138 (xml-parse-elem-type): Use string-match-p.
4139 (xml-substitute-numeric-entities): Use ignore-errors.
4140
45fdb482
JB
4141 * calculator.el (calculator): Mark unused argument.
4142 (calculator-paste, calculator-quit, calculator-integer-p):
4143 Use ignore-errors.
4144 (calculator-string-to-number, calculator-decimal, calculator-exp)
4145 (calculator-op-or-exp): Use string-match-p.
4146
4147 * dired.el (dired-buffer-more-recently-used-p): Declare.
4148 (dired-insert-set-properties, dired-insert-old-subdirs):
4149 Use ignore-errors.
4150
4151 * dired-aux.el (dired-compress): Use ignore-errors.
4152 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4153 (dired-do-async-shell-command, dired-do-shell-command)
4154 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4155 (dired-insert-subdir-validate): Use string-match-p.
4156 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4157 (dired-add-entry): Use string-match-p, looking-at-p.
4158 (dired-insert-subdir-newpos): Remove unused local variable.
4159
4160 * filenotify.el (file-notify-callback): Remove unused local variable.
4161
4162 * filesets.el (filesets-error): Mark unused argument.
4163 (filesets-which-command-p, filesets-filter-dir-names)
4164 (filesets-directory-files, filesets-get-external-viewer)
4165 (filesets-ingroup-get-data): Use string-match-p.
4166
4167 * find-file.el (ff-other-file-name, ff-other-file-name)
4168 (ff-find-the-other-file, ff-cc-hh-converter):
4169 Remove unused local variables.
4170 (ff-get-file-name): Use string-match-p.
4171 (ff-all-dirs-under): Use ignore-errors.
4172
4173 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4174 (follow-select-if-visible): Remove unused local variable.
4175
4176 * forms.el (read-file-filter): Move declaration.
4177 (forms--make-format, forms--make-parser, forms-insert-record):
4178 Quote function with #'.
4179 (forms--update): Use string-match-p. Quote function with #'.
4180
4181 * help-mode.el (help-dir-local-var-def): Mark unused argument.
4182 (help-make-xrefs): Use looking-at-p.
4183 (help-xref-on-pp): Use looking-at-p, ignore-errors.
4184
4185 * ibuffer.el (ibuffer-ext-visible-p): Declare.
4186 (ibuffer-confirm-operation-on): Use string-match-p.
4187
4188 * msb.el (msb-item-handler, msb-dired-item-handler):
4189 Mark unused arguments.
4190
4191 * ses.el (ses-decode-cell-symbol)
4192 (ses-kill-override): Remove unused local variable.
4193 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4194 (ses-load): Use ignore-errors, looking-at-p.
4195 (ses-jump-safe): Use ignore-errors.
4196 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4197
4198 * tabify.el (untabify, tabify): Mark unused arguments.
4199
4200 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4201 Mark unused argument.
4202 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4203 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4204
c880af52
JB
4205 * emacs-lisp/timer.el (timer--time): Define setter with
4206 gv-define-setter to avoid deprecation warning.
4207
5660113b 4208 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 4209 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
4210 (cmpl-statistics-block): Remove (body was commented out).
4211 All callers changed.
4212 (add-completions-from-buffer, load-completions-from-file):
4213 Remove unused variables.
4214
156aab80
JB
42152013-08-09 Juanma Barranquero <lekktu@gmail.com>
4216
5c5dee78
JB
4217 * filecache.el (file-cache-delete-file-list):
4218 Print message only when told so.
4219 (file-cache-files-matching): Use #' in mapconcat argument.
4220
156aab80
JB
4221 * ffap.el (ffap-url-at-point): Fix reference to variable
4222 thing-at-point-default-mail-uri-scheme.
4223
ad9dcd70
SM
42242013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4225
54bd972f
SM
4226 * subr.el (define-error): New function.
4227 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4228 error-file-not-found and define with define-error.
4229 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4230 and define with define-error.
4231 * userlock.el (file-locked, file-supersession):
4232 * simple.el (mark-inactive):
4233 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4234 * progmodes/ada-mode.el (ada-mode-errors):
4235 * play/life.el (life-extinct):
4236 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4237 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4238 * nxml/rng-util.el (rng-error):
4239 * nxml/rng-uri.el (rng-uri-error):
4240 * nxml/rng-match.el (rng-compile-error):
4241 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4242 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4243 * nxml/nxml-rap.el (nxml-scan-error):
4244 * nxml/nxml-outln.el (nxml-outline-error):
4245 * net/soap-client.el (soap-error):
4246 * net/gnutls.el (gnutls-error):
4247 * net/ange-ftp.el (ftp-error):
4248 * mpc.el (mpc-proc-error):
4249 * json.el (json-error, json-readtable-error, json-unknown-keyword)
4250 (json-number-format, json-string-escape, json-string-format)
4251 (json-key-format, json-object-format):
4252 * jka-compr.el (compression-error):
4253 * international/quail.el (quail-error):
4254 * international/kkc.el (kkc-error):
4255 * emacs-lisp/ert.el (ert-test-failed):
4256 * calc/calc.el (calc-error, inexact-result, math-overflow)
4257 (math-underflow):
4258 * bookmark.el (bookmark-error-no-filename):
4259 * epg.el (epg-error): Define with define-error.
4260
0ea9e53a
SM
4261 * time.el (display-time-event-handler)
4262 (display-time-next-load-average): Don't call sit-for since it seems
4263 unnecessary (bug#15045).
4264
b0429158
SM
4265 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4266 Use #' instead of ' to quote functions.
4267 (checkdoc-output-mode): Use setq-local.
4268 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4269 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4270 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4271 (checkdoc-ispell, checkdoc-ispell-current-buffer)
4272 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4273 (checkdoc-ispell-message-text, checkdoc-ispell-start)
4274 (checkdoc-ispell-continue, checkdoc-ispell-comments)
4275 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4276
ad9dcd70
SM
4277 * ido.el (ido-completion-help): Fix up compiler warning.
4278
77187e6f
JB
42792013-08-09 Juanma Barranquero <lekktu@gmail.com>
4280
4281 * frameset.el (frameset-p): Add autoload cookie.
4282 (frameset--jump-to-register): New function, based on code moved from
4283 register.el.
4284 (frameset-to-register): Move from register.el. Adapt to `registerv'.
4285
4286 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4287 (frameset-restore, frameset-save, frameset-session-filter-alist):
4288 Remove declarations.
4289 (register-alist): Doc fix.
4290 (frameset-to-register): Move to frameset.el.
4291 (jump-to-register, describe-register-1): Remove frameset-specific code.
4292
9d3aa82c
JB
42932013-08-08 Juanma Barranquero <lekktu@gmail.com>
4294
4295 * allout-widgets.el (allout-widgets-pre-command-business)
4296 (allout-widgets-post-command-business)
4297 (allout-widgets-after-change-handler)
4298 (allout-decorate-item-and-context, allout-set-boundary-marker)
4299 (allout-body-modification-handler)
4300 (allout-graphics-modification-handler): Mark ignored arguments.
4301 (allout-widgets-post-command-business)
4302 (allout-widgets-exposure-change-processor)
4303 (allout-widgets-exposure-undo-processor)
4304 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4305 (allout-parse-item-at-point, allout-decorate-item-guides)
4306 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4307 * allout.el (epa-passphrase-callback-function): Declare.
4308 (allout-overlay-insert-in-front-handler)
4309 (allout-overlay-interior-modification-handler)
4310 (allout-isearch-end-handler, allout-chart-siblings)
4311 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4312 (allout-yank-processing, allout-process-exposed)
4313 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 4314 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
4315 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4316 (lisp-indent-defform): Mark ignored arguments.
4317 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
4318 (calculate-lisp-indent): Remove unused variables.
4319 * international/characters.el (indian-2-column, arabic-2-column)
4320 (tibetan): Mark ignored arguments.
4321 (use-cjk-char-width-table): Mark ignored arguments.
4322 Remove unused variables.
4323 * international/fontset.el (build-default-fontset-data)
4324 (x-compose-font-name, create-fontset-from-fontset-spec):
4325 Mark ignored arguments.
4326 (fontset-plain-name): Remove unused variables.
4327 * international/mule.el (charset-id, charset-bytes, generic-char-p)
4328 (keyboard-coding-system): Mark ignored arguments.
4329 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
4330 * help.el (resize-temp-buffer-window):
4331 * window.el (display-buffer-in-major-side-window)
4332 (display-buffer-in-side-window, display-buffer-in-previous-window):
4333 Remove unused variables.
4334 * isearch.el (isearch-forward-symbol):
4335 * version.el (emacs-bzr-version-bzr):
4336 * international/mule-cmds.el (current-language-environment):
4337 * term/common-win.el (x-handle-iconic, x-handle-geometry)
4338 (x-handle-display):
4339 * term/pc-win.el (x-list-fonts, x-display-planes)
4340 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4341 (x-server-version, x-display-screens, x-display-mm-height)
4342 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4343 (x-selection-owner-p, x-own-selection-internal)
4344 (x-disown-selection-internal, x-get-selection-internal)
4345 (msdos-initialize-window-system):
4346 * term/tty-colors.el (tty-color-alist, tty-color-clear):
4347 * term/x-win.el (x-handle-no-bitmap-icon):
4348 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4349 (vc-default-find-file-hook, vc-default-extra-menu):
4350 Mark ignored arguments.
4351
0ca3f70e
SM
43522013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4353
4354 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4355 break-condition in the context of the debugged code (bug#12685).
4356
74c5d24c
CS
43572013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
4358
4359 * comint.el:
4360 Do not use an overlay to highlight the last prompt. (Bug#14744)
4361 (comint-mode): Make comint-last-prompt buffer local.
4362 (comint-last-prompt): New variable.
4363 (comint-last-prompt-overlay): Remove. Superseded by
4364 comint-last-prompt.
0ca3f70e
SM
4365 (comint-snapshot-last-prompt, comint-output-filter):
4366 Use comint-last-prompt.
74c5d24c 4367
c03c02ee
JB
43682013-08-08 Juanma Barranquero <lekktu@gmail.com>
4369
a3738d20 4370 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
4371 (frameset-save): Check validity of the resulting frameset.
4372
04263d23
XF
43732013-08-08 Xue Fuqiao <xfq.free@gmail.com>
4374
4375 * ido.el (ido-record-command): Add doc string.
4376
76c5e5ab
JB
43772013-08-08 Juanma Barranquero <lekktu@gmail.com>
4378
4379 * frameset.el (frameset): Do not disable creation of the default
4380 frameset-p predicate. Doc fix.
4381 (frameset-valid-p): New function, copied from the old predicate-p.
4382 Add additional checks.
4383 (frameset-restore): Check with frameset-valid-p.
4384 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4385 (frameset-name, frameset-description, frameset-properties)
4386 (frameset-states): Add docstring.
f9dbf1cb
JB
4387 (frameset-session-filter-alist, frameset-persistent-filter-alist)
4388 (frameset-filter-alist): Doc fixes.
76c5e5ab 4389
bd0c3c0b
JB
43902013-08-08 Juanma Barranquero <lekktu@gmail.com>
4391
4392 * frameset.el (frameset-p, frameset-prop): Doc fixes.
4393
c735544c
SM
43942013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4395
4396 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4397 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4398 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4399 (byte-compile-normal-call): Remove obsolescence check.
4400
2805a651
JB
44012013-08-08 Juanma Barranquero <lekktu@gmail.com>
4402
3677ffeb
JB
4403 * frameset.el (frameset-restore): Doc fix.
4404
2805a651
JB
4405 * register.el (frameset-frame-id, frameset-frame-with-id)
4406 (frameset-p, frameset-restore, frameset-save): Declare.
4407 (register-alist): Document framesets.
4408 (frameset-session-filter-alist): Declare.
4409 (frameset-to-register): New function.
4410 (jump-to-register): Implement jumping to framesets. Doc fix.
4411 (describe-register-1): Describe framesets.
4412
4413 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4414
a912c016
JB
44152013-08-07 Juanma Barranquero <lekktu@gmail.com>
4416
4417 * desktop.el (desktop-save-frameset): Use new frameset-save args.
4418 Use lexical-binding.
4419
4420 * frameset.el (frameset): Use type vector, not list (incompatible
4421 change). Do not declare a new constructor, use the default one.
4422 Upgrade suggested properties `app', `name' and `desc' to slots `app',
4423 `name' and `description', respectively, and add read-only slot
4424 `timestamp'. Doc fixes.
4425 (frameset-copy, frameset-persistent-filter-alist)
4426 (frameset-filter-alist, frameset-switch-to-gui-p)
4427 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4428 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4429 (frameset-filter-iconified, frameset-keep-original-display-p):
4430 Doc fixes.
4431 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4432 Rename from frameset-filter-(save|restore)-param. All callers changed.
4433 Doc fix.
4434 (frameset-p): Adapt to change to vector and be more thorough.
4435 Change arg name to OBJECT. Doc fix.
4436 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
4437 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4438 All callers changed.
4439 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4440 All callers changed.
4441 (frameset--record-minibuffer-relationships): Rename from
4442 frameset--process-minibuffer-frames. All callers changed.
4443 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4444 Use new default constructor (again). Doc fix.
4445 (frameset--find-frame-if): Rename from `frameset--find-frame.
4446 All callers changed.
4447 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4448 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4449 Doc fix.
4450 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4451 PARAMETERS and WINDOW-STATE, respectively.
4452 (frameset-restore): Add new keyword argument PREDICATE.
4453 Reset frameset--target-display to nil. Doc fix.
4454
bb41480a
SM
44552013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4456
f001e98e
SM
4457 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4458 (bat-mode): Use it.
4459 (bat-mode-syntax-table): Mark \n as end-of-comment.
4460 (bat-font-lock-keywords): Remove comment rule.
4461
7679edb1
SM
4462 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
4463 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
4464
bb41480a
SM
4465 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4466 (byte-compile-callargs-warn): Use `push'.
4467 (byte-compile-arglist-warn): Ignore higher-order "calls".
4468 (byte-compile-file-form-autoload): Use `pcase'.
4469 (byte-compile-function-form): If quoting a symbol, check that it exists.
4470
cdc1ebb9
EZ
44712013-08-07 Eli Zaretskii <eliz@gnu.org>
4472
4473 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4474 and add a few popular commands found in batch files.
4475 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4476 (dos-mode): Doc fixes.
4477
312b1740
SM
44782013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4479
4480 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4481 (dos-mode): Use setq-local. Add space after "rem".
4482 (dos-mode-syntax-table): Don't use "w" for symbol chars.
4483 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4484
400a3178
AM
44852013-08-07 Arni Magnusson <arnima@hafro.is>
4486
4487 * progmodes/dos.el: New file.
4488 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4489 dos-mode.
4490
3b5c03d3
GM
44912013-08-06 Glenn Morris <rgm@gnu.org>
4492
4493 * calendar/calendar.el: Add new faces, and day-header-array.
4494 (calendar-weekday-header, calendar-weekend-header)
4495 (calendar-month-header): New faces.
4496 (calendar-day-header-construct): New function.
4497 (calendar-day-header-width): Also :set calendar-day-header-array.
4498 (calendar-american-month-header, calendar-european-month-header)
4499 (calendar-iso-month-header): Use calendar- faces.
4500 (calendar-generate-month):
4501 Use calendar-day-header-array for day headers; apply faces to them.
4502 (calendar-mode): Check calendar-font-lock-keywords non-nil.
4503 (calendar-abbrev-construct): Add optional maxlen argument.
4504 (calendar-day-name-array): Doc fix.
4505 (calendar-day-name-array, calendar-abbrev-length)
4506 (calendar-day-abbrev-array):
4507 Also :set calendar-day-header-array, and maybe redraw.
4508 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 4509 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
4510 (calendar-day-name): Add option to use header array.
4511
ec6a2d7a
LMI
45122013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4513
4514 * net/shr.el (shr-render-td): Remove debugging.
4515 (shr-render-td): Make width computation consistent by defaulting
4516 all zero-width columns to 10 characters. This may not be optimal,
4517 but it's at least consistent.
2122cb6d
LMI
4518 (shr-make-table-1): Redo last change to fix the real problem in
4519 colspan handling.
ec6a2d7a 4520
ed4fd9c5
DA
45212013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4522
0ca3f70e
SM
4523 * files.el (cache-long-line-scans):
4524 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 4525
64e22afe
JB
45262013-08-06 Juanma Barranquero <lekktu@gmail.com>
4527
024b38fc
JB
4528 * frameset.el (frameset, frameset-filter-alist)
4529 (frameset-filter-params, frameset-save, frameset--reuse-frame)
4530 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4531 (frameset-compute-pos): Rename from frameset--compute-pos,
4532 and add docstring.
4533 (frameset-move-onscreen): Use frameset-compute-pos.
4534 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4535
64e22afe
JB
4536 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4537 Fix typos in docstrings.
4538
c8c2aca8
DA
45392013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4540
4541 * frame.el (get-other-frame): Tiny cleanup.
4542
1d237bba
JB
45432013-08-06 Juanma Barranquero <lekktu@gmail.com>
4544
8951efef
JB
4545 * vc/vc.el (vc-default-ignore-completion-table):
4546 Silence byte-compiler warning.
4547
307764cc
JB
4548 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4549 slot , which can indeed be nil.
4550 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4551 Move entry for `left' from persistent to live filter alist.
4552 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4553 Doc fixes.
4554 (frameset-filter-params): When restoring a frame, copy items added to
4555 `filtered', to avoid unwittingly modifying the original parameters.
4556 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
4557 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4558
1d237bba
JB
4559 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4560 to use looking-at-p instead of looking-at. (Bug#15028)
4561
dc6c0eda
SM
45622013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 Revert introduction of isearch-filter-predicates (bug#14714).
4565 Rely on add-function instead.
4566 * isearch.el (isearch-filter-predicates): Rename it back to
4567 isearch-filter-predicate.
4568 (isearch-message-prefix): Use advice-function-mapc and advice
4569 properties to get the isearch-message-prefix.
4570 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4571 instead of run-hook-with-args-until-failure.
4572 (isearch-filter-visible): Not obsolete any more.
4573 * loadup.el: Preload nadvice.
4574 * replace.el (perform-replace): Revert to funcall
4575 instead of run-hook-with-args-until-failure.
4576 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4577 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4578 dired-isearch-filenames-toggle; make it into a proper minor mode.
4579 Use add/remove-function.
4580 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4581 Call the minor-mode rather than add/remove-hook.
4582 (dired-isearch-filter-filenames):
4583 Remove isearch-message-prefix property.
4584 * info.el (Info--search-loop): New function, extracted from Info-search.
4585 Funcall isearch-filter-predicate instead of
4586 run-hook-with-args-until-failure isearch-filter-predicates.
4587 (Info-search): Use it.
4588 (Info-mode): Use isearch-filter-predicate instead of
4589 isearch-filter-predicates.
4590
290d5b58
DA
45912013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4592
4593 Do not call to `selected-window' where it is assumed by default.
4594 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4595 `window-hscroll', `window-width', `window-height', `window-buffer',
4596 `window-frame', `window-start', `window-point', `next-window'
4597 and `window-display-table'.
4598 * abbrev.el (abbrev--default-expand):
4599 * bs.el (bs--show-with-configuration):
4600 * buff-menu.el (Buffer-menu-mouse-select):
4601 * calc/calc.el (calc):
4602 * calendar/calendar.el (calendar-generate-window):
4603 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4604 (diary-make-entry):
4605 * comint.el (send-invisible, comint-dynamic-complete-filename)
4606 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4607 * completion.el (complete):
4608 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4609 * disp-table.el (describe-current-display-table):
4610 * doc-view.el (doc-view-insert-image):
4611 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4612 * ehelp.el (with-electric-help):
4613 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4614 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4615 * emacs-lisp/helper.el (Helper-help-scroller):
4616 * emulation/cua-base.el (cua--post-command-handler-1):
4617 * eshell/esh-mode.el (eshell-output-filter):
4618 * ffap.el (ffap-gnus-wrapper):
4619 * help-macro.el (make-help-screen):
4620 * hilit-chg.el (highlight-compare-buffers):
4621 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4622 * hl-line.el (global-hl-line-highlight):
4623 * icomplete.el (icomplete-simple-completing-p):
4624 * isearch.el (isearch-done):
4625 * jit-lock.el (jit-lock-stealth-fontify):
4626 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4627 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4628 * mpc.el (mpc-tagbrowser, mpc):
4629 * net/rcirc.el (rcirc-any-buffer):
4630 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4631 * play/landmark.el (landmark-max-width, landmark-max-height):
4632 * play/zone.el (zone):
4633 * progmodes/compile.el (compilation-goto-locus):
4634 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4635 * progmodes/etags.el (find-tag-other-window):
4636 * progmodes/fortran.el (fortran-column-ruler):
4637 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4638 * progmodes/verilog-mode.el (verilog-point-text):
4639 * reposition.el (reposition-window):
4640 * rot13.el (toggle-rot13-mode):
4641 * server.el (server-switch-buffer):
4642 * shell.el (shell-dynamic-complete-command)
4643 (shell-dynamic-complete-environment-variable):
4644 * simple.el (insert-buffer, set-selective-display)
4645 (delete-completion-window):
4646 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4647 (speedbar-recenter):
4648 * startup.el (fancy-splash-head):
4649 * textmodes/ispell.el (ispell-command-loop):
4650 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4651 * tutorial.el (help-with-tutorial):
4652 * vc/add-log.el (add-change-log-entry):
4653 * vc/compare-w.el (compare-windows):
4654 * vc/ediff-help.el (ediff-indent-help-message):
4655 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4656 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4657 (ediff-setup-control-frame):
4658 * vc/emerge.el (emerge-position-region):
4659 * vc/pcvs-util.el (cvs-bury-buffer):
4660 * window.el (walk-windows, mouse-autoselect-window-select):
4661 * winner.el (winner-set-conf, winner-undo): Related users changed.
4662
38276e01
JB
46632013-08-05 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * frameset.el (frameset--set-id): Doc fix.
4666 (frameset-frame-id, frameset-frame-id-equal-p)
4667 (frameset-locate-frame-id): New functions.
4668 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4669 (frameset-restore): Use them.
4670
12b4c0ea
DA
46712013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4672
4673 Do not call to `selected-frame' where it is assumed by default.
4674 Affected functions are `raise-frame', `redraw-frame',
4675 `frame-first-window', `frame-terminal' and `delete-frame'.
4676 * calendar/appt.el (appt-disp-window):
4677 * epg.el (epg-wait-for-completion):
4678 * follow.el (follow-delete-other-windows-and-split)
4679 (follow-avoid-tail-recenter):
4680 * international/mule.el (set-terminal-coding-system):
4681 * mail/rmail.el (rmail-mail-return):
4682 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4683 * progmodes/f90.el (f90-add-imenu-menu):
4684 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4685 * server.el (server-switch-buffer):
4686 * simple.el (delete-completion-window):
4687 * talk.el (talk):
4688 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4689 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4690 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4691 * vc/ediff.el (ediff-documentation): Related users changed.
4692 * frame.el (selected-terminal): Remove the leftover.
4693
17f25e76
GM
46942013-08-05 Glenn Morris <rgm@gnu.org>
4695
4696 * calendar/calendar.el (calendar-generate-month):
4697 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
4698 (calendar-generate-month, calendar-font-lock-keywords):
4699 Fix for calendar-day-header-width > length of any day name.
17f25e76 4700
063233c3
JB
47012013-08-05 Juanma Barranquero <lekktu@gmail.com>
4702
4703 * desktop.el (desktop-clear): Use new name of sort predicate.
4704
4705 * frameset.el (frameset): Add docstring. Move :version property to its
4706 own `version' slot.
4707 (frameset-copy): Rename from copy-frameset.
4708 (frameset-p): Check more thoroughly.
4709 (frameset-prop): Do not check for :version, which is no longer a prop.
4710 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4711 Use new :never value instead of t.
4712 (frameset-filter-alist): Expand and clarify docstring.
4713 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4714 (frameset-filter-minibuffer, frameset-filter-save-param)
4715 (frameset-filter-restore-param, frameset-filter-iconified):
4716 Add pointer to docstring of frameset-filter-alist.
4717 (frameset-filter-params): Rename filter values to be more meaningful:
4718 :never instead of t, and reverse the meanings of :save and :restore.
4719 (frameset--process-minibuffer-frames): Clarify error message.
4720 (frameset-save): Avoid unnecessary and confusing call to framep.
4721 Use new BOA constructor for framesets.
4722 (frameset--reuse-list): Doc fix.
4723 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4724 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4725 (frameset-minibufferless-first-p): Doc fix.
4726 Rename from frameset-sort-frames-for-deletion.
4727 (frameset-restore): Doc fixes. Use new function names.
4728 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4729
d5671a82
JB
47302013-08-04 Juanma Barranquero <lekktu@gmail.com>
4731
4732 * desktop.el (desktop-restore-forces-onscreen)
4733 (desktop-restore-reuses-frames): Document :keyword constant values.
4734 (desktop-filter-parameters-alist): Remove, now identical to
4735 frameset-filter-alist.
4736 (desktop--filter-tty*): Remove, moved to frameset.el.
4737 (desktop-save-frameset, desktop-restore-frameset):
4738 Do not pass :filters argument.
4739
4740 * frameset.el (frameset-live-filter-alist)
4741 (frameset-persistent-filter-alist): New variables.
4742 (frameset-filter-alist): Use them. Add autoload cookie.
4743 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4744 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4745 `frameset--id' (it's supposed to be internal to frameset.el).
4746 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4747 (frameset--initial-params): New function.
4748 (frameset--get-frame): Use it. Doc fix.
4749 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4750 Accept :all, not 'all.
4751 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4752 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4753 with fbound symbols. Fix frame id matching, and remove matching ids if
4754 the frame being restored is deleted. Obey :delete.
4755
671d5c16
SM
47562013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * subr.el (macrop): New function.
4759 (text-clone--maintaining): New var.
4760 (text-clone--maintain): Rename from text-clone-maintain. Use it
4761 instead of inhibit-modification-hooks.
4762
4763 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4764 a proxy, so as handle autoloads and redefinitions of the target.
4765 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4766
4767 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4768 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4769 (pcase--mutually-exclusive-p): New function.
4770 (pcase--split-consp): Use it.
4771 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4772 mutually exclusive with the current predicate.
4773
4774 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4775 (edebug-macrop): Remove. Use `macrop' instead.
4776 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4777 (ad-macro-p):
4778 * eshell/esh-cmd.el (eshell-macrop):
4779 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4780
1d44e9dc
SM
47812013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4784 (advice-mapc): New function, using it.
4785 (advice-function-member-p): New function.
4786 (advice--normalize): Store the cdr in advice--saved-rewrite since
4787 that's the part that will be changed.
4788 (advice--symbol-function): New function.
4789 (advice-remove): Handle removal before the function is defined.
4790 Adjust to new advice--saved-rewrite.
4791 (advice-member-p): Use advice-function-member-p and
4792 advice--symbol-function.
4793
5414a283
JB
47942013-08-04 Juanma Barranquero <lekktu@gmail.com>
4795
51d30f2c
JB
4796 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4797 (frameset-filter-minibuffer): Doc fix.
4798 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
4799 (frameset--set-id, frameset--process-minibuffer-frames)
4800 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4801 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 4802
5414a283
JB
4803 * desktop.el (desktop-clear): Only delete frames when called
4804 interactively and desktop-restore-frames is non-nil. Doc fix.
4805 (desktop-read): Set desktop-saved-frameset to nil.
4806
ab419665
XF
48072013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4808
4809 * vc/vc.el (vc-ignore): Rewrite.
4810 (vc-default-ignore-completion-table):
4811 (vc--read-lines):
4812 (vc--add-line, vc--remove-regexp): New functions.
4813
4814 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4815 (vc-svn-ignore-completion-table): New function.
4816
4817 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4818 (vc-hg-ignore-completion-table):
4819 (vc-hg-find-ignore-file): New functions.
4820
4821 * vc/vc-git.el (vc-git-ignore): Rewrite.
4822 (vc-git-ignore-completion-table):
4823 (vc-git-find-ignore-file): New functions.
4824
4825 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4826
4827 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4828 (vc-bzr-ignore-completion-table):
4829 (vc-bzr-find-ignore-file): New functions.
4830
2613dea2
JB
48312013-08-03 Juanma Barranquero <lekktu@gmail.com>
4832
4833 * frameset.el (frameset-prop): New function and setter.
4834 (frameset-save): Do not modify frame list passed by the caller.
4835
9c959872
SM
48362013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4839
a104f656
SM
48402013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4841
70122acf
SM
4842 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4843 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4844
a104f656
SM
4845 * custom.el (custom-initialize-default, custom-initialize-set)
4846 (custom-initialize-reset, custom-initialize-changed): Affect the
4847 toplevel-default-value (bug#6275, bug#14586).
4848 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4849 for bug#6275.
4850
f078d570
JB
48512013-08-02 Juanma Barranquero <lekktu@gmail.com>
4852
185e3b5a
JB
4853 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4854 Add cl-def* expressions.
4855
f078d570
JB
4856 * frameset.el (frameset-filter-params): Fix order of arguments.
4857
9421876d
JB
48582013-08-02 Juanma Barranquero <lekktu@gmail.com>
4859
4860 Move code related to saving frames to frameset.el.
4861 * desktop.el: Require frameset.
4862 (desktop-restore-frames): Doc fix.
4863 (desktop-restore-reuses-frames): Rename from
4864 desktop-restoring-reuses-frames.
4865 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4866 (desktop-clear): Clear frames too.
4867 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4868 (desktop--filter-tty*, desktop-save, desktop-read):
4869 Use frameset functions.
4870 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4871 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4872 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4873 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4874 (desktop--process-minibuffer-frames, desktop-save-frames)
4875 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4876 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4877 (desktop--sort-states, desktop-restoring-frames-p)
4878 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4879 (desktop-restoring-frameset-p, desktop-restore-frameset)
4880 (desktop--check-dont-save, desktop-save-frameset): New functions.
4881 (desktop--app-id): New constant.
4882 (desktop-first-buffer, desktop-buffer-ok-count)
4883 (desktop-buffer-fail-count): Move before first use.
4884 * frameset.el: New file.
4885
76dc5996
SM
48862013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * files.el: Use lexical-binding.
4889 (dir-locals-read-from-file): Remove unused `err' variable.
4890 (hack-dir-local-variables--warned-coding): New var.
4891 (hack-dir-local-variables): Use it to avoid repeated warnings.
4892 (make-backup-file-name--default-function): New function.
4893 (make-backup-file-name-function): Use it as default.
4894 (buffer-stale--default-function): New function.
4895 (buffer-stale-function): Use it as default.
4896 (revert-buffer-insert-file-contents--default-function): New function.
4897 (revert-buffer-insert-file-contents-function): Use it as default.
4898 (insert-directory): Avoid add-to-list.
4899
4900 * autorevert.el (auto-revert-handler): Simplify.
4901 Use buffer-stale--default-function.
4902
06d36e2b
TH
49032013-08-01 Tassilo Horn <tsdh@gnu.org>
4904
5f648ab4
TH
4905 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4906
06d36e2b
TH
4907 * whitespace.el (whitespace-ensure-local-variables): New function.
4908 (whitespace-cleanup-region): Call it.
4909 (whitespace-turn-on): Call it.
4910
a43dc424
MA
49112013-08-01 Michael Albinus <michael.albinus@gmx.de>
4912
4913 Complete file name handlers.
4914
4915 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4916 (tramp-handle-verify-visited-file-modtime)
4917 (tramp-handle-file-notify-rm-watch): New functions.
4918 (tramp-call-process): Do not bind `default-directory'.
4919
44e18199
JB
4920 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4921 Order alphabetically.
a43dc424
MA
4922 [access-file, add-name-to-file, dired-call-process]:
4923 [dired-compress-file, file-acl, file-notify-rm-watch]:
4924 [file-ownership-preserved-p, file-selinux-context]:
4925 [make-directory-internal, make-symbolic-link, set-file-acl]:
4926 [set-file-selinux-context, set-visited-file-modtime]:
4927 [verify-visited-file-modtime]: Add handler.
4928 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4929
4930 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4931 [file-notify-add-watch, file-notify-rm-watch]:
4932 [set-file-times, set-visited-file-modtime]:
4933 [verify-visited-file-modtime]: Add handler.
4934 (with-tramp-gvfs-error-message)
4935 (tramp-gvfs-handle-set-visited-file-modtime)
4936 (tramp-gvfs-fuse-file-name): Remove.
4937 (tramp-gvfs-handle-file-notify-add-watch)
4938 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4939 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4940
44e18199
JB
4941 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4942 Order alphabetically.
a43dc424
MA
4943 [file-notify-rm-watch ]: Use default Tramp handler.
4944 [executable-find]: Remove private handler.
4945 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4946 `default-directory'.
4947 (tramp-sh-handle-executable-find)
4948 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4949 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4950 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4951 Do not use `format' in `tramp-message'.
4952
4953 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4954 [file-notify-rm-watch, set-visited-file-modtime]:
4955 [verify-visited-file-modtime]: Add handler.
4956 (tramp-smb-call-winexe): Do not bind `default-directory'.
4957
7188b515
XF
49582013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4959
4960 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4961
2412ee1a
DG
49622013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4963
4964 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4965 use it.
4966 (log-view-diff-changeset): Same.
4967 (log-view-diff-common): Call backend command `previous-revision'
4968 to find out the previous revision, in both cases. Swap the
4969 variables `to' and `fr', so that `fr' usually refers to the
4970 earlier revision (Bug#14989).
4971
5002a754
KRC
49722013-07-31 Kan-Ru Chen <kanru@kanru.info>
4973
4974 * ibuf-ext.el (ibuffer-filter-by-filename):
4975 Make it work with dired buffers too.
4976
44e18199 49772013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
4978
4979 * emacs-lisp/re-builder.el (reb-color-display-p):
4980 * files.el (save-buffers-kill-terminal):
4981 * net/browse-url.el (browse-url):
4982 * server.el (server-save-buffers-kill-terminal):
4983 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4984 Prefer nil to selected-frame for the first arg of frame-parameter.
4985
aeca3fbb
XF
49862013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4987
4988 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4989
158bc55c
SB
49902013-07-30 Stephen Berman <stephen.berman@gmx.net>
4991
4992 * minibuffer.el (completion--twq-all): Try and preserve each
4993 completion's case choice (bug#14907).
4994
d50fceab
LMI
49952013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4996
ac38e731
LMI
4997 * net/network-stream.el (open-network-stream): Mention the new
4998 :nogreeting parameter.
4999 (network-stream-open-starttls): Use the :nogreeting parameter
5000 (bug#14938).
5001
1211de50
LMI
5002 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
5003
997798bf
LMI
5004 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
5005 more natural than popping.
5006
d50fceab 5007 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 5008 (shr-urlify): Highlight under mouse.
d50fceab 5009
5c09de04
XF
50102013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5011
207d1d04
XF
5012 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
5013
5014 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
5015
5c09de04
XF
5016 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
5017 buffer for output.
5018
3cd51eaa
XF
5019 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
5020 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 5021
44e18199 5022 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 5023 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
5024
5025 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
5026
5027 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
5028 buffer for output.
5029
35a89bdd
EZ
50302013-07-29 Eli Zaretskii <eliz@gnu.org>
5031
5032 * frame.el (frame-notice-user-settings): Avoid inflooping when the
5033 initial frame is minibuffer-less. (Bug#14841)
5034
78822e94
MA
50352013-07-29 Michael Albinus <michael.albinus@gmx.de>
5036
5037 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
5038 option.
5039
5040 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5041 (tramp-maybe-open-connection): Use it.
5042
9503c190
JB
50432013-07-28 Juanma Barranquero <lekktu@gmail.com>
5044
5045 * desktop.el (desktop--make-frame): Include `minibuffer' in the
5046 minimal set of parameters passed when creating a frame, because
5047 the minibuffer status of a frame cannot be changed later.
5048
d5a845b4
SB
50492013-07-28 Stephen Berman <stephen.berman@gmx.net>
5050
5051 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
5052 replace-regexp-in-string and inadvertent omissions in previous change.
5053 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 5054 name of filtered items buffer.
d5a845b4 5055
ddeffb17
JB
50562013-07-28 Juanma Barranquero <lekktu@gmail.com>
5057
5058 * desktop.el: Optionally force offscreen frames back onscreen.
5059 (desktop-restoring-reuses-frames): New option.
5060 (desktop--compute-pos, desktop--move-onscreen): New functions.
5061 (desktop--make-frame): Use desktop--move-onscreen.
5062
f5950f7a
AM
50632013-07-27 Alan Mackenzie <acm@muc.de>
5064
5065 Fontify a Java generic method as a function.
5066 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
5067 value to t.
5068
ae43b66a
SB
50692013-07-27 Stephen Berman <stephen.berman@gmx.net>
5070
5071 * calendar/todo-mode.el: Add command to rename todo files.
5072 (todo-rename-file): New command.
5073 (todo-key-bindings-t): Add key binding for it. Change the
5074 bindings of todo-filter-regexp-items(-multifile) to use `x'
5075 instead of `r', since the latter is better suited to the new
5076 renaming command.
5077
5ab78d3d
AM
50782013-07-27 Alan Mackenzie <acm@muc.de>
5079
5080 Make Java try-with-resources statement parse properly.
5081 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
5082 (c-block-stmt-1-2-key): New language constants/variables.
5083 * progmodes/cc-engine.el (c-beginning-of-statement-1)
5084 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
5085 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 5086 with c-block-stmt-1-2-key.
5ab78d3d 5087
d85c4d50
JB
50882013-07-27 Juanma Barranquero <lekktu@gmail.com>
5089
5090 * desktop.el (desktop--make-frame): Apply most frame parameters after
5091 creating the frame to force (partially or totally) offscreen frames to
5092 be restored as such.
5093
e4c467f9
XF
50942013-07-26 Xue Fuqiao <xfq.free@gmail.com>
5095
5096 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 5097 (Bug#14948)
e4c467f9 5098
7ced0d04
SM
50992013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
5102 `base' arg of backtrace-frame.
5103
fec92060
EZ
51042013-07-26 Eli Zaretskii <eliz@gnu.org>
5105
5106 * simple.el (list-processes): Doc fix.
5107
d58d31fb
JB
51082013-07-26 Juanma Barranquero <lekktu@gmail.com>
5109
5110 * desktop.el (desktop--select-frame):
d85c4d50 5111 Try harder to reuse existing frames.
d58d31fb 5112
53ff3e77
SM
51132013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
5116 (edebug-eval): Use backtrace-eval.
5117 (edebug--display, edebug--recursive-edit): Don't let-bind the
5118 edebug-outer-* vars that keep track of variables we locally let-bind.
5119 (edebug-outside-excursion): Don't restore outside values of locally
5120 let-bound vars.
5121 (edebug--display): Use user-error.
5122 (cl-lexical-debug, cl-debug-env): Remove.
5123
045f7a53
JB
51242013-07-26 Juanma Barranquero <lekktu@gmail.com>
5125
5126 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
5127 are restored to be sure that they are visible before deleting any
5128 remaining ones.
5129
59070b32
MM
51302013-07-26 Matthias Meulien <orontee@gmail.com>
5131
742a3501
XF
5132 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
5133 vc-print-root-log. (Bug#14948)
59070b32 5134
b1fb3596
RS
51352013-07-26 Richard Stallman <rms@gnu.org>
5136
5137 Add aliases for encrypting mail.
5138 * epa.el (epa-mail-aliases): New option.
5139 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
5140 Bind inhibit-read-only so read-only text doesn't ruin everything.
5141 (epa-mail-default-recipients): New subroutine broken out.
5142 Handle epa-mail-aliases.
5143
56ea7291
SM
51442013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 Add support for lexical variables to the debugger's `e' command.
5147 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5148 vars, except for debugger-outer-match-data.
5149 (debugger-frame-number): Move check for "on a function call" from
5150 callers into it. Add `skip-base' argument.
5151 (debugger-frame, debugger-frame-clear): Simplify accordingly.
5152 (debugger-env-macro): Only reset the state stored in non-variables,
5153 i.e. current-buffer and match-data.
5154 (debugger-eval-expression): Rewrite using backtrace-eval.
5155 * subr.el (internal--called-interactively-p--get-frame): Remove.
5156 (called-interactively-p):
5157 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5158 `base' arg of backtrace-frame instead.
5159
15ac32d5
GM
51602013-07-26 Glenn Morris <rgm@gnu.org>
5161
8358a09d
GM
5162 * align.el (align-regexp): Doc fix. (Bug#14857)
5163 (align-region): Explicit error if subexpression missing/does not match.
5164
15ac32d5
GM
5165 * simple.el (global-visual-line-mode):
5166 Do not duplicate the mode lighter. (Bug#14858)
5167
f47ad11b
MR
51682013-07-25 Martin Rudalics <rudalics@gmx.at>
5169
5170 * window.el (display-buffer): In display-buffer bind
5171 split-window-keep-point to t, bug#14829.
5172
02530987
JB
51732013-07-25 Juanma Barranquero <lekktu@gmail.com>
5174
5175 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5176 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5177 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5178 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5179 Change accordingly.
f63ebeb5
JB
5180 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5181 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 5182
6ccb9cab 51832013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 5184
6ccb9cab 5185 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 5186
cb3a56d2
JB
51872013-07-25 Juanma Barranquero <lekktu@gmail.com>
5188
5189 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5190 parameter to modify-frame-parameters if the value has not changed;
5191 this is a workaround for bug#14949.
5192 (desktop--make-frame): On cl-delete-if call, check parameter name,
5193 not full parameter.
5194
7aa7fff0
XF
51952013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5196
5197 * vc/vc.el (vc-ignore): New function.
5198
5199 * vc/vc-svn.el (vc-svn-ignore): New function.
5200
5201 * vc/vc-hg.el (vc-hg-ignore): New function.
5202
5203 * vc/vc-git.el (vc-git-ignore): New function.
5204
5205 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5206 (vc-dir-ignore): New function.
5207
5208 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 5209 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
5210
5211 * vc/vc-bzr.el (vc-bzr-ignore): New function.
5212
5213 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5214
889acc5c
JB
52152013-07-24 Juanma Barranquero <lekktu@gmail.com>
5216
5217 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5218 (desktop-restore-frames): Warn when deleting an existing frame failed.
5219
86c40970
GM
52202013-07-24 Glenn Morris <rgm@gnu.org>
5221
5222 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
5223
d5d3c58a
MA
52242013-07-24 Michael Albinus <michael.albinus@gmx.de>
5225
5226 * filenotify.el (file-notify-supported-p):
5227 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5228 Remove functions.
5229
5230 * autorevert.el (auto-revert-use-notify):
5231 (auto-revert-notify-add-watch):
5232 * net/tramp.el (tramp-file-name-for-operation):
5233 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5234 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5235 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5236 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5237 Remove `file-notify-supported-p' entry.
5238
d100084b
GM
52392013-07-24 Glenn Morris <rgm@gnu.org>
5240
5241 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 5242 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 5243
ac93e56b
SM
52442013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5245
249eea30
SM
5246 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5247 checked with memq (bug#14935).
5248
ac93e56b
SM
5249 * files.el (revert-buffer-function): Use a non-nil default.
5250 (revert-buffer-preserve-modes): Declare var to
5251 provide access to the `preserve-modes' argument.
5252 (revert-buffer): Let-bind it.
5253 (revert-buffer--default): New function, extracted from revert-buffer.
5254
2cdeb903
SM
52552013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * lpr.el: Signal print errors more prominently.
5258 (print-region-function): Don't default to nil.
5259 (lpr-print-region): New function, extracted from print-region-1.
5260 Check lpr's return value and signal an error in case of problem.
5261 (print-region-1): Use it.
5262 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
5263 versions instead.
5264 (ps-printer-name): Default to nil.
5265 (ps-printer-name-option): Default to lpr-printer-switch.
5266 (ps-print-region-function): Don't default to nil.
5267 (ps-postscript-code-directory): Simplify default.
5268 (ps-do-despool): Use lpr-print-region to properly check the outcome.
5269 (ps-string-list, ps-eval-switch, ps-flatten-list)
5270 (ps-flatten-list-1): Remove.
5271 (ps-multibyte-buffer): Avoid setq.
5272 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5273 (print-region-function, ps-print-region-function): Don't set them here.
5274
73600831
XF
52752013-07-24 Xue Fuqiao <xfq.free@gmail.com>
5276
0e55c076
XF
5277 * ido.el (ido-fractionp):
5278 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5279 (ido-max-file-prompt-width, ido-unc-hosts-cache)
5280 (ido-max-directory-size, ido-max-dir-file-cache)
5281 (ido-decorations): Doc fix.
5282
73600831
XF
5283 * ansi-color.el: Fix old URL.
5284
3d012865
MM
52852013-07-23 Michael R. Mauger <michael@mauger.com>
5286
e903c210 5287 * progmodes/sql.el: Version 3.3
3d012865
MM
5288 (sql-product-alist): Improve oracle :prompt-cont-regexp.
5289 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5290 (sql-interactive-remove-continuation-prompt): Rewrite, use
5291 functions above. Fix continuation prompt and complete output line
5292 handling.
5293 (sql-redirect-one, sql-execute): Use `read-only-mode' on
5294 redirected output buffer.
5295 (sql-mode): Restore deleted code (Bug#13591).
5296
da77a2e2
JB
52972013-07-23 Juanma Barranquero <lekktu@gmail.com>
5298
5299 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5300
80ff0c71
MA
53012013-07-23 Michael Albinus <michael.albinus@gmx.de>
5302
5303 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5304
5305 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5306 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5307 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5308
b61d71e4
JB
53092013-07-23 Juanma Barranquero <lekktu@gmail.com>
5310
5311 * desktop.el (desktop-clear): Simplify; remove useless checks
5312 against invalid buffer names.
5313 (desktop-list*): Use cl-list*.
5314 (desktop-buffer-info, desktop-create-buffer): Simplify.
5315
c3512092
LL
53162013-07-23 Leo Liu <sdl.web@gmail.com>
5317
5318 * bookmark.el (bookmark-make-record): Restore NAME as a default
5319 value. (Bug#14933)
5320
0ac26976
SM
53212013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5322
7d22ce18
SM
5323 * emacs-lisp/autoload.el (autoload--setup-output): New function,
5324 extracted from autoload--insert-text.
5325 (autoload--insert-text): Remove.
5326 (autoload--print-cookie-text): New function, extracted from
5327 autoload--insert-cookie-text.
5328 (autoload--insert-cookie-text): Remove.
5329 (autoload-generate-file-autoloads): Adjust calls accordingly.
5330
9b2607e8
SM
5331 * winner.el (winner-hook-installed-p): Remove.
5332 (winner-mode): Simplify accordingly.
5333
c43a8618
SM
5334 * subr.el (add-to-list): Fix compiler-macro when `append' is
5335 not constant. Don't use `cl-member' for the base case.
5336
0ac26976
SM
5337 * progmodes/subword.el: Fix boundary case (bug#13758).
5338 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
5339 own group.
5340 (subword-backward-regexp): Make it a constant.
5341 (subword-forward-internal): Don't treat a trailing capital as the
5342 beginning of a word.
5343
6874724a
AR
53442013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5345
5346 * emacs-lisp/package.el (package-menu-mode): Don't modify the
5347 global value of tabulated-list-revert-hook (bug#14930).
5348
70f1b5e8
JB
53492013-07-22 Juanma Barranquero <lekktu@gmail.com>
5350
a1c80d9d
JB
5351 * desktop.el: Require 'cl-lib.
5352 (desktop-before-saving-frames-functions): New hook.
5353 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5354 for frames being saved. Rename from desktop--save-minibuffer-frames.
5355 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
5356 Do not save frames with non-nil `desktop-dont-save' parameter.
5357 Filter out deleted frames.
a1c80d9d
JB
5358 (desktop--find-frame): Use cl-find-if.
5359 (desktop--select-frame): Use cl-(first|second|third) to access values
5360 of desktop-mini.
5361 (desktop--make-frame): Use cl-delete-if.
5362 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5363 (desktop-restore-frames): Use cl-(first|second|third) to access values
5364 of desktop-mini. Look for visible frame at the end, not while
5365 restoring frames.
5366
70f1b5e8
JB
5367 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5368 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5369 Use string-match-p, looking-at-p (bug#14927).
5370
728dc3cc
JB
53712013-07-21 Juanma Barranquero <lekktu@gmail.com>
5372
56bc453c
JB
5373 * desktop.el (desktop-saved-frame-states):
5374 Rename from desktop--saved-states; all users changed.
5375 (desktop-save-frames): Rename from desktop--save-frames.
5376 Do not save state to desktop file.
5377 (desktop-save): Save desktop-saved-frame-states to desktop file
5378 and reset to nil.
5379 (desktop-restoring-frames-p): New function.
5380 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
5381 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
5382 buffer-lists when restoring frames. Suggested by Martin Rudalics.
5383
728dc3cc
JB
5384 * desktop.el: Correctly restore iconified frames.
5385 (desktop--filter-iconified-position): New function.
5386 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5387
862f1c9c
GM
53882013-07-20 Glenn Morris <rgm@gnu.org>
5389
c4074c9f
GM
5390 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5391 Let `message' do the formatting.
5392 (def-gdb-preempt-display-buffer): Add explicit format.
5393
d828e5f9
GM
5394 * image-dired.el (image-dired-track-original-file):
5395 Use with-current-buffer.
5396 (image-dired-track-thumbnail): Use with-current-buffer.
5397 Avoid changing point of wrong window.
5398
862f1c9c
GM
5399 * image-dired.el (image-dired-track-original-file):
5400 Avoid changing point of wrong window. (Bug#14909)
5401
f0398ec1 54022013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
5403
5404 * progmodes/gdb-mi.el (gdb-done-or-error):
5405 Guard against "%" in gdb output. (Bug#14127)
5406
1451928f
AS
54072013-07-20 Andreas Schwab <schwab@linux-m68k.org>
5408
763a086d
JB
5409 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5410 (Bug#14826)
f7a03897 5411
1451928f
AS
5412 * international/mule.el (coding-system-iso-2022-flags): Fix last
5413 change.
5414
99107004
KH
54152013-07-20 Kenichi Handa <handa@gnu.org>
5416
763a086d
JB
5417 * international/mule.el (coding-system-iso-2022-flags):
5418 Add `8-bit-level-4'. (Bug#8522)
99107004 5419
48494e06
LMI
54202013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5421
8ba8eec5
LMI
5422 * net/shr.el (shr-mouse-browse-url): New command and keystroke
5423 (bug#14815).
5424
dfbc66e3
LMI
5425 * net/eww.el (eww-process-text-input): Allow inputting when the
5426 point is at the start of the line, as the properties aren't
5427 front-sticky.
5428
48494e06
LMI
5429 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5430 degenerate widths.
5431
77c92cb9
RS
54322013-07-19 Richard Stallman <rms@gnu.org>
5433
aec7da77
RS
5434 * epa.el (epa-popup-info-window): Doc fix.
5435
77c92cb9
RS
5436 * subr.el (split-string): New arg TRIM.
5437
945c5bb1
JB
54382013-07-18 Juanma Barranquero <lekktu@gmail.com>
5439
5440 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5441 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5442
e06ec67f
MA
54432013-07-18 Michael Albinus <michael.albinus@gmx.de>
5444
c7064f05 5445 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
5446 `file-notify-support'. Do not autoload. Adapt all uses.
5447 (file-notify-supported-p): New defun.
5448
c7064f05
JB
5449 * autorevert.el (auto-revert-use-notify):
5450 Use `file-notify-supported-p' instead of `file-notify-support'.
5451 Adapt docstring.
e06ec67f
MA
5452 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5453
5454 * net/tramp.el (tramp-file-name-for-operation):
5455 Add `file-notify-supported-p'.
5456
5457 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5458 New defun.
5459 (tramp-sh-file-name-handler-alist): Add it as handler for
5460 `file-notify-supported-p '.
5461
5462 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5463 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5464 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5465 Add `ignore' as handler for `file-notify-*' functions.
5466
5dc8a629
EZ
54672013-07-17 Eli Zaretskii <eliz@gnu.org>
5468
5469 * simple.el (line-move-partial, line-move): Don't start vscroll or
5470 scroll-up if the current line is not taller than the window.
5471 (Bug#14881)
5472
77aea2fb
DG
54732013-07-16 Dmitry Gutov <dgutov@yandex.ru>
5474
5475 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5476 highlight question marks in the method names as strings.
ac72c08d
DG
5477 (ruby-block-beg-keywords): Inline.
5478 (ruby-font-lock-keyword-beg-re): Extract from
5479 `ruby-font-lock-keywords'.
77aea2fb 5480
18c26d81
JD
54812013-07-16 Jan Djärv <jan.h.d@swipnet.se>
5482
5483 * frame.el (blink-cursor-blinks): New defcustom.
5484 (blink-cursor-blinks-done): New defvar.
5485 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5486 (blink-cursor-timer-function): Check if number of blinks has been
5487 done on X and NS.
5488 (blink-cursor-suspend, blink-cursor-check): New defuns.
5489
da48522e
GM
54902013-07-15 Glenn Morris <rgm@gnu.org>
5491
5492 * edmacro.el (edmacro-format-keys): Fix previous change.
5493
0463c1ef
PE
54942013-07-15 Paul Eggert <eggert@cs.ucla.edu>
5495
5496 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5497 The hack didn't work outside English locales anyway.
5498
b43f6451
JB
54992013-07-15 Juanma Barranquero <lekktu@gmail.com>
5500
5501 * simple.el (define-alternatives): Rename from alternatives-define,
5502 per RMS' suggestion.
5503
b958c0ad
JB
55042013-07-14 Juanma Barranquero <lekktu@gmail.com>
5505
5506 * desktop.el (desktop-restore-frames): Change default to t.
5507 (desktop-restore-in-current-display): Now offer more options.
5508 (desktop-restoring-reuses-frames): New customization option.
5509 (desktop--saved-states): Doc fix.
5510 (desktop-filter-parameters-alist): New variable, renamed and expanded
5511 from desktop--excluded-frame-parameters.
5512 (desktop--target-display): New variable.
5513 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5514 (desktop--filter-tty*, desktop--filter-*-color)
5515 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5516 (desktop--filter-save-desktop-parm)
5517 (desktop-restore-in-original-display-p): New functions.
5518 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5519 (desktop--save-minibuffer-frames): New function, inspired by a similar
5520 function from Martin Rudalics.
5521 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5522 (desktop--restore-in-this-display-p): Remove.
5523 (desktop--find-frame): Rename from desktop--find-frame-in-display
5524 and add predicate argument.
5525 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5526 (desktop--reuse-list): New variable.
5527 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5528 New functions.
5529 (desktop--restore-frames): Add support for "minibuffer-special" frames.
5530
f6dd8b36
MA
55312013-07-14 Michael Albinus <michael.albinus@gmx.de>
5532
5533 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5534
2ce3c565
DG
55352013-07-13 Dmitry Gutov <dgutov@yandex.ru>
5536
763a086d
JB
5537 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5538 Highlight conversion methods on Kernel.
2ce3c565 5539
2cdb7698
AM
55402013-07-13 Alan Mackenzie <acm@muc.de>
5541
5542 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5543 and comment it out. This out-commenting enables certain C++
5544 declarations to be parsed correctly.
5545
1a67b811
EZ
55462013-07-13 Eli Zaretskii <eliz@gnu.org>
5547
1b796d6b
EZ
5548 * international/mule.el (define-coding-system): Doc fix.
5549
1a67b811
EZ
5550 * simple.el (default-font-height): Don't call font-info if the
5551 frame's default font didn't change since the frame was created.
5552 (Bug#14838)
5553
58fbe886
LL
55542013-07-13 Leo Liu <sdl.web@gmail.com>
5555
5556 * ido.el (ido-read-file-name): Guard against non-symbol value.
5557
1f0480d4
FEG
55582013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5559
5560 * progmodes/python.el (python-imenu--build-tree): Fix corner case
5561 in nested defuns.
5562
97ead0e5
LL
55632013-07-13 Leo Liu <sdl.web@gmail.com>
5564
5565 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5566 ido-set-matches call. (Bug#6852)
5567
0880a952
DG
55682013-07-12 Dmitry Gutov <dgutov@yandex.ru>
5569
5570 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5571 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5572 Ruby 2.0.
5573 (ruby-font-lock-keywords): Distinguish calls to functions with
5574 module-like names from module references. Highlight character
5575 literals.
5576
a7d8babb
SDJ
55772013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5578
5579 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 5580 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 5581
acfcc8c5
JB
55822013-07-12 Juanma Barranquero <lekktu@gmail.com>
5583
5584 * desktop.el (desktop--v2s): Remove unused local variable.
5585 (desktop-save-buffer): Make defvar-local; adjust docstring.
5586 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5587 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5588
051f2775
AS
55892013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5590
5591 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5592
f24e7572
GM
55932013-07-12 Eli Zaretskii <eliz@gnu.org>
5594
5595 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5596 (Bug#14842)
5597
539a920c
GM
55982013-07-12 Glenn Morris <rgm@gnu.org>
5599
5600 * doc-view.el: Require cl-lib at runtime too.
5601 (doc-view-remove-if): Remove.
5602 (doc-view-search-next-match, doc-view-search-previous-match):
5603 Use cl-remove-if.
5604
5605 * edmacro.el: Require cl-lib at runtime too.
5606 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5607 (edmacro-mismatch, edmacro-subseq): Remove.
5608
5609 * shadowfile.el: Require cl-lib.
5610 (shadow-remove-if): Remove.
5611 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5612 Use cl-remove-if.
5613
5614 * wid-edit.el: Require cl-lib.
5615 (widget-choose): Use cl-remove-if.
5616 (widget-remove-if): Remove.
5617
5618 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5619 (ebrowse-delete-if-not): Remove.
5620 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5621 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5622 Use cl-delete-if-not.
5623
1048af7c
JB
56242013-07-12 Juanma Barranquero <lekktu@gmail.com>
5625
5626 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5627 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5628
6c0674ee
LL
56292013-07-12 Leo Liu <sdl.web@gmail.com>
5630
5631 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5632
a19b3c2d
GM
56332013-07-11 Glenn Morris <rgm@gnu.org>
5634
4582a01c
GM
5635 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5636 (edebug-gensym-index, edebug-gensym):
5637 Remove reimplementation of cl-gensym.
5638 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5639
5640 * thumbs.el: Require cl-lib at run-time too.
5641 (thumbs-gensym-counter, thumbs-gensym):
5642 Remove reimplementation of cl-gensym.
5643 (thumbs-temp-file): Use cl-gensym.
5644
a19b3c2d
GM
5645 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5646 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5647 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5648 (ert--union, ert--gensym-counter, ert--gensym-counter)
5649 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5650 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5651 (ert-make-test-unbound, ert--expand-should-1)
5652 (ert--expand-should, ert--should-error-handle-error)
5653 (should-error, ert--explain-equal-rec)
5654 (ert--plist-difference-explanation, ert-select-tests)
5655 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5656 Use cl-lib functions rather than reimplementations.
5657
88f6a933
MA
56582013-07-11 Michael Albinus <michael.albinus@gmx.de>
5659
5660 * net/tramp.el (tramp-methods): Extend docstring.
5661 (tramp-connection-timeout): New defcustom.
5662 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5663 (with-tramp-progress-reporter): Simplify.
5664 (tramp-process-actions): Improve messages.
5665
5666 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5667 * net/tramp-sh.el (tramp-maybe-open-connection):
5668 Use `tramp-connection-timeout'.
5669 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5670 (Bug#14808)
5671
a43d577e
LL
56722013-07-11 Leo Liu <sdl.web@gmail.com>
5673
5674 * ido.el (ido-read-file-name): Conform to the requirements of
5675 read-file-name. (Bug#11861)
5676 (ido-read-directory-name): Conform to the requirements of
5677 read-directory-name.
5678
d77974bf
JB
56792013-07-11 Juanma Barranquero <lekktu@gmail.com>
5680
5681 * subr.el (delay-warning): New function.
5682
35cb8a3e
EZ
56832013-07-10 Eli Zaretskii <eliz@gnu.org>
5684
5685 * simple.el (default-line-height): New function.
5686 (line-move-partial, line-move): Use it instead of computing the
5687 line height inline.
5688 (line-move-partial): Always compute ROWH. If the last line is
5689 partially-visible, but its text is completely visible, allow
5690 cursor to enter such a partially-visible line.
5691
525c5c77
MA
56922013-07-10 Michael Albinus <michael.albinus@gmx.de>
5693
5694 Improve error messages. (Bug#14808)
5695
5696 * net/tramp.el (tramp-current-connection): New defvar, moved from
5697 tramp-sh.el.
0ac26976 5698 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 5699 needed anymore.
0ac26976
SM
5700 (tramp-error-with-buffer): Show message in minibuffer.
5701 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
5702 (with-tramp-progress-reporter): Improve messages.
5703 (tramp-process-actions): Use progress reporter. Delete process in
5704 case of error. Improve messages.
5705
763a086d
JB
5706 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5707 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 5708 (tramp-current-connection): Remove.
525c5c77
MA
5709 (tramp-maybe-open-connection): The car of
5710 `tramp-current-connection' are the first 3 slots of the vector.
5711
c7a4d368
TZ
57122013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5713
5714 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5715 inside continued strings.
5716
954b166e
PE
57172013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5718
5719 Timestamp fixes for undo (Bug#14824).
5720 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5721
56973319
LL
57222013-07-10 Leo Liu <sdl.web@gmail.com>
5723
5724 * files.el (require-final-newline): Allow safe local value.
5725 (Bug#14834)
5726
5550a72c
LL
57272013-07-09 Leo Liu <sdl.web@gmail.com>
5728
5729 * ido.el (ido-read-directory-name): Handle fallback.
5730 (ido-read-file-name): Update DIR to ido-current-directory.
5731 (Bug#1516)
c28b9050 5732 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 5733
70c46b28
DG
57342013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5735
5736 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5737 "autoload". Remove "warn lower camel case" section, previously
5738 commented out. Highlight negation char. Do not highlight the
5739 target in singleton method definitions.
5740
0b64b838
SM
57412013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5742
7fd72e2c
SM
5743 * faces.el (tty-setup-hook): Declare the hook.
5744
0b64b838
SM
5745 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5746 and detect when a guard/pred depends on local vars (bug#14773).
5747 (pcase--u1): Adjust caller.
5748
ab49d60b
EZ
57492013-07-08 Eli Zaretskii <eliz@gnu.org>
5750
5751 * simple.el (line-move-partial, line-move): Account for
5752 line-spacing.
701d79aa
EZ
5753 (line-move-partial): Avoid setting vscroll when the last
5754 partially-visible line in window is of default height.
ab49d60b 5755
2d756ae0
LMI
57562013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5757
5758 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5759 been used a while.
5760
ed095bd7
JB
57612013-07-07 Juanma Barranquero <lekktu@gmail.com>
5762
5763 * subr.el (read-quoted-char): Remove unused local variable `char'.
5764
f1e6674b
MK
57652013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5766
584ee3fc
GM
5767 * ediff.el (ediff-version): Version update.
5768 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5769 (ediff-merge-with-ancestor-command, ediff-directories-command)
5770 (ediff-directories3-command, ediff-merge-directories-command)
5771 (ediff-merge-directories-with-ancestor-command): New functions.
5772 All are command-line interfaces to ediff: to facilitate calling
5773 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
5774
5775 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5776 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 5777
584ee3fc
GM
5778 * viper.el (viper-version): Version update.
5779 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 5780
584ee3fc
GM
57812013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5784 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5785 (viper-intercept-ESC-key): Simplify.
5786 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5787 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5788 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5789 (viper-setup-ESC-to-escape): New functions.
5790 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5791 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 5792
9aff9b38
EZ
57932013-07-07 Eli Zaretskii <eliz@gnu.org>
5794
5165d44a
JB
5795 * simple.el (default-font-height, window-screen-lines):
5796 New functions.
9aff9b38
EZ
5797 (line-move, line-move-partial): Use them instead of
5798 frame-char-height and window-text-height. This makes scrolling
5799 text smoother when the buffer's default face uses a font that is
5800 different from the frame's default font.
5801
1afb1d07
JD
58022013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5803
5804 * files.el (write-file): Do not display confirm dialog for NS,
5805 it does its own dialog, which can't be cancelled (Bug#14578).
5806
23de972a
EZ
58072013-07-06 Eli Zaretskii <eliz@gnu.org>
5808
5809 * simple.el (line-move-partial): Adjust the row returned by
5810 posn-at-point for the current window-vscroll. (Bug#14567)
5811
54a42486
MA
58122013-07-06 Michael Albinus <michael.albinus@gmx.de>
5813
5814 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5815 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5816 spaces.
5817
34ada5f4
MR
58182013-07-06 Martin Rudalics <rudalics@gmx.at>
5819
5820 * window.el (window-state-put-stale-windows): New variable.
5821 (window--state-put-2): Save list of windows without matching buffer.
5822 (window-state-put): Remove "bufferless" windows if possible.
5823
11e03d89
JB
58242013-07-06 Juanma Barranquero <lekktu@gmail.com>
5825
5826 * simple.el (alternatives-define): Remove leftover :group keyword.
5827 Tweak docstring.
5828
3504a4be
LL
58292013-07-06 Leo Liu <sdl.web@gmail.com>
5830
5831 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5832 (ido-enable-virtual-buffers): New variable.
5833 (ido-buffer-internal, ido-toggle-virtual-buffers)
5834 (ido-make-buffer-list): Use it.
5835 (ido-exhibit): Support turning on and off virtual buffers
5836 automatically.
5837
61e56e2c
JB
58382013-07-06 Juanma Barranquero <lekktu@gmail.com>
5839
5840 * simple.el (alternatives-define): New macro.
5841
321e1a9c
SM
58422013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * subr.el (read-quoted-char): Use read-key.
5845 (sit-for): Let read-event decode tty input (bug#14782).
5846
d610f6dd
SB
58472013-07-05 Stephen Berman <stephen.berman@gmx.net>
5848
5849 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
5850 mode command and externally. Fix various related bugs.
5851 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
5852 (todo-delete-file): New command.
5853 (todo-check-file): New function.
5854 (todo-show): Handle external deletion of the file we're trying to
5855 show (bug#14688). Replace called-interactively-p by an optional
5856 prefix argument to avoid problematic interaction with catch form
5857 when byte compiled (bug#14702).
5858 (todo-quit): Handle external deletion of the archive's todo file.
5859 Make sure the buffer that was visiting the archive file is still
5860 live before trying to bury it.
5861 (todo-category-completions): Handle external deletion of any
5862 category completion files.
5863 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5864 of todo files, in case of external deletion.
5865 (todo-add-file): Replace unnecessary setq by let-binding.
5866 (todo-find-archive): Check whether there are any archives.
5867 Replace unnecessary setq by let-binding.
5868 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
5869 archive buffer whether or not the archive already exists.
5870 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
5871 check if the archive is new; if it is, update list of archives.
5872 (todo-default-todo-file): Allow nil to be a valid value for when
5873 there are no todo files.
5874 (todo-reevaluate-default-file-defcustom): Use corrected definition
5875 of todo-default-todo-file.
5876 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5877 (todo-delete-category, todo-show-categories-table)
5878 (todo-category-number): Clarify comment.
5879 (todo-filter-items): Clarify documentation string.
5880 (todo-show-current-file, todo-display-as-todo-file)
5881 (todo-reset-and-enable-done-separator): Tweak documentation string.
5882 (todo-done-separator): Make separator length window-width, since
5883 bug#2749 is now fixed.
5884
ddbdfd6f
MA
58852013-07-05 Michael Albinus <michael.albinus@gmx.de>
5886
321e1a9c
SM
5887 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5888 Support both "gvfs-monitor-dir" and "inotifywait".
5889 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
5890 `tramp-sh-file-notify-process-filter'.
5891 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5892 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5893
96eb829a
LL
58942013-07-05 Leo Liu <sdl.web@gmail.com>
5895
5896 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5897
cf13177e
YM
58982013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5899
5900 * frame.el (display-pixel-height, display-pixel-width)
5901 (display-mm-height, display-mm-width): Mention behavior on
5902 multi-monitor setups in docstrings.
5903 (w32-display-monitor-attributes-list): Declare function.
5904 (display-monitor-attributes-list): Use it.
5905
864c58ca
MA
59062013-07-04 Michael Albinus <michael.albinus@gmx.de>
5907
5908 * filenotify.el: New package.
5909
5910 * autorevert.el (top): Require filenotify.el.
5911 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5912 instead.
5913 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5914 (auto-revert-notify-handler): Use `file-notify-*' functions.
5915
5916 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5917
321e1a9c
SM
5918 * net/tramp.el (tramp-file-name-for-operation):
5919 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
5920
5921 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5922 for `file-notify-add-watch' and `file-notify-rm-watch'.
5923 (tramp-process-sentinel): Improve trace.
5924 (tramp-sh-handle-file-notify-add-watch)
5925 (tramp-sh-file-notify-process-filter)
5926 (tramp-sh-handle-file-notify-rm-watch)
5927 (tramp-get-remote-inotifywait): New defuns.
5928
96673afe
JL
59292013-07-03 Juri Linkov <juri@jurta.org>
5930
5931 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5932 call of `occur-read-primary-args' to interactive spec.
5933
5934 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5935 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5936
924494f4
MM
59372013-07-03 Matthias Meulien <orontee@gmail.com>
5938
5939 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5940 `Buffer-menu-multi-occur'. Add it to the menu.
5941 (Buffer-menu-mode): Document it in docstring.
5942 (Buffer-menu-multi-occur): New command. (Bug#14673)
5943
56f75efc
DG
59442013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5945
5946 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5947 keywords and built-ins.
5948
9b057d61
GM
59492013-07-03 Glenn Morris <rgm@gnu.org>
5950
208dee4d
GM
5951 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5952
9b057d61
GM
5953 Make info-xref checks case-sensitive by default
5954 * info.el (Info-find-node, Info-find-in-tag-table)
5955 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5956 Add option for exact case matching of nodes.
5957 * info-xref.el (info-xref): New custom group.
5958 (info-xref-case-fold): New option.
5959 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5960
e01aa29c
LL
59612013-07-03 Leo Liu <sdl.web@gmail.com>
5962
5963 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5964
3086ca2e
DG
59652013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5966
5967 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5968 middle of block statement initially, lower the depth. Remove
5969 FIXME comment, not longer valid. Remove middle of block statement
5970 detection, no need to do that anymore since we've been using
5971 `ruby-parse-region' here.
5972
a3b49114
JD
59732013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5974
5975 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5976
08e5c823 59772013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
5978
5979 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5980
2addf922
JB
59812013-07-01 Juanma Barranquero <lekktu@gmail.com>
5982
5983 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5984 (desktop-restore-in-current-display): New customization option.
5985 (desktop--excluded-frame-parameters): Add `font'.
5986 (desktop--save-frames): Rename from desktop--save-windows.
5987 (desktop--restore-in-this-display-p): New function.
5988 (desktop--make-full-frame): Remove unwanted width/height from
5989 full(width|height) frames.
5990 (desktop--restore-frames): Rename from desktop--restore-windows.
5991 Obey desktop-restore-current-display. Do not delete old frames or
5992 select a new frame unless we were able to restore at least one frame.
5993
ef099a94
MN
59942013-06-30 Michal Nazarewicz <mina86@mina86.com>
5995
5996 * files.el (find-file-noselect): Simplify conditional expression.
5997
5998 * remember.el (remember-append-to-file):
5999 Don't mix `find-buffer-visiting' and `get-file-buffer'.
6000
6001 Add `remember-notes' function to store random notes across Emacs
6002 restarts.
6003 * remember.el (remember-data-file): Add :set callback to affect
6004 notes buffer (if any).
6005 (remember-notes): New command.
6006 (remember-notes-buffer-name, bury-remember-notes-on-kill):
6007 New defcustoms for the `remember-notes' function.
6008 (remember-notes-save-and-bury-buffer): New command.
6009 (remember-notes-mode-map): New variable.
6010 (remember-mode): New minor mode.
6011 (remember-notes--kill-buffer-query): New function.
6012 * startup.el (initial-buffer-choice): Add notes to custom type.
6013
0865d506
EZ
60142013-06-30 Eli Zaretskii <eliz@gnu.org>
6015
0ba54312
EZ
6016 * bindings.el (right-char, left-char): Don't call sit-for, this is
6017 no longer needed. Use arithmetic comparison only for numerical
6018 arguments.
6019
ef099a94
MN
6020 * international/mule-cmds.el (select-safe-coding-system):
6021 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 6022
2fae38e5
LMI
60232013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6024
6025 * net/shr.el (shr-make-table-1): Add a sanity check that allows
6026 progression on degenerate tables.
ef099a94 6027 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 6028
a47cbd64
JB
60292013-06-30 Juanma Barranquero <lekktu@gmail.com>
6030
6031 Some fixes and improvements for desktop frame restoration.
6032 It is still experimental and disabled by default.
6033 * desktop.el (desktop--save-windows): Put the selected frame at
6034 the head of the list.
6035 (desktop--make-full-frame): New function.
6036 (desktop--restore-windows): Try to re-select the frame that was
6037 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
6038 just show an error message and continue. Set up maximized frames
6039 so they have default non-maximized dimensions.
a47cbd64 6040
6dbafa30
DG
60412013-06-30 Dmitry Gutov <dgutov@yandex.ru>
6042
ef099a94
MN
6043 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6044 Don't start heredoc inside a string or comment.
6dbafa30 6045
4c672a0f
EZ
60462013-06-29 Eli Zaretskii <eliz@gnu.org>
6047
6048 * bindings.el (visual-order-cursor-movement): New defcustom.
6049 (right-char, left-char): Provide visual-order cursor motion by
6050 calling move-point-visually. Update the doc strings.
6051
50960f36
KH
60522013-06-28 Kenichi Handa <handa@gnu.org>
6053
6054 * international/mule.el (define-coding-system): New coding system
6055 properties :inhibit-null-byte-detection,
6056 :inhibit-iso-escape-detection, and :prefer-utf-8.
6057 (set-buffer-file-coding-system): If :charset-list property of
6058 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
6059 appropriate for setting.
6060
c1ea3abf
JB
6061 * international/mule-cmds.el (select-safe-coding-system):
6062 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
6063 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
6064
6065 * international/mule-conf.el (prefer-utf-8): New coding system.
6066 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
6067 files.
6068
75dbaf9d
IK
60692013-06-28 Ivan Kanis <ivan@kanis.fr>
6070
eadb6068
IK
6071 * net/shr.el (shr-render-region): New function.
6072
75dbaf9d
IK
6073 * net/eww.el: Autoload `eww-browse-url'.
6074
9ea5cf9f
DG
60752013-06-27 Dmitry Gutov <dgutov@yandex.ru>
6076
c1ea3abf
JB
6077 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6078 Adapt to `package-desc-version' being a list.
6079 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
6080 archive element.
6081
39c0e36f
JB
60822013-06-27 Juanma Barranquero <lekktu@gmail.com>
6083
6084 New experimental feature to save&restore window and frame setup.
6085 * desktop.el (desktop-save-windows): New defcustom.
6086 (desktop--saved-states): New var.
6087 (desktop--excluded-frame-parameters): New defconst.
6088 (desktop--filter-frame-parms, desktop--find-frame-in-display)
6089 (desktop--restore-windows, desktop--save-windows): New functions.
6090 (desktop-save): Call `desktop--save-windows'.
6091 (desktop-read): Call `desktop--restore-windows'.
6092
7f13406b
LMI
60932013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6094
ef099a94 6095 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 6096
1e072639
SB
60972013-06-27 Stephen Berman <stephen.berman@gmx.net>
6098
6099 * info.el (Info-try-follow-nearest-node): Move search for footnote
6100 above search for node name to prevent missing a footnote (bug#14717).
6101
f3e2cbde
SB
61022013-06-27 Stephen Berman <stephen.berman@gmx.net>
6103
6104 * obsolete/otodo-mode.el: Add obsolescence info to file header.
6105
99906aa0
LL
61062013-06-27 Leo Liu <sdl.web@gmail.com>
6107
6108 * net/eww.el (eww-read-bookmarks): Check file size.
6109
539f75f4
SM
61102013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
6113 advice--pending if newdef is nil or an autoload (bug#13820).
6114 (advice-mapc): New function.
6115
843571cb
LMI
61162013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6117
6118 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
6119 probably.
23a75d7f 6120 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
6121 (eww-add-bookmark): New command.
6122 (eww-bookmark-mode): New mode and commands.
a285ce99 6123 (eww-add-bookmark): Remove newlines from the title.
47fd571b 6124 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 6125
f2136e1e
GM
61262013-06-26 Glenn Morris <rgm@gnu.org>
6127
eab35f39
GM
6128 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
6129 (hfy-size): Handle ttys. (Bug#14668)
6130
f2136e1e
GM
6131 * info-xref.el: Update for Texinfo 5 change in *note format.
6132 (info-xref-node-re, info-xref-note-re): New constants.
6133 (info-xref-check-buffer): Use info-xref-note-re.
6134
a49ff80c
SM
61352013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6136
a343d218
SM
6137 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
6138
a49ff80c
SM
6139 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
6140 nil terminate the loop (bug#14718).
6141
8308f184
LMI
61422013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6143
6144 * net/eww.el: Rework history traversal. When going forward/back,
6145 put these actions into the history, too, so that they can be
6146 replayed.
26bf2b82 6147 (eww-render): Move the history reset to the correct buffer.
8308f184 6148
ec64c273
JL
61492013-06-25 Juri Linkov <juri@jurta.org>
6150
6151 * files-x.el (modify-dir-local-variable): Change the header comment
6152 in the file with directory local variables. (Bug#14692)
6153
e080a9d7
JL
6154 * files-x.el (read-file-local-variable-value): Add `default'.
6155 (Bug#14710)
6156
bfbc93a1
IK
61572013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6158
6159 * net/eww.el (eww-make-unique-file-name): Create a unique file
6160 name before saving to entering `y' accidentally asynchronously.
6161
61622013-06-25 Ivan Kanis <ivan@kanis.fr>
6163
6164 * net/eww.el (eww-download): New command and keystroke.
6165
16f74f10
LMI
61662013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6167
a49ff80c 6168 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
6169
6170 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6171 be more consistent with Info and dired.
6172
6173 * net/eww.el (eww-mode-map): Ditto.
6174
12059709
SM
61752013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6176
6177 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
6178 packages from archives.
6179 (package-archive-contents): Change format; include obsolete packages.
6180 (package-desc): Use `dir' to mark builtin packages.
6181 (package--from-builtin): Set the `dir' field to `builtin'.
6182 (generated-autoload-file, version-control): Declare.
6183 (package-compute-transaction): Change first arg and return value to be
6184 lists of package-descs. Adjust to new package-archive-contents format.
6185 (package--add-to-archive-contents): Adjust to new
6186 package-archive-contents format.
6187 (package-download-transaction): Arg is now a list of package-descs.
6188 (package-install): If `pkg' is a package name, pass it as
6189 a requirement, so it is subject to the usual (e.g. disabled) checks.
6190 (describe-package): Accept package-desc as well.
6191 (describe-package-1): Describe a specific package-desc. Add links to
6192 other package-descs for the same package name.
6193 (package-menu-describe-package): Pass the actual package-desc.
6194 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6195 works correctly.
6196 (package-desc-status): New function.
6197 (package-menu--refresh): New function, extracted
6198 from package-menu--generate.
6199 (package-menu--generate): Use it.
6200 (package-delete): Update package-alist.
6201 (package-menu-execute): Don't call package-initialize.
6202
6203 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6204 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6205 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6206 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6207 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6208 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6209
8bbdea0f
MR
62102013-06-25 Martin Rudalics <rudalics@gmx.at>
6211
6212 * window.el (window--state-get-1): Workaround for bug#14527.
6213 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6214
e82b0991
LMI
62152013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6216
6217 * net/eww.el (eww-back-url): Implement the history by stashing all
6218 the data into a list.
d3f0f918 6219 (eww-forward-url): Allow going forward in the history, too.
e82b0991 6220
c763842b
SM
62212013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6222
6223 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6224 for values and use read--expression for expressions (bug#14710).
6225 (read-file-local-variable): Avoid setq.
6226 (read-file-local-variable-mode): Use minor-mode-list.
6227
bceff189
RW
62282013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6229
864c58ca 6230 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
6231 for DOI URLs.
6232
45f431c6
RW
62332013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6234
864c58ca 6235 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
6236 Update imenu-support when dialect changes.
6237
f42d8237
LL
62382013-06-25 Leo Liu <sdl.web@gmail.com>
6239
6240 * ido.el (ido-read-internal): Allow forward slash on windows.
6241
be549ce6
LMI
62422013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6243
6244 * net/eww.el (eww): Start of strings is \\`, not ^.
6245
71d4c19d
IK
62462013-06-24 Ivan Kanis <ivan@kanis.fr>
6247
5196f88a
IK
6248 * net/shr.el (shr-browse-url): Fix interactive spec.
6249
71d4c19d
IK
6250 * net/eww.el (eww): Add a trailing slash to domain names.
6251
ae36ca55
JB
62522013-06-24 Juanma Barranquero <lekktu@gmail.com>
6253
6254 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6255
0ebd92a3
LMI
62562013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6257
bdaa086b
LMI
6258 * net/shr.el (shr-browse-url): Use an external browser if given a
6259 prefix.
6260
c763842b 6261 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 6262
b89fc156
IK
62632013-06-24 Ivan Kanis <ivan@kanis.fr>
6264
6265 * net/eww.el (eww): Work more correctly for file: URLs.
6266 (eww-detect-charset): Allow quoted charsets.
6267 (eww-yank-page-url): New command and keystroke.
6268
18eb4bca
DU
62692013-06-24 Daiki Ueno <ueno@gnu.org>
6270
6271 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6272 file name of gpg executable.
6273 (epg-context-program): New function.
6274 (epg-context-home-directory): New function.
6275 (epg-context-set-program): New function.
6276 (epg-context-set-home-directory): New function.
6277 (epg--start): Use `epg-context-program' instead of
6278 'epg-gpg-program'.
6279 (epg--list-keys-1): Likewise.
6280
6c6268c8
LL
62812013-06-24 Leo Liu <sdl.web@gmail.com>
6282
6283 * ido.el (ido-read-internal): Fix bug#14620.
6284
5e400cb3
JB
62852013-06-23 Juanma Barranquero <lekktu@gmail.com>
6286
6287 * faces.el (face-documentation): Simplify.
6288 (read-face-attribute, tty-find-type, x-resolve-font-name):
6289 Use `string-match-p'.
6290 (list-faces-display): Use `string-match-p'. Simplify.
6291 (face-spec-recalc): Check face to avoid face alias loops.
6292 (read-color): Use `string-match-p' and non-capturing parenthesis.
6293
f3f9606c
LMI
62942013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6295
6296 * net/shr.el (shr-rescale-image): Use the new
6297 :max-width/:max-height functionality.
6298
a3ca09b9
IK
62992013-06-23 Ivan Kanis <ivan@kanis.fr>
6300
6301 * net/eww.el (eww-search-prefix): New variable.
6302 (eww): Use it.
f865b474
IK
6303 (eww-external-browser): New variable.
6304 (eww-mode-map): New keystroke.
6305 (eww-browse-with-external-browser): New command.
a3ca09b9 6306
e854cfc7
IK
6307 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6308
18bb9e21
JB
63092013-06-23 Juanma Barranquero <lekktu@gmail.com>
6310
6311 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6312 Don't skip aligning the next header field when padding is 0;
6313 otherwise, field width is not respected unless the title is as
6314 wide as the field.
6315
5b165ade
SM
63162013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * emacs-lisp/package.el (package-el-version): Remove.
6319 (package-process-define-package): Fix inf-loop.
6320 (package-install): Allow symbols as arguments again.
6321
12adebe9
DG
63222013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6323
6324 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6325 add some more keyword-like methods.
6326 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6327
388573ee
JB
63282013-06-22 Juanma Barranquero <lekktu@gmail.com>
6329
6330 * bs.el (bs-buffer-show-mark): Make defvar-local.
6331 (bs-mode): Use setq-local.
6332
6333 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6334 (emacs-lock--try-unlocking): Make defvar-local.
6335
4582a01c 63362013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 6337
2663dd23
GM
6338 * play/cookie1.el (cookie-apropos): Minor simplification.
6339
3d94f3ad
GM
6340 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6341
f72e2fdb
DG
63422013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6343
6344 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6345 `regexp-opt', it breaks the build during dumping.
6346
73eab938
DG
63472013-06-21 Dmitry Gutov <dgutov@yandex.ru>
6348
c763842b
SM
6349 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6350 Highlight keyword-like methods on Kernel and Module with
73eab938 6351 font-lock-builtin-face.
5cf8176d
DG
6352 (auto-mode-alist): Consolidate different entries into one regexp
6353 and add more *file-s.
73eab938 6354
d26255f6
SB
63552013-06-21 Stephen Berman <stephen.berman@gmx.net>
6356
6357 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6358
6359 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6360 (diary-entry): Use it in the action of this button type instead of
6361 diary-goto-entry.
6362
6363 * calendar/todo-mode.el: New version.
6364 (todo-add-category): Append new category to end of file and give
6365 it the highest number, instead of putting it at the beginning and
6366 giving it 0. Incorporate noninteractive functionality.
6367 (todo-forward-category): Adapt to 1-based category numbering.
6368 Allow skipping over archived categories.
6369 (todo-backward-category): Derive from todo-forward-category.
6370 (todo-backward-item, todo-forward-item): Make noninteractive and
6371 delegate interactive part to new commands. Make sensitive to done items.
6372 (todo-categories): Make value an alist of category names and
6373 vectors of item counts.
6374 (todo-category-beg): Make a defconst.
6375 (todo-category-number): Use 1 instead of 0 as initial value.
6376 (todo-category-select): Make sensitive to overlays, optional item
6377 highlighting and done items.
6378 (todo-delete-item): Make sensitive to overlays and marked and done items.
6379 (todo-edit-item): Make sensitive to overlays and editing of
6380 date/time header optional. Add format checks.
6381 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
6382 no-op if point is not on an item. Advertise using todo-edit-quit.
6383 (todo-edit-mode): Make sensitive to new format, font-locking, and
6384 multiple todo files.
6385 (todo-insert-item, todo-insert-item-here): Derive from
6386 todo-basic-insert-item and extend functionality.
6387 (todo-item-end, todo-item-start): Make sensitive to done items.
6388 (todo-item-string): Don't return text properties. Restore point.
6389 (todo-jump-to-category): Make sensitive to multiple todo files and
6390 todo archives. Use extended category completion.
6391 (todo-lower-item, todo-raise-item): Rename to *-priority and
6392 derive from todo-set-item-priority.
6393 (todo-mode): Derive from special-mode. Make sensitive to new
6394 format, font-locking and multiple todo files. Make read-only.
6395 (todo-mode-map): Don't suppress digit keys, so they can supply
6396 prefix arguments. Add many new key bindings.
6397 (todo-prefix): Insert as an overlay instead of file text.
6398 Change semantics from diary date expression to purely visual mark.
6399 (todo-print): Rename to todo-print-buffer. Make buffer display
6400 features printable. Remove option to restrict number of items
6401 printed. Add option to print to file.
6402 (todo-print-function): Rename to todo-print-buffer-function.
6403 (todo-quit): Extend to handle exiting new todo modes.
6404 (todo-remove-item): Make sensitive to overlays.
6405 (todo-save): Extend to buffers of filtered items.
6406 (todo-show): Make sensitive to done items, multiple todo files and
6407 new todo modes. Offer to convert legacy todo file before creating
6408 first new todo file.
6409 (todo-show-priorities): Rename to todo-top-priorities.
6410 Change semantics of value 0.
6411 (todo-top-priorities): Rename to todo-filter-top-priorities,
6412 derive from todo-filter-items and extend functionality.
6413 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6414 and extend functionality to other types of filtered items.
6415 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6416 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6417 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6418 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6419 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6420 (todo-edit-mode-hook, todo-entry-prefix-function)
6421 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6422 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6423 (todo-initials, todo-insert-threshold, todo-item-string-start)
6424 (todo-line-string, todo-menu, todo-mode-hook)
6425 (todo-more-important-p, todo-previous-answer, todo-previous-line)
6426 (todo-print-priorities, todo-remove-separator)
6427 (todo-save-top-priorities-too, todo-string-count-lines)
6428 (todo-string-multiline-p, todo-time-string-format)
6429 (todo-tmp-buffer-name): Remove.
6430 (todo-add-file, todo-archive-done-item, todo-choose-archive)
6431 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6432 (todo-edit-category-diary-inclusion)
6433 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6434 (todo-edit-file, todo-edit-item-date-day)
6435 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6436 (todo-edit-item-date-month, todo-edit-item-date-to-today)
6437 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6438 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6439 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6440 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6441 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6442 (todo-filter-top-priorities-multifile, todo-find-archive)
6443 (todo-find-filtered-items-file, todo-go-to-source-item)
6444 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6445 (todo-jump-to-archive-category, todo-lower-category)
6446 (todo-mark-category, todo-marked-item-p, todo-merge-category)
6447 (todo-move-category, todo-move-item, todo-next-button)
6448 (todo-next-item, todo-padded-string, todo-powerset)
6449 (todo-previous-button, todo-previous-item)
6450 (todo-print-buffer-to-file, todo-raise-category)
6451 (todo-rename-category, todo-repair-categories-sexp, todo-search)
6452 (todo-set-category-number, todo-set-item-priority)
6453 (todo-set-top-priorities-in-category)
6454 (todo-set-top-priorities-in-file, todo-show-categories-table)
6455 (todo-sort-categories-alphabetically-or-numerically)
6456 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6457 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6458 (todo-toggle-item-header, todo-toggle-item-highlighting)
6459 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6460 (todo-toggle-view-done-items, todo-toggle-view-done-only)
6461 (todo-unarchive-items, todo-unmark-category): New commands.
6462 (todo-absolute-file-name, todo-add-to-buffer-list)
6463 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6464 (todo-basic-insert-item, todo-category-completions)
6465 (todo-category-number, todo-category-string-matcher-1)
6466 (todo-category-string-matcher-2, todo-check-filtered-items-file)
6467 (todo-check-format, todo-clear-matches)
6468 (todo-comment-string-matcher, todo-convert-legacy-date-time)
6469 (todo-current-category, todo-date-string-matcher)
6470 (todo-define-insertion-command, todo-diary-expired-matcher)
6471 (todo-diary-goto-entry, todo-diary-item-p)
6472 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6473 (todo-display-categories, todo-display-sorted, todo-done-item-p)
6474 (todo-done-item-section-p, todo-done-separator)
6475 (todo-done-string-matcher, todo-files, todo-filter-items)
6476 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6477 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6478 (todo-insert-category-line, todo-insert-item-from-calendar)
6479 (todo-insert-sort-button, todo-insert-with-overlays)
6480 (todo-insertion-command-name, todo-insertion-key-bindings)
6481 (todo-label-to-key, todo-longest-category-name-length)
6482 (todo-make-categories-list, todo-mode-external-set)
6483 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6484 (todo-modes-set-3, todo-multiple-filter-files)
6485 (todo-nondiary-marker-matcher, todo-prefix-overlays)
6486 (todo-read-category, todo-read-date, todo-read-dayname)
6487 (todo-read-file-name, todo-read-time)
6488 (todo-reevaluate-category-completions-files-defcustom)
6489 (todo-reevaluate-default-file-defcustom)
6490 (todo-reevaluate-filelist-defcustoms)
6491 (todo-reevaluate-filter-files-defcustom)
6492 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6493 (todo-reset-done-separator, todo-reset-done-separator-string)
6494 (todo-reset-done-string, todo-reset-global-current-todo-file)
6495 (todo-reset-highlight-item, todo-reset-nondiary-marker)
6496 (todo-reset-prefix, todo-set-categories)
6497 (todo-set-date-from-calendar, todo-set-show-current-file)
6498 (todo-set-top-priorities, todo-short-file-name)
6499 (todo-show-current-file, todo-sort, todo-time-string-matcher)
6500 (todo-total-item-counts, todo-update-buffer-list)
6501 (todo-update-categories-display, todo-update-categories-sexp)
6502 (todo-update-count, todo-validate-name, todo-y-or-n-p):
6503 New functions.
6504 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6505 New major modes.
6506 (todo-categories, todo-display, todo-edit, todo-faces)
6507 (todo-filtered): New defgroups.
6508 (todo-archived-only, todo-button, todo-category-string, todo-date)
6509 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6510 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6511 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6512 (todo-add-item-if-new-category, todo-always-add-time-string)
6513 (todo-categories-align, todo-categories-archived-label)
6514 (todo-categories-category-label, todo-categories-diary-label)
6515 (todo-categories-done-label, todo-categories-number-separator)
6516 (todo-categories-todo-label, todo-categories-totals-label)
6517 (todo-category-completions-files, todo-completion-ignore-case)
6518 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6519 (todo-done-separator-string, todo-done-string)
6520 (todo-files-function, todo-filter-done-items, todo-filter-files)
6521 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6522 (todo-initial-category, todo-initial-file, todo-item-mark)
6523 (todo-legacy-date-time-regexp, todo-mode-line-function)
6524 (todo-nondiary-marker, todo-number-prefix)
6525 (todo-print-buffer-function, todo-show-current-file)
6526 (todo-show-done-only, todo-show-first, todo-show-with-done)
6527 (todo-skip-archived-categories, todo-top-priorities-overrides)
6528 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6529 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6530 New defcustoms.
6531 (todo-category-done, todo-date-pattern, todo-date-string-start)
6532 (todo-diary-items-buffer, todo-done-string-start)
6533 (todo-filtered-items-buffer, todo-item-start)
6534 (todo-month-abbrev-array, todo-month-name-array)
6535 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6536 (todo-top-priorities-buffer): New defconsts.
6537 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6538 (todo-categories-with-marks, todo-category-string-face)
6539 (todo-comment-face, todo-comment-string, todo-current-todo-file)
6540 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6541 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6542 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6543 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6544 (todo-font-lock-keywords, todo-global-current-todo-file)
6545 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6546 (todo-insertion-commands-args)
6547 (todo-insertion-commands-args-genlist)
6548 (todo-insertion-commands-names, todo-insertion-map)
6549 (todo-key-bindings-t, todo-key-bindings-t+a)
6550 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6551 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6552 (todo-nondiary-face, todo-print-buffer, todo-time-face)
6553 (todo-visited): New variables.
6554
cad5d1cb
GM
65552013-06-21 Glenn Morris <rgm@gnu.org>
6556
6557 * play/cookie1.el (cookie-apropos): Add optional display argument.
6558 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6559 (psychoanalyze-pinhead): Use cookie-doctor.
6560
9e277302
JB
65612013-06-21 Juanma Barranquero <lekktu@gmail.com>
6562
6563 * emacs-lisp/package.el (tar-get-file-descriptor)
6564 (tar--extract): Declare.
6565
c5b0993e
EW
65662013-06-21 Eduard Wiebe <usenet@pusto.de>
6567
6568 Extend flymake's warning predicate to be a function (bug#14217).
6569 * progmodes/flymake.el (flymake-warning-predicate): New.
6570 (flymake-parse-line): Use it.
6571 (flymake-warning-re): Make obsolete alias to
6572 `flymake-warning-predicate'.
6573
a7d2d465
SM
65742013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6577 (package-obsolete-list): Remove.
6578 (package-activate): Remove min-version argument. Add `force' argument.
6579 Adjust to new package-alist format.
6580 (package-mark-obsolete): Remove.
6581 (package-unpack): Force reload of the package's autoloads.
6582 (package-installed-p): Check builtins if the installed package is not
6583 recent enough.
6584 (package-initialize): Don't reset package-obsolete-list.
6585 Don't specify which package version to activate.
6586 (package-process-define-package, describe-package-1)
6587 (package-menu--generate): Adjust to new package-alist format.
6588
cedf5c9d
JB
65892013-06-21 Juanma Barranquero <lekktu@gmail.com>
6590
6591 * allout-widgets.el (allout-widgets-mode-off)
6592 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6593 (allout-widgets-post-command-business)
6594 (allout-widgets-after-copy-or-kill-function)
6595 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6596 (allout-decorate-item-and-context)
6597 (allout-graphics-modification-handler): Fix typos in docstrings.
6598 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6599
6600 * cmuscheme.el (scheme-start-file): Doc fix.
6601 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6602 (scheme-input-filter): Use `string-match-p'.
6603
6604 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6605
6606 * dired-x.el: Use Dired consistently in docstrings.
6607
6608 * dired.el: Use Dired consistently in docstrings.
6609 (dired-readin, dired-mode): Use `setq-local'.
6610 (dired-switches-alist): Make defvar-local.
6611 (dired-buffers-for-dir): Use `zerop'.
6612 (dired-safe-switches-p, dired-switches-escape-p)
6613 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6614 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6615 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6616 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6617 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6618 (dired-toggle-marks, dired-mark-files-containing-regexp)
6619 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6620 (dired-flag-auto-save-files, dired-flag-backup-files):
6621 Use `looking-at-p'.
6622 (dired-mark-files-regexp, dired-build-subdir-alist):
6623 Use `string-match-p', `looking-at-p'.
6624
6625 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6626 (direct-print-region-helper): Use `string-match-p'.
6627
aed838b5
LL
66282013-06-21 Leo Liu <sdl.web@gmail.com>
6629
cedf5c9d
JB
6630 * comint.el (comint-redirect-results-list-from-process):
6631 Fix infinite loop.
aed838b5 6632
d80a808f
LMI
66332013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6634
6635 * net/eww.el (eww-update-header-line-format): Quote % characters.
6636
e7a526e3
GM
66372013-06-21 Glenn Morris <rgm@gnu.org>
6638
6639 * play/cookie1.el (cookie): New custom group.
6640 (cookie-file): New option.
6641 (cookie-check-file): New function.
6642 (cookie): Make it interactive. Make start and end messages optional.
6643 Interactively, display the result. Default to cookie-file.
6644 (cookie-insert): Default to cookie-file.
6645 (cookie-snarf): Make start and end messages optional.
6646 Default to cookie-file. Use with-temp-buffer.
6647 (cookie-read): Rename from read-cookie.
6648 Make start and end messages optional. Default to cookie-file.
6649 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 6650 Do not autoload it.
e7a526e3
GM
6651 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6652 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6653
62efb35e
LL
66542013-06-21 Leo Liu <sdl.web@gmail.com>
6655
6656 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6657
21e3f963
GM
66582013-06-21 Glenn Morris <rgm@gnu.org>
6659
6660 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6661
fd846ab4
SM
66622013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6663 Daniel Hackney <dan@haxney.org>
6664
6665 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6666 Consolidate the single-file vs tarball code.
6667 (package-desc-suffix): New function.
6668 (package-desc-full-name): Don't bother inlining it.
6669 (package-load-descriptor): Return the new package-desc.
6670 (package-mark-obsolete): Remove unused arg `package'.
6671 (package-unpack): Make it work for single files as well.
6672 Make it update package-alist.
6673 (package--make-autoloads-and-stuff): Rename from
6674 package--make-autoloads-and-compile. Don't compile any more.
6675 (package--compile): New function.
6676 (package-generate-description-file): New function, extracted from
6677 package-unpack-single.
6678 (package-unpack-single): Remove.
6679 (package--with-work-buffer): Add indentation and debugging info.
6680 (package-download-single): Remove.
6681 (package-install-from-archive): Rename from package-download-tar, make
6682 it take a pkg-desc, and make it work for single files as well.
6683 (package-download-transaction): Simplify.
6684 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6685 external tar program.
6686 (package-install-from-buffer): Remove `pkg-desc' argument.
6687 Use package-tar-file-info for tar-mode buffers.
6688 (package-install-file): Simplify accordingly.
6689 (package-archive-base): Change to take a pkg-desc.
6690 * tar-mode.el (tar--check-descriptor): New function, extracted from
6691 tar-get-descriptor.
6692 (tar-get-descriptor): Use it.
6693 (tar-get-file-descriptor): New function.
6694 (tar--extract): New function, extracted from tar-extract.
6695 (tar--extract): Use it.
6696 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6697 case the summary uses non-ascii. Adjust to new calling convention of
6698 package-tar-file-info.
6699
b7deae5e
LL
67002013-06-21 Leo Liu <sdl.web@gmail.com>
6701
fd846ab4
SM
6702 * comint.el (comint-redirect-results-list-from-process):
6703 Fix random delay. (Bug#14681)
b7deae5e 6704
7a65a0b2
JB
67052013-06-21 Juanma Barranquero <lekktu@gmail.com>
6706
6707 * profiler.el (profiler-format-number): Use log, not log10.
6708
1493c2af
JB
67092013-06-20 Juanma Barranquero <lekktu@gmail.com>
6710
6711 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6712
aff6371e
SM
67132013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6716 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6717 yet available.
6718 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6719 (AUTOGENEL): ... here.
6720 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6721 (cl--defsubst-expand): Use it.
6722
89561f72
PE
67232013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6724
6725 * subr.el (log10): Move here from C code, and declare as obsolete.
6726 All uses of (log10 X) replaced with (log X 10).
6727
47199123
JB
67282013-06-20 Juanma Barranquero <lekktu@gmail.com>
6729
6730 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6731 Declare with `defvar-local'.
6732 (tabulated-list-use-header-line, tabulated-list-entries)
6733 (tabulated-list-padding, tabulated-list-printer)
6734 (tabulated-list-sort-key): Declare with `defvar-local'.
6735 (tabulated-list-init-header, tabulated-list-print-fake-header):
6736 Use `setq-local'.
6737
4a172eab
MA
67382013-06-20 Michael Albinus <michael.albinus@gmx.de>
6739
47199123
JB
6740 * arc-mode.el (archive-mode): Add `archive-write-file' to
6741 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 6742
5fc0acc0
JB
67432013-06-20 Juanma Barranquero <lekktu@gmail.com>
6744
d5b27848
JB
6745 * cus-edit.el (custom-commands): Fix typos.
6746 (custom-display): Fix tooltip text.
6747 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6748 Fix typos in docstrings.
6749 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6750 (custom-unlispify-menu-entry, custom-magic-value-create)
6751 (custom-add-see-also, custom-group-value-create): Use ?\s.
6752 (custom-guess-type, customize-apropos, editable-field)
6753 (custom-face-value-create): Use `string-match-p'.
6754 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6755
6756 * custom.el (custom-load-symbol): Use `string-match-p'.
6757
a5c581d8
JB
6758 * ansi-color.el: Convert to lexical binding.
6759 (ansi-colors): Fix URL.
6760 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6761 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6762 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6763
970ad972
G
67642013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6765
6766 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6767
6768 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6769
67702013-06-19 Tom Tromey <tromey@redhat.com>
6771
6772 * net/eww.el (eww-top-url): Remove.
6773 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6774 (eww-render): Set new variables. Don't set eww-top-url.
6775 (eww-handle-link): Handle "prev", "home", and "contents".
6776 Downcase the rel text.
6777 (eww-top-url): Choose best top URL.
6778
67792013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6780
6781 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6782 relying in widget.el. Using widget.el leads to too many
6783 user interface inconsistencies.
6784 (eww-self-insert): Implement entering commands in text fields.
6785 (eww-process-text-input): New function to make text input field editing
6786 work.
6787 (eww-submit): Rewrite to use the new-style form methods.
6788 (eww-select-display): Display the correct selected item.
6789 (eww-change-select): Implement changing the select value.
6790 (eww-toggle-checkbox): Implement radio/checkboxes.
6791 (eww-update-field): Fix compilation error.
6792 (eww-tag-textarea): Implement <textarea>.
6793
6794 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6795 we don't shadow mode-specific bindings.
6796
6797 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6798 nothing to push.
6799
6800 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6801
4582a01c 68022013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
6803
6804 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6805
15b263dc
MA
68062013-06-19 Michael Albinus <michael.albinus@gmx.de>
6807
6808 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6809 not needed.
6810
6811 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6812
8f5297f7
LMI
68132013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6814
6815 * net/browse-url.el (browse-url-browser-function):
6816 `eww-browse-url' has the right calling signature, `eww' does not.
6817
011c4552
GM
68182013-06-19 Glenn Morris <rgm@gnu.org>
6819
2285bd27
GM
6820 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6821 Only eval autoloaded macros.
6822 (byte-compile-autoload): Only give the macro warning for macros.
6823
1d653303
GM
6824 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6825 (ps-underlined-faces): Declare.
6826
bdd779ec
GM
6827 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6828 (speedbar-add-supported-extension): Declare.
6829
011c4552
GM
6830 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6831 Don't include a date stamp in the header of the generated file;
6832 it leads to needless differences between output files.
6833
e59dfb0e
MA
68342013-06-19 Michael Albinus <michael.albinus@gmx.de>
6835
c763842b
SM
6836 * net/secrets.el (secrets-struct-secret-content-type):
6837 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 6838 Some servers do not offer introspection.
e59dfb0e 6839
102626e2
SM
68402013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6841
6842 * electric.el (electric-pair-mode): Improve interaction with
6843 electric-layout-mode.
6844 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6845 (electric-pair-syntax): Use text-mode-syntax-table in comments
6846 and strings.
6847 (electric-pair--insert): New function.
6848 (electric-pair-post-self-insert-function): Use it and
6849 electric--after-char-pos.
6850
ad528125
LL
68512013-06-19 Leo Liu <sdl.web@gmail.com>
6852
6853 * progmodes/octave.el (octave-help): Fix regexp.
6854
924d6997
G
68552013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6856
6857 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6858 (shr-table-horizontal-line): Allow nil as a value, and change the
6859 default.
6860 (shr-insert-table-ruler): Respect the nil value.
6861
68622013-06-18 Tom Tromey <tromey@barimba>
6863
6864 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6865 New defvars.
6866 (eww-open-file): New defun.
6867 (eww-render): Initialize new variables.
6868 (eww-display-html): Handle "link" and "a".
6869 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6870 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6871 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
6872 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6873 New defuns.
924d6997 6874
d1bbba4f
DG
68752013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6876
6877 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6878 Distinguish ternary operator tokens from slash symbol and slash
6879 char literal.
6880
14dd22d2
JB
68812013-06-18 Juanma Barranquero <lekktu@gmail.com>
6882
6883 Convert symbol prettification into minor mode and global minor mode.
6884
6885 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6886 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6887 (prettify-symbols--keywords): Rename from
6888 `prog-prettify-symbols-alist' and make a local defvar.
6889 (prettify-symbols--compose-symbol): Rename from
6890 `prog--prettify-font-lock-compose-symbol'.
6891 (prettify-symbols--make-keywords): Rename from
6892 `prog-prettify-font-lock-symbols-keywords' and simplify.
6893 (prog-prettify-install): Remove.
6894 (prettify-symbols-mode): New minor mode, based on
6895 `prog-prettify-install'.
6896 (turn-on-prettify-symbols-mode): New function.
6897 (global-prettify-symbols-mode): New globalized minor mode.
6898
6899 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6900 * progmodes/cfengine.el (cfengine3-mode):
6901 * progmodes/perl-mode.el (perl-mode): Don't call
6902 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6903
292c880c
JL
69042013-06-18 Juri Linkov <juri@jurta.org>
6905
6906 * files-x.el (modify-file-local-variable-message): New function.
6907 (modify-file-local-variable)
6908 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6909 and call `modify-file-local-variable-message' when it's non-nil.
6910 (add-file-local-variable, delete-file-local-variable)
6911 (add-file-local-variable-prop-line)
6912 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6913 and use it. (Bug#9820)
6914
0950aa27
JL
69152013-06-18 Juri Linkov <juri@jurta.org>
6916
6917 * emulation/vi.el (vi-shell-op):
6918 * emulation/vip.el (vip-execute-com, ex-command):
6919 * emulation/viper-cmd.el (viper-exec-bang):
6920 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6921 the call of `shell-command-on-region'. (Bug#14637)
6922
6923 * simple.el (shell-command-on-region): Doc fix.
6924
8fbcca16
SM
69252013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6928 (bug#14633).
6929
dd7426ea
GM
69302013-06-18 Glenn Morris <rgm@gnu.org>
6931
4ba54f7d
GM
6932 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6933
dd7426ea
GM
6934 * newcomment.el (comment-search-forward, comment-search-backward):
6935 Doc fix. (Bug#14376)
6936
58aa805b
JB
69372013-06-18 Juanma Barranquero <lekktu@gmail.com>
6938
6939 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6940 (buffer-face-mode-invoke): Doc fix.
6941
9a08a617
MM
69422013-06-18 Matthias Meulien <orontee@gmail.com>
6943
6944 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 6945 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 6946
f2f426ca
GM
69472013-06-18 Glenn Morris <rgm@gnu.org>
6948
9445f99b
GM
6949 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6950 Replace obsolete function generic-make-keywords with its expansion.
6951
e0df2d14
GM
6952 * progmodes/python.el (ffap-alist): Declare.
6953
f2f426ca
GM
6954 * textmodes/reftex.el (bibtex-mode-map): Declare.
6955
f7f9a720
SM
69562013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6957
6958 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6959 (package-unpack, package-unpack-single): Return the pkg-dir.
6960 (package-download-transaction): Use it to update package-alist.
6961
57ff04e0
LMI
69622013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6963
6964 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6965 possible choice.
6966
c048c022
JL
69672013-06-17 Juri Linkov <juri@jurta.org>
6968
6969 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6970
b5bcaee5
DG
69712013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6972
a020afb9
JB
6973 * emacs-lisp/package.el (package-load-descriptor):
6974 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
6975 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6976
551e07e5
JB
69772013-06-17 Juanma Barranquero <lekktu@gmail.com>
6978
6979 * startup.el (command-line): Expand package name returned by
6980 `package--description-file' (bug#14639).
6981
d363bffb
DG
69822013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6983
6984 * emacs-lisp/package.el (package-load-descriptor): Do not call
6985 `emacs-lisp-mode', just use its syntax table.
6986
f612933b
JB
69872013-06-17 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6990 `font-lock-extra-managed-props' if any prettifying keyword is added.
6991 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6992 (prog-mode): Use `setq-local'.
6993
db3b7db5
SM
69942013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 * international/characters.el (standard-case-table): Set syntax of ?»
6997 and ?« to punctuation.
6998
f3d674df
JB
69992013-06-16 Juanma Barranquero <lekktu@gmail.com>
7000
7001 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
7002 Save relevant match data before calling `syntax-ppss' (bug#14595).
7003
31489a32
JL
70042013-06-15 Juri Linkov <juri@jurta.org>
7005
7006 * files-x.el (modify-file-local-variable-prop-line): Add local
7007 variables to the end of the existing comment on the first line.
7008 Use `file-auto-mode-skip' to skip interpreter magic line,
7009 and also skip XML declaration.
7010
66bd25ab
SM
70112013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7012
7013 * startup.el (package--builtin-versions): New var.
7014 (package-subdirectory-regexp): Remove.
7015 (package--description-file): Hard code its value instead.
7016
7017 * emacs-lisp/package.el: Don't activate packages older than builtin.
7018 (package-obsolete-list): Rename from package-obsolete-alist, and make
7019 it into a simple list of package-desc.
7020 (package-strip-version): Remove.
7021 (package-built-in-p): Use package--builtin-versions.
7022 (package-mark-obsolete): Simplify.
7023 (package-process-define-package): Mark it obsolete if older than the
7024 builtin version.
7025 (package-handle-response): Use line-end-position.
7026 (package-read-archive-contents, package--download-one-archive):
7027 Simplify.
7028 (package--add-to-archive-contents): Skip if older than the builtin or
7029 installed version.
7030 (package-menu-describe-package): Fix last change.
7031 (package-list-unversioned): New var.
7032 (package-menu--generate): Use it.
7033
7034 * emacs-lisp/autoload.el: Manage package--builtin-versions.
7035 (autoload--insert-text, autoload--insert-cookie-text): New functions.
7036 (autoload-builtin-package-versions): New variable.
7037 (autoload-generate-file-autoloads): Use them.
7038 Remove the list of autoloaded functions/macros from the
7039 (autoload...) comments.
7040
7041 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
7042
9583ec36
EZ
70432013-06-15 Eli Zaretskii <eliz@gnu.org>
7044
7045 * simple.el (line-move-partial): Don't jump to the next screen
7046 line as soon as it becomes visible. Instead, continue enlarging
7047 the vscroll until the portion of a tall screen line that's left on
7048 display is about the height of the frame's default font.
7049 (Bug#14567)
7050
f0100d8a
GM
70512013-06-15 Glenn Morris <rgm@gnu.org>
7052
b86a85ca
GM
7053 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
7054 compilation-error-regexp-alist void, or local while let-bound.
7055
f0100d8a
GM
7056 * progmodes/make-mode.el (makefile-mode-syntax-table):
7057 Treat "=" as punctuation. (Bug#14614)
7058
05e7ce90
JB
70592013-06-15 Juanma Barranquero <lekktu@gmail.com>
7060
7061 * help-fns.el (describe-variable):
7062 Add extra line for permanent-local variables.
7063
12e5e86e
SH
70642013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
7065
7066 * progmodes/scheme.el (scheme-font-lock-keywords-2):
7067 Add export, import, library. (Bug#9164)
7068 (library): Set indent function.
7069
230dcbaf
GM
70702013-06-14 Glenn Morris <rgm@gnu.org>
7071
7072 * term/xterm.el (xterm--query):
7073 Stop after first matching handler. (Bug#14615)
7074
e36b2d20 70752013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
7076
7077 Add support for dired in saveplace.
7078 * dired.el (dired-initial-position-hook): New variable.
7079 (dired-initial-position): Call hook to place cursor position.
7080 * saveplace.el (save-place-to-alist): Add dired position.
7081 (save-place-dired-hook): New function.
7082
0b31660d
SM
70832013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7084
bf1e6ae8
SM
7085 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
7086 through a symbol rather than letrec.
7087
1b8dff23
SM
7088 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
7089 (package-desc): Add `dir' field.
7090 (package-desc-full-name): New function.
7091 (package-load-descriptor): Combine the two arguments. Don't use `load'.
7092 (package-maybe-load-descriptor): Remove.
7093 (package-load-all-descriptors): Just call package-load-descriptor.
7094 (package--disabled-p): New function.
7095 (package-desc-vers, package-desc-doc): Remove aliases.
7096 (package--dir): Remove function.
7097 (package-activate): Check if a package is disabled.
7098 (package-process-define-package): New function, extracted from
7099 define-package.
7100 (define-package): Turn into a place holder.
7101 (package-unpack-single, package-tar-file-info):
7102 Use package--description-file.
7103 (package-compute-transaction): Use package--disabled-p.
7104 (package-download-transaction): Don't call
7105 package-maybe-load-descriptor since they're all loaded anyway.
7106 (package-install): Change argument to be a pkg-desc.
7107 (package-delete): Use a single pkg-desc argument.
7108 (describe-package-1): Use package-desc-dir instead of package--dir.
7109 Use package-desc property instead of package-symbol.
7110 (package-install-button-action): Adjust accordingly.
7111 (package--push): Rewrite.
7112 (package-menu--print-info): Adjust accordingly. Change the ID format
7113 to be a pkg-desc.
7114 (package-menu-describe-package, package-menu-get-status)
7115 (package-menu--find-upgrades, package-menu-mark-upgrades)
7116 (package-menu-execute, package-menu--name-predicate):
7117 Adjust accordingly.
7118 * startup.el (package--description-file): New function.
7119 (command-line): Use it.
7120 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7121 Use package-desc-version.
7122
0b31660d
SM
7123 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
7124 (byte-compile-preprocess): Use it.
7125 (byte-compile-file-form-defalias): Try a bit harder to use macros we
7126 can't quite recognize.
7127 (byte-compile-add-to-list): Remove.
7128 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
7129 (cconv-closure-convert): Add assertion.
7130
7131 * emacs-lisp/map-ynp.el: Use lexical-binding.
7132 (map-y-or-n-p): Remove unused vars `tail' and `object'.
7133 Factor out some repeated code.
7134
de0503df
SM
71352013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * subr.el (with-eval-after-load): New macro.
7138 (eval-after-load): Allow form to be a function.
7139 take advantage of lexical-binding.
7140 (do-after-load-evaluation): Use dolist and adjust to new format.
7141 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
7142
bc5c8c5a
JL
71432013-06-13 Juri Linkov <juri@jurta.org>
7144
7145 * replace.el (perform-replace): Display "symbol " and other search
7146 modes from `isearch-message-prefix' in the *Help* buffer.
7147
7148 * isearch.el (isearch-query-replace): Add " symbol" and other
7149 possible search modes from `isearch-message-prefix' to the prompt.
7150 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7151 when reading a regexp to collect.
7152
a22289f7
JL
71532013-06-13 Juri Linkov <juri@jurta.org>
7154
7155 * isearch.el (word-search-regexp): Match whitespace if the search
7156 string begins or ends in whitespace. The LAX arg is applied to
7157 both ends of the search string. Use `regexp-quote' and explicit
7158 \< and \> instead of \b. Use \` and \' instead of ^ and $.
7159 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7160 boundaries are replaced with symbol boundaries, and characters
7161 between symbols match non-word non-symbol syntax. (Bug#14602)
7162
cb89acab
JL
71632013-06-13 Juri Linkov <juri@jurta.org>
7164
7165 * isearch.el (isearch-del-char): Don't exceed the length of
7166 `isearch-string' by the prefix arg. (Bug#14563)
7167
6e8cfc81
JL
71682013-06-13 Juri Linkov <juri@jurta.org>
7169
7170 * isearch.el (isearch-yank-word, isearch-yank-line)
7171 (isearch-char-by-name, isearch-quote-char)
7172 (isearch-printing-char, isearch-process-search-char):
7173 Add optional count prefix arg. (Bug#14563)
7174
7175 * international/isearch-x.el
7176 (isearch-process-search-multibyte-characters):
7177 Add optional count prefix arg.
7178
c23d55f4
VS
71792013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7182 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7183 lexical-binding.
7184
71852013-06-13 Vitalie Spinu <spinuvit@gmail.com>
7186
7187 * subr.el (set-temporary-overlay-map): Add on-exit argument.
7188
ba947bc4
GM
71892013-06-13 Glenn Morris <rgm@gnu.org>
7190
8baeb37a
GM
7191 * startup.el (tty-handle-args):
7192 Don't just discard "--" and anything after. (Bug#14608)
7193
ba947bc4
GM
7194 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7195
9abefce4
MA
71962013-06-13 Michael Albinus <michael.albinus@gmx.de>
7197
7198 Implement changes in Secret Service API. Make it backward compatible.
7199 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7200 (secrets-create-item): Use it. Prefix properties with interface.
7201
5755011f
MH
72022013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
7203
7204 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
7205 (term-emulate-terminal): Respect term-suppress-hard-newline.
7206
1261d2da
S
72072013-06-13 E Sabof <esabof@gmail.com> (tiny change)
7208
7209 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7210 Only remove a `thumb-file' overlay. (Bug#14548)
7211
868490bb
GJ
72122013-06-12 Grégoire Jadi <daimrod@gmail.com>
7213
7214 * mail/reporter.el (reporter-submit-bug-report):
7215 Handle missing package-name. (Bug#14600)
7216
79d7167f
TH
72172013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7218
7219 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7220 (reftex-citation-prompt, reftex-default-bibliography)
7221 (reftex-bib-or-thebib, reftex-get-bibfile-list)
7222 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7223 (reftex-bib-sort-author, reftex-bib-sort-year)
7224 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7225 (reftex-extract-bib-entries-from-thebibliography)
7226 (reftex-get-bibkey-default, reftex-get-bib-names)
7227 (reftex-parse-bibtex-entry, reftex-get-bib-field)
7228 (reftex-format-bib-entry, reftex-parse-bibitem)
7229 (reftex-format-bibitem, reftex-do-citation)
7230 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7231 (reftex-restrict-bib-matches, reftex-extract-bib-file)
7232 (reftex-insert-bib-matches, reftex-format-citation)
7233 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7234 (reftex-create-bibtex-file): Add docstrings, mostly by converting
7235 existing comments into docstrings.
7236
5f9dbd7a
XF
72372013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7238
7239 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7240
94df41ab
AS
72412013-06-12 Andreas Schwab <schwab@suse.de>
7242
7243 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7244 for auto-save files.
7245
a7f3fecc
GM
72462013-06-12 Glenn Morris <rgm@gnu.org>
7247
001809f6
GM
7248 * ido.el (ido-delete-ignored-files): Remove.
7249 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7250 Go back to calling ido-ignore-item-p directly.
a7f3fecc 7251
834b5ded
EL
72522013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
7253
08c73ed2
EL
7254 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7255
834b5ded
EL
7256 * ido.el (ido-delete-ignored-files): New function,
7257 split from ido-make-file-list-1.
7258 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
7259 (ido-make-file-list-1): Use ido-delete-ignored-files.
7260
daabf15a
LL
72612013-06-12 Leo Liu <sdl.web@gmail.com>
7262
7263 * progmodes/octave.el (inferior-octave-startup)
7264 (inferior-octave-completion-table)
7265 (inferior-octave-track-window-width-change)
7266 (octave-eldoc-function-signatures, octave-help)
7267 (octave-find-definition): Use single quoted strings.
7268 (inferior-octave-startup-args): Change default value.
7269 (inferior-octave-startup): Do not hard code "-i" and
7270 "--no-line-editing".
7271 (inferior-octave-resync-dirs): Add optional arg NOERROR.
7272 (inferior-octave-directory-tracker): Use it.
7273 (octave-goto-function-definition): Robustify.
7274 (octave-help): Support highlighting operators in 'See also'.
7275 (octave-find-definition): Find subfunctions only in Octave mode.
7276
cf4e5178
SM
72772013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * help-fns.el (help-fns--compiler-macro): If the handler function is
7280 named, then put a link to it.
7281 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7282 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7283 (cl-typep): Use it.
7284 (cl-eval-when): Simplify debug spec.
7285 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
7286 compiler-macro function instead of setting `compiler-macro-file'.
7287
99c81280 72882013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
7289
7290 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7291 * vc/vc-hooks.el (vc-stay-local): Doc fix.
7292
f56be016
SM
72932013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7294 Daniel Hackney <dan@haxney.org>
7295
7296 First part of Daniel Hackney's patch to package.el.
7297 * emacs-lisp/package.el: Use defstruct.
7298 (package-desc): New, main struct.
7299 (package--bi-desc, package--ac-desc): New structs, used to describe the
7300 format in external files.
7301 (package-desc-vers): Replace with package-desc-version accessor.
7302 (package-desc-doc): Replace with package-desc-summary accessor.
7303 (package-activate-1): Remove `package' arg since the pkg-vec now
7304 includes the name.
7305 (define-package): Use package-desc-from-define.
7306 (package-unpack-single): Change file-name arg to be a symbol.
7307 (package--add-to-archive-contents): Use package-desc-create and new
7308 accessor functions to package--ac-desc.
7309 (package-buffer-info, package-tar-file-info): Return a package-desc.
7310 (package-install-from-buffer): Remove `type' argument. Change pkg-info
7311 arg to be a package-desc.
7312 (package-install-file): Adjust accordingly. Use \' to match EOS.
7313 (package--from-builtin): New function.
7314 (describe-package-1, package-menu--generate): Use it.
7315 (package--make-autoloads-and-compile): Change name arg to be a symbol.
7316 (package-generate-autoloads): Idem and return the name of the file.
7317 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7318 Change pkg-info arg to be a package-desc.
7319 Use package-make-ac-desc.
7320 (package-upload-file): Use \' to match EOS.
7321 * finder.el (finder-compile-keywords): Use package-make-builtin.
7322
31119d63
SM
73232013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7324
931a2762
SM
7325 * vc/vc.el (vc-deduce-fileset): Change error message.
7326 (vc-read-backend): New function.
7327 (vc-next-action): Use it.
7328
5a3eb0c6
SM
7329 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7330
e3eb1bb7
SM
7331 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7332 (prolog-font-lock-keywords): Use regexp-opt instead.
7333 Don't manually highlight strings.
7334 (prolog-mode-variables): Simplify comment-start-skip.
7335 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
7336
31119d63
SM
7337 * emacs-lisp/generic.el (generic--normalise-comments)
7338 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7339 (generic-mode-set-comments): Use them.
7340 (generic-bracket-support): Use setq-local.
7341 (generic-make-keywords-list): Declare obsolete.
7342
7de135d0
GM
73432013-06-11 Glenn Morris <rgm@gnu.org>
7344
7345 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7346 Prettify after setting font-lock-defaults. (Bug#14574)
7347
fa6bc6fd
JB
73482013-06-11 Juanma Barranquero <lekktu@gmail.com>
7349
7350 * replace.el (query-replace, occur-read-regexp-defaults-function)
7351 (replace-search):
7352 * subr.el (declare-function, number-sequence, local-set-key)
7353 (substitute-key-definition, locate-user-emacs-file)
7354 (with-silent-modifications, split-string, eval-after-load):
7355 Fix typos, remove unneeded backslashes and reflow some docstrings.
7356
cf1f9b9a
SM
73572013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7358
7359 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7360 default for Elisp files.
7361
56602a4b
GM
73622013-06-11 Glenn Morris <rgm@gnu.org>
7363
7364 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7365 although define-derived-mode was doing this anyway. (Bug#14583)
7366
30ae0b2c
JB
73672013-06-10 Juanma Barranquero <lekktu@gmail.com>
7368
7369 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7370 Fix make-variable-buffer-local call to refer to the correct variable.
7371
fa472906
AG
73722013-06-10 Aidan Gauland <aidalgol@amuri.net>
7373
7374 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
7375 (eshell-visual-subcommands, eshell-visual-options):
7376 Add summary line to docstrings. Add cross-references.
fa472906 7377
ff4871b9
GM
73782013-06-10 Glenn Morris <rgm@gnu.org>
7379
7380 * epa.el (epa-read-file-name): New function. (Bug#14510)
7381 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
7382
04fcf1b0
AG
73832013-06-09 Aidan Gauland <aidalgol@amuri.net>
7384
7385 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7386 output redirection to be ignored with visual commands.
7387
88b00caa
AG
73882013-06-09 Aidan Gauland <aidalgol@amuri.net>
7389
7390 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
7391 (eshell-term-initialize): Move long lambda to separate function
7392 eshell-visual-command-p.
e7b41c4c
JB
7393 * eshell/em-dirs.el (eshell-dirs-initialise):
7394 * eshell/em-script.el (eshell-script-initialize):
7395 Add missing #' to lambda.
88b00caa 7396
fda74125
LL
73972013-06-08 Leo Liu <sdl.web@gmail.com>
7398
7399 * progmodes/octave.el (octave-add-log-current-defun): New function.
7400 (octave-mode): Set add-log-current-defun-function.
7401 (octave-goto-function-definition): Do not move point if not found.
7402 (octave-find-definition): Enhance to try subfunctions first.
7403
467f3b33
GM
74042013-06-08 Glenn Morris <rgm@gnu.org>
7405
7406 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7407 (byte-compile-backward-char, byte-compile-backward-word):
7408 Improve previous change, to handle non-explicit nil.
7409
544badc3
SM
74102013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7413 (smie--opener/closer-at-point): New function.
7414 (smie--matching-block-data): Use it. Don't match from right after an
7415 opener or right before a closer. Obey smie-blink-matching-inners.
7416 Don't signal a mismatch for repeated inners like "switch..case..case".
7417
a175bf33
LL
74182013-06-07 Leo Liu <sdl.web@gmail.com>
7419
7420 * progmodes/octave.el (octave-mode): Set comment-use-global-state
7421 to t. (Bug#14303)
ce8209d4
LL
7422 (octave-function-header-regexp): Fix. (Bug#14570)
7423 (octave-help-mode-finish-hook, octave-help-mode-finish):
7424 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
7425
7426 * newcomment.el (comment-search-backward): Revert last change.
7427 (Bug#14434)
7428
7429 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7430
a822acff
EZ
74312013-06-07 Eli Zaretskii <eliz@gnu.org>
7432
7433 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7434 through xargs, to avoid failure due to MS-Windows limitations on
7435 command-line length.
7436
961166f5
GM
74372013-06-06 Glenn Morris <rgm@gnu.org>
7438
d0341459
GM
7439 * font-lock.el (lisp-font-lock-keywords-2):
7440 Treat user-error like error.
7441
961166f5
GM
7442 * emacs-lisp/bytecomp.el (byte-compile-char-before)
7443 (byte-compile-backward-char, byte-compile-backward-word):
7444 Handle explicit nil arguments. (Bug#14565)
7445
80fa505f
AM
74462013-06-05 Alan Mackenzie <acm@muc.de>
7447
7448 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 7449 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 7450 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 7451 (Bug#9706)
80fa505f 7452
fccdc796
SM
74532013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * autorevert.el (auto-revert-notify-handler): Use memq.
7456 Hide assertion failure.
7457
7458 * skeleton.el: Use cl-lib.
7459 (skeleton-further-elements): Use defvar-local.
7460 (skeleton-insert): Use cl-progv.
7461
9bfff84b
TZ
74622013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7463
7464 * progmodes/prog-mode.el (prog-prettify-symbols)
7465 (prog-prettify-install): Update docstrings.
7466
55577e7c
SM
74672013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * simple.el: Move all the prog-mode code to prog-mode.el.
7470 * progmodes/prog-mode.el: New file.
7471 * loadup.el: Add prog-mode.el.
7472
8fc57765
TZ
74732013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7474
7475 * simple.el (prog-prettify-symbols): Add version.
7476 (prog-prettify-install): Add convenience function to prettify symbols.
7477
7478 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7479 (perl--augmented-font-lock-keywords-1)
7480 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7481 variables and use it.
7482
7483 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7484 (cfengine3-mode): Remove unneeded variable and use it.
7485
7486 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7487 (lisp--augmented-font-lock-keywords-1)
7488 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7489 Remove unneeded variables and use it.
7490
650645d5 74912013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
7492
7493 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 7494 to point when opening the connection. (Bug#14380)
28f5da6d 7495
781b4af6
SM
74962013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * subr.el (load-history-regexp, load-history-filename-element)
7499 (eval-after-load, after-load-functions, do-after-load-evaluation)
7500 (eval-next-after-load, display-delayed-warnings)
7501 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7502 definition of save-match-data.
7503 (overriding-local-map): Remove accidental obsolescence declaration.
7504
7505 * emacs-lisp/edebug.el (edebug-result): Move before first use.
7506
3ca0d0b4
TZ
75072013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
7508
7509 Generalize symbol prettify support to prog-mode and implement it
7510 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7511 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7512 (prog--prettify-font-lock-compose-symbol)
7513 (prog-prettify-font-lock-symbols-keywords): New variables and
7514 functions to support symbol prettification.
7515 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7516 (lisp--augmented-font-lock-keywords-1)
7517 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7518 (lisp--prettify-symbols-alist): Implement prettify of lambda.
7519 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
7520 (cfengine3--prettify-symbols-alist, cfengine3-mode):
7521 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
7522 * progmodes/perl-mode.el (perl-prettify-symbols)
7523 (perl--font-lock-compose-symbol)
7524 (perl--font-lock-symbols-keywords): Move to prog-mode.
7525 (perl--prettify-symbols-alist): Prettify -> => :: strings.
7526 (perl-font-lock-keywords-1)
7527 (perl-font-lock-keywords-2): Remove explicit prettify support.
7528 (perl--augmented-font-lock-keywords)
7529 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
7530 (perl--augmented-font-lock-keywords-2, perl-mode):
7531 Implement prettify support.
3ca0d0b4 7532
976cb066
LL
75332013-06-05 Leo Liu <sdl.web@gmail.com>
7534
7535 Re-implement smie matching block highlight using
7536 show-paren-data-function. (Bug#14395)
7537 * emacs-lisp/smie.el (smie-matching-block-highlight)
7538 (smie--highlight-matching-block-overlay)
7539 (smie--highlight-matching-block-lastpos)
7540 (smie-highlight-matching-block)
7541 (smie-highlight-matching-block-mode): Remove.
7542 (smie--matching-block-data-cache): New variable.
7543 (smie--matching-block-data): New function.
7544 (smie-setup): Use smie--matching-block-data for
7545 show-paren-data-function.
7546
7547 * progmodes/octave.el (octave-mode-menu): Fix.
7548 (octave-find-definition): Skip garbage lines.
7549
208d0342
SM
75502013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7551
7552 Fix compilation error with simultaneous dynamic+lexical scoping.
7553 Add warning when a defvar appears after the first let-binding.
7554 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7555 (byte-compile-close-variables): Initialize it.
7556 (byte-compile--declare-var): New function.
7557 (byte-compile-file-form-defvar)
7558 (byte-compile-file-form-define-abbrev-table)
7559 (byte-compile-file-form-custom-declare-variable): Use it.
7560 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
7561 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7562 (byte-compile-bind): Handle dynamic bindings that shadow
7563 lexical bindings.
7564 (byte-compile-unbind): Make arg non-optional.
7565 (byte-compile-let): Simplify.
7566 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7567 (cconv--analyse-function, cconv-analyse-form): Populate it.
7568 Protect byte-compile-bound-variables to limit the scope of defvars.
7569 (cconv-analyse-form): Add missing rule for (defvar <foo>).
7570 Remove unneeded rule for `declare'.
7571
7572 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7573 so as to avoid depending on cl-adjoin at run-time.
7574 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7575
7576 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7577 (macroexp--warn-and-return): Use it.
7578
1ac2891e
GM
75792013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * lisp/subr.el: Convert to lexical binding.
7582 (overriding-local-map): Make obsolete.
7583 (add-to-list): Doc fix. Add compiler macro.
7584 (read-key): Swap values of local maps.
7585
2587b005
LL
75862013-06-05 Leo Liu <sdl.web@gmail.com>
7587
7588 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7589
f1da3c88
LL
75902013-06-04 Leo Liu <sdl.web@gmail.com>
7591
7592 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7593 (compilation-auto-jump): Suppress the "Mark set" message to give
7594 way to exit message.
7595
3caa391f
AM
75962013-06-04 Alan Mackenzie <acm@muc.de>
7597
7598 Remove faulty optimisation from indentation calculation.
7599 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7600 search limit based on 2000 characters back from indent-point.
7601
068922a2
TH
76022013-06-03 Tassilo Horn <tsdh@gnu.org>
7603
7604 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7605
1f8fdd53
SM
76062013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7607
bbcc4d97
SM
7608 * emacs-lisp/lisp.el: Use lexical-binding.
7609 (lisp--local-variables-1, lisp--local-variables): New functions.
7610 (lisp--local-variables-completion-table): New var.
208d0342 7611 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 7612
1f8fdd53
SM
7613 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7614 eagerly (bug#14422).
7615
c9628c79
MA
76162013-06-03 Michael Albinus <michael.albinus@gmx.de>
7617
7618 * autorevert.el (auto-revert-notify-enabled)
7619 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7620 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7621 (auto-revert-notify-handler): Handle also gfilenotify.
7622
e7b41c4c 7623 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 7624 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 7625 Remove.
c9628c79 7626
e5e4a942
JL
76272013-06-03 Juri Linkov <juri@jurta.org>
7628
7629 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7630 `M-s h .'. (Bug#14427)
7631
7632 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7633 command `hi-lock-face-symbol-at-point'.
7634 (hi-lock-face-symbol-at-point): New command.
7635 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7636 (hi-lock-menu): Add `highlight-symbol-at-point'.
7637 (hi-lock-mode): Doc fix.
7638
7639 * isearch.el (isearch-forward-symbol-at-point): New command.
7640 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7641 (isearch-highlight-regexp): Add a regexp which matches
7642 words/symbols for word/symbol mode.
7643
7644 * subr.el (find-tag-default-bounds): New function with the body
7645 mostly moved from `find-tag-default'.
7646 (find-tag-default): Move most code to `find-tag-default-bounds',
7647 call it and apply `buffer-substring-no-properties' afterwards.
7648
26b3353a
TH
76492013-06-03 Tassilo Horn <tsdh@gnu.org>
7650
781b4af6
SM
7651 * eshell/em-term.el (eshell-term-initialize):
7652 Use `cl-intersection' rather than `intersection'.
26b3353a 7653
51b60f53
XF
76542013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7655
fe054b63 7656 * vc/log-view.el: Doc fix.
d3ffe17c 7657 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 7658
a0eb10b3 76592013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
7660
7661 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7662 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7663 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7664 (eieio-unbound, eieio-default-superclass)
7665 (eieio--define-field-accessors, method-static, method-before)
7666 (method-primary, method-after, method-num-lists)
7667 (method-generic-before, method-generic-primary)
7668 (method-generic-after, method-num-slots)
7669 (eieio-specialized-key-to-generic-key)
7670 (eieio--check-type, class-v, class-p)
7671 (eieio-class-name, define-obsolete-function-alias)
7672 (eieio-class-parents-fast, eieio-class-children-fast)
7673 (same-class-fast-p, class-constructor, generic-p)
7674 (generic-primary-only-p, generic-primary-only-one-p)
7675 (class-option-assoc, class-option, eieio-object-p)
7676 (class-abstract-p, class-method-invocation-order)
7677 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7678 (eieio-class-un-autoload, eieio-defclass)
7679 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7680 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7681 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7682 (eieio-defgeneric-reset-generic-form)
7683 (eieio-defgeneric-form-primary-only)
7684 (eieio-defgeneric-reset-generic-form-primary-only)
7685 (eieio-defgeneric-form-primary-only-one)
7686 (eieio-defgeneric-reset-generic-form-primary-only-one)
7687 (eieio-unbind-method-implementations)
7688 (eieio--defmethod, eieio--typep)
7689 (eieio-perform-slot-validation, eieio-validate-slot-value)
7690 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7691 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7692 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7693 (eieio-slot-name-index, eieio-class-slot-name-index)
7694 (eieio-set-defaults, eieio-initarg-to-attribute)
7695 (eieio-attribute-to-initarg, eieio-c3-candidate)
7696 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7697 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7698 (eieio-class-precedence-list, eieio-generic-call-methodname)
7699 (eieio-generic-call-arglst, eieio-generic-call-key)
7700 (eieio-generic-call-next-method-list)
7701 (eieio-pre-method-execution-functions, eieio-generic-call)
7702 (eieio-generic-call-primary-only, eieiomt-method-list)
7703 (eieiomt-optimizing-obarray, eieiomt-install)
7704 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7705 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 7706 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
7707 (defclass): Remove `eval-and-compile' from macro.
7708 (call-next-method, shared-initialize): Instead of using
7709 `scoped-class' variable, use new eieio--scoped-class, and
7710 eieio--with-scoped-class.
7711 (initialize-instance): Rename local variable 'scoped-class' to
7712 'this-class' to remove ambiguitity from old global.
7713
7714 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7715 eieio.el.
4f405069
JB
7716 (eieio--scoped-class-stack): New variable.
7717 (eieio--scoped-class): New fcn.
890f7890
DE
7718 (eieio--with-scoped-class): New scoping macro.
7719 (eieio-defclass): Use pushnew instead of add-to-list.
7720 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7721 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7722 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7723 `scoped-class' variable, use new eieio--scoped-class, and
7724 eieio--with-scoped-class.
7725
7726 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7727
d105b0e2
TH
77282013-06-02 Tassilo Horn <tsdh@gnu.org>
7729
7730 * eshell/esh-ext.el (eshell-external-command): Pass args to
7731 `eshell-find-interpreter'.
7732 (eshell-find-interpreter): Add new second parameter ARGS.
7733
7734 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 7735 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
7736
7737 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 7738 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
7739
7740 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7741 (eshell-visual-options): New defcustom.
7742 (eshell-escape-control-x): Adapt docstring.
7743 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7744 `eshell-visual-options' in addition to `eshell-visual-commands'.
7745 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7746
f46305c8 77472013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
7748
7749 * progmodes/python.el (python-indent-block-enders): Add break,
7750 continue and raise keywords.
7751
d870df21
GM
77522013-06-01 Glenn Morris <rgm@gnu.org>
7753
9133b82e
GM
7754 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7755
02c992ec 7756 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
7757 * progmodes/cc-cmds.el (delete-forward-p):
7758 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7759 * progmodes/cc-engine.el (buffer-syntactic-context):
7760 * progmodes/cc-fonts.el (face-property-instance):
7761 * progmodes/cc-mode.el (set-keymap-parents):
7762 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7763 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7764 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
7765 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7766 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 7767
31e7b090
GM
7768 * progmodes/cc-vars.el (other): Emacs has this widget since
7769 at least 21.1, so don't (re)define it.
7770
d870df21
GM
7771 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7772 Replace the obsolete alias pcomplete-arg-quote-list.
7773
c75c93c7
LL
77742013-06-01 Leo Liu <sdl.web@gmail.com>
7775
7776 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7777 punctuation syntax.
7778 (inferior-octave-minimal-columns)
7779 (inferior-octave-last-column-width): New variables.
7780 (inferior-octave-track-window-width-change): New function.
7781 (inferior-octave-mode): Adjust column width so that Octave output,
7782 for example from 'ls', can fit into the window nicely.
7783
973d1e12
DG
77842013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7785
7786 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7787 Highlight expansions inside regexp literals.
7788
0888c286
GM
77892013-05-31 Glenn Morris <rgm@gnu.org>
7790
e26aac1f
GM
7791 * obsolete/sym-comp.el (symbol-complete):
7792 Replace obsolete completion-annotate-function.
7793
0888c286
GM
7794 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7795
19bb8e62
DG
77962013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7797
781b4af6
SM
7798 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7799 New function, checks if point is inside a literal that allows
19bb8e62
DG
7800 expression expansion.
7801 (ruby-syntax-propertize-expansion): Use it.
7802 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7803 around the body.
7804
01dea85f
JL
78052013-05-30 Juri Linkov <juri@jurta.org>
7806
7807 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7808 to "\M-si".
7809 (isearch-invisible): New variable.
7810 (isearch-forward): Doc fix.
7811 (isearch-mode): Set `isearch-invisible'
7812 to the value of `search-invisible'.
7813 (isearch-toggle-case-fold): Doc fix.
7814 (isearch-toggle-invisible): New command.
7815 (isearch-query-replace): Let-bind `search-invisible'
7816 to the value of `isearch-invisible'.
7817 (isearch-search): Use `isearch-invisible' instead of
7818 `search-invisible'. Let-bind `search-invisible'
7819 to the value of `isearch-invisible'. (Bug#11378)
7820
ab1bdce5
JL
78212013-05-30 Juri Linkov <juri@jurta.org>
7822
7823 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7824 call when `query-flag' is nil and `search-invisible' is non-nil.
7825 (Bug#11746)
7826
d6d236e2
GM
78272013-05-30 Glenn Morris <rgm@gnu.org>
7828
8accd027
GM
7829 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7830
2a8bed1c
GM
7831 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7832 (cc-require): Suppress spurious "noruntime" warnings.
7833 (cc-require-when-compile): Use fboundp, for sake of compiler.
7834
d6d236e2
GM
7835 * progmodes/cc-mode.el: Move load of cc-vars before that of
7836 cc-langs (which in turn loads cc-vars), to quieten compiler.
7837
9190b35b
SM
78382013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7839
7840 * paren.el: Simplify the code.
7841 (show-paren-mode): Always start the timer.
7842 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7843 (show-paren--overlay, show-paren--overlay-1): Rename from
7844 show-paren-overlay and show-paren-overlay-1, and initialize to an
7845 overlay rather than to nil.
7846 (show-paren-function): Misc cleanup and simplifications.
7847
4f8d1cf6
SM
78482013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 * paren.el (show-paren-data-function): New hook.
7851 (show-paren--default): New function, extracted from show-paren-function.
7852 (show-paren-function): Use show-paren-data-function.
7853
02d844b5
GM
78542013-05-30 Glenn Morris <rgm@gnu.org>
7855
d209d4a9
GM
7856 * ielm.el (ielm-map, ielm-complete-symbol):
7857 Use completion-at-point rather than obsolete functions.
7858 (inferior-emacs-lisp-mode): Doc fix.
7859 Set completion-at-point-functions, rather than
7860 comint-dynamic-complete-functions.
7861
2082faa6
GM
7862 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7863 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7864 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7865
dd8620de
GM
7866 * image.el (image-animated-p): Tweak definition.
7867
ceca95b1
GM
7868 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7869 (rlogin-process-connection-type): Tweak default. Add set-after.
7870 (rlogin-host): Doc fix.
7871 (rlogin): Tweak prompt.
7872 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7873
ee9f1acc
GM
7874 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7875 * progmodes/tcl.el (inferior-tcl-mode-map):
7876 Use completion-at-point rather than obsolete alias.
7877
45ce222e
GM
7878 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7879
02d844b5
GM
7880 * minibuffer.el (read-file-name-completion-ignore-case):
7881 Move before completion--in-region, for eager macro expansion.
7882
ac44d6c1
JL
78832013-05-29 Juri Linkov <juri@jurta.org>
7884
7885 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7886 for total count of matching lines. Add `global-matches' for total
7887 count of matches. Rename `matches' to `lines' for count of
7888 matching lines. Add `matches' for count of matches.
7889 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7890 to `prev-line' for line number of prev match endpt.
7891 Increment `matches' for every match. Print the number of
7892 matching lines in the header.
7893 (occur-context-lines): Rename `lines' to `curr-line'.
7894 Rename `prev-lines' to `prev-line'. (Bug#14017)
7895
3c9c9d38
JL
78962013-05-29 Juri Linkov <juri@jurta.org>
7897
7898 * replace.el (perform-replace): Add `skip-read-only-count',
7899 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7900 Increment them for corresponding conditions and report the number
7901 of skipped occurrences in the final message. (Bug#11746)
7902 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7903 (replace-string, replace-regexp): Doc fix.
7904
33e249a2
SM
79052013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7906
8e399682
SM
7907 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7908
33e249a2 7909 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 7910 prog-mode-map (bug#14504).
33e249a2 7911
f236dd84
LL
79122013-05-29 Leo Liu <sdl.web@gmail.com>
7913
7914 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7915 (octave-help): Small simplification.
7916
7917 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7918 off the highlight first.
7919
3694d13f
GM
79202013-05-29 Glenn Morris <rgm@gnu.org>
7921
03983bdc
GM
7922 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7923 Handle idlwave-last-system-routine-info-cons-cell being nil.
7924
bc74a74a
GM
7925 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7926 (idlwave-write-paths): Simplify via with-temp-buffer.
7927
8b394200
GM
7928 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7929 * emulation/cua-rect.el: Also load cua-base at run time.
7930
3694d13f
GM
7931 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7932 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7933 (cperl-imenu-on-info): Require imenu.
7934
336d7284
AM
79352013-05-28 Alan Mackenzie <acm@muc.de>
7936
7937 Handle "capitalised keywords" correctly.
33e249a2 7938 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 7939
cb29c582
AG
79402013-05-28 Aidan Gauland <aidalgol@amuri.net>
7941
781b4af6 7942 * eshell/em-unix.el: Add -r option to cp.
cb29c582 7943
690e44b2
GM
79442013-05-28 Glenn Morris <rgm@gnu.org>
7945
e658d75c
GM
7946 * vc/vc-arch.el (vc-exec-after): Declare.
7947 (vc-switches): Autoload.
7948 * vc/vc-bzr.el: No need to require vc when compiling.
7949 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7950 (vc-resynch-buffer, vc-dir-refresh): Declare.
7951 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
7952 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7953 (vc-resynch-buffer): Declare.
7954 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 7955 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
7956 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7957 (grep-read-regexp, grep-read-files, grep-expand-template)
7958 (vc-dir-refresh): Declare.
7959 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7960 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7961 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
7962 * vc/vc-mtn.el (vc-exec-after): Declare.
7963 (vc-switches): Autoload.
7964 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7965 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7966 (vc-file-tree-walk): Declare.
712b9732
GM
7967 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7968 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7969 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
7970 * vc/vc-svn.el (vc-exec-after): Declare.
7971 (vc-switches, vc-setup-buffer): Autoload.
7972 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7973 Autoload.
7974 (vc-resynch-buffer): Declare.
7975
98e87fb3
GM
7976 * obsolete/fast-lock.el (byte-compile-warnings):
7977 Don't warn about obsolete features in this obsolete file.
7978
f5379553
GM
7979 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7980 Move definition before use.
7981
7a20ef83
GM
7982 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7983 (dun-unix-verbs): Remove dun-zippy.
7984 (dun-zippy): Remove function.
7985
690e44b2
GM
7986 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7987
3a52ccf7
JL
79882013-05-27 Juri Linkov <juri@jurta.org>
7989
7990 * replace.el (replace-search): New function with code moved out
7991 from `perform-replace'.
7992 (replace-highlight, replace-dehighlight): Move function definitions
7993 up closer to `replace-search'. (Bug#11746)
7994
d289938a
JL
79952013-05-27 Juri Linkov <juri@jurta.org>
7996
7997 * replace.el (perform-replace): Ignore invisible matches.
7998 In addition to checking `query-replace-skip-read-only', also
7999 filter out matches by calling `run-hook-with-args-until-failure'
8000 on `isearch-filter-predicates', and also check `search-invisible'
8001 for t or call `isearch-range-invisible'.
8002 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
8003
66fc57e3
JL
80042013-05-27 Juri Linkov <juri@jurta.org>
8005
8006 * isearch.el (isearch-filter-predicates): Rename from
8007 `isearch-filter-predicate'. Doc fix. (Bug#11378)
8008 (isearch-message-prefix): Display text from the property
8009 `isearch-message-prefix' of the currently active filters.
8010 (isearch-search): Don't compare `isearch-filter-predicate' with
8011 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
8012 on `isearch-filter-predicates'. Also check `search-invisible' for t
8013 or call `isearch-range-invisible'.
8014 (isearch-filter-visible): Make obsolete.
8015 (isearch-lazy-highlight-search):
8016 Call `run-hook-with-args-until-failure' on
8017 `isearch-filter-predicates' and use `isearch-range-invisible'.
8018
8019 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
8020 `isearch-filter-predicates' instead of `funcall'ing
8021 `isearch-filter-predicate'.
8022 (Info-mode): Set `Info-isearch-filter' to
8023 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
8024
8025 * dired-aux.el (dired-isearch-filter-predicate-orig):
8026 Remove variable.
8027 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
8028 (dired-isearch-filenames-end): Add and remove
8029 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
8030 instead of changing the value of `isearch-filter-predicate'.
8031 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
8032 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
8033 Put property `isearch-message-prefix' to "filename " on
8034 `dired-isearch-filter-filenames'.
8035
8036 * wdired.el (wdired-change-to-wdired-mode):
8037 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
8038 locally instead of changing `isearch-filter-predicate'.
8039 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
8040
f1a60a0f
DG
80412013-05-27 Dmitry Gutov <dgutov@yandex.ru>
8042
8043 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
8044 return the commit hash (Bug#14459). Also set the
8045 `vc-git-detached' property.
8046 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
8047 (vc-git-mode-line-string): Use the same help-echo format whether
8048 in detached mode or not, because we know the actual revision now.
8049 When in detached mode, shorten the revision to 7 chars.
8050
7f17cc40
SM
80512013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * emacs-lisp/easy-mmode.el (define-minor-mode):
8054 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
8055 mode hook and provide a docstring.
8056
25c8401c
AM
80572013-05-27 Alan Mackenzie <acm@muc.de>
8058
8059 Remove spurious syntax-table text properties inserted by C-y.
8060 * progmodes/cc-mode.el (c-after-change): Also clear hard
8061 syntax-table property with value nil.
8062
dde84790
MA
80632013-05-27 Michael Albinus <michael.albinus@gmx.de>
8064
8065 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
8066 when reading the events; the buffer layout shall not be changed.
8067
837fd9af
LL
80682013-05-27 Leo Liu <sdl.web@gmail.com>
8069
8070 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
8071 New variable.
8072 (inferior-octave-directory-tracker): Automatically re-sync
8073 default-directory.
8074 (octave-help): Improve handling of 'See also'.
8075
4fd996b3
SM
80762013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8077
416f1802
SM
8078 * doc-view.el: Minor naming convention tweaks.
8079 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
8080
4fd996b3
SM
8081 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
8082 even if there's no `display' property yet (bug#14435).
8083
a052ef3b
EZ
80842013-05-25 Eli Zaretskii <eliz@gnu.org>
8085
4fd996b3 8086 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
8087
8088 * Makefile.in (custom-deps, finder-data, autoloads)
8089 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8090 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8091 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
8092
c9023370
SM
80932013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
8096 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 8097 Don't burp at EOB.
c9023370 8098
24d699fa
LL
80992013-05-25 Leo Liu <sdl.web@gmail.com>
8100
8101 * comint.el (comint-previous-matching-input): Do not flood the
8102 *Messages* buffer with trivial messages.
8103
17e5c0cc
SM
81042013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 * progmodes/flymake.el (flymake-nop): Don't return a string.
8107 (flymake-set-at): Fix typo.
8108
8109 * simple.el (read--expression): New function, extracted from
8110 eval-expression. Set completion-at-point-functions (bug#14465).
8111 (eval-expression, eval-minibuffer): Use it.
8112
5d028165
XF
81132013-05-25 Xue Fuqiao <xfq.free@gmail.com>
8114
8115 * progmodes/flymake.el (flymake-save-buffer-in-file)
8116 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
8117 (flymake-selected-frame, flymake-log, flymake-ins-after)
8118 (flymake-set-at, flymake-get-buildfile-from-cache)
8119 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
8120 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
8121 Refine the doc string.
8122 (flymake-get-file-name-mode-and-masks): Reformat.
8123 (flymake-get-real-file-name-function): Fix a minor bug.
8124
7a1d7ba7
JL
81252013-05-24 Juri Linkov <juri@jurta.org>
8126
8127 * progmodes/grep.el (grep-mode-font-lock-keywords):
8128 Support =linenumber= format used by git-grep for lines with
8129 function names. (Bug#13549)
8130
650cff3d
SM
81312013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * progmodes/octave.el (octave-smie-rules): Return nil rather than
8134 0 after a semi-colon; it works better for smie-auto-fill.
8135 (octave--indent-new-comment-line): New function.
8136 (octave-indent-new-comment-line): Use it (indirectly).
8137 (octave-mode): Don't disable smie-auto-fill. Use add-function to
8138 modify comment-line-break-function.
8139
8140 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
8141 (smie-setup): Use add-function to set it.
8142
9631677d
SS
81432013-05-24 Sam Steingold <sds@gnu.org>
8144
8145 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8146 argument (before the `interactive' argument).
8147
50105835
SM
81482013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * image-mode.el (image-mode-winprops): Add winprops to
8151 image-mode-winprops-alist before running
8152 image-mode-new-window-functions.
8153 * doc-view.el (doc-view-new-window-function): Don't delay
8154 doc-view-goto-page via timers (bug#14435).
8155
57b9823e
TH
81562013-05-24 Tassilo Horn <tsdh@gnu.org>
8157
8158 * doc-view.el: Integrate with desktop.el. (Bug#14435)
8159 (doc-view-desktop-save-buffer): New function.
8160 (doc-view-restore-desktop-buffer): New function.
50105835
SM
8161 (desktop-buffer-mode-handlers):
8162 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
8163 handler.
8164 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8165 `desktop-save-buffer' function.
8166
91aafa16
MA
81672013-05-24 Michael Albinus <michael.albinus@gmx.de>
8168
8169 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8170 (tramp-gvfs-file-name-handler): Raise a user error when
8171 `tramp-gvfs-enabled' is nil.
8172 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8173 Do not raise a user error when loading package. (Bug#14447)
8174
ec076379
MA
8175 * net/xesam.el: Move to obsolete/.
8176
db785726
GM
81772013-05-24 Glenn Morris <rgm@gnu.org>
8178
af5c7606
GM
8179 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8180
e5d1916a
GM
8181 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8182
ded62b08
GM
8183 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8184 (Info-find-node, Man-getpage-in-background): Declare.
8185
9e614a3f
GM
8186 * mail/unrmail.el (unrmail):
8187 Replace obsolete detect-coding-with-priority.
8188
892f8ca3
GM
8189 * net/socks.el (socks-split-string): Use this rather than split-string.
8190 (socks-nslookup-host): Update for above change.
8191 (dynamic-choice, s5-dynamic-choice-match)
8192 (s5-dynamic-choice-match-inline, s5-widget-value-create):
8193 Comment out unused code.
8194
3c291973
GM
8195 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8196 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8197 (gud-tooltip-echo-area): Make obsolete.
8198 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8199
43cc956b
GM
8200 * progmodes/js.el (js--optimize-arglist): Declare.
8201
dab49a3b
GM
8202 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8203
36b9d085
GM
8204 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8205 (ediff-window-C): Declare.
8206
e354ae76
GM
8207 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8208 Tweak requires to silence compiler.
8209
b8e57bf4
GM
8210 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8211 (he-search-string, he-tried-table, he-expand-list)
8212 (he-init-string, he-string-member, he-substitute-string)
8213 (he-reset-string): Declare.
8214
db785726
GM
8215 * obsolete/options.el (list-options): Use custom-variable-p,
8216 rather than obsolete alias.
8217
b3531901
SS
82182013-05-23 Sam Steingold <sds@gnu.org>
8219
8220 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 8221 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
8222 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8223
bdda4c66
SM
82242013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * emacs-lisp/smie.el (smie-indent-forward-token)
8227 (smie-indent-backward-token): Handle string tokens (bug#14381).
8228
c43d45f9
TH
82292013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8230
fe1eb856
RS
8231 * ielm.el (ielm-menu): New menu.
8232 (inferior-emacs-lisp-mode): Set comment-start.
96172128 8233
fe1eb856
RS
82342013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8235
8236 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8237 Fix deactivate action.
8238
8239 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8240 Add cleveref macros.
074dd971 8241
c43d45f9
TH
8242 * lisp/textmodes/reftex-parse.el
8243 (reftex-locate-bibliography-files): Accept options for
8244 bibliography commands.
8245 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8246 Add addbibresource. Basic Biblatex support.
8247
7764286e
MA
82482013-05-23 Michael Albinus <michael.albinus@gmx.de>
8249
8250 * net/tramp-gvfs.el (top):
8251 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8252 when loading package. (Bug#14447)
8253
d361bc10
GM
82542013-05-23 Glenn Morris <rgm@gnu.org>
8255
8fa23984
GM
8256 * progmodes/js.el: No need to load comint when compiling.
8257 (ring-insert, comint-send-string, comint-send-input)
8258 (comint-last-input-end, ido-chop): Declare.
8259
a5c7df1a
GM
8260 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8261 * vc/ediff-mult.el: Adjust requires.
8262 (ediff-directories-internal, ediff-directory-revisions-internal)
8263 (ediff-patch-file-internal): Declare.
8264 * vc/ediff-ptch.el: Adjust requires.
8265 (ediff-use-last-dir, ediff-buffers-internal): Declare.
8266 (ediff-find-file): Autoload.
8267 * vc/ediff-util.el: No need to load ediff when compiling.
8268 (ediff-regions-internal): Declare.
8269 * vc/ediff-wind.el: Adjust requires.
8270 (ediff-compute-toolbar-width): Define when compiling.
8271 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8272 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8273 (dired-get-filename, dired-get-marked-files)
8274 (ediff-last-dir-patch, ediff-patch-default-directory)
8275 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8276 (ediff-patch-buffer-internal): Declare.
8277
e2aec513
GM
8278 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8279 (ispell-process, ispell-buffer-local-words, lm-summary)
8280 (lm-section-start, lm-section-end): Declare.
8281 (checkdoc-ispell-init): Simplify.
8282
e68bbd7c
GM
8283 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8284 (he-string-member, he-reset-string, he-substitute-string): Declare.
8285
7efe0991
GM
8286 * eshell/em-ls.el: Adjust requires.
8287 (eshell-glob-regexp): Declare.
f87b1284
GM
8288 * eshell/em-tramp.el: Adjust requires.
8289 (eshell-parse-command): Autoload.
8290 * eshell/em-xtra.el: Adjust requires.
8291 (eshell-parse-command): Autoload.
8292 * eshell/esh-ext.el: Adjust requires.
8293 (eshell-parse-command, eshell-close-handles): Autoload.
8294 * eshell/esh-io.el: Adjust requires.
8295 (eshell-output-filter): Autoload.
8296 * eshell/esh-util.el: No need to load tramp when compiling.
8297 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8298 Declare.
8299 (eshell-parse-ange-ls): Require ange-ftp and tramp.
8300 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8301 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8302 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8303 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8304 * eshell/esh-opt.el, eshell/esh-proc.el:
8305 * eshell/esh-var.el: Adjust requires.
8306 * eshell/eshell.el: Do not require esh-util twice.
8307 (eshell-add-input-to-history): Declare.
8308 (eshell-command): Check history module is active before using it.
8309
d361bc10
GM
8310 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8311
85d090a9
LL
83122013-05-22 Leo Liu <sdl.web@gmail.com>
8313
8314 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8315
5d0acd9d
MA
83162013-05-22 Michael Albinus <michael.albinus@gmx.de>
8317
8318 * autorevert.el (auto-revert-notify-add-watch)
8319 (auto-revert-notify-handler): Add `attrib' for the inotify case,
8320 it indicates changes in file modification time.
8321
0cdffd7d
GM
83222013-05-22 Glenn Morris <rgm@gnu.org>
8323
ca5995ec
GM
8324 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8325 Always delete the autoloaded function from the noruntime and
8326 unresolved functions lists.
8327
6450907e
GM
8328 * allout.el: No need to load epa, epg, overlay when compiling.
8329 (epg-context-set-passphrase-callback, epg-list-keys)
8330 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8331 (epg-key-user-id-list): Declare.
8332
9c6906f6
GM
8333 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8334 (viper-set-parsing-style-toggling-macro)
8335 (viper-set-emacs-state-searchstyle-macros):
8336 Use called-interactively-p on Emacs.
8337 (viper-looking-back): Make it an obsolete alias. Update callers.
8338 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8339 Use looking-back rather than viper-looking-back.
8340 (viper-tmp-insert-at-eob, viper-enlarge-region)
8341 (viper-read-string-with-history, viper-register-to-point)
8342 (viper-append-to-register, viper-change-state-to-vi)
8343 (viper-backward-char-carefully, viper-forward-char-carefully)
8344 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8345 (viper-change-state-to-emacs): Declare.
8346 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8347 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8348 * emulation/viper-mous.el: Do not load viper-cmd.
8349 (viper-backward-char-carefully, viper-forward-char-carefully)
8350 (viper-forward-word, viper-adjust-window): Declare.
8351
5f70c169
GM
8352 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8353
b1b7f300
GM
8354 * progmodes/idlw-help.el (idlwave-help-fontify):
8355 Use called-interactively-p.
8356
f6ebbb46
GM
8357 * term/w32console.el (w32-get-console-codepage)
8358 (w32-get-console-output-codepage): Declare.
8359
0cdffd7d
GM
8360 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8361 Remove unnecessary declarations.
8362 (dframe-message): Doc fix.
8363
8364 * info.el (dframe-select-attached-frame, dframe-current-frame):
8365 Declare.
8366
8367 * speedbar.el (speedbar-message): Make it an obsolete alias.
8368 Update all callers.
8369 (speedbar-with-attached-buffer)
8370 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8371 (speedbar-with-writable): Use backquote.
8372 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8373 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8374 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8375 rather than speedbar- aliases.
8376 * mail/rmail.el: Load dframe rather than speedbar when compiling.
8377 (speedbar-make-specialized-keymap, speedbar-insert-button)
8378 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8379 (speedbar-do-function-pointer): Declare.
8380 (rmail-speedbar-button, rmail-speedbar-find-file)
8381 (rmail-speedbar-move-message):
8382 Use dframe-with-attached-buffer rather than speedbar- alias.
8383 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8384 (dframe-message, speedbar-make-specialized-keymap)
8385 (speedbar-add-expansion-list, speedbar-mode-functions-list)
8386 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8387 (speedbar-insert-button, dframe-select-attached-frame)
8388 (dframe-maybee-jump-to-attached-frame)
8389 (speedbar-change-initial-expansion-list)
8390 (speedbar-previously-used-expansion-list-name): Declare.
8391 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8392 Use dframe-message, dframe-with-attached-buffer rather than
8393 speedbar- aliases.
8394 (gud-sentinel): Silence compiler.
8395 * progmodes/vhdl-mode.el (speedbar-refresh)
8396 (speedbar-do-function-pointer, speedbar-add-supported-extension)
8397 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8398 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8399 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8400 (speedbar-file-lists, speedbar-make-tag-line)
8401 (speedbar-line-directory, speedbar-goto-this-file)
8402 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8403 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8404 (speedbar-make-button, speedbar-reset-scanners)
8405 (speedbar-files-item-info, speedbar-line-text)
8406 (speedbar-find-file-in-frame, speedbar-set-timer)
8407 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8408 (speedbar-with-writable): Do not (re)define it.
8409 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8410 rather than speedbar- alias.
8411
ee44b62a
LL
84122013-05-21 Leo Liu <sdl.web@gmail.com>
8413
8414 * progmodes/octave.el (octave-mode-menu): Update and re-organize
8415 menu items.
8416 (octave-mode): Tweak fill-nobreak-predicate.
8417 (inferior-octave-startup): Check process to avoid infinite loop.
8418 (inferior-octave): Pop to buffer first to show abornmal process
8419 exit information.
8420
640f050f
GM
84212013-05-21 Glenn Morris <rgm@gnu.org>
8422
79458038
GM
8423 * printing.el (pr-menu-bar): Define when compiling.
8424
9cc3e83f
LL
84252013-05-21 Leo Liu <sdl.web@gmail.com>
8426
8427 * progmodes/octave.el (octave-auto-fill): Remove.
8428 (octave-indent-new-comment-line): Improve.
8429 (octave-mode): Use auto fill mode through
4f405069 8430 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 8431 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 8432 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
8433 (octave-help): Show parent directory.
8434
f440830d
GM
84352013-05-21 Glenn Morris <rgm@gnu.org>
8436
8437 * files.el (dired-unmark):
8438 * progmodes/gud.el (gdb-input): Update declarations.
8439
8440 * calculator.el (electric, ehelp): No need to load when compiling.
8441 (Electric-command-loop, electric-describe-mode): Declare.
8442
8443 * doc-view.el (doc-view-current-converter-processes): Move before use.
8444
8445 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8446 Move MODE-set-explicitly definition before use.
8447
8448 * international/mule-diag.el (mule-diag):
8449 Don't use obsolete window-system-version.
8450
8451 * mail/feedmail.el (smtpmail): No need to load when compiling.
8452 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8453
8454 * mail/mail-utils.el (rfc822): No need to load when compiling.
8455 (rfc822-addresses): Autoload it.
8456 (mail-strip-quoted-names): Trivial simplification.
8457
8458 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8459 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8460
8461 * net/snmp-mode.el (tempo): Don't duplicate requires.
8462
8463 * progmodes/prolog.el (info): No need to load when compiling.
8464 (comint): Require before shell requires it.
8465 (Info-goto-node): Autoload it.
8466 (Info-follow-nearest-node): Declare.
8467 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8468
8469 * textmodes/artist.el (picture-mode-exit): Declare.
8470
8471 * textmodes/reftex-parse.el (reftex-parse-from-file):
8472 Trivial rewrite so the compiler can parse it better.
8473
b4da2cbb
LL
84742013-05-20 Leo Liu <sdl.web@gmail.com>
8475
8476 * progmodes/octave.el (octave-help-mode-map)
8477 (octave-help-mode-finish-hook): New variables.
8478 (octave-help-mode, octave-help-mode-finish): New functions.
8479 (octave-help): Use octave-help-mode.
8480
33c0f65b
GM
84812013-05-20 Glenn Morris <rgm@gnu.org>
8482
8483 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
8484
1a0a0a8a
DG
84852013-05-19 Dmitry Gutov <dgutov@yandex.ru>
8486
8487 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8488 start at point, so that expansion starting right after opening
8489 slash in a regexp is recognized.
8490 (ruby-syntax-before-regexp-re): New defvar, extracted from
8491 ruby-syntax-propertize-function. Since the value of this regexp
8492 is looked up at runtime now, we should be able to turn
8493 `ruby-syntax-methods-before-regexp' into a defcustom later.
8494 (ruby-syntax-propertize-function): Split regexp matching into two
8495 parts, for opening and closing slashes. That allows us to skip
8496 over string interpolations and support multiline regexps.
8497 Don't call `ruby-syntax-propertize-expansions', instead use another rule
8498 for them, which calls `ruby-syntax-propertize-expansion'.
8499 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8500 call to `ruby-syntax-propertize-function'.
8501 (ruby-syntax-propertize-expansion): Extracted from
8502 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
8503 (ruby-syntax-propertize-percent-literal): Leave point right after
8504 the percent symbol, so that the expression expansion rule can
8505 propertize the contents.
462388b6
DG
8506 (ruby-syntax-propertize-heredoc): Leave point at bol following the
8507 heredoc openers.
8508 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 8509
c1a6c0a4
JL
85102013-05-18 Juri Linkov <juri@jurta.org>
8511
8512 * man.el (Man-default-man-entry): Remove `-' from the end
8513 of the default value. (Bug#14400)
8514
8051fccd
GM
85152013-05-18 Glenn Morris <rgm@gnu.org>
8516
8517 * comint.el (comint-password-prompt-regexp):
8518 Allow "password for XXX" where XXX contains colons (eg https://...).
8519
5e80b74f
LL
85202013-05-18 Leo Liu <sdl.web@gmail.com>
8521
8522 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 8523 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
8524 (octave-source-directories): Don't check process.
8525 (octave-source-directories, octave-find-definition): Doc fix.
8526
521a54c5
GM
85272013-05-18 Glenn Morris <rgm@gnu.org>
8528
86a94b05
GM
8529 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8530 Remove backspace/delete bindings. (Bug#14392)
8531
521a54c5
GM
8532 * cus-dep.el (custom-make-dependencies): Sort the output.
8533 (custom-versions-load-alist): Convert comment to doc.
8534
42caeb89
LL
85352013-05-17 Leo Liu <sdl.web@gmail.com>
8536
8537 * newcomment.el (comment-search-backward): Stricter in finding
8538 comment start. (Bug#14303)
8539
8540 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8541 (octave-comment-start-skip): Properly anchored.
8542
e219dd97
LL
85432013-05-17 Leo Liu <sdl.web@gmail.com>
8544
fe1eb856
RS
8545 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8546 Clean up when turned off. (Bug#14395)
e219dd97
LL
8547 (smie--highlight-matching-block-overlay): No longer buffer-local.
8548 (smie-highlight-matching-block): Adjust.
8549
dc5dcb4b
PE
85502013-05-17 Paul Eggert <eggert@cs.ucla.edu>
8551
8552 Doc string fix for "nanoseconds" (Bug#14406).
8553 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8554 Fix doc string typo that had "nanoseconds" instead of "microseconds".
8555
1db165f0
JB
85562013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8557
8558 * calc/calc-units.el (math-extract-units): Preserve powers
8559 of units.
8560
c7a8fcac
LL
85612013-05-17 Leo Liu <sdl.web@gmail.com>
8562
8563 * subr.el (delete-consecutive-dups): New function.
8564 * ido.el (ido-set-matches-1): Use it.
8565 * progmodes/octave.el (inferior-octave-completion-table): Use it.
8566 * ido.el (ido-remove-consecutive-dups): Remove.
8567
f678b18a
SM
85682013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8569
8570 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8571 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8572 regexp-opt's `words'.
8573
ebfe68e8
LL
85742013-05-16 Leo Liu <sdl.web@gmail.com>
8575
8576 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8577 (smie--highlight-matching-block-overlay)
8578 (smie--highlight-matching-block-lastpos)
8579 (smie--highlight-matching-block-timer): New variables.
8580 (smie-highlight-matching-block): New function.
8581 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8582 (smie-setup): Conditionally enable smie-blink-matching-open.
8583
bc8bc17d
WS
85842013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8585
8586 Sync with upstream verilog-mode r840.
8587 * progmodes/verilog-mode.el (verilog-mode-version)
8588 (verilog-mode-release-date): Update.
8589 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8590 (verilog-sig-tieoff): Fix string error on
8591 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8592 (verilog-read-decls): Fix parameters confusing
8593 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8594
df065a0b
EZ
85952013-05-16 Eli Zaretskii <eliz@gnu.org>
8596
8597 * subr.el (reveal-filename): New function.
8598
8599 * loadup.el: Compute Emacs executable versions on MS-Windows,
8600 where executables have the .exe extension. Add a hard link
8601 emacs-XX.YY.ZZ.exe on MS-Windows.
8602
8603 * Makefile.in (XARGS_LIMIT): New variable.
8604 (custom-deps, finder-data, autoloads)
8605 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8606 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8607 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8608 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8609
2d4bf34b
LL
86102013-05-16 Leo Liu <sdl.web@gmail.com>
8611
8612 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8613 (octave-mode-menu, octave-mode-map): Remove its uses.
8614
6b9c2d85
RZ
86152013-05-16 Reto Zimmermann <reto@gnu.org>
8616
8617 Sync with upstream vhdl mode v3.34.2.
8618 * progmodes/vhdl-mode.el: Use `push' throughout.
8619 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8620 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8621 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8622 (vhdl-actual-generic-name): New option to derive actual generic name.
8623 (vhdl-port-paste-signals): Replace formal by actual generics.
8624 (vhdl-beautify): New name for old group vhdl-align. Update users.
8625 (vhdl-beautify-options): New option.
8626 (vhdl-last-input-event): New compat alias. Use throughout.
8627 (vhdl-goto-line): Replace user level function `goto-line'.
8628 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8629 vhdl-fix-statement-buffer.
8630 (vhdl-create-mode-menu): Add some entries.
8631 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8632 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8633 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8634 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8635 to force statements on one line.
8636 (vhdl-remove-trailing-spaces-region):
8637 New, split from vhdl-remove-trailing-spaces.
8638 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8639 Respect vhdl-beautify-options.
8640 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8641 (vhdl-update-sensitivity-list): Not add with index if exists without.
8642 Not include array index with signal. Ignore keywords in comments.
8643 (vhdl-get-visible-signals): Regexp tweaks.
8644 (vhdl-template-component-inst): Handle empty library.
8645 (vhdl-template-type): Add template for 'enum' type.
8646 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8647 Use vhdl-replace-string.
8648 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8649 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8650 (vhdl-speedbar-initialize): Update for above name change.
8651 (vhdl-compose-wire-components): Fix in handling of constants.
8652 (vhdl-error-regexp-emacs-alist): New variable.
8653 (vhdl-error-regexp-add-emacs): New function;
8654 adds support for new compile.el (Emacs 22+)
8655 (vhdl-generate-makefile-1): Change target order for single lib. units.
8656 Allow use of absolute file names.
8657
9df4ec5e
LL
86582013-05-16 Leo Liu <sdl.web@gmail.com>
8659
8660 * simple.el (prog-indent-sexp): Indent enclosing defun.
8661
f5ba00a6
GM
86622013-05-15 Glenn Morris <rgm@gnu.org>
8663
ed8be7ff
GM
8664 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8665 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8666 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8667 (whitespace-highlight): Move to whitespace group.
8668
8669 * comint.el (comint-source):
8670 * pcmpl-linux.el (pcmpl-linux):
8671 * shell.el (shell-faces):
8672 * eshell/esh-opt.el (eshell-opt):
8673 * international/ccl.el (ccl): Remove empty custom groups.
8674
8675 * completion.el (dynamic-completion-mode):
8676 * jit-lock.el (jit-lock-debug-mode):
8677 * minibuffer.el (completion-in-region-mode):
8678 * type-break.el (type-break-mode-line-message-mode)
8679 (type-break-query-mode):
8680 * emulation/tpu-edt.el (tpu-edt-mode):
8681 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8682 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8683 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8684
8685 * term/xterm.el (xterm): Change parent group to terminals.
8686
8687 * master.el (master): Remove empty custom group.
8688 (master-mode): Remove unused :group argument.
8689 * textmodes/refill.el (refill): Remove empty custom group.
8690 (refill-mode): Remove unused :group argument.
8691
8692 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8693
82a7c41b
GM
8694 * cus-dep.el: Provide a feature.
8695 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
8696 Don't mistakenly ignore files whose basenames match a basename
8697 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 8698 Add a fallback method for getting :group.
f5ba00a6 8699
6d65486d
JL
87002013-05-15 Juri Linkov <juri@jurta.org>
8701
da547b32
JL
8702 * isearch.el (isearch-char-by-name): Rename from
8703 `isearch-insert-char-by-name'. Doc fix.
8704 (isearch-forward): Mention `isearch-char-by-name' in
8705 the docstring. (Bug#13348)
8706
6d65486d
JL
8707 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8708 `exit-minibuffer' instead of
8709 `isearch-nonincremental-exit-minibuffer'.
8710 (isearch-edit-string): Remove mention of
8711 `isearch-nonincremental-exit-minibuffer' from docstring.
8712 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8713 (isearch-forward-exit-minibuffer)
8714 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8715
c9990474
SM
87162013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8717
6e911150
SM
8718 * loadup.el: Just use unversioned DOC.
8719
c9990474
SM
8720 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8721 literals as extending to EOB.
8722 (nxml-last-fontify-end): Remove unused variable.
8723 (nxml-after-change1): Use with-silent-modifications.
8724 (nxml-extend-after-change-region): Simplify.
8725 (nxml-extend-after-change-region1): Remove function.
8726 (nxml-after-change1): Don't adjust for dependent regions.
8727 (nxml-fontify-matcher): Simplify.
8728 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8729 (xmltok-add-dependent): Remove function.
8730 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8731 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8732 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8733 unclosed <[[, <?, comment, and other literals as extending to EOB.
8734 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8735 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8736 Remove functions.
8737 (rng-do-some-validation-1): Don't mark dependent regions.
8738 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8739 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8740 (nxml-clear-dependent-regions): Remove functions.
8741 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8742 (nxml-ensure-scan-up-to-date):
8743 Don't clear&mark dependent regions.
8744
e3772e98
LL
87452013-05-15 Leo Liu <sdl.web@gmail.com>
8746
c9990474
SM
8747 * progmodes/octave.el (octave-goto-function-definition):
8748 Improve and fix callers.
e3772e98 8749
5ac2eb34
SM
87502013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8751
c46c57b0
SM
8752 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8753 the setter (bug#14387).
8754
5ac2eb34
SM
8755 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8756 surrounding group (bug#14402).
8757
180ed218
JL
87582013-05-14 Juri Linkov <juri@jurta.org>
8759
8760 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8761 (Bug#14390)
8762
0ac0fecb
GM
87632013-05-14 Glenn Morris <rgm@gnu.org>
8764
8765 * progmodes/f90.el (f90-imenu-generic-expression):
8766 Fix typo in 2013-05-08 change. (Bug#14402)
8767
2e78e6a7
JPG
87682013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8769
5ac2eb34
SM
8770 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8771 Remove signals for which replies are never received.
2e78e6a7 8772
53267cca
JPG
87732013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8774
8775 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8776 (gdb-handler-alist, gdb-handler-number): Remove variables.
8777 (gdb-handler-list): New variable.
8778 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8779 (gdb-pending-handler-p, gdb-handle-reply)
8780 (gdb-remove-all-pending-triggers): New functions.
8781 (gdb-discard-unordered-replies): New defcustom.
8782 (gdb-handler): New defstruct.
8783 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8784 instead of gdb-pending-triggers. Update docstring.
8785 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8786 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8787 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8788 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8789 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8790 (gdb-frame-handler): Pending triggers are now automatically managed.
8791 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8792 Remove argument.
8793 (gdb-input): Automatically handles pending triggers. Update docstring.
8794 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8795 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8796 Update comments.
8797 (gdb-done-or-error): Now use gdb-handle-reply.
8798
d04ce803
JPG
87992013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8800
8801 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8802 gdb-debug-log.
8803
0114073a
GM
88042013-05-14 Glenn Morris <rgm@gnu.org>
8805
8806 * subr.el (user-emacs-directory-warning): New option.
8807 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8808
4d25fd7e
LL
88092013-05-14 Leo Liu <sdl.web@gmail.com>
8810
8811 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8812 during redisplay.
8813 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
8814 (octave-font-lock-texinfo-comment): Fix invalid search bound
8815 error: wrong side of point.
4d25fd7e 8816
27c8b6eb
GM
88172013-05-14 Glenn Morris <rgm@gnu.org>
8818
61aaeb01
GM
8819 * progmodes/flymake.el (flymake-xml-program): New option.
8820 (flymake-xml-init): Use it.
8821
5bf90bc5
GM
8822 * term/xterm.el: Provide a feature.
8823
8824 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 8825
f4c7dfd2
GM
88262013-05-13 Glenn Morris <rgm@gnu.org>
8827
8828 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8829 Add compat aliases as a hack workaround. (Bug#14384)
8830
2aeb3a1d
LL
88312013-05-13 Leo Liu <sdl.web@gmail.com>
8832
b0e069c2
LL
8833 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8834 ###, and %!.
f5a9432f
LL
8835 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8836 C-M-q.
b0e069c2
LL
8837 (octave-comment-start-skip): Include %!.
8838 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 8839
30ea8374
LL
88402013-05-12 Leo Liu <sdl.web@gmail.com>
8841
8842 * progmodes/octave.el (inferior-octave-startup): Store the value
8843 of __octave_srcdir__ for octave-source-directories.
8844 (inferior-octave-check-process): New function refactored out of
8845 inferior-octave-send-list-and-digest.
8846 (octave-source-directories)
8847 (octave-find-definition-filename-function): New variables.
8848 (octave-source-directories)
8849 (octave-find-definition-default-filename): New functions.
8850 (octave-find-definition): Improve to find functions implemented in C++.
8851
472a3834
GM
88522013-05-12 Glenn Morris <rgm@gnu.org>
8853
8854 * calendar/diary-lib.el (diary-outlook-format-1):
8855 Don't include dayname in the output. (Bug#14349)
8856
3191b52f
GM
88572013-05-11 Glenn Morris <rgm@gnu.org>
8858
0060ac73
GM
8859 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8860
3191b52f
GM
8861 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8862 Treat cc-provide like provide.
8863
e065ba74
KR
88642013-05-11 Kevin Ryde <user42@zip.com.au>
8865
8866 * cus-dep.el (custom-make-dependencies):
8867 Use generated-autoload-load-name for the sake of files such
8868 such cedet/semantic/bovine/c.el, where the base file name
8869 is not in load-path. (Bug#5277)
8870
36f84c37
GM
88712013-05-11 Glenn Morris <rgm@gnu.org>
8872
8873 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8874 Provide features.
8875
c8730c3a
LL
88762013-05-11 Leo Liu <sdl.web@gmail.com>
8877
8878 * progmodes/octave.el (octave-indent-comment): Improve.
8879 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
8880 (octave-eldoc-function-signatures, octave-eldoc-function):
8881 New functions.
c8730c3a
LL
8882 (octave-mode, inferior-octave-mode): Add eldoc support.
8883
212e29f2
RS
88842013-05-11 Richard Stallman <rms@gnu.org>
8885
8886 * epa.el (epa-decrypt-file): Take output file name as argument
8887 and read it using `interactive'.
8888
083fe0d7
LL
88892013-05-11 Leo Liu <sdl.web@gmail.com>
8890
8891 * progmodes/octave.el (octave-beginning-of-line)
8892 (octave-end-of-line): Check before using up-list because it jumps
8893 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
8894 (octave-indent-comment): New function.
8895 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
8896 (octave-begin-keywords, octave-end-keywords)
8897 (octave-reserved-words, octave-smie-bnf-table)
8898 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 8899
8582e4c4
GM
89002013-05-11 Glenn Morris <rgm@gnu.org>
8901
f20def1f
GM
8902 * faces.el (internal-face-x-get-resource):
8903 * frame.el (ns-display-monitor-attributes-list):
d78abe37 8904 * calc/calc-aent.el (math-to-radians-2):
f20def1f 8905 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 8906 Fix declarations.
f20def1f 8907
445f95e2
GM
8908 * calc/calc-menu.el: Make it loadable in isolation.
8909
8910 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8911 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8912 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8913 (eudc-bbdb-query-internal): Require 'bbdb.
8914
99fb2756
GM
8915 * lpr.el (lpr-headers-switches):
8916 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8917
8918 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8919
0da7ad96
GM
8920 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8921
8582e4c4
GM
8922 * term.el (term-set-escape-char): Make it idempotent.
8923
f71c50d0
LL
89242013-05-10 Leo Liu <sdl.web@gmail.com>
8925
5ac2eb34
SM
8926 * progmodes/octave.el (inferior-octave-completion-table):
8927 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
8928 completion due to bug#11906.
8929 (octave-beginning-of-defun): Re-write to be more general.
8930
d5837773
GM
89312013-05-10 Glenn Morris <rgm@gnu.org>
8932
8933 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8934
027c0f75
SM
89352013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * comint.el (comint-redirect-send-command-to-process): Use :around
8938 rather than :override for comint-redirect-filter.
8939 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8940 Call it instead of comint-redirect-original-filter-function (which
8941 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8942
4465bfb4
JD
89432013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8944
8945 * frame.el (display-monitor-attributes-list): Add NS case.
8946 (ns-display-monitor-attributes-list): Declare.
8947
2d809ffa 89482013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
8949
8950 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8951
e54eeb9b
GM
89522013-05-09 Glenn Morris <rgm@gnu.org>
8953
56cd351d
GM
8954 * international/fontset.el (vertical-centering-font-regexp):
8955 Set standard-value.
8956
d84b6108
GM
8957 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8958
a931698a
GM
8959 * bookmark.el (bookmark-search-delay):
8960 * cus-start.el (vertical-centering-font-regexp):
8961 * ps-mule.el (ps-mule-font-info-database-default):
8962 * ps-print.el (ps-default-fg, ps-default-bg):
8963 * type-break.el (type-break-good-break-interval):
8964 * whitespace.el (whitespace-indentation-regexp)
8965 (whitespace-space-after-tab-regexp):
8966 * emacs-lisp/testcover.el (testcover-1value-functions)
8967 (testcover-noreturn-functions, testcover-progn-functions)
8968 (testcover-prog1-functions):
8969 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8970 * eshell/em-glob.el (eshell-glob-translate-alist):
8971 * play/tetris.el (tetris-tty-colors):
8972 * progmodes/cpp.el (cpp-face-default-list):
8973 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8974 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8975 (idlwave-help-browser-generic-args):
8976 * progmodes/make-mode.el (makefile-special-targets-list):
8977 * progmodes/python.el (python-shell-virtualenv-path):
8978 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8979 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8980 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8981 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8982 * textmodes/reftex-vars.el (reftex-format-label-function):
8983 * textmodes/remember.el (remember-diary-file): Fix custom types.
8984
e54eeb9b
GM
8985 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8986 Add :version.
8987
455851dd
LL
89882013-05-09 Leo Liu <sdl.web@gmail.com>
8989
8990 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 8991 Restore file completion. (Bug#14300)
455851dd
LL
8992 (inferior-octave-startup): Fix incorrect highlighting for the
8993 first prompt.
8994
a9e4425b
SM
89952013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * progmodes/ruby-mode.el: First cut at SMIE support.
8998 (ruby-use-smie): New var.
8999 (ruby-smie-grammar): New constant.
9000 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
9001 (ruby-smie--forward-token, ruby-smie--backward-token)
9002 (ruby-smie-rules): New functions.
9003 (ruby-mode-variables): Setup SMIE if applicable.
9004
060ca408
EZ
90052013-05-08 Eli Zaretskii <eliz@gnu.org>
9006
9007 * simple.el (line-move-visual): Signal beginning/end of buffer
9008 only if vertical-motion moved less than it was requested. Avoids
9009 silly incorrect error messages when there are display strings with
9010 multiple newlines at EOL.
9011
1d5963cc
SM
90122013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
9015 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
9016 (prolog-char-quote-workaround):
9017 * progmodes/cperl-mode.el (cperl-under-as-char):
9018 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
9019 Mark as obsolete.
9020 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
9021 their declaration.
9022 (vhdl-mode-syntax-table-init): Remove.
9023
c9990474
SM
9024 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
9025 last change.
1d5963cc
SM
9026
9027 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
9028 syntax for "_".
9029 (ld-script-font-lock-keywords):
9030 Change regexps to use things like \_< and \_>.
9031
9032 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
9033 Change all regexps to use things like \_< and \_>.
9034
9035 * progmodes/autoconf.el (autoconf-definition-regexp)
9036 (autoconf-font-lock-keywords, autoconf-current-defun-function):
9037 Handle a _ with symbol syntax.
9038 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
9039
c9990474
SM
9040 * progmodes/ada-mode.el (ada-mode-abbrev-table):
9041 Consolidate declaration.
1d5963cc
SM
9042 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
9043 the declaration.
9044 (ada-create-syntax-table): Remove.
9045 (ada-capitalize-word): Don't mess with the syntax of "_" since it
9046 already has the right syntax nowadays.
9047 (ada-goto-next-word): Don't change the syntax of "_".
9048
9049 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
9050 with-wrapper-hook.
9051
72d3cfca
SS
90522013-05-08 Sam Steingold <sds@gnu.org>
9053
9054 * thingatpt.el (thing-at-point): Accept optional second argument
9055 NO-PROPERTIES to strip the text properties from the return value.
9056 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
9057 to `thing-at-point' instead of stripping the properties ourselves.
9058 Also, when `thing-at-point' fails to find a url, prepend "http://"
9059 to the filename at point on the assumption that the user is
9060 pointing at something like gnu.org/gnu.
9061
5cb15713
JB
90622013-05-08 Juanma Barranquero <lekktu@gmail.com>
9063
9064 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9065 * faces.el (crm-separator):
9066 Silence byte-compiler.
9067
9068 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
9069 (tool-bar-map): Remove unneeded defvars.
9070
ea78b95b
LL
90712013-05-08 Leo Liu <sdl.web@gmail.com>
9072
9073 Re-work a fix for bug#10994 based on Le Wang's patch.
9074 * ido.el (ido-remove-consecutive-dups): New helper.
9075 (ido-completing-read): Use it.
9076 (ido-chop): Revert fix for bug#10994.
9077
dc7466df
AS
90782013-05-08 Adam Spiers <emacs@adamspiers.org>
9079
9080 * cus-edit.el (custom-save-variables):
9081 Pretty-print long values. (Bug#14187)
9082
9ecf672a
GM
90832013-05-08 Glenn Morris <rgm@gnu.org>
9084
9085 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
9086 (m4-mode-syntax-table): Init in the defvar.
9087 (m4-mode-abbrev-table): Let define-derived-mode define it.
9088
3f555be8
TT
90892013-05-08 Tom Tromey <tromey@redhat.com>
9090
9091 * progmodes/m4-mode.el (m4-mode-syntax-table):
9092 Do not treat "_" as word constituent. (Bug#14167)
9093
7cc8ae06
GM
90942013-05-07 Glenn Morris <rgm@gnu.org>
9095
4f58bc06
GM
9096 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
9097 Remove explicit eshell-isearch-cancel-map.
9098
7cc8ae06
GM
9099 * progmodes/f90.el (f90-smart-end-names): New option.
9100 (f90-smart-end): Doc fix.
9101 (f90-end-block-optional-name): New constant.
9102 (f90-block-match): Respect f90-smart-end-names.
9103
ceb57e59
SM
91042013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * progmodes/octave.el (octave-smie-forward-token): Be more careful
9107 about implicit semi-colons (bug#14218).
9108
4e3f9230
YM
91092013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9110
9111 * frame.el (display-monitor-attributes-list)
9112 (frame-monitor-attributes): New functions.
9113
203a5572
LL
91142013-05-06 Leo Liu <sdl.web@gmail.com>
9115
9116 * progmodes/octave.el (octave-syntax-propertize-function): Change
9117 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
9118 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 9119 (octave-completion-at-point): Rename from
203a5572
LL
9120 octave-completion-at-point-function.
9121 (inferior-octave-directory-tracker): Robustify.
9122 (octave-text-functions): Remove and fix its uses. No such things
9123 any more.
9124
ee6cff99
SM
91252013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * emacs-lisp/trace.el (trace--display-buffer): New function.
9128 (trace-make-advice): Use it.
9129
32985194
JL
91302013-05-06 Juri Linkov <juri@jurta.org>
9131
9132 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
9133 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
9134 Doc fix.
9135 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
9136 in the help string. (Bug#12985)
9137
a1c700de
KD
91382013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
9139
9140 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
9141
c67c0839
SM
91422013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9143
323885fd
SM
9144 * progmodes/perl-mode.el: Add support for here documents.
9145 (perl-syntax-propertize-function): Match here-doc markers.
9146 (perl-syntax-propertize-special-constructs): Find their end.
9147 (perl-imenu-generic-expression): Use [:alnum:].
9148
c67c0839
SM
9149 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9150 (advice--add-function): Refresh the advice if already present
9151 (bug#14317).
9152
d491e7a8
IA
91532013-05-06 Ivan Andrus <darthandrus@gmail.com>
9154
9155 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
9156
ddf9925e
GM
91572013-05-06 Glenn Morris <rgm@gnu.org>
9158
7cc3af27
GM
9159 * w32-fns.el (w32-charset-info-alist): Declare.
9160
16e343d6
GM
9161 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9162 of its defcustom properties.
9163 (eshell-cmpl-initialize): No need to load pcomplete.
9164
7d889a47
GM
9165 * generic-x.el: No need to require comint when compiling.
9166
ddf9925e
GM
9167 * net/eudc-export.el: Make it loadable without bbdb.
9168 (top-level): Use require rather than load-library.
9169 (eudc-create-bbdb-record, eudc-bbdbify-phone)
9170 (eudc-batch-export-records-to-bbdb)
9171 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9172 Require bbdb.
9173
1e2c18df
SM
91742013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9175
9176 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9177 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9178 some tweaks, instead.
9179
02502a5f
LL
91802013-05-05 Leo Liu <sdl.web@gmail.com>
9181
9182 * progmodes/octave.el (octave-font-lock-keywords)
9183 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9184 (inferior-octave-send-list-and-digest): Improve error message.
9185 (octave-mode, inferior-octave-mode): Use setq-local.
9186 (octave-help): Set info-lookup-mode.
9187
0dc04f42
RS
91882013-05-05 Richard Stallman <rms@gnu.org>
9189
6c54491c
RS
9190 * vc/compare-w.el (compare-windows-whitespace):
9191 Treat no-break space as whitespace.
9192
0dc04f42
RS
9193 * mail/rmailsum.el (rmail-summary-rmail-update):
9194 Detect empty summary and don't change selected message.
9195 (rmail-summary-goto-msg): Likewise.
9196
df8f35df
RS
9197 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9198 Doc fixes, rename args.
9199
5356e1a3
AM
92002013-05-05 Alan Mackenzie <acm@muc.de>
9201
9202 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9203
d44014cb
JL
92042013-05-05 Juri Linkov <juri@jurta.org>
9205
9206 * info.el (Info-read-subfile): Use (point-min) instead of (point)
9207 to not add the length of the summary segment to the return value.
9208 (Bug#14125)
9209
c129b51f
LL
92102013-05-05 Leo Liu <sdl.web@gmail.com>
9211
9212 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9213 (inferior-octave-output-filter): Remove.
9214 (octave-send-region, inferior-octave-startup): Fix callers.
9215 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9216 (octave-binary-file-extensions): New user variable.
9217 (octave-find-definition): Confirm if opening binary files.
9218 (octave-help-file): Use octave-find-definition to get the binary
9219 confirmation.
9220 (octave-help): Adjust for octave-help-file change.
9221
aa7dab97
SM
92222013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9225 Merge the two entries that handle function definitions.
9226 (pascal--syntax-propertize): New const.
9227 (pascal-mode): Use it. Use setq-local.
9228
fd3a9a6b
GM
92292013-05-04 Glenn Morris <rgm@gnu.org>
9230
9231 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9232 (diary-from-outlook): Respect diary-from-outlook-function.
9233
30c7e542
SM
92342013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9237 Move the declaration from C.
9238 (read-minibuffer, eval-minibuffer): Move from C.
9239 (completion-setup-function): Avoid minibuffer-completion-contents.
9240
b54f978b
LL
92412013-05-03 Leo Liu <sdl.web@gmail.com>
9242
9243 * progmodes/octave.el (octave-font-lock-keywords): Do not
9244 dehighlight 'end' in comments or strings.
30c7e542
SM
9245 (octave-completing-read, octave-goto-function-definition):
9246 New helpers.
d4d0f9b3
LL
9247 (octave-help-buffer): New user variable.
9248 (octave-help-file, octave-help-function): New button types.
9249 (octave-help): New command and bind it to C-h ;.
9250 (octave-find-definition): New command and bind it to M-.
d74a1581 9251 (user-error): Alias to error if not defined.
b54f978b 9252
27135018
LL
92532013-05-02 Leo Liu <sdl.web@gmail.com>
9254
9255 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9256 for \. (bug#14332)
9257 (octave-font-lock-keywords): Include [ and {.
9258
0d634d3a
LL
92592013-05-02 Leo Liu <sdl.web@gmail.com>
9260
9261 * progmodes/octave.el (inferior-octave-startup-file): Change default.
9262 (inferior-octave): Remove calling comint-mode and return the buffer.
9263 (inferior-octave-startup): Cosmetic changes.
9264
b4c8295e
LL
92652013-05-02 Leo Liu <sdl.web@gmail.com>
9266
30c7e542
SM
9267 * progmodes/octave.el (octave-syntax-propertize-function):
9268 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 9269
f12ad6ec
GM
92702013-05-02 Glenn Morris <rgm@gnu.org>
9271
9272 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9273 * desktop.el (vc-dir-mode): Just autoload it here.
9274
30cac1e0
AM
92752013-05-02 Alan Mackenzie <acm@muc.de>
9276
9277 Eliminate variable c-standard-font-lock-fontify-region-function.
9278 * progmodes/cc-mode.el
9279 (c-standard-font-lock-fontify-region-function): Remove.
9280 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9281
d8ef28b1
LL
92822013-05-01 Leo Liu <sdl.web@gmail.com>
9283
2640d52e 9284 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 9285 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 9286 variables were removed from Octave in 2007.
d8ef28b1
LL
9287 (inferior-octave-startup): Fix uses.
9288 (comint-line-beginning-position): Remove compatibility code for
9289 emacs 21.
9290
ac63ec89
JL
92912013-05-01 Juri Linkov <juri@jurta.org>
9292
9293 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
9294
9e9be37c
JL
92952013-05-01 Juri Linkov <juri@jurta.org>
9296
9297 * comint.el (comint-previous-matching-input): Don't print message
9298 "History item: %d" when `isearch-mode' is active.
9299 (comint-history-isearch-message): Print message "History item: %d"
9300 when `comint-input-ring-index' is not empty and this function is
9301 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
9302
9b92c13b
LL
93032013-05-01 Leo Liu <sdl.web@gmail.com>
9304
9305 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9306 definitions. Use completion-at-point to insert keywords.
9307 (octave-abbrev-start): Remove.
9308 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9309
b12d33d7
LL
93102013-04-30 Leo Liu <sdl.web@gmail.com>
9311
9312 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9313 change.
9314
3d1c39fa
AM
93152013-04-30 Alan Mackenzie <acm@muc.de>
9316
9317 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
9318 * progmodes/cc-engine.el (c-back-over-member-initializers):
9319 new function.
3d1c39fa
AM
9320 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9321 (most) member init lists.
9322
5147fc17
RS
93232013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9324
9325 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9326 variable.
9327
5b78d7fc
LL
93282013-04-30 Leo Liu <sdl.web@gmail.com>
9329
9330 * progmodes/octave.el (octave-variables): Remove. No builtin
9331 variables any more. All converted to functions.
9332 (octave-font-lock-keywords, octave-completion-at-point-function):
9333 Fix uses.
9334 (octave-font-lock-texinfo-comment): New user variable.
9335 (octave-texinfo-font-lock-keywords): New variable for texinfo
9336 comment block.
9337 (octave-function-comment-block): New face.
9338 (octave-font-lock-texinfo-comment): New function.
9339 (octave-mode): Font lock texinfo comment block.
9340
38d8527b
LL
93412013-04-29 Leo Liu <sdl.web@gmail.com>
9342
9343 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9344 indexing expression.
9345 (octave-continuation-string): Do not use \.
9346 (inferior-octave-complete-impossible): Remove.
9347 (inferior-octave-completion-table)
9348 (inferior-octave-completion-at-point): Remove its uses.
9349 (inferior-octave-startup): completion_matches was introduced to
9350 Octave in 1996 so safe to assume it.
9351 (octave-function-file-comment): Improve to follow how Octave does it.
9352 (octave-update-function-file-comment): Tweak.
9353
2ec12cb0
LL
93542013-04-29 Leo Liu <sdl.web@gmail.com>
9355
9356 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9357 (inferior-octave-startup): Remove inferior-octave-startup-hook.
9358 (octave-function-file-comment): Fix typo.
9359 (octave-sync-function-file-names): Use read-char-choice.
9360
6eaed048
JB
93612013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
9362
9363 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9364 to t for the less important warnings.
9365
3ffa2d4f
DH
93662013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
9367
9368 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
9369
685c9501
GM
93702013-04-27 Glenn Morris <rgm@gnu.org>
9371
9372 * vc/log-view.el (log-view-current-entry):
9373 Treat "---" separator lines as part of the following rev. (Bug#14169)
9374
0208ede7
JL
93752013-04-27 Juri Linkov <juri@jurta.org>
9376
9377 * subr.el (read-number): Doc fix about using it by interactive
9378 code letter `n'. (Bug#14254)
9379
5db9dace
JL
93802013-04-27 Juri Linkov <juri@jurta.org>
9381
9382 * desktop.el (desktop-auto-save-timeout): New option.
9383 (desktop-file-checksum): New variable.
9384 (desktop-save): Add optional arg `auto-save' and don't auto-save
9385 if nothing changed.
9386 (desktop-auto-save-timer): New variable.
9387 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9388 (after-init-hook): Call `desktop-auto-save-set-timer'.
9389 Suggested by Reuben Thomas <rrt@sc3d.org> in
9390 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9391
b7260dd4
LL
93922013-04-27 Leo Liu <sdl.web@gmail.com>
9393
9394 * progmodes/octave.el (octave-function-file-p)
9395 (octave-skip-comment-forward, octave-function-file-comment)
9396 (octave-update-function-file-comment): New functions.
9397 (octave-mode-map): Bind C-c ; to
9398 octave-update-function-file-comment.
9399 (octave-mode-menu): Add octave-update-function-file-comment.
9400 (octave-mode, inferior-octave-mode): Fix doc-string.
9401 (octave-insert-defun): Conform to Octave's coding convention.
9402 (Bug#14285)
9403
9404 * files.el (basic-save-buffer): Don't let errors in
9405 before-save-hook prevent saving buffer.
9406
c46da669
RW
94072013-04-20 Roland Winkler <winkler@gnu.org>
9408
9409 * faces.el (read-face-name): Use completing-read if arg multiple
9410 is nil.
9411
a81ee1eb
IL
94122013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
9413
9414 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
9415 displayed, move point to after the totals line.
9416 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
9417 for the details.
9418
4fac34ce
SM
94192013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9420
9421 * emacs-lisp/package.el (package-autoload-ensure-default-file):
9422 Add current dir to the load-path.
9423 (package-generate-autoloads): Don't rely on
9424 autoload-ensure-default-file.
9425
f6bfc063
RT
94262013-04-26 Reuben Thomas <rrt@sc3d.org>
9427
d40ab5cf
BG
9428 * textmodes/remember.el (remember-store-in-files): Document that
9429 the file name format is passed to `format-time-string'.
f6bfc063 9430
e55d3b04
LL
94312013-04-26 Leo Liu <sdl.web@gmail.com>
9432
9433 * progmodes/octave.el (octave-sync-function-file-names): New function.
9434 (octave-mode): Use it in before-save-hook.
9435
e53052d3
SM
94362013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9437
140ef50c
SM
9438 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9439 (bug#14274).
9440
e53052d3
SM
9441 * progmodes/octave.el (octave-smie-forward-token): Properly skip
9442 \n and comment, even if it's not an implicit ; (bug#14218).
9443
af80458d 94442013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
9445
9446 * subr.el (read-number): Once more use `read' rather than
9447 `string-to-number', to trap non-numeric input. (Bug#14254)
9448
af80458d 94492013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
9450
9451 * emacs-lisp/syntax.el (syntax-propertize-multiline):
9452 Use `syntax-multiline' text property consistently instead of
8a621d53 9453 `font-lock-multiline'. (Bug#14237)
70203c2e 9454
e6ea1f6c
GM
94552013-04-26 Glenn Morris <rgm@gnu.org>
9456
9457 * emacs-lisp/shadow.el (list-load-path-shadows):
9458 No longer necessary to check for duplicate simple.el, since
9459 2012-07-07 change to init_lread to not include installation lisp
9460 directories in load-path when running uninstalled. (Bug#14270)
9461
070ccca4
LL
94622013-04-26 Leo Liu <sdl.web@gmail.com>
9463
9464 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9465 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 9466 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
9467 octave-in-string-or-comment-p.
9468 (octave-in-comment-p, octave-in-string-p)
9469 (octave-in-string-or-comment-p): Replace defsubst with defun.
9470
9d1c5fb6
PE
94712013-04-25 Paul Eggert <eggert@cs.ucla.edu>
9472
9473 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9474
c034abda
BG
94752013-04-25 Bastien Guerry <bzg@gnu.org>
9476
9477 * textmodes/remember.el (remember-data-directory)
9478 (remember-directory-file-name-format): Fix custom types.
9479
584ea277
LL
94802013-04-25 Leo Liu <sdl.web@gmail.com>
9481
e53052d3
SM
9482 * progmodes/octave.el (octave-completion-at-point-function):
9483 Make use of inferior octave process.
584ea277
LL
9484 (octave-initialize-completions): Remove.
9485 (inferior-octave-completion-table): New function.
9486 (inferior-octave-completion-at-point): Use it.
9487 (octave-completion-alist): Remove.
9488
1693b06a
SM
94892013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * progmodes/opascal.el: Use font-lock and syntax-propertize.
9492 (opascal-mode-syntax-table): New var.
9493 (opascal-literal-kind, opascal-is-literal-end)
9494 (opascal-literal-token-at): Rewrite.
9495 (opascal--literal-start-re, opascal-font-lock-keywords)
9496 (opascal--syntax-propertize): New constants.
9497 (opascal-font-lock-defaults): Adjust.
9498 (opascal-mode): Use them. Set comment-<foo> variables as well.
9499 (delphi-comment-face, opascal-comment-face, delphi-string-face)
9500 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9501 (delphi-other-face, opascal-other-face): Remove face variables.
9502 (opascal-save-state): Remove macro.
9503 (opascal-fontifying-progress-step): Remove constant.
9504 (opascal--ignore-changes): Remove var.
9505 (opascal-set-token-property, opascal-parse-next-literal)
9506 (opascal-is-stable-literal, opascal-complete-literal)
9507 (opascal-is-literal-start, opascal-face-of)
9508 (opascal-parse-region, opascal-parse-region-until-stable)
9509 (opascal-fontify-region, opascal-after-change)
9510 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9511 (opascal-debug-parse-region, opascal-debug-parse-window)
9512 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9513 (opascal-debug-fontify-buffer): Remove.
9514 (opascal-debug-mode-map): Adjust accordingly.
9515
be64c05d
LL
95162013-04-25 Leo Liu <sdl.web@gmail.com>
9517
9518 Merge octave-mod.el and octave-inf.el into octave.el with some
9519 cleanups.
9520 * progmodes/octave.el: New file renamed from octave-mod.el.
9521 * progmodes/octave-inf.el: Merged into octave.el.
9522 * progmodes/octave-mod.el: Renamed to octave.el.
9523
d79d37bd
TH
95242013-04-25 Tassilo Horn <tsdh@gnu.org>
9525
9526 * textmodes/reftex-vars.el
9527 (reftex-label-ignored-macros-and-environments): New defcustom.
9528
9529 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9530
ced3fc5d
SM
95312013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9534 (smie-indent-keyword): Improve the check to ensure that the next
9535 comment is really on the same line.
9536 (smie-indent-comment): Don't align with a subsequent closer (or eob).
9537
9538 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9539 semi-colons if the line is not otherwise empty (bug#14218).
9540
1c141dad
GM
95412013-04-25 Glenn Morris <rgm@gnu.org>
9542
9543 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9544
5058062a
SM
95452013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9546
9547 * progmodes/opascal.el (opascal-set-token-property): Rename from
9548 opascal-set-text-properties and only set `token' (bug#14134).
9549 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9550 (opascal-literal-text-properties): Remove.
9551 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9552 Adjust callers.
9553
5db9dace 95542013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
9555
9556 * textmodes/remember.el (remember-handler-functions): Add an
9557 option for a new handler `remember-store-in-files'.
9558 (remember-data-directory, remember-directory-file-name-format):
9559 New options.
9560 (remember-store-in-files): New function to store remember notes
9561 as separate files within a directory.
9562
4391916c
MH
95632013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
9564
9565 * progmodes/compile.el (compilation-next-error-function):
9566 Pass "formats" to compilation-find-file (bug#11777).
9567
bb7cdf58
GM
95682013-04-24 Glenn Morris <rgm@gnu.org>
9569
3b8fe752 9570 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
9571 * vc/vc-hg.el (vc-hg-print-log):
9572 * vc/vc-svn.el (vc-svn-print-log):
9573 Fix START-REVISION with LIMIT != 1. (Bug#14168)
9574
bb7cdf58
GM
9575 * vc/vc-bzr.el (vc-bzr-print-log):
9576 * vc/vc-cvs.el (vc-cvs-print-log):
9577 * vc/vc-git.el (vc-git-print-log):
9578 * vc/vc-hg.el (vc-hg-print-log):
9579 * vc/vc-mtn.el (vc-mtn-print-log):
9580 * vc/vc-rcs.el (vc-rcs-print-log):
9581 * vc/vc-sccs.el (vc-sccs-print-log):
9582 * vc/vc-svn.el (vc-svn-print-log):
9583 * vc/vc.el (vc-print-log-internal): Doc fixes.
9584
b46a056e
GM
95852013-04-23 Glenn Morris <rgm@gnu.org>
9586
9587 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9588 Remove venerable code attempting to avoid substitute-command-keys.
9589
0aecf718
TH
95902013-04-23 Tassilo Horn <tsdh@gnu.org>
9591
4391916c
MH
9592 * textmodes/reftex-vars.el (reftex-label-regexps):
9593 Call `reftex-compile-variables' after changes to this variable.
0aecf718 9594
117f94cf
SM
95952013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9596
4391916c 9597 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
9598 Use lexical-binding.
9599 (jit-lock-force-redisplay): Use markers, check buffer's continued
9600 existence and beware narrowed buffers.
9601 (jit-lock-fontify-now): Adjust call accordingly.
9602
1d829c64
SM
96032013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9606 to avoid misleading the user.
9607
72d548a9
LL
96082013-04-22 Leo Liu <sdl.web@gmail.com>
9609
9610 * info-look.el: Prefer latex2e.info. (Bug#14240)
9611
d0853629
MA
96122013-04-22 Michael Albinus <michael.albinus@gmx.de>
9613
9614 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9615
9616 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 9617 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
9618 (tramp-set-completion-function, tramp-parse-putty):
9619 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9620 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9621 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9622 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9623 (tramp-call-local-coding-command): Use `tramp-call-process'
9624 instead of `tramp-compat-call-process'.
9625
9626 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9627 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9628 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 9629 (tramp-find-inline-compress): Improve traces.
d0853629
MA
9630 (tramp-maybe-send-script): Check for Perl binary.
9631 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9632
38cc0210
DU
96332013-04-22 Daiki Ueno <ueno@gnu.org>
9634
9635 * epg.el (epg-context-pinentry-mode): New function.
9636 (epg-context-set-pinentry-mode): New function.
9637 (epg--start): Pass --pinentry-mode option to gpg command.
9638
cc641ee1
XF
96392013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9640
02d844b5 9641 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 9642 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 9643 `completion-at-point'. (Bug#13774)
5d4e5c31 9644
cc641ee1
XF
9645 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9646 default key binding for `describe-distribution' has been moved to
9647 `C-h C-o'. (Bug#13970)
9648
1b42ee43
GM
96492013-04-21 Glenn Morris <rgm@gnu.org>
9650
9651 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9652 Add doc strings.
9653 (vc-print-log): Clarify interactive prompt.
9654
a6d63d97
GM
96552013-04-20 Glenn Morris <rgm@gnu.org>
9656
9657 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9658 No longer include timestamp etc information.
9659
d7f5c16f
RW
96602013-04-20 Roland Winkler <winkler@gnu.org>
9661
9662 * faces.el (read-face-name): Bug fix, return just one face if arg
9663 multiple is nil. (Bug#14209)
9664
bcd7a0a4
SM
96652013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9666
9667 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9668 (remove-function): Autoload.
9669
9670 * comint.el (comint-redirect-original-filter-function): Remove.
9671 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
9672 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9673 (vc-cvs-annotate-command):
bcd7a0a4
SM
9674 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9675 * progmodes/prolog.el (prolog-consult-compile):
9676 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9677 Use add/remove-function instead.
9678 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9679 (gud-tooltip-process-output, gud-tooltip-tips):
9680 Use add/remove-function instead.
9681 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9682 (scheme-interaction-mode, exit-scheme-interaction-mode):
9683 Use add/remove-function instead.
9684
9685 * vc/vc-dispatcher.el: Use lexical-binding.
9686 (vc--process-sentinel): Rename from vc-process-sentinel.
9687 Change last arg to be the code to run. Don't use vc-previous-sentinel
9688 and vc-sentinel-commands any more.
9689 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9690 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9691
e36b2d20 96922013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 9693
bcd7a0a4 9694 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 9695 Handle function names with a single character. (Bug#14111)
4d3268ba 9696
781b4af6 96972013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
9698
9699 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9700 for subroutines defined in an eval (bug#14182).
9701
7d688336
TV
97022013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9703
9704 * bookmark.el (bookmark-completing-read): Improve handling of empty
9705 string (bug#14176).
9706
31dcede0
SM
97072013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9708
9709 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9710
adc31213
FEG
97112013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9712
9713 New faster Imenu implementation (bug#14058).
9714 * progmodes/python.el:
9715 (python-imenu-prev-index-position):
9716 (python-imenu-format-item-label-function)
9717 (python-imenu-format-parent-item-label-function)
9718 (python-imenu-format-parent-item-jump-label-function):
9719 New vars.
9720 (python-imenu-format-item-label)
9721 (python-imenu-format-parent-item-label)
9722 (python-imenu-format-parent-item-jump-label)
9723 (python-imenu--put-parent, python-imenu--build-tree)
9724 (python-imenu-create-index, python-imenu-create-flat-index)
9725 (python-util-popn): New functions.
9726 (python-mode): Set imenu-create-index-function to
9727 python-imenu-create-index.
9728
cdca8255
SM
97292013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9730
9731 * winner.el (winner-active-region): Use region-active-p, activate-mark
9732 and deactivate-mark (bug#14225).
9733
9734 * simple.el (deactivate-mark): Don't inline it.
9735
beb42340
MA
97362013-04-18 Michael Albinus <michael.albinus@gmx.de>
9737
9738 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9739
fc7f4d7e
TH
97402013-04-18 Tassilo Horn <tsdh@gnu.org>
9741
9742 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9743 file extensions from the archive-mode entry in order to prefer
9744 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9745
29f47822
LL
97462013-04-18 Leo Liu <sdl.web@gmail.com>
9747
9748 * bindings.el (help-event-list): Add ?\?.
9749
d36ed1c8
SM
97502013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * subr.el (with-wrapper-hook): Declare obsolete.
9753 * simple.el (filter-buffer-substring-function): New hook.
9754 (filter-buffer-substring): Use it.
9755 (filter-buffer-substring-functions): Mark obsolete.
9756 * minibuffer.el (completion-in-region-function): New hook.
9757 (completion-in-region): Use it.
9758 (completion-in-region-functions): Mark obsolete.
9759 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9760 * abbrev.el (abbrev-expand-function): New hook.
9761 (expand-abbrev): Use it.
9762 (abbrev-expand-functions): Mark obsolete.
9763 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9764 and :filter-return.
9765
04754d36
FEG
97662013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9767
9768 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9769 and do not care about match data.
9770
dd8791e9
SM
97712013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9774 completion tables when completing error conditions and
9775 `declare' arguments.
9776 (lisp-complete-symbol, field-complete): Mark as obsolete.
9777 (check-parens): Unmatched parens are user errors.
9778 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9779
ffe54a13
AM
97802013-04-17 Michal Nazarewicz <mina86@mina86.com>
9781
dd8791e9
SM
9782 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9783 command changed buffer (ie. `flyspell-pre-buffer' is not current
9784 buffer), which prevents making decisions based on invalid value of
9785 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9786 cause an error when `flyspell-pre-point' was nil after switching
9787 buffers.
9788 (flyspell-post-command-hook): No longer needs to change buffers when
9789 checking pre-word. While at it remove unnecessary progn.
ffe54a13 9790
ec7e39f2
AM
97912013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9792
9793 * textmodes/ispell.el (ispell-add-per-file-word-list):
9794 Fix `flyspell-correct-word-before-point' error when accepting
9795 words and `coment-padding' is an integer by using
9796 `comment-normalize-vars' (Bug #14214).
9797
083850a6
FEG
97982013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9799
9800 New defun movement commands.
9801 * progmodes/python.el (python-nav--syntactically)
9802 (python-nav--forward-defun, python-nav-backward-defun)
9803 (python-nav-forward-defun): New functions.
9804
619ed6e1
FEG
98052013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9806
9807 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9808 (python-syntax-context): Use named compiler-macro for backwards
9809 compatibility with Emacs 24.x.
9810
7a1beb6c
LL
98112013-04-17 Leo Liu <sdl.web@gmail.com>
9812
9813 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9814 octave-hide-process-buffer.
9815
2d3fa3e5
SM
98162013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9819 (bug#14216).
9820
7ce5be54
JPG
98212013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9822
9823 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9824 Fix adjustment of offset when receiving incomplete responses from GDB
9825 (bug#14129).
9826
351edece
SM
98272013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9830 python-mode-abbrev-table.
9831 (python-skeleton-define): Adjust accordingly.
9832 (python-mode-abbrev-table): New table that inherits from it so that
9833 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9834
9835 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9836 (abbrev-symbol): Use it.
9837 (abbrev--before-point): Use it since we already handle inheritance.
9838
613f9481
LL
98392013-04-16 Leo Liu <sdl.web@gmail.com>
9840
9841 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9842 binding to info-lookup-symbol.
9843
51646b62
JB
98442013-04-16 Juanma Barranquero <lekktu@gmail.com>
9845
9846 * minibuffer.el (completion--twq-all):
9847 * term/ns-win.el (ns-initialize-window-system):
9848 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9849
efb3f01d
SM
98502013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9851
36c0a301
SM
9852 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9853 global bindings.
9854
efb3f01d
SM
9855 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9856
fb549d64
DG
98572013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9858
9859 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9860 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9861 to nil.
9862 (ruby-end-of-defun): Remove the unused arg, change the docstring
9863 to reflect that this function is only used as the value of
9864 `end-of-defun-function'.
9865 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9866 to reflect an earlier change that beginning/end-of-defun functions
9867 jump between methods in a class definition, as well as top-level
9868 functions.
9869
21e8fe2f
SM
98702013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9871
9872 * minibuffer.el (minibuffer-complete): Don't just scroll
9873 a *Completions* that's been iconified.
9874 (minibuffer-force-complete): Make sure repetitions do cycle when going
9875 through completion-in-region -> minibuffer-complete.
9876
20e527d0
AM
98772013-04-15 Alan Mackenzie <acm@muc.de>
9878
9879 Correct the placement of c-cpp-delimiters when there're #s not at
9880 col 0.
9881
9882 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9883 place a submatch around the #.
21e8fe2f
SM
9884 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9885 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
9886 on the #, not BOL.
9887
dabefae5
SM
98882013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9891 (advice--member-p): New arg `name'.
9892 (advice--add-function, advice-member-p): Use it (bug#14202).
9893
85c9ab64
AM
98942013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9895
9896 Reformulate java imenu-generic-expression.
9897 The old expression contained ill formed regexps.
9898
9899 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9900 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9901 (cc-imenu-java-method-arg-regexp): New defconsts.
9902 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 9903 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
9904 handling of spaces in the regexp.
9905
0f821d99
AM
99062013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9907
9908 * textmodes/ispell.el (ispell-command-loop): Remove
9909 flyspell highlight of a word when ispell accepts it (bug #14178).
9910
eb922adf
MA
99112013-04-15 Michael Albinus <michael.albinus@gmx.de>
9912
9913 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9914 uses code from the previous `ange-ftp-run-real-handler'.
9915 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9916 only in case that function exist. This is needed for proper
9917 unloading of Tramp.
9918
4d9a0979
TH
99192013-04-15 Tassilo Horn <tsdh@gnu.org>
9920
9921 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9922
9923 * textmodes/reftex.el (reftex-compile-variables): Use it.
9924
a829b0dc
SM
99252013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9926
91e8293c
SM
9927 * files.el (normal-mode): Only use default major-mode if no other mode
9928 was specified.
9929
830aed4d
SM
9930 * emacs-lisp/trace.el (trace-values): New function.
9931
a829b0dc
SM
9932 * files.el: Allow : in local variables (bug#14089).
9933 (hack-local-variable-regexp): New var.
9934 (hack-local-variables-prop-line, hack-local-variables): Use it.
9935
7ae9f0fb
RW
99362013-04-13 Roland Winkler <winkler@gnu.org>
9937
9938 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9939 data before it gets modified by bibtex-beginning-of-entry.
9940
6646e848
RW
99412013-04-13 Roland Winkler <winkler@gnu.org>
9942
9943 * textmodes/bibtex.el (bibtex-url): Doc fix.
9944
99452013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
9946
9947 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9948 does not visit a BibTeX file, exclude it from the list of buffers
9949 returned by bibtex-initialize.
9950
0aa3616e
SB
99512013-04-13 Stephen Berman <stephen.berman@gmx.net>
9952
9953 * window.el (split-window): Remove interactive form, since as a
9954 command this function is a special case of split-window-below.
9955 Correct doc string.
9956
011cddd6
RW
99572013-04-12 Roland Winkler <winkler@gnu.org>
9958
9959 * faces.el (read-face-name): Do not override value of arg default.
9960 Allow single faces and strings as default values. Remove those
9961 elements from return value that are not faces.
9962 (describe-face): Simplify.
9963 (face-at-point): New optional args thing and multiple so that this
9964 function can provide the same functionality previously provided by
9965 read-face-name.
9966 (make-face-bold, make-face-unbold, make-face-italic)
9967 (make-face-unitalic, make-face-bold-italic, invert-face)
9968 (modify-face, read-face-and-attribute): Use face-at-point.
9969
9970 * cus-edit.el (customize-face, customize-face-other-window)
9971 * cus-theme.el (custom-theme-add-face)
9972 * face-remap.el (buffer-face-set)
9973 * facemenu.el (facemenu-set-face): Use face-at-point.
9974
f24e0036
MA
99752013-04-12 Michael Albinus <michael.albinus@gmx.de>
9976
9977 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9978
da3cda2d
TH
99792013-04-10 Tassilo Horn <tsdh@gnu.org>
9980
9981 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9982 off leading { and trailing } from field values.
9983
15e54145
SM
99842013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9985
78ce603d
SM
9986 * emacs-lisp/timer.el (timer--check): New function.
9987 (timer--time, timer-set-function, timer-event-handler): Use it.
9988 (timer-set-idle-time): Simplify.
9989 (timer--activate): CSE.
9990 (timer-event-handler): Give more info in error message.
9991 (internal-timer-start-idle): New function, moved from C.
9992
15e54145
SM
9993 * mpc.el (mpc-proc): Add `restart' argument.
9994 (mpc-proc-cmd): Use it.
9995 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9996 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9997 less often.
9998
7144c627
MY
99992013-04-10 Masatake YAMATO <yamato@redhat.com>
10000
10001 * progmodes/sh-script.el: Implement `sh-mode' own
10002 `add-log-current-defun-function' (bug#14112).
10003 (sh-current-defun-name): New function.
10004 (sh-mode): Use the function.
10005
b39792eb
BG
100062013-04-09 Bastien Guerry <bzg@gnu.org>
10007
10008 * simple.el (choose-completion-string): Fix docstring (bug#14163).
10009
8acdeb71
SM
100102013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10011
6fcdab68
SM
10012 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
10013
8acdeb71
SM
10014 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
10015 timer (bug#14156).
10016
e3e7b504
NF
100172013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
10018
10019 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
10020 declaration.
10021
201bb296
LL
100222013-04-07 Leo Liu <sdl.web@gmail.com>
10023
10024 * pcmpl-x.el: New file.
10025
ebb19708
DA
100262013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
10027
10028 Do not set x-display-name until X connection is established.
10029 This is needed to prevent from weird situation described at
10030 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
10031 * frame.el (make-frame): Set x-display-name after call to
10032 window system initialization function, not before.
10033 * term/x-win.el (x-initialize-window-system): Add optional
10034 display argument and use it.
10035 * term/w32-win.el (w32-initialize-window-system):
10036 * term/ns-win.el (ns-initialize-window-system):
10037 * term/pc-win.el (msdos-initialize-window-system):
10038 Add compatible optional display argument.
10039
33bb237a
EZ
100402013-04-06 Eli Zaretskii <eliz@gnu.org>
10041
10042 * files.el (normal-backup-enable-predicate): On MS-Windows and
10043 MS-DOS compare truenames of temporary-file-directory and of the
10044 file, so that 8+3 aliases (usually found in $TEMP on Windows)
10045 don't fail comparison by compare-strings. Also, compare file
10046 names case-insensitively on MS-Windows and MS-DOS.
10047
134abf1f
SM
100482013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10049
10050 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
10051 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
10052
d695cb94
DG
100532013-04-05 Dmitry Gutov <dgutov@yandex.ru>
10054
e3e7b504
NF
10055 * whitespace.el (whitespace-color-on, whitespace-color-off):
10056 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 10057
f4ad7ea1 100582013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
10059
10060 * ispell.el (ispell-set-spellchecker-params):
10061 Really set `ispell-args' for all equivs.
10062
632556e4
SM
100632013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * ido.el (ido-completions): Use extra elements of ido-decorations
10066 (bug#14143).
10067 (ido-decorations): Update docstring.
10068
2a417372
MA
100692013-04-05 Michael Albinus <michael.albinus@gmx.de>
10070
10071 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10072 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
10073 nil during initialization, in order not to miss changes since the
10074 file was opened. (Bug#14140)
10075
fc164b0c
LL
100762013-04-05 Leo Liu <sdl.web@gmail.com>
10077
10078 * kmacro.el (kmacro-call-macro): Fix bug#14135.
10079
0ccecc08
JB
100802013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
10081
10082 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
10083
51af1aa2
GM
100842013-04-04 Glenn Morris <rgm@gnu.org>
10085
10086 * electric.el (electric-pair-inhibit-predicate): Add :version.
10087
b208ebc6
SM
100882013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
10091 when a package is required several times (bug#14082).
10092
f3d3eaf0
RW
100932013-04-04 Roland Winkler <winkler@gnu.org>
10094
10095 * faces.el (read-face-name): Behave as promised by the docstring.
10096 Assume that arg default is a list of faces.
10097 (describe-face): Call read-face-name with list of default faces.
10098
2575da50
TV
100992013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10100
10101 * bookmark.el: Fix deletion of bookmarks (bug#13972).
10102 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
10103 (bookmark-bmenu-execute-deletions): Only skip first line if it's
10104 the header.
10105 (bookmark-exit-hook-internal): Save even if list is empty.
10106
397703b4
YH
101072013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
10108
10109 * emacs-lisp/package.el (package-pinned-packages): New var.
10110 (package--add-to-archive-contents): Obey it (bug#14118).
10111
691e26ae
AM
101122013-04-03 Alan Mackenzie <acm@muc.de>
10113
8a621d53
JB
10114 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
10115 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
10116
10117 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
10118 parameter `not-in-delimiter'. Handle being inside comment opener.
10119 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
10120 character in case we're typing a '*' after a '/'.
10121 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
10122 instead by passing the parameter to c-state-pp-to-literal.
10123
10124 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
10125 for elt. 7 of a parse state.
10126
4b725a70
PE
101272013-04-01 Paul Eggert <eggert@cs.ucla.edu>
10128
10129 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
10130 * international/latin1-disp.el, international/mule-util.el:
10131 * language/cyril-util.el, language/european.el, language/ind-util.el:
10132 * language/lao-util.el, language/thai.el, language/tibet-util.el:
10133 * language/tibetan.el, language/viet-util.el:
10134 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
10135
15c579f0
SM
101362013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
10139 (electric-pair-post-self-insert-function): Use it.
10140 (electric-pair-default-inhibit): New function, extracted from
10141 electric-pair-post-self-insert-function.
10142
a77e2924
RW
101432013-03-31 Roland Winkler <winkler@gnu.org>
10144
10145 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10146
2bd8a4a8
SM
101472013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10148
10149 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10150
8d3655be 101512013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
10152
10153 Un-indent after "pass" and "return" statements (Bug#13888)
10154 * progmodes/python.el (python-indent-block-enders): New var.
10155 (python-indent-calculate-indentation): Use it.
10156
8d3655be 101572013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
10158
10159 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10160 defun. Defining it as defalias could introduce too eager
10161 byte-compiler optimization. (Bug#14030)
10162
8d3655be 101632013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
10164
10165 * iswitchb.el (iswitchb-read-buffer): Fix typo.
10166
0b1619da
LL
101672013-03-30 Leo Liu <sdl.web@gmail.com>
10168
10169 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10170 (kmacro-execute-from-register): Pass the keyboard macro to
10171 kmacro-call-macro or repeating won't work correctly.
10172
0b938190
TZ
101732013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
10174
10175 * progmodes/subword.el: Back to using `forward-symbol'.
10176
10177 * subr.el (forward-whitespace, forward-symbol)
10178 (forward-same-syntax): Move from thingatpt.el.
10179
35710234
LL
101802013-03-29 Leo Liu <sdl.web@gmail.com>
10181
10182 * kmacro.el (kmacro-to-register): New command.
10183 (kmacro-execute-from-register): New function.
10184 (kmacro-keymap): Bind to 'x'. (Bug#14071)
10185
efc0bb73
SM
101862013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * mpc.el: Use defvar-local and setq-local.
10189 (mpc--proc-connect): Connection failures are not bugs.
10190 (mpc-mode-map): `follow-link' only applies to the buffer's content.
10191 (mpc-volume-map): Bind to the up-events.
10192
75a2f981
TZ
101932013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10194
10195 * progmodes/subword.el (superword-mode): Use `forward-sexp'
10196 instead of `forward-symbol'.
10197
17c781d1
SM
101982013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10199
10200 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10201 (edebug--recursive-edit): Use it.
10202 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10203 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10204
f67bfbcf
LL
102052013-03-28 Leo Liu <sdl.web@gmail.com>
10206
10207 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
10208
b59f639d
EZ
102092013-03-27 Eli Zaretskii <eliz@gnu.org>
10210
10211 * facemenu.el (list-colors-callback): New defvar.
10212 (list-colors-redisplay): New function.
10213 (list-colors-display): Install list-colors-redisplay as the
10214 revert-buffer-function. (Bug#14063)
10215
f557c1b1
SM
102162013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10217
b1da2957
SM
10218 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10219 and suffixes don't overlap (bug#14061).
10220
f557c1b1
SM
10221 * case-table.el: Use lexical-binding.
10222 (case-table-get-table): New function.
10223 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
10224
002668e1
TZ
102252013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10226
10227 * progmodes/subword.el: Add `superword-mode' to do word motion
10228 over symbol_words (parallels and leverages `subword-mode' which
10229 does word motion inside MixedCaseWords).
10230
73572c72
AG
102312013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
10232
78b8f320 10233 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 10234 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 10235
69b2c07e
SM
102362013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10239 Change return value to be a sexp. Delay `get-buffer' to after
10240 restoring the desktop (bug#13951).
10241
08bb5ee2
LL
102422013-03-26 Leo Liu <sdl.web@gmail.com>
10243
10244 * register.el: Move semantic tag handling back to
10245 cedet/semantic/senator.el. (Bug#14052)
10246
8d4c974e
SM
102472013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10248
10249 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10250 into the prompt either (bug#13963).
10251
b234d92c
SM
102522013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10253
10254 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10255 part of "(error-foo)".
10256
ddfa3cb4
JL
102572013-03-24 Juri Linkov <juri@jurta.org>
10258
10259 * replace.el (list-matching-lines-prefix-face): New defcustom.
10260 (occur-1): Pass `list-matching-lines-prefix-face' to the function
10261 `occur-engine' if `face-differs-from-default-p' returns t.
10262 (occur-engine): Add `,' inside backquote construct to evaluate
10263 `prefix-face'. Propertize the prefix with the `prefix-face' face.
10264 Pass `prefix-face' to the functions `occur-context-lines' and
10265 `occur-engine-add-prefix'.
10266 (occur-engine-add-prefix, occur-context-lines): Add optional arg
10267 `prefix-face' and propertize the prefix with `prefix-face'.
10268 (Bug#14017)
10269
7b0e2f85
LL
102702013-03-24 Leo Liu <sdl.web@gmail.com>
10271
10272 * nxml/rng-valid.el (rng-validate-while-idle)
10273 (rng-validate-quick-while-idle): Guard against deleted buffer.
10274 (Bug#13999)
10275
10276 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10277 is the last entry in kill-buffer-hook.
10278
10279 * files.el (kill-buffer-hook): Doc fix.
10280
b3082f49
DG
102812013-03-23 Dmitry Gutov <dgutov@yandex.ru>
10282
b234d92c
SM
10283 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10284 Make it safe-local.
bde73d27 10285
b3082f49
DG
10286 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10287
a320a2db
LL
102882013-03-23 Leo Liu <sdl.web@gmail.com>
10289
7e74b0fb
LL
10290 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10291 Remove.
10292
10293 * nxml/rng-valid.el (rng-validate-mode)
10294 (rng-after-change-function, rng-do-some-validation):
10295 * nxml/rng-maint.el (rng-validate-buffer):
10296 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10297 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10298 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10299 (nxml-extend-after-change-region): Use with-silent-modifications.
10300
a320a2db
LL
10301 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10302 timer-idle-list.
10303
10304 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10305 (rng-next-error-1, rng-previous-error-1): Do not let-bind
10306 timer-idle-list. (Bug#13999)
10307
e38e6780
JL
103082013-03-23 Juri Linkov <juri@jurta.org>
10309
10310 * info.el (info-index-match): New face.
10311 (Info-index, Info-apropos-matches): Add a nested subgroup to the
10312 main pattern and add text properties with the new face to matches
10313 in index entries relative to the beginning of the index entry.
10314 (Bug#14015)
10315
e8cc7880
DE
103162013-03-21 Eric Ludlam <zappo@gnu.org>
10317
10318 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10319 Inhibit read only while inserting objects.
10320
9bb0d822
TZ
103212013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
10322
10323 * progmodes/cfengine.el: Update docs to mention
10324 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
10325 symbol motion. Remove "_" from the word syntax.
10326
aa703640
TZ
103272013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
10328
10329 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10330 syntax for both `cfengine2-mode' and `cfengine3-mode'.
10331
afff09d0
JL
103322013-03-20 Juri Linkov <juri@jurta.org>
10333
10334 * info.el (Info-next-reference-or-link)
10335 (Info-prev-reference-or-link): New functions.
10336 (Info-next-reference, Info-prev-reference): Use them.
10337 (Info-try-follow-nearest-node): Handle footnote navigation.
10338 (Info-fontify-node): Fontify footnotes. (Bug#13989)
10339
9a1ff164
SM
103402013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10343 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10344
2667d15d
PE
103452013-03-20 Paul Eggert <eggert@cs.ucla.edu>
10346
10347 Suppress unnecessary non-ASCII chatter during build process.
10348 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10349 (batch-skkdic-convert): Suppress most of the chatter.
10350 It's not needed so much now that machines are faster,
10351 and its non-ASCII component was confusing; see Dmitry Gutov in
10352 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10353
438b0579
LL
103542013-03-20 Leo Liu <sdl.web@gmail.com>
10355
10356 * ido.el (ido-chop): Fix bug#10994.
10357
c128ab07
DG
103582013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10359
10360 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10361 Remove vars.
9a1ff164
SM
10362 (whitespace-color-on, whitespace-color-off):
10363 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 10364
0e6008c5
SM
103652013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10366
10367 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10368 remapping in mode-line.
10369 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10370
627b52b0
DG
103712013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10372
10373 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10374 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
10375 (whitespace-font-lock-keywords): Change description.
10376 (whitespace-color-on): Don't save `font-lock-keywords' value, save
10377 the constructed keywords instead.
10378 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 10379
50c3a20b
LL
103802013-03-19 Leo Liu <sdl.web@gmail.com>
10381
10382 * progmodes/compile.el (compilation-display-error): New command.
10383 (compilation-mode-map, compilation-minor-mode-map): Bind it to
10384 C-o. (Bug#13992)
10385
2aa2157b
PE
103862013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10387
10388 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10389
e477dbfa
JD
103902013-03-18 Jan Djärv <jan.h.d@swipnet.se>
10391
10392 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10393
64ab82d1
MA
103942013-03-18 Michael Albinus <michael.albinus@gmx.de>
10395
10396 * net/tramp-compat.el (tramp-compat-user-error): New defun.
10397
10398 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10399 * net/tramp-gvfs.el (top):
10400 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10401 (tramp-handle-shell-command): Use it.
10402 (tramp-dissect-file-name): Raise an error when hostname is a
10403 method name, and neither method nor user is specified.
10404
10405 * net/trampver.el: Update release number.
10406
33cef733
LL
104072013-03-18 Leo Liu <sdl.web@gmail.com>
10408
10409 Make sure eldoc can be turned off properly.
10410 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10411 eldoc-mode.
10412 (eldoc-display-message-p): Revert last change.
10413 (eldoc-display-message-no-interference-p)
10414 (eldoc-print-current-symbol-info): Tweak.
10415
2167b7b2
TH
104162013-03-18 Tassilo Horn <tsdh@gnu.org>
10417
10418 * doc-view.el (doc-view-new-window-function): Check the new window
10419 overlay's display property instead the char property of the
10420 buffer's first char. Use `with-selected-window' instead of
10421 `save-window-excursion' with `select-window'.
10422 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 10423 display property instead the char property of the buffer's first char.
2167b7b2 10424
982efbcd
PE
104252013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10426
10427 Automate the build of ja-dic.el (Bug#13984).
10428 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10429 from the input, rather than assume that it's been done for us by the
10430 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
10431 the current date into a ja-dic.el comment, as that complicates
10432 regression testing.
10433
2fcc7665
SM
104342013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * whitespace.el: Fix double evaluation.
10437 (whitespace-space, whitespace-hspace, whitespace-tab)
10438 (whitespace-newline, whitespace-trailing, whitespace-line)
10439 (whitespace-space-before-tab, whitespace-indentation)
10440 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10441 obsolete defvars.
10442 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10443 (whitespace-color-on): Use a single font-lock-add-keywords call.
10444 Fix double-evaluation of face variables.
10445
67c0a6e6
MA
104462013-03-17 Michael Albinus <michael.albinus@gmx.de>
10447
2fcc7665
SM
10448 * net/tramp-adb.el (tramp-adb-parse-device-names):
10449 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 10450 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 10451
69489f1d
LL
104522013-03-17 Leo Liu <sdl.web@gmail.com>
10453
10454 Extend eldoc to display info in the mode-line. (Bug#13978)
10455 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10456 (eldoc-mode-line-string): New variable.
10457 (eldoc-minibuffer-message): New function.
10458 (eldoc-message-function): New variable.
10459 (eldoc-message): Use it.
10460 (eldoc-display-message-p)
2fcc7665
SM
10461 (eldoc-display-message-no-interference-p):
10462 Support eldoc-post-insert-mode.
69489f1d
LL
10463
10464 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10465 (eval-expression): Run it.
10466
9c44569e
RW
104672013-03-17 Roland Winkler <winkler@gnu.org>
10468
10469 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10470 strings in the list of return values.
10471
327f1f6f
JB
104722013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10473
10474 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10475 radix before checking for HMS forms.
10476
67ed8fcd
LL
104772013-03-16 Leo Liu <sdl.web@gmail.com>
10478
10479 * progmodes/scheme.el: Add indentation and font-locking for λ.
10480 (Bug#13975)
10481
78be8b64 104822013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
10483
10484 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10485 token before point (bug#13942).
10486
78be8b64 104872013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 10488
95b43468 10489 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 10490
98e775e6
EZ
104912013-03-16 Eli Zaretskii <eliz@gnu.org>
10492
10493 * startup.el (command-line-normalize-file-name): Fix handling of
10494 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
10495 <xfq.free@gmail.com> in
10496 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10497
2edd6029
MA
104982013-03-15 Michael Albinus <michael.albinus@gmx.de>
10499
10500 Sync with Tramp 2.2.7.
10501
10502 * net/trampver.el: Update release number.
10503
d35f5864
TH
105042013-03-14 Tassilo Horn <tsdh@gnu.org>
10505
e903c210 10506 * doc-view.el: Fix bug#13887.
f35ffe5e
TH
10507 (doc-view-insert-image): Don't modify overlay associated to
10508 non-live windows, and implement horizontal centering of image in
10509 case it's smaller than the window.
10510 (doc-view-new-window-function): Force redisplay of new windows on
10511 doc-view buffers.
d35f5864 10512
1c4a85ed
KF
105132013-03-13 Karl Fogel <kfogel@red-bean.com>
10514
10515 * saveplace.el (save-place-alist-to-file): Don't sort
10516 `save-place-alist', just pretty-print it (bug#13882).
10517
85b66a21
MA
105182013-03-13 Michael Albinus <michael.albinus@gmx.de>
10519
a020afb9
JB
10520 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10521 Check whether `default-file-name-coding-system' is bound.
10522 It isn't in XEmacs.
85b66a21 10523
175600da
SM
105242013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10525
e7f7cb1a
SM
10526 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10527 backquotes for `obsolete' (bug#13929).
10528
175600da
SM
10529 * international/mule.el (find-auto-coding): Include file name in
10530 obsolescence warning (bug#13922).
10531
ca68a22e
TZ
105322013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
10533
10534 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10535 for CFEngine 3-specific indentation.
10536 (cfengine3-indent-line): Use it. Fix up category regex.
10537 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10538
940e5099
SM
105392013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * type-break.el (type-break-file-name):
10542 * textmodes/remember.el (remember-data-file):
10543 * strokes.el (strokes-file):
10544 * shadowfile.el (shadow-initialize):
10545 * saveplace.el (save-place-file):
10546 * ps-bdf.el (bdf-cache-file):
10547 * progmodes/idlwave.el (idlwave-config-directory):
10548 * net/quickurl.el (quickurl-url-file):
10549 * international/kkc.el (kkc-init-file-name):
10550 * ido.el (ido-save-directory-list-file):
10551 * emulation/viper.el (viper-custom-file-name):
10552 * emulation/vip.el (vip-startup-file):
10553 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10554 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10555
cc725808
PE
105562013-03-12 Paul Eggert <eggert@cs.ucla.edu>
10557
10558 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10559 * language/thai-word.el: Switch to UTF-8.
10560
a020afb9 10561See ChangeLog.16 for earlier changes.
e3d51b27
MR
10562
10563;; Local Variables:
10564;; coding: utf-8
e3d51b27
MR
10565;; End:
10566
ab422c4d 10567 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
10568
10569 This file is part of GNU Emacs.
10570
10571 GNU Emacs is free software: you can redistribute it and/or modify
10572 it under the terms of the GNU General Public License as published by
10573 the Free Software Foundation, either version 3 of the License, or
10574 (at your option) any later version.
10575
10576 GNU Emacs is distributed in the hope that it will be useful,
10577 but WITHOUT ANY WARRANTY; without even the implied warranty of
10578 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10579 GNU General Public License for more details.
10580
10581 You should have received a copy of the GNU General Public License
10582 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.