Revert last commit.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
aac06179
JB
12014-03-22 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
4 benefit of doc.c; change parameter profile to match the X function.
5
1e92a8a3
MA
62014-03-21 Michael Albinus <michael.albinus@gmx.de>
7
8 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
9 and `tramp-copy-env'.
10
11 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
12 (tramp-maybe-open-connection): Handle `tramp-login-env'.
13
78540c42
GM
142014-03-21 Glenn Morris <rgm@gnu.org>
15
16 * electric.el (electric-indent-post-self-insert-function): Add doc.
17
1fc8f655
DG
182014-03-21 Dmitry Gutov <dgutov@yandex.ru>
19
dcf78667
DG
20 * emacs-lisp/package.el (package-compute-transaction):
21 Use `version-list-<=' to compare the requirement version against
22 the version of package already to be installed. Update the error
23 message. (Bug#16826)
24
1fc8f655
DG
25 * progmodes/ruby-mode.el (ruby-smie-rules):
26 Add indentation rule for ` @ '. (Bug#17050)
27
dada060d
JB
282014-03-21 Juanma Barranquero <lekktu@gmail.com>
29
30 * align.el (align-regexp): Remove superfluous backslash.
31
32 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
33 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
34 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
35 Fix docstring typos.
36 (ffap-next): Use C-u in docstring.
37 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
38 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
39 Remove superfluous backslashes.
40 (ffap-string-at-point): Reflow docstring.
41
42 * server.el (server-host): Reflow docstring.
43 (server-unload-function): Fix docstring typo.
44 (server-eval-at): Remove superfluous backslash.
45
46 * skeleton.el (skeleton-insert): Remove superfluous backslash.
47 (skeleton-insert): Doc fix.
48 (skeleton-insert): Reflow docstring.
49
50 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
51 (tty-color-approximate, tty-color-by-index, tty-color-values)
52 (tty-color-desc): Remove superfluous backslashes.
53
049fac7c
SM
542014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
55
494ec1e7
SM
56 * electric.el (electric-newline-and-maybe-indent): New command.
57 Bind it globally to C-j.
58 (electric-indent-mode): Don't mess with the global map any more.
59 Don't drop the post-self-insert-hook is some buffer is still using it
60 (bug#16770).
61 * bindings.el (global-map): Remove C-j binding.
62
049fac7c
SM
63 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
64 the docstring of functions advised before dumping (bug#16993).
65
f15ec1ba 662014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
6a72e405
SH
67
68 * ps-print.el (ps-generate-postscript-with-faces):
69 Explicitly deactivate the mark (bug#16866).
70 * simple.el (deactivate-mark): Update region highlight.
71
f88bdc45
JB
722014-03-19 Juanma Barranquero <lekktu@gmail.com>
73
74 * emacs-lisp/package.el (describe-package-1):
75 Decode commentary (bug#16733).
76
6b88e570
JB
772014-03-18 Juanma Barranquero <lekktu@gmail.com>
78
79 * custom.el (defcustom): Doc fix: recommend avoiding destructive
80 modification of the value argument of :set (bug#16755).
81
ac9b4703
SM
822014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * simple.el (newline-and-indent): Do autofill (bug#17031).
85
2b7858ec
DG
862014-03-18 Dmitry Gutov <dgutov@yandex.ru>
87
88 * newcomment.el (comment-normalize-vars): Only add escaping check
89 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
90 (comment-beginning): Use `narrow-to-region' instead of moving back
91 one character.
92 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
93 (comment-start-skip): Update the docstring.
94
11eff3ae
RS
952014-03-18 Richard Stallman <rms@gnu.org>
96
97 * dired.el (dired-display-file): Force use of other window.
98
07f44fdb
JB
992014-03-18 Daniel Colascione <dancol@dancol.org>
100
101 * startup.el (tty-handle-args): Remove debug message from 2007.
102
1032014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
adbfe42c
SM
104
105 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
106 (advice--make-interactive-form): Use it to avoid (auto)loading function.
107 (advice--make-1, advice-add, advice-remove):
108 Remove braindead :advice-pending hack.
109
61debe4a
GM
1102014-03-17 Glenn Morris <rgm@gnu.org>
111
112 * calendar/calendar.el (calendar-generate-month): Apply weekend
113 face to the right days; fixes 2013-08-06 change. (Bug#17028)
114
8273986b
MA
1152014-03-17 Michael Albinus <michael.albinus@gmx.de>
116
117 * net/tramp.el (tramp-action-out-of-band): Read pending output.
118 (tramp-call-process): Trace also DESTINATION.
119
120 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
121 Quote file names when they are local. Remove superfluous trace.
122
4f8aeb84
DG
1232014-03-17 Dmitry Gutov <dgutov@yandex.ru>
124
218feefc
DG
125 * newcomment.el (comment-beginning): If `comment-start-skip'
126 doesn't match, move back one char and try again. (Bug#16971)
127
6c187ef5
SM
128 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
129 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
4f8aeb84
DG
130 Set `comment-start-skip' to a simpler value that doesn't try to
131 check if the semicolon is escaped (this is handled by
132 `syntax-ppss' now). (Bug#16971)
133
134 * progmodes/scheme.el (scheme-mode-variables): Same.
135
b92631bf
MR
1362014-03-16 Martin Rudalics <rudalics@gmx.at>
137
138 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
139 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
140 current (Bug#16816, Bug#17007).
141 (with-current-buffer-window): New macro doing the same as
142 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
143 * help.el (help-print-return-message): Warn in doc-string to not
144 use this in `with-help-window'.
145 (describe-bindings-internal): Call `describe-buffer-bindings'
146 from within help buffer. See Juanma's scenario in (Bug#16816).
147 (with-help-window): Update doc-string.
148 * dired.el (dired-mark-pop-up):
149 * files.el (save-buffers-kill-emacs):
150 * register.el (register-preview): Use `with-current-buffer-window'
151 instead of `with-temp-buffer-window'.
152
57348c4d
JB
1532014-03-16 Juanma Barranquero <lekktu@gmail.com>
154
155 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
156 Implement inserting into current buffer, documented in their docstrings.
157 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
158 (rst-section-tree-point, rst-forward-section, rst-indent)
159 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
160 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
161 (rst-font-lock-handle-adornment-pre-match-form)
162 (rst-repeat-last-character): Reflow docstrings.
163 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
164 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
165 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
166 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
167 Fix docstring typos.
168 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
169 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
170 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
171
fd16b061
JB
1722014-03-15 Juanma Barranquero <lekktu@gmail.com>
173
a2403e3d
JB
174 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
175 for compatibility with other ports.
176 (ns-initialize-window-system): Use it. It is set in term/common-win.el
177 from the -xrm command line argument, but in the Nextstep port its value
178 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
179
fd16b061
JB
180 * progmodes/python.el (defconst, python-syntax-count-quotes)
181 (python-indent-region, python-indent-shift-right)
182 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
183 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
184 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
185 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
186 (inferior-python-mode, python-shell-make-comint, run-python-internal)
187 (python-shell-buffer-substring, python-shell-send-buffer)
188 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
189 (python-completion-complete-at-point, python-fill-docstring-style)
190 (python-eldoc-function, python-imenu-format-item-label)
191 (python-imenu-format-parent-item-label)
192 (python-imenu-format-parent-item-jump-label)
193 (python-imenu--build-tree, python-imenu-create-index)
194 (python-imenu-create-flat-index): Fix docstring typos.
195 (python-indent-context, python-shell-prompt-regexp, run-python):
196 Remove superfluous backslashes.
197 (python-indent-line, python-nav-beginning-of-defun)
198 (python-shell-get-buffer, python-shell-get-process)
199 (python-info-current-defun, python-info-current-line-comment-p)
200 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
201 (python-indent-post-self-insert-function, python-shell-send-file)
202 (python-shell-completion-get-completions)
203 (python-shell-completion-complete-or-indent)
204 (python-eldoc--get-doc-at-point): Reflow docstrings.
205
e94807f0
GM
2062014-03-14 Glenn Morris <rgm@gnu.org>
207
88103345
GM
208 * emacs-lisp/package.el (package-menu-mode-map):
209 Replace use of obsolete function alias. Tweak menu item text.
210
f2dd4ba8
GM
211 * info.el (Info-finder-find-node):
212 Ignore the `emacs' metapackage. (Bug#10813)
213
ac0f82ef
GM
214 * finder.el (finder-list-matches): Include unversioned packages
215 in the result of a keyword search.
216
e94807f0
GM
217 * finder.el (finder--builtins-descriptions): New constant.
218 (finder-compile-keywords): Use finder--builtins-descriptions.
219
50d434d1
DG
2202014-03-14 Dmitry Gutov <dgutov@yandex.ru>
221
222 * simple.el (blink-matching-paren): Describe the new value,
223 `jump', enabling the old behavior.
224 (blink-matching-open): Use that value. (Bug#17008)
225
56759cf1
GM
2262014-03-14 Glenn Morris <rgm@gnu.org>
227
459d74ef
GM
228 * finder.el (finder-no-scan-regexp): Add leim-list.
229 (finder-compile-keywords):
230 Don't skip files with same basename. (Bug#14010)
231 * Makefile.in (setwins_finder): New, excluding leim.
232 (finder-data): Use setwins_finder.
233
56759cf1
GM
234 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
235 (help-function-arglist, help-make-usage): Move from here...
236 * help.el (help-split-fundoc, help-add-fundoc-usage)
237 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
238 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
239
7644aa97
JB
2402014-03-14 Juanma Barranquero <lekktu@gmail.com>
241
242 * net/socks.el (socks, socks-override-functions)
fd16b061 243 (socks-find-services-entry):
7644aa97
JB
244 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
245 (hif-find-ifdef-block):
246 * progmodes/modula2.el (m2-indent): Fix docstring typos.
247
248 * net/tls.el (tls-program): Reflow docstring.
249
250 * progmodes/pascal.el (pascal-mode-abbrev-table)
251 (pascal-imenu-generic-expression, pascal-auto-endcomments)
252 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
253 (pascal-outline-mode): Fix docstring typos.
254 (pascal-mode): Let define-derived-mode document mode hook.
255 (pascal-uncomment-area): Reflow.
256 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
257
258 * progmodes/opascal.el (opascal-compound-block-indent)
259 (opascal-case-label-indent): Fix docstring typos.
260 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
261
1f44df94
DG
2622014-03-13 Dmitry Gutov <dgutov@yandex.ru>
263
07f44fdb
JB
264 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
265 Fontify multiple adjacent negation chars. (Bug#17004)
1f44df94 266
0d71dfb3
TW
2672014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
268
269 * emacs-lisp/package.el (package--prepare-dependencies):
270 Accept requirements without explicit version (bug#14941).
271
d27a1a7b
JB
2722014-03-12 Juanma Barranquero <lekktu@gmail.com>
273
a5765a3d
JB
274 * register.el (register-separator, copy-to-register): Doc fixes.
275 (register-preview-default): Remove unnecessary call to concat.
276
d27a1a7b
JB
277 * frameset.el (frameset-restore): When checking for a visible frame,
278 use the action map instead of calling visible-frame-list.
279
08dfa0b7
JB
2802014-03-12 Jonas Bernoulli <jonas@bernoul.li>
281
282 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
283
8960529e
MR
2842014-03-12 Martin Rudalics <rudalics@gmx.at>
285
286 * window.el (fit-frame-to-buffer): Get maximum width from
287 display's width instead of height.
288
8a51e8e4
GM
2892014-03-12 Glenn Morris <rgm@gnu.org>
290
46456005
GM
291 * desktop.el (desktop-restore-frames)
292 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
293 (desktop-restore-reuses-frames): Doc tweaks.
294
8a51e8e4
GM
295 * electric.el (electric-indent-mode): Doc fix.
296
5983b317
JB
2972014-03-12 Juanma Barranquero <lekktu@gmail.com>
298
299 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
300 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
301 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
302 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
303 (cvs-dired-use-hook): Fix docstring typos.
304 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
305 Doc fixes.
306
307 * vc/pcvs-defs.el (cvs-auto-remove-handled)
308 (cvs-auto-remove-directories, cvs-default-ignore-marks)
309 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
310 (cvs-execute-single-dir): Fix docstring typos.
311
312 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
313 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
314
315 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
316
317 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
318 Fix docstring typos.
319
13c00cf0
JB
3202014-03-12 Juanma Barranquero <lekktu@gmail.com>
321
322 * frameset.el (frameset--jump-to-register): Add autoload; it could be
323 called from jump-to-register after unloading the frameset package.
324
536a17e3
SM
3252014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
328 (bug#16975). Deactivate the mark before setting it to nil.
329 (activate-mark): Do nothing if region is already active.
330
baf8d0ac
JB
3312014-03-11 Juanma Barranquero <lekktu@gmail.com>
332
333 * frameset.el (frameset--target-display): Remove definition; declare.
334 (frameset-save, frameset-restore): Let-bind frameset--target-display.
335
1ea22560
SM
3362014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
339 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
340 when the advice is pending.
341 (advice-remove): Remove this marker when not needed any more.
342
4538c058
JB
3432014-03-11 Juanma Barranquero <lekktu@gmail.com>
344
345 * frameset.el: Separate options for reusing frames and cleaning up.
346 (frameset--reuse-list): Remove definition; declare.
347 (frameset--action-map): Declare.
348 (frameset--find-frame-if): Doc fix.
349 (frameset--restore-frame): Cache frame action.
350 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
351 how to clean up the frame list after restoring. Remove cleaning
352 options from REUSE-FRAMES. Change all keyword values to symbols.
353 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
354
355 * desktop.el (desktop-restore-forces-onscreen)
356 (desktop-restore-reuses-frames): Use non-keyword values.
357 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
358
ba1a5c78
GM
3592014-03-10 Glenn Morris <rgm@gnu.org>
360
776aa432
GM
361 * files.el (find-file): Doc fix: update info node name.
362
ba1a5c78
GM
363 * emacs-lisp/advice.el (ad-add-advice, defadvice):
364 Doc fix: remove references to deleted info nodes.
365
183d706e
MA
3662014-03-10 Michael Albinus <michael.albinus@gmx.de>
367
368 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
369 Do not add `nil' to the environment, when there's no remote `locale'.
370 (tramp-find-inline-encoding): Check, that the remote host has
371 installed perl, before sending scripts.
372
6f0f96e7
LL
3732014-03-10 Leo Liu <sdl.web@gmail.com>
374
536a17e3
SM
375 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
376 Clear eldoc-last-message. (Bug#16920)
6f0f96e7 377
ca70fe78
SM
3782014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
381 (bug#14430).
382
eb67db41
JL
3832014-03-09 Juri Linkov <juri@jurta.org>
384
385 * ansi-color.el (ansi-color-names-vector): Copy default colors
386 from `xterm-standard-colors' that look well on the default white
387 background (and also on the black background) to avoid illegible
8cf07e5a 388 color combinations like yellow-on-white and white-on-white.
eb67db41
JL
389 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
390
e7db5447
JB
3912014-03-08 Juanma Barranquero <lekktu@gmail.com>
392
393 * frameset.el (frameset-restore): When no frame is visible, do not
394 generate a list of frames, just make visible the selected one.
395
f0a4c8d7
DG
3962014-03-08 Dmitry Gutov <dgutov@yandex.ru>
397
398 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
399 it only contains the repository root. (Bug#16897)
400
e50772e3
MA
4012014-03-07 Michael Albinus <michael.albinus@gmx.de>
402
403 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
404 only when `remote-file-name-inhibit-cache' is nil.
405 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
406
cac0a1d6
MR
4072014-03-06 Martin Rudalics <rudalics@gmx.at>
408
409 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
410 Fix doc-strings.
411 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
412 fit-frame-to-buffer variable. Fix doc-string.
413 (fit-window-to-buffer): Set ONLY argument in call of
414 fit-frame-to-buffer. Fix doc-string.
415
fa965cbf
MA
4162014-03-06 Michael Albinus <michael.albinus@gmx.de>
417
418 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
419 (tramp-action-password): Clear password cache if needed.
420 (tramp-read-passwd): Do not clear password cache.
421
422 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
423 cache unless it is the first password request.
424
c94e6ee4
GM
4252014-03-06 Glenn Morris <rgm@gnu.org>
426
03bc753e
GM
427 * simple.el (newline): Doc tweak.
428
c94e6ee4
GM
429 * emacs-lisp/shadow.el (load-path-shadows-find):
430 Ignore dir-locals. (Bug#12357)
431
bd2d43dc
GM
4322014-03-05 Glenn Morris <rgm@gnu.org>
433
434 * files.el (interpreter-mode-alist):
435 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
436
9284000e
JB
4372014-03-05 Juanma Barranquero <lekktu@gmail.com>
438
439 * frameset.el (frameset--initial-params): Filter out null entries.
440
e1a2cb1c
MR
4412014-03-05 Martin Rudalics <rudalics@gmx.at>
442
27821a89
JB
443 * window.el (window-min-height, window-min-width):
444 Rewrite doc-strings.
e1a2cb1c
MR
445 (window-body-size): Add PIXELWISE argument to make it consistent
446 with its callees.
447
6bf67038
JB
4482014-03-05 Juanma Barranquero <lekktu@gmail.com>
449
450 * finder.el (finder-mode-map, finder-mode-syntax-table):
451 Revert part of 2014-02-28 change.
452
90f04e4c
LI
4532014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
454
455 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
456 (eww-setup-buffer): Clear next/prev/etc more reliably.
27821a89
JB
457 (eww-textarea-map): [tab] doesn't work on tty.
458 Reported by Mario Lang.
6952100d
LI
459
460 * net/shr.el (shr-map): Ditto.
90f04e4c 461
3106d59b
GM
4622014-03-04 Glenn Morris <rgm@gnu.org>
463
464 * minibuffer.el (completion-hilit-commonality):
465 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
466
f604dfdc
JB
4672014-03-04 Juanma Barranquero <lekktu@gmail.com>
468
469 * hilit-chg.el (hilit-chg-unload-function): New function.
470 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
471 (hilit-chg-map-changes): Prefer cardinal number to digit.
472 (hilit-chg-display-changes): Reflow docstring.
473 (highlight-changes-rotate-faces): Remove superfluous backslash.
474
5dc65319
MA
4752014-03-04 Michael Albinus <michael.albinus@gmx.de>
476
477 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
478 `tramp-send-command-and-check'.
479
4242d21d
JB
4802014-03-04 Juanma Barranquero <lekktu@gmail.com>
481
b01fa838
JB
482 * hexl.el (hexl-address-region, hexl-ascii-region)
483 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
484 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
485 (hexl-forward-word, hexl-previous-line, hexl-next-line):
486 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
487 (hexl-mode): Doc fix.
488 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
489 (hexl-mode-ruler): Fix typos in docstrings.
490
4242d21d
JB
491 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
492 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
493 Remove superfluous backslashes.
494 (strokes-last-stroke, strokes-global-map, strokes-mode):
495 Reflow docstrings.
496 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
497 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
498 (strokes-distance-squared, strokes-global-set-stroke)
499 (strokes-global-set-stroke-string): Doc fixes.
500 (strokes-help): Fix typos; reflow docstring.
501
87132570
MR
5022014-03-04 Martin Rudalics <rudalics@gmx.at>
503
504 * window.el (window-in-direction): Fix doc-string.
505
d82e752c
GM
5062014-03-04 Glenn Morris <rgm@gnu.org>
507
508 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
509 Explicit error if no grammar.
510 (smie-config-save): Doc fix. Fix quote typo.
511
62528af0
SM
5122014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
513
8d4901dc
SM
514 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
515 electric-indent-mode-hook if we obey electric-indent-mode.
516 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
517 decide whether we obey electric-indent-mode.
518 (c-change-set-fl-decl-start, c-extend-after-change-region):
519 Silence warnings.
520 (c-electric-indent-mode-hook): Assume we do want to obey
521 electric-indent-mode.
522
523 * electric.el (electric-indent-mode-has-been-called): Remove.
524 (electric-indent-mode): Fix accordingly.
525
092c12b2
SM
526 * files.el (hack-local-variables): Mention file name in warning.
527
62528af0
SM
528 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
529
5b87d0d9
MN
5302014-03-04 Michal Nazarewicz <mina86@mina86.com>
531
532 * binding.el: Add comment describing why C-d binds to `delete-char'.
533 * simple.el (delete-forward-char): Mark as interactive-only.
534
542a3840
JB
5352014-03-03 Juanma Barranquero <lekktu@gmail.com>
536
f2d2402e
GM
537 * icomplete.el (icomplete-completions):
538 Follow-up to 2014-03-01 change.
d11320e5
JB
539
540 * icomplete.el: Miscellaneous doc fixes.
541 Use Icomplete everywhere instead of icomplete for consistency.
542 (icomplete-max-delay-chars): Fix typo.
543 (icomplete-mode): Use \[].
544 (icomplete-tidy, icomplete-exhibit): Reflow.
545 (icomplete-minibuffer-setup-hook, icomplete-completions):
546 Remove superfluous backlashes.
547
548 * ido.el: Miscellaneous doc fixes.
549 Use Ido everywhere instead of ido or `ido' for consistency.
550 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
551 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
552 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
553 (ido-separator): Extract obsolescence info from docstring and declare
554 with make-obsolete-variable.
555 (ido-minibuffer-setup-hook): Simplify example.
556 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
557 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
558 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
559 (ido-everywhere): Reflow docstring.
560 (ido-toggle-vc): Doc fix.
561 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
562 of long list of keybindings.
563
7ebd57e9
GM
5642014-03-03 Glenn Morris <rgm@gnu.org>
565
566 * frame.el (display-pixel-height, display-pixel-width)
567 (display-mm-dimensions-alist, display-mm-height)
568 (display-mm-width): Doc tweaks.
569
35e951cd 5702014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
e3d090b4
BR
571
572 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
573 case of undo in region.
574
b923819c
MR
5752014-03-02 Martin Rudalics <rudalics@gmx.at>
576
577 * window.el (fit-window-to-buffer): Fix argument in window-size
578 call when window is horizontally combined.
579
b6e443c5
JB
5802014-03-02 Juanma Barranquero <lekktu@gmail.com>
581
582 * icomplete.el (icomplete-completions): Use string-width.
35e951cd 583 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
b6e443c5 584
1850913d
DG
5852014-03-01 Dmitry Gutov <dgutov@yandex.ru>
586
35e951cd
JB
587 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
588 Highlight regexp options. (Bug#16914)
1850913d 589
04b577b6
MR
5902014-03-01 Martin Rudalics <rudalics@gmx.at>
591
592 * window.el (window--max-delta-1): Round down when calculating
593 how many lines/columns we can get from a window.
594
b829360f
GM
5952014-03-01 Glenn Morris <rgm@gnu.org>
596
2501c912
GM
597 * isearch.el (search-invisible): Doc fix.
598
b829360f
GM
599 * minibuffer.el (completion-hilit-commonality):
600 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
601 * comint.el (comint-dynamic-list-completions): Doc fix.
602 * comint.el (comint-dynamic-list-completions):
603 * filecache.el (file-cache-minibuffer-complete):
604 * tempo.el (tempo-display-completions):
605 * eshell/em-hist.el (eshell-list-history):
606 Replace use of obsolete argument of display-completion-list.
607
9a155058
JB
6082014-03-01 Juanma Barranquero <lekktu@gmail.com>
609
610 * icomplete.el (icomplete-completions):
611 Revert back to using "..." when ?… cannot be displayed.
612
53f6cda8
JB
6132014-02-28 Juanma Barranquero <lekktu@gmail.com>
614
615 * finder.el (finder-unload-function): New function.
616
43977c23
JB
6172014-02-28 Juanma Barranquero <lekktu@gmail.com>
618
619 * dframe.el (dframe-detach):
620 * find-dired.el (find-dired, find-name-dired):
621 * finder.el (finder-mode-map, finder-mode-syntax-table)
622 (finder-headmark, finder-select, finder-mouse-select):
623 Fix docstring typos.
624
9dda75ad
MR
6252014-02-28 Martin Rudalics <rudalics@gmx.at>
626
627 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
27821a89
JB
628 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
629 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
630 Fix doc-string based on a suggestion by Nicolas Richard
631 <theonewiththeevillook@yahoo.fr>.
9dda75ad
MR
632 * help.el (with-help-window): Fix doc-string.
633
8a73034e
IK
6342014-02-28 Ivan Kanis <ivan@kanis.fr>
635
b70257b0
GM
636 * net/shr.el (shr-image-animate): New option.
637 (shr-put-image): Respect shr-image-animate.
8a73034e 638
245aa73e
MA
6392014-02-28 Michael Albinus <michael.albinus@gmx.de>
640
641 * net/tramp-adb.el (tramp-adb-parse-device-names):
642 Use `accept-process-output'.
643 (tramp-adb-handle-file-truename): Cache the localname only.
644 (tramp-adb-handle-make-directory)
645 (tramp-adb-handle-delete-directory): Flush file properties correctly.
646 (tramp-adb-handle-set-file-modes): Do not raise an error when file
647 modes cannot be changed.
648
649 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
650 file properties of symlinks.
651
48e15d64
PS
6522014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
653
654 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
655 required/optional fields to match development biblatex. (Bug#16781)
656
65b77347
AS
6572014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
658
659 * saveplace.el (toggle-save-place):
660 Fix argument handling. (Bug#16673)
661
5e618aba
GM
6622014-02-28 Glenn Morris <rgm@gnu.org>
663
664 * minibuffer.el (completions-first-difference)
665 (completions-common-part, completion-hilit-commonality): Doc fixes.
666
6deb314e
KB
6672014-02-28 Karl Berry <karl@gnu.org>
668
669 * info.el (Info-mode-map): Add H for describe-mode,
670 to synchronize with standalone Info.
671
289996f5
EL
6722014-02-28 Emilio C. Lopes <eclig@gmx.net>
673
674 * progmodes/sql.el (sql-interactive-mode):
675 Avoid setting global comint-input-ring-separator. (Bug#16814)
676
79fc1191
MA
6772014-02-27 Michael Albinus <michael.albinus@gmx.de>
678
679 * net/dbus.el (dbus--init-bus): Declare function.
680 (dbus-path-local, dbus-interface-local): New defconst.
681 (dbus-init-bus): Use them.
682 (dbus-return-values-table): Extend doc.
683 (dbus-handle-bus-disconnect): Extend error message.
684
298520df
JB
6852014-02-27 Juanma Barranquero <lekktu@gmail.com>
686
687 * subr.el (y-or-n-p): Fix double space issue in message.
688
c22c1614
MA
6892014-02-27 Michael Albinus <michael.albinus@gmx.de>
690
691 * net/tramp.el (tramp-call-process): Improve trace message.
692 (tramp-handle-insert-file-contents): Trace error case.
693
694 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
695 <insert-directory>: Use `tramp-handle-insert-directory'.
696 (tramp-adb-handle-insert-directory): Remove function.
697 (tramp-adb-send-command-and-check): New defun, replacing
698 `tramp-adb-command-exit-status'. Change all callees.
699 (tramp-adb-handle-file-attributes)
700 (tramp-adb-handle-directory-files-and-attributes): Use it.
35e951cd
JB
701 (tramp-adb-ls-output-name-less-p):
702 Use `directory-listing-before-filename-regexp'.
c22c1614
MA
703 (tramp-adb-handle-delete-directory): Flush also file properties of
704 the truename of directory.
705 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
706 (tramp-adb-handle-file-local-copy): Make the local copy readable.
707 (tramp-adb-handle-write-region): Implement APPEND.
708 (tramp-adb-handle-rename-file): Make it more robust. Flush file
709 properties correctly.
710 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
711 variables. Check for connected devices only when needed.
712
d9263618
GM
7132014-02-27 Glenn Morris <rgm@gnu.org>
714
ea7826ba
GM
715 * minibuffer.el (completion-table-dynamic)
716 (completion-table-with-cache): Doc fixes.
717
d9263618
GM
718 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
719 (completing-read-multiple): Doc fixes.
720
eff3168a
DC
7212014-02-27 Daniel Colascione <dancol@dancol.org>
722
51f213c3
DC
723 * minibuffer.el (completion--nth-completion): Fix indentation.
724
eff3168a
DC
725 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
726 explicit tramp path is empty.
727
b77cfcd7
GM
7282014-02-27 Glenn Morris <rgm@gnu.org>
729
730 * emacs-lisp/crm.el (completing-read-multiple):
731 Empower help-enable-auto-load.
732
9577b569
GM
7332014-02-26 Glenn Morris <rgm@gnu.org>
734
259887e8
GM
735 * startup.el (command-line): Don't init the tty in daemon mode.
736
1d491ef2
GM
737 Avoid calling tty-setup-hook twice, eg if a term file
738 explicitly calls tty-run-terminal-initialization. (Bug#16859)
739 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
740 (tty-create-frame-with-faces): Use it.
741 * startup.el (command-line): Pass run-hook argument
742 to tty-run-terminal-initialization.
743
9577b569
GM
744 * dired.el (dired-restore-desktop-buffer): Demote errors;
745 eg in case a glob match fails. (Bug#16884)
746
40ff7f86
DG
7472014-02-26 Dmitry Gutov <dgutov@yandex.ru>
748
b2388336
DG
749 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
750 error from `read-from-string'. (Bug#16850)
751
40ff7f86
DG
752 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
753 result of `completing-read' in the interactive form. (Bug#16854)
754
98bd6b32
GM
7552014-02-25 Glenn Morris <rgm@gnu.org>
756
f086804c
GM
757 * image.el (image-animate, image-animate-timeout):
758 Stop animating images in dead buffers. (Bug#16878)
759
c107155e
GM
760 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
761
9577b569
GM
762 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
763 Doc fixes.
98bd6b32
GM
764 * startup.el (term-setup-hook): Doc fix. Make obsolete.
765 * term/sun.el (sun-raw-prefix-hooks):
766 Use tty-setup-hook instead of term-setup-hook.
767 (terminal-init-sun): Construct message from bytecomp plist.
768 * term/wyse50.el (enable-arrow-keys): Doc fix.
769
9c9e18e8
JB
7702014-02-24 Juanma Barranquero <lekktu@gmail.com>
771
772 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
773 Fix docstring typos.
774
c848881f
MA
7752014-02-24 Michael Albinus <michael.albinus@gmx.de>
776
777 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
778
0e38ae05
NR
7792014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
780
781 * minibuffer.el (completion--try-word-completion):
782 Fix error when completing M-x commands (bug#16808).
783
8ee4c296
LL
7842014-02-24 Leo Liu <sdl.web@gmail.com>
785
786 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
787
7d4bd627
JB
7882014-02-24 Juanma Barranquero <lekktu@gmail.com>
789
790 * apropos.el (apropos-print): Avoid formatting error when
791 apropos-do-all and apropos-compact-layout are both t.
792
e918e27f
JB
7932014-02-23 Juanma Barranquero <lekktu@gmail.com>
794
795 * apropos.el (apropos-property, apropos-all-words-regexp)
796 (apropos-true-hit, apropos-variable, apropos-print):
797 Fix docstring typos, and remove obsolete comment.
798
85c01f80
MA
7992014-02-23 Michael Albinus <michael.albinus@gmx.de>
800
801 * net/tramp-sh.el (tramp-sh-handle-file-truename):
802 Preserve trailing "/". (Bug#16851)
803
62f95022
DG
8042014-02-23 Dmitry Gutov <dgutov@yandex.ru>
805
806 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
807 after `=>' (bug#16811).
dfdb365c
DG
808 (ruby-smie-rules): Handle the inconsistent second element of the
809 list returned by `smie-indent--parent'.
810 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
811 method call.
62f95022 812
025f2c81
JB
8132014-02-23 Juanma Barranquero <lekktu@gmail.com>
814
815 * elec-pair.el (electric-pair-text-syntax-table)
816 (electric-pair-syntax-info, electric-pair--syntax-ppss)
817 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
818 (electric-pair--looking-at-unterminated-string-p): Doc fix.
819 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
820
123c84f9
GM
8212014-02-22 Glenn Morris <rgm@gnu.org>
822
612c3e46
GM
823 * imenu.el (imenu--generic-function): Doc fix.
824
123c84f9
GM
825 * register.el (frame-configuration-to-register): Make obsolete.
826
e59fa9ad
JB
8272014-02-22 Juanma Barranquero <lekktu@gmail.com>
828
829 * desktop.el (desktop-save-buffer-p): Do not fail when
830 desktop-files-not-to-save is nil. Return t for true result
831 as the doc says.
832
4e652634
DC
8332014-02-22 Daniel Colascione <dancol@dancol.org>
834
27821a89 835 * net/secrets.el (secrets-create-item, secrets-search-items):
35e951cd
JB
836 Check that attribute values are strings, avoiding the construction
837 of invalid dbus messages.
4e652634 838
f35affb6
JB
8392014-02-21 Juanma Barranquero <lekktu@gmail.com>
840
841 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
842 defun-declarations-alist.
843
3d136b1b
SM
8442014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
847 (bug#16829).
848
612ddfc0
JB
8492014-02-21 Juanma Barranquero <lekktu@gmail.com>
850
851 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
852 (whitespace-newline, whitespace-trailing, whitespace-line)
853 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
854 (whitespace-space-after-tab): Fix typo in docstrings.
855
c8481b1b
DG
8562014-02-21 Dmitry Gutov <dgutov@yandex.ru>
857
cb8f50a7
DG
858 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
859
c8481b1b
DG
860 * electric.el (electric-indent-functions-without-reindent):
861 Add `yaml-indent-line'.
862
bed5126f
JB
8632014-02-21 Juanma Barranquero <lekktu@gmail.com>
864
34b71457
JB
865 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
866 It has done nothing for years; should be removed after the release.
867
bed5126f
JB
868 * simple.el (choose-completion): Fix docstring typo.
869 (read-quoted-char-radix): Remove unneeded * in docstring.
870 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
871 Don't escape parentheses unnecessarily in docstrings.
872
8dd3e94f
MR
8732014-02-21 Martin Rudalics <rudalics@gmx.at>
874
875 Fix handling of window-min-height/-width (Bug#16738).
3d136b1b
SM
876 * window.el (window--dump-window, window--dump-frame):
877 New functions.
878 (window--min-size-1): Account for window dividers.
879 When window-resize-pixelwise is nil, delay rounding till after the
8dd3e94f
MR
880 sum of the window components has been calculated.
881 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
882 nil make sure at least one text line and two text columns remain
883 fully visible.
884 (window-resize): Signal an error when window-resize-apply fails.
885 (window--resize-child-windows): Fix calculation of by how many
886 pixels a window can still be shrunk via window-new-normal.
887 (adjust-window-trailing-edge): Call window--resizable with
888 correct TRAIL argument.
889
2ed94e04
MR
890 (with-temp-buffer-window): Don't evaluate BODY within
891 with-current-buffer (Bug#16816).
892
0e5324c4
MA
8932014-02-21 Michael Albinus <michael.albinus@gmx.de>
894
895 * net/tramp.el (tramp-check-cached-permissions):
896 Call `file-attributes' with `suffix' being a symbol but a string.
897
48198420
DC
8982014-02-21 Daniel Colascione <dancol@dancol.org>
899
900 * net/dbus.el (dbus-init-bus-1): Declare new subr.
901 (dbus-init-bus): New function: call into dbus-init-bus-1
902 and installs a handler for the disconnect signal.
903 (dbus-call-method): Rewrite to look for result in cons.
904 (dbus-call-method-handler): Store result in cons.
905 (dbus-check-event): Recognize events with nil sender as valid.
906 (dbus-handle-bus-disconnect): New function. React to bus
907 disconnection signal by synthesizing dbus error for each
908 pending synchronous or asynchronous call.
909 (dbus-notice-synchronous-call-errors): New function.
910 (dbus-handle-event): Raise errors directly only when `dbus-debug'
911 is true, not all the time.
912
99e15133
JB
9132014-02-21 Juanma Barranquero <lekktu@gmail.com>
914
e48983a6
JB
915 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
916 Remove obsolescence declarations, these variables do not exist anymore.
917
fdcfd745
JB
918 * savehist.el (savehist-save-minibuffer-history)
919 (savehist-additional-variables, savehist-file, savehist-mode-hook)
920 (savehist-save-hook, savehist-coding-system, savehist-loaded)
921 (savehist-load, savehist-install, savehist-autosave): Fix typos;
922 mostly, refer to "Savehist mode" when talking about the mode,
923 and not the function.
924
99e15133
JB
925 * saveplace.el (save-place): Remove redundant info in docstring.
926 (save-place-forget-unreadable-files, toggle-save-place)
927 (save-place-forget-unreadable-files, save-place-dired-hook):
928 Fix typos and remove unneeded backslashes.
929
f5bee33b
MA
9302014-02-20 Michael Albinus <michael.albinus@gmx.de>
931
932 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
933 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
934
935 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
85c01f80 936 <insert-directory>: Use `tramp-handle-insert-directory'.
f5bee33b
MA
937 (tramp-gvfs-handle-insert-directory): Remove function.
938
939 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
940 Call `tramp-handle-insert-directory'.
941
ee0761ca
JB
9422014-02-20 Juanma Barranquero <lekktu@gmail.com>
943
944 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
945 before the start of buffer/region (bug#16799).
946
4d49cc65
GM
9472014-02-20 Glenn Morris <rgm@gnu.org>
948
949 * isearch.el (search-invisible): Doc fix.
950
eee0d650
TK
9512014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
952
953 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
954 (bug#16657).
955
94e5e202
JB
9562014-02-19 Juanma Barranquero <lekktu@gmail.com>
957
958 * frameset.el (frameset-restore): Delay removing an old frame's
959 duplicate id until the new frame has been correctly created.
960
50bfdd5d
MA
9612014-02-19 Michael Albinus <michael.albinus@gmx.de>
962
963 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
964 (tramp-check-cached-permissions): Call `file-attributes' if the
965 cache is empty.
966
967 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
afe1e4c8 968 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
50bfdd5d
MA
969
970 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
afe1e4c8 971 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
50bfdd5d
MA
972 (tramp-gvfs-maybe-open-connection): Set always connection
973 properties, even if target is mounted already.
974
975 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
976 Set tramp-autoload cookie.
977 (tramp-get-remote-touch): New defun.
978 (tramp-sh-handle-set-file-times): Use it.
979 (tramp-sh-handle-directory-files-and-attributes):
980 Use `tramp-handle-directory-files-and-attributes' if neither stat
981 nor perl are available on the remote host.
982
983 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
984 "/". Write long listing only when "l" belongs to the switches.
985
986 * net/trampver.el: Update release number.
987
f097a3d2
JB
9882014-02-19 Juanma Barranquero <lekktu@gmail.com>
989
990 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
991
8e009b78
MR
9922014-02-19 Martin Rudalics <rudalics@gmx.at>
993
994 * window.el (window-state-put): Allow WINDOW to refer to an
995 internal window (Bug#16793).
996
95160c90
GM
9972014-02-19 Glenn Morris <rgm@gnu.org>
998
999 * textmodes/remember.el: Move provide statement to end.
1000 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1001 (remember-notes): Doc fixes.
1002
b28df58c
SM
10032014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * delsel.el (delete-char): Restore incorrectly erased property
1006 (bug#16795).
1007
7108e1c0
JB
10082014-02-18 Juanma Barranquero <lekktu@gmail.com>
1009
1010 * frameset.el (frameset--restore-frame): When a frame is being reused
1011 and its root window is not alive, delete all the frame's windows before
1012 restoring the window state. This works around the issue in bug#16793.
1013
c863b6ad
GM
10142014-02-18 Glenn Morris <rgm@gnu.org>
1015
a73fae1f
GM
1016 * textmodes/remember.el (remember-data-directory)
1017 (remember-directory-file-name-format, remember-store-in-files)
1018 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1019 (remember-notes-save-and-bury-buffer)
1020 (remember-notes--kill-buffer-query): Doc fixes.
1021
c863b6ad
GM
1022 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1023
29238d28
AM
10242014-02-17 Alan Mackenzie <acm@muc.de>
1025
1026 Connect electric-indent-mode up with CC Mode. Bug #15478.
b28df58c 1027 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
29238d28 1028 to electric-indent-{,local-}-mode.
b28df58c
SM
1029 (c-basic-common-init): Set electric-indent-inhibit.
1030 Initialise c-electric-flag from electric-indent-mode.
29238d28 1031 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
b28df58c 1032 New hook functions which propagate electric-indent-mode to CC mode.
29238d28
AM
1033
1034 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
b28df58c 1035 hit, toggle electric-indent-local-mode.
29238d28 1036
b28df58c
SM
1037 * electric.el (electric-indent-mode-has-been-called):
1038 New variable.
29238d28 1039
c6463340
JB
10402014-02-17 Juanma Barranquero <lekktu@gmail.com>
1041
1042 * frameset.el (frameset-cfg-id): New function.
1043 (frameset--reuse-frame, frameset-restore): Use it.
1044 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1045
94912b88
SM
10462014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * ido.el (ido-file-internal): Remove unused var `d'.
1049 Use \` for to match BoS. Fit within 80n columns.
1050
26ea164c
DC
10512014-02-17 Daniel Colascione <dancol@dancol.org>
1052
1053 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1054 dbus-call-method check for completion using a busy-wait loop with
1055 gradual backoff.
1056
dd7691b7
MA
10572013-10-02 Michael Albinus <michael.albinus@gmx.de>
1058
1059 Sync with Tramp 2.2.9.
1060
1061 * net/trampver.el: Update release number.
1062
17d1b51b
DG
10632014-02-16 Dmitry Gutov <dgutov@yandex.ru>
1064
1065 * ido.el (ido-file-internal): Don't add the name of an existing
1066 directory twice. (Bug#16747)
1067
5bcad689
GM
10682014-02-16 Glenn Morris <rgm@gnu.org>
1069
1070 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1071 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
1072
10732014-02-15 Michael R. Mauger <michael@mauger.com>
9b0c01f7
MM
1074
1075 * progmodes/sql.el: Version 3.4
1076 (sql-oracle-options): New default value ("-L").
94912b88 1077 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
9b0c01f7 1078 (sql-placeholders-filter): Correct placeholder pattern.
35e951cd 1079 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
9b0c01f7
MM
1080 (sql-login-delay): New variable.
1081 (sql-product-interactive): Use it.
1082
285f1858
JB
10832014-02-15 Juanma Barranquero <lekktu@gmail.com>
1084
1085 * frameset.el (frameset--jump-to-register): Check that buffer is live
1086 (bug#16749).
1087
5d645ea4
GM
10882014-02-15 Glenn Morris <rgm@gnu.org>
1089
1090 * info.el (info-initialize): Revert 2014-01-10 change.
1091
48c4f9b1
GM
10922014-02-14 Glenn Morris <rgm@gnu.org>
1093
b8630261
GM
1094 * replace.el (map-query-replace-regexp)
1095 (read-regexp-defaults-function, read-regexp): Doc fixes.
1096
b2bf2a25
GM
1097 * dired.el (dired-read-regexp):
1098 * faces.el (list-faces-display):
1099 * misearch.el (multi-isearch-read-matching-buffers)
1100 (multi-isearch-read-matching-files):
1101 * play/cookie1.el (cookie-apropos):
1102 * progmodes/grep.el (grep-read-regexp): Doc fixes.
1103
48c4f9b1
GM
1104 * textmodes/remember.el (remember): Use frameset-to-register
1105 rather than frame-configuration-to-register.
1106
2804e0bd
JB
11072014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
1108
1109 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1110 incorrect keybinding.
1111
0b87142f
DC
11122014-02-13 Daniel Colascione <dancol@dancol.org>
1113
1114 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1115 when adding overlays so that line numbers from compiler match line
1116 numbers we use.
1117
47a73eb0
GM
11182014-02-13 Glenn Morris <rgm@gnu.org>
1119
8abcfd51
GM
1120 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
1121
47a73eb0
GM
1122 * jit-lock.el (jit-lock-mode): Doc fix.
1123
c9b6b262
JB
11242014-02-13 Juanma Barranquero <lekktu@gmail.com>
1125
1126 * apropos.el (apropos-read-pattern): When the user passes an empty
1127 string, give a more helpful error message than "Wrong type
1128 argument: stringp, nil".
1129
eb4c6947
SM
11302014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1133
0dab5068
GM
11342014-02-13 Glenn Morris <rgm@gnu.org>
1135
1136 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1137
59075dcf
SM
11382014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1141 shift-select commands.
1142
5af9fbad
DG
11432014-02-12 Dmitry Gutov <dgutov@yandex.ru>
1144
1145 * progmodes/js.el (js-indent-line): Don't widen.
1146 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1147
a215930c
GM
11482014-02-12 Glenn Morris <rgm@gnu.org>
1149
a8cb4247
GM
1150 * icomplete.el (icomplete): Add info-link to defgroup.
1151 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1152 (icomplete-minibuffer-map, icomplete-mode)
1153 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1154
a215930c
GM
1155 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1156 (package-menu-filter): Rename from package-menu-filter-interactive.
1157 Doc fix.
1158
26c5ecd9
JB
11592014-02-11 Juanma Barranquero <lekktu@gmail.com>
1160
1161 * frameset.el (frameset--jump-to-register): Select the required
1162 window and buffer before restoring position (bug#16696).
1163
fcd58a02
LI
11642014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
1165
1166 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1167
bacb3380
GM
11682014-02-10 Glenn Morris <rgm@gnu.org>
1169
1170 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
1171
881329dc
EZ
11722014-02-10 Eli Zaretskii <eliz@gnu.org>
1173
02328db9
EZ
1174 * w32-common-fns.el (x-get-selection): Doc fix.
1175 * select.el (x-get-selection): Doc fix. (Bug#15109)
1176
881329dc
EZ
1177 * face-remap.el (face-remap-add-relative)
1178 (face-remap-remove-relative, face-remap-reset-base)
1179 (face-remap-set-base): Call force-mode-line-update to redisplay
1180 the current buffer due to potential change in faces. (Bug#16709)
1181
c7db4c06
MA
11822014-02-10 Michael Albinus <michael.albinus@gmx.de>
1183
1184 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1185 script more robustly.
1186
6abe4589
LI
11872014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1188
7602b5c3
LI
1189 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1190
e3692ee0
LI
1191 * simple.el (choose-completion): Doc fix (bug#14160).
1192
41015524
LI
1193 * subr.el (event-start): Say what a nil EVENT value means.
1194
87c79dcb
LI
1195 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1196 (bug#14197).
1197
3ab49e2c
LI
1198 * progmodes/grep.el (find-program): Doc fix (bug#14289).
1199
f3c60241
LI
1200 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1201
3bd1d8a8
LI
1202 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1203
6abe4589
LI
1204 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1205 predicate function (bug#15455).
1206
a11463de
DG
12072014-02-10 Dmitry Gutov <dgutov@yandex.ru>
1208
1209 * ielm.el (inferior-emacs-lisp-mode): Instead of
1210 `comment-use-global-state', set `comment-use-syntax'.
1211
2ab0ad85
GM
12122014-02-10 Glenn Morris <rgm@gnu.org>
1213
1214 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1215
411141fb
AM
12162014-02-09 Alan Mackenzie <acm@muc.de>
1217
1218 Fix c-invalidate-state-cache on narrowed buffers.
1219 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1220 Widen when setting and clearing the CPP delimiter properties.
1221
d6d5fdf8
LI
12222014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1223
92c70367
LI
1224 * help.el (describe-bindings): Doc fix (bug#9888).
1225
468ef484
LI
1226 * files.el (save-buffer): Use ARG as the parameter name for
1227 consistency (bug#10346).
7e34193f 1228 (save-buffer): Clarify the 0 argument (bug#10346).
468ef484 1229
fc2b1ffa 1230 * cus-edit.el (customize-apropos): Fix error string.
382fd368 1231 (custom-buffer-create): Doc fix (bug#11122).
1e4a57ac 1232 (custom-sort-items): Doc fix (bug#11121).
fc2b1ffa 1233
790aceec
LI
1234 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1235
a54a7552 1236 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
c359b7bd 1237 (icomplete-simple-completing-p): Mention the previous variable.
a54a7552 1238
dd163123
LI
1239 * font-lock.el (font-lock-value-in-major-mode): Clarify the
1240 meaning of the parameter (bug#12282).
1241
9e108fe6
LI
1242 * files.el (find-file-noselect): Clarify prompt when changing
1243 readedness (bug#13261).
5a836f58
LI
1244 (locate-file): Suffixes aren't returned, so don't say that they
1245 are (bug#12674).
2356b316 1246 (backup-inhibited): Doc clarification (bug#12525).
9e108fe6 1247
20dda930
LI
1248 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1249 before we actually start to delete things (bug#16331).
1250
d6d5fdf8
LI
1251 * subr.el (event-start): Doc fix (bug#14228).
1252 (event-end): Ditto.
1253
2abd71e5
GM
12542014-02-09 Glenn Morris <rgm@gnu.org>
1255
1256 * emacs-lisp/warnings.el (lwarn):
1257 Empower help-enable-auto-load. (Bug#15940)
1258
c1b5900b
AS
12592014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1260
1261 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1262 (Bug#16690)
1263
429b93bd
MA
12642014-02-08 Michael Albinus <michael.albinus@gmx.de>
1265
1266 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1267 Insert output at end of buffer. (Bug#16120)
1268
b772a699
LI
12692014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1270
18c6aa8c
LI
1271 * simple.el (choose-completion-string-functions): Document new
1272 calling convention (bug#14153).
54dd147a 1273 (execute-extended-command): Clarify doc string (bug#13373).
18c6aa8c 1274
dce8463b
LI
1275 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1276
b772a699 1277 * find-dired.el (find-name-dired): Doc fix (bug#14290).
8aa76c93 1278 (find-grep-dired): Doc fix (bug#14288).
b772a699 1279
2423c8d5
JL
12802014-02-08 Juri Linkov <juri@jurta.org>
1281
1282 * isearch.el (isearch-quote-char): Check character validity
1283 like in `quoted-insert' (bug#16677).
1284
518f26c2
LI
12852014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1286
893cc908
LI
1287 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1288
9165ffc0
LI
1289 * isearch.el (isearch-hide-immediately): Doc clarification
1290 (bug#14723).
1291
6ef4f3ce
LI
1292 * simple.el (line-move): Document utility function used many
1293 places in the Emacs sources (bug#14843).
1294
be58a238 1295 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
8cff064c 1296 (dired-prev-marked-file): Doc fix (bug#14855).
574e477f 1297 (dired-up-directory): Doc fix (bug#14848).
be58a238 1298
dd7aafbb
LI
1299 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1300
15cb9968
LI
1301 * files.el (file-relative-name): Doc fix (bug#15159).
1302
9788effd
LI
1303 * fringe.el (fringe-styles): Doc fix (bug#15239).
1304
c96411bd
LI
1305 * isearch.el (isearch-filter-predicate): Documentation typo fix
1306 (bug#15474).
1307
ea838c36
LI
1308 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1309
0d8a4ae7
LI
1310 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1311
f7a17bb3
LI
1312 * replace.el (replace-match-maybe-edit): Doc clarification
1313 (bug#15632).
1314
1bde5c3b
LI
1315 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1316
518f26c2
LI
1317 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1318
dd8e49fd
GM
13192014-02-08 Glenn Morris <rgm@gnu.org>
1320
1321 * help-fns.el (describe-variable):
1322 Check {file,dir}-local-variables-alist, and buffer-file-name,
1323 in the correct buffer.
1324
7e088b29
IL
13252014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
1326
1327 * help-fns.el (describe-variable): Fix the case where
1328 a value is directory-local with no dir-locals file. (Bug#16635)
1329
41a4a82f
GM
13302014-02-08 Glenn Morris <rgm@gnu.org>
1331
1332 * abbrev.el (edit-abbrevs-mode):
1333 Derive from fundamental-mode. (Bug#16682)
1334
e255a703
JB
13352014-02-07 Juanma Barranquero <lekktu@gmail.com>
1336
1337 * simple.el (quoted-insert): Check character validity (bug#16677).
1338
c99cf5ee
JL
13392014-02-07 Juri Linkov <juri@jurta.org>
1340
1341 * desktop.el (desktop-read): Claim the lock when the owner is not
1342 the current process. (Bug#16157)
1343
7d7a68d8
JL
13442014-02-07 Juri Linkov <juri@jurta.org>
1345
1346 * desktop.el (desktop-buffers-not-to-save): Change default from nil
1347 to "\\` ". (Bug#16651)
1348
2b777cd9
JL
13492014-02-07 Juri Linkov <juri@jurta.org>
1350
1351 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1352 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1353 (desktop-auto-save-cancel-timer): New function with some code from
1354 `desktop-auto-save-set-timer'.
1355 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1356 Instead of setting `desktop-save-mode' to nil, call
1357 `desktop-save-mode' with arg 0. (Bug#16630)
1358
60eabbb9
GM
13592014-02-07 Glenn Morris <rgm@gnu.org>
1360
99cf3859
GM
1361 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1362 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1363 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1364
2b568bc9
GM
1365 * obsolete/iswitchb.el: Move to obsolete/.
1366 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1367 since obsolete/ is not scanned for autoloads.
1368 * emacs-lisp/authors.el (authors-valid-file-names):
1369 Add iswitchb.el.
1370
60eabbb9
GM
1371 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1372 Disable now non-functional find-file-hook.
1373
629de968
MA
13742014-02-06 Michael Albinus <michael.albinus@gmx.de>
1375
1376 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1377 instead of ";" in order to avoid additional prompts. Let heredoc
1378 scripts read from tty. (Bug#16582)
1379 (tramp-send-command): No special handling of heredocs, it isn't
1380 necessary anymore.
1381
29127376
SM
13822014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1383
1384 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1385 with a space (bug#16664). Limit the symbols considered to the ones
1386 that are bound or fbound (bug#16646).
1387
79b6e0a9
GM
13882014-02-06 Glenn Morris <rgm@gnu.org>
1389
1390 * epa.el (epa-mail-aliases): Doc fix.
1391
a333e4d2
DG
13922014-02-06 Dmitry Gutov <dgutov@yandex.ru>
1393
29127376
SM
1394 * emacs-lisp/lisp.el (lisp-completion-at-point):
1395 Use `completion-table-merge' instead of `completion-table-in-turn'
a333e4d2
DG
1396 (bug#16604).
1397
1398 * minibuffer.el (completion-table-merge): New function.
1399
9a83b32b
MA
14002014-02-05 Michael Albinus <michael.albinus@gmx.de>
1401
1402 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1403 (tramp-sh-handle-set-file-acl)
1404 (tramp-sh-handle-start-file-process)
1405 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1406 (tramp-find-executable, tramp-send-command): Use it.
1407
451ea3e6
GM
14082014-02-05 Glenn Morris <rgm@gnu.org>
1409
9a83b32b 1410 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
451ea3e6 1411
dd27d13b
FEG
14122014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1413
35e951cd 1414 * progmodes/python.el (python-shell-send-string)
dd27d13b
FEG
1415 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1416
08e41897
AL
14172014-02-04 Anders Lindgren <andlind@gmail.com>
1418
1419 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1420 the names (bug#16620).
1421
764ec9e5
MR
14222014-02-03 Martin Rudalics <rudalics@gmx.at>
1423
08e41897
AL
1424 * faces.el (window-divider): New default value. Rewrite doc-string.
1425 (window-divider-first-pixel, window-divider-last-pixel): New faces.
764ec9e5 1426
6da8227c
DG
14272014-02-03 Dmitry Gutov <dgutov@yandex.ru>
1428
1429 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1430 `protected' and `public' can also be called without arguments.
1431
6a6b8e40
GM
14322014-02-03 Glenn Morris <rgm@gnu.org>
1433
7bcbca40
GM
1434 * register.el (window-configuration-to-register)
1435 (frame-configuration-to-register): Unadvertise unused argument.
1436 * frameset.el (frameset-to-register): Remove unused argument.
1437
719d965d 1438 * frameset.el (frameset-to-register):
6a6b8e40
GM
1439 * kmacro.el (kmacro-to-register):
1440 * register.el (increment-register):
1441 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1442 (calc-append-to-register, calc-prepend-to-register):
1443 * play/gametree.el (gametree-layout-to-register)
1444 (gametree-apply-register-layout):
1445 * textmodes/picture.el (picture-clear-rectangle-to-register)
1446 (picture-yank-rectangle-from-register):
1447 * vc/emerge.el (emerge-combine-versions-register):
1448 Use register-read-with-preview to read registers.
1449
5dca7759
JT
14502014-02-03 João Távora <joaotavora@gmail.com>
1451
1452 * elec-pair.el (electric-pair-backward-delete-char): Don't error
1453 when at beginning of (possibly narrowed) buffer.
1454
709085b9
DC
14552014-02-02 Daniel Colascione <dancol@dancol.org>
1456
c295fc18 1457 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
08e41897 1458 Also try to display local help from just before point.
709085b9 1459
99f7b0a6
AM
14602014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
1461
1462 c-parse-state. Don't "append-lower-brace-pair" in certain
1463 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
1464 recognised as a comment.
1465
1466 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1467 as well as normal comment starter.
1468 (c-parse-state-get-strategy): Extra return possibility
1469 'back-and-forward.
1470 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1471 return value list to indicate replacement of a brace-pair cons
1472 with its car.
1473 (c-parse-state-1): With 'back-and-forward, only call
1474 c-append-lower-brace-pair-to state-cache when cons-separated.
1475
f0a10576
JD
14762014-02-02 Jan Djärv <jan.h.d@swipnet.se>
1477
1478 * term/ns-win.el (ns-suspend-error): New function.
1479 (ns-initialize-window-system): Add ns-suspend-error to
1480 suspend-hook (Bug#16612).
1481
b8d552c2
DC
14822014-02-02 Daniel Colascione <dancol@dancol.org>
1483
35e951cd
JB
1484 * progmodes/cc-defs.el (c-find-assignment-for-mode):
1485 Make loading cc-mode silent.
b8d552c2 1486
f2b7d123
DC
14872014-02-02 Daniel Colascione <dancol@dancol.org>
1488
35e951cd
JB
1489 * comint.el (comint-prompt-read-only): Change doc to suggest
1490 remap keybinding.
f2b7d123 1491
4472a196
GM
14922014-02-02 Glenn Morris <rgm@gnu.org>
1493
1494 * register.el (register-read-with-preview, point-to-register)
1495 (window-configuration-to-register, frame-configuration-to-register)
1496 (jump-to-register, number-to-register, view-register, insert-register)
1497 (copy-to-register, append-to-register, prepend-to-register)
1498 (copy-rectangle-to-register): Doc fixes.
1499
70e5a261
SM
15002014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1503 * emacs-lisp/find-func.el (find-function-C-source): Idem.
1504 * emacs-lisp/nadvice.el (advice--cd*r): New function.
1505 * help-fns.el (describe-function-1): Use it.
1506
7c324762
GM
15072014-02-02 Glenn Morris <rgm@gnu.org>
1508
1509 * register.el (register-preview-default): New function,
1510 split from register-preview.
1511 (register-preview-function): Rename from register-preview-functions,
1512 make it not a hook.
1513 (register-preview): Use register-preview-function.
1514 (register-read-with-preview): Error on non-character event. (Bug#16595)
1515
a09beb3d
DG
15162014-02-01 Dmitry Gutov <dgutov@yandex.ru>
1517
1518 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1519 `:' before binary operators (bug#16609). Don't check for `:'
1520 before `[' and `(', or their syntax status. A percent literal
1521 can't end with either.
68e004e0
DG
1522 (ruby-font-lock-keywords): For built-ins that require arguments,
1523 check that they're followed by something that looks like argument
1524 (bug#16610).
a09beb3d 1525
ed4d2875
LI
15262014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1527
1528 * subr.el (butlast): Document what an omitted N means (bug#13437).
1529 (nbutlast): Ditto.
1530
dba6e3ec
LI
15312014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1532
1533 * net/shr.el (shr-generic): Make into a defsubst to make the stack
1534 depth shallower (bug#16587).
cc477daa
LI
1535 (shr-tag-svg): Respect `shr-inhibit-images'.
1536 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
dba6e3ec 1537
e2a67bd0
DG
15382014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1539
1540 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1541 (ruby-smie-grammar): Make "." right-associative. Make its priority
1542 lower than the ternary and all binary operators.
1543 (ruby-smie-rules): Indent "(" relative to the first non-"."
70e5a261
SM
1544 parent, or the first "." parent at indentation.
1545 Use `ruby-align-chained-calls' for indentation of "." tokens.
e2a67bd0
DG
1546 (Bug#16593)
1547
bd21bf41
JL
15482014-01-31 Juri Linkov <juri@jurta.org>
1549
1550 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1551 from `make-hash-table'.
1552
1553 * textmodes/ispell.el (ispell-init-process): Change message format
1554 to be consistent with other messages.
1555
b7e615b9
GM
15562014-01-31 Glenn Morris <rgm@gnu.org>
1557
a69ecd19
GM
1558 * delsel.el (delete-selection-mode): Doc fix.
1559
9997d7e3
GM
1560 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1561 (trace-function-background): Doc fixes.
1562
fbb764b8
GM
1563 * ido.el (ido-use-virtual-buffers): Doc fix.
1564 Reset :version, since the default value has not changed.
1565
da942af1
GM
1566 * register.el (register-preview-delay, register-read-with-preview):
1567 Doc fixes.
1568
b7e615b9
GM
1569 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1570 do not mess with mail-buffer position (fixes 2009-11-03 change).
1571 * progmodes/cc-mode.el (c-submit-bug-report):
1572 Check auto-fill-mode is bound. (Bug#16592)
1573
0a25002d
DH
15742014-01-31 Darren Hoo <darren.hoo@gmail.com>
1575
1576 * startup.el (fancy-splash-image-file): New function,
1577 split from fancy-splash-head.
1578 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1579 so that we are both using the same image. (Bug#16574)
1580
ad78f432
GM
15812014-01-30 Glenn Morris <rgm@gnu.org>
1582
6bbc0c84
GM
1583 * simple.el (eval-expression): Doc fix.
1584
ad78f432
GM
1585 * hexl.el (hexl-mode-hook):
1586 * ielm.el (ielm-mode-hook):
1587 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1588 (lisp-interaction-mode-hook):
1589 * progmodes/cfengine.e (cfengine3-documentation-function):
1590 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1591
7b2f049c
SM
15922014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1595 is a symbol (bug#16584).
1596
0c633f13
GM
15972014-01-30 Glenn Morris <rgm@gnu.org>
1598
1599 * help.el (help-for-help-internal): Add "P" to text.
1600
5e61c1ef
GM
16012014-01-29 Glenn Morris <rgm@gnu.org>
1602
1603 * simple.el (just-one-space, cycle-spacing): Doc fixes.
1604
1dcb169c
MR
16052014-01-28 Martin Rudalics <rudalics@gmx.at>
1606
1607 * window.el (fit-frame-to-buffer): Fix calculations for margins and
1608 height constraints.
1609
a9128931
LL
16102014-01-28 Luke Lee <luke.yx.lee@gmail.com>
1611
1612 * progmodes/hideif.el: Extend to full CPP expression syntax.
1613 (hif-token-alist): Add missing tokens.
1614 (hif-token-regexp): Add support for float/octal/hex immediates.
1615 (hif-string-literal-regexp): New const.
1616 (hif-tokenize): Recognize strings and float/octal/hex immediates.
1617 (hif-exprlist): New function.
1618 (hif-parse-if-exp): Use it.
1619 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1620 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1621 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1622 (hif-logxor, hif-comma): New functions.
1623
a22359a7
GM
16242014-01-28 Glenn Morris <rgm@gnu.org>
1625
793ffe81
GM
1626 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1627
e3bd7eed
GM
1628 * indent.el (tab-stop-list): Doc fix. Add :version.
1629
a22359a7
GM
1630 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1631 (cvs-append-to-ignore): Add compatibility alias.
1632
52695556 16332014-01-27 Glenn Morris <rgm@gnu.org>
d269bb99 1634
bac524e0
GM
1635 * dired.el (dired-hide-details-mode): Don't autoload it,
1636 since it cannot be used outside Dired buffers anyway.
1637
52695556 1638 * emulation/cua-base.el (cua-mode): Doc fix.
d269bb99 1639
52695556
GM
1640 * dired.el (dired-hide-details-hide-symlink-targets)
1641 (dired-hide-details-hide-information-lines)
1642 (dired-hide-details-mode): Doc fixes.
ece4bae5
GM
1643
1644 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1645 * strokes.el (strokes-file): Doc fix. Bump :version.
1646 (strokes-help): Doc fix.
1647 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1648 * emulation/viper.el (viper): Doc fix for custom group.
1649 (top-level): Remove oh-so-no-longer-relevant text about vip.
1650 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1651
1652 * ido.el (ido-save-directory-list-file):
1653 * saveplace.el (save-place-file):
1654 * calendar/timeclock.el (timeclock-file):
1655 * net/quickurl.el (quickurl-url-file):
1656 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1657 * progmodes/idlwave.el (idlwave-config-directory):
1658 * textmodes/remember.el (remember-data-file):
1659 Bump :version.
1660
169d6004
GM
16612014-01-26 Glenn Morris <rgm@gnu.org>
1662
de6a923b
GM
1663 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1664 Doc fix. Make obsolete.
1665 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1666
169d6004
GM
1667 * sort.el (delete-duplicate-lines): Doc fix.
1668
ed85dee6
RS
16692014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1670
1671 * progmodes/ada-mode.el (ada):
1672 * woman.el (woman): Link to info manual and Commentary section.
1673
1674 * progmodes/flymake.el (flymake):
1675 * nxml/nxml-mode.el (nxml):
1676 * net/eww.el (eww):
1677 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1678 * htmlfontify.el (htmlfontify):
1679 * ses.el (ses):
1680 * epa.el (epa):
1681 * ido.el (ido): Link to info manual.
1682
e0c67e1d
LL
16832014-01-25 Leo Liu <sdl.web@gmail.com>
1684
1685 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1686
35408b1a
AS
16872014-01-25 Adam Sjøgren <asjo@koldfront.dk>
1688
1689 * net/shr.el (shr-tag-img): Prefer the title over the alt text
1690 (bug#16537).
1691
11eff3ae 1692>>>>>>> MERGE-SOURCE
76c3fa95
JB
16932014-01-24 Juanma Barranquero <lekktu@gmail.com>
1694
f77c7a99
JB
1695 * net/eww.el (eww-download-callback):
1696 Fix reference to eww-download-directory.
1697
76c3fa95
JB
1698 * emacs-lisp/bytecomp.el (byte-compile-file):
1699 Remove unused local variable `file-name'.
1700
1e548e40
GM
17012014-01-24 Glenn Morris <rgm@gnu.org>
1702
03f3b318
GM
1703 * woman.el (woman-default-faces, woman-monochrome-faces):
1704 Fix obsolescence specification.
1705
1e548e40
GM
1706 * subr.el (with-demoted-errors): Doc fix.
1707
d4f0427b
SM
17082014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1711 (cl--macroexp-fboundp): New function.
1712 (cl--make-type-test): Use it.
1713
1670e27f
GM
17142014-01-23 Glenn Morris <rgm@gnu.org>
1715
1716 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1717 * simple.el (eval-expression): Doc fixes.
1718
80efa207
GM
17192014-01-22 Glenn Morris <rgm@gnu.org>
1720
1721 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1722
29afcbab
SM
17232014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * emacs-lisp/package.el: Write files silently.
1726 (package-autoload-ensure-default-file, package--write-file-no-coding)
1727 (package-generate-description-file, package--download-one-archive)
1728 (package-install-from-archive): Tell `write-region' to stay quiet.
1729 (package-menu-mode, package-menu--print-info): Omit the Archive column
1730 if there's only one archive.
1731 (package-all-keywords, package--has-keyword-p): Remove dead code.
1732
2a5bce4f
GM
17332014-01-22 Glenn Morris <rgm@gnu.org>
1734
edace89f
GM
1735 * version.el (emacs-bzr-version-bzr): Fix typo.
1736
2a5bce4f
GM
1737 * version.el (emacs-repository-get-version):
1738 Check either .bzr or .git, but not both.
1739 Make the git case actually use the DIR argument, and return nil
1740 rather than the empty string.
983664c0 1741 Avoid error if .git exists but the git executable is not found.
2a5bce4f 1742
6cb4da45
MR
17432014-01-22 Martin Rudalics <rudalics@gmx.at>
1744
1745 Fixes in window size functions around Bug#16430 and Bug#16470.
29afcbab
SM
1746 * window.el (window-total-size, window-size): New argument ROUND.
1747 (window--min-delta-1, window-min-delta, window--max-delta-1):
1748 Be more conservative when calculating the numbers of lines or
6cb4da45
MR
1749 columns a window can shrink (Bug#16430).
1750 (fit-window-to-buffer): Simplify code.
1751 * term.el (term-window-width): Call window-body-width again.
1752
cc0f2ece
GM
17532014-01-22 Glenn Morris <rgm@gnu.org>
1754
7b997b14
GM
1755 * image.el (image-format-suffixes): Doc fix.
1756
44e76f9d
GM
1757 * international/quail.el (quail-define-package): Doc fix.
1758
35e951cd 1759 * emacs-lisp/authors.el (authors-valid-file-names)
73c1c6d7 1760 (authors-renamed-files-alist): Additions.
7bfc1caa 1761
85a5f61f
GM
1762 * vc/vc-git.el (vc-git-print-log): Remove --follow;
1763 reverts 2014-01-09 change. (Bug#16422)
1764
cc0f2ece
GM
1765 * calc/calc-embed.el (thing-at-point-looking-at):
1766 * emacs-lisp/map-ynp.el (x-popup-dialog):
1767 * obsolete/lmenu.el (x-popup-dialog):
1768 * emacs-lisp/package.el (url-recreate-url):
1769 * mail/mailclient.el (clipboard-kill-ring-save):
1770 * subr.el (x-popup-dialog): Update declaration.
1771 * mail/rmail.el (rmail-mime-message-p):
1772 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1773
00d2a6bb
DC
17742014-01-21 Daniel Colascione <dancol@dancol.org>
1775
1776 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1777 Correctly detect when we're inside an arithmetic expansion form
1778 containing nested parenthesis.
c295fc18 1779 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
00d2a6bb
DC
1780 to detect cases where we shouldn't expand "<<" to a heredoc
1781 skeleton.
1782
dd9d2e9d
SM
17832014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1786 (eldoc--message-command-p): New function.
1787 (eldoc-display-message-p): Use it.
1788 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1789 message is not automatically erased for us.
1790 (eldoc-print-current-symbol-info): Erase previous message, if any.
1791
e7d807ca
TH
17922014-01-21 Tassilo Horn <tsdh@gnu.org>
1793
4ff0a0e5
TH
1794 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1795 specify it's an interactive function.
1796
dd9d2e9d
SM
1797 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1798 Fix regex used for scanning for citation keys which failed for
e7d807ca
TH
1799 citations with optional arguments.
1800
87503791
LL
18012014-01-21 Leo Liu <sdl.web@gmail.com>
1802
1803 * simple.el (read--expression): Don't enable eldoc-mode.
1804
6cc750ee
SM
18052014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * simple.el (move-beginning-of-line): Make sure we don't move forward
1808 (bug#16497).
1809
71f16bda
JL
18102014-01-20 Juri Linkov <juri@jurta.org>
1811
1812 * saveplace.el (toggle-save-place, save-place-to-alist)
1813 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1814 'dired-mode) before checking for dired-directory. (Bug#16477)
1815
3c5a4839
JL
18162014-01-20 Juri Linkov <juri@jurta.org>
1817
1818 * indent.el (indent-line-to): Use backward-to-indentation
1819 instead of back-to-indentation. (Bug#16461)
1820
f952002e
PE
18212014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1822
1823 Revert some of the CANNOT_DUMP fix (Bug#16494).
1824 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1825 but fixing this can wait until after the next release.
1826 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1827
93675500
MA
18282014-01-19 Michael Albinus <michael.albinus@gmx.de>
1829
1830 * eshell/esh-mode.el (eshell-password-prompt-regexp):
1831 Use `password-word-equivalents'.
1832 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1833 to t. (Bug#5664, Bug#13124)
1834
e3af763f
AM
18352014-01-19 Alan Mackenzie <acm@muc.de>
1836
1837 Bind open-paren-in-column-0-is-defun-start to nil at some entry
1838 points.
1839 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3fcfc4ee 1840 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
e3af763f
AM
1841 * progmodes/cc-mode.el (c-before-change, c-after-change)
1842 (c-font-lock-fontify-region): Bind it here.
1843
4ff6d92d
MR
18442014-01-19 Martin Rudalics <rudalics@gmx.at>
1845
1846 * term.el (term-window-width): Call window-text-width instead of
1847 window-width (Bug#16470).
1848
9a685cf6
PE
18492014-01-18 Paul Eggert <eggert@cs.ucla.edu>
1850
1851 * simple.el (password-word-equivalents): Remove duplicates.
1852 Sort, to make this easier next time.
1853 Downcase. Omit ": " after "jelszó".
1854
5aa78c2d
JD
18552014-01-18 Jan Djärv <jan.h.d@swipnet.se>
1856
1857 * term/common-win.el (saved-region-selection): Defvar it.
1858 (x-select-text): Set saved-region-selection (Bug#16382).
1859
cabb250c
GM
18602014-01-18 Glenn Morris <rgm@gnu.org>
1861
1862 * emacs-lisp/authors.el (authors-aliases)
1863 (authors-renamed-files-alist): Add some entries.
1864
a1340440
MA
18652014-01-17 Michael Albinus <michael.albinus@gmx.de>
1866
93675500
MA
1867 * net/tramp.el (tramp-password-prompt-regexp):
1868 Use `password-word-equivalents' if available.
a1340440
MA
1869 (tramp-action-password, tramp-process-one-action)
1870 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
1871
681ce5d2
CY
18722014-01-17 Chong Yidong <cyd@gnu.org>
1873
1874 * simple.el (password-word-equivalents): New defcustom.
1875 * comint.el (comint-password-prompt-regexp): Use it. Bump version
1876 to 24.4.
1877 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
1878 to t. (Bug#13124)
1879
fb3d479c
DG
18802014-01-17 Dmitry Gutov <dgutov@yandex.ru>
1881
1882 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
dd9d2e9d
SM
1883 (ruby-align-to-stmt-keywords): Change the default value.
1884 Use `ruby-alignable-keywords' to generate the possible customization
fb3d479c
DG
1885 choices.
1886 (ruby-smie-rules): Instead of using a hardcoded list of alignable
1887 keywords, check against the value of `ruby-alignable-keywords'
1888 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
1889
0d613483
GM
18902014-01-17 Glenn Morris <rgm@gnu.org>
1891
fc23fe2d
GM
1892 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1893
0d613483 1894 Make M-x authors return zero *Authors Errors* from current logs.
35e951cd 1895 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
0d613483
GM
1896 (authors-ignored-files): Add some entries, remove others.
1897 (authors-ambiguous-files, authors-valid-file-names):
1898 Add some entries.
1899 (authors-renamed-files-alist): Add, remove, and adjust entries.
1900 (authors-renamed-files-regexps): Add some entries.
1901 Remove some very broad ones. Make some entries `lax'.
1902 (authors-lax-changelogs): New constant.
1903 (authors-disambiguate-file-name): Treat top-level specially.
1904 (authors-lax-changelog-p): New function.
1905 (authors-canonical-file-name): Check file as written against
1906 authors-valid-file-names. Do not special-case etc/.
1907 Handle `lax' logs and authors-renamed-files-regexps elements.
1908
2dbf4ffd
DG
19092014-01-16 Dmitry Gutov <dgutov@yandex.ru>
1910
1911 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
39903fd1
DG
1912 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
1913 callers.
2dbf4ffd 1914
87b2a7f2
SM
19152014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
1918 Assume we're already in the proper buffer.
1919 Inspired by Anders Lindgren <andlind@gmail.com>.
1920 (follow-post-command-hook): Call it from the right buffer.
1921 (follow-comint-scroll-to-bottom): Adjust call.
1922 (follow-all-followers): Use get-buffer-window-list.
1923
93acfb0e
DC
19242014-01-15 Daniel Colascione <dancol@dancol.org>
1925
1926 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
1927 `buffer-file-name' in interactive-form so that we don't leave
1928 pathless file names in `file-name-history'.
1929
ccc6b208
JL
19302014-01-15 Juri Linkov <juri@jurta.org>
1931
1932 * indent.el (indent-rigidly): Set deactivate-mark to nil
1933 in transient indentation mode. (Bug#16438)
1934
5c92e00d
DG
19352014-01-15 Dmitry Gutov <dgutov@yandex.ru>
1936
1937 * emacs-lisp/package.el (package-desc-keywords): New function
1938 (Bug#16222).
1939 (describe-package-1, package-all-keywords)
1940 (package--has-keyword-p): Use it.
1941
dac69660
NR
19422014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1943
1944 * simple.el (define-alternatives): When creating the
1945 COMMAND-alternatives variable, assign COMMAND as its definition
1946 name so that `describe-variable' can relocate it.
1947
8b63edf8
ML
19482014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
1949
1950 * font-lock.el (font-lock-keywords): Fix typo in docstring
1951 (bug#16307).
1952
c6a0b8eb
AM
19532014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1954
1955 * ispell.el (ispell-region): Reset `in-comment' for new line
1956 instead of wrongly reset `add-coment' (bug#13577).
1957
02bf443d
DU
19582014-01-14 Daiki Ueno <ueno@gnu.org>
1959
1960 * epa-file.el (epa-file-write-region): Encode the region according
1961 to `buffer-file-format'. Problem reported at:
1962 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1963
fd7fde15
SM
19642014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1967 so it applies in the right buffer (bug#16410).
1968
c176054f
DC
19692014-01-13 Daniel Colascione <dancol@dancol.org>
1970
1971 * textmodes/rst.el (rst-define-key): Provide deprecated
1972 keybindings through named functions instead of anonymous ones so
1973 that "??" doesn't appear in describe-mode output.
1974
e3f33e5d
BG
19752014-01-13 Bastien Guerry <bzg@gnu.org>
1976
1977 * simple.el (define-alternatives): Call the selected command
1978 interactively. When setting `COMMAND--implementation' for the
1979 first time, tell the user how to chose another implementation.
1980 Enhance the docstring.
1981
c055d654
SM
19822014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1985 (log-edit--match-first-line): New function.
1986 (log-edit-font-lock-keywords): Use it.
1987 (log-edit-mode): Make jit-lock-defer-multiline work.
1988
d791cc3b
BG
19892014-01-13 Bastien Guerry <bzg@gnu.org>
1990
1991 * rect.el (rectangle-mark-mode): When the region is not active,
1992 display a message saying that the mark as been set and that
1993 rectangle mode is in use.
1994 (rectangle--highlight-for-redisplay): Only put an overlay with a
1995 visible vertical bar when (display-graphic-p) is non-nil.
1996 This partially fixes Bug#16403.
1997
3c0c4562
JL
19982014-01-13 Juri Linkov <juri@jurta.org>
1999
2000 * info.el (Info-find-file): Go to DIR before displaying the error
2001 about a nonexistent file if no previous Info file is visited.
2002 Use `user-error' instead of `error' for "Info file %s does not exist".
2003 (Info-find-node-2): In case of a nonexistent node in unwind forms
2004 go to the Top node if there is no previous node to revert to.
2005 (Bug#16405)
2006
25a700d0
MR
20072014-01-13 Martin Rudalics <rudalics@gmx.at>
2008
2009 fit-frame/window-to-buffer code fixes including one for Bug#14096.
c055d654
SM
2010 * window.el (fit-frame-to-buffer): Fix doc-string.
2011 Respect window-min-height/-width. Fit pixelwise when
25a700d0
MR
2012 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
2013 when avoiding that frame goes partially off-screen.
2014 (fit-window-to-buffer): Respect window-min-height/-width
2015 (Bug#14096).
2016
6ae948d8
SM
20172014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2020 after an empty line.
2021
6137cb82
SM
20222014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * net/shr.el (shr-render-region): Autoload.
2025
e6344e17
XF
20262014-01-12 Xue Fuqiao <xfq.free@gmail.com>
2027
2028 * net/eww.el (eww-download-directory): Rename from
2029 `eww-download-path' (Bug#16419).
2030
3b922c70
LL
20312014-01-12 Leo Liu <sdl.web@gmail.com>
2032
2033 * dired-x.el (dired-mode-map): Fix last change.
2034
2035 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2036
4fa51741
PE
20372014-01-12 Paul Eggert <eggert@cs.ucla.edu>
2038
2039 Spelling fixes.
2040 * emacs-lisp/generic.el (generic--normalize-comments):
2041 Rename from generic--normalise-comments. All uses changed.
35e951cd 2042 * play/bubbles.el (bubbles--neighborhood-score)
4fa51741
PE
2043 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2044 (bubbles--neighborhood-available)
2045 (bubbles--update-neighborhood-score):
2046 Rename from names with 'neighbourhood'. All uses changed.
2047
9b335362
LL
20482014-01-12 Leo Liu <sdl.web@gmail.com>
2049
2050 Re-implement the feature of showing eldoc info after editing.
2051 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2052 (eldoc-edit-message-commands): New function.
2053 (eldoc-print-after-edit): New variable.
2054 (eldoc-pre-command-refresh-echo-area): Emit message only by
2055 eldoc-message-commands.
2056 (eldoc-mode): Restrict eldoc-message-commands to editing commands
2057 if eldoc-print-after-edit is set. (Bug#16346)
79b61bcc 2058 * simple.el (read--expression): Enable eldoc-mode.
6137cb82 2059 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
9b335362 2060
e2a095b1
GM
20612014-01-11 Dani Moncayo <dmoncayo@gmail.com>
2062 Eric S. Raymond <esr@thyrsus.com>
9685190b 2063
841a6d0c 2064 * version.el (emacs-repository-get-version): Enhance so the
6137cb82 2065 function works correctly in either a Bazaar or Git repo.
0abf4134 2066
e2a095b1
GM
20672014-01-11 Eric S. Raymond <esr@thyrsus.com>
2068
6137cb82
SM
2069 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2070 Goes with removal of the joke manpages from /etc.
9685190b 2071
c295fc18 20722014-01-10 Kenichi Handa <handa@gnu.org>
3923e7bd 2073
6137cb82
SM
2074 * mail/rmail.el (rmail-get-coding-system):
2075 Check rmail-get-coding-function before "funcall"ing it.
3923e7bd 2076
d2f16e93
GM
20772014-01-10 Glenn Morris <rgm@gnu.org>
2078
2079 * emacs-lisp/authors.el (authors-fixed-entries):
2080 Update for files that no longer exist.
2081
7e03bb32
ER
20822014-01-10 Eric S. Raymond <esr@thyrsus.com>
2083
2084 * version.el (emacs-bzr-get-version): Restore compatibilty with
d2f16e93 2085 24.3 (Tested).
7e03bb32 2086
dd806710
BB
20872014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
2088
2089 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2090 and Podfile.
2091
ed6ec139
EZ
20922014-01-10 Eli Zaretskii <eliz@gnu.org>
2093
2094 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2095
cc33cac9
CY
20962014-01-10 Chong Yidong <cyd@gnu.org>
2097
6137cb82 2098 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
cc33cac9 2099
d9d836b5
AL
21002014-01-10 Anders Lindgren <andlind@gmail.com>
2101
2102 * follow.el (follow-cache-command-list): Include right-char and
2103 left-char.
2104
06827ec8
PE
21052014-01-10 Paul Eggert <eggert@cs.ucla.edu>
2106
2107 Spelling fixes.
2108 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2109 * woman.el (woman-mark-horizontal-position):
2110 Rename from woman-mark-horizonal-position. Use changed.
2111
458dbf5e
GM
21122014-01-10 Glenn Morris <rgm@gnu.org>
2113
dad6fae7
GM
2114 * info.el (info-initialize): If running uninstalled, ensure our
2115 own info files are always found first, even if INFOPATH is set.
2116
458dbf5e
GM
2117 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2118
05e0afce
DE
21192014-01-09 David Engster <deng@randomsample.de>
2120
2121 * emacs-lisp/eieio-custom.el:
2122 * emacs-lisp/eieio-opt.el: Set generated autoload file to
2123 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2124 * emacs-lisp/eieio.el: Regenerate autoloads.
2125
f29778b3
ER
21262014-01-09 Eric S. Raymond <esr@thyrsus.com>
2127
2128 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
fb14cb48 2129 following renames. (Bug#8756)
f29778b3 2130
684d44ef
SM
21312014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2134 (bug#16382).
2135 (activate-mark): Add `no-tmm' argument.
2136 (set-mark, push-mark-command): Use it instead of running
2137 activate-mark-hook by hand.
2138
9475054f
ER
21392014-01-08 Eric S. Raymond <esr@thyrsus.com>
2140
2141 In preparation for the move to git, sanitize out some
2142 Bazaar-specific names.
2143
38942b9c
GM
2144 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2145
9475054f 2146 * version.el (emacs-bzr-version): Name changed to
689c9ca5 2147 emacs-repository-version. Obsolete-variable alias made.
9475054f 2148 * loadup.el: Follow through on this name change.
a12bf61e 2149 * mail/emacsbug.el (report-emacs-bug): Factor out any
9475054f
ER
2150 assumption about the version control system in use.
2151
0f918d96 21522014-01-08 David Engster <deng@randomsample.de>
abb82152 2153
684d44ef
SM
2154 * help-fns.el (help-fns-describe-function-functions):
2155 New variable to call functions for augmenting help buffers.
abb82152
DE
2156 (describe-function-1): Remove explicit calls to
2157 `help-fns--compiler-macro', `help-fns--parent-mode' and
0f918d96
DE
2158 `help-fns--obsolete'. Put them in above new variable instead, and
2159 call them through `run-hook-with-args'.
2160 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2161 `eieio-describe-class'. Not meant for interactive use anymore,
2162 but to augment existing help buffers. Remove optional second
684d44ef
SM
2163 argument. Create proper button for file location.
2164 Rewrite function to use `insert' instead of `princ' and `prin1' where
0f918d96
DE
2165 possible.
2166 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2167 (eieio-method-def, eieio-class-def): Move further up.
684d44ef
SM
2168 (describe-method, describe-generic, eieio-describe-method):
2169 Remove aliases.
0f918d96
DE
2170 (eieio-help-constructor, eieio-help-generic): Rename from
2171 `eieio-describe-constructor' and `eieio-describe-generic', resp.
2172 Rewrite to use `insert' in the current buffer and use proper help
2173 buttons.
2174 (eieio-help-find-method-definition)
2175 (eieio-help-find-class-definition): Also accept symbols as
2176 arguments.
2177 (eieio-help-mode-augmentation-maybee): Remove.
2178 (eieio-describe-class-sb): Use `describe-function'.
684d44ef
SM
2179 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2180 Add `eieio-help-generic' and `eieio-help-constructor'.
abb82152 2181
136b74c5
PE
21822014-01-08 Paul Eggert <eggert@cs.ucla.edu>
2183
2184 Spelling fixes.
2185 * language/china-util.el (hz-ascii-designation):
2186 Rename from hz-ascii-designnation.
2187 (hz-ascii-designation): Rename from hz-ascii-designnation.
2188 All uses changed.
2189
ec6c7de2
SM
21902014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2193 package-alist.
2194
d6262c7c
BG
21952014-01-08 Bastien Guerry <bzg@gnu.org>
2196
4b9e6087
GM
2197 * emacs-lisp/package.el (package-delete):
2198 Correctly delete the package from package-alist.
d6262c7c 2199
0a3eec32
DU
22002014-01-08 Daiki Ueno <ueno@gnu.org>
2201
2202 * emacs-lisp/package.el (url-recreate-url): Declare.
2203 (url-http-target-url): Declare.
4b9e6087 2204 (package-handle-response): Include requested URL in the error message.
0a3eec32
DU
2205 (package--check-signature): Don't re-signal errors from
2206 package--with-work-buffer. Suggested by Stefan Monnier.
2207
68f0bb97
BG
22082014-01-07 Bastien Guerry <bzg@gnu.org>
2209
2210 * minibuffer.el (completion--try-word-completion): When both a
2211 hyphen and a space are possible candidates for the character
2212 following a word, display both candidates. (Bug#15980)
2213
7e1899d7
MR
22142014-01-07 Martin Rudalics <rudalics@gmx.at>
2215
2216 * window.el (balance-windows-2): While rounding don't give a
c295fc18 2217 window more than the remainder. Bug#16351, bug#16383.
7e1899d7 2218
0030ec15
GM
22192014-01-07 Glenn Morris <rgm@gnu.org>
2220
2221 * menu-bar.el (menu-bar-help-extra-packages): Remove.
2222 (menu-bar-help-menu): Use view-external-packages instead.
2223
2b6b4f20
BG
22242014-01-07 Bastien Guerry <bzg@gnu.org>
2225
2226 * emacs-lisp/package.el (package-delete): Also delete the package
2227 name from `package-alist', not its description only.
2228
e9be0a13
GM
22292014-01-07 Glenn Morris <rgm@gnu.org>
2230
2231 * help.el (view-external-packages):
2232 * menu-bar.el (menu-bar-help-extra-packages):
2233 Visit efaq.info rather than etc/MORE.STUFF.
2234
e4f74da9
JL
22352014-01-07 Juri Linkov <juri@jurta.org>
2236
2237 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2238 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
2239
2240 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2241 that shadows RET. (Bug#16342)
2242
de7ce2d1
CY
22432014-01-07 Chong Yidong <cyd@gnu.org>
2244
2245 * isearch.el (isearch-yank-char, isearch-yank-word)
2246 (isearch-yank-line): Doc fix.
2247
6bdd9204
SM
22482014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2251 * emacs-lisp/elint.el (elint-find-builtins):
2252 * emacs-lisp/eldoc.el (eldoc-symbol-function):
2253 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2254 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2255 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2256 * apropos.el (apropos-safe-documentation):
2257 * subr.el (symbol-file): Remove redundant fboundp.
2258 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2259
daccca97
BG
22602014-01-06 Bastien Guerry <bzg@gnu.org>
2261
2262 * hl-line.el (global-hl-line-overlay): Make a local variable.
2263 (global-hl-line-overlays): New variable to store all overlays.
2264 (global-hl-line-mode): Don't delete overlays from the current
2265 buffer when `global-hl-line-sticky-flag' is non-nil.
2266 (global-hl-line-highlight): Add new overlays to
2267 `global-hl-line-overlays'.
2268 (global-hl-line-unhighlight-all): New function to delete all
2269 overlays when turning off `global-hl-line-mode'.
2270 This fixes Bug#16183.
2271
ec00f20f
SM
22722014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * subr.el (set-transient-map): Fix nested case and docstring.
2275
a0031f97
TH
22762014-01-06 Tassilo Horn <tsdh@gnu.org>
2277
2278 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2279 `Texinfo' entry.
2280
bf6a77f3
DC
22812014-01-06 Daniel Colascione <dancol@dancol.org>
2282
2283 Fix defun navigation in vc log view.
2284
2285 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2286 like `beginning-of-defun'.
c295fc18 2287 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
ec00f20f
SM
2288 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2289 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
bf6a77f3 2290 (log-view-extract-comment): Call `log-view-current-entry' directly
ec00f20f 2291 instead of relying on broken `log-view-beginning-of-defun' behavior.
bf6a77f3 2292
d5081c1e
PE
22932014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2294
2295 Spelling fixes.
2296 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2297 * emacs-lisp/debug.el (cancel-debug-on-entry):
2298 * epg.el (epg-error-to-string):
2299 * files.el (recover-file):
2300 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2301 * mail/emacsbug.el (report-emacs-bug-hook):
2302 * mail/sendmail.el (mail-recover):
2303 * ses.el (ses-yank-resize):
2304 * term/ns-win.el (ns-print-buffer):
2305 Spelling fixes in diagnostics, mostly for "canceled" with one L.
2306 * epg.el (epg-key-capability-alist): Rename from misspelled version.
2307 All uses changed.
2308 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2309
53f6b148
LL
23102014-01-06 Leo Liu <sdl.web@gmail.com>
2311
2312 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3b922c70 2313 to avoid shadowing global key. (Bug#16354)
53f6b148 2314
b82ace2f
DC
23152014-01-06 Daniel Colascione <dancol@dancol.org>
2316
2317 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2318 rst-mode.
2319
3669b636
MR
23202014-01-05 Martin Rudalics <rudalics@gmx.at>
2321
2322 * window.el (balance-windows): Add mising t to fix Bug#16351.
2323
1a29adc2
LMI
23242014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2325
2326 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2327 (bug#16285).
3d95a0f4
LMI
2328 (shr-insert): If we have a word that's longer than `shr-width',
2329 break after it anyway. Otherwise we'll do no breaking once we get
2330 such a long word.
1a29adc2 2331
f4018140
KN
23322014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2333
3fcfc4ee 2334 * net/eww.el (eww): Support single/double quote for search.
c295fc18 2335 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
189340f5
KN
2336 (eww-history-quit): Delete and use quit-window.
2337 (eww-history-kill): Delete, because it doesn't work well and
2338 not necessary.
2339 (eww-history-mode-map): Delete some keys and add easy-menu.
f4018140 2340
4e619754
PE
23412014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2342
73dbf960
PE
2343 Fix misspelling of 'chinese' in rx (Bug#16237).
2344 * emacs-lisp/rx.el (rx-categories): Correct spelling of
2345 chinese-two-byte.
2346
4e619754
PE
2347 Change subword regexps back to vars (Bug#16296).
2348 * progmodes/subword.el (subword-forward-regexp)
2349 (subword-backward-regexp): Change these back to variables.
2350
e18b70fc
SM
23512014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2354 syntax-begin-function (bug#16247).
2355
0d53f628
CY
23562014-01-03 Chong Yidong <cyd@gnu.org>
2357
2358 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2359 (advice--docstring): Delete variable.
2360 (advice--make-1): Leave the docstring empty.
2361 (advice-add): Use function-documentation for advised docstring.
2362
2363 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2364 Ignore function-documentation property when getting documentation.
2365 (ad-activate-advised-definition): Use function-documentation
2366 generate the docstring.
2367 (ad-make-advised-definition): Don't call
2368 ad-make-advised-definition-docstring.
2369 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2370 Delete functions.
2371
2372 * progmodes/sql.el (sql-help): Use function-documentation instead
2373 of dynamic-docstring-function property. No need to autoload now.
2374 (sql--help-docstring): New variable.
2375 (sql--make-help-docstring): Use it.
2376
6f547583
SM
23772014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2378
6ef9aed8
SM
2379 * ielm.el (ielm-tab): Retarget.
2380 (ielm-map): Use ielm-tab for tab.
2381 (ielm-complete-filename): Use comint-filename-completion.
2382 (ielm-complete-symbol): Remove.
2383 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2384 remove ielm-tab from completion-at-point-functions (bug#16224).
2385
6f547583
SM
2386 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2387 Beware signals raised by predicates (bug#16201).
2388
a574edbe
RS
23892014-01-02 Richard Stallman <rms@gnu.org>
2390
e831604d
RS
2391 * dired-aux.el (dired-do-print): Handle printer-name.
2392
6f547583
SM
2393 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2394 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
a574edbe
RS
2395 (rmail-epa-decrypt): Turn off mime processing.
2396
3fcfc4ee 2397 * mail/rmail.el (rmail-make-in-reply-to-field):
a574edbe
RS
2398 Add parens in message-id.
2399
2400 * mail/rmail.el (rmail-get-coding-function): Variable.
2401 (rmail-get-coding-system): Use it.
2402
04311a16
KH
24032013-12-31 Eli Zaretskii <eliz@gnu.org>
2404
2405 * international/mule-conf.el: Unify the charset indian-is13194.
2406 (indian-is13194): Specify unify-map.
2407
c8d89778
LL
24082013-12-31 Leo Liu <sdl.web@gmail.com>
2409
2410 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2411
e63ace37
DC
24122013-12-30 Daniel Colascione <dancol@dancol.org>
2413
9e0bf19a
DC
2414 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2415 of printing a useless when we resume from sleep.
2416
e63ace37 2417 * progmodes/sh-script.el
c295fc18 2418 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
e63ace37
DC
2419 in indentation code. (Bug#16233)
2420
e9d6c46a
JT
24212013-12-28 João Távora <joaotavora@gmail.com>
2422
6f547583
SM
2423 * elec-pair.el (electric-pair-post-self-insert-function):
2424 Don't open extra newlines at beginning of buffer. (Bug#16272)
e9d6c46a 2425
bf7bea5d
EZ
24262013-12-28 Eli Zaretskii <eliz@gnu.org>
2427
2428 * frame.el (window-system-for-display): Don't allow to create a
2429 GUI frame from a -nw session on MS-Windows. (Bug#14739)
2430
8449dd1f
GM
24312013-12-28 Glenn Morris <rgm@gnu.org>
2432
9c5a5c77
GM
2433 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2434 Update callers.
2435
2436 * apropos.el (apropos-match-face):
2437 * calculator.el (calculator-displayer):
2438 * dabbrev.el (dabbrev-search-these-buffers-only):
2439 * face-remap.el (buffer-face-mode-face):
2440 * simple.el (yank-handled-properties):
2441 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2442 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2443 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2444 (hashcash-double-spend-database):
2445 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2446 (ruby-deep-indent-paren-style):
2447 * textmodes/flyspell.el (flyspell-auto-correct-binding):
2448 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2449 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2450 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2451 Specify custom types.
2452
bb098075
GM
2453 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2454 * bookmark.el (bookmark-bmenu-use-header-line):
2455 * doc-view.el (doc-view-scale-internally):
2456 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2457 * register.el (register-preview-delay):
2458 * net/shr.el (shr-bullet):
2459 * progmodes/cfengine.el (cfengine-cf-promises)
2460 (cfengine-parameters-indent):
2461 * progmodes/octave.el (inferior-octave-error-regexp-alist):
2462 * textmodes/reftex-vars.el (reftex-label-regexps):
2463 * vc/log-edit.el (log-edit-setup-add-author): Add version.
2464
9c61f806
GM
2465 * net/tls.el (tls-certtool-program): Fix default value.
2466
2467 * desktop.el (desktop-restore-in-current-display):
2468 * newcomment.el (comment-empty-lines):
2469 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2470 (idlwave-pad-keyword):
2471 * progmodes/tcl.el (tcl-tab-always-indent):
2472 * textmodes/reftex-vars.el (reftex-index-default-tag):
2473 * elec-pair.el (electric-pair-skip-whitespace):
2474 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2475
8449dd1f
GM
2476 * emacs-lisp/authors.el (authors-ignored-files)
2477 (authors-valid-file-names, authors-renamed-files-alist): Additions.
2478
fdadeb49
JC
24792013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2480
72140a0f
GM
2481 * shell.el (shell-dynamic-complete-command): Doc fix.
2482 (shell--command-completion-data): Shell completion now matches
2483 executable filenames from the current buffer's directory, on
da5ecfa9 2484 systems in which this behavior is the default (windows-nt, ms-dos).
fdadeb49 2485
e572a7d8
LI
24862013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2487
2488 * net/shr.el (shr-insert): Don't infloop if the width is zero.
2489
7514d3f8
SM
24902013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2491
a4151f3b
SM
2492 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2493 (bug#16251).
2494
7514d3f8
SM
2495 * electric.el: Move all electric-pair-* to elec-pair.el.
2496 * elec-pair.el: New file, split from electric.el.
2497
ac5758d1
LI
24982013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2499
2500 * net/shr.el (shr-find-fill-point): Don't try to fill if the
2501 indentation level is larger than the width, because that will
2502 infloop.
2503 (shr-insert): Fill repeatedly long texts, so that Japanese is
2504 formatted correctly (bug#16263).
24a6b65e
LI
2505 (shr-find-fill-point): Off by one error in comparison with the
2506 indentation.
ac5758d1 2507
7514d3f8 25082013-12-26 João Távora <joaotavora@gmail.com>
3b8d5131
JT
2509
2510 * electric.el (electric-pair-mode): More flexible engine for skip-
7514d3f8 2511 and inhibit predicates, new options for pairing-related functionality.
3b8d5131
JT
2512 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2513 if that keeps or improves their balance in buffers.
2514 (electric-pair-delete-adjacent-pairs): Delete the pair when
2515 backspacing over adjacent matched delimiters.
2516 (electric-pair-open-extra-newline): Open extra newline when
2517 inserting newlines between adjacent matched delimiters.
7514d3f8
SM
2518 (electric--sort-post-self-insertion-hook):
2519 Sort post-self-insert-hook according to priority values when
3b8d5131
JT
2520 minor-modes are activated.
2521 * simple.el (newline-and-indent): Call newline with interactive
2522 set to t.
2523 (blink-paren-post-self-insert-function): Set priority to 100.
7514d3f8
SM
2524 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2525 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2526 comments. Locally set electric-pair-skip-whitespace to 'chomp and
3b8d5131
JT
2527 electric-pair-open-newline-between-pairs to nil.
2528
fbcc63a3
FEG
25292013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2530
2531 * progmodes/python.el: Use lexical-binding.
2532 (python-nav-beginning-of-defun): Stop searching ASAP.
2533
ed78d16c
XF
25342013-12-25 Xue Fuqiao <xfq.free@gmail.com>
2535
2536 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2537 Fix interactive spec. Doc fix. (Bug#15754)
2538
38b2c142
KY
25392013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2540
2541 * emacs-lisp/byte-run.el (eval-when-compile):
55db967f 2542 * progmodes/cc-defs.el (cc-eval-when-compile):
38b2c142
KY
2543 Fix edebug spec (bug#16184).
2544
3c856c14
LI
25452013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2546
83fa295c 2547 * net/shr.el (shr-visit-file): Remove debugging function.
f7f071dc
LI
2548 (shr-insert): Don't infloop if we can't find a good place to break
2549 the line (bug#16256).
3c856c14 2550
01379221
FEG
25512013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2552
35e951cd 2553 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
01379221
FEG
2554 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2555 python-nav-lisp-forward-sexp-safe.
2556 (python-nav--forward-sexp): New argument SAFE allows switching
2557 forward sexp movement behavior for parens.
2558 (python-nav-forward-sexp): Throw errors on unterminated parens
2559 (Bug#16191).
2560 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2561 (python-nav-backward-sexp-safe): New functions.
7514d3f8
SM
2562 (python-shell-buffer-substring):
2563 Use `python-nav-forward-sexp-safe'.
01379221 2564
99e4926f
LI
25652013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2566
2567 * net/shr.el (shr-find-fill-point): Don't break lines before a
2568 quotation mark.
c6c20584
LI
2569 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2570 (shr-find-fill-point): Remove the special checks for the quotation
7514d3f8 2571 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
99e4926f 2572
fec0e828
KN
25732013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2574
2575 * net/eww.el (eww-form-textarea): Use a different face for
2576 textareas than text input since they have different keymaps
2577 (bug#16142).
2578
89c868ad
FEG
25792013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
2580
7514d3f8
SM
2581 * progmodes/python.el (python-nav-beginning-of-statement):
2582 Speed up (Bug#15295).
89c868ad 2583
eeef121a
LI
25842013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2585
2586 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2587 the window configuration.
2588
121ea65f
EZ
25892013-12-24 Eli Zaretskii <eliz@gnu.org>
2590
2591 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2592 we run on MS-Windows or MS-DOS.
2593
18cee9ec
MR
25942013-12-24 Martin Rudalics <rudalics@gmx.at>
2595
2596 * window.el (balance-windows-area): Call window-size instead of
2597 window-height and window-width. Bug#16241.
2598
58f2b9a5
LI
25992013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2600
2601 * net/eww.el (eww-bookmark-quit): Remove.
2602 (eww-bookmark-browse): Restore the window configuration when you
2603 choose a bookmark (bug#16144).
2604
d64b6308
DC
26052013-12-24 Daniel Colascione <dancol@dancol.org>
2606
2607 * icomplete.el: Remove redundant :group arguments to `defcustom'
2608 throughout.
2609 (icomplete-show-matches-on-no-input): New customizable variable.
2610 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2611 we have something to show.
7514d3f8 2612 (icomplete-exhibit): Compute completions even if we have no user input.
d64b6308 2613
0da54898
DC
26142013-12-23 Daniel Colascione <dancol@dancol.org>
2615
2616 * icomplete.el: Move `provide' to end of file.
2617
b90aa4f4
TZ
26182013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
2619
2620 * net/gnutls.el (gnutls-verify-error): Add version tag.
2621
8cd22a08
CY
26222013-12-23 Chong Yidong <cyd@gnu.org>
2623
2624 * subr.el (set-transient-map): Rename from
2625 set-temporary-overlay-map. Doc fix.
2626
2627 * face-remap.el (text-scale-adjust):
2628 * indent.el (indent-rigidly):
2629 * kmacro.el (kmacro-call-macro):
2630 * minibuffer.el (minibuffer-force-complete):
2631 * repeat.el (repeat):
2632 * simple.el (universal-argument--mode):
2633 * calendar/todo-mode.el (todo-insert-item--next-param):
2634 * progmodes/f90.el (f90-abbrev-start): Callers changed.
2635
7510b021
CY
2636 * indent.el (indent-rigidly): Use substitute-command-keys.
2637
72140a0f 26382013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
56890ecd
KN
2639
2640 * net/eww.el (eww-tag-select): Add text-property to jump to next
2641 select field.
e9dc713d 2642 (eww): Add non-supported ftp error.
56890ecd 2643
1f87a56c
DG
26442013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2645
2646 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2647 comments. Handle electric indent after typing `?' and `!'.
2648
dca38cf9
CY
26492013-12-22 Chong Yidong <cyd@gnu.org>
2650
2651 * faces.el (face-spec-recalc): If the theme specs are not
7514d3f8
SM
2652 applicable to a frame, fall back on the defface spec.
2653 This prevents themes from obliterating faces on low-color terminals.
dca38cf9 2654
f2351498
DG
26552013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2656
2657 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2658 after `{'. We need it after block openers, and it doesn't seem
2659 to hurt after hash openers.
2660
6cddebc1
DG
26612013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2662
2663 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2664 extracted from `ruby-smie-rules'.
2665 (ruby--electric-indent-chars): New variable.
2666 (ruby--electric-indent-p): New function.
2667 (ruby-mode): Use `electric-indent-functions' instead of
2668 `electric-indent-chars'.
2669
65a1da00
DG
26702013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2671
2672 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2673 docstring.
2674 (ruby-smie-rules): Indent plus one level after `=>'.
2675
b51ad4cf
RS
26762013-12-21 Richard Stallman <rms@gnu.org>
2677
2678 * simple.el (newline): Doc fix.
2679
72140a0f 26802013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
d49fbfd6 2681
e9dc713d 2682 * net/eww.el (eww-list-histories, eww-list-histories)
d49fbfd6
TZ
2683 (eww-history-browse, eww-history-quit, eww-history-kill)
2684 (eww-history-mode-map, eww-history-mode): New command and
2685 functions to list browser histories.
e9dc713d
JB
2686 (eww-form-text): Support text form with disabled
2687 and readonly attributes.
2688 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
d49fbfd6 2689
5e1901c1
RS
26902013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2691
2692 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2693 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2694 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2695 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2696 Use `user-error'.
2697 (eww-bookmark-mode-map): Add menu.
2698 (eww-render, eww-mode): Use `setq-local'.
2699 (eww-tool-bar-map): New variable.
2700 (eww-mode): Set `tool-bar-map'.
2701 (eww-view-source): Check for `html-mode' with `fboundp'.
2702
073d5cfd
LMI
27032013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2704
2705 * net/shr.el (shr--extract-best-source): Don't bug out on audio
2706 elements with text inside. Also remove debugging.
2707
41cf3d11
JD
27082013-12-21 Jan Djärv <jan.h.d@swipnet.se>
2709
2710 * cus-start.el (all): Add ns-use-srgb-colorspace.
2711
aac2b673
CY
27122013-12-21 Chong Yidong <cyd@gnu.org>
2713
2714 * custom.el (custom-theme-recalc-face): Do nothing if the face is
2715 undefined. Thus, theme settings for undefined faces do not take
2716 effect until the faces are defined with defface, the same as with
2717 theme variables.
2718
2719 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2720 (face-spec-reset-face): Don't assign extra properties in temacs.
2721 (face-spec-recalc): Apply X resources too.
2722
bacb0e77
CY
27232013-12-21 Chong Yidong <cyd@gnu.org>
2724
2725 * faces.el (face-spec-set):
2726 * cus-face.el (custom-theme-set-faces, custom-set-faces):
2727 * custom.el (defface): Doc fixes (Bug#16203).
2728
77221051
CY
2729 * indent.el (indent-rigidly-map): Add docstring, and move commands
2730 into named functions.
2731 (indent-rigidly-left, indent-rigidly-right)
2732 (indent-rigidly-left-to-tab-stop)
2733 (indent-rigidly-right-to-tab-stop): New functions. Decide on
2734 indentation direction based on bidi direction, and accumulate
2735 sequential commands in a single undo boundary.
2736 (indent-rigidly--pop-undo): New utility function.
2737
e0eb0550
JB
27382013-12-20 Juanma Barranquero <lekktu@gmail.com>
2739
2740 * faces.el (read-face-name): Require crm.el when using crm-separator.
2741
3282bd2e
DC
27422013-12-20 Daniel Colascione <dancol@dancol.org>
2743
2744 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2745 so that we don't reflow comments into the shebang line.
2746
1d42e5b6
JL
27472013-12-20 Juri Linkov <juri@jurta.org>
2748
2749 * saveplace.el (save-place-to-alist): Add `dired-filename' as
2750 a position when `dired-directory' is non-nil. Check integer
2751 positions with `integerp'.
2752 (toggle-save-place, save-places-to-alist): Add check for
2753 `dired-directory'.
2754 (save-place-find-file-hook): Check integer positions with
2755 `integerp'.
2756 (save-place-dired-hook): Use `dired-goto-file' when
2757 `dired-filename' is found in the assoc list. Check integer
2758 positions with `integerp'.
2759 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2760
2761 * dired.el (dired-initial-position-hook): Rename back from
2762 `dired-initial-point-hook'.
2763 (dired-initial-position): Rename `dired-initial-point-hook' to
2764 `dired-initial-position-hook'.
2765 (dired-file-name-at-point): Doc fix. (Bug#15329)
2766
24da7273
JL
27672013-12-20 Juri Linkov <juri@jurta.org>
2768
2769 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2770 (read-regexp-suggestions): New function.
2771 (read-regexp): Use `read-regexp-defaults-function' to get default values.
2772 Use `read-regexp-suggestions'. Add non-empty default to history
2773 for empty input.
2774 (occur-read-regexp-defaults-function): Remove function.
2775 (occur-read-primary-args): Use `regexp-history-last' instead of
2776 `occur-read-regexp-defaults-function'.
2777
2778 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2779 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2780 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2781 `hi-lock-read-regexp-defaults-function'. Doc fix.
2782 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2783 with `find-tag-default-as-symbol-regexp'. Doc fix.
2784 (hi-lock-read-regexp-defaults): Remove function.
2785 (hi-lock-regexp-okay): Add check for null.
2786
2787 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2788 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
2789
2790 * subr.el (find-tag-default-as-symbol-regexp): New function.
2791 (find-tag-default-as-regexp): Move symbol regexp formatting to
2792 `find-tag-default-as-symbol-regexp'.
2793
137f57c8
S
27942013-12-20 E Sabof <esabof@gmail.com> (tiny change)
2795
2796 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2797 (Bug#14179)
2798
f3a66082
SB
27992013-12-20 Stephen Berman <stephen.berman@gmx.net>
2800
2801 * calendar/todo-mode.el: New implementation of item insertion
2802 commands and key bindings.
2803 (todo-key-prompt): New face.
2804 (todo-insert-item): New command.
2805 (todo-insert-item--parameters): New defconst, replacing defvar
2806 todo-insertion-commands-args-genlist.
2807 (todo-insert-item--param-key-alist): New defconst, replacing
2808 defvar todo-insertion-commands-arg-key-list.
2809 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2810 (todo-insert-item--argsleft, todo-insert-item--apply-args)
2811 (todo-insert-item--next-param): New functions.
2812 (todo-insert-item--args, todo-insert-item--argleft)
2813 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2814 New variables.
2815 (todo-key-bindings-t): Change binding of "i" from
2816 todo-insertion-map to todo-insert-item.
2817 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2818 (todo-insertion-command-name, todo-insertion-commands-names)
2819 (todo-define-insertion-command, todo-insertion-commands)
2820 (todo-insertion-key-bindings, todo-insertion-map): Remove.
2821
2f99433b
SB
28222013-12-20 Stephen Berman <stephen.berman@gmx.net>
2823
2824 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2825 (todo-toggle-item-highlighting): Use eval-and-compile instead of
2826 eval-when-compile.
2827 (todo-move-category): Allow choosing a non-existing todo file to
2828 move the category to, and create that file.
2829 (todo-default-priority): New user option.
2830 (todo-set-item-priority): Use it.
2831 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2832 (desktop-restore-file-buffer): Declare.
2833 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2834 (todo-modes-set-2): Locally set desktop-save-buffer to
2835 todo-desktop-save-buffer.
2836 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2837 (auto-mode-alist): Add autoload cookie.
2838
131e4695
BB
28392013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
2840
2841 * emacs-lisp/subr-x.el: Renamed from helpers.el.
2842 helpers.el was a poor choice of name.
3cbfb935
BB
2843 (string-remove-prefix): New function.
2844 (string-remove-suffix): New function.
131e4695 2845
c44de18d
MR
28462013-12-20 Martin Rudalics <rudalics@gmx.at>
2847
2848 Fix assignment for new window total sizes.
2849 * window.el (window--pixel-to-size): Remove function.
e0eb0550
JB
2850 (window--pixel-to-total-1, window--pixel-to-total):
2851 Fix calculation of new total sizes.
c44de18d 2852
ca65efcc
VS
28532013-12-20 Vitalie Spinu <spinuvit@gmail.com>
2854
2855 * comint.el (comint-output-filter): Fix rear-nonsticky property
2856 placement (Bug#16010).
2857
a9574eb7
CY
28582013-12-20 Chong Yidong <cyd@gnu.org>
2859
2860 * faces.el (read-color): Minor fix for completion function.
2861
b520f210
DG
28622013-12-20 Dmitry Gutov <dgutov@yandex.ru>
2863
e0eb0550
JB
2864 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
2865 New option. (Bug#16182)
b520f210
DG
2866 (ruby-smie--indent-to-stmt-p): Use it.
2867 (ruby-smie-rules): Revert the logic in the handling of `when'.
2868 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
2869 (ruby-deep-arglist, ruby-deep-indent-paren)
2870 (ruby-deep-indent-paren-style): Update docstrings to note that the
2871 vars don't have any effect with SMIE.
2872
26b75b45
JB
28732013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
2874
2875 * calc/calc.el (calc-enter, calc-pop): Use the variable
2876 `calc-context-sensitive-enter'.
2877
cf91cee7
LMI
28782013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2879
2880 * net/shr.el (shr-insert): Protect against infloops in degenerate
2881 tables.
2882
51d971b4
RS
28832013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2884
2885 * progmodes/octave.el (octave): Add link to manual and octave
2886 homepage.
2887 (octave-mode-menu): Link to octave-mode manual.
2888
8c2e462a
LL
28892013-12-20 Leo Liu <sdl.web@gmail.com>
2890
2891 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
2892 insertion using skeleton-end-newline. (Bug#16138)
2893
501158bc
JL
28942013-12-20 Juri Linkov <juri@jurta.org>
2895
2896 * replace.el (occur-engine): Use `add-face-text-property'
2897 to add the face property to matches and titles. (Bug#14645)
2898
2899 * hi-lock.el (hi-green): Use lighter color "light green" closer to
2900 the palette of other hi-lock colors.
2901 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
2902
50ab1da6
JL
29032013-12-19 Juri Linkov <juri@jurta.org>
2904
2905 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
2906 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
2907 (minibuffer-history-symbol): Move variable declaration closer to
2908 its usage.
2909
2910 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
2911 (Bug#14785)
2912
3d6e95e7
JL
29132013-12-19 Juri Linkov <juri@jurta.org>
2914
2915 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
2916 New function.
2917 (log-edit-hook): Add it to :options. (Bug#16170)
2918
b41594fd
JL
29192013-12-19 Juri Linkov <juri@jurta.org>
2920
2921 * simple.el (eval-expression-print-format): Don't check for
2922 command names and the last command. Always display additional
2923 formats of the integer result in the echo area, and insert them
2924 to the current buffer only with a zero prefix arg.
2925 Display character when char-displayable-p is non-nil.
2926 (eval-expression): With a zero prefix arg, set `print-length' and
2927 `print-level' to nil, and insert the integer values from
2928 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
2929
2930 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2931 `eval-last-sexp-arg-internal'. Doc fix.
2932 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2933 `eval-last-sexp-print-value'. Doc fix.
2934 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2935 Set `print-length' and `print-level' to nil when arg is zero.
2936 (eval-last-sexp): Doc fix.
2937 (eval-defun-2): Print the integer values from
2938 `eval-expression-print-format' at the end.
2939
2940 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2941 values from `eval-expression-print-format' at the end.
2942
2943 * ielm.el (ielm-eval-input): Print the integer
2944 values from `eval-expression-print-format' at the end.
2945
8f2be364
TZ
29462013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
2947
2948 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2949 2013-12-11T19:01:44Z!tzz@lifelogs.com.
2950
2230a6e3
SM
29512013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
2954 (hl-line-highlight, global-hl-line-highlight): Use it.
2955 (hl-line-overlay): Use defvar-local.
2956
1269a680
JD
29572013-12-19 Jan Djärv <jan.h.d@swipnet.se>
2958
2959 * term/ns-win.el: Require dnd.
2960 (global-map): Remove drag items.
2961 (ns-insert-text, ns-set-foreground-at-mouse)
2230a6e3
SM
2962 (ns-set-background-at-mouse):
2963 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2964 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2965 New functions.
1269a680 2966
049638ad
GM
29672013-12-19 Glenn Morris <rgm@gnu.org>
2968
2969 * emacs-lisp/ert.el (ert-select-tests):
2970 Fix string/symbol mixup. (Bug#16121)
2971
ce41edb4
DG
29722013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2973
2974 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2975 keywords to their parent.
2976
7e1549c9
DG
29772013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2978
2979 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2980 first arg to be a string (fixed dead code), or an operator symbol.
2981 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2982 operator symbols.
2983 (ruby-smie-rules): Remove parent token check in the `.' clause, it
2984 did nothing. Don't respond to `(:after ".")', it will be called
2985 with :before anyway. Remove the ` @ ' rule, it didn't seem to
2986 change anything. Only return indentation for binary operators
2987 when they are hanging. De-dent opening paren when its parent is
2988 `.', otherwise it looks bad when the dot is not at bol or eol
2989 (bug#16182).
2990
3ee4cd64
JL
29912013-12-19 Juri Linkov <juri@jurta.org>
2992
2993 * replace.el (query-replace-read-args): Split a non-negative arg
2994 and a negative arg into separate elements.
2995 (query-replace, query-replace-regexp, replace-string)
2996 (replace-regexp): Add arg `backward'. Doc fix.
2997 (replace-match-maybe-edit): When new arg `backward' is non-nil,
2998 move point to the beginning of the match.
2999 (replace-search, replace-highlight): Use new arg `backward'
3000 to set the value of `isearch-forward'.
3001 (perform-replace): Add arg `backward' and use it to perform
3002 replacement backward. (Bug#14979)
3003
3004 * isearch.el (isearch-query-replace): Use a negative prefix arg
3005 to call `perform-replace' with a non-nil arg `backward'.
3006
0cda6b7b
JL
30072013-12-18 Juri Linkov <juri@jurta.org>
3008
3009 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3010 to the default list. Move `log-edit-show-files' to the end.
3011 Add more available functions to options.
3012 (log-edit): Move default specific settings to
3013 `log-edit-insert-message-template'. Don't move point.
3014 (log-edit-insert-message-template): New function.
3015 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3016 (Bug#16170)
3017
b216f0a6
JL
30182013-12-18 Juri Linkov <juri@jurta.org>
3019
3020 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3021 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
3022
1d1c55dc
LL
30232013-12-18 Leo Liu <sdl.web@gmail.com>
3024
e9dc713d
JB
3025 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3026 (Bug#16186)
1d1c55dc 3027
64e4c76e
EZ
30282013-12-18 Eli Zaretskii <eliz@gnu.org>
3029
3030 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3031 formats for displaying file sizes when the -s switch is given.
3032 Instead, compute a separate format for displaying the size in
3033 blocks, which is displayed in addition to the "regular" size.
3034 When -h is given in addition to -s, produce size in blocks in
3035 human-readable form as well. (Bug#16179)
3036
b2984e39
TH
30372013-12-18 Tassilo Horn <tsdh@gnu.org>
3038
2230a6e3
SM
3039 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3040 Reference tables with ~\ref{...} instead of only \ref{...}.
b2984e39 3041
50ff2e06
CY
30422013-12-18 Chong Yidong <cyd@gnu.org>
3043
0081bc84
CY
3044 * cus-edit.el (custom-magic-alist): Fix "themed" description
3045 (Bug#14348).
3046
a7ee9424
CY
3047 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3048 is non-nil, do not create a new entry in the symbol's theme-value
3049 or theme-face property; update theme-settings only (Bug#14664).
18874304 3050 (custom-available-themes): Doc fix.
a7ee9424 3051
8f942537
CY
3052 * cus-theme.el (custom-new-theme-mode-map): Add bindings
3053 (Bug#15674).
3054
50ff2e06
CY
3055 * replace.el (occur-engine): Avoid infloop (Bug#7593).
3056
83c60f60
KI
30572013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3058
3059 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3060 (Bug#13914).
3061
e0eb0550 30622013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
ba874b64
SF
3063
3064 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3065
1f41ee56
GM
30662013-12-18 Glenn Morris <rgm@gnu.org>
3067
3068 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
123d0143 3069 * cus-start.el (load-prefer-newer): New option.
1f41ee56 3070
e82134b1
LW
30712013-12-18 Le Wang <l26wang@gmail.com>
3072
2230a6e3
SM
3073 * comint.el (comint-previous-matching-input-from-input):
3074 Retain point (Bug#13404).
e82134b1 3075
33f5d4c1
CY
30762013-12-18 Chong Yidong <cyd@gnu.org>
3077
3078 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3079
ccc9f6dc
GM
30802013-12-18 Glenn Morris <rgm@gnu.org>
3081
3082 * mail/emacsbug.el (report-emacs-bug):
3083 Only mention enable-multibyte-characters if non-standard.
3084
33dd8e95
JL
30852013-12-17 Juri Linkov <juri@jurta.org>
3086
3087 * arc-mode.el (archive-extract-by-file): Check if directory exists
3088 before deletion to not show irrelevant errors if it doesn't exist.
3089
7a409b30
JL
30902013-12-17 Juri Linkov <juri@jurta.org>
3091
3092 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3093 (Bug#14751)
3094
3095 * net/eww.el (browse-web): Add alias to `eww'.
3096 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3097 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
3098
3099 * net/browse-url.el (browse-url-browser-function): Move `eww'
3100 closer to similar functions.
3101
3102 * startup.el (fancy-startup-screen, fancy-about-screen):
3103 Set browse-url-browser-function to eww-browse-url locally.
3104 (Bug#14751)
3105
2d6b6005
SM
31062013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3107
3108 * window.el (window--pixel-to-total): Remove unused `mini' var.
3109 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3110 (split-window): Remove unused `new' var.
3111 (window--display-buffer): Remove unused `frame' and `delta' vars.
3112 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3113 and display-width'.
3114
cf2b7efc
MR
31152013-12-17 Martin Rudalics <rudalics@gmx.at>
3116
3117 * dired.el (dired-mark-pop-up):
3118 * register.el (register-preview): Don't bind
3119 split-height-threshold here since it's now done in
3120 display-buffer-below-selected.
3121
ed3af8a7 31222013-12-17 oblique <psyberbits@gmail.com> (tiny change)
3123
3124 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3125 xterm-rgb-convert-to-16bit.
3126 (rxvt-register-default-colors): Standardize with
3127 xterm-register-default-colors (Bug#14078).
3128
76da3455
DK
31292013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
3130
3131 * simple.el (kill-region): Pass mark first, then point, so that
3132 kill-append works right (Bug#12819).
3133 (copy-region-as-kill, kill-ring-save): Likewise.
3134
2b84d763
LL
31352013-12-17 Leo Liu <sdl.web@gmail.com>
3136
3137 * net/rcirc.el (rcirc-add-face):
3138 * eshell/em-prompt.el (eshell-emit-prompt):
3139 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3140 (Bug#16167)
3141
e2f6a0bc
CY
31422013-12-17 Chong Yidong <cyd@gnu.org>
3143
3144 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3145 Suggested by Xue Fuqiao.
3146
35b249a6
DG
31472013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3148
3149 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3150
e9145444
SM
31512013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * net/shr.el (shr-insert-document): Remove unused var
3154 `shr-preliminary-table-render'.
3155 (shr-rescale-image): Remove unused arg `force'.
3156 (shr-put-image): Update calls accordingly.
3157 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3158
5556c0ce
DG
31592013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3160
3161 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3162 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3163 :close-all, to see which indentation method to use (Bug#16116).
3164 (smie-rules-function): Document the method :close-all.
3165
11bade0a
LMI
31662013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3167
1c4b1e61
LMI
3168 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3169
11bade0a
LMI
3170 * net/eww.el (eww-display-html): If we can't find the anchor we're
3171 looking for, then go to point-min.
3172
8fb8c4f3
PE
31732013-12-16 Paul Eggert <eggert@cs.ucla.edu>
3174
3175 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3176 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3177 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3178 Expand dir too, in case it's relative.
3179
6c8e0ae6
JL
31802013-12-16 Juri Linkov <juri@jurta.org>
3181
3182 * desktop.el (desktop-auto-save-timeout): Change default to
3183 `auto-save-timeout'. Doc fix.
3184 (desktop-save): Skip the timestamp in desktop-saved-frameset
3185 when checking for auto-save changes.
3186 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3187 `desktop-auto-save' is called repeatedly by the idle timer.
3188 (desktop-auto-save-set-timer): Replace `run-with-timer' with
3189 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
3190 (Bug#15331)
3191
2178e858
JL
31922013-12-16 Juri Linkov <juri@jurta.org>
3193
3194 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3195 (Bug#16035)
3196 (isearch-pre-command-hook): Check `this-command' for symbolp.
3197
39cb42c6
SM
31982013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3201
5b9b750a
TZ
32022013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3203
3204 * progmodes/cfengine.el (cfengine3--current-word): Remove.
3205 (cfengine3--current-function): Bring in the current-function
3206 functionality from `cfengine3--current-word'.
3207 (cfengine3-completion-function): Bring in the
3208 bounds-of-current-word functionality from
3209 `cfengine3--current-word'.
3210
d144ef06
MR
32112013-12-16 Martin Rudalics <rudalics@gmx.at>
3212
39cb42c6
SM
3213 * window.el (display-buffer-below-selected):
3214 Bind split-height-threshold to 0 as suggested by Juri Linkov.
d144ef06 3215
a8bbe298
LL
32162013-12-16 Leo Liu <sdl.web@gmail.com>
3217
3218 * progmodes/compile.el (compile-goto-error): Do not push-mark.
3219 Remove NOMSG arg and all uses changed.
3220
2013a2f9
SM
32212013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3224 (cua--deactivate-rectangle): Don't deactivate the mark.
3225 (cua-set-rectangle-mark): Don't set mark-active since
3226 cua--activate-rectangle already does it for us.
3227 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3228 non-rectangular region.
3229
3230 * emulation/cua-base.el (cua-repeat-replace-region):
3231 Use with-current-buffer.
3232
3233 * net/gnutls.el: Use cl-lib.
3234 (gnutls-negotiate): `mapcan' -> cl-mapcan.
3235
5ae811dd
TZ
32362013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3237
3238 * emacs-lisp/package.el (package-built-in-p): Support both
3239 built-in and the package.el converted package descriptions.
3240 (package-show-package-list): Allow keywords.
3241 (package-keyword-button-action): Use it instead of
3242 `finder-list-matches'.
3243 (package-menu-filter-interactive): Interactive filtering (by
3244 keyword) function.
3245 (package-menu--generate): Support keywords and change keymappings
3246 and headers when they are given.
3247 (package--has-keyword-p): Helper function.
3248 (package-menu--refresh): Use it.
3249 (package--mapc): Helper function.
3250 (package-all-keywords): Use it.
3251 (package-menu-mode-map): Set up menu items and keybindings to
3252 provide a filtering UI.
3253
31b4827e
TZ
32542013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3255
3256 * net/gnutls.el (gnutls-verify-error): New defcustom to control
3257 the behavior when a certificate fails validation. Defaults to
3258 old behavior: never abort, just warn.
3259 (gnutls-negotiate): Use it.
3260
f93cc74f
MR
32612013-12-14 Martin Rudalics <rudalics@gmx.at>
3262
3263 * window.el (display-buffer-below-selected): Never split window
3264 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
3265
f77d7d17
TW
32662013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
3267
3268 * emacs-lisp/package.el (package--prepare-dependencies): New function.
3269 (package-buffer-info): Use it (bug#15108).
aa2bddd7 3270
7514d3f8
SM
32712013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3272
aa2bddd7 3273 * icomplete.el (icomplete-completions): Make sure the prefix is already
7514d3f8 3274 displayed elsewhere before hiding it (bug#16219).
aa2bddd7 3275
276bc333
DG
32762013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3277
3278 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3279 open-paren tokens when preceded by a open-paren, too.
3280 (ruby-smie-rules): Handle virtual indentation after open-paren
3281 tokens specially. If there is code between it and eol, return the
3282 column where is starts (Bug#16118).
3283
d43957f3
TZ
32842013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3285
a5c1ac0c 3286 * progmodes/cfengine.el: Fix `add-hook' doc.
aa2bddd7 3287 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
d43957f3
TZ
3288 (cfengine3--current-word): Fix parameters.
3289 (cfengine3-make-syntax-cache): Simplify further.
aa2bddd7
SM
3290 (cfengine3-completion-function, cfengine3--current-function):
3291 Use `assq' for symbols.
d43957f3
TZ
3292 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3293
06a4f110
GM
32942013-12-13 Glenn Morris <rgm@gnu.org>
3295
3296 * loadup.el (load-path): Warn if site-load or site-init changes it.
3297 No more need to reset it when bootstrapping.
3298
978a5fda
TZ
32992013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3300
3301 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3302 locations for cf-promises.
3303 (cfengine-mode-syntax-functions-regex): New caching variable.
3304 (cfengine3-fallback-syntax): Fallback syntax for cases where
3305 cf-promises doesn't run.
3306 (cfengine3--current-word): Reimplement using
3307 `cfengine-mode-syntax-functions-regex'.
aa2bddd7
SM
3308 (cfengine3-completion-function, cfengine3--current-function):
3309 Use `cfengine3-make-syntax-cache' directly.
978a5fda
TZ
3310 (cfengine3-clear-syntax-cache): New function.
3311 (cfengine3-make-syntax-cache): Simplify and create
3312 `cfengine-mode-syntax-functions-regex' on demand.
3313 (cfengine3-format-function-docstring): Don't call
3314 `cfengine3-make-syntax-cache' explicitly.
3315
71e6691e
MR
33162013-12-13 Martin Rudalics <rudalics@gmx.at>
3317
3318 Fix windmove-find-other-window broken after pixelwise resizing
3319 (Bug#16017).
3320 * windmove.el (windmove-other-window-loc): Revert change from
3321 2013-12-04.
3322 (windmove-find-other-window): Call window-in-direction.
3323 * window.el (window-in-direction): New arguments SIGN, WRAP and
3324 MINI to emulate original windmove-find-other-window behavior.
3325
84c73ba0
DG
33262013-12-13 Dmitry Gutov <dgutov@yandex.ru>
3327
3328 * simple.el (blink-matching--overlay): New variable.
3329 (blink-matching-open): Instead of moving point, highlight the
3330 matching paren with an overlay
3331 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3332
3333 * faces.el (paren-showing-faces, show-paren-match)
3334 (show-paren-mismatch): Move from paren.el.
3335
b9e20952
LL
33362013-12-13 Leo Liu <sdl.web@gmail.com>
3337
3338 * indent.el (indent-region): Disable progress reporter in
3339 minibuffer. (Bug#16108)
3340
3341 * bindings.el (visual-order-cursor-movement): Fix version.
3342
ce030451
FEG
33432013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3344
3345 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3346 Also match after beginning of line.
3347 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
e9dc713d 3348 files. Thanks to Russell Sim. (Bug#15378)
ce030451 3349
4a9c6865
JL
33502013-12-13 Juri Linkov <juri@jurta.org>
3351
3352 * simple.el <Keypad support>: Remove key bindings duplicated
3353 with bindings.el. (Bug#14397)
3354
2bc170c3
JL
33552013-12-13 Juri Linkov <juri@jurta.org>
3356
3357 * comint.el (comint-mode-map): Replace `delete-char' with
3358 `delete-forward-char'. (Bug#16109)
3359
bc9222c9
FEG
33602013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3361
aa2bddd7 3362 * progmodes/python.el (python-indent-calculate-indentation):
e9dc713d 3363 Fix de-denters cornercase. (Bug#15731)
bc9222c9 3364
cb3a1380
SM
33652013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3368 (advice--make): Pay attention to `depth'.
3369 (advice--make-1): Don't autoload commands eagerly.
3370 * emacs-lisp/elp.el (elp-instrument-function):
3371 * emacs-lisp/trace.el (trace-function-internal):
3372 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3373
3374 * iswitchb.el (iswitchb-mode): Don't belittle ido.
3375
01633a17
EZ
33762013-12-12 Eli Zaretskii <eliz@gnu.org>
3377
3378 * term/w32-win.el (w32-handle-dropped-file):
3379 * startup.el (normal-top-level):
3380 * net/browse-url.el (browse-url-file-url):
3381 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3382 decode file names using 'utf-8' rather than
3383 file-name-coding-system.
3384
09faee72
FEG
33852013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3386
3387 * progmodes/python.el (python-indent-context)
3388 (python-indent-calculate-indentation): Fix auto-identation
e9dc713d 3389 behavior for comment blocks. (Bug#15916)
09faee72 3390
f4f84024 33912013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
f54de22e 3392
cb3a1380
SM
3393 * progmodes/python.el (python-indent-calculate-indentation):
3394 When determining indentation, don't treat "return", "pass", etc., as
f54de22e
NT
3395 operators when they are just string constituents. (Bug#15812)
3396
d5ccb7be
JL
33972013-12-12 Juri Linkov <juri@jurta.org>
3398
3399 * uniquify.el (uniquify-buffer-name-style): Change default to
3400 `post-forward-angle-brackets'.
3401
3402 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3403 `uniquify'. Change default to `post-forward-angle-brackets'.
3404
7b3f5679
GM
34052013-12-11 Glenn Morris <rgm@gnu.org>
3406
3407 * emacs-lisp/package.el (finder-list-matches):
3408 Autoload rather than falsely declaring.
3409
f4fe8fdd
TZ
34102013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
3411
3412 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3413 (eww-mode-map): Use them.
3414
3c29190f
MR
34152013-12-11 Martin Rudalics <rudalics@gmx.at>
3416
3417 * window.el (display-buffer-in-side-window): Fix doc-string
3418 (Bug#16115).
3419
0cd616a2
JB
34202013-12-11 Juanma Barranquero <lekktu@gmail.com>
3421
3422 * vc/vc-git.el: Silence byte-compiler warnings.
3423 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3424 (log-edit-set-header): Declare.
3425
3ef8e0d1
EZ
34262013-12-11 Eli Zaretskii <eliz@gnu.org>
3427
3428 * Makefile.in (custom-deps, finder-data): Run output file names
3429 through unmsys--file-name. (Bug#16099)
3430
afdadaf7
SM
34312013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3432
7ae3ae39 3433 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
cb3a1380 3434 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
7ae3ae39 3435
5b4f37ab
SM
3436 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3437 instead of deleting the selection "by hand" (bug#16098).
3438 Rely on insert-for-yank to yank rectangles.
3439 (cua-highlight-region-shift-only): Mark obsolete.
3440 (cua-mode): Don't enable/disable transient-mark-mode,
3441 shift-select-mode (cua-mode works both with and without them), and
3442 pc-selection-mode (obsolete).
3443 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3444 (cua--deactivate-rectangle): Deactivate it.
3445
4b72c12b
SM
3446 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3447 (delete-selection-helper): Make sure yank starts at the top of the
3448 deleted region.
3449 (minibuffer-keyboard-quit): Use region-active-p.
3450
e82af72d
SM
3451 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3452
afdadaf7
SM
3453 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3454 to `delete' (bug#16109).
3455
ed4bc201
RS
34562013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3457
3458 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3459 info manual and show keybindings and set `:group' keyword.
3460
bb8097b9
JL
34612013-12-11 Juri Linkov <juri@jurta.org>
3462
3463 * delsel.el (delete-active-region): Let-bind `this-command'
3464 to prevent `kill-region' from changing its original value.
3465 (delete-selection-helper): Handle `overwrite-mode' for the type
3466 `kill' exactly the same way as for the type `t'.
3467 (insert-char, quoted-insert, reindent-then-newline-and-indent):
3468 Support more commands. (Bug#13312)
3469
c1916ff5
JL
34702013-12-11 Juri Linkov <juri@jurta.org>
3471
3472 * bindings.el: Map kp keys to non-kp keys systematically
3473 with basic modifiers control, meta and shift. (Bug#14397)
3474
7514d3f8 34752013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
b68cf43c
KN
3476
3477 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3478 "Close browser" menu items. Fix wrong function of "List
3479 bookmarks".
3480
4cc51eaf
JL
34812013-12-11 Juri Linkov <juri@jurta.org>
3482
3483 * misearch.el (multi-isearch-buffers): Set the value of
3484 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3485 arg of isearch-forward to t.
3486 (multi-isearch-buffers-regexp): Set the value of
3487 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3488 arg of isearch-forward-regexp to t.
3489 (multi-isearch-files): Set the value of
3490 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3491 arg of isearch-forward to t.
3492 (multi-isearch-files-regexp): Set the value of
c295fc18 3493 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4cc51eaf
JL
3494 arg of isearch-forward-regexp to t. (Bug#16035)
3495
3496 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3497 arg of isearch-forward to t.
3498 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3499 arg of isearch-forward-regexp to t.
3500 (dired-isearch-filter-filenames): Remove unnecessary check for
3501 `dired-isearch-filenames'.
3502
3503 * comint.el (comint-history-isearch-backward):
3504 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3505 (comint-history-isearch-backward-regexp):
3506 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3507
ceac12b7
EZ
35082013-12-10 Eli Zaretskii <eliz@gnu.org>
3509
3510 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3511 unmsys--file-name. (Bug#16099)
3512
5a565782
TZ
35132013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
3514
cb3a1380
SM
3515 * emacs-lisp/package.el (package-keyword-button-action):
3516 Remove finder.el require dependency.
5a565782 3517
a81fc7ba
TZ
35182013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
3519
3520 * emacs-lisp/package.el: Require finder.el.
3521 (describe-package-1): Add keyword buttons.
3522 (package-make-button): New convenience function.
3523 (package-keyword-button-action): Keyword button action using
e0eb0550 3524 `finder-list-matches'.
a81fc7ba 3525
6aaca951
EZ
35262013-12-09 Eli Zaretskii <eliz@gnu.org>
3527
3528 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3529 last commit.
3530
a1099a91
MA
35312013-12-09 Michael Albinus <michael.albinus@gmx.de>
3532
3533 * autorevert.el (auto-revert-notify-add-watch): Do not handle
3534 symlinked files.
3535
8212d9c0
DG
35362013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3537
3538 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3539 after the end of a percent literal.
3540
8f48d131
CD
35412013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
3542
cb3a1380
SM
3543 * progmodes/ruby-mode.el (ruby-forward-string): Document.
3544 Handle caret-delimited strings (Bug#16079).
8f48d131 3545
ff8c9764
DG
35462013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3547
cb3a1380
SM
3548 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3549 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
ff8c9764
DG
3550 `ruby-parse-partial' (Bug#16078).
3551
d64643b4
LL
35522013-12-09 Leo Liu <sdl.web@gmail.com>
3553
3554 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
3555
47e59c66
DG
35562013-12-08 Dmitry Gutov <dgutov@yandex.ru>
3557
3558 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3559 (js-switch-indent-offset): New option.
3560 (js--proper-indentation): Use it. And handle the case when
3561 "default" is actually a key in an object literal.
3562 (js--same-line): New function.
3563 (js--multi-line-declaration-indentation): Use it.
cb3a1380
SM
3564 (js--indent-in-array-comp, js--array-comp-indentation):
3565 New functions.
47e59c66
DG
3566 (js--proper-indentation): Use them, to handle array comprehension
3567 continuations.
3568
974ebc9c
LL
35692013-12-08 Leo Liu <sdl.web@gmail.com>
3570
3571 * progmodes/flymake.el (flymake-highlight-line): Re-write.
3572 (flymake-make-overlay): Remove arg MOUSE-FACE.
3573 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3574
27262e39
SM
35752013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3578 New function.
3579 (redisplay-highlight-region-function): Use it.
3580
3581 * emulation/cua-base.el (cua--explicit-region-start)
3582 (cua--last-region-shifted): Remove.
3583 (cua--deactivate): Use deactivate-mark.
3584 (cua--pre-command-handler-1): Don't handle shift-selection.
3585 (cua--post-command-handler-1): Don't change transient-mark-mode.
3586 (cua--select-keymaps): Use region-active-p rather than
3587 cua--explicit-region-start or cua--last-region-shifted.
3588 (cua-mode): Enable shift-select-mode.
3589
6407822c
LL
35902013-12-08 Leo Liu <sdl.web@gmail.com>
3591
27262e39
SM
3592 * progmodes/flymake.el (flymake-popup-current-error-menu):
3593 Rename from flymake-display-err-menu-for-current-line. Reimplement.
6407822c
LL
3594 (flymake-posn-at-point-as-event, flymake-popup-menu)
3595 (flymake-make-emacs-menu): Remove. (Bug#16077)
3596
00a2b823
SM
35972013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3598
02033d49
SM
3599 * rect.el (rectangle-mark-mode): Activate mark even if
3600 transient-mark-mode is off (bug#16066).
3601 (rectangle--highlight-for-redisplay): Fix boundary condition when point
3602 is > mark and at bolp.
3603
6f8dfccf
SM
3604 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3605 (region-extract-function): Use it.
3606 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3607 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3608 Delete functions.
3609 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3610 kill-ring-save, kill-region, delete-char, delete-forward-char.
3611 Ignore self-insert-iso.
3612
3613 * emulation/cua-gmrk.el (cua--init-global-mark):
3614 Ignore `self-insert-iso'.
3615
3616 * emulation/cua-base.el (cua--prefix-copy-handler)
3617 (cua--prefix-cut-handler): Rely on region-extract-function rather than
3618 checking cua--rectangle.
3619 (cua-delete-region): Use region-extract-function.
3620 (cua-replace-region): Delete function.
3621 (cua-copy-region, cua-cut-region): Obey region-extract-function.
3622 (cua--pre-command-handler-1): Don't do the delete-selection thing.
3623 (cua--self-insert-char-p): Ignore `self-insert-iso'.
3624 (cua--init-keymaps): Don't remap delete-selection commands.
3625 (cua-mode): Use delete-selection-mode instead of rolling our own
3626 (bug#16085).
3627
3628 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3629 Obey region-extract-function.
3630
00a2b823
SM
3631 Make registers and delete-selection-mode work on rectangles.
3632 * register.el (describe-register-1): Don't modify the register's value.
3633 (copy-to-register): Obey region-extract-function.
3634 * delsel.el (delete-active-region): Obey region-extract-function.
3635
a92fa5f1
LL
36362013-12-08 Leo Liu <sdl.web@gmail.com>
3637
3638 * progmodes/flymake.el (flymake, flymake-error-bitmap)
3639 (flymake-warning-bitmap, flymake-fringe-indicator-position)
3640 (flymake-compilation-prevents-syntax-check)
3641 (flymake-start-syntax-check-on-newline)
3642 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3643 (flymake-start-syntax-check-on-find-file, flymake-log-level)
3644 (flymake-xml-program, flymake-master-file-dirs)
3645 (flymake-master-file-count-limit)
3646 (flymake-allowed-file-name-masks): Relocate.
3647 (flymake-makehash, flymake-float-time)
3648 (flymake-replace-regexp-in-string, flymake-split-string)
3649 (flymake-get-temp-dir): Remove.
3650 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3651 (flymake-current-row, flymake-selected-frame)
3652 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3653 related functions. (Bug#16077)
3654
73c8ceea
BB
36552013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
3656
3657 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3658
faec28d9
TH
36592013-12-07 Tassilo Horn <tsdh@gnu.org>
3660
3661 * help-fns.el (describe-function-1): Use new advice-* functions
3662 rather than old ad-* functions. Fix function type description and
3663 source links for advised functions and subrs.
3664
e330b646
LMI
36652013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3666
00a2b823 3667 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
e330b646 3668
4803595d
MA
36692013-12-06 Michael Albinus <michael.albinus@gmx.de>
3670
3671 * progmodes/compile.el (compilation-start):
3672 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3673
3674 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3675 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
3676
fa834a93
DG
36772013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3678
00a2b823
SM
3679 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3680 Touch up the last change.
fa834a93 3681
b2856a6f
LL
36822013-12-06 Leo Liu <sdl.web@gmail.com>
3683
3684 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3685 (inferior-octave-startup): Always use "octave> " for prompt.
3686 (octave-goto-function-definition)
3687 (octave-sync-function-file-names)
3688 (octave-find-definition-default-filename): Remove redundant backquotes.
3689
af67e79a
DG
36902013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3691
3692 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3693 syntax for `?'.
3694 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3695 where appropriate already.
3696 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3697 end of method names (Bug#15874).
3698
bf093209
JL
36992013-12-06 Juri Linkov <juri@jurta.org>
3700
3701 * isearch.el (isearch--saved-overriding-local-map):
3702 New internal variable.
3703 (isearch-mode): Set it to the initial value of
3704 `overriding-terminal-local-map'.
3705 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3706 with `isearch--saved-overriding-local-map'. (Bug#16035)
3707
16588fad
DG
37082013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3709
00a2b823
SM
3710 * progmodes/octave.el (inferior-octave-completion-table):
3711 Turn back into function, use `completion-table-with-cache'
16588fad
DG
3712 (Bug#11906). Update all references.
3713
3714 * minibuffer.el (completion-table-with-cache): New function.
3715
bf4906d7
CD
37162013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
3717
3718 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3719
ff69c18f
TZ
37202013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
3721
3722 * net/eww.el (eww-current-source): New variable to store page
3723 source.
3724 (eww-display-html, eww-mode, eww-save-history)
3725 (eww-restore-history): Use it.
3726 (eww-view-source): New command to view page source.
3727 Opportunistically uses `html-mode' to highlight the buffer.
3728 (eww-mode-map): Install it.
3729
b85eff45
MA
37302013-12-05 Michael Albinus <michael.albinus@gmx.de>
3731
3732 * net/dbus.el (dbus-unregister-service)
3733 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3734 Fix docstring.
3735 (dbus-unregister-service): Skip :serial entries in
3736 `dbus-registered-objects-table'.
3737 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3738
39eb0899
TZ
37392013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
3740
3741 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3742 around keywords with extra `split-string' argument.
3743
456760a5
MR
37442013-12-04 Martin Rudalics <rudalics@gmx.at>
3745
3746 * windmove.el (windmove-other-window-loc): Handle navigation
3747 between windows (excluding the minibuffer window - Bug#16017).
3748
81961e4c
MA
37492013-12-04 Michael Albinus <michael.albinus@gmx.de>
3750
3751 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3752 in D-Bus type syntax.
3753 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3754 preserve unibyte strings. (Bug#16048)
3755
8497f938
SM
37562013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3759 Call force-mode-line-update is the proper buffer (bug#16042).
3760
dda61916
DG
37612013-12-04 Dmitry Gutov <dgutov@yandex.ru>
3762
3763 * vc/log-edit.el (log-edit-add-new-comment): Rename to
3764 `log-edit-remember-comment', make argument optional. Adjust all
3765 callers.
3766 (log-edit-mode): Add `log-edit-remember-comment' to
3767 `kill-buffer-hook' locally.
3768 (log-edit-kill-buffer): Don't remember comment explicitly since
3769 the buffer is killed anyway.
3770
c085e5b9
JL
37712013-12-04 Juri Linkov <juri@jurta.org>
3772
3773 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3774 add-hook and remove-hook for multi-buffer search. (Bug#16035)
3775
e0eb0550 37762013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
d6f2380e
TR
3777
3778 * notifications.el (notifications-close-notification): Call the
81961e4c 3779 D-Bus method with ID being a `:uint32'. (Bug#16030)
d6f2380e 3780
39fa32d6
KY
37812013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3782
3783 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3784
9139632a
JL
37852013-12-03 Juri Linkov <juri@jurta.org>
3786
3787 * progmodes/compile.el (compilation-start): Rename window alist
3788 entry `no-display-ok' to `allow-no-window'.
3789
3790 * simple.el (shell-command): Add window alist entry
3791 `allow-no-window' to `display-buffer'.
3792 (async-shell-command): Doc fix.
3793
3794 * window.el (display-buffer-no-window): New action function.
3795 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
3796
0f457a37
DG
37972013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3798
3799 * vc/log-edit.el (log-edit-set-header): Extract from
3800 `log-edit-toggle-header'.
3801 (log-edit-extract-headers): Separate the summary, when extracted
3802 from header, from the rest of the message with an empty line.
3803
3804 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3805 line, if present, to the Summary header.
3806
0962f376
SM
38072013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3810 in current-buffer (bug#16029).
3811
f345395c
HE
38122013-12-02 Helmut Eller <eller.helmut@gmail.com>
3813
3814 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3815 (debugger-mode-map): Bind it.
3816 (debugger--backtrace-base): New function.
3817 (debugger-eval-expression): Use it.
3818 (debugger-frame-number): Skip local vars when present.
3819 (debugger--locals-visible-p, debugger--insert-locals)
3820 (debugger--show-locals, debugger--hide-locals): New functions.
3821
a8a15d9d
MA
38222013-12-02 Michael Albinus <michael.albinus@gmx.de>
3823
3824 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3825 "LC_ALL".
3826 (tramp-get-remote-locale): New defun.
3827 (tramp-open-connection-setup-interactive-shell): Use it.
3828
0518b057
LL
38292013-12-02 Leo Liu <sdl.web@gmail.com>
3830
3831 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
3832
3833 * progmodes/sh-script.el (sh-shell-process):
3834 * progmodes/octave.el (inferior-octave-process-live-p):
3835 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3836 (gdb-inferior-io-sentinel):
3837 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3838
3adc9c6d
DG
38392013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3840
3841 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3842 `save-selected-window' to `log-edit-hide-buf'. This makes
3843 `log-edit-show-files' idempotent.
3844 (log-edit-show-files): Mark the new window as dedicated.
3845
47e8b74e
DG
38462013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3847
3848 * vc/log-edit.el (log-edit-mode-map): Add binding for
3849 `log-edit-kill-biffer'.
3850 (log-edit-hide-buf): Add a FIXME comment.
3851 (log-edit-add-new-comment): New function, extracted from
3852 `log-edit-done'.
3853 (log-edit-done, log-edit-add-to-changelog): Use it.
3854 (log-edit-kill-buffer): New command.
3855
1f6e1bb0
LMI
38562013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3857
3858 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3859 instead of killing the buffer.
3860
fb651d15
SM
38612013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
3864
8feacce0
RS
38652013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3866
fb651d15 3867 * net/eww.el (eww-form-checkbox-selected-symbol)
4570dd16 3868 (eww-form-checkbox-symbol): New customizable variable.
fb651d15
SM
3869 (eww-form-checkbox, eww-toggle-checkbox):
3870 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
3871
e0eb0550 3872 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
fb651d15 3873 (shr--get-media-pref, shr--extract-best-source): New function.
e0eb0550 3874 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
ad9a773c
RS
3875 no :src tag was specified.
3876
fb651d15 3877 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
b2afb3ea
RS
3878 (eww-render): Handle `eww-use-external-browser-for-content-type'.
3879 Use \\` to match beginning of string instead of ^.
3880 (eww-browse-with-external-browser): Provide optional URL parameter.
450c7b35 3881 (eww-render): Set `eww-current-title' back to "".
b2afb3ea 3882
177948a5
RS
3883 * net/shr.el (shr-tag-video): Display content for video if no
3884 poster is available.
eb2dd24d 3885 (shr-tag-audio): Add support for <audio> tag.
177948a5 3886
e0eb0550 3887 * net/eww.el (eww-text-input-types): New const.
177948a5
RS
3888 (eww-process-text-input): Treat input types in
3889 `eww-text-input-types' as text.
3890
8feacce0
RS
3891 * net/shr.el (shr-tag-table): Fix comment typo.
3892
513562a1
LMI
38932013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3894
3895 * net/eww.el (eww-follow-link): New command to avoid reloading
3896 pages when we follow #target links (bug#15243).
de8a5633 3897 (eww-quit): Special mode buffers shouldn't query before exiting.
513562a1 3898
9dd99753
KN
38992013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3900
3901 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
3902 forms.
3903
3e9876de
LMI
39042013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3905
3906 * net/eww.el (eww-restore-history): Update the window title after
3907 moving in the history.
ab6dea82 3908 (eww-current-dom): New variable used to save the current DOM.
3e9876de 3909
52789f7f
DG
39102013-12-01 Dmitry Gutov <dgutov@yandex.ru>
3911
3912 * vc/log-edit.el (log-edit-mode-map): Add binding for
3913 `log-edit-beginning-of-line'.
3914 (log-edit-setup-add-author): New user option.
3915 (log-edit-beginning-of-line): New command.
3916 (log-edit): Move major mode call above the contents setup so that
3917 the local variable values are already applied.
3918 (log-edit): Only insert "Author: " when
3919 `log-edit-setup-add-author' is non-nil.
3920 (log-edit): When SETUP is non-nil, position point after ": "
3921 instead of point-min.
3922
2e6710c3
GM
39232013-12-01 Glenn Morris <rgm@gnu.org>
3924
3925 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
3926
fadec31f
EZ
39272013-11-30 Eli Zaretskii <eliz@gnu.org>
3928
3929 * startup.el (fancy-splash-frame): On MS-Windows, trigger
0449d6cd 3930 redisplay to make sure the initial frame gets a chance to become
fadec31f
EZ
3931 visible. (Bug#16014)
3932
10634b40 39332013-11-30 Martin Rudalics <rudalics@gmx.at>
880e6158
MR
3934
3935 Support resizing frames and windows pixelwise.
3936 * cus-start.el (frame-resize-pixelwise)
3937 (window-resize-pixelwise): New entries.
3938 * emacs-lisp/debug.el (debug): Use window-total-height instead
3939 of window-total-size.
3940 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
9dda75ad
MR
3941 * help.el (describe-bindings-internal): Use help-buffer as
3942 argument for with-help-window.
880e6158
MR
3943 (temp-buffer-max-width): New option.
3944 (resize-temp-buffer-window, help-window-setup)
3945 (with-help-window): Rewrite.
3946 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
3947 dragging dividers.
3948 * window.el (frame-char-size, window-min-pixel-height)
3949 (window-safe-min-pixel-height, window-safe-min-pixel-width)
3950 (window-min-pixel-width, window-safe-min-pixel-size)
3951 (window-combination-p, window-safe-min-size)
3952 (window-resizable-p, window--size-to-pixel)
3953 (window--pixel-to-size, window--resize-apply-p): New functions.
3954 (window-safe-min-height): Fix doc-string.
3955 (window-size, window-min-size, window--min-size-1)
3956 (window-sizable, window-sizable-p, window--min-delta-1)
3957 (window-min-delta, window--max-delta-1, window-max-delta)
3958 (window--resizable, window--resizable-p, window-resizable)
3959 (window-full-height-p, window-full-width-p, window-at-side-p)
3960 (window--in-direction-2, window-in-direction)
3961 (window--resize-reset-1, window--resize-mini-window)
3962 (window-resize, window-resize-no-error)
3963 (window--resize-child-windows-normal)
3964 (window--resize-child-windows, window--resize-siblings)
3965 (window--resize-this-window, window--resize-root-window)
3966 (window--resize-root-window-vertically)
3967 (adjust-window-trailing-edge, enlarge-window, shrink-window)
3968 (maximize-window, minimize-window, delete-window)
3969 (quit-restore-window, window-split-min-size, split-window)
3970 (balance-windows-2, balance-windows)
3971 (balance-windows-area-adjust, balance-windows-area)
3972 (window--state-get-1, window-state-get, window--state-put-1)
3973 (window--state-put-2, window-state-put)
fb651d15
SM
3974 (display-buffer-record-window, window--display-buffer):
3975 Make functions handle pixelwise sizing of windows.
880e6158 3976 (display-buffer--action-function-custom-type)
fb651d15
SM
3977 (display-buffer-fallback-action):
3978 Add display-buffer-in-previous-window.
880e6158
MR
3979 (display-buffer-use-some-window): Resize window to height it had
3980 before.
3981 (fit-window-to-buffer-horizontally): New option.
3982 (fit-frame-to-buffer): Describe new values.
3983 (fit-frame-to-buffer-bottom-margin): Replace with
3984 fit-frame-to-buffer-margins.
3985 (window--sanitize-margin): New function.
3986 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3987 using window-text-pixel-size.
3988
f9b697dd
GM
39892013-11-30 Glenn Morris <rgm@gnu.org>
3990
3e2fb4db
GM
3991 * emacs-lisp/bytecomp.el (byte-compile-form):
3992 Make the `interactive-only' warning like the `obsolete' one.
3993 * comint.el (comint-run):
3994 * files.el (insert-file-literally, insert-file):
3995 * replace.el (replace-string, replace-regexp):
3996 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3997 (goto-line, insert-buffer, next-line, previous-line):
3998 Tweak `interactive-only' spec.
3999
f9b697dd
GM
4000 Stop keeping (most) generated cedet grammar files in the repository.
4001 * Makefile.in (semantic): New.
4002 (compile-main): Depend on semantic.
4003
da048127
SM
40042013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4005
7784b779
SM
4006 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4007 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4008
4e36a6a6
SM
4009 * uniquify.el (uniquify-buffer-name-style): Change default.
4010
4011 * loadup.el: Preload "uniquify".
4012
e0ba1308
SM
4013 * time.el (display-time-update): Update all mode lines (bug#15999).
4014
da048127
SM
4015 * electric.el (electric-indent-mode): Enable by default.
4016 * loadup.el: Preload "electric".
4017
015b3b3e
BB
40182013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
4019
4020 * emacs-lisp/helpers.el (string-empty-p): New function.
4021 (string-blank-p): New function.
4022
7efb806d
AP
40232013-11-29 Andreas Politz <politza@hochschule-trier.de>
4024
4025 * imenu.el (imenu--index-alist): Add missing dot to the docstring
4026 (Bug#14029).
4027
c8f0efc2
AP
40282013-11-29 Andreas Politz <politza@fh-trier.de>
4029 * imenu.el (imenu--subalist-p): Don't error on non-conses and
4030 allow non-lambda lists as functions.
4031 (imenu--in-alist): Don't recurse into non-subalists.
4032 (imenu): Don't pass function itself as an argument (Bug#14029).
4033
bd15d9d1
SM
40342013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * progmodes/python.el (python-mode-map): Remove binding for ":".
4037 (python-indent-electric-colon): Remove command.
4038 (python-indent-post-self-insert-function): Integrate the previous code
4039 of python-indent-electric-colon. Make it conditional on
4040 electric-indent-mode.
4041 (python-mode): Add ?: to electric-indent-chars.
4042 Move python-indent-post-self-insert-function to the end of
4043 post-self-insert-hook.
4044
1b10adb6
SM
40452013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4046
655ab9a3
SM
4047 * doc-view.el (doc-view-goto-page): Update mode-line.
4048
1b10adb6
SM
4049 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4050
7e3bf78c
GM
40512013-11-27 Glenn Morris <rgm@gnu.org>
4052
4053 * international/charprop.el, international/uni-bidi.el:
4054 * international/uni-category.el, international/uni-combining.el:
4055 * international/uni-comment.el, international/uni-decimal.el:
4056 * international/uni-decomposition.el, international/uni-digit.el:
4057 * international/uni-lowercase.el, international/uni-mirrored.el:
4058 * international/uni-name.el, international/uni-numeric.el:
4059 * international/uni-old-name.el, international/uni-titlecase.el:
4060 * international/uni-uppercase.el:
4061 Remove generated files from VCS repository.
4062
fb6a5d68
EZ
40632013-11-27 Eli Zaretskii <eliz@gnu.org>
4064
4065 * filenotify.el (file-notify-add-watch): Don't special-case
4066 w32notify when computing the directory to watch.
4067
cb6c95a3
GM
40682013-11-27 Glenn Morris <rgm@gnu.org>
4069
20372d0c
GM
4070 Make bootstrap without generated uni-*.el files possible again.
4071 * loadup.el: Update command-line-args checking for unidata-gen.
4072 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4073 * composite.el, international/characters.el:
4074 Handle unicode tables being undefined.
4075
52d6635f 4076 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
cb6c95a3
GM
4077 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4078 (compile-main): Depend on leim rule.
4079 (leim): New rule.
4080 * loadup.el: Move leim-list.el to leim/ subdirectory.
4081 * startup.el (normal-top-level): No more leim directory.
4082 * international/ja-dic-cnv.el (skkdic-convert):
4083 Disable version-control and autoloads in output files.
4084 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4085 Disable version-control and autoloads in output files.
4086 * leim/quail: Move here from ../leim.
4087 * leim/quail/hangul.el (hangul-input-method-activate):
4088 Add autoload cookie.
4089 (generated-autoload-load-name): Set file-local value.
4090 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4091 (generated-autoload-load-name): Set file-local value.
4092
7514d3f8 40932013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
e47112ee 4094
e0eb0550 4095 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
7514d3f8 4096 (eww-add-bookmark): Ask confirmation when add to bookmarks.
e0eb0550 4097 (eww-quit): Ask confirmation before quitting eww.
e47112ee 4098
0e2c793f
EZ
40992013-11-26 Eli Zaretskii <eliz@gnu.org>
4100
4101 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4102 reading output from Diff on MS-Windows and MS-DOS.
4103
447bdcb8
BB
41042013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
4105
4106 * emacs-lisp/helpers.el (string-reverse): New function.
4107
5fbf6856
MA
41082013-11-26 Michael Albinus <michael.albinus@gmx.de>
4109
4110 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4111 names on MS Windows, like "/[::1]:".
4112
4113 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4114 SWITCHES.
4115
624780f0
GM
41162013-11-26 Glenn Morris <rgm@gnu.org>
4117
0bf3f0fa
GM
4118 * progmodes/python.el (python-indent-guess-indent-offset):
4119 Avoid corner-case error. (Bug#15975)
4120
624780f0
GM
4121 Preload leim-list.el. (Bug#4789)
4122 * loadup.el: Load leim-list.el when found.
4123 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4124
4301875e 41252013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
d694737a
BB
4126
4127 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4128
4301875e
BB
4129 * emacs-lisp/helpers.el (string-join): New function.
4130
1633a815 41312013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
2bb3a748
BB
4132
4133 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4134 Mark as obsolete and replace it with a symbol property.
4135 (byte-compile-form): Use new 'interactive-only property.
4136 * comint.el, files.el, replace.el, simple.el:
4137 Apply new 'interactive-only properly.
4138
00139435
MR
41392013-11-25 Martin Rudalics <rudalics@gmx.at>
4140
4141 * window.el (display-buffer-at-bottom): Make sure that
4142 split-window-sensibly creates the new window on bottom
4143 (Bug#15961).
4144
5f5b128d
DK
41452013-11-23 David Kastrup <dak@gnu.org>
4146
4147 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4148 on the conflict markers when available.
4149 (smerge--get-marker): New function.
4150 (smerge-end-re, smerge-base-re): Add subgroup.
4151
623891e5
SM
41522013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * frame.el (handle-focus-in, handle-focus-out): Add missing
4155 interactive spec.
4156
05ca27d8
MA
41572013-11-25 Michael Albinus <michael.albinus@gmx.de>
4158
4159 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4160 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4161
511fa0d3
SM
41622013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4163
e82ad66c
SM
4164 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
4165 (gomoku--last-pos): New var.
4166 (gomoku--intangible-chars): New const.
4167 (gomoku--intangible): New function.
4168 (gomoku-mode): Use it. Derive from special-mode.
4169 (gomoku-move-up): Adjust line count.
4170 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4171 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4172 Simplify accordingly.
4173
511fa0d3
SM
4174 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4175 Remove blink-cursor code.
4176 (blink-cursor-timer-function, blink-cursor-suspend):
4177 Don't special-case GUIs.
4178 (blink-cursor-mode): Use focus-in/out-hook.
4179
6f20dd03
DG
41802013-11-25 Dmitry Gutov <dgutov@yandex.ru>
4181
4182 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4183 work when annotation is invisible (Bug#13886).
4184
431dec31 41852013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
7c1bf12e
SS
4186
4187 * json.el (json-alist-p): Only return non-nil if the alist has
4188 simple keys (Bug#13518).
4189
431dec31 41902013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
64e41529
MR
4191
4192 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4193 when control-statement is the first statement in a buffer (Bug#15956).
4194
ee4f0261
DG
41952013-11-24 Dmitry Gutov <dgutov@yandex.ru>
4196
4197 * imenu.el (imenu-generic-skip-comments-and-strings):
4198 New option (Bug#15560).
4199 (imenu--generic-function): Use it.
4200
c484f866
JS
42012013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
4202
e9dc713d
JB
4203 * minibuffer.el (completion--in-region-1): Scroll the correct window.
4204 (Bug#13898)
c484f866 4205
41ce6f70
BB
42062013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
4207
b55aea38
BB
4208 * emacs-lisp/helpers.el: Add some string helpers.
4209 (string-trim-left): Removes leading whitespace.
4210 (string-trim-right): Removes trailing whitespace.
4211 (string-trim): Removes leading and trailing whitespace.
4212
41ce6f70
BB
4213 * subr.el (string-suffix-p): New function.
4214
3cfb6af3
GM
42152013-11-23 Glenn Morris <rgm@gnu.org>
4216
4217 * progmodes/python.el (python-shell-send-file):
4218 Add option to delete file when done. (Bug#15647)
4219 (python-shell-send-string, python-shell-send-region): Use it.
4220
c27924b7
IS
42212013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
4222
e1b01c7f
IS
4223 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4224 to set buffer-read-only to t, never to nil. (Bug#15938)
4225
c27924b7
IS
4226 * textmodes/tex-mode.el (latex-noindent-environments):
4227 Add safe-local-variable property. (Bug#15936)
4228
17e0445b
GM
42292013-11-23 Glenn Morris <rgm@gnu.org>
4230
92f78ea3
GM
4231 * textmodes/enriched.el (enriched-mode): Doc fix.
4232 * emacs-lisp/authors.el (authors-renamed-files-alist):
4233 Add enriched.doc -> enriched.txt.
4234
17e0445b
GM
4235 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4236
965bb23a
LL
42372013-11-22 Leo Liu <sdl.web@gmail.com>
4238
4239 * progmodes/octave.el (inferior-octave-startup): Spit out error
4240 message.
4241
d19ffd64
BB
42422013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
4243
4244 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4245 Improve docstring.
15ba2182
BB
4246 Add :version.
4247 (ruby-encoding-magic-comment-style): Add :version.
d19ffd64 4248
7a7567d2
LL
42492013-11-22 Leo Liu <sdl.web@gmail.com>
4250
4251 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4252 (Bug#15076)
8c09f64b
LL
4253 (octave-help-mode): Adapt to change to help-mode-finish to use
4254 derived-mode-p on 2013-09-17.
4255 (inferior-octave-prompt): Also match octave-gui.
2cc18f93 4256 (octave-kill-process): Don't ask twice. (Bug#10564)
7a7567d2 4257
724bc265
LL
42582013-11-22 Leo Liu <sdl.web@gmail.com>
4259
4260 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4261 (inferior-octave-startup, inferior-octave-check-process)
4262 (inferior-octave-track-window-width-change)
4263 (octave-completion-at-point, octave-eldoc-function): Use it.
4264 (octave-kill-process): Provide confirmation. (Bug#10564)
4265
38637cca
LL
42662013-11-21 Leo Liu <sdl.web@gmail.com>
4267
511fa0d3
SM
4268 * progmodes/octave.el (octave-mode, inferior-octave-mode):
4269 Fix obsolete variable comment-use-global-state.
38637cca 4270
06e752b4
RS
42712013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4272
511fa0d3
SM
4273 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4274 Add `octave-source-file'.
06e752b4
RS
4275 (octave-source-file): New function. (Bug#15935)
4276
7514d3f8 42772013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
604ede6c
TZ
4278
4279 * net/eww.el (eww-local-regex): New variable.
4280 (eww): Use it to detect localhost and similar.
4281
b6ffa04a
LL
42822013-11-21 Leo Liu <sdl.web@gmail.com>
4283
4284 Add completion for command `ag'.
2021a200
LL
4285 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4286 (pcomplete/ag): New function.
e9dc713d 4287 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
b6ffa04a 4288
d1a6bccc
SM
42892013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4290
4291 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4292 (bug#14646).
4293 (make-obsolete): Remove interactive spec.
4294
2df10228
GM
42952013-11-21 Glenn Morris <rgm@gnu.org>
4296
4297 * startup.el (command-line-1): Use path-separator with -L.
4298
86fd16b6
TZ
42992013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
4300
4301 * emacs-lisp/package.el (describe-package-1): Add package archive
4302 to shown fields.
4303
0449d6cd 43042013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
7a12a42b
BB
4305
4306 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4307 Change default to "# encoding: %s" to differentiate it from the
4308 default Ruby encoding comment template.
4309
dc7e8c17 43102013-11-20 era eriksson <era+emacsbugs@iki.fi>
4311
4312 * ses.el (ses-mode): Doc fix. (Bug#14748)
4313
f0cfa5fe
LL
43142013-11-20 Leo Liu <sdl.web@gmail.com>
4315
4316 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
4317
826dc7b6
DN
43182013-11-19 Dan Nicolaescu <dann@gnu.org>
4319
4320 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4321 when rebase or bisect are in progress.
4322
a6e3a5d5
XF
43232013-11-19 Xue Fuqiao <xfq.free@gmail.com>
4324
4325 * filenotify.el (file-notify-add-watch): Doc fix.
4326
f130cb76
LL
43272013-11-19 Leo Liu <sdl.web@gmail.com>
4328
e0855d7d
LL
4329 * obsolete/rcompile.el: Mark obsolete.
4330
f130cb76 4331 * progmodes/compile.el (compilation-start)
d1a6bccc
SM
4332 (compilation-goto-locus, compilation-find-file):
4333 Pass no-display-ok and handle nil value from display-buffer.
f130cb76
LL
4334 (Bug#13594)
4335
4336 * window.el (display-buffer-alist, display-buffer): Document the
9139632a
JL
4337 new parameter no-display-ok. Return either a window or nil
4338 but never a non-window value.
f130cb76 4339
1f35d401
SM
43402013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4341
25158c76
SM
4342 * electric.el (electric-indent-mode-map): Remove.
4343 (electric-indent-mode): Change the global-map instead (bug#15915).
4344
4345 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4346 Use add-function.
1f35d401 4347
9bc67baa
SM
43482013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4349
986545b5
SM
4350 * emacs-lisp/nadvice.el (remove-function): Align with
4351 add-function's behavior.
4352
9bc67baa
SM
4353 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4354 (gdb--string-regexp): New constant.
4355 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4356 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4357 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4358 submatch 1.
4359 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4360 Adjust use accordingly.
4361 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4362
56cd894e
AS
43632013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
4364
4365 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4366 interpolation curlies (Bug#15914).
4367
014690de
JB
43682013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4369
4370 * calc/calc.el (calc-context-sensitive-enter): New variable.
4371 (calc-enter): Use `calc-context-sensitive-enter'.
4372
7e26a6c3
TZ
43732013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
4374
4375 * progmodes/cfengine.el: Version bump.
4376 (cfengine-cf-promises): New defcustom to locate cf-promises.
4377 (cfengine3-vartypes): Add new "data" type.
4378 (cfengine3--current-word): New function to get current name-like
4379 word or its bounds.
4380 (cfengine3--current-function): New function to look up a CFEngine
4381 function's definition.
4382 (cfengine3-format-function-docstring): New function.
4383 (cfengine3-make-syntax-cache): New function.
4384 (cfengine3-documentation-function): New function: ElDoc glue.
4385 (cfengine3-completion-function): New function: completion glue.
4386 (cfengine3-mode): Set `compile-command',
4387 `eldoc-documentation-function', and add to
4388 `completion-at-point-functions'.
4389
355204dd
MA
43902013-11-16 Michael Albinus <michael.albinus@gmx.de>
4391
4392 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4393 `tramp-current-connection'.
4394
43cebc23
DG
43952013-11-15 Dmitry Gutov <dgutov@yandex.ru>
4396
4397 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4398 nil/self/true/false with "end of symbol".
4399
a3fed6ff
BB
44002013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
4401
4402 * subr.el (version-regexp-alist): Fix a typo.
4403
e675b3e4
MA
44042013-11-15 Michael Albinus <michael.albinus@gmx.de>
4405
4406 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4407 "en_US.utf8" and "LC_CTYPE" to "".
4408 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4409 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4410
a1f03e89
LL
44112013-11-15 Leo Liu <sdl.web@gmail.com>
4412
4413 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
4414
5d9d9451
SM
44152013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4416
58362662
CS
4417 * progmodes/gud.el (ctl-x-map):
4418 Remove C-x SPC binding. (Bug#12342)
5d9d9451
SM
4419 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4420
6c1bf086
BB
44212013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
4422
0d5363c4
BB
4423 * subr.el (version-regexp-alist):
4424 Recognize hg, svn and darcs versions as snapshot versions.
4425
4e9fc48c
BB
4426 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4427 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4428 (ruby--encoding-comment-required-p): Extract from
4429 `ruby-mode-set-encoding'.
4430 (ruby-mode-set-encoding): Add the ability to always insert an
4431 utf-8 encoding comment. Fix and simplify coding comment update
4432 logic.
6c1bf086 4433
2f7e72f8
MA
44342013-11-14 Michael Albinus <michael.albinus@gmx.de>
4435
4436 * net/tramp-gvfs.el (top): Run init code only when
4437 `tramp-gvfs-enabled' is not nil.
4438 (tramp-gvfs-enabled): Check also :system bus.
4439
0f137a73
SM
44402013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 Sync with upstream verilog-mode revision 78e66ba.
4443 * progmodes/verilog-mode.el (verilog-end-of-defun)
4444 (verilog-type-completion, verilog-get-list): Remove unused funcs.
4445 (verilog-get-end-of-defun): Remove unused argument.
4446 (verilog-comment-depth): Remove unused local `e'.
4447 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4448 Don't pass arg to verilog-get-end-of-defun.
4449
1c276bdd
GM
44502013-11-14 Glenn Morris <rgm@gnu.org>
4451
4452 * obsolete/assoc.el (aget): Prefix dynamic variable.
4453
4454 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4455
ff6ec81d
SM
44562013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * widget.el, hfy-cmap.el: Remove bogus package version number.
4459
75f777b6
GM
44602013-11-13 Glenn Morris <rgm@gnu.org>
4461
1d43dba1
GM
4462 * replace.el (replace-eval-replacement):
4463 Try to give more helpful error message. (Bug#15836)
4464
ff4b7bd5
GM
4465 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4466 (archive-7z-update): Avoid custom type mismatches.
4467
75f777b6
GM
4468 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4469
11151a06
MA
44702013-11-13 Michael Albinus <michael.albinus@gmx.de>
4471
e675b3e4 4472 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11151a06
MA
4473 address can be empty.
4474
4475 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4476 Accept nil SWITCHES.
4477 (tramp-gvfs-handle-write-region): Implement APPEND.
4478
7b08f97e
DG
44792013-11-12 Dmitry Gutov <dgutov@yandex.ru>
4480
4481 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
ff6ec81d
SM
4482 binary "|" operator and closing block args delimiter.
4483 Remove FIXME comment referring to Ruby 1.8-only syntax.
7b08f97e
DG
4484 (ruby-smie--implicit-semi-p): Not after "|" operator.
4485 (ruby-smie--closing-pipe-p): New function.
4486 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4487 (ruby-smie-rules): Indent after "|".
4488
f201cf3a
GM
44892013-11-12 Glenn Morris <rgm@gnu.org>
4490
4491 * ps-print.el (ps-face-attribute-list):
4492 Handle anonymous faces. (Bug#15827)
4493
e6f759f9
MR
44942013-11-12 Martin Rudalics <rudalics@gmx.at>
4495
4496 * window.el (display-buffer-other-frame): Fix doc-string.
4497 (Bug#15868)
4498
ecda65d4
SM
44992013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * subr.el (force-mode-line-update): Delete, move to buffer.c.
4502
7ce8fcc3
MA
45032013-11-11 Michael Albinus <michael.albinus@gmx.de>
4504
4505 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4506 (tramp-sh-handle-file-local-copy): Don't write a message when
4507 saving temporary files.
4508
4509 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4510 both directories are remote.
4511 (tramp-smb-handle-directory-files): Do not return double entries.
4512 Do not expand full file names.
4513 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4514 (tramp-smb-handle-write-region): Implement APPEND.
4515 (tramp-smb-get-stat-capability): Fix a stupid bug.
4516
7818df11
SM
45172013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4520
608c2085
NT
45212013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4522
4523 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4524 throwing error over malformed let/let* (bug#15814).
4525
122a7e46
SM
45262013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * iswitchb.el (iswitchb-mode): Mark obsolete.
4529
766284d9
GM
45302013-11-11 Glenn Morris <rgm@gnu.org>
4531
4532 * international/uni-bidi.el, international/uni-category.el:
4533 * international/uni-name.el, international/uni-numeric.el:
4534 Regenerate for Unicode 6.3.0.
4535
7072a4e9
MA
45362013-11-10 Michael Albinus <michael.albinus@gmx.de>
4537
4538 * net/tramp.el (tramp-methods):
4539 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4540 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4541
c9df215b
AS
45422013-11-09 Andreas Schwab <schwab@linux-m68k.org>
4543
608c2085
NT
4544 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4545 Force highlighting text after Summary keyword in doc face for rpm.
c9df215b 4546
fa47d796
DG
45472013-11-09 Dmitry Gutov <dgutov@yandex.ru>
4548
4549 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
608c2085 4550 available and the word has no wildcards, append one to the grep pattern.
fa47d796
DG
4551 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4552 (ispell-complete-word): Call `ispell-lookup-words' with the value
4553 independent of `ispell-look-p'.
4554
1629a329
DG
45552013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4556
4557 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4558 Not after "||".
4559 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4560 their parent.
4561
ad16897c
SM
45622013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
4565 (ruby-font-lock-keywords): Use backquote.
4566
ffa2df72
DG
45672013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4568
4569 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4570 (ruby-smie--backward-token): Only consider full-string matches.
4571
5b97b4c0
JD
45722013-11-08 Jan Djärv <jan.h.d@swipnet.se>
4573
4574 * faces.el (describe-face): Add distant-foreground.
4575
71731c03
BB
45762013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
4577
4e9fc48c
BB
4578 * progmodes/ruby-mode.el: Improve encoding comment handling.
4579 (ruby-encoding-magic-comment-style): New option.
4580 (ruby-custom-encoding-magic-comment-template): New option.
655ab9a3
SM
4581 (ruby--insert-coding-comment, ruby--detect-encoding):
4582 New functions extracted from `ruby-mode-set-encoding'.
4e9fc48c
BB
4583 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4584 to control the style of the auto-inserted encoding comment.
71731c03 4585
da3b328d
DG
45862013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4587
ad16897c
SM
4588 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4589 Use `smie-backward-sexp' with token argument.
da3b328d 4590
1606c2d3
MA
45912013-11-08 Michael Albinus <michael.albinus@gmx.de>
4592
4593 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4594 Remove instrumentation code.
4595
b0f4c320
GM
45962013-11-08 Glenn Morris <rgm@gnu.org>
4597
4598 * progmodes/autoconf.el (autoconf-mode):
4599 Tweak comment-start-skip. (Bug#15822)
4600
43668fb1
SM
46012013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4602
4603 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4604 at bobp (bug#15826).
4605 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4606
daddb3fd
DH
46072013-11-08 Darren Hoo <darren.hoo@gmail.com>
4608
4609 * man.el (Man-start-calling): New macro, extracted from
4610 Man-getpage-in-background.
4611 (Man-getpage-in-background): Use it.
4612 (Man-update-manpage): New command.
4613 (Man-mode-map): Bind it.
4614
1f923923
DG
46152013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4616
4617 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4618 of "and", "or", "&&" and "||".
4619 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4620 argument. Prohibit opening curly brace because it could only be a
4621 block opener in that position.
daddb3fd
DH
4622 (ruby-smie--forward-token, ruby-smie--backward-token):
4623 Separate "|" from "&" or "*" going after it. That can happen in block
1f923923
DG
4624 arguments.
4625 (ruby-smie--indent-to-stmt): New function, seeks the end of
4626 previous statement or beginning of buffer.
4627 (ruby-smie-rules): Use it.
4628 (ruby-smie-rules): Check if there's a ":" before a curly block
4629 opener candidate; if there is, it's a hash.
4630
3220d527
SM
46312013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4634 (cl--block-wrapper): Fix last accidental change.
4635
1eb1f9e0
MA
46362013-11-07 Michael Albinus <michael.albinus@gmx.de>
4637
4638 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4639 Instrument, in order to hunt failure on hydra.
4640
e6e4db3c
NT
46412013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4642
4643 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4644 malformed bindings form (bug#15814).
4645
b420ccfc
DG
46462013-11-07 Dmitry Gutov <dgutov@yandex.ru>
4647
4648 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1d1c86da
DG
4649 "." compared to " @ ". This incidentally fixes some indentation
4650 examples with "do".
e6e4db3c 4651 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1d1c86da
DG
4652 (ruby-smie-grammar): New tokens: "and" and "or".
4653 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4654 Exclude "and" and "or". Remove "do" in order to work around token
4655 priorities.
4656 (ruby-smie-rules): Add all infix tokens. Handle the case of
4657 beginning-of-buffer.
b420ccfc 4658
6b4ac03e
GM
46592013-11-06 Glenn Morris <rgm@gnu.org>
4660
4661 * Makefile.in (setwins_almost, setwins_for_subdirs):
4662 Avoid accidental matches.
4663
5ca114d1
SM
46642013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * menu-bar.el (popup-menu): Use key-binding.
4667
f72552bd
EZ
46682013-11-06 Eli Zaretskii <eliz@gnu.org>
4669
4670 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4671 menus, support also the menus produced by minor modes.
4672 (Bug#15817)
4673
5d5c701e
LL
46742013-11-06 Leo Liu <sdl.web@gmail.com>
4675
4676 * thingatpt.el (thing-at-point-looking-at): Add optional arg
e9dc713d 4677 DISTANCE to bound the search. All uses changed. (Bug#15808)
5d5c701e 4678
0a8b75e2
GM
46792013-11-06 Glenn Morris <rgm@gnu.org>
4680
4681 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
65de43ad
GM
4682 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4683 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
0a8b75e2 4684
a35287ea
SM
46852013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4686
feca4e2d
SM
4687 * electric.el (electric-indent-just-newline): New command.
4688 (electric-indent-mode-map): New keymap.
4689 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4690 Re-add :group which weren't redundant.
4691
a35287ea
SM
4692 * electric.el (electric-indent-local-mode): New minor mode.
4693 (electric-indent-functions-without-reindent): New var.
4694 (electric-indent-post-self-insert-function): Use it.
4695 * emacs-lisp/gv.el (buffer-local-value): Add setter.
4696
375761b2
EZ
46972013-11-05 Eli Zaretskii <eliz@gnu.org>
4698
9a6ad735
EZ
4699 * international/quail.el (quail-help): Be more explicit about the
4700 meaning of the labels shown on the keys. (Bug#15800)
4701
375761b2
EZ
4702 * startup.el (normal-top-level): Load the subdirs.el files before
4703 setting the locale environment. (Bug#15805)
4704
520a6e4a
SM
47052013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4706
0acfafef
SM
4707 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4708 via arguments so as to get the right ones (bug#15418).
4709
520a6e4a
SM
4710 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4711
15826261
MA
47122013-11-05 Michael Albinus <michael.albinus@gmx.de>
4713
4714 Fix problems found while writing a test suite.
4715
4716 * net/tramp-compat.el (tramp-compat-load): New defun.
4717 * net/tramp.el (tramp-handle-load): Use it.
4718
4719 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4720 "(numberp ok-if-already-exists)" correctly.
4721
d35f31a4
XF
47222013-11-05 Xue Fuqiao <xfq.free@gmail.com>
4723
4724 * international/characters.el (glyphless-char-display-control):
4725 Add usage note.
4726
ae93bc74
BB
47272013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
4728
520a6e4a
SM
4729 * progmodes/python.el (python-mode):
4730 * progmodes/scheme.el (scheme-mode):
4731 * progmodes/prolog.el (prolog-mode):
4732 * progmodes/ruby-mode.el (ruby-mode):
4733 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4734 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
ae93bc74 4735
0ade65b5
SM
47362013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4737
a0d5f7a4
SM
4738 * rect.el (rectangle--highlight-for-redisplay):
4739 * emacs-lisp/smie.el (smie--next-indent-change):
4740 Use buffer-chars-modified-tick.
4741
c93f3f5c
SM
4742 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4743
0ade65b5
SM
4744 * electric.el (electric-indent-post-self-insert-function):
4745 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4746
ef9dd188
HE
47472013-11-04 Helmut Eller <eller.helmut@gmail.com>
4748
4749 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4750
306e7308
NT
47512013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4752
4753 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4754 (bug#15786).
4755
e5afbcac
SM
47562013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4757
1d01ad41
SM
4758 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
4759
e5afbcac
SM
4760 * progmodes/python.el: Fix up last change.
4761 (python-shell--save-temp-file): New function.
4762 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
4763 `string' comes from the current buffer.
4764 (python-shell-send-string-no-output): Remove `msg' arg.
4765 (python--use-fake-loc): New var.
4766 (python-shell-buffer-substring): Obey it. Try to compensate for the
4767 extra coding line added by python-shell--save-temp-file.
4768 (python-shell-send-region): Use python-shell--save-temp-file and
4769 python-shell-send-file directly. Add `nomain' argument.
4770 (python-shell-send-buffer): Use python-shell-send-region.
4771 (python-electric-pair-string-delimiter): New function.
4772 (python-mode): Use it.
4773
d0065ff1
EZ
47742013-11-04 Eli Zaretskii <eliz@gnu.org>
4775
4776 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4777 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4778 environment and decoding all of the default-directory's to here
4779 from command-line.
4780 (command-line): Decode also argv[0].
4781
4782 * loadup.el: Error out if default-directory is a multibyte string
4783 when we are dumping.
4784
4785 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
4786
7397c587
TZ
47872013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
4788
4789 * emacs-lisp/package.el (package-menu-mode)
e5afbcac
SM
4790 (package-menu--print-info, package-menu--archive-predicate):
4791 Add Archive column to package list.
7397c587 4792
b27cc9fc
MA
47932013-11-04 Michael Albinus <michael.albinus@gmx.de>
4794
4795 Fix problems found while writing a test suite.
4796
4797 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4798 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4799 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4800 to nil when running original file name handler. Otherwise,
4801 there are problems with constructs like "$$FOO".
4802
4803 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4804 for `localname'.
4805
d8c4f18a
BB
48062013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
4807
7b530552
BB
4808 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4809
4810 * subr.el (version<, version<=, version=):
4811 Update docstrings with information for snapshot versions.
4812
d8c4f18a
BB
4813 * helpers.el: New library for misc helper functions.
4814 (hash-table-keys): New function returning a list of hash keys.
4815 (hash-table-values): New function returning a list of hash values.
4816
dca01b09
DG
48172013-11-04 Dmitry Gutov <dgutov@yandex.ru>
4818
4819 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4820 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4821
0a749fa0
MN
48222013-11-04 Michal Nazarewicz <mina86@mina86.com>
4823
4824 * textmodes/fill.el (fill-single-char-nobreak-p): New function
4825 checking whether point is after a 1-letter word.
4826
48272013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
ec79b92b
NT
4828
4829 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4830 Don't infloop when expanding region over `multiline' syntax-type that
4831 begins a line (bug#15778).
4832
4aca7145
SM
48332013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4836 Make it into a proper minor mode.
4837 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4838 (rectangle-mark-mode-map): New keymap.
4839 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4840
a0833f62
GM
48412013-11-04 Glenn Morris <rgm@gnu.org>
4842
4843 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4844
e61845c1
SM
48452013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4848 (ruby-smie-rules): Use smie-rule-parent instead.
4849
4850 * emacs-lisp/smie.el (smie-rule-parent): Always call
4851 smie-indent-virtual rather than only for hanging tokens.
4852 (smie--next-indent-change): New helper command.
4853
62942f89
GM
48542013-11-03 Glenn Morris <rgm@gnu.org>
4855
4856 * Makefile.in (abs_srcdir): Remove.
4857 (emacs): Unset EMACSLOADPATH.
4858
b0b9e592
GM
48592013-11-02 Glenn Morris <rgm@gnu.org>
4860
18ba6a33 4861 * Makefile.in (EMACS): Use a relative filename.
8061810d 4862 (abs_top_builddir): Remove.
18ba6a33
GM
4863 (custom-deps, finder-data, autoloads): Use --chdir.
4864
6a8b929e
GM
4865 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
4866
c617f3d0
GM
4867 Use relative filenames in TAGS files.
4868 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4869 (lisptagsfiles4, TAGS): Use relative file names.
4870 (TAGS-LISP): Remove.
4871 (maintainer-clean): No more TAGS-LISP file.
4872
b0b9e592
GM
4873 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4874 (lisptagsfiles4): Use absolute filenames again.
4875 (TAGS, TAGS-LISP): Not everything needs to run in one line.
4876 Remove all *loaddefs files, not just the first. Remove esh-groups.
4877 (maintainer-clean): Delete TAGS, TAGS-LISP.
4878
d1c0ea6a
BB
48792013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4880
e61845c1
SM
4881 * emacs-lisp/package.el (package-version-join):
4882 Recognize snapshot versions.
d1c0ea6a 4883
684d71c6
BB
48842013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4885
4886 * subr.el (version-regexp-alist): Add support for snapshot versions.
4887
3d42b968
DG
48882013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4889
e61845c1
SM
4890 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
4891 New function, replacement for `smie-rule-parent' for when we want to
3d42b968
DG
4892 skip over our direct parent if it's an assignment token..
4893 (ruby-smie-rules): Use it.
4894
7ffd3721
DG
48952013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4896
8449dd1f 4897 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7ffd3721
DG
4898 unconditionally. Remove now unnecessary forward declarations.
4899 Remove XEmacs-specific setup.
4900 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4901 (ruby-font-lock-syntactic-keywords)
4902 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
4903 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4904 (ruby-here-doc-end-syntax): Remove.
4905 (ruby-mode): Don't check whether `syntax-propertize-rules' is
4906 defined as function.
4907
a3996a2e
BB
49082013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4909
4910 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
4911
6f9260e8
BB
49122013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4913
4914 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
4915 table and abbrev table, `define-derived-mode' does that for us
4916 anyway.
4917
6014de84
GM
49182013-11-01 Glenn Morris <rgm@gnu.org>
4919
4920 * Makefile.in: Remove manual mh-e dependencies (writing .elc
4921 files is atomic for some time, so no parallel compilation issues).
4922
3c334c14
JD
49232013-11-01 Jan Djärv <jan.h.d@swipnet.se>
4924
4925 * faces.el (face-x-resources): Add :distant-foreground.
4926 (region): Use :distant-foreground for gtk and ns.
4927
9bc236c8
TH
49282013-11-01 Tassilo Horn <tsdh@gnu.org>
4929
5246583b 4930 Allow multiple bibliographies when BibLaTeX is used rather than
9bc236c8
TH
4931 BibTeX.
4932 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4933 (reftex-locate-bibliography-files): Us it.
4934
d14c81ee
CB
49352013-11-01 Claudio Bley <claudio.bley@googlemail.com>
4936
0e7690de
CB
4937 * image.el (image-type-header-regexps): Fix the 'pbm' part to
4938 allow comments in pbm files.
4939
d14c81ee
CB
4940 * term/w32-win.el (dynamic-library-alist): Support newer versions
4941 of libjpeg starting with v7: look only for the DLL from the
4942 version against which Emacs was built.
ac1bf374 4943 Support versions of libpng beyond 1.4.x.
019c8218 4944 Support libtiff v4.x.
d14c81ee 4945
983d0df5
BB
49462013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4947
4948 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4949 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4950 Add property :safe.
4951 (ruby-deep-arglist): Add property :type.
4952
47f58d85
GM
49532013-10-31 Glenn Morris <rgm@gnu.org>
4954
4955 * Makefile.in (custom-deps, finder-data): No need to setq the target
4956 variables, we are in the right directory and the defaults work fine.
4957
4f85b479
GM
49582013-10-30 Glenn Morris <rgm@gnu.org>
4959
ca7dd4cd
GM
4960 * Makefile.in (autoloads): Do not use abs_lisp.
4961
4f85b479
GM
4962 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4963 `newline' does not respect `standard-output', so use `princ'.
4964
cf59e41c
AA
49652013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
4966
4967 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
4968 * buff-menu.el (Buffer-menu--unmark): New function.
4969 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4970
74cf04fb
GM
49712013-10-30 Glenn Morris <rgm@gnu.org>
4972
b040b60e
GM
4973 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4974
f53d3815
GM
4975 * emacs-lisp/package.el (lm-homepage): Declare.
4976
5413d873
GM
4977 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4978 Fix doc typos.
4979
cecedb36
GM
4980 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4981
74cf04fb
GM
4982 * Makefile.in (finder-data, autoloads, update-subdirs)
4983 (compile-main, compile-clean, compile-always, bootstrap-clean):
4984 Check return value of cd.
4985 (compile-calc): Remove.
4986
195ee2f0
SM
49872013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4988
ae4002ce
SM
4989 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4990
4991 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4992 (byte-compile-and-folded): New function.
4993 (=, <, >, <=, >=): Use it.
4994
4995 * dos-w32.el (minibuffer-history-case-insensitive-variables)
4996 (path-separator, null-device, buffer-file-coding-system)
4997 (lpr-headers-switches): Check system-type before modifying them.
4998 (find-buffer-file-type-coding-system): Mark obsolete.
4999 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5000 find-file-not-found-set-buffer-file-coding-system.
35e951cd 5001 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
ae4002ce 5002 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
35e951cd 5003 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
ae4002ce
SM
5004 (w32-direct-print-region-helper, w32-direct-print-region-function)
5005 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5006 * startup.el (normal-top-level-add-subdirs-to-load-path):
5007 * ps-print.el (ps-print-region-function):
5008 * lpr.el (print-region-function): Use new name.
5009
53b39e89
SM
5010 * subr.el (custom-declare-variable-early): Remove function.
5011 (custom-declare-variable-list): Remove var.
5012 (error, user-error): Remove `while' loop.
5013 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5014 (user-emacs-directory-warning, locate-user-emacs-file):
5015 Move to files.el.
5016 * simple.el (read-quoted-char-radix, read-quoted-char):
5017 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5018 Move from subr.el.
5019 * custom.el (custom-declare-variable-list): Don't process
5020 custom-declare-variable-list.
5021
195ee2f0
SM
5022 * progmodes/python.el (python-shell-get-buffer): New function.
5023 (python-shell-get-process): Use it.
5024 (python-shell-send-string): Always use utf-8 and add a cookie to tell
5025 Python which encoding was used. Don't split-string since we only care
5026 about the first line. Return the temp-file, if applicable.
5027 (python-shell-send-region): Tell compile.el how to turn locations in
5028 the temp-file into locations in the source buffer.
5029
7e3561ee
SM
50302013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5031
4c9797cb
SM
5032 * subr.el (undefined): Add missing behavior from the C code for
5033 unbound keys.
5034
3472b6c6
SM
5035 * rect.el: Use lexical-binding. Add new rectangular region support.
5036 (rectangle-mark): New command.
5037 (rectangle--region): New var.
5038 (deactivate-mark-hook): Reset rectangle--region.
5039 (rectangle--extract-region, rectangle--insert-for-yank)
5040 (rectangle--highlight-for-redisplay)
5041 (rectangle--unhighlight-for-redisplay): New functions.
5042 (region-extract-function, redisplay-unhighlight-region-function)
5043 (redisplay-highlight-region-function): Use them to handle
5044 rectangular region.
5045 * simple.el (region-extract-function): New var.
5046 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5047 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5048 (kill-region): Replace obsolete `yank-handler' arg with `region'.
5049 (copy-region-as-kill, kill-ring-save): Add `region' argument.
5050 (redisplay-unhighlight-region-function)
5051 (redisplay-highlight-region-function): New vars.
5052 (redisplay--update-region-highlight): New function.
5053 (pre-redisplay-function): Use it.
5054 (exchange-point-and-mark): Don't deactivate the mark before
5055 reactivate-it anyway.
5056 * comint.el (comint-kill-region): Remove yank-handler argument.
5057 * delsel.el (delete-backward-char, backward-delete-char-untabify)
5058 (delete-char): Remove property, since it's now part of their
5059 default behavior.
5060 (self-insert-iso): Remove property since this command doesn't exist.
5061
7e3561ee
SM
5062 * emacs-lisp/package.el (package--download-one-archive)
5063 (describe-package-1): Don't query the user about final newline.
5064
b9bef71f
DC
50652013-10-29 Daniel Colascione <dancol@dancol.org>
5066
5067 * net/tramp.el (tramp-methods): Document new functionality.
5068 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5069 tramp-hostname-checker if method provides one instead of scanning
5070 argument list for "%h" to decide hostname acceptability.
5071
4efc33f0
MA
50722013-10-28 Michael Albinus <michael.albinus@gmx.de>
5073
5074 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5075 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5076 Handle COPY-CONTENTS. (Bug#15737)
5077
ed42a877
DU
50782013-10-28 Daiki Ueno <ueno@gnu.org>
5079
5080 * epa-file.el
7e3561ee
SM
5081 (epa-file-cache-passphrase-for-symmetric-encryption):
5082 Document that this option has no effect with GnuPG 2.0 (bug#15552).
ed42a877 5083
18c9f8a2
XF
50842013-10-27 Xue Fuqiao <xfq.free@gmail.com>
5085
35e951cd 5086 * image.el (defimage, image-load-path): Doc fixes.
18c9f8a2 5087
b1e8e010
AM
50882013-10-27 Alan Mackenzie <acm@muc.de>
5089
5090 Indent statements in macros following "##" correctly.
7e3561ee
SM
5091 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5092 Modify the "#" arm of a cond form to handle "#" and "##" operators.
b1e8e010 5093
73d40d1e 50942013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
fdab3d0b
NT
5095
5096 * linum.el (linum-update-window): Fix boundary test (bug#13446).
5097
c8c605ac
DG
50982013-10-27 Dmitry Gutov <dgutov@yandex.ru>
5099
5100 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5101 after `=' is probably a new expression.
5102
ca7e59d4
RS
51032013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5104
5105 * man.el (man-imenu-title): New option.
5106 (Man-mode-map): Add menu. (Bug#15722)
5107 (Man-mode): Add imenu to menu.
5108
bae91342
DG
51092013-10-26 Dmitry Gutov <dgutov@yandex.ru>
5110
5111 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5112 specific in what the first arg can be: a non-keyword word,
5113 string/regexp/percent literal opener, opening paren, or unary
5114 operator followed directly by word.
5115
eb89dc14
SM
51162013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5117
5118 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5119 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5120 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5121 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5122 Remove vars, they do not apply any more.
5123 (prolog-mode-abbrev-table): Remove redundant declaration.
5124 (prolog-upper-case-string, prolog-lower-case-string): Remove.
5125 (prolog-use-smie): Remove.
5126 (prolog-smie-rules): Add indentation rule for the if-then-else layout
5127 supported by prolog-electric-if-then-else-flag.
5128 (prolog-mode-variables, prolog-menu): Use setq-local.
5129 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5130 Remove binding to `Backspace' since this key doesn't exist anyway.
5131 Remove bindings for electric self-inserting keys.
5132 (prog-mode): Assume it's defined.
5133 (prolog-post-self-insert): New function.
5134 (prolog-mode): Use it.
5135 (prolog-indent-line, prolog-indent-level)
5136 (prolog-find-indent-of-matching-paren)
5137 (prolog-indentation-level-of-line, prolog-goto-comment-column)
5138 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5139 (prolog-goto-next-paren, prolog-in-string-or-comment)
5140 (prolog-tokenize, prolog-inside-mline-comment)
5141 (prolog-find-start-of-mline-comment): Remove functions.
5142 (prolog-find-unmatched-paren, prolog-clause-end)
5143 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5144 (prolog-electric--if-then-else): Rename from
5145 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5146 (prolog-tokenize-searchkey): Remove const.
5147 (prolog-clause-info): Use forward-sexp.
5148 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5149 (prolog-electric-if-then-else): Remove commands.
5150 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5151 for use in post-self-insert-hook.
5152 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5153 for use in post-self-insert-hook.
5154 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5155 for use in post-self-insert-hook.
5156 (prolog-electric--underscore): Rename from prolog-electric--underscore;
5157 adapt it for use in post-self-insert-hook.
5158
3dab0a83
MA
51592013-10-25 Michael Albinus <michael.albinus@gmx.de>
5160
5161 * emacs-lisp/ert.el (ert-run-tests-interactively):
5162 Use `completing-read'. (Bug#9756)
5163
fbfd0e1d
EZ
51642013-10-25 Eli Zaretskii <eliz@gnu.org>
5165
5166 * simple.el (line-move): Call line-move-1 instead of
5167 line-move-visual when the current window hscroll is zero, but
5168 temporary-goal-column indicates we will need to hscroll as result
5169 of the movement. (Bug#15712)
5170
963ce636
DG
51712013-10-25 Dmitry Gutov <dgutov@yandex.ru>
5172
5173 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
eb89dc14
SM
5174 capitalization. Use :visible instead of :active.
5175 Fix `ruby-indent-exp' reference. Add menu items for the generic
963ce636
DG
5176 commands that are used with SMIE.
5177 (ruby-do-end-to-brace): Insert space after `{'.
5178
a0be396a
JA
51792013-10-25 John Anthony <john@jo.hnanthony.com>
5180
f73754c9
JA
5181 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
5182
5183 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
a0be396a 5184
f5bf77df
GM
51852013-10-25 Glenn Morris <rgm@gnu.org>
5186
5187 * vc/vc.el (vc-print-log): Don't use a working revision unless
5188 one was explicitly specified. (Bug#15322)
5189
37241f62
SM
51902013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * subr.el (add-to-list): Preserve return value in compiler-macro
5193 (bug#15692).
5194
6408a65d
RS
51952013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5196
5197 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5198 result. Ask user to retry using '-all' flag. (Bug#15701)
5199
71e3276b
SM
52002013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * emacs-lisp/smie.el: New smie-config system.
5203 (smie-config): New defcustom.
5204 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5205 (smie-config-guess, smie-config-save): New commands.
5206 (smie-config--mode-local, smie-config--buffer-local)
5207 (smie-config--trace, smie-config--modefuns): New vars.
5208 (smie-config--advice, smie-config--mode-hook)
5209 (smie-config--setter, smie-config-local, smie-config--get-trace)
5210 (smie-config--guess-value, smie-config--guess): New functions.
5211 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
5212 text properties. Treat "string fence" syntax like string syntax.
5213
5214 * progmodes/sh-script.el (sh-use-smie): Change default.
5215 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5216 (sh-var-value): Simplify by CSE.
5217 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5218 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5219 is used.
5220 (sh-guess-basic-offset): Use cl-incf.
5221 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5222
60db713e
HE
52232013-10-24 Helmut Eller <eller.helmut@gmail.com>
5224
5225 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5226 (bug#15699).
5227
8b251df6
GM
52282013-10-24 Glenn Morris <rgm@gnu.org>
5229
5230 * Makefile.in (abs_top_srcdir): Remove.
5231 (update-subdirs): Use relative path to update-subdirs.
5232
6be0e22b
EZ
52332013-10-24 Eli Zaretskii <eliz@gnu.org>
5234
5235 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5236 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
60db713e
HE
5237 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5238 Call unmsys--file-name before expand-file-name, not after it.
6be0e22b 5239
50b5b857
MA
52402013-10-24 Michael Albinus <michael.albinus@gmx.de>
5241
5242 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5243 (ert-test-skipped): New error.
5244 (ert-skip, ert-stats-skipped): New defuns.
5245 (ert--skip-unless): New macro.
5246 (ert-test-skipped): New struct.
5247 (ert--run-test-debugger, ert-test-result-type-p)
5248 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5249 (ert--stats-set-test-and-result, ert-char-for-test-result)
5250 (ert-string-for-test-result, ert-run-tests-batch)
60db713e 5251 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3dab0a83 5252 Handle skipped tests. (Bug#9803)
50b5b857 5253
6f317c2f
GM
52542013-10-24 Glenn Morris <rgm@gnu.org>
5255
e43817c1
GM
5256 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5257
6f317c2f
GM
5258 * Makefile.in (abs_top_srcdir): New, set by configure.
5259 (update-subdirs): Correct build-aux location.
5260
369bbf71
DG
52612013-10-24 Dmitry Gutov <dgutov@yandex.ru>
5262
8297b2cf
DG
5263 * vc/vc.el (vc-print-root-log): Always set `default-directory'
5264 value, whether we could auto-deduce `backend', or not.
5265
369bbf71
DG
5266 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5267 with parameters" example. Simplify the "is it block or is it
5268 hash" check, but also make it more thorough.
5269
d5f1282f
MF
52702013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
5271
5272 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
5273
bc4aaa31
SM
52742013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5275
03d44565
SM
5276 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5277 { if it is hanging.
5278
bc4aaa31
SM
5279 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5280 :before ";".
5281
f493ff19
JB
52822013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5283
5284 * progmodes/compile.el (compilation-directory-matcher)
5285 (compilation-page-delimiter):
5286 Support GNU Make-4.0 directory quoting. (Bug#15678)
5287
c744a3b9
LL
52882013-10-23 Leo Liu <sdl.web@gmail.com>
5289
5290 * ido.el (ido-tidy): Handle read-only text.
5291
b8e3b0a9
GM
52922013-10-23 Glenn Morris <rgm@gnu.org>
5293
5294 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5295 (emacs, compile, compile-always):
5296 Quote entities that might contain whitespace.
5297 (custom-deps, finder-data, autoloads): Use abs_lisp.
5298 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5299 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5300 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5301
ee4282cd
DG
53022013-10-23 Dmitry Gutov <dgutov@yandex.ru>
5303
bc4aaa31
SM
5304 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5305 Use `following-char'.
7790a270 5306
ee4282cd 53072013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790a270
SM
5308
5309 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5310 * progmodes/ruby-mode.el (ruby-smie-rules):
5311 Remove corresponding workaround. Fix indentation rule of ";" so it
5312 also applies when ";" is the parent.
5313
d40a46d7
XF
53142013-10-22 Xue Fuqiao <xfq.free@gmail.com>
5315
5316 * frame.el (display-screens, display-pixel-height)
5317 (display-pixel-width, display-mm-width, display-backing-store)
5318 (display-save-under, display-planes, display-color-cells)
7790a270
SM
5319 (display-visual-class, display-monitor-attributes-list):
5320 Mention the optional ‘display’ argument in doc strings.
d40a46d7 5321
a0f143c9
MG
53222013-10-22 Michael Gauland <mikelygee@amuri.net>
5323
5324 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5325 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
5326
18cacc39
DG
53272013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5328
5329 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5330 TODO. Add "." after " @ ".
5331 (ruby-smie--at-dot-call): New function. Checks if point at method
5332 call with explicit target.
5333 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5334 to the method name tokens when it precedes them.
5335 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5336 (ruby-smie-rules): Add rule for indentation before and after "."
5337 token.
5338
df74c4be
SM
53392013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5340
c6dab55f
SM
5341 * textmodes/remember.el (remember-diary-extract-entries):
5342 Avoid add-to-list.
5343
df74c4be
SM
5344 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5345 an instruction.
5346
8c1ae481
DG
53472013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5348
e9dc713d
JB
5349 * progmodes/ruby-mode.el (ruby-smie-grammar):
5350 Add (almost) all infix operators.
cfef16c0
DG
5351 (ruby-smie--implicit-semi-p): Add new operator chars.
5352
8c1ae481
DG
5353 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5354 `smie-down-list'.
5355 (ruby-smie--args-separator-p): Check that there's no newline
5356 between method call and its arguments.
5357
87756ca9
AM
53582013-10-20 Alan Mackenzie <acm@muc.de>
5359
5360 Allow comma separated lists after Java "implements".
5361
df74c4be
SM
5362 * progmodes/cc-engine.el (c-backward-over-enum-header):
5363 Parse commas.
87756ca9
AM
5364 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5365 from a "disallowed" list in enum fontification.
5366
c25f8957
JB
53672013-10-20 Johan Bockgård <bojohan@gnu.org>
5368
df74c4be 5369 * startup.el (default-frame-background-mode): Remove unused defvar.
4a5da22b 5370
c25f8957
JB
5371 * progmodes/verilog-mode.el (verilog-mode): Don't set
5372 comment-indent-function globally.
5373
aca5fcdc
JD
53742013-10-20 Jan Djärv <jan.h.d@swipnet.se>
5375
5f161884
JD
5376 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5377 Move Info menu item creation to ns-win.el.
5378
5379 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5380 in menu bar.
5381
a6c4680a 5382 * menu-bar.el: Move GNUstep specific menus...
aca5fcdc
JD
5383
5384 * term/ns-win.el (ns-initialize-window-system): ... to here.
5385
914b7f98
SM
53862013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5387
5388 * simple.el (newline): Only run post-self-insert-hook when
5389 called interactively.
5390
846ffe77
JB
53912013-10-19 Johan Bockgård <bojohan@gnu.org>
5392
5393 * icomplete.el (icomplete-with-completion-tables): Add :version.
5394
033f22dd
AM
53952013-10-19 Alan Mackenzie <acm@muc.de>
5396
5397 Fix fontification bugs with constructors and const.
5398
5399 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5400 CASE 2) Remove the check for the absence of a suffix construct
5401 after a function declaration with only types (no identifiers) in
5402 the parentheses. Also, accept a function declaration with just a
5403 type inside the parentheses, if this type can be positively
5404 recognised as such, or if a prefix keyword like "explicit" nails
5405 down the construct as a declaration.
5406
58ce0cfc
EZ
54072013-10-19 Eli Zaretskii <eliz@gnu.org>
5408
5409 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5410 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
5411 the problem whereby selecting a menu item that leads to a
5412 minibuffer prompt moves the cursor out of the minibuffer window,
5413 making it hard to type at the prompt. Suggested by Stefan Monnier
5414 <monnier@iro.umontreal.ca>.
5415
50e28e7d
JD
54162013-10-19 Jan Djärv <jan.h.d@swipnet.se>
5417
5418 * menu-bar.el: Don't make Services menu.
5419
7deed4bf
RS
54202013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5421
5422 * ffap.el: Handle "/usr/include/c++/<version>" directories.
5423 (ffap-alist): Use ffap-c++-mode for c++-mode.
5424 (ffap-c++-path): New variable.
5425 (ffap-c++-mode): New function.
5426
7bcb455b
JVJ
54272013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
5428
5429 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
5430
f0ff1cd5
MA
54312013-10-18 Michael Albinus <michael.albinus@gmx.de>
5432
5433 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5434 introduced on 2013-09-08, which results in an infinite loop
5435 requesting a password.
5436
d64da4b7
GM
54372013-10-18 Glenn Morris <rgm@gnu.org>
5438
5439 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5440
ea89ff08
WS
54412013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
5442
5443 Sync with upstream verilog-mode revision 1a6ecec7.
5444 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5445 (verilog-mode-release-date): Remove.
5446 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5447 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5448 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5449 (verilog-auto-tieoff-ignore-regexp)
5450 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5451 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5452 (verilog-signals-with, verilog-dir-cache-preserving)
5453 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5454 Doc fixes.
5455 (verilog-case-fold): New option, to control case folding in
5456 regexp searches, bug597.
5457 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5458 (verilog-string-match-fold, verilog-in-paren-count)
5459 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5460 (verilog-at-close-struct-p): New functions.
5461 (verilog-beg-block-re-ordered, verilog-extended-case-re)
35e951cd 5462 (verilog-forward-sexp, verilog-set-auto-endcomments)
ea89ff08
WS
5463 (verilog-leap-to-case-head): Handle "unique0" case.
5464 (verilog-in-constraint-re): New constant.
5465 (verilog-keywords, verilog-type-font-keywords):
5466 Add some SystemVerilog 1800-2012 keywords.
5467 (verilog-label-be): Remove unimplemented argument, bug669.
5468 (verilog-batch-execute-func): When batch expanding clear
5469 create-lockfiles to prevent spurious user locks when a file ends
5470 up not changing.
5471 (verilog-calculate-indent, verilog-calc-1)
5472 (verilog-at-close-constraint-p, verilog-at-constraint-p)
5473 (verilog-do-indent): Fix indentation of nested constraints
5474 and structures.
5475 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5476 (verilog-auto-inst-param): Use verilog-string-match-fold.
5477 (verilog-read-inst-module-matcher):
5478 Fix AUTOINST on gate primitives with #1.
5479 (verilog-read-decls): Fix double-declaring user-defined typed signals.
5480 Reads all user-defined typed variables.
5481 (verilog-read-defines): Fix reading definitions inside comments, bug647.
5482 (verilog-signals-matching-regexp)
5483 (verilog-signals-not-matching-regexp, verilog-auto):
5484 Respect verilog-case-fold.
5485 (verilog-diff-report): Fix line count.
5486 (verilog-auto-assign-modport): Remove unused local `modi'.
5487 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5488 better handle multidimensional arrays.
5489 Fix packed array ports misadding bit index in AUTOINST, bug637.
5490 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5491 to not double-declare existing outputs and inputs, respectively.
5492 (verilog-template-map): Bind U to verilog-sk-uvm-component.
5493 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5494 (verilog-sk-uvm-component): New skeleton.
5495 (verilog-submit-bug-report): Add verilog-case-fold,
5496 remove verilog-mode-release-date.
5497
ef566920
BR
54982013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
5499
a12bf61e 5500 * subr.el (sit-for): Call (input-pending-p t) so as to behave
ef566920
BR
5501 as before.
5502
29df8a0b
RT
55032013-10-18 Reuben Thomas <rrt@sc3d.org>
5504
e0eb0550 5505 * textmodes/remember.el (remember): Set buffer-offer-save in
29df8a0b
RT
5506 remember buffers (bug#13566).
5507
04a19a79
DC
55082013-10-18 Daniel Colascione <dancol@dancol.org>
5509
5510 When evaluating forms in ielm, direct standard output to ielm
5511 buffer. Add new ielm-return-for-effect command. Remove trailing
5512 whitespace throughout.
5513
5514 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5515 (ielm-return-for-effect): New command.
5516 (ielm-send-input): Accept optional `for-effect' parameter.
df74c4be
SM
5517 (ielm-eval-input): Accept optional `for-effect' parameter.
5518 Bind `standard-output' to stream we create using
04a19a79
DC
5519 `ielm-standard-output-impl'. Suppress printing result when
5520 `for-effect'.
5521 (ielm-standard-output-impl): New function.
5522 (inferior-emacs-lisp-mode): Explain new features in documentation.
5523
4c1f03ef
MA
55242013-10-17 Michael Albinus <michael.albinus@gmx.de>
5525
5526 Code cleanup.
5527
5528 * net/tramp.el (tramp-debug-message): Do not check for connection
5529 buffer.
5530 (tramp-message): Use "vector" connection property.
5531
5532 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5533 (tramp-equal-remote, tramp-eshell-directory-change)
5534 * net/tramp-adb.el (tramp-adb-handle-copy-file)
5535 (tramp-adb-handle-rename-file)
5536 * net/tramp-cmds.el (tramp-list-remote-buffers)
5537 (tramp-cleanup-connection, tramp-cleanup-this-connection)
5538 * net/tramp-compat.el (tramp-compat-process-running-p)
5539 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5540 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5541 (tramp-gvfs-handle-rename-file)
5542 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5543 (tramp-set-file-uid-gid)
5544 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5545 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5546 of `file-remote-p'.
5547
5548 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5549 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5550 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5551 (tramp-gw-open-network-stream): Suppress unrelated traces.
5552
5553 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5554 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5555 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5556 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5557 connection property.
5558
5559 * net/tramp-cache.el (top): Suppress traces when reading
f0ff1cd5 5560 persistency file.
4c1f03ef
MA
5561
5562 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5563 Refactor common code. Improve debug message.
5564 (tramp-maybe-open-connection)
5565 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5566 connection buffer too early.
5567
5568 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5569 from `tramp-smb-actions-with-acl'.
5570 (tramp-smb-actions-set-acl): New defconst.
5571 (tramp-smb-handle-copy-directory)
5572 (tramp-smb-action-get-acl): New defun, renamed from
5573 `tramp-smb-action-with-acl'.
5574 (tramp-smb-action-set-acl): New defun.
5575 (tramp-smb-handle-set-file-acl): Rewrite.
5576
642eb8b6
GM
55772013-10-17 Glenn Morris <rgm@gnu.org>
5578
5579 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
5580
85527ff3
SM
55812013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5582
921c1d62
SM
5583 * skeleton.el (skeleton-newline): Remove.
5584 (skeleton-internal-1): Use (insert "\n") instead.
5585
e333fb10
SM
5586 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5587 let-bindings.
5588
85527ff3
SM
5589 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5590 forward-sexp-function while we redo its job (bug#15613).
5591
c8722a97
JB
55922013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
5593
5594 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5595 represented by lists.
5596
7a550bbb
GM
55972013-10-16 Glenn Morris <rgm@gnu.org>
5598
5599 * tmm.el (tmm--history): New dynamic variable.
5600 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
5601
f19da8ad
MA
56022013-10-16 Michael Albinus <michael.albinus@gmx.de>
5603
5604 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5605 (tramp-smb-errors): Add error messages.
5606 (tramp-smb-actions-with-acl): New defconst.
afe1e4c8 5607 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
f19da8ad
MA
5608 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5609 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5610 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5611 (tramp-smb-get-stat-capability): Fix tests.
5612
a24b9961
DK
56132013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
5614
5615 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5616 (bug#15580).
5617
62ad85e6
GM
56182013-10-16 Glenn Morris <rgm@gnu.org>
5619
0283d6b0
GM
5620 * ansi-color.el (ansi-color-drop-regexp):
5621 Add 1J, 1K, 2K. (Bug#15617)
5622
012e2f9f
GM
5623 * files.el (hack-local-variables--warned-lexical): New.
5624 (hack-local-variables):
5625 Warn about misplaced lexical-binding. (Bug#15616)
5626
62ad85e6
GM
5627 * net/eww.el (eww-render): Always set eww-current-url,
5628 and update header line. (Bug#15622)
5629 (eww-display-html): ... Rather than just doing it here.
5630
6456c0ea
EZ
56312013-10-15 Eli Zaretskii <eliz@gnu.org>
5632
5633 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5634 menu navigations commands.
5635
c2de5588
DK
56362013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
5637
5638 * progmodes/subword.el (subword-capitalize): Be careful when
5639 the search for [[:alpha:]] fails (bug#15580).
5640
ccd4a783
EZ
56412013-10-14 Eli Zaretskii <eliz@gnu.org>
5642
5643 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5644 to commands that scroll the menu.
5645
1eda1d8d
DG
56462013-10-14 Dmitry Gutov <dgutov@yandex.ru>
5647
c2de5588
DK
5648 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5649 Handle methods ending with `?' and `!'.
1eda1d8d 5650
e70181b8
AM
56512013-10-14 Akinori MUSHA <knu@iDaemons.org>
5652
5653 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5654 `japanese-cp932' to `cp932' to fix the problem where saving a
5655 source file written in Shift_JIS twice would end up having
5656 `coding: japanese-cp932' which Ruby could not recognize.
5657 (ruby-mode-set-encoding): Add support for encodings mapped to nil
5658 in `ruby-encoding-map'.
5659 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5660 doesn't need to be explicitly declared in magic comment.
5661 (ruby-encoding-map): Add type declaration for better customize UI.
5662
9148ee92
GM
56632013-10-13 Glenn Morris <rgm@gnu.org>
5664
a5d38e34
GM
5665 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5666 Occur buffers are read-only. http://bugs.debian.org/720775
5667
9148ee92
GM
5668 * emacs-lisp/authors.el (authors-fixed-entries):
5669 Comment out old alpha stuff.
5670
a9ba094b
DG
56712013-10-13 Dmitry Gutov <dgutov@yandex.ru>
5672
5673 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5674 to `after-save-hook' instead of `before-save-hook'.
5675 (ruby-mode-set-encoding): Use the value of coding system used to
5676 write the file. Call `basic-save-buffer-1' after modifying the
5677 buffer.
5678
7a068717
AM
56792013-10-13 Alan Mackenzie <acm@muc.de>
5680
5681 Fix indentation/fontification of Java enum with
5682 "implements"/generic.
5683
c2de5588
DK
5684 * progmodes/cc-engine.el (c-backward-over-enum-header):
5685 Extracted from the three other places and enhanced to handle generics.
7a068717
AM
5686 (c-inside-bracelist-p): Uses new function above.
5687 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5688 function above.
5689 (c-font-lock-enum-tail): Uses new function above.
5690
85b64f02
KH
56912013-10-13 Kenichi Handa <handa@gnu.org>
5692
5693 * international/mule-cmds.el (select-safe-coding-system): Remove a
5694 superfluous condition in chekcing whether a coding system is safe
5695 or not.
5696
fc7f501b
OK
56972013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
5698
5699 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
5700
fdcb2049
AP
57012013-10-13 Andreas Politz <politza@hochschule-trier.de>
5702
5703 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
5704
8c106d17
GM
57052013-10-13 Glenn Morris <rgm@gnu.org>
5706
feab892d
GM
5707 * menu-bar.el (menu-bar-update-buffers):
5708 Unify Buffers menu prompt string. (Bug#15576)
5709
b22d0686
GM
5710 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
5711
8c106d17
GM
5712 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5713 Add some entries.
5714 (authors-fixed-entries): Use accented form of name.
5715
1b12c797
SM
57162013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5717
650fa7bf 5718 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
e70181b8 5719 method calls (bug#15594).
650fa7bf
SM
5720 (ruby-smie--args-separator-p): New function.
5721 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5722 recognize paren-free method calls.
5723
1b12c797
SM
5724 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5725 internals of universal-argument.
5726
029619c8
EZ
57272013-10-11 Eli Zaretskii <eliz@gnu.org>
5728
5729 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
f747170f
EZ
5730 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5731 dropped menu on second mouse click on the menu bar.
029619c8 5732
dd070019
SM
57332013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5736 (explicit-shell-file-name): Declare.
5737 (sh--vars-before-point, sh--cmd-completion-table): New functions.
5738 (sh-completion-at-point-function): New function.
5739 (sh-mode): Use it.
5740 (sh-smie--keyword-p): Remove unused argument.
5741 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5742 vars.
5743 (sh-set-shell): Always setup SMIE, even if we use the
5744 old indentation code.
5745
0922b826
DG
57462013-10-11 Dmitry Gutov <dgutov@yandex.ru>
5747
b68e2926
DG
5748 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5749 cases of ? and =.
5750 (ruby-smie-rules): Simplify the "do" rule. The cases when the
5751 predicate would return nil are almost non-existent.
5752 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5753
0922b826
DG
5754 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5755 cache also after commands that modify the buffer but don't move
5756 point.
5757
ee041f2d
SM
57582013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 * env.el (substitute-env-in-file-name): New function.
5761 (substitute-env-vars): Extend the meaning of the optional arg.
5762
a5dab159
EZ
57632013-10-10 Eli Zaretskii <eliz@gnu.org>
5764
5765 * term/w32-win.el (dynamic-library-alist): Define separate lists
5766 of GIF DLLs for versions before and after 5.0.0 of giflib.
5767 (Bug#15531)
5768
0449d6cd 57692013-10-10 João Távora <joaotavora@gmail.com>
db138698
JT
5770
5771 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5772 not locked, use last revision and current source as
5773 defaults. (Bug#15569)
5774
2f6e161e
MY
57752013-10-10 Masatake YAMATO <yamato@redhat.com>
5776
5777 * menu-bar.el (menu-bar-open): Don't use popup-menu if
5778 menu-bar is hidden.
5779
6c8413fc
MR
57802013-10-10 Martin Rudalics <rudalics@gmx.at>
5781
5782 * window.el (pop-to-buffer-same-window): Fix doc-string.
5783 (Bug#15492)
5784
20832de0
SM
57852013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5788
c6e8ae77
AC
57892013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
5790
5791 * calendar/icalendar.el (icalendar-import-file):
5792 Fix interactive spec. (Bug#15482)
5793
9db13baf
GM
57942013-10-10 Glenn Morris <rgm@gnu.org>
5795
9271e90e
GM
5796 * desktop.el (desktop-save): Default to saving in .emacs.d,
5797 since PWD is no longer in desktop-path by default. (Bug#15319)
5798
9db13baf
GM
5799 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5800 now that text mode has a menu with the same entry.
5801 (menu-bar-text-mode-auto-fill): Remove now unused func.
5802 * textmodes/text-mode.el (text-mode-map):
5803 Use auto-fill help text from menu-bar.el.
5804
a0be396a 58052013-10-10 John Anthony <john@jo.hnanthony.com>
a066720c
JA
5806
5807 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
5808
2edcd3c7
JL
58092013-10-09 Juri Linkov <juri@jurta.org>
5810
5811 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5812 instead of this-command-keys. Add universal-argument-more and
5813 universal-argument-minus to the list of prefix commands. (Bug#15568)
5814
574411d0
GM
58152013-10-09 Glenn Morris <rgm@gnu.org>
5816
14afa541
GM
5817 * vc/vc-svn.el (vc-svn-create-repo):
5818 Expand paths in file://... url. (Bug#15446)
5819
574411d0
GM
5820 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5821 Add some entries.
5822 (authors): Remove unused local variables.
5823
79804536
SM
58242013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * profiler.el: Create a more coherent calltree from partial backtraces.
5827 (profiler-format): Hide the tail with `invisible' so that C-s can still
5828 find the hidden elements.
5829 (profiler-calltree-depth): Don't recurse so enthusiastically.
5830 (profiler-function-equal): New hash-table-test.
5831 (profiler-calltree-build-unified): New function.
5832 (profiler-calltree-build): Use it.
5833 (profiler-report-make-name-part): Indent the calltree less.
5834 (profiler-report-mode): Add visibility specs for profiler-format.
5835 (profiler-report-expand-entry, profiler-report-toggle-entry):
5836 Expand the whole subtree when provided with a prefix arg.
5837
238150c8
DG
58382013-10-09 Dmitry Gutov <dgutov@yandex.ru>
5839
5840 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5841 iuwu-mod token.
5842 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5843 hanging iuwu-mod token.
5844 (ruby-smie--forward-token): Do not include a dot after a token in
5845 that token.
5846 (ruby-smie--backward-token): Likewise.
5847
b0949cc4
JL
58482013-10-08 Juri Linkov <juri@jurta.org>
5849
5850 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5851 to isearch-other-control-char.
5852 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5853 and isearch-post-command-hook to post-command-hook.
5854 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5855 and isearch-post-command-hook from post-command-hook.
5856 (isearch-unread-key-sequence)
5857 (isearch-reread-key-sequence-naturally)
5858 (isearch-lookup-scroll-key, isearch-other-control-char)
5859 (isearch-other-meta-char): Remove functions.
5860 (isearch-pre-command-hook, isearch-post-command-hook):
5861 New functions based on isearch-other-meta-char rewritten
5862 relying on the new behavior of overriding-terminal-local-map
5863 that does not replace the local keymaps any more. (Bug#15200)
5864
4ed77415
EZ
58652013-10-08 Eli Zaretskii <eliz@gnu.org>
5866
5867 Support menus on text-mode terminals.
5868 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
5869 functionality.
5870
5871 * tooltip.el (tooltip-mode): Don't error out on TTYs.
5872
c2de5588
DK
5873 * menu-bar.el (popup-menu, popup-menu-normalize-position):
5874 Move here from mouse.el.
4ed77415
EZ
5875 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
5876 and arrow keys.
5877 (tty-menu-navigation-map): New map for TTY menu navigation.
5878
5879 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
5880
5881 * frame.el (display-mouse-p): Report text-mode mouse as available
5882 on w32.
5883 (display-popup-menus-p): Report availability if mouse is
5884 available; don't condition on window-system.
5885
5886 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
5887 (tty-menu-selected-face): New faces.
5888
b7d5bd82
TL
58892013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5890
06286513
SM
5891 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
5892 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
5893 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
5894 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
5895 New constants.
5896 (lisp-mode-variables): New `elisp' argument.
5897 (emacs-lisp-mode): Use it.
5898 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
5899 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
5900
b7d5bd82
TL
5901 * indent.el: Use lexical-binding.
5902 (indent-region): Add progress reporter.
5903 (tab-stop-list): Make it implicitly extend to infinity by repeating the
5904 last step.
5905 (indent--next-tab-stop): New function to implement this behavior.
5906 (tab-to-tab-stop, move-to-tab-stop): Use it.
5907
59082013-10-08 Teemu Likonen <tlikonen@iki.fi>
5909
5910 * indent.el (indent-rigidly--current-indentation): New function.
5911 (indent-rigidly-map): New var.
5912 (indent-rigidly): Use it to provide interactive mode (bug#8196).
5913
5ea75d23
BG
59142013-10-08 Bastien Guerry <bzg@gnu.org>
5915
f2726fa2 5916 * register.el (insert-register): Fix 2013-10-07 change.
5ea75d23 5917
cc5da1ec
SM
59182013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5919
8ffa1a0b
SM
5920 * progmodes/perl-mode.el: Use lexical-binding.
5921 Remove redundant :group args.
5922 (perl-nochange): Change default to be closer to other major modes's
5923 standard behavior.
5924 (perl-indent-line): Don't consider text on current line as a
5925 valid beginning of function from which to indent.
5926
f2223371
SM
5927 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
5928 with more than one argument (bug#15538).
5929
44256060
SM
5930 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5931
cc5da1ec
SM
5932 * vc/pcvs.el: Use lexical-binding.
5933 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5934 environment of `eval'.
5935 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5936 than a list of expressions. Adjust callers.
5937 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5938
0ea1599d
DG
59392013-10-07 Dmitry Gutov <dgutov@yandex.ru>
5940
5941 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
cc5da1ec 5942 case of the dot in a chained method call being on the following line.
0ea1599d 5943
da3e5ebb
SM
59442013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5945
2abb4e65
SM
5946 * electric.el (electric-indent-inhibit): New var.
5947 (electric-indent-post-self-insert-function): Use it.
5948 * progmodes/python.el (python-mode): Set it.
5949
d2e0e795
SM
5950 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5951 open braces.
5952
5953 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5954
bdc6b4c8
SM
5955 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5956 (css-mode): Use electric-indent-chars.
5957
da3e5ebb
SM
5958 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5959 (font-lock-beg, font-lock-end): Move before first use.
5960 (nxml-mode): Use syntax-propertize-function.
5961 (nxml-after-change, nxml-after-change1): Adjust accordingly.
5962 (nxml-extend-after-change-region): Remove.
5963 * nxml/xmltok.el: Use lexical-binding.
5964 (xmltok-save): Use `declare'.
5965 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5966 * nxml/nxml-util.el: Use lexical-binding.
5967 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5968 Use `declare'.
5969 * nxml/nxml-ns.el: Use lexical-binding.
5970 (nxml-ns-save): Use `declare'.
5971 (nxml-ns-prefixes-for): Avoid add-to-list.
5972 * nxml/rng-match.el: Use lexical-binding.
5973 (rng--ipattern): Use cl-defstruct.
5974 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5975 (rng-cons-group-after, rng-subst-group-after)
5976 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5977 Use closures instead of `(lambda...).
5978
f8f91d5d
MA
59792013-10-07 Michael Albinus <michael.albinus@gmx.de>
5980
5981 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5982 of BEG and END.
5983
da3e5ebb
SM
5984 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5985 Use `tramp-handle-insert-file-contents'.
f8f91d5d
MA
5986 (tramp-gvfs-handle-insert-file-contents): Remove function.
5987
da3e5ebb
SM
5988 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5989 Use `save-restriction' in order to keep markers.
f8f91d5d
MA
5990
5991 * net/trampver.el: Update release number.
5992
7ccae3b1
SM
59932013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5994
55ca2c0d
SM
5995 * progmodes/compile.el (compilation-parse-errors):
5996 Use compilation--put-prop.
5997 (compilation--ensure-parse): Check compilation-multiline.
5998
731fc3ae
SM
5999 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6000
da3e5ebb
SM
6001 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6002 lexical-binding.
a5833280 6003
2e7ba2c2
SM
6004 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6005
7ccae3b1
SM
6006 * progmodes/ruby-mode.el: Fix recently added tests.
6007 (ruby-smie-grammar): Add - and +.
6008 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6009 (ruby-smie--backward-id): New functions.
6010 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6011 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
6012 any more.
6013
85698d63
LL
60142013-10-07 Leo Liu <sdl.web@gmail.com>
6015
6016 * register.el (register-preview-delay)
6017 (register-preview-functions): New variables.
6018 (register-read-with-preview, register-preview)
6019 (register-describe-oneline): New functions.
6020 (point-to-register, window-configuration-to-register)
6021 (frame-configuration-to-register, jump-to-register)
6022 (number-to-register, view-register, insert-register)
6023 (copy-to-register, append-to-register, prepend-to-register)
6024 (copy-rectangle-to-register): Use register-read-with-preview to
6025 read register. (Bug#15525)
6026
3986af6c
DS
60272013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
6028
6029 * net/network-stream.el (network-stream-open-starttls): Don't add
6030 --insecure if it's already present, because that gnutls-cli
6031 rejects getting that parameter twice.
6032
5cd9cda9
DG
60332013-10-06 Dmitry Gutov <dgutov@yandex.ru>
6034
6035 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6036 keyword, too.
6037
da9ea6d9
DG
60382013-10-05 Dmitry Gutov <dgutov@yandex.ru>
6039
6040 * newcomment.el (comment-use-global-state): Change default value
6041 to t, mark obsolete (Bug#15251).
6042 (comment-beginning): In addition to `comment-to-syntax', check the
6043 value of `comment-use-global-state'.
6044
34d1a133
SM
60452013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6048 (ruby-comment-column): Follow the global default, by default.
6049 (ruby-smie-grammar): Add assignment syntax.
6050 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6051 open-paren, a comma, or a \.
6052 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6053 and line continuations.
6054 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6055 followed by implicit semi-colons. Add rule for string concatenation
6056 and for indentation at BOB.
27821a89 6057 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
34d1a133
SM
6058
6059 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6060 calling next-sexp, since next-token may have skipped chars which
6061 next-sexp doesn't know should be skipped!
6062
6f6ab820
LL
60632013-10-05 Leo Liu <sdl.web@gmail.com>
6064
34d1a133
SM
6065 * progmodes/octave.el (octave-send-region):
6066 Call compilation-forget-errors.
6f6ab820 6067
34ca0f4c
XF
60682013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6069
6070 * vc/vc-svn.el (vc-svn-find-admin-dir):
6071 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6072 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6073 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6074 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6075
a27c1b72
SM
60762013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6079
258ab3bc
SM
60802013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6081
6082 * subr.el (read-passwd): Hide chars even when called within a context
6083 where after-change-functions is disabled (bug#15501).
6084 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6085 until we removed ourself from overriding-terminal-local-map.
6086
939fb29c
LL
60872013-10-04 Leo Liu <sdl.web@gmail.com>
6088
258ab3bc
SM
6089 * progmodes/octave.el (inferior-octave-mode):
6090 Call compilation-forget-errors.
939fb29c 6091
63bd7f35
XF
60922013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6093
6094 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6095
9e6229fa
MA
60962013-10-04 Michael Albinus <michael.albinus@gmx.de>
6097
6098 * net/secrets.el (secrets-create-collection): Add optional
6099 argument ALIAS. Use proper Label keyword. Append ALIAS as
6100 dbus-call-method argument. (Bug#15516)
6101
1dab32a3
LL
61022013-10-04 Leo Liu <sdl.web@gmail.com>
6103
6104 * progmodes/octave.el (inferior-octave-error-regexp-alist)
6105 (inferior-octave-compilation-font-lock-keywords): New variables.
6106 (compilation-error-regexp-alist)
6107 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6108 (inferior-octave-mode): Use compilation-shell-minor-mode.
6109
6cad7ba3
JS
61102013-10-04 Jorgen Schaefer <forcer@forcix.cx>
6111
6112 * minibuffer.el (completion--replace): Be careful that `end' might be
6113 a marker.
6114
acbadd00
DU
61152013-10-03 Daiki Ueno <ueno@gnu.org>
6116
6117 Add support for package signature checking.
6118 * emacs-lisp/package.el (url-http-file-exists-p)
6119 (epg-make-context, epg-context-set-home-directory)
6120 (epg-verify-string, epg-context-result-for)
6121 (epg-signature-status, epg-signature-to-string)
6122 (epg-check-configuration, epg-configuration)
6123 (epg-import-keys-from-file): Declare.
6124 (package-check-signature): New user option.
6125 (package-unsigned-archives): New user option.
6126 (package-desc): Add `signed' field.
6127 (package-load-descriptor): Set `signed' field if .signed file exists.
6128 (package--archive-file-exists-p): New function.
6129 (package--check-signature): New function.
6130 (package-install-from-archive): Check package signature.
6131 (package--download-one-archive): Check archive signature.
6132 (package-delete): Remove .signed file.
6133 (package-import-keyring): New command.
6134 (package-refresh-contents): Import default keyring.
6135 (package-desc-status): Add "unsigned" status.
6136 (describe-package-1, package-menu--print-info)
6137 (package-menu-mark-delete, package-menu--find-upgrades)
6138 (package-menu--status-predicate): Support "unsigned" status.
6139
adf2aa61
SM
61402013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6141
6142 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6143 the new compilation scheme using the new byte-codes.
6144
6145 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6146 (byte-pophandler): New byte codes.
6147 (byte-goto-ops): Adjust accordingly.
6148 (byte-compile--use-old-handlers): New var.
6149 (byte-compile-catch): Use new byte codes depending on
6150 byte-compile--use-old-handlers.
6151 (byte-compile-condition-case--old): Rename from
6152 byte-compile-condition-case.
6153 (byte-compile-condition-case--new): New function.
6154 (byte-compile-condition-case): New function that dispatches depending
6155 on byte-compile--use-old-handlers.
6156 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6157 when we can.
6158
6159 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6160 Optimize under `condition-case' and `catch' if
6161 byte-compile--use-old-handlers is nil.
6162 (disassemble-offset): Handle new bytecodes.
6163
328a8179
SM
61642013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * subr.el (error): Use `declare'.
6167 (decode-char, encode-char): Use advertised-calling-convention instead
6168 of the docstring to discourage use of the `restriction' arg.
6169
15a1e936
DU
61702013-10-03 Daiki Ueno <ueno@gnu.org>
6171
6172 * epg.el (epg-verify-file): Add a comment saying that it does not
6173 notify verification error as a return value nor a signal.
6174 (epg-verify-string): Ditto.
6175
376f862a
KR
61762013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6177
6178 * progmodes/compile.el (compilation-start): Try globbing the arg to
6179 `cd' (bug#15417).
6180
a2f93a5f
MA
61812013-10-02 Michael Albinus <michael.albinus@gmx.de>
6182
6183 Sync with Tramp 2.2.8.
6184
6185 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6186 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6187 * net/trampver.el: Update release number.
6188
0daa0804
JD
61892013-10-01 Jan Djärv <jan.h.d@swipnet.se>
6190
6191 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6192 and default-process-coding-system for darwin only.
6193
abd1ae34
SM
61942013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6195
6196 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6197
be4e325d
MH
61982013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
6199
6200 * vc/vc-git.el (vc-git-grep): Disable pager.
6201
e9155c4a
DG
62022013-10-01 Dmitry Gutov <dgutov@yandex.ru>
6203
494e898b
DG
6204 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6205 Use :url instead of :homepage, as per
6206 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6207
e9155c4a
DG
6208 * newcomment.el (comment-beginning): When `comment-use-syntax' is
6209 non-nil, use `syntax-ppss' (Bug#15251).
6210
481a8e0f
RS
62112013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6212
be4e325d
MH
6213 * progmodes/octave.el (inferior-octave-startup-file):
6214 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 6215
056453c6
DG
62162013-09-29 Dmitry Gutov <dgutov@yandex.ru>
6217
be4e325d
MH
6218 * emacs-lisp/package.el (package-desc-from-define):
6219 Accept additional arguments as plist, convert them to an alist and store
6220 them in the `extras' slot.
056453c6
DG
6221 (package-generate-description-file): Convert extras alist back to
6222 plist and append to the `define-package' form arguments.
6223 (package--alist-to-plist): New function.
6224 (package--ac-desc): Add `extras' slot.
6225 (package--add-to-archive-contents): Check if the archive-contents
6226 vector is long enough, and if it is, pass its `extras' slot value
6227 to `package-desc-create'.
6228 (package-buffer-info): Call `lm-homepage', pass the returned value
6229 to `package-desc-from-define'.
6230 (describe-package-1): Render the homepage button (Bug#13291).
6231
be4e325d
MH
6232 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6233 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 6234
832966e5
JD
62352013-09-29 Jan Djärv <jan.h.d@swipnet.se>
6236
6237 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6238 and default-process-coding-system to utf-8-unix (Bug#15402).
6239
6cfe977d
XF
62402013-09-29 Xue Fuqiao <xfq.free@gmail.com>
6241
6242 * subr.el (looking-back): Do not recommend using looking-back.
6243
38de11bd
AM
62442013-09-28 Alan Mackenzie <acm@muc.de>
6245
6246 Fix indentation/fontification of Java enum with "implements".
6247
6248 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6249 regexp which matches "implements", etc., in Java.
6250 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6251 specifier clauses coming after "enum".
6252 * progmodes/cc-fonts.el (c-font-lock-declarations)
6253 (c-font-lock-enum-tail): Check for extra specifier clauses coming
6254 after "enum".
6255
1610938f
JD
62562013-09-28 Jan Djärv <jan.h.d@swipnet.se>
6257
6258 * faces.el (region): Change ns_selection_color to
6259 ns_selection_fg_color, add ns_selection_bg_color.
6260
e090f499
LL
62612013-09-28 Leo Liu <sdl.web@gmail.com>
6262
4d2e94d1
LL
6263 * progmodes/octave.el (inferior-octave-completion-table)
6264 (inferior-octave-completion-at-point): Minor tweaks.
6265
e090f499
LL
6266 * textmodes/ispell.el (ispell-lookup-words): Rename from
6267 lookup-words. (Bug#15460)
6268 (lookup-words): Obsolete.
6269 (ispell-complete-word, ispell-command-loop): All uses changed.
6270
7e138a62
RS
62712013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6272
a12bf61e 6273 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7e138a62
RS
6274 (octave-mode-menu): Add octave-send-buffer.
6275 (octave-send-buffer): New function.
6276
5af5ed08
RS
62772013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6278
a12bf61e 6279 * progmodes/octave.el (octave-mode-map): Add key binding for
5af5ed08
RS
6280 octave-lookfor.
6281 (octave-mode-menu): Add octave-lookfor.
6282 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6283 octave-lookfor.
6284 (octave-lookfor): New function.
6285
3b7b2692
SM
62862013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6287
35e951cd 6288 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
3b7b2692
SM
6289 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6290 its convention.
6291 (cl--loop-set-iterator-function): New function.
6292 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6293 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6294 Bind `it' with `let' instead of substituting it with `cl-subst'.
6295 (cl--unused-var-p): New function.
6296 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6297 Eliminate some unused variable warnings (bug#15326).
6298
529fb53f
TH
62992013-09-27 Tassilo Horn <tsdh@gnu.org>
6300
6301 * doc-view.el (doc-view-scale-reset): Rename from
6302 `doc-view-reset-zoom-level'.
6303 (doc-view-scale-adjust): New command.
6304 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6305 `doc-view-scale-adjust'.
6306
0550c95a
TH
63072013-09-26 Tassilo Horn <tsdh@gnu.org>
6308
6309 * doc-view.el (doc-view-reset-zoom-level): New command.
6310 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6311 zoom commands (bug#15466).
6312
6950f152
KH
63132013-09-26 Kenichi Handa <handa@gnu.org>
6314
6315 * international/quail.el (quail-help): Make it not a command.
6316
39587580
LL
63172013-09-26 Leo Liu <sdl.web@gmail.com>
6318
6319 * minibuffer.el (completion-all-sorted-completions): Make args
6320 optional as they are.
6321
00578659
DC
63222013-09-25 Daniel Colascione <dancol@dancol.org>
6323
6324 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6325 specs are and that they're not evaluated.
6326
0c173878
SS
63272013-09-24 Sam Steingold <sds@gnu.org>
6328
6329 * midnight.el (clean-buffer-list-kill-regexps)
6330 (clean-buffer-list-kill-buffer-names): Update for the new Man
6331 buffer naming which includes the object name.
6332
84998447
SM
63332013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * eshell/esh-cmd.el (eshell--sep-terms): New var.
6336 (eshell-parse-command, eshell-parse-pipeline): Use it since
6337 eshell-separate-commands requires a dynamic scoped var.
6338 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6339
33215353
LL
63402013-09-23 Leo Liu <sdl.web@gmail.com>
6341
6342 * autoinsert.el (auto-insert-alist): Make the value of
6343 lexical-binding match its file setting.
6344
57b16162
JB
63452013-09-23 Juanma Barranquero <lekktu@gmail.com>
6346
c8af4e67
JB
6347 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6348
57b16162
JB
6349 * autoarg.el (autoarg-kp-digit-argument):
6350 * electric.el (Electric-command-loop):
6351 * kmacro.el (kmacro-step-edit-insert):
6352 Do not set universal-argument-num-events.
6353
7186ba60
LL
63542013-09-22 Leo Liu <sdl.web@gmail.com>
6355
6356 * files.el (interpreter-mode-alist): Add octave.
6357
ece15004
AM
63582013-09-21 Alan Mackenzie <acm@muc.de>
6359
6360 C++: fontify identifier in declaration following "public:" correctly.
6361 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6362 to match "public", etc.
6363 (c-decl-prefix-re): Add ":" into the C++ value.
6364 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6365 bit. Add a check for a ":" preceded by "public", etc.
6366
75d83e22
EZ
63672013-09-21 Eli Zaretskii <eliz@gnu.org>
6368
6369 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6370 recognized by GDB 7.5 and later.
6371
d052d3bd
XF
63722013-09-21 Xue Fuqiao <xfq.free@gmail.com>
6373
6374 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6375
31dca772
R
63762013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * subr.el (internal--call-interactively): New const.
6379 (called-interactively-p): Use it (bug#3984).
6380
98ccf24e
XF
63812013-09-20 Xue Fuqiao <xfq.free@gmail.com>
6382
6383 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
6384 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6385 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 6386
c39cc7d1
SM
63872013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
6390 (eshell-ls-orig-insert-directory): Remove.
6391 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
6392 (eshell-ls-use-in-dired): Use advice-add/remove.
6393 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6394 Add `orig-fun' arg for use in :around advice.
6395 Make it check (redundantly) eshell-ls-use-in-dired.
6396
9a0289a2
GM
63972013-09-19 Glenn Morris <rgm@gnu.org>
6398
a2c501b8
GM
6399 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6400
c440407a
GM
6401 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6402
9a0289a2
GM
6403 * emacs-lisp/eieio.el (class-parent): Undo previous change.
6404
85e05915
MA
64052013-09-19 Michael Albinus <michael.albinus@gmx.de>
6406
6407 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6408 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6409 (tramp-get-remote-python): New defuns.
6410 (tramp-get-remote-uid-with-perl)
6411 (tramp-get-remote-gid-with-perl): New defuns. Perl code
6412 contributed by yary <not.com@gmail.com> (tiny change).
6413 (tramp-get-remote-uid-with-python)
6414 (tramp-get-remote-gid-with-python): New defuns. Python code
6415 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6416 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6417
ce503312
GM
64182013-09-19 Glenn Morris <rgm@gnu.org>
6419
f7544773
GM
6420 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6421
72fd2877
GM
6422 * eshell/em-unix.el (eshell-remove-entries):
6423 Rename argument to avoid name-clash with global `top-level'.
6424
336b5a56
GM
6425 * eshell/esh-proc.el (eshell-kill-process-function):
6426 Remove eshell-reset-after-proc from eshell-kill-hook if present.
6427 (eshell-reset-after-proc): Remove unused arg `proc'.
6428
57a3a53d
GM
6429 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6430 (directory-files-and-attributes): Mark unused arg.
6431
3261d4af
GM
6432 * eshell/em-unix.el (eshell-remove-entries):
6433 Remove unused arg `path'. Update callers.
6434
8e51b5d0
GM
6435 * eshell/em-hist.el (eshell-hist-parse-arguments):
6436 Remove unused arg `silent'. Update callers.
6437
ce503312
GM
6438 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6439 Fix (f)boundp mix-up.
6440
6441 * eshell/em-smart.el (eshell-smart-scroll-window)
6442 (eshell-disable-after-change):
336b5a56 6443 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 6444
ee3ce8a7
AM
64452013-09-18 Alan Mackenzie <acm@muc.de>
6446
6447 Fix fontification of type when followed by "const".
6448 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6449 "known" types from fontification.
6450
ec9177ba
GM
64512013-09-18 Glenn Morris <rgm@gnu.org>
6452
7bb3e768
GM
6453 * emacs-lisp/chart.el (x-display-color-cells): Declare.
6454 (chart-face-list): Drop Emacsen without display-color-p.
6455
5148da15
GM
6456 * net/eww.el (libxml-parse-html-region): Declare.
6457 (eww-display-html): Explicit error if no libxml2 support.
6458
2f68e157
GM
6459 * doc-view.el (doc-view-mode): Silence --without-x compilation.
6460
9019d095
GM
6461 * image.el (image-type-from-buffer, image-multi-frame-p):
6462 Remove --without-x warning/error.
67645389 6463
5f30349b 6464 * mouse.el (mouse-yank-primary):
45069b2e 6465 * term.el (term-mouse-paste):
5f30349b
GM
6466 Reorder to silence --without-x compilation.
6467
cd8edbbe
GM
6468 * mpc.el (doc-view-mode): Silence --without-x compilation.
6469
8a78544e
GM
6470 * mail/rmailmm.el (rmail-mime-set-bulk-data):
6471 Silence --without-x compilation.
6472
12679bfd
GM
6473 * progmodes/gud.el (gud-find-file, gud-mode):
6474 Silence --without-x compilation.
6475 (tooltip-mode): Declare.
30810a05 6476
f0047cb9
GM
6477 * wdired.el (dired-backup-overwrite): Remove declaration.
6478 (wdired-mode-map): Add doc string.
6479
e740f9d2
GM
6480 * custom.el (x-get-resource): Declare.
6481
92d77c89
GM
6482 * eshell/em-glob.el (ange-cache):
6483 * eshell/em-unix.el (ange-cache): Declare.
6484
76e69577
GM
6485 * faces.el (x-display-list, x-open-connection, x-get-resource):
6486 Declare.
7e58af4b
GM
6487
6488 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6489 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6490 Declare.
76e69577 6491
4bd4c0af 6492 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 6493
ffb82dbd
GM
6494 * net/gnutls.el (gnutls-log-level): Declare.
6495
986ed135
GM
6496 * net/shr.el (image-size, image-animate): Declare.
6497
e740f9d2
GM
6498 * simple.el (font-info): Declare.
6499
d2f3e9f8
GM
6500 * subr.el (x-popup-dialog): Declare.
6501
047a1a4c
GM
6502 * term/common-win.el (x-select-enable-primary)
6503 (x-last-selected-text-primary, x-last-selected-text-clipboard):
6504 Declare.
6505
f4a1d572
GM
6506 * term/ns-win.el (x-handle-args): Declare.
6507
e843de77
GM
6508 * term/x-win.el (x-select-enable-clipboard): Declare.
6509
5fa89513
GM
6510 * term/w32-win.el (create-default-fontset): Declare.
6511
38702b5b
GM
6512 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6513 Declare.
6514
e740f9d2
GM
6515 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6516 (fit-frame-to-buffer): Explicit error if --without-x.
6517 (mouse-autoselect-window-select): Silence compiler.
6518
49a053fc
GM
6519 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6520
6521 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6522 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6523 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 6524 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
6525 Remove unused local variables.
6526
6527 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6528
ec9177ba
GM
6529 * textmodes/two-column.el: Make 2C-split work for --without-x.
6530 (scroll-bar-columns): Autoload.
6531 (top-level): Require fringe when compiling.
6532
9f25cb77
LL
65332013-09-18 Leo Liu <sdl.web@gmail.com>
6534
6535 * subr.el (add-hook): Robustify to handle closure as well.
6536
2b42da98
GM
65372013-09-17 Glenn Morris <rgm@gnu.org>
6538
6539 * simple.el (messages-buffer-mode-map): Unbind "g".
6540
e8b66a6a
SM
65412013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6542
9c0ad4f7
SM
6543 * help-mode.el (help-mode-finish): Use derived-mode-p.
6544 Remove obsolete highlighting.
6545
7a806dfb
SM
6546 * play/life.el (life-mode): Use define-derived-mode. Derive from
6547 special-mode.
6548 (life): Let-bind inhibit-read-only.
6549 (life-setup): Avoid `setq'. Use `life-mode'.
6550
96dbf5a8
SM
6551 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6552 which should not be needed any more.
6553 (package-menu-refresh, package-menu-describe-package): Use user-error.
6554
e8b66a6a
SM
6555 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6556 (eshell-post-rewrite-command-hook): Make obsolete.
6557 (eshell-parse-command): Simplify.
6558 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6559 (eshell--cmd): Declare.
6560 (eshell-parse-pipeline): Remove unused var `final-p'.
6561 Pass a dynvar to eshell-post-rewrite-command-hook.
6562 Implement the new eshell-post-rewrite-command-function.
6563 (eshell-invoke-directly): Remove unused arg `input'.
6564 * eshell/esh-io.el (eshell-io-initialize):
6565 Use eshell-post-rewrite-command-function (bug#15399).
6566 (eshell--apply-redirections): Rename from eshell-apply-redirections;
6567 adjust to new calling convention.
6568 (eshell-create-handles): Rename args to avoid clashing with dynvar
6569 `standard-output'.
6570
90582f05
GM
65712013-09-17 Glenn Morris <rgm@gnu.org>
6572
6573 * simple.el (messages-buffer-mode): New major mode.
6574 (messages-buffer): New function.
6575 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6576 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 6577 (ert-run-test): Use `messages-buffer' function.
90582f05 6578 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
6579 * help.el (view-echo-area-messages): Use `messages-buffer' function.
6580 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 6581
39eb0cb5 65822013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
6583
6584 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6585
1d42e5b6 6586 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
1f1e06e2 6587
70568a90
SM
65882013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6589
504a0381
SM
6590 * icomplete.el (icomplete-in-buffer): New var.
6591 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6592 vars and replace them with functions.
6593 (icomplete-minibuffer-setup): Adjust accordingly.
6594 (icomplete--completion-table, icomplete--completion-predicate)
6595 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6596 New functions.
6597 (icomplete-forward-completions, icomplete-backward-completions)
6598 (icomplete-simple-completing-p, icomplete-exhibit)
6599 (icomplete-completions): Use them.
6600 (icomplete--in-region-buffer): New var.
6601 (icomplete--in-region-setup): New function.
6602 (icomplete-mode): Use it.
6603
70568a90
SM
6604 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6605 (bug#15379).
6606 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6607 return args and options.
6608 (eshell-eval-using-options): Use the new return value of
6609 eshell--do-opts to set the options's vars in their scope.
6610 (eshell--set-option): Rename from eshell-set-option.
6611 Add arg `opt-vals'.
6612 (eshell--process-option): Rename from eshell-process-option.
6613 Add arg `opt-vals'.
6614 (eshell--process-args): Use an `opt-vals' alist to store the options's
6615 values during their processing and return them additionally to the
6616 remaining args.
6617
578c21bc
DG
66182013-09-15 Dmitry Gutov <dgutov@yandex.ru>
6619
6620 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6621 continuation character an operator, as far as indentation is
6622 concerned (Bug#15369).
6623
c089653d
MR
66242013-09-15 Martin Rudalics <rudalics@gmx.at>
6625
6626 * window.el (window--state-put-2): Don't process buffer state
6627 when buffer doesn't exist any more (Bug#15382).
6628
1e53bb4b
GM
66292013-09-15 Glenn Morris <rgm@gnu.org>
6630
30753242
GM
6631 * eshell/em-unix.el (eshell/rm):
6632 Make -f ignore missing files. (Bug#15373)
6633
1e53bb4b
GM
6634 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
6635 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6636 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6637
0d8863b3
GM
66382013-09-14 Glenn Morris <rgm@gnu.org>
6639
6640 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6641
d3fc6549
GM
66422013-09-13 Glenn Morris <rgm@gnu.org>
6643
6644 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6645 (dired-guess-default): Make `file' available in the env. (Bug#15363)
6646
fcd42c11
DA
66472013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
6648
6649 * frame.el (x-focus-frame): Mark as declared in frame.c.
6650
7830899f
SM
66512013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * ls-lisp.el: Use advice-add.
6654 (original-insert-directory): Remove.
6655 (ls-lisp--insert-directory): Rename from insert-directory; add
6656 `orig-fun' argument.
6657 (insert-directory): Advise.
6658
84387cd2
EZ
66592013-09-13 Eli Zaretskii <eliz@gnu.org>
6660
6661 * term.el (term-emulate-terminal): Decode the command string
6662 before passing it to term-command-hook. (Bug#15337)
6663
35ffc6ba
GM
66642013-09-13 Glenn Morris <rgm@gnu.org>
6665
5c3f9bcc
GM
6666 * eshell/esh-util.el (ange-cache): Move declaration earlier.
6667
2ada368a
GM
6668 * eshell/esh-ext.el (eshell-search-path): Declare.
6669
fcef2e13
GM
6670 * eshell/em-prompt.el (eshell/pwd): Autoload it.
6671 Otherwise an error occurs if eshell-dirs module not loaded.
6672
35ffc6ba
GM
6673 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6674
35c3d36e
MA
66752013-09-13 Michael Albinus <michael.albinus@gmx.de>
6676
6677 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6678 `tramp-check-proper-host'. Check for a valid method name.
6679
6680 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6681 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6682 * net/tramp-sh.el (tramp-maybe-open-connection):
6683 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6684
6685 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6686 also for hash values.
6687
ae5e4c48
SM
66882013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6689
379add74
SM
6690 * term/ns-win.el (parameters): Don't declare as dynamic.
6691 (before-make-frame-hook): Don't add ineffective function.
6692
ae5e4c48
SM
6693 * eshell/*.el: Use lexical-binding (bug#15231).
6694
b5623270
KH
66952013-09-12 Kenichi Handa <handa@gnu.org>
6696
ae5e4c48 6697 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 6698
30213927
GM
66992013-09-12 Glenn Morris <rgm@gnu.org>
6700
be94d713 6701 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 6702 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 6703
44915370
GM
6704 * subr.el (do-after-load-evaluation): Also give compiler warnings
6705 when obsolete files are used (except by obsolete files).
6706
a6ae021f
GM
6707 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6708 in the status output, assume `filename' is the first. (Bug#15322)
6709
40e64f0c
GM
6710 * vc/vc.el (vc-deduce-fileset): Doc fix.
6711
16d9f896
GM
6712 * calc/calc-help.el (Info-goto-node):
6713 * progmodes/cperl-mode.el (Info-find-node):
6714 * vc/ediff.el (Info-goto-node): Update declarations.
6715
dea01c6e
GM
6716 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6717
759880bf 6718 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
6719 (vc-bzr-pull): Require vc-dispatcher.
6720 * vc/vc-git.el (vc-compilation-mode): Declare.
6721 (vc-git-pull): Require vc-dispatcher.
6722
08d66420
GM
6723 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6724
30b626e9
GM
6725 * progmodes/octave.el (help-button-action): Declare.
6726
8c05cb10
GM
6727 * shell.el (shell-directory-tracker): Output error as a message
6728 rather than just returning it as a string.
6729 (shell-process-pushd): Remove useless use of message.
6730
30213927
GM
6731 * dframe.el (dframe-timer-fn):
6732 * files.el (dir-locals-read-from-file):
6733 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6734 (mpc-format):
6735 * reveal.el (reveal-post-command):
6736 * saveplace.el (load-save-place-alist-from-file):
6737 * shell.el (shell-resync-dirs):
6738 * w32-common-fns.el (x-get-selection-value):
6739 * emacs-lisp/copyright.el (copyright-find-copyright):
6740 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6741 * emulation/tpu-edt.el (tpu-copy-keyfile):
6742 * play/bubbles.el (bubbles--mark-neighbourhood):
6743 * progmodes/executable.el
6744 (executable-make-buffer-file-executable-if-script-p):
6745 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6746
d3b049e6
SM
67472013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6748
170266d0
SM
6749 Cleanup Eshell to rely less on dynamic scoping.
6750 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6751 last-value, and ext-command here. Bind `args' closer to `body'.
6752 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6753 (eshell--args): Declare new dynamic var.
6754 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
6755 last-value, and ext-command. Pass `args' to `body'.
6756 (eshell-process-args): Bind eshell--args.
6757 (eshell-set-option): Use eshell--args.
6758 * eshell/eshell.el (eshell): Use derived-mode-p.
6759 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6760 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6761 (eshell-glob-function): Declare.
6762 * eshell/esh-util.el: Require cl-lib.
6763 (eshell-read-hosts-file): Avoid add-to-list.
6764 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6765 `err'.
6766 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6767 Declare.
6768 (eshell/diff): Remove unused var `err'.
6769 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6770 `killflag'.
6771 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6772 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6773 first use.
6774 * eshell/em-glob.el (eshell-glob-matches, message-shown):
6775 Move declaration before first use.
6776 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
6777 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6778 rely on cl-return.
6779
56834f3b
GM
67802013-09-12 Glenn Morris <rgm@gnu.org>
6781
6782 * term/ns-win.el (global-map): Remove binding for ispell-next,
6783 deleted 1999-05-29. (Bug#15357)
6784
5c91a2b8
GM
67852013-09-11 Glenn Morris <rgm@gnu.org>
6786
da712f22
GM
6787 * echistory.el (electric-command-history): Remove call to deleted func.
6788
512e4cdc
GM
6789 * play/landmark.el (landmark-mode): Fix typos.
6790
d3506ca5
GM
6791 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6792 Check cvs-sort-ignore-file is bound.
6793
5c91a2b8
GM
6794 * savehist.el: No need for cl when compiling on Emacs.
6795
feeff482
SM
67962013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6797
656bd483
SM
6798 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6799 (bug#15338).
d3b049e6
SM
6800 (eshell-self-insert-command, eshell-send-invisible):
6801 Remove unused argument.
656bd483
SM
6802 (eshell-handle-control-codes): Remove unused var `orig'.
6803 Avoid delete-backward-char.
6804
feeff482
SM
6805 * files.el (set-auto-mode): Simplify a bit further.
6806
2a08047a
GM
68072013-09-11 Glenn Morris <rgm@gnu.org>
6808
6809 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6810 (set-auto-mode): Don't regexp-quote elements.
6811 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6812 * progmodes/cc-mode.el (interpreter-mode-alist):
6813 * progmodes/ruby-mode.el (interpreter-mode-alist):
6814 Revert previous change.
6815
34675540
SM
68162013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6817
1b3b87df
SM
6818 * play/snake.el (snake-mode):
6819 * play/mpuz.el (mpuz-mode):
6820 * play/landmark.el (lm-mode):
6821 * play/blackbox.el (blackbox-mode):
6822 * play/5x5.el (5x5-mode):
6823 * obsolete/options.el (Edit-options-mode):
6824 * net/quickurl.el (quickurl-list-mode):
6825 * net/newst-treeview.el (newsticker-treeview-mode):
6826 * mail/rmailsum.el (rmail-summary-mode):
6827 * mail/mspools.el (mspools-mode):
6828 * locate.el (locate-mode):
6829 * ibuffer.el (ibuffer-mode):
6830 * emulation/ws-mode.el (wordstar-mode):
6831 * emacs-lisp/debug.el (debugger-mode):
6832 * array.el (array-mode):
6833 * net/eudc.el (eudc-mode): Use define-derived-mode.
6834 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6835 Move initialization into declaration.
6836 (mairix-searches-mode): Use define-derived-mode.
6837 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6838 (eudc-edit-hotlist): Use dolist.
6839 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6840 (Man-mode): Use define-derived-mode.
6841 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6842 (Info-edit-mode): Use define-derived-mode.
6843 (Info-cease-edit): Use Info-mode.
6844 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6845 into declaration.
6846 (eshell-mode): Use define-derived-mode.
6847 * chistory.el (command-history-mode-map): Rename from
6848 command-history-map.
6849 (command-history-mode): Use define-derived-mode.
da712f22 6850 (Command-history-setup): Remove function.
1b3b87df
SM
6851 * calc/calc.el (calc-trail-mode-map): New var.
6852 (calc-trail-mode): Use define-derived-mode.
6853 (calc-trail-buffer): Set calc-main-buffer manually.
6854 * bookmark.el (bookmark-insert-annotation): New function.
6855 (bookmark-edit-annotation): Use it.
6856 (bookmark-edit-annotation-mode): Make it a proper major mode.
6857 (bookmark-send-edited-annotation): Use derived-mode-p.
6858 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6859 closer to its ideal place. Use \' to match EOS.
6860
34675540
SM
6861 * profiler.el (profiler-calltree-find): Use function-equal.
6862
6a5c15d9
GM
68632013-09-10 Glenn Morris <rgm@gnu.org>
6864
1af4c220
GM
6865 * files.el (interpreter-mode-alist): Convert to regexps.
6866 (set-auto-mode): Adapt for this. (Bug#15306)
6867 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
6868 Comment out unused variable.
6869 * progmodes/cc-mode.el (interpreter-mode-alist):
6870 * progmodes/python.el (interpreter-mode-alist):
6871 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
6872 * progmodes/sh-script.el (sh-set-shell):
6873 No longer use interpreter-mode-alist to get list of shells.
6874
6a5c15d9
GM
6875 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
6876
8c27f5ff
SM
68772013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6878
02ef6c1a 6879 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 6880 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
6881 Bind switch-frame explicitly. Replace universal-argument-minus with
6882 a conditional binding.
6883 (universal-argument-num-events, saved-overriding-map): Remove.
6884 (restore-overriding-map): Remove.
6885 (universal-argument--mode): Rename from save&set-overriding-map,
6886 and rewrite.
6887 (universal-argument, universal-argument-more, negative-argument)
6888 (digit-argument): Adjust accordingly.
6889 (universal-argument-minus): Remove.
6890 (universal-argument-other-key): Remove.
6891
8c27f5ff
SM
6892 * subr.el (with-demoted-errors): Add `format' argument.
6893
6480194c
MA
68942013-09-10 Michael Albinus <michael.albinus@gmx.de>
6895
6896 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
6897 `tramp-cleanup-connection'.
6898
6899 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
6900 parameters KEEP-DEBUG and KEEP-PASSWORD.
6901
6902 * net/tramp.el (tramp-file-name-handler):
6903 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6904 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6905 (tramp-maybe-open-connection):
8c27f5ff
SM
6906 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6907 Use `tramp-cleanup-connection'.
6480194c 6908
8c27f5ff
SM
6909 * net/tramp-sh.el (tramp-maybe-open-connection):
6910 Catch 'uname-changed inside the progress reporter.
6480194c 6911
e5e916d8
GM
69122013-09-10 Glenn Morris <rgm@gnu.org>
6913
9a2c9b47
GM
6914 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
6915
e5e916d8
GM
6916 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
6917 returns "alternate access method" in mode (eg "-rw-r--r--.").
6918
144e38fe
GM
69192013-09-08 Glenn Morris <rgm@gnu.org>
6920
6921 * saveplace.el (load-save-place-alist-from-file):
6922 Demote errors. (Bug#15305)
6923
af9ff9e8
MA
69242013-09-08 Michael Albinus <michael.albinus@gmx.de>
6925
6926 Improve compatibility with older Emacsen, and XEmacs.
6927
6928 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
6929 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
6930 (with-tramp-progress-reporter): Do not let-bind `result'.
6931 This yields to scoping errors in XEmacs.
af9ff9e8
MA
6932 (tramp-handle-make-auto-save-file-name): New function, moved from
6933 tramp-sh.el.
6934
6935 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6936 for `make-auto-save-file-name'.
8c27f5ff
SM
6937 (tramp-adb--gnu-switches-to-ash):
6938 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
6939
6940 * net/tramp-cache.el (tramp-cache-print): Call
6941 `substring-no-properties' only if it is bound. It isn't for XEmacs.
6942
6943 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6944 bound. It isn't for XEmacs.
6945
8c27f5ff
SM
6946 * net/tramp-compat.el (tramp-compat-copy-file):
6947 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
6948 (tramp-compat-replace-regexp-in-string): New defun.
6949
6950 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6951 for `make-auto-save-file-name'.
6952 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6953 `copy-file'.
6954 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6955 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6956 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6957
8c27f5ff
SM
6958 * net/tramp-gw.el (tramp-gw-open-network-stream):
6959 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 6960
8c27f5ff
SM
6961 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6962 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
6963 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6964 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
6965 (tramp-sh-file-inotifywait-process-filter):
6966 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
6967 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6968
6969 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6970 for `make-auto-save-file-name'.
8c27f5ff
SM
6971 (tramp-smb-handle-copy-directory):
6972 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
6973 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6974 (tramp-smb-handle-copy-file): Improve error message.
6975 (tramp-smb-handle-rename-file): Rename directly only in case
6976 `newname' does not exist yet. This is a restriction of smbclient.
6977 (tramp-smb-maybe-open-connection): Rerun the function only when
6978 `auth-sources' is non-nil.
6979
0ca754d0
KH
69802013-09-08 Kenichi Handa <handa@gnu.org>
6981
e0eb0550 6982 * international/characters.el: Set category "^" (Combining) for
0ca754d0
KH
6983 more characters.
6984
e8dd0787
AM
69852013-09-07 Alan Mackenzie <acm@muc.de>
6986
6987 Correctly fontify Java class constructors.
6988 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6989 in Java Mode.
6990 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
6991 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6992 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
6993 "typeless" declaration there.
6994
f2f248e7
RW
69952013-09-07 Roland Winkler <winkler@gnu.org>
6996
6997 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
6998 field subtitle for entry type book.
6999
67982e2b
SM
70002013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * minibuffer.el: Make minibuffer-complete call completion-in-region
7003 rather than other way around.
7004 (completion--some, completion-pcm--find-all-completions):
7005 Don't delay signals when debugging.
7006 (minibuffer-completion-contents): Beware fields within the
7007 minibuffer contents.
7008 (completion-all-sorted-completions): Use defvar-local.
7009 (completion--do-completion, completion--cache-all-sorted-completions)
7010 (completion-all-sorted-completions, minibuffer-force-complete):
7011 Add args `beg' and `end'.
7012 (completion--in-region-1): New fun, extracted from minibuffer-complete.
7013 (minibuffer-complete): Use completion-in-region.
7014 (completion-complete-and-exit): New fun, extracted from
7015 minibuffer-complete-and-exit.
7016 (minibuffer-complete-and-exit): Use it.
7017 (completion--complete-and-exit): Rename from
7018 minibuffer--complete-and-exit.
7019 (completion-in-region--single-word): New function, extracted from
7020 minibuffer-complete-word.
7021 (minibuffer-complete-word): Use it.
7022 (display-completion-list): Make `common-substring' argument obsolete.
7023 (completion--in-region): Call completion--in-region-1 instead of
7024 minibuffer-complete.
7025 (completion-help-at-point): Pass boundaries to
7026 minibuffer-completion-help as args rather than via an overlay.
7027 (completion-pcm--string->pattern): Use `any-delim'.
7028 (completion-pcm--optimize-pattern): New function.
7029 (completion-pcm--pattern->regex): Handle `any-delim'.
7030 * icomplete.el (icomplete-forward-completions)
7031 (icomplete-backward-completions, icomplete-completions):
7032 Adjust calls to completion-all-sorted-completions and
7033 completion--cache-all-sorted-completions.
7034 (icomplete-with-completion-tables): Default to t.
7035 * emacs-lisp/crm.el (crm--current-element): Rename from
7036 crm--select-current-element. Don't put an overlay but return the
7037 boundaries instead.
7038 (crm--completion-command): Take two new args to bind to the boundaries.
7039 (crm-completion-help): Adjust accordingly.
7040 (crm-complete): Use completion-in-region.
7041 (crm-complete-word): Use completion-in-region--single-word.
7042 (crm-complete-and-exit): Use completion-complete-and-exit.
7043
e17d94a5
SM
70442013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7047 than dynamically.
7048
96727100
JL
70492013-09-06 Juri Linkov <juri@jurta.org>
7050
7051 * info.el (Info-display-images-node): When image file doesn't exist
7052 display text version of the image if it's provided in the Info file.
7053 Otherwise, display the location of missing image from SRC attribute.
7054 Add help-echo text property from ALT attribute. (Bug#15279)
7055
86cf7329
SM
70562013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7059 (edit-abbrevs-mode): Use define-derived-mode.
7060
7061 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7062 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7063 that it's defined.
7064 (epa-key-list-mode, epa-key-mode, epa-info-mode):
7065 Use define-derived-mode.
7066
7067 * epg.el (epg-start-encrypt): Minor CSE simplification.
7068
816244a2
WX
70692013-09-06 William Xu <william.xwl@gmail.com>
7070
7071 * arc-mode.el: Add support for 7za (bug#15264).
7072 (archive-7z-program): New var.
7073 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7074 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7075 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7076
1486fa31
MA
70772013-09-06 Michael Albinus <michael.albinus@gmx.de>
7078
7079 Remove URL syntax.
7080
7081 * net/tramp.el (tramp-syntax, tramp-prefix-format)
7082 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7083 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7084 (tramp-postfix-host-format, tramp-file-name-regexp)
7085 (tramp-completion-file-name-regexp)
7086 (tramp-completion-dissect-file-name)
7087 (tramp-handle-substitute-in-file-name): Remove 'url case.
7088 (tramp-file-name-regexp-url)
7089 (tramp-completion-file-name-regexp-url): Remove constants.
7090
39785324
GM
70912013-09-06 Glenn Morris <rgm@gnu.org>
7092
7093 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
7094
1f896cb7
DG
70952013-09-05 Dmitry Gutov <dgutov@yandex.ru>
7096
7097 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7098 keywords" below "here-doc beginnings" (Bug#15270).
7099
c0458e0b
SM
71002013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * subr.el (pop): Use `car-safe'.
7103 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7104 to detect unused `pop' return value.
7105
7106 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7107 var `block-regexp'.
7108 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7109 (python-fill-string): Remove unused var `marker'.
7110 (python-skeleton-add-menu-items): Remove unused var `items'.
7111
7112 * international/mule-cmds.el: Require CL.
7113 (find-coding-systems-for-charsets): Avoid add-to-list.
7114 (sanitize-coding-system-list): New function, extracted from
7115 select-safe-coding-system-interactively.
7116 (select-safe-coding-system-interactively): Use it.
7117 (read-input-method-name): Accept symbols for `default'.
7118
7119 * emacs-lisp/advice.el (defadvice): Add indent rule.
7120
6c42fc3e
DH
71212013-09-05 Daniel Hackney <dan@haxney.org>
7122
7123 * dired-x.el:
7124 * net/ange-ftp.el:
7125 * net/browse-url.el:
7126 * net/dbus.el:
7127 * net/eudc.el:
7128 * net/eudcb-ldap.el:
7129 * net/eww.el:
7130 * net/imap.el:
7131 * printing.el:
7132 * vc/ediff-diff.el:
7133 * vc/ediff-init.el:
7134 * vc/ediff-merg.el:
7135 * vc/ediff-mult.el:
7136 * vc/ediff-util.el:
7137 * vc/ediff-wind.el:
7138 * vc/ediff.el:
7139 * vc/emerge.el:
7140 * vc/pcvs.el:
7141 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7142 byte compiler. Remove some unused let-bound variables.
7143
4c528aab
SM
71442013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7147 a "ref-cell", since it gets better optimized (bug#14883).
7148
bd15c390
GM
71492013-09-05 Glenn Morris <rgm@gnu.org>
7150
7151 * progmodes/cc-awk.el (c-forward-sws): Declare.
7152
1c3ac2e5
GM
71532013-09-04 Glenn Morris <rgm@gnu.org>
7154
7155 * generic-x.el [rul-generic-mode]: Require cc-mode.
7156 (c++-mode-syntax-table): Declare.
7157 (rul-generic-mode-syntax-table): Init in the defvar.
7158
52b1cc79
SM
71592013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7160
c828af56
SM
7161 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7162 (vc-do-command, vc-set-async-update):
7163 * vc/vc-mtn.el (vc-mtn-dir-status):
7164 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7165 (vc-hg-pull, vc-hg-merge-branch):
7166 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7167 (vc-git-merge-branch):
7168 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7169 (vc-cvs-dir-status-files):
7170 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7171 (vc-bzr-dir-status-files):
7172 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7173 * vc/vc-annotate.el: Use lexical-binding.
7174 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7175 (vc-sentinel-movepoint): Declare.
7176 (vc-annotate): Don't use `goto-line'.
7177 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7178 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7179 (vc-sentinel-movepoint): Declare.
7180 * vc/vc-svn.el: Use lexical-binding.
7181 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7182 * vc/vc-sccs.el:
7183 * vc/vc-rcs.el: Use lexical-binding.
7184
abae272c
SM
7185 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7186 `deleted'. Don't drop errors silently.
7187
52b1cc79
SM
7188 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7189
63191d9f
XF
71902013-09-04 Xue Fuqiao <xfq.free@gmail.com>
7191
7192 * vc/vc.el (vc-ignore): Rewrite.
7193 (vc-default-ignore): New function.
7194 (vc-default-ignore-completion-table): Use find-ignore-file.
7195
7196 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7197 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7198 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7199 Remove. Most code moved to vc.el.
7200
9d3f707c
SM
72012013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7202
abae272c 7203 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
7204 * net/tramp-smb.el (tramp-smb-get-file-entries):
7205 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7206 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7207
fde38d49
SM
7208 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
7209 Update call to it.
7210 (eww-change-select): Remove unused var `properties'.
7211 (eww-make-unique-file-name): Remove unused var `base'.
7212
7213 * finder.el (finder-compile-keywords): Don't mess with windows.
7214
84032db7
SM
7215 * calculator.el (calculator-funcall): Fix typo in last change.
7216
724f5e41
SM
7217 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7218
14b511d4
SM
7219 * emacs-lisp/package.el (package-activate-1): Don't let a missing
7220 <pkg>-autoloads.el file stop us.
7221
9d3f707c 7222 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 7223 warnings, and factor out common code.
9d3f707c 7224
88527bc0
DG
72252013-09-03 Dmitry Gutov <dgutov@yandex.ru>
7226
7227 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7228 two-character operators and whether the character preceding them
7229 changes their meaning (Bug#15208).
7230
96edb677
FEG
72312013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7232
7233 Format code sent to Python shell for robustness.
9d3f707c
SM
7234 * progmodes/python.el (python-shell-buffer-substring):
7235 New function.
96edb677
FEG
7236 (python-shell-send-region, python-shell-send-buffer): Use it.
7237
95beaef3
MA
72382013-09-02 Michael Albinus <michael.albinus@gmx.de>
7239
7240 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7241 * net/tramp.el (tramp-user-error): ... here.
7242 (tramp-find-method, tramp-check-proper-host)
7243 (tramp-dissect-file-name, tramp-debug-message)
7244 (tramp-handle-shell-command):
7245 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7246 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7247
7248 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7249
f167c27b
MR
72502013-09-02 Martin Rudalics <rudalics@gmx.at>
7251
7252 * avoid.el (mouse-avoidance-point-position)
7253 (mouse-avoidance-too-close-p): Handle case where posn-at-point
7254 returns nil.
7255
cd16c5f1
FEG
72562013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7257
7258 * progmodes/python.el (python-shell-completion-get-completions):
7259 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 7260 (python-nav-if-name-main): New command.
cd16c5f1 7261
e73c3a0d
GM
72622013-09-01 Glenn Morris <rgm@gnu.org>
7263
f8ccce03
GM
7264 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7265 Avoid leading space in $wins. Otherwise the sed command used by
7266 eg compile-main ends up containing "/*.el". (Bug#15170)
7267
e73c3a0d
GM
7268 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
7269
415f808e
GM
72702013-08-30 Glenn Morris <rgm@gnu.org>
7271
7272 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7273 Fix is-this-a-directory logic. (Bug#15220)
7274
f069bba8
SM
72752013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7276
112798c1
SM
7277 * textmodes/css-mode.el: Use SMIE.
7278 (css-smie-grammar): New var.
7279 (css-smie--forward-token, css-smie--backward-token)
7280 (css-smie-rules): New functions.
7281 (css-mode): Use them.
7282 (css-navigation-syntax-table): Remove var.
7283 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7284 (css-indent-calculate, css-indent-line): Remove functions.
7285
7286 Misc changes to reduce use of `(lambda...); and other cleanups.
7287 * cus-edit.el: Use lexical-binding.
7288 (customize-push-and-save, customize-apropos)
7289 (custom-buffer-create-internal): Use closures.
7290 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7291 * progmodes/ada-xref.el: Use setq.
7292 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7293 * dframe.el: Use lexical-binding.
7294 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
7295 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7296 * descr-text.el: Use lexical-binding.
7297 (describe-text-widget, describe-text-sexp, describe-property-list):
7298 Use closures.
7299 * comint.el (comint-history-isearch-push-state): Use a closure.
7300 * calculator.el: Use lexical-binding.
7301 (calculator-number-to-string): Make it work with lexical-binding.
7302 (calculator-funcall): Same and use cl-letf.
7303
2da4c3ab
SM
7304 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7305 (lisp--company-doc-string, lisp--company-location): New functions.
7306 (lisp-completion-at-point): Use them to improve Company support.
7307
f069bba8
SM
7308 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7309 params of lambda expressions.
7310 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7311 (ruby-smie--opening-pipe-p): New function.
7312 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7313 symbols and matched |...| for formal params.
7314 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7315 from being treated as hanging. Handle "rescue".
7316
6758b6a8
GM
73172013-08-29 Glenn Morris <rgm@gnu.org>
7318
7319 * progmodes/cc-engine.el (c-pull-open-brace):
7320 Move definition before use.
7321
e8dfd197
SM
73222013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7325 are immutable. Don't use `unsafe' any more.
7326 (cl--defsubst-expand): Don't substitute at the same time as keeping
7327 a residual unused let-binding. Don't use `unsafe' any more.
7328
cc585c96
GM
73292013-08-29 Glenn Morris <rgm@gnu.org>
7330
ba579ea6
GM
7331 * calendar/cal-china.el (calendar-chinese-year-cache):
7332 Recenter on 2015.
7333
8201a87e
GM
7334 * nxml/nxml-util.el (nxml-debug-clear-inside):
7335 Use cl-loop rather than loop.
7336
6ee877c7
GM
7337 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7338
cc585c96
GM
7339 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7340
27be8d39
GM
73412013-08-28 Glenn Morris <rgm@gnu.org>
7342
397440a1
GM
7343 * progmodes/antlr-mode.el: No need to require cc-mode twice.
7344
2bb762d4
GM
7345 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7346
27be8d39
GM
7347 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7348
2d69b99e
SM
73492013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7350
f663baa7
SM
7351 * simple.el (repeat-complex-command--called-interactively-skip):
7352 New function.
7353 (repeat-complex-command): Use it (bug#14136).
7354
dd4f8b74
SM
7355 * progmodes/cc-mode.el: Minor cleanup of var declarations.
7356 (c-define-abbrev-table): Add `doc' argument.
7357 (c-mode-abbrev-table, c++-mode-abbrev-table)
7358 (objc-mode-abbrev-table, java-mode-abbrev-table)
7359 (idl-mode-abbrev-table, pike-mode-abbrev-table)
7360 (awk-mode-abbrev-table): Use it.
7361 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7362 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7363 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7364 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7365 Move initialization into the declaration; and remove any
7366 autoload cookie.
7367
b58969f7
SM
7368 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7369 and dynamic let binding.
7370
4021d6a6
SM
7371 * vc/smerge-mode.el: Remove redundant :group args.
7372
2d69b99e
SM
7373 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7374 to load-path.
7375
274919fd
JL
73762013-08-28 Juri Linkov <juri@jurta.org>
7377
7378 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7379 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7380 (isearch-other-meta-char): Handle an undefined shifted printing
7381 character by downshifting it. (Bug#15200)
7382
121f8c95
JL
73832013-08-28 Juri Linkov <juri@jurta.org>
7384
7385 * isearch.el (isearch-search): Change regexp error message for
7386 non-regexp searches. (Bug#15166)
7387
50b13cde
PE
73882013-08-28 Paul Eggert <eggert@cs.ucla.edu>
7389
7390 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7391 for portability to hosts where /bin/sh has problems.
7392
95888bca
SM
73932013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7396
bbe558f1
JL
73972013-08-27 Juri Linkov <juri@jurta.org>
7398
7399 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7400 in the keyboard macro. (Bug#15126)
7401
26f98a7d
JL
74022013-08-27 Juri Linkov <juri@jurta.org>
7403
7404 * isearch.el (isearch-quote-char): Comment out converting unibyte
7405 to multibyte, thus syncing with its `quoted-insert' counterpart.
7406 (Bug#15166)
7407
7c97d35e
MR
74082013-08-27 Martin Rudalics <rudalics@gmx.at>
7409
7410 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
7411 argument in call of get-largest-window (Bug#15185).
7412 Reported by Stephen Leake.
7c97d35e 7413
a0b5606e 74142013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
7415
7416 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7417
9e89d835
SM
74182013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * progmodes/python.el (python-font-lock-keywords): Don't return nil
7421 from a matcher-function unless there's no more matches (bug#15161).
7422
78fc2530
MA
74232013-08-26 Michael Albinus <michael.albinus@gmx.de>
7424
7425 * minibuffer.el: Revert change from 2013-08-20.
7426
7427 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7428 with text property `tramp-default', if appropriate.
7429 (tramp-check-proper-host): New defun.
7430 (tramp-dissect-file-name): Do not check hostname. Revert change
7431 of 2013-03-18.
7432 (tramp-backtrace): Make VEC-OR-PROC optional.
7433
7434 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7435 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7436 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
7437 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7438 Apply `tramp-check-proper-host'.
78fc2530 7439
edca97cd
TH
74402013-08-26 Tassilo Horn <tsdh@gnu.org>
7441
7442 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7443 lambda expression in order to have `describe-variable' display it.
7444
df54bcbd
MA
74452013-08-26 Michael Albinus <michael.albinus@gmx.de>
7446
7447 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7448 BUF can be optional. (Bug#15186)
7449
eed99101
XF
74502013-08-25 Xue Fuqiao <xfq.free@gmail.com>
7451
7452 * progmodes/flymake.el (flymake-get-real-file-name-function):
7453 Fix broken customization. (Bug#15184)
7454
b5eb9035
AM
74552013-08-25 Alan Mackenzie <acm@muc.de>
7456
8a51e842
AM
7457 Improve indentation of bracelists defined by macros (without "=").
7458
7459 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7460 expansion begins with "{", regard it as bracelist when it doesn't
7461 contain a ";".
7462
869455d4
AM
7463 Parse C++ inher-intro when there's a template split over 2 lines.
7464
7465 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7466 rigorously the search for "class" etc. followed by ":".
7467
7468 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7469 random languages a regexp which never matches rather than nil.
7470
b5eb9035
AM
7471 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7472
7473 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7474 (c-awk-regexp-one-line-possibly-open-char-list-re)
7475 (c-awk-one-line-possibly-open-regexp-re)
7476 (c-awk-one-line-non-syn-ws*-re): Remove.
7477 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7478 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7479 (c-awk-space*-unclosed-regexp-/-re): New constants.
7480 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7481 aren't regexp delimiters.
7482
7483 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7484 handling for a rare situation in AWK Mode involving unterminated
7485 strings/regexps.
7486
61611d54
GM
74872013-08-23 Glenn Morris <rgm@gnu.org>
7488
2d85dc34
GM
7489 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7490
cb8d2612
GM
7491 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7492
bb35f42f
GM
7493 * files.el (create-file-buffer): If the result would begin with
7494 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 7495
b9808e77
SM
74962013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7497
e3a66363
SM
7498 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7499 text-properties (bug#15155).
7500
b9808e77
SM
7501 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7502 exist any more.
7503 (calc-keypad-redraw): Remove unused var `pad'.
7504 (calc-keypad-press): Remove unused var `menu'.
7505
7fd5f65e
MR
75062013-08-23 Martin Rudalics <rudalics@gmx.at>
7507
b9808e77
SM
7508 * window.el (display-buffer-pop-up-frame):
7509 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
7510 use it as the new frame's buffer (Bug#15133).
7511
8352b530
SM
75122013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7513
7514 * calendar/timeclock.el: Minor cleanups.
7515 (timeclock-ask-before-exiting, timeclock-use-display-time):
7516 Use `symbol'.
7517 (timeclock-modeline-display): Define as alias before the
7518 actual definition.
7519 (timeclock-mode-line-display): Use define-minor-mode.
7520 (timeclock-day-list-template): Make it a function, add an argument.
7521 (timeclock-day-list-required, timeclock-day-list-length)
7522 (timeclock-day-list-debt, timeclock-day-list-span)
7523 (timeclock-day-list-break): Adjust calls accordingly.
7524
9f7b1925
SM
75252013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7528 Use read--expression so that completion works again.
7529
6e50e983
SS
75302013-08-21 Sam Steingold <sds@gnu.org>
7531
7532 Add rudimentary inferior shell interaction
7533 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7534 (sh-set-shell): Reset it.
9f7b1925
SM
7535 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7536 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 7537
dbb0d350
SM
75382013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7539
7540 * align.el: Use lexical-binding.
7541 (align-region): Simplify accordingly.
7542
c88586a9
MA
75432013-08-20 Michael Albinus <michael.albinus@gmx.de>
7544
7545 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7546
7547 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7548 `non-essential' up.
7549
f95527c8
MA
75502013-08-17 Michael Albinus <michael.albinus@gmx.de>
7551
7552 * net/tramp.el:
7553 * net/tramp-adb.el:
7554 * net/tramp-cmds.el:
7555 * net/tramp-ftp.el:
7556 * net/tramp-gvfs.el:
7557 * net/tramp-gw.el:
7558 * net/tramp-sh.el: Don't wrap external variable declarations by
7559 `eval-when-compile'.
7560
4b5fe4ee
LMI
75612013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7562
7563 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7564 now that Emacs supports ImageMagick animations.
7565
13c366c9
MA
75662013-08-16 Michael Albinus <michael.albinus@gmx.de>
7567
7568 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7569 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7570
3dfc5cd6
MR
75712013-08-16 Martin Rudalics <rudalics@gmx.at>
7572
7573 * window.el (mouse-autoselect-window-select): Do autoselect when
7574 mouse pointer is on margin.
7575
4bbb4381
WP
75762013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
7577
7578 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
7579
3a2ddc2d
GM
75802013-08-16 Glenn Morris <rgm@gnu.org>
7581
e8bedf5a
GM
7582 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7583 Handle "Remote Directory" response of some clients. (Bug#15058)
7584
58c4682f
GM
7585 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7586 Tweak warning. (Bug#14926)
7587
57953f49
GM
7588 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7589 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
7590
3a2ddc2d
GM
7591 * image-mode.el (image-mode-map): Add menu items to reverse,
7592 increase, decrease, reset animation speed.
7593 (image--set-speed, image-increase-speed, image-decrease-speed)
7594 (image-reverse-speed, image-reset-speed): New functions.
7595 (image-mode-map): Add bindings for speed commands.
7596
7597 * image.el (image-animate-get-speed, image-animate-set-speed):
7598 New functions.
7599 (image-animate-timeout): Respect image :speed property.
7600
10fa0ed3
SM
76012013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7602
7603 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7604 previous line (bug#15101).
7605 (debugger-eval-expression, debugger-record-expression):
7606 Use read--expression (bug#15102).
7607
5d89d9d2
MA
76082013-08-15 Michael Albinus <michael.albinus@gmx.de>
7609
7610 Remove byte compiler warnings, visible when compiling with
7611 `byte-compile-force-lexical-warnings' set to t.
7612
7613 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7614 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7615 (tramp-handle-unhandled-file-name-directory)
7616 (tramp-handle-file-notify-add-watch, tramp-action-login)
7617 (tramp-action-succeed, tramp-action-permission-denied)
7618 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7619 arguments with "_".
7620
7621 * net/tramp-adb.el (tramp-adb-parse-device-names)
7622 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7623 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7624 (tramp-adb-handle-file-truename): Remove unused arguments.
7625
7626 * net/tramp-cache.el (tramp-flush-directory-property)
7627 (tramp-flush-connection-property, tramp-list-connections)
7628 (tramp-parse-connection-properties): Prefix unused arguments with "_".
7629
10fa0ed3
SM
7630 * net/tramp-compat.el (tramp-compat-make-temp-file):
7631 Rename FILENAME to F.
5d89d9d2
MA
7632
7633 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7634 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7635 (tramp-zeroconf-parse-workstation-device-names)
7636 (tramp-zeroconf-parse-webdav-device-names)
7637 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7638
7639 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7640 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7641
7642 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7643 arguments.
7644 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7645 (tramp-sh-handle-insert-file-contents-literally)
7646 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7647 with "_".
7648 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7649 Remove unused variables.
7650
7651 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7652 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7653 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7654
7655 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7656 Make them a defconst.
7657 (tramp-uuencode-region): Remove unused variable.
7658
62f33bae
JB
76592013-08-14 Juanma Barranquero <lekktu@gmail.com>
7660
7661 * frameset.el (frameset--prop-setter): New function.
7662 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
7663 (frameset-filter-minibuffer): Deal with the case that the minibuffer
7664 parameter was already set in FILTERED. Doc fix.
7665 (frameset--record-minibuffer-relationships): Allow saving a
7666 minibufferless frame without its corresponding minibuffer frame.
7667 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7668 frame, if the frame id matches.
7669 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7670 frames before orphaned ones.
7671 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 7672
c660a885
MR
76732013-08-14 Martin Rudalics <rudalics@gmx.at>
7674
7675 * window.el (window-make-atom): Don't overwrite parameter
7676 already present.
7677 (display-buffer-in-atom-window): Handle special case where we
7678 split an already atomic window.
7679 (window--major-non-side-window, display-buffer-in-side-window)
7680 (window--side-check): Ignore minibuffer window when walking
7681 window tree.
7682 (window-deletable-p): Return 'frame only if no other frame uses
7683 our minibuffer window.
7684 (record-window-buffer): Run buffer-list-update-hook.
7685 (split-window): Make sure window--check-frame won't destroy an
7686 existing atomic window in case the new window gets nested
7687 inside.
7688 (display-buffer-at-bottom): Ignore minibuffer window when
7689 walking window tree. Don't split a side window.
7690 (pop-to-buffer): Don't set-buffer here, the select-window call
7691 should do that.
7692 (mouse-autoselect-window-select): Autoselect only if we are in the
7693 text portion of the window.
7694
8259030d
LMI
76952013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7696
21c58ae2
LMI
7697 * net/shr.el (shr-parse-image-data): New function to grab both the
7698 data itself and the Content-Type.
7699 (shr-put-image): Use it.
7700
7701 * net/eww.el (eww-display-image): Ditto.
7702
8259030d
LMI
7703 * image.el (image-content-type-suffixes): New variable.
7704
ad756449
FEG
77052013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7706
7707 * progmodes/python.el (python-imenu--build-tree)
7708 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7709
f73f4ce6
XF
77102013-08-13 Xue Fuqiao <xfq.free@gmail.com>
7711
7712 * simple.el (backward-word): Mention the optional argument.
7713
1f585e65
SM
77142013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * frameset.el (frameset--make): Rename constructor from make-frameset.
7717 (frameset-p, frameset-valid-p): Don't autoload.
7718 (frameset-valid-p): Use normal accessors.
7719
af1c6c84
GM
77202013-08-13 Glenn Morris <rgm@gnu.org>
7721
55e47f95
GM
7722 * progmodes/compile.el (compile-command): Tweak example in doc.
7723 * obsolete/scribe.el (scribe-mode):
7724 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
7725
f0024d8c
GM
7726 * mail/feedmail.el (feedmail-confirm-outgoing)
7727 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7728
7729 * cus-start.el (truncate-partial-width-windows): Fix type.
7730
7731 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7732
af1c6c84
GM
7733 * net/shr.el (shr-table-horizontal-line): Fix custom type.
7734
5514cc4c
SM
77352013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * emacs-lisp/timer.el (timer--time-setter): New function.
7738 (timer--time): Use it as gv-setter.
7739
7740 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7741 setter is not a symbol.
7742
7997a2f1
GJ
77432013-08-12 Grégoire Jadi <daimrod@gmail.com>
7744
7745 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7746 if sending fails. This makes debugging easier.
7747
01f1a9ab
JB
77482013-08-12 Juanma Barranquero <lekktu@gmail.com>
7749
7750 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7751 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7752 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7753
594a4307
EZ
77542013-08-12 Eli Zaretskii <eliz@gnu.org>
7755
7756 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7757
7a22490f 77582013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
7759
7760 * format.el (format-annotate-function):
7761 Handle read-only text properties in the source. (Bug#14887)
7762
3e41a054
LMI
77632013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7764
5514cc4c
SM
7765 * net/eww.el (eww-display-html): Ignore coding system errors.
7766 One web site uses "utf-8lias" as the coding system.
3e41a054 7767
7ec326db
JB
77682013-08-11 Juanma Barranquero <lekktu@gmail.com>
7769
7770 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7771
5660113b
JB
77722013-08-10 Juanma Barranquero <lekktu@gmail.com>
7773
9a4ebc74
JB
7774 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7775 (tutorial--detailed-help): Remove unused local variables.
7776 (tutorial--save-tutorial-to): Use ignore-errors.
7777 (help-with-tutorial): Use looking-at-p.
7778
7779 * view.el (view-buffer-other-window, view-buffer-other-frame):
7780 Mark unused arguments.
7781
7782 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7783 (woman-select-symbol-fonts, woman, woman-find-file)
7784 (woman-insert-file-contents, woman-non-underline-faces):
7785 Use string-match-p.
7786 (woman1-unquote): Move declaration.
7787
7788 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7789 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
7790 argument. Remove unused local variable.
7791 (xml-parse-elem-type): Use string-match-p.
7792 (xml-substitute-numeric-entities): Use ignore-errors.
7793
45fdb482
JB
7794 * calculator.el (calculator): Mark unused argument.
7795 (calculator-paste, calculator-quit, calculator-integer-p):
7796 Use ignore-errors.
7797 (calculator-string-to-number, calculator-decimal, calculator-exp)
7798 (calculator-op-or-exp): Use string-match-p.
7799
7800 * dired.el (dired-buffer-more-recently-used-p): Declare.
7801 (dired-insert-set-properties, dired-insert-old-subdirs):
7802 Use ignore-errors.
7803
7804 * dired-aux.el (dired-compress): Use ignore-errors.
7805 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7806 (dired-do-async-shell-command, dired-do-shell-command)
7807 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7808 (dired-insert-subdir-validate): Use string-match-p.
7809 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7810 (dired-add-entry): Use string-match-p, looking-at-p.
7811 (dired-insert-subdir-newpos): Remove unused local variable.
7812
7813 * filenotify.el (file-notify-callback): Remove unused local variable.
7814
7815 * filesets.el (filesets-error): Mark unused argument.
7816 (filesets-which-command-p, filesets-filter-dir-names)
7817 (filesets-directory-files, filesets-get-external-viewer)
7818 (filesets-ingroup-get-data): Use string-match-p.
7819
7820 * find-file.el (ff-other-file-name, ff-other-file-name)
7821 (ff-find-the-other-file, ff-cc-hh-converter):
7822 Remove unused local variables.
7823 (ff-get-file-name): Use string-match-p.
7824 (ff-all-dirs-under): Use ignore-errors.
7825
7826 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7827 (follow-select-if-visible): Remove unused local variable.
7828
7829 * forms.el (read-file-filter): Move declaration.
7830 (forms--make-format, forms--make-parser, forms-insert-record):
7831 Quote function with #'.
7832 (forms--update): Use string-match-p. Quote function with #'.
7833
7834 * help-mode.el (help-dir-local-var-def): Mark unused argument.
7835 (help-make-xrefs): Use looking-at-p.
7836 (help-xref-on-pp): Use looking-at-p, ignore-errors.
7837
7838 * ibuffer.el (ibuffer-ext-visible-p): Declare.
7839 (ibuffer-confirm-operation-on): Use string-match-p.
7840
7841 * msb.el (msb-item-handler, msb-dired-item-handler):
7842 Mark unused arguments.
7843
7844 * ses.el (ses-decode-cell-symbol)
7845 (ses-kill-override): Remove unused local variable.
7846 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7847 (ses-load): Use ignore-errors, looking-at-p.
7848 (ses-jump-safe): Use ignore-errors.
7849 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7850
7851 * tabify.el (untabify, tabify): Mark unused arguments.
7852
7853 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7854 Mark unused argument.
7855 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7856 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7857
c880af52
JB
7858 * emacs-lisp/timer.el (timer--time): Define setter with
7859 gv-define-setter to avoid deprecation warning.
7860
5660113b 7861 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 7862 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
7863 (cmpl-statistics-block): Remove (body was commented out).
7864 All callers changed.
7865 (add-completions-from-buffer, load-completions-from-file):
7866 Remove unused variables.
7867
156aab80
JB
78682013-08-09 Juanma Barranquero <lekktu@gmail.com>
7869
5c5dee78
JB
7870 * filecache.el (file-cache-delete-file-list):
7871 Print message only when told so.
7872 (file-cache-files-matching): Use #' in mapconcat argument.
7873
156aab80
JB
7874 * ffap.el (ffap-url-at-point): Fix reference to variable
7875 thing-at-point-default-mail-uri-scheme.
7876
ad9dcd70
SM
78772013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7878
54bd972f
SM
7879 * subr.el (define-error): New function.
7880 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
7881 error-file-not-found and define with define-error.
7882 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
7883 and define with define-error.
7884 * userlock.el (file-locked, file-supersession):
7885 * simple.el (mark-inactive):
7886 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
7887 * progmodes/ada-mode.el (ada-mode-errors):
7888 * play/life.el (life-extinct):
7889 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
7890 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
7891 * nxml/rng-util.el (rng-error):
7892 * nxml/rng-uri.el (rng-uri-error):
7893 * nxml/rng-match.el (rng-compile-error):
7894 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
7895 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
7896 * nxml/nxml-rap.el (nxml-scan-error):
7897 * nxml/nxml-outln.el (nxml-outline-error):
7898 * net/soap-client.el (soap-error):
7899 * net/gnutls.el (gnutls-error):
7900 * net/ange-ftp.el (ftp-error):
7901 * mpc.el (mpc-proc-error):
7902 * json.el (json-error, json-readtable-error, json-unknown-keyword)
7903 (json-number-format, json-string-escape, json-string-format)
7904 (json-key-format, json-object-format):
7905 * jka-compr.el (compression-error):
7906 * international/quail.el (quail-error):
7907 * international/kkc.el (kkc-error):
7908 * emacs-lisp/ert.el (ert-test-failed):
7909 * calc/calc.el (calc-error, inexact-result, math-overflow)
7910 (math-underflow):
7911 * bookmark.el (bookmark-error-no-filename):
7912 * epg.el (epg-error): Define with define-error.
7913
0ea9e53a
SM
7914 * time.el (display-time-event-handler)
7915 (display-time-next-load-average): Don't call sit-for since it seems
7916 unnecessary (bug#15045).
7917
b0429158
SM
7918 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
7919 Use #' instead of ' to quote functions.
7920 (checkdoc-output-mode): Use setq-local.
7921 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
7922 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
7923 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
7924 (checkdoc-ispell, checkdoc-ispell-current-buffer)
7925 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
7926 (checkdoc-ispell-message-text, checkdoc-ispell-start)
7927 (checkdoc-ispell-continue, checkdoc-ispell-comments)
7928 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
7929
ad9dcd70
SM
7930 * ido.el (ido-completion-help): Fix up compiler warning.
7931
77187e6f
JB
79322013-08-09 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * frameset.el (frameset-p): Add autoload cookie.
7935 (frameset--jump-to-register): New function, based on code moved from
7936 register.el.
7937 (frameset-to-register): Move from register.el. Adapt to `registerv'.
7938
7939 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7940 (frameset-restore, frameset-save, frameset-session-filter-alist):
7941 Remove declarations.
7942 (register-alist): Doc fix.
7943 (frameset-to-register): Move to frameset.el.
7944 (jump-to-register, describe-register-1): Remove frameset-specific code.
7945
9d3aa82c
JB
79462013-08-08 Juanma Barranquero <lekktu@gmail.com>
7947
7948 * allout-widgets.el (allout-widgets-pre-command-business)
7949 (allout-widgets-post-command-business)
7950 (allout-widgets-after-change-handler)
7951 (allout-decorate-item-and-context, allout-set-boundary-marker)
7952 (allout-body-modification-handler)
7953 (allout-graphics-modification-handler): Mark ignored arguments.
7954 (allout-widgets-post-command-business)
7955 (allout-widgets-exposure-change-processor)
7956 (allout-widgets-exposure-undo-processor)
7957 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7958 (allout-parse-item-at-point, allout-decorate-item-guides)
7959 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7960 * allout.el (epa-passphrase-callback-function): Declare.
7961 (allout-overlay-insert-in-front-handler)
7962 (allout-overlay-interior-modification-handler)
7963 (allout-isearch-end-handler, allout-chart-siblings)
7964 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7965 (allout-yank-processing, allout-process-exposed)
7966 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 7967 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
7968 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7969 (lisp-indent-defform): Mark ignored arguments.
7970 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
7971 (calculate-lisp-indent): Remove unused variables.
7972 * international/characters.el (indian-2-column, arabic-2-column)
7973 (tibetan): Mark ignored arguments.
7974 (use-cjk-char-width-table): Mark ignored arguments.
7975 Remove unused variables.
7976 * international/fontset.el (build-default-fontset-data)
7977 (x-compose-font-name, create-fontset-from-fontset-spec):
7978 Mark ignored arguments.
7979 (fontset-plain-name): Remove unused variables.
7980 * international/mule.el (charset-id, charset-bytes, generic-char-p)
7981 (keyboard-coding-system): Mark ignored arguments.
7982 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
7983 * help.el (resize-temp-buffer-window):
7984 * window.el (display-buffer-in-major-side-window)
7985 (display-buffer-in-side-window, display-buffer-in-previous-window):
7986 Remove unused variables.
7987 * isearch.el (isearch-forward-symbol):
7988 * version.el (emacs-bzr-version-bzr):
7989 * international/mule-cmds.el (current-language-environment):
7990 * term/common-win.el (x-handle-iconic, x-handle-geometry)
7991 (x-handle-display):
7992 * term/pc-win.el (x-list-fonts, x-display-planes)
7993 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
7994 (x-server-version, x-display-screens, x-display-mm-height)
7995 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
7996 (x-selection-owner-p, x-own-selection-internal)
7997 (x-disown-selection-internal, x-get-selection-internal)
7998 (msdos-initialize-window-system):
7999 * term/tty-colors.el (tty-color-alist, tty-color-clear):
8000 * term/x-win.el (x-handle-no-bitmap-icon):
8001 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8002 (vc-default-find-file-hook, vc-default-extra-menu):
8003 Mark ignored arguments.
8004
0ca3f70e
SM
80052013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8008 break-condition in the context of the debugged code (bug#12685).
8009
74c5d24c
CS
80102013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
8011
8012 * comint.el:
8013 Do not use an overlay to highlight the last prompt. (Bug#14744)
8014 (comint-mode): Make comint-last-prompt buffer local.
8015 (comint-last-prompt): New variable.
8016 (comint-last-prompt-overlay): Remove. Superseded by
8017 comint-last-prompt.
0ca3f70e
SM
8018 (comint-snapshot-last-prompt, comint-output-filter):
8019 Use comint-last-prompt.
74c5d24c 8020
c03c02ee
JB
80212013-08-08 Juanma Barranquero <lekktu@gmail.com>
8022
a3738d20 8023 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
8024 (frameset-save): Check validity of the resulting frameset.
8025
04263d23
XF
80262013-08-08 Xue Fuqiao <xfq.free@gmail.com>
8027
8028 * ido.el (ido-record-command): Add doc string.
8029
76c5e5ab
JB
80302013-08-08 Juanma Barranquero <lekktu@gmail.com>
8031
8032 * frameset.el (frameset): Do not disable creation of the default
8033 frameset-p predicate. Doc fix.
8034 (frameset-valid-p): New function, copied from the old predicate-p.
8035 Add additional checks.
8036 (frameset-restore): Check with frameset-valid-p.
8037 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8038 (frameset-name, frameset-description, frameset-properties)
8039 (frameset-states): Add docstring.
f9dbf1cb
JB
8040 (frameset-session-filter-alist, frameset-persistent-filter-alist)
8041 (frameset-filter-alist): Doc fixes.
76c5e5ab 8042
bd0c3c0b
JB
80432013-08-08 Juanma Barranquero <lekktu@gmail.com>
8044
8045 * frameset.el (frameset-p, frameset-prop): Doc fixes.
8046
c735544c
SM
80472013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8050 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8051 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8052 (byte-compile-normal-call): Remove obsolescence check.
8053
2805a651
JB
80542013-08-08 Juanma Barranquero <lekktu@gmail.com>
8055
3677ffeb
JB
8056 * frameset.el (frameset-restore): Doc fix.
8057
2805a651
JB
8058 * register.el (frameset-frame-id, frameset-frame-with-id)
8059 (frameset-p, frameset-restore, frameset-save): Declare.
8060 (register-alist): Document framesets.
8061 (frameset-session-filter-alist): Declare.
8062 (frameset-to-register): New function.
8063 (jump-to-register): Implement jumping to framesets. Doc fix.
8064 (describe-register-1): Describe framesets.
8065
8066 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8067
a912c016
JB
80682013-08-07 Juanma Barranquero <lekktu@gmail.com>
8069
8070 * desktop.el (desktop-save-frameset): Use new frameset-save args.
8071 Use lexical-binding.
8072
8073 * frameset.el (frameset): Use type vector, not list (incompatible
8074 change). Do not declare a new constructor, use the default one.
8075 Upgrade suggested properties `app', `name' and `desc' to slots `app',
8076 `name' and `description', respectively, and add read-only slot
8077 `timestamp'. Doc fixes.
8078 (frameset-copy, frameset-persistent-filter-alist)
8079 (frameset-filter-alist, frameset-switch-to-gui-p)
8080 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8081 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8082 (frameset-filter-iconified, frameset-keep-original-display-p):
8083 Doc fixes.
8084 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8085 Rename from frameset-filter-(save|restore)-param. All callers changed.
8086 Doc fix.
8087 (frameset-p): Adapt to change to vector and be more thorough.
8088 Change arg name to OBJECT. Doc fix.
8089 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
8090 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8091 All callers changed.
8092 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8093 All callers changed.
8094 (frameset--record-minibuffer-relationships): Rename from
8095 frameset--process-minibuffer-frames. All callers changed.
8096 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8097 Use new default constructor (again). Doc fix.
c295fc18 8098 (frameset--find-frame-if): Rename from `frameset--find-frame'.
a912c016
JB
8099 All callers changed.
8100 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8101 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8102 Doc fix.
8103 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8104 PARAMETERS and WINDOW-STATE, respectively.
8105 (frameset-restore): Add new keyword argument PREDICATE.
8106 Reset frameset--target-display to nil. Doc fix.
8107
bb41480a
SM
81082013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8109
f001e98e
SM
8110 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8111 (bat-mode): Use it.
8112 (bat-mode-syntax-table): Mark \n as end-of-comment.
8113 (bat-font-lock-keywords): Remove comment rule.
8114
7679edb1
SM
8115 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
8116 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
8117
bb41480a
SM
8118 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8119 (byte-compile-callargs-warn): Use `push'.
8120 (byte-compile-arglist-warn): Ignore higher-order "calls".
8121 (byte-compile-file-form-autoload): Use `pcase'.
8122 (byte-compile-function-form): If quoting a symbol, check that it exists.
8123
cdc1ebb9
EZ
81242013-08-07 Eli Zaretskii <eliz@gnu.org>
8125
8126 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8127 and add a few popular commands found in batch files.
8128 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8129 (dos-mode): Doc fixes.
8130
312b1740
SM
81312013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8134 (dos-mode): Use setq-local. Add space after "rem".
8135 (dos-mode-syntax-table): Don't use "w" for symbol chars.
8136 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8137
400a3178
AM
81382013-08-07 Arni Magnusson <arnima@hafro.is>
8139
8140 * progmodes/dos.el: New file.
8141 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8142 dos-mode.
8143
3b5c03d3
GM
81442013-08-06 Glenn Morris <rgm@gnu.org>
8145
8146 * calendar/calendar.el: Add new faces, and day-header-array.
8147 (calendar-weekday-header, calendar-weekend-header)
8148 (calendar-month-header): New faces.
8149 (calendar-day-header-construct): New function.
8150 (calendar-day-header-width): Also :set calendar-day-header-array.
8151 (calendar-american-month-header, calendar-european-month-header)
8152 (calendar-iso-month-header): Use calendar- faces.
8153 (calendar-generate-month):
8154 Use calendar-day-header-array for day headers; apply faces to them.
8155 (calendar-mode): Check calendar-font-lock-keywords non-nil.
8156 (calendar-abbrev-construct): Add optional maxlen argument.
8157 (calendar-day-name-array): Doc fix.
8158 (calendar-day-name-array, calendar-abbrev-length)
8159 (calendar-day-abbrev-array):
8160 Also :set calendar-day-header-array, and maybe redraw.
8161 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 8162 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
8163 (calendar-day-name): Add option to use header array.
8164
ec6a2d7a
LMI
81652013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8166
8167 * net/shr.el (shr-render-td): Remove debugging.
8168 (shr-render-td): Make width computation consistent by defaulting
8169 all zero-width columns to 10 characters. This may not be optimal,
8170 but it's at least consistent.
2122cb6d
LMI
8171 (shr-make-table-1): Redo last change to fix the real problem in
8172 colspan handling.
ec6a2d7a 8173
ed4fd9c5
DA
81742013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8175
0ca3f70e
SM
8176 * files.el (cache-long-line-scans):
8177 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 8178
64e22afe
JB
81792013-08-06 Juanma Barranquero <lekktu@gmail.com>
8180
024b38fc
JB
8181 * frameset.el (frameset, frameset-filter-alist)
8182 (frameset-filter-params, frameset-save, frameset--reuse-frame)
8183 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8184 (frameset-compute-pos): Rename from frameset--compute-pos,
8185 and add docstring.
8186 (frameset-move-onscreen): Use frameset-compute-pos.
8187 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8188
64e22afe
JB
8189 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8190 Fix typos in docstrings.
8191
c8c2aca8
DA
81922013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8193
8194 * frame.el (get-other-frame): Tiny cleanup.
8195
1d237bba
JB
81962013-08-06 Juanma Barranquero <lekktu@gmail.com>
8197
8951efef
JB
8198 * vc/vc.el (vc-default-ignore-completion-table):
8199 Silence byte-compiler warning.
8200
307764cc 8201 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3fcfc4ee 8202 slot, which can indeed be nil.
307764cc
JB
8203 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8204 Move entry for `left' from persistent to live filter alist.
8205 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8206 Doc fixes.
8207 (frameset-filter-params): When restoring a frame, copy items added to
8208 `filtered', to avoid unwittingly modifying the original parameters.
8209 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
8210 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
8211
1d237bba
JB
8212 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
8213 to use looking-at-p instead of looking-at. (Bug#15028)
8214
dc6c0eda
SM
82152013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 Revert introduction of isearch-filter-predicates (bug#14714).
8218 Rely on add-function instead.
8219 * isearch.el (isearch-filter-predicates): Rename it back to
8220 isearch-filter-predicate.
8221 (isearch-message-prefix): Use advice-function-mapc and advice
8222 properties to get the isearch-message-prefix.
8223 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8224 instead of run-hook-with-args-until-failure.
8225 (isearch-filter-visible): Not obsolete any more.
8226 * loadup.el: Preload nadvice.
8227 * replace.el (perform-replace): Revert to funcall
8228 instead of run-hook-with-args-until-failure.
8229 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8230 * dired-aux.el (dired-isearch-filenames-mode): Rename from
8231 dired-isearch-filenames-toggle; make it into a proper minor mode.
8232 Use add/remove-function.
8233 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8234 Call the minor-mode rather than add/remove-hook.
8235 (dired-isearch-filter-filenames):
8236 Remove isearch-message-prefix property.
8237 * info.el (Info--search-loop): New function, extracted from Info-search.
8238 Funcall isearch-filter-predicate instead of
8239 run-hook-with-args-until-failure isearch-filter-predicates.
8240 (Info-search): Use it.
8241 (Info-mode): Use isearch-filter-predicate instead of
8242 isearch-filter-predicates.
8243
290d5b58
DA
82442013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8245
8246 Do not call to `selected-window' where it is assumed by default.
8247 Affected functions are `window-minibuffer-p', `window-dedicated-p',
8248 `window-hscroll', `window-width', `window-height', `window-buffer',
8249 `window-frame', `window-start', `window-point', `next-window'
8250 and `window-display-table'.
8251 * abbrev.el (abbrev--default-expand):
8252 * bs.el (bs--show-with-configuration):
8253 * buff-menu.el (Buffer-menu-mouse-select):
8254 * calc/calc.el (calc):
8255 * calendar/calendar.el (calendar-generate-window):
8256 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8257 (diary-make-entry):
8258 * comint.el (send-invisible, comint-dynamic-complete-filename)
8259 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8260 * completion.el (complete):
8261 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8262 * disp-table.el (describe-current-display-table):
8263 * doc-view.el (doc-view-insert-image):
8264 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8265 * ehelp.el (with-electric-help):
8266 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8267 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8268 * emacs-lisp/helper.el (Helper-help-scroller):
8269 * emulation/cua-base.el (cua--post-command-handler-1):
8270 * eshell/esh-mode.el (eshell-output-filter):
8271 * ffap.el (ffap-gnus-wrapper):
8272 * help-macro.el (make-help-screen):
8273 * hilit-chg.el (highlight-compare-buffers):
8274 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8275 * hl-line.el (global-hl-line-highlight):
8276 * icomplete.el (icomplete-simple-completing-p):
8277 * isearch.el (isearch-done):
8278 * jit-lock.el (jit-lock-stealth-fontify):
8279 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
a12bf61e 8280 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
290d5b58
DA
8281 * mpc.el (mpc-tagbrowser, mpc):
8282 * net/rcirc.el (rcirc-any-buffer):
8283 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8284 * play/landmark.el (landmark-max-width, landmark-max-height):
8285 * play/zone.el (zone):
8286 * progmodes/compile.el (compilation-goto-locus):
8287 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8288 * progmodes/etags.el (find-tag-other-window):
8289 * progmodes/fortran.el (fortran-column-ruler):
8290 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8291 * progmodes/verilog-mode.el (verilog-point-text):
8292 * reposition.el (reposition-window):
8293 * rot13.el (toggle-rot13-mode):
8294 * server.el (server-switch-buffer):
8295 * shell.el (shell-dynamic-complete-command)
8296 (shell-dynamic-complete-environment-variable):
8297 * simple.el (insert-buffer, set-selective-display)
8298 (delete-completion-window):
8299 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8300 (speedbar-recenter):
8301 * startup.el (fancy-splash-head):
8302 * textmodes/ispell.el (ispell-command-loop):
8303 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8304 * tutorial.el (help-with-tutorial):
8305 * vc/add-log.el (add-change-log-entry):
8306 * vc/compare-w.el (compare-windows):
8307 * vc/ediff-help.el (ediff-indent-help-message):
8308 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8309 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8310 (ediff-setup-control-frame):
8311 * vc/emerge.el (emerge-position-region):
8312 * vc/pcvs-util.el (cvs-bury-buffer):
8313 * window.el (walk-windows, mouse-autoselect-window-select):
8314 * winner.el (winner-set-conf, winner-undo): Related users changed.
8315
38276e01
JB
83162013-08-05 Juanma Barranquero <lekktu@gmail.com>
8317
8318 * frameset.el (frameset--set-id): Doc fix.
8319 (frameset-frame-id, frameset-frame-id-equal-p)
8320 (frameset-locate-frame-id): New functions.
8321 (frameset--process-minibuffer-frames, frameset--reuse-frame)
8322 (frameset-restore): Use them.
8323
12b4c0ea
DA
83242013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8325
8326 Do not call to `selected-frame' where it is assumed by default.
8327 Affected functions are `raise-frame', `redraw-frame',
8328 `frame-first-window', `frame-terminal' and `delete-frame'.
8329 * calendar/appt.el (appt-disp-window):
8330 * epg.el (epg-wait-for-completion):
8331 * follow.el (follow-delete-other-windows-and-split)
8332 (follow-avoid-tail-recenter):
8333 * international/mule.el (set-terminal-coding-system):
8334 * mail/rmail.el (rmail-mail-return):
8335 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8336 * progmodes/f90.el (f90-add-imenu-menu):
8337 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8338 * server.el (server-switch-buffer):
8339 * simple.el (delete-completion-window):
8340 * talk.el (talk):
8341 * term/xterm.el (terminal-init-xterm-modify-other-keys)
8342 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8343 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8344 * vc/ediff.el (ediff-documentation): Related users changed.
8345 * frame.el (selected-terminal): Remove the leftover.
8346
17f25e76
GM
83472013-08-05 Glenn Morris <rgm@gnu.org>
8348
8349 * calendar/calendar.el (calendar-generate-month):
8350 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
8351 (calendar-generate-month, calendar-font-lock-keywords):
8352 Fix for calendar-day-header-width > length of any day name.
17f25e76 8353
063233c3
JB
83542013-08-05 Juanma Barranquero <lekktu@gmail.com>
8355
8356 * desktop.el (desktop-clear): Use new name of sort predicate.
8357
8358 * frameset.el (frameset): Add docstring. Move :version property to its
8359 own `version' slot.
8360 (frameset-copy): Rename from copy-frameset.
8361 (frameset-p): Check more thoroughly.
8362 (frameset-prop): Do not check for :version, which is no longer a prop.
8363 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8364 Use new :never value instead of t.
8365 (frameset-filter-alist): Expand and clarify docstring.
8366 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8367 (frameset-filter-minibuffer, frameset-filter-save-param)
8368 (frameset-filter-restore-param, frameset-filter-iconified):
8369 Add pointer to docstring of frameset-filter-alist.
8370 (frameset-filter-params): Rename filter values to be more meaningful:
8371 :never instead of t, and reverse the meanings of :save and :restore.
8372 (frameset--process-minibuffer-frames): Clarify error message.
8373 (frameset-save): Avoid unnecessary and confusing call to framep.
8374 Use new BOA constructor for framesets.
8375 (frameset--reuse-list): Doc fix.
8376 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
8377 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8378 (frameset-minibufferless-first-p): Doc fix.
8379 Rename from frameset-sort-frames-for-deletion.
8380 (frameset-restore): Doc fixes. Use new function names.
8381 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8382
d5671a82
JB
83832013-08-04 Juanma Barranquero <lekktu@gmail.com>
8384
8385 * desktop.el (desktop-restore-forces-onscreen)
8386 (desktop-restore-reuses-frames): Document :keyword constant values.
8387 (desktop-filter-parameters-alist): Remove, now identical to
8388 frameset-filter-alist.
8389 (desktop--filter-tty*): Remove, moved to frameset.el.
8390 (desktop-save-frameset, desktop-restore-frameset):
8391 Do not pass :filters argument.
8392
8393 * frameset.el (frameset-live-filter-alist)
8394 (frameset-persistent-filter-alist): New variables.
8395 (frameset-filter-alist): Use them. Add autoload cookie.
8396 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8397 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8398 `frameset--id' (it's supposed to be internal to frameset.el).
8399 (frameset--process-minibuffer-frames): Ditto. Doc fix.
8400 (frameset--initial-params): New function.
8401 (frameset--get-frame): Use it. Doc fix.
8402 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8403 Accept :all, not 'all.
8404 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8405 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
8406 with fbound symbols. Fix frame id matching, and remove matching ids if
8407 the frame being restored is deleted. Obey :delete.
8408
671d5c16
SM
84092013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * subr.el (macrop): New function.
8412 (text-clone--maintaining): New var.
8413 (text-clone--maintain): Rename from text-clone-maintain. Use it
8414 instead of inhibit-modification-hooks.
8415
8416 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8417 a proxy, so as handle autoloads and redefinitions of the target.
8418 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8419
8420 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8421 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
8422 (pcase--mutually-exclusive-p): New function.
8423 (pcase--split-consp): Use it.
8424 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
8425 mutually exclusive with the current predicate.
8426
8427 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8428 (edebug-macrop): Remove. Use `macrop' instead.
8429 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
8430 (ad-macro-p):
8431 * eshell/esh-cmd.el (eshell-macrop):
8432 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
8433
1d44e9dc
SM
84342013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8437 (advice-mapc): New function, using it.
8438 (advice-function-member-p): New function.
8439 (advice--normalize): Store the cdr in advice--saved-rewrite since
8440 that's the part that will be changed.
8441 (advice--symbol-function): New function.
8442 (advice-remove): Handle removal before the function is defined.
8443 Adjust to new advice--saved-rewrite.
8444 (advice-member-p): Use advice-function-member-p and
8445 advice--symbol-function.
8446
5414a283
JB
84472013-08-04 Juanma Barranquero <lekktu@gmail.com>
8448
51d30f2c
JB
8449 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8450 (frameset-filter-minibuffer): Doc fix.
8451 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
8452 (frameset--set-id, frameset--process-minibuffer-frames)
8453 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8454 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 8455
5414a283
JB
8456 * desktop.el (desktop-clear): Only delete frames when called
8457 interactively and desktop-restore-frames is non-nil. Doc fix.
8458 (desktop-read): Set desktop-saved-frameset to nil.
8459
ab419665
XF
84602013-08-04 Xue Fuqiao <xfq.free@gmail.com>
8461
8462 * vc/vc.el (vc-ignore): Rewrite.
35e951cd 8463 (vc-default-ignore-completion-table, vc--read-lines)
ab419665
XF
8464 (vc--add-line, vc--remove-regexp): New functions.
8465
8466 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8467 (vc-svn-ignore-completion-table): New function.
8468
8469 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
35e951cd 8470 (vc-hg-ignore-completion-table)
ab419665
XF
8471 (vc-hg-find-ignore-file): New functions.
8472
8473 * vc/vc-git.el (vc-git-ignore): Rewrite.
35e951cd 8474 (vc-git-ignore-completion-table)
ab419665
XF
8475 (vc-git-find-ignore-file): New functions.
8476
8477 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8478
8479 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
35e951cd 8480 (vc-bzr-ignore-completion-table)
ab419665
XF
8481 (vc-bzr-find-ignore-file): New functions.
8482
2613dea2
JB
84832013-08-03 Juanma Barranquero <lekktu@gmail.com>
8484
8485 * frameset.el (frameset-prop): New function and setter.
8486 (frameset-save): Do not modify frame list passed by the caller.
8487
9c959872
SM
84882013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8491
a104f656
SM
84922013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8493
70122acf
SM
8494 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8495 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8496
a104f656
SM
8497 * custom.el (custom-initialize-default, custom-initialize-set)
8498 (custom-initialize-reset, custom-initialize-changed): Affect the
8499 toplevel-default-value (bug#6275, bug#14586).
8500 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8501 for bug#6275.
8502
f078d570
JB
85032013-08-02 Juanma Barranquero <lekktu@gmail.com>
8504
185e3b5a
JB
8505 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8506 Add cl-def* expressions.
8507
f078d570
JB
8508 * frameset.el (frameset-filter-params): Fix order of arguments.
8509
9421876d
JB
85102013-08-02 Juanma Barranquero <lekktu@gmail.com>
8511
8512 Move code related to saving frames to frameset.el.
8513 * desktop.el: Require frameset.
8514 (desktop-restore-frames): Doc fix.
8515 (desktop-restore-reuses-frames): Rename from
8516 desktop-restoring-reuses-frames.
8517 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8518 (desktop-clear): Clear frames too.
8519 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8520 (desktop--filter-tty*, desktop-save, desktop-read):
8521 Use frameset functions.
8522 (desktop-before-saving-frames-functions, desktop--filter-*-color)
8523 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8524 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8525 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8526 (desktop--process-minibuffer-frames, desktop-save-frames)
8527 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8528 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8529 (desktop--sort-states, desktop-restoring-frames-p)
8530 (desktop-restore-frames): Remove. Most code moved to frameset.el.
8531 (desktop-restoring-frameset-p, desktop-restore-frameset)
8532 (desktop--check-dont-save, desktop-save-frameset): New functions.
8533 (desktop--app-id): New constant.
8534 (desktop-first-buffer, desktop-buffer-ok-count)
8535 (desktop-buffer-fail-count): Move before first use.
8536 * frameset.el: New file.
8537
76dc5996
SM
85382013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * files.el: Use lexical-binding.
8541 (dir-locals-read-from-file): Remove unused `err' variable.
8542 (hack-dir-local-variables--warned-coding): New var.
8543 (hack-dir-local-variables): Use it to avoid repeated warnings.
8544 (make-backup-file-name--default-function): New function.
8545 (make-backup-file-name-function): Use it as default.
8546 (buffer-stale--default-function): New function.
8547 (buffer-stale-function): Use it as default.
8548 (revert-buffer-insert-file-contents--default-function): New function.
8549 (revert-buffer-insert-file-contents-function): Use it as default.
8550 (insert-directory): Avoid add-to-list.
8551
8552 * autorevert.el (auto-revert-handler): Simplify.
8553 Use buffer-stale--default-function.
8554
06d36e2b
TH
85552013-08-01 Tassilo Horn <tsdh@gnu.org>
8556
5f648ab4
TH
8557 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8558
06d36e2b
TH
8559 * whitespace.el (whitespace-ensure-local-variables): New function.
8560 (whitespace-cleanup-region): Call it.
8561 (whitespace-turn-on): Call it.
8562
a43dc424
MA
85632013-08-01 Michael Albinus <michael.albinus@gmx.de>
8564
8565 Complete file name handlers.
8566
8567 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8568 (tramp-handle-verify-visited-file-modtime)
8569 (tramp-handle-file-notify-rm-watch): New functions.
8570 (tramp-call-process): Do not bind `default-directory'.
8571
44e18199
JB
8572 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8573 Order alphabetically.
afe1e4c8
GM
8574 <access-file, add-name-to-file, dired-call-process>:
8575 <dired-compress-file, file-acl, file-notify-rm-watch>:
8576 <file-ownership-preserved-p, file-selinux-context>:
8577 <make-directory-internal, make-symbolic-link, set-file-acl>:
8578 <set-file-selinux-context, set-visited-file-modtime>:
8579 <verify-visited-file-modtime>: Add handler.
a43dc424
MA
8580 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8581
8582 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
afe1e4c8
GM
8583 <file-notify-add-watch, file-notify-rm-watch>:
8584 <set-file-times, set-visited-file-modtime>:
8585 <verify-visited-file-modtime>: Add handler.
a43dc424
MA
8586 (with-tramp-gvfs-error-message)
8587 (tramp-gvfs-handle-set-visited-file-modtime)
8588 (tramp-gvfs-fuse-file-name): Remove.
8589 (tramp-gvfs-handle-file-notify-add-watch)
8590 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8591 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8592
44e18199
JB
8593 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8594 Order alphabetically.
afe1e4c8
GM
8595 <file-notify-rm-watch>: Use default Tramp handler.
8596 <executable-find>: Remove private handler.
a43dc424
MA
8597 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8598 `default-directory'.
8599 (tramp-sh-handle-executable-find)
8600 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8601 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8602 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8603 Do not use `format' in `tramp-message'.
8604
8605 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
afe1e4c8
GM
8606 <file-notify-rm-watch, set-visited-file-modtime>:
8607 <verify-visited-file-modtime>: Add handler.
a43dc424
MA
8608 (tramp-smb-call-winexe): Do not bind `default-directory'.
8609
7188b515
XF
86102013-08-01 Xue Fuqiao <xfq.free@gmail.com>
8611
8612 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8613
2412ee1a
DG
86142013-07-31 Dmitry Gutov <dgutov@yandex.ru>
8615
8616 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8617 use it.
8618 (log-view-diff-changeset): Same.
8619 (log-view-diff-common): Call backend command `previous-revision'
8620 to find out the previous revision, in both cases. Swap the
8621 variables `to' and `fr', so that `fr' usually refers to the
8622 earlier revision (Bug#14989).
8623
5002a754
KRC
86242013-07-31 Kan-Ru Chen <kanru@kanru.info>
8625
8626 * ibuf-ext.el (ibuffer-filter-by-filename):
8627 Make it work with dired buffers too.
8628
44e18199 86292013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
8630
8631 * emacs-lisp/re-builder.el (reb-color-display-p):
8632 * files.el (save-buffers-kill-terminal):
8633 * net/browse-url.el (browse-url):
8634 * server.el (server-save-buffers-kill-terminal):
8635 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8636 Prefer nil to selected-frame for the first arg of frame-parameter.
8637
aeca3fbb
XF
86382013-07-31 Xue Fuqiao <xfq.free@gmail.com>
8639
8640 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8641
158bc55c
SB
86422013-07-30 Stephen Berman <stephen.berman@gmx.net>
8643
8644 * minibuffer.el (completion--twq-all): Try and preserve each
8645 completion's case choice (bug#14907).
8646
d50fceab
LMI
86472013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8648
ac38e731
LMI
8649 * net/network-stream.el (open-network-stream): Mention the new
8650 :nogreeting parameter.
8651 (network-stream-open-starttls): Use the :nogreeting parameter
8652 (bug#14938).
8653
1211de50
LMI
8654 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8655
997798bf
LMI
8656 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8657 more natural than popping.
8658
d50fceab 8659 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 8660 (shr-urlify): Highlight under mouse.
d50fceab 8661
5c09de04
XF
86622013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8663
207d1d04
XF
8664 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8665
8666 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8667
5c09de04
XF
8668 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
8669 buffer for output.
8670
3cd51eaa
XF
8671 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
8672 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 8673
44e18199 8674 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 8675 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
8676
8677 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8678
8679 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
8680 buffer for output.
8681
35a89bdd
EZ
86822013-07-29 Eli Zaretskii <eliz@gnu.org>
8683
8684 * frame.el (frame-notice-user-settings): Avoid inflooping when the
8685 initial frame is minibuffer-less. (Bug#14841)
8686
78822e94
MA
86872013-07-29 Michael Albinus <michael.albinus@gmx.de>
8688
8689 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8690 option.
8691
8692 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8693 (tramp-maybe-open-connection): Use it.
8694
9503c190
JB
86952013-07-28 Juanma Barranquero <lekktu@gmail.com>
8696
8697 * desktop.el (desktop--make-frame): Include `minibuffer' in the
8698 minimal set of parameters passed when creating a frame, because
8699 the minibuffer status of a frame cannot be changed later.
8700
d5a845b4
SB
87012013-07-28 Stephen Berman <stephen.berman@gmx.net>
8702
8703 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8704 replace-regexp-in-string and inadvertent omissions in previous change.
8705 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 8706 name of filtered items buffer.
d5a845b4 8707
ddeffb17
JB
87082013-07-28 Juanma Barranquero <lekktu@gmail.com>
8709
8710 * desktop.el: Optionally force offscreen frames back onscreen.
8711 (desktop-restoring-reuses-frames): New option.
8712 (desktop--compute-pos, desktop--move-onscreen): New functions.
8713 (desktop--make-frame): Use desktop--move-onscreen.
8714
f5950f7a
AM
87152013-07-27 Alan Mackenzie <acm@muc.de>
8716
8717 Fontify a Java generic method as a function.
8718 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8719 value to t.
8720
ae43b66a
SB
87212013-07-27 Stephen Berman <stephen.berman@gmx.net>
8722
8723 * calendar/todo-mode.el: Add command to rename todo files.
8724 (todo-rename-file): New command.
8725 (todo-key-bindings-t): Add key binding for it. Change the
8726 bindings of todo-filter-regexp-items(-multifile) to use `x'
8727 instead of `r', since the latter is better suited to the new
8728 renaming command.
8729
5ab78d3d
AM
87302013-07-27 Alan Mackenzie <acm@muc.de>
8731
8732 Make Java try-with-resources statement parse properly.
8733 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8734 (c-block-stmt-1-2-key): New language constants/variables.
8735 * progmodes/cc-engine.el (c-beginning-of-statement-1)
8736 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8737 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 8738 with c-block-stmt-1-2-key.
5ab78d3d 8739
d85c4d50
JB
87402013-07-27 Juanma Barranquero <lekktu@gmail.com>
8741
8742 * desktop.el (desktop--make-frame): Apply most frame parameters after
8743 creating the frame to force (partially or totally) offscreen frames to
8744 be restored as such.
8745
e4c467f9
XF
87462013-07-26 Xue Fuqiao <xfq.free@gmail.com>
8747
8748 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 8749 (Bug#14948)
e4c467f9 8750
7ced0d04
SM
87512013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8754 `base' arg of backtrace-frame.
8755
fec92060
EZ
87562013-07-26 Eli Zaretskii <eliz@gnu.org>
8757
8758 * simple.el (list-processes): Doc fix.
8759
d58d31fb
JB
87602013-07-26 Juanma Barranquero <lekktu@gmail.com>
8761
8762 * desktop.el (desktop--select-frame):
d85c4d50 8763 Try harder to reuse existing frames.
d58d31fb 8764
53ff3e77
SM
87652013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8766
8767 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8768 (edebug-eval): Use backtrace-eval.
8769 (edebug--display, edebug--recursive-edit): Don't let-bind the
8770 edebug-outer-* vars that keep track of variables we locally let-bind.
8771 (edebug-outside-excursion): Don't restore outside values of locally
8772 let-bound vars.
8773 (edebug--display): Use user-error.
8774 (cl-lexical-debug, cl-debug-env): Remove.
8775
045f7a53
JB
87762013-07-26 Juanma Barranquero <lekktu@gmail.com>
8777
8778 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8779 are restored to be sure that they are visible before deleting any
8780 remaining ones.
8781
59070b32
MM
87822013-07-26 Matthias Meulien <orontee@gmail.com>
8783
742a3501
XF
8784 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8785 vc-print-root-log. (Bug#14948)
59070b32 8786
b1fb3596
RS
87872013-07-26 Richard Stallman <rms@gnu.org>
8788
8789 Add aliases for encrypting mail.
8790 * epa.el (epa-mail-aliases): New option.
8791 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8792 Bind inhibit-read-only so read-only text doesn't ruin everything.
8793 (epa-mail-default-recipients): New subroutine broken out.
8794 Handle epa-mail-aliases.
8795
56ea7291
SM
87962013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 Add support for lexical variables to the debugger's `e' command.
8799 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8800 vars, except for debugger-outer-match-data.
8801 (debugger-frame-number): Move check for "on a function call" from
8802 callers into it. Add `skip-base' argument.
8803 (debugger-frame, debugger-frame-clear): Simplify accordingly.
8804 (debugger-env-macro): Only reset the state stored in non-variables,
8805 i.e. current-buffer and match-data.
8806 (debugger-eval-expression): Rewrite using backtrace-eval.
8807 * subr.el (internal--called-interactively-p--get-frame): Remove.
8808 (called-interactively-p):
8809 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8810 `base' arg of backtrace-frame instead.
8811
15ac32d5
GM
88122013-07-26 Glenn Morris <rgm@gnu.org>
8813
8358a09d
GM
8814 * align.el (align-regexp): Doc fix. (Bug#14857)
8815 (align-region): Explicit error if subexpression missing/does not match.
8816
15ac32d5
GM
8817 * simple.el (global-visual-line-mode):
8818 Do not duplicate the mode lighter. (Bug#14858)
8819
f47ad11b
MR
88202013-07-25 Martin Rudalics <rudalics@gmx.at>
8821
8822 * window.el (display-buffer): In display-buffer bind
8823 split-window-keep-point to t, bug#14829.
8824
02530987
JB
88252013-07-25 Juanma Barranquero <lekktu@gmail.com>
8826
8827 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8828 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8829 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8830 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8831 Change accordingly.
f63ebeb5
JB
8832 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8833 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 8834
6ccb9cab 88352013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 8836
6ccb9cab 8837 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 8838
cb3a56d2
JB
88392013-07-25 Juanma Barranquero <lekktu@gmail.com>
8840
8841 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8842 parameter to modify-frame-parameters if the value has not changed;
8843 this is a workaround for bug#14949.
8844 (desktop--make-frame): On cl-delete-if call, check parameter name,
8845 not full parameter.
8846
7aa7fff0
XF
88472013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8848
8849 * vc/vc.el (vc-ignore): New function.
8850
8851 * vc/vc-svn.el (vc-svn-ignore): New function.
8852
8853 * vc/vc-hg.el (vc-hg-ignore): New function.
8854
8855 * vc/vc-git.el (vc-git-ignore): New function.
8856
8857 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8858 (vc-dir-ignore): New function.
8859
8860 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 8861 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
8862
8863 * vc/vc-bzr.el (vc-bzr-ignore): New function.
8864
8865 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
8866
889acc5c
JB
88672013-07-24 Juanma Barranquero <lekktu@gmail.com>
8868
8869 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
8870 (desktop-restore-frames): Warn when deleting an existing frame failed.
8871
86c40970
GM
88722013-07-24 Glenn Morris <rgm@gnu.org>
8873
8874 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
8875
d5d3c58a
MA
88762013-07-24 Michael Albinus <michael.albinus@gmx.de>
8877
8878 * filenotify.el (file-notify-supported-p):
8879 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8880 Remove functions.
8881
35e951cd 8882 * autorevert.el (auto-revert-use-notify)
d5d3c58a
MA
8883 (auto-revert-notify-add-watch):
8884 * net/tramp.el (tramp-file-name-for-operation):
8885 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8886 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8887 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8888 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8889 Remove `file-notify-supported-p' entry.
8890
d100084b
GM
88912013-07-24 Glenn Morris <rgm@gnu.org>
8892
8893 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 8894 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 8895
ac93e56b
SM
88962013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8897
249eea30
SM
8898 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
8899 checked with memq (bug#14935).
8900
ac93e56b
SM
8901 * files.el (revert-buffer-function): Use a non-nil default.
8902 (revert-buffer-preserve-modes): Declare var to
8903 provide access to the `preserve-modes' argument.
8904 (revert-buffer): Let-bind it.
8905 (revert-buffer--default): New function, extracted from revert-buffer.
8906
2cdeb903
SM
89072013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8908
8909 * lpr.el: Signal print errors more prominently.
8910 (print-region-function): Don't default to nil.
8911 (lpr-print-region): New function, extracted from print-region-1.
8912 Check lpr's return value and signal an error in case of problem.
8913 (print-region-1): Use it.
8914 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
8915 versions instead.
8916 (ps-printer-name): Default to nil.
8917 (ps-printer-name-option): Default to lpr-printer-switch.
8918 (ps-print-region-function): Don't default to nil.
8919 (ps-postscript-code-directory): Simplify default.
8920 (ps-do-despool): Use lpr-print-region to properly check the outcome.
8921 (ps-string-list, ps-eval-switch, ps-flatten-list)
8922 (ps-flatten-list-1): Remove.
8923 (ps-multibyte-buffer): Avoid setq.
8924 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
8925 (print-region-function, ps-print-region-function): Don't set them here.
8926
73600831
XF
89272013-07-24 Xue Fuqiao <xfq.free@gmail.com>
8928
35e951cd
JB
8929 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
8930 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
8931 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
0e55c076
XF
8932 (ido-decorations): Doc fix.
8933
73600831
XF
8934 * ansi-color.el: Fix old URL.
8935
3d012865
MM
89362013-07-23 Michael R. Mauger <michael@mauger.com>
8937
e903c210 8938 * progmodes/sql.el: Version 3.3
3d012865
MM
8939 (sql-product-alist): Improve oracle :prompt-cont-regexp.
8940 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8941 (sql-interactive-remove-continuation-prompt): Rewrite, use
8942 functions above. Fix continuation prompt and complete output line
8943 handling.
8944 (sql-redirect-one, sql-execute): Use `read-only-mode' on
8945 redirected output buffer.
8946 (sql-mode): Restore deleted code (Bug#13591).
8947
da77a2e2
JB
89482013-07-23 Juanma Barranquero <lekktu@gmail.com>
8949
8950 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8951
80ff0c71
MA
89522013-07-23 Michael Albinus <michael.albinus@gmx.de>
8953
8954 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8955
8956 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8957 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8958 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8959
b61d71e4
JB
89602013-07-23 Juanma Barranquero <lekktu@gmail.com>
8961
8962 * desktop.el (desktop-clear): Simplify; remove useless checks
8963 against invalid buffer names.
8964 (desktop-list*): Use cl-list*.
8965 (desktop-buffer-info, desktop-create-buffer): Simplify.
8966
c3512092
LL
89672013-07-23 Leo Liu <sdl.web@gmail.com>
8968
8969 * bookmark.el (bookmark-make-record): Restore NAME as a default
8970 value. (Bug#14933)
8971
0ac26976
SM
89722013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8973
7d22ce18
SM
8974 * emacs-lisp/autoload.el (autoload--setup-output): New function,
8975 extracted from autoload--insert-text.
8976 (autoload--insert-text): Remove.
8977 (autoload--print-cookie-text): New function, extracted from
8978 autoload--insert-cookie-text.
8979 (autoload--insert-cookie-text): Remove.
8980 (autoload-generate-file-autoloads): Adjust calls accordingly.
8981
9b2607e8
SM
8982 * winner.el (winner-hook-installed-p): Remove.
8983 (winner-mode): Simplify accordingly.
8984
c43a8618
SM
8985 * subr.el (add-to-list): Fix compiler-macro when `append' is
8986 not constant. Don't use `cl-member' for the base case.
8987
0ac26976
SM
8988 * progmodes/subword.el: Fix boundary case (bug#13758).
8989 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
8990 own group.
8991 (subword-backward-regexp): Make it a constant.
8992 (subword-forward-internal): Don't treat a trailing capital as the
8993 beginning of a word.
8994
6874724a
AR
89952013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
8996
8997 * emacs-lisp/package.el (package-menu-mode): Don't modify the
8998 global value of tabulated-list-revert-hook (bug#14930).
8999
70f1b5e8
JB
90002013-07-22 Juanma Barranquero <lekktu@gmail.com>
9001
a1c80d9d
JB
9002 * desktop.el: Require 'cl-lib.
9003 (desktop-before-saving-frames-functions): New hook.
9004 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9005 for frames being saved. Rename from desktop--save-minibuffer-frames.
9006 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
9007 Do not save frames with non-nil `desktop-dont-save' parameter.
9008 Filter out deleted frames.
a1c80d9d
JB
9009 (desktop--find-frame): Use cl-find-if.
9010 (desktop--select-frame): Use cl-(first|second|third) to access values
9011 of desktop-mini.
9012 (desktop--make-frame): Use cl-delete-if.
9013 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9014 (desktop-restore-frames): Use cl-(first|second|third) to access values
9015 of desktop-mini. Look for visible frame at the end, not while
9016 restoring frames.
9017
70f1b5e8
JB
9018 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9019 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9020 Use string-match-p, looking-at-p (bug#14927).
9021
728dc3cc
JB
90222013-07-21 Juanma Barranquero <lekktu@gmail.com>
9023
56bc453c
JB
9024 * desktop.el (desktop-saved-frame-states):
9025 Rename from desktop--saved-states; all users changed.
9026 (desktop-save-frames): Rename from desktop--save-frames.
9027 Do not save state to desktop file.
9028 (desktop-save): Save desktop-saved-frame-states to desktop file
9029 and reset to nil.
9030 (desktop-restoring-frames-p): New function.
9031 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
9032 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
9033 buffer-lists when restoring frames. Suggested by Martin Rudalics.
9034
728dc3cc
JB
9035 * desktop.el: Correctly restore iconified frames.
9036 (desktop--filter-iconified-position): New function.
9037 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9038
862f1c9c
GM
90392013-07-20 Glenn Morris <rgm@gnu.org>
9040
c4074c9f
GM
9041 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9042 Let `message' do the formatting.
9043 (def-gdb-preempt-display-buffer): Add explicit format.
9044
d828e5f9
GM
9045 * image-dired.el (image-dired-track-original-file):
9046 Use with-current-buffer.
9047 (image-dired-track-thumbnail): Use with-current-buffer.
9048 Avoid changing point of wrong window.
9049
862f1c9c
GM
9050 * image-dired.el (image-dired-track-original-file):
9051 Avoid changing point of wrong window. (Bug#14909)
9052
f0398ec1 90532013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
9054
9055 * progmodes/gdb-mi.el (gdb-done-or-error):
9056 Guard against "%" in gdb output. (Bug#14127)
9057
1451928f
AS
90582013-07-20 Andreas Schwab <schwab@linux-m68k.org>
9059
763a086d
JB
9060 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9061 (Bug#14826)
f7a03897 9062
1451928f
AS
9063 * international/mule.el (coding-system-iso-2022-flags): Fix last
9064 change.
9065
99107004
KH
90662013-07-20 Kenichi Handa <handa@gnu.org>
9067
763a086d
JB
9068 * international/mule.el (coding-system-iso-2022-flags):
9069 Add `8-bit-level-4'. (Bug#8522)
99107004 9070
48494e06
LMI
90712013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9072
8ba8eec5
LMI
9073 * net/shr.el (shr-mouse-browse-url): New command and keystroke
9074 (bug#14815).
9075
dfbc66e3
LMI
9076 * net/eww.el (eww-process-text-input): Allow inputting when the
9077 point is at the start of the line, as the properties aren't
9078 front-sticky.
9079
48494e06
LMI
9080 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9081 degenerate widths.
9082
77c92cb9
RS
90832013-07-19 Richard Stallman <rms@gnu.org>
9084
aec7da77
RS
9085 * epa.el (epa-popup-info-window): Doc fix.
9086
77c92cb9
RS
9087 * subr.el (split-string): New arg TRIM.
9088
945c5bb1
JB
90892013-07-18 Juanma Barranquero <lekktu@gmail.com>
9090
9091 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9092 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9093
e06ec67f
MA
90942013-07-18 Michael Albinus <michael.albinus@gmx.de>
9095
c7064f05 9096 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
9097 `file-notify-support'. Do not autoload. Adapt all uses.
9098 (file-notify-supported-p): New defun.
9099
c7064f05
JB
9100 * autorevert.el (auto-revert-use-notify):
9101 Use `file-notify-supported-p' instead of `file-notify-support'.
9102 Adapt docstring.
e06ec67f
MA
9103 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9104
9105 * net/tramp.el (tramp-file-name-for-operation):
9106 Add `file-notify-supported-p'.
9107
9108 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9109 New defun.
9110 (tramp-sh-file-name-handler-alist): Add it as handler for
9111 `file-notify-supported-p '.
9112
9113 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9114 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9115 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9116 Add `ignore' as handler for `file-notify-*' functions.
9117
5dc8a629
EZ
91182013-07-17 Eli Zaretskii <eliz@gnu.org>
9119
9120 * simple.el (line-move-partial, line-move): Don't start vscroll or
9121 scroll-up if the current line is not taller than the window.
9122 (Bug#14881)
9123
77aea2fb
DG
91242013-07-16 Dmitry Gutov <dgutov@yandex.ru>
9125
9126 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9127 highlight question marks in the method names as strings.
ac72c08d
DG
9128 (ruby-block-beg-keywords): Inline.
9129 (ruby-font-lock-keyword-beg-re): Extract from
9130 `ruby-font-lock-keywords'.
77aea2fb 9131
18c26d81
JD
91322013-07-16 Jan Djärv <jan.h.d@swipnet.se>
9133
9134 * frame.el (blink-cursor-blinks): New defcustom.
9135 (blink-cursor-blinks-done): New defvar.
9136 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9137 (blink-cursor-timer-function): Check if number of blinks has been
9138 done on X and NS.
9139 (blink-cursor-suspend, blink-cursor-check): New defuns.
9140
da48522e
GM
91412013-07-15 Glenn Morris <rgm@gnu.org>
9142
9143 * edmacro.el (edmacro-format-keys): Fix previous change.
9144
0463c1ef
PE
91452013-07-15 Paul Eggert <eggert@cs.ucla.edu>
9146
9147 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9148 The hack didn't work outside English locales anyway.
9149
b43f6451
JB
91502013-07-15 Juanma Barranquero <lekktu@gmail.com>
9151
9152 * simple.el (define-alternatives): Rename from alternatives-define,
9153 per RMS' suggestion.
9154
b958c0ad
JB
91552013-07-14 Juanma Barranquero <lekktu@gmail.com>
9156
9157 * desktop.el (desktop-restore-frames): Change default to t.
9158 (desktop-restore-in-current-display): Now offer more options.
9159 (desktop-restoring-reuses-frames): New customization option.
9160 (desktop--saved-states): Doc fix.
9161 (desktop-filter-parameters-alist): New variable, renamed and expanded
9162 from desktop--excluded-frame-parameters.
9163 (desktop--target-display): New variable.
9164 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9165 (desktop--filter-tty*, desktop--filter-*-color)
9166 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9167 (desktop--filter-save-desktop-parm)
9168 (desktop-restore-in-original-display-p): New functions.
9169 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9170 (desktop--save-minibuffer-frames): New function, inspired by a similar
9171 function from Martin Rudalics.
9172 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9173 (desktop--restore-in-this-display-p): Remove.
9174 (desktop--find-frame): Rename from desktop--find-frame-in-display
9175 and add predicate argument.
9176 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9177 (desktop--reuse-list): New variable.
9178 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9179 New functions.
9180 (desktop--restore-frames): Add support for "minibuffer-special" frames.
9181
f6dd8b36
MA
91822013-07-14 Michael Albinus <michael.albinus@gmx.de>
9183
9184 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9185
2ce3c565
DG
91862013-07-13 Dmitry Gutov <dgutov@yandex.ru>
9187
763a086d
JB
9188 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9189 Highlight conversion methods on Kernel.
2ce3c565 9190
2cdb7698
AM
91912013-07-13 Alan Mackenzie <acm@muc.de>
9192
9193 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9194 and comment it out. This out-commenting enables certain C++
9195 declarations to be parsed correctly.
9196
1a67b811
EZ
91972013-07-13 Eli Zaretskii <eliz@gnu.org>
9198
1b796d6b
EZ
9199 * international/mule.el (define-coding-system): Doc fix.
9200
1a67b811
EZ
9201 * simple.el (default-font-height): Don't call font-info if the
9202 frame's default font didn't change since the frame was created.
9203 (Bug#14838)
9204
58fbe886
LL
92052013-07-13 Leo Liu <sdl.web@gmail.com>
9206
9207 * ido.el (ido-read-file-name): Guard against non-symbol value.
9208
1f0480d4
FEG
92092013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9210
9211 * progmodes/python.el (python-imenu--build-tree): Fix corner case
9212 in nested defuns.
9213
97ead0e5
LL
92142013-07-13 Leo Liu <sdl.web@gmail.com>
9215
9216 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9217 ido-set-matches call. (Bug#6852)
9218
0880a952
DG
92192013-07-12 Dmitry Gutov <dgutov@yandex.ru>
9220
35e951cd 9221 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
0880a952
DG
9222 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9223 Ruby 2.0.
9224 (ruby-font-lock-keywords): Distinguish calls to functions with
9225 module-like names from module references. Highlight character
9226 literals.
9227
a7d8babb
SDJ
92282013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
9229
9230 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 9231 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 9232
acfcc8c5
JB
92332013-07-12 Juanma Barranquero <lekktu@gmail.com>
9234
9235 * desktop.el (desktop--v2s): Remove unused local variable.
9236 (desktop-save-buffer): Make defvar-local; adjust docstring.
9237 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9238 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9239
051f2775
AS
92402013-07-12 Andreas Schwab <schwab@linux-m68k.org>
9241
9242 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9243
f24e7572
GM
92442013-07-12 Eli Zaretskii <eliz@gnu.org>
9245
9246 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9247 (Bug#14842)
9248
539a920c
GM
92492013-07-12 Glenn Morris <rgm@gnu.org>
9250
9251 * doc-view.el: Require cl-lib at runtime too.
9252 (doc-view-remove-if): Remove.
9253 (doc-view-search-next-match, doc-view-search-previous-match):
9254 Use cl-remove-if.
9255
9256 * edmacro.el: Require cl-lib at runtime too.
9257 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9258 (edmacro-mismatch, edmacro-subseq): Remove.
9259
9260 * shadowfile.el: Require cl-lib.
9261 (shadow-remove-if): Remove.
9262 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9263 Use cl-remove-if.
9264
9265 * wid-edit.el: Require cl-lib.
9266 (widget-choose): Use cl-remove-if.
9267 (widget-remove-if): Remove.
9268
9269 * progmodes/ebrowse.el: Require cl-lib at runtime too.
9270 (ebrowse-delete-if-not): Remove.
9271 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9272 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9273 Use cl-delete-if-not.
9274
1048af7c
JB
92752013-07-12 Juanma Barranquero <lekktu@gmail.com>
9276
9277 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9278 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9279
6c0674ee
LL
92802013-07-12 Leo Liu <sdl.web@gmail.com>
9281
9282 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9283
a19b3c2d
GM
92842013-07-11 Glenn Morris <rgm@gnu.org>
9285
4582a01c
GM
9286 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9287 (edebug-gensym-index, edebug-gensym):
9288 Remove reimplementation of cl-gensym.
9289 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9290
9291 * thumbs.el: Require cl-lib at run-time too.
9292 (thumbs-gensym-counter, thumbs-gensym):
9293 Remove reimplementation of cl-gensym.
9294 (thumbs-temp-file): Use cl-gensym.
9295
a19b3c2d
GM
9296 * emacs-lisp/ert.el: Require cl-lib at runtime too.
9297 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9298 (ert--intersection, ert--set-difference, ert--set-difference-eq)
9299 (ert--union, ert--gensym-counter, ert--gensym-counter)
9300 (ert--coerce-to-vector, ert--remove*, ert--string-position)
9301 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9302 (ert-make-test-unbound, ert--expand-should-1)
9303 (ert--expand-should, ert--should-error-handle-error)
9304 (should-error, ert--explain-equal-rec)
9305 (ert--plist-difference-explanation, ert-select-tests)
9306 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9307 Use cl-lib functions rather than reimplementations.
9308
88f6a933
MA
93092013-07-11 Michael Albinus <michael.albinus@gmx.de>
9310
9311 * net/tramp.el (tramp-methods): Extend docstring.
9312 (tramp-connection-timeout): New defcustom.
9313 (tramp-error-with-buffer): Reset timestamp only when appropriate.
9314 (with-tramp-progress-reporter): Simplify.
9315 (tramp-process-actions): Improve messages.
9316
9317 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9318 * net/tramp-sh.el (tramp-maybe-open-connection):
9319 Use `tramp-connection-timeout'.
afe1e4c8 9320 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
88f6a933
MA
9321 (Bug#14808)
9322
a43d577e
LL
93232013-07-11 Leo Liu <sdl.web@gmail.com>
9324
9325 * ido.el (ido-read-file-name): Conform to the requirements of
9326 read-file-name. (Bug#11861)
9327 (ido-read-directory-name): Conform to the requirements of
9328 read-directory-name.
9329
d77974bf
JB
93302013-07-11 Juanma Barranquero <lekktu@gmail.com>
9331
9332 * subr.el (delay-warning): New function.
9333
35cb8a3e
EZ
93342013-07-10 Eli Zaretskii <eliz@gnu.org>
9335
9336 * simple.el (default-line-height): New function.
9337 (line-move-partial, line-move): Use it instead of computing the
9338 line height inline.
9339 (line-move-partial): Always compute ROWH. If the last line is
9340 partially-visible, but its text is completely visible, allow
9341 cursor to enter such a partially-visible line.
9342
525c5c77
MA
93432013-07-10 Michael Albinus <michael.albinus@gmx.de>
9344
9345 Improve error messages. (Bug#14808)
9346
9347 * net/tramp.el (tramp-current-connection): New defvar, moved from
9348 tramp-sh.el.
0ac26976 9349 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 9350 needed anymore.
0ac26976
SM
9351 (tramp-error-with-buffer): Show message in minibuffer.
9352 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
9353 (with-tramp-progress-reporter): Improve messages.
9354 (tramp-process-actions): Use progress reporter. Delete process in
9355 case of error. Improve messages.
9356
763a086d
JB
9357 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9358 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 9359 (tramp-current-connection): Remove.
525c5c77
MA
9360 (tramp-maybe-open-connection): The car of
9361 `tramp-current-connection' are the first 3 slots of the vector.
9362
c7a4d368
TZ
93632013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
9364
9365 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9366 inside continued strings.
9367
954b166e
PE
93682013-07-10 Paul Eggert <eggert@cs.ucla.edu>
9369
9370 Timestamp fixes for undo (Bug#14824).
9371 * files.el (clear-visited-file-modtime): Move here from fileio.c.
9372
56973319
LL
93732013-07-10 Leo Liu <sdl.web@gmail.com>
9374
9375 * files.el (require-final-newline): Allow safe local value.
9376 (Bug#14834)
9377
5550a72c
LL
93782013-07-09 Leo Liu <sdl.web@gmail.com>
9379
9380 * ido.el (ido-read-directory-name): Handle fallback.
9381 (ido-read-file-name): Update DIR to ido-current-directory.
9382 (Bug#1516)
c28b9050 9383 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 9384
70c46b28
DG
93852013-07-09 Dmitry Gutov <dgutov@yandex.ru>
9386
9387 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9388 "autoload". Remove "warn lower camel case" section, previously
9389 commented out. Highlight negation char. Do not highlight the
9390 target in singleton method definitions.
9391
0b64b838
SM
93922013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9393
7fd72e2c
SM
9394 * faces.el (tty-setup-hook): Declare the hook.
9395
0b64b838
SM
9396 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9397 and detect when a guard/pred depends on local vars (bug#14773).
9398 (pcase--u1): Adjust caller.
9399
ab49d60b
EZ
94002013-07-08 Eli Zaretskii <eliz@gnu.org>
9401
9402 * simple.el (line-move-partial, line-move): Account for
9403 line-spacing.
701d79aa
EZ
9404 (line-move-partial): Avoid setting vscroll when the last
9405 partially-visible line in window is of default height.
ab49d60b 9406
2d756ae0
LMI
94072013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9408
9409 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9410 been used a while.
9411
ed095bd7
JB
94122013-07-07 Juanma Barranquero <lekktu@gmail.com>
9413
9414 * subr.el (read-quoted-char): Remove unused local variable `char'.
9415
f1e6674b
MK
94162013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
9417
584ee3fc
GM
9418 * ediff.el (ediff-version): Version update.
9419 (ediff-files-command, ediff3-files-command, ediff-merge-command)
9420 (ediff-merge-with-ancestor-command, ediff-directories-command)
9421 (ediff-directories3-command, ediff-merge-directories-command)
9422 (ediff-merge-directories-with-ancestor-command): New functions.
9423 All are command-line interfaces to ediff: to facilitate calling
9424 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
9425
9426 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9427 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 9428
584ee3fc
GM
9429 * viper.el (viper-version): Version update.
9430 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 9431
584ee3fc
GM
94322013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9435 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9436 (viper-intercept-ESC-key): Simplify.
9437 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9438 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9439 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9440 (viper-setup-ESC-to-escape): New functions.
9441 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9442 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 9443
9aff9b38
EZ
94442013-07-07 Eli Zaretskii <eliz@gnu.org>
9445
5165d44a
JB
9446 * simple.el (default-font-height, window-screen-lines):
9447 New functions.
9aff9b38
EZ
9448 (line-move, line-move-partial): Use them instead of
9449 frame-char-height and window-text-height. This makes scrolling
9450 text smoother when the buffer's default face uses a font that is
9451 different from the frame's default font.
9452
1afb1d07
JD
94532013-07-06 Jan Djärv <jan.h.d@swipnet.se>
9454
9455 * files.el (write-file): Do not display confirm dialog for NS,
d5081c1e 9456 it does its own dialog, which can't be canceled (Bug#14578).
1afb1d07 9457
23de972a
EZ
94582013-07-06 Eli Zaretskii <eliz@gnu.org>
9459
9460 * simple.el (line-move-partial): Adjust the row returned by
9461 posn-at-point for the current window-vscroll. (Bug#14567)
9462
54a42486
MA
94632013-07-06 Michael Albinus <michael.albinus@gmx.de>
9464
35e951cd 9465 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
54a42486
MA
9466 (tramp-sh-file-inotifywait-process-filter): Handle file names with
9467 spaces.
9468
34ada5f4
MR
94692013-07-06 Martin Rudalics <rudalics@gmx.at>
9470
9471 * window.el (window-state-put-stale-windows): New variable.
9472 (window--state-put-2): Save list of windows without matching buffer.
9473 (window-state-put): Remove "bufferless" windows if possible.
9474
11e03d89
JB
94752013-07-06 Juanma Barranquero <lekktu@gmail.com>
9476
9477 * simple.el (alternatives-define): Remove leftover :group keyword.
9478 Tweak docstring.
9479
3504a4be
LL
94802013-07-06 Leo Liu <sdl.web@gmail.com>
9481
9482 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9483 (ido-enable-virtual-buffers): New variable.
9484 (ido-buffer-internal, ido-toggle-virtual-buffers)
9485 (ido-make-buffer-list): Use it.
9486 (ido-exhibit): Support turning on and off virtual buffers
9487 automatically.
9488
61e56e2c
JB
94892013-07-06 Juanma Barranquero <lekktu@gmail.com>
9490
9491 * simple.el (alternatives-define): New macro.
9492
321e1a9c
SM
94932013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * subr.el (read-quoted-char): Use read-key.
9496 (sit-for): Let read-event decode tty input (bug#14782).
9497
d610f6dd
SB
94982013-07-05 Stephen Berman <stephen.berman@gmx.net>
9499
9500 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
9501 mode command and externally. Fix various related bugs.
9502 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
9503 (todo-delete-file): New command.
9504 (todo-check-file): New function.
9505 (todo-show): Handle external deletion of the file we're trying to
9506 show (bug#14688). Replace called-interactively-p by an optional
9507 prefix argument to avoid problematic interaction with catch form
9508 when byte compiled (bug#14702).
9509 (todo-quit): Handle external deletion of the archive's todo file.
9510 Make sure the buffer that was visiting the archive file is still
9511 live before trying to bury it.
9512 (todo-category-completions): Handle external deletion of any
9513 category completion files.
9514 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9515 of todo files, in case of external deletion.
9516 (todo-add-file): Replace unnecessary setq by let-binding.
9517 (todo-find-archive): Check whether there are any archives.
9518 Replace unnecessary setq by let-binding.
9519 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
9520 archive buffer whether or not the archive already exists.
9521 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
9522 check if the archive is new; if it is, update list of archives.
9523 (todo-default-todo-file): Allow nil to be a valid value for when
9524 there are no todo files.
9525 (todo-reevaluate-default-file-defcustom): Use corrected definition
9526 of todo-default-todo-file.
9527 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9528 (todo-delete-category, todo-show-categories-table)
9529 (todo-category-number): Clarify comment.
9530 (todo-filter-items): Clarify documentation string.
9531 (todo-show-current-file, todo-display-as-todo-file)
9532 (todo-reset-and-enable-done-separator): Tweak documentation string.
9533 (todo-done-separator): Make separator length window-width, since
9534 bug#2749 is now fixed.
9535
ddbdfd6f
MA
95362013-07-05 Michael Albinus <michael.albinus@gmx.de>
9537
321e1a9c
SM
9538 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9539 Support both "gvfs-monitor-dir" and "inotifywait".
9540 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
9541 `tramp-sh-file-notify-process-filter'.
9542 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9543 (tramp-get-remote-gvfs-monitor-dir): New defuns.
9544
96eb829a
LL
95452013-07-05 Leo Liu <sdl.web@gmail.com>
9546
9547 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9548
cf13177e
YM
95492013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9550
9551 * frame.el (display-pixel-height, display-pixel-width)
9552 (display-mm-height, display-mm-width): Mention behavior on
9553 multi-monitor setups in docstrings.
9554 (w32-display-monitor-attributes-list): Declare function.
9555 (display-monitor-attributes-list): Use it.
9556
864c58ca
MA
95572013-07-04 Michael Albinus <michael.albinus@gmx.de>
9558
9559 * filenotify.el: New package.
9560
9561 * autorevert.el (top): Require filenotify.el.
9562 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
9563 instead.
9564 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9565 (auto-revert-notify-handler): Use `file-notify-*' functions.
9566
9567 * subr.el (file-notify-handle-event): Move function to filenotify.el.
9568
321e1a9c
SM
9569 * net/tramp.el (tramp-file-name-for-operation):
9570 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
9571
9572 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9573 for `file-notify-add-watch' and `file-notify-rm-watch'.
9574 (tramp-process-sentinel): Improve trace.
9575 (tramp-sh-handle-file-notify-add-watch)
9576 (tramp-sh-file-notify-process-filter)
9577 (tramp-sh-handle-file-notify-rm-watch)
9578 (tramp-get-remote-inotifywait): New defuns.
9579
96673afe
JL
95802013-07-03 Juri Linkov <juri@jurta.org>
9581
9582 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9583 call of `occur-read-primary-args' to interactive spec.
9584
9585 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9586 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
9587
924494f4
MM
95882013-07-03 Matthias Meulien <orontee@gmail.com>
9589
9590 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9591 `Buffer-menu-multi-occur'. Add it to the menu.
9592 (Buffer-menu-mode): Document it in docstring.
9593 (Buffer-menu-multi-occur): New command. (Bug#14673)
9594
56f75efc
DG
95952013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9596
9597 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9598 keywords and built-ins.
9599
9b057d61
GM
96002013-07-03 Glenn Morris <rgm@gnu.org>
9601
208dee4d
GM
9602 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
9603
9b057d61
GM
9604 Make info-xref checks case-sensitive by default
9605 * info.el (Info-find-node, Info-find-in-tag-table)
9606 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9607 Add option for exact case matching of nodes.
9608 * info-xref.el (info-xref): New custom group.
9609 (info-xref-case-fold): New option.
9610 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9611
e01aa29c
LL
96122013-07-03 Leo Liu <sdl.web@gmail.com>
9613
9614 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9615
3086ca2e
DG
96162013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9617
9618 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9619 middle of block statement initially, lower the depth. Remove
9620 FIXME comment, not longer valid. Remove middle of block statement
9621 detection, no need to do that anymore since we've been using
9622 `ruby-parse-region' here.
9623
a3b49114
JD
96242013-07-02 Jan Djärv <jan.h.d@swipnet.se>
9625
9626 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9627
08e5c823 96282013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
9629
9630 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9631
2addf922
JB
96322013-07-01 Juanma Barranquero <lekktu@gmail.com>
9633
9634 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9635 (desktop-restore-in-current-display): New customization option.
9636 (desktop--excluded-frame-parameters): Add `font'.
9637 (desktop--save-frames): Rename from desktop--save-windows.
9638 (desktop--restore-in-this-display-p): New function.
9639 (desktop--make-full-frame): Remove unwanted width/height from
9640 full(width|height) frames.
9641 (desktop--restore-frames): Rename from desktop--restore-windows.
9642 Obey desktop-restore-current-display. Do not delete old frames or
9643 select a new frame unless we were able to restore at least one frame.
9644
ef099a94
MN
96452013-06-30 Michal Nazarewicz <mina86@mina86.com>
9646
9647 * files.el (find-file-noselect): Simplify conditional expression.
9648
a12bf61e 9649 * textmodes/remember.el (remember-append-to-file):
ef099a94
MN
9650 Don't mix `find-buffer-visiting' and `get-file-buffer'.
9651
9652 Add `remember-notes' function to store random notes across Emacs
9653 restarts.
3fcfc4ee
JB
9654 * textmodes/remember.el (remember-data-file): Add :set callback to
9655 affect notes buffer (if any).
ef099a94
MN
9656 (remember-notes): New command.
9657 (remember-notes-buffer-name, bury-remember-notes-on-kill):
9658 New defcustoms for the `remember-notes' function.
9659 (remember-notes-save-and-bury-buffer): New command.
9660 (remember-notes-mode-map): New variable.
9661 (remember-mode): New minor mode.
9662 (remember-notes--kill-buffer-query): New function.
9663 * startup.el (initial-buffer-choice): Add notes to custom type.
9664
0865d506
EZ
96652013-06-30 Eli Zaretskii <eliz@gnu.org>
9666
0ba54312
EZ
9667 * bindings.el (right-char, left-char): Don't call sit-for, this is
9668 no longer needed. Use arithmetic comparison only for numerical
9669 arguments.
9670
ef099a94
MN
9671 * international/mule-cmds.el (select-safe-coding-system):
9672 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 9673
2fae38e5
LMI
96742013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9675
9676 * net/shr.el (shr-make-table-1): Add a sanity check that allows
9677 progression on degenerate tables.
ef099a94 9678 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 9679
a47cbd64
JB
96802013-06-30 Juanma Barranquero <lekktu@gmail.com>
9681
9682 Some fixes and improvements for desktop frame restoration.
9683 It is still experimental and disabled by default.
9684 * desktop.el (desktop--save-windows): Put the selected frame at
9685 the head of the list.
9686 (desktop--make-full-frame): New function.
9687 (desktop--restore-windows): Try to re-select the frame that was
9688 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
9689 just show an error message and continue. Set up maximized frames
9690 so they have default non-maximized dimensions.
a47cbd64 9691
6dbafa30
DG
96922013-06-30 Dmitry Gutov <dgutov@yandex.ru>
9693
ef099a94
MN
9694 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9695 Don't start heredoc inside a string or comment.
6dbafa30 9696
4c672a0f
EZ
96972013-06-29 Eli Zaretskii <eliz@gnu.org>
9698
9699 * bindings.el (visual-order-cursor-movement): New defcustom.
9700 (right-char, left-char): Provide visual-order cursor motion by
9701 calling move-point-visually. Update the doc strings.
9702
50960f36
KH
97032013-06-28 Kenichi Handa <handa@gnu.org>
9704
9705 * international/mule.el (define-coding-system): New coding system
9706 properties :inhibit-null-byte-detection,
9707 :inhibit-iso-escape-detection, and :prefer-utf-8.
9708 (set-buffer-file-coding-system): If :charset-list property of
9709 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9710 appropriate for setting.
9711
c1ea3abf
JB
9712 * international/mule-cmds.el (select-safe-coding-system):
9713 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9714 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
9715
9716 * international/mule-conf.el (prefer-utf-8): New coding system.
9717 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9718 files.
9719
75dbaf9d
IK
97202013-06-28 Ivan Kanis <ivan@kanis.fr>
9721
eadb6068
IK
9722 * net/shr.el (shr-render-region): New function.
9723
75dbaf9d
IK
9724 * net/eww.el: Autoload `eww-browse-url'.
9725
9ea5cf9f
DG
97262013-06-27 Dmitry Gutov <dgutov@yandex.ru>
9727
c1ea3abf
JB
9728 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9729 Adapt to `package-desc-version' being a list.
9730 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
9731 archive element.
9732
39c0e36f
JB
97332013-06-27 Juanma Barranquero <lekktu@gmail.com>
9734
9735 New experimental feature to save&restore window and frame setup.
9736 * desktop.el (desktop-save-windows): New defcustom.
9737 (desktop--saved-states): New var.
9738 (desktop--excluded-frame-parameters): New defconst.
9739 (desktop--filter-frame-parms, desktop--find-frame-in-display)
9740 (desktop--restore-windows, desktop--save-windows): New functions.
9741 (desktop-save): Call `desktop--save-windows'.
9742 (desktop-read): Call `desktop--restore-windows'.
9743
7f13406b
LMI
97442013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9745
ef099a94 9746 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 9747
1e072639
SB
97482013-06-27 Stephen Berman <stephen.berman@gmx.net>
9749
9750 * info.el (Info-try-follow-nearest-node): Move search for footnote
9751 above search for node name to prevent missing a footnote (bug#14717).
9752
f3e2cbde
SB
97532013-06-27 Stephen Berman <stephen.berman@gmx.net>
9754
9755 * obsolete/otodo-mode.el: Add obsolescence info to file header.
9756
99906aa0
LL
97572013-06-27 Leo Liu <sdl.web@gmail.com>
9758
9759 * net/eww.el (eww-read-bookmarks): Check file size.
9760
539f75f4
SM
97612013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9762
9763 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9764 advice--pending if newdef is nil or an autoload (bug#13820).
9765 (advice-mapc): New function.
9766
843571cb
LMI
97672013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9768
9769 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9770 probably.
23a75d7f 9771 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
9772 (eww-add-bookmark): New command.
9773 (eww-bookmark-mode): New mode and commands.
a285ce99 9774 (eww-add-bookmark): Remove newlines from the title.
47fd571b 9775 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 9776
f2136e1e
GM
97772013-06-26 Glenn Morris <rgm@gnu.org>
9778
eab35f39
GM
9779 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9780 (hfy-size): Handle ttys. (Bug#14668)
9781
f2136e1e
GM
9782 * info-xref.el: Update for Texinfo 5 change in *note format.
9783 (info-xref-node-re, info-xref-note-re): New constants.
9784 (info-xref-check-buffer): Use info-xref-note-re.
9785
a49ff80c
SM
97862013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9787
a343d218
SM
9788 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9789
a49ff80c
SM
9790 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9791 nil terminate the loop (bug#14718).
9792
8308f184
LMI
97932013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9794
9795 * net/eww.el: Rework history traversal. When going forward/back,
9796 put these actions into the history, too, so that they can be
9797 replayed.
26bf2b82 9798 (eww-render): Move the history reset to the correct buffer.
8308f184 9799
ec64c273
JL
98002013-06-25 Juri Linkov <juri@jurta.org>
9801
9802 * files-x.el (modify-dir-local-variable): Change the header comment
9803 in the file with directory local variables. (Bug#14692)
9804
e080a9d7
JL
9805 * files-x.el (read-file-local-variable-value): Add `default'.
9806 (Bug#14710)
9807
bfbc93a1
IK
98082013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9809
9810 * net/eww.el (eww-make-unique-file-name): Create a unique file
9811 name before saving to entering `y' accidentally asynchronously.
9812
98132013-06-25 Ivan Kanis <ivan@kanis.fr>
9814
9815 * net/eww.el (eww-download): New command and keystroke.
9816
16f74f10
LMI
98172013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9818
a49ff80c 9819 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
9820
9821 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9822 be more consistent with Info and dired.
9823
9824 * net/eww.el (eww-mode-map): Ditto.
9825
12059709
SM
98262013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
9829 packages from archives.
9830 (package-archive-contents): Change format; include obsolete packages.
9831 (package-desc): Use `dir' to mark builtin packages.
9832 (package--from-builtin): Set the `dir' field to `builtin'.
9833 (generated-autoload-file, version-control): Declare.
9834 (package-compute-transaction): Change first arg and return value to be
9835 lists of package-descs. Adjust to new package-archive-contents format.
9836 (package--add-to-archive-contents): Adjust to new
9837 package-archive-contents format.
9838 (package-download-transaction): Arg is now a list of package-descs.
9839 (package-install): If `pkg' is a package name, pass it as
9840 a requirement, so it is subject to the usual (e.g. disabled) checks.
9841 (describe-package): Accept package-desc as well.
9842 (describe-package-1): Describe a specific package-desc. Add links to
9843 other package-descs for the same package name.
9844 (package-menu-describe-package): Pass the actual package-desc.
9845 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9846 works correctly.
9847 (package-desc-status): New function.
9848 (package-menu--refresh): New function, extracted
9849 from package-menu--generate.
9850 (package-menu--generate): Use it.
9851 (package-delete): Update package-alist.
9852 (package-menu-execute): Don't call package-initialize.
9853
9854 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9855 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9856 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9857 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9858 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9859 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9860
8bbdea0f
MR
98612013-06-25 Martin Rudalics <rudalics@gmx.at>
9862
9863 * window.el (window--state-get-1): Workaround for bug#14527.
9864 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
9865
e82b0991
LMI
98662013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9867
9868 * net/eww.el (eww-back-url): Implement the history by stashing all
9869 the data into a list.
d3f0f918 9870 (eww-forward-url): Allow going forward in the history, too.
e82b0991 9871
c763842b
SM
98722013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
9875 for values and use read--expression for expressions (bug#14710).
9876 (read-file-local-variable): Avoid setq.
9877 (read-file-local-variable-mode): Use minor-mode-list.
9878
bceff189
RW
98792013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9880
864c58ca 9881 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
9882 for DOI URLs.
9883
45f431c6
RW
98842013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9885
864c58ca 9886 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
9887 Update imenu-support when dialect changes.
9888
f42d8237
LL
98892013-06-25 Leo Liu <sdl.web@gmail.com>
9890
9891 * ido.el (ido-read-internal): Allow forward slash on windows.
9892
be549ce6
LMI
98932013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9894
9895 * net/eww.el (eww): Start of strings is \\`, not ^.
9896
71d4c19d
IK
98972013-06-24 Ivan Kanis <ivan@kanis.fr>
9898
5196f88a
IK
9899 * net/shr.el (shr-browse-url): Fix interactive spec.
9900
71d4c19d
IK
9901 * net/eww.el (eww): Add a trailing slash to domain names.
9902
ae36ca55
JB
99032013-06-24 Juanma Barranquero <lekktu@gmail.com>
9904
9905 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
9906
0ebd92a3
LMI
99072013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9908
bdaa086b
LMI
9909 * net/shr.el (shr-browse-url): Use an external browser if given a
9910 prefix.
9911
c763842b 9912 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 9913
b89fc156
IK
99142013-06-24 Ivan Kanis <ivan@kanis.fr>
9915
9916 * net/eww.el (eww): Work more correctly for file: URLs.
9917 (eww-detect-charset): Allow quoted charsets.
9918 (eww-yank-page-url): New command and keystroke.
9919
18eb4bca
DU
99202013-06-24 Daiki Ueno <ueno@gnu.org>
9921
9922 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
9923 file name of gpg executable.
9924 (epg-context-program): New function.
9925 (epg-context-home-directory): New function.
9926 (epg-context-set-program): New function.
9927 (epg-context-set-home-directory): New function.
9928 (epg--start): Use `epg-context-program' instead of
9929 'epg-gpg-program'.
9930 (epg--list-keys-1): Likewise.
9931
6c6268c8
LL
99322013-06-24 Leo Liu <sdl.web@gmail.com>
9933
9934 * ido.el (ido-read-internal): Fix bug#14620.
9935
5e400cb3
JB
99362013-06-23 Juanma Barranquero <lekktu@gmail.com>
9937
9938 * faces.el (face-documentation): Simplify.
9939 (read-face-attribute, tty-find-type, x-resolve-font-name):
9940 Use `string-match-p'.
9941 (list-faces-display): Use `string-match-p'. Simplify.
9942 (face-spec-recalc): Check face to avoid face alias loops.
9943 (read-color): Use `string-match-p' and non-capturing parenthesis.
9944
f3f9606c
LMI
99452013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9946
9947 * net/shr.el (shr-rescale-image): Use the new
9948 :max-width/:max-height functionality.
9949
a3ca09b9
IK
99502013-06-23 Ivan Kanis <ivan@kanis.fr>
9951
9952 * net/eww.el (eww-search-prefix): New variable.
9953 (eww): Use it.
f865b474
IK
9954 (eww-external-browser): New variable.
9955 (eww-mode-map): New keystroke.
9956 (eww-browse-with-external-browser): New command.
a3ca09b9 9957
e854cfc7
IK
9958 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9959
18bb9e21
JB
99602013-06-23 Juanma Barranquero <lekktu@gmail.com>
9961
9962 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9963 Don't skip aligning the next header field when padding is 0;
9964 otherwise, field width is not respected unless the title is as
9965 wide as the field.
9966
5b165ade
SM
99672013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * emacs-lisp/package.el (package-el-version): Remove.
9970 (package-process-define-package): Fix inf-loop.
9971 (package-install): Allow symbols as arguments again.
9972
12adebe9
DG
99732013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9974
9975 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9976 add some more keyword-like methods.
9977 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9978
388573ee
JB
99792013-06-22 Juanma Barranquero <lekktu@gmail.com>
9980
9981 * bs.el (bs-buffer-show-mark): Make defvar-local.
9982 (bs-mode): Use setq-local.
9983
9984 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9985 (emacs-lock--try-unlocking): Make defvar-local.
9986
4582a01c 99872013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 9988
2663dd23
GM
9989 * play/cookie1.el (cookie-apropos): Minor simplification.
9990
3d94f3ad
GM
9991 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9992
f72e2fdb
DG
99932013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9994
9995 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
9996 `regexp-opt', it breaks the build during dumping.
9997
73eab938
DG
99982013-06-21 Dmitry Gutov <dgutov@yandex.ru>
9999
c763842b
SM
10000 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10001 Highlight keyword-like methods on Kernel and Module with
73eab938 10002 font-lock-builtin-face.
5cf8176d
DG
10003 (auto-mode-alist): Consolidate different entries into one regexp
10004 and add more *file-s.
73eab938 10005
d26255f6
SB
100062013-06-21 Stephen Berman <stephen.berman@gmx.net>
10007
10008 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10009
10010 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10011 (diary-entry): Use it in the action of this button type instead of
10012 diary-goto-entry.
10013
10014 * calendar/todo-mode.el: New version.
10015 (todo-add-category): Append new category to end of file and give
10016 it the highest number, instead of putting it at the beginning and
10017 giving it 0. Incorporate noninteractive functionality.
10018 (todo-forward-category): Adapt to 1-based category numbering.
10019 Allow skipping over archived categories.
10020 (todo-backward-category): Derive from todo-forward-category.
10021 (todo-backward-item, todo-forward-item): Make noninteractive and
10022 delegate interactive part to new commands. Make sensitive to done items.
10023 (todo-categories): Make value an alist of category names and
10024 vectors of item counts.
10025 (todo-category-beg): Make a defconst.
10026 (todo-category-number): Use 1 instead of 0 as initial value.
10027 (todo-category-select): Make sensitive to overlays, optional item
10028 highlighting and done items.
10029 (todo-delete-item): Make sensitive to overlays and marked and done items.
10030 (todo-edit-item): Make sensitive to overlays and editing of
10031 date/time header optional. Add format checks.
10032 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
10033 no-op if point is not on an item. Advertise using todo-edit-quit.
10034 (todo-edit-mode): Make sensitive to new format, font-locking, and
10035 multiple todo files.
10036 (todo-insert-item, todo-insert-item-here): Derive from
10037 todo-basic-insert-item and extend functionality.
10038 (todo-item-end, todo-item-start): Make sensitive to done items.
10039 (todo-item-string): Don't return text properties. Restore point.
10040 (todo-jump-to-category): Make sensitive to multiple todo files and
10041 todo archives. Use extended category completion.
10042 (todo-lower-item, todo-raise-item): Rename to *-priority and
10043 derive from todo-set-item-priority.
10044 (todo-mode): Derive from special-mode. Make sensitive to new
10045 format, font-locking and multiple todo files. Make read-only.
10046 (todo-mode-map): Don't suppress digit keys, so they can supply
10047 prefix arguments. Add many new key bindings.
10048 (todo-prefix): Insert as an overlay instead of file text.
10049 Change semantics from diary date expression to purely visual mark.
10050 (todo-print): Rename to todo-print-buffer. Make buffer display
10051 features printable. Remove option to restrict number of items
10052 printed. Add option to print to file.
10053 (todo-print-function): Rename to todo-print-buffer-function.
10054 (todo-quit): Extend to handle exiting new todo modes.
10055 (todo-remove-item): Make sensitive to overlays.
10056 (todo-save): Extend to buffers of filtered items.
10057 (todo-show): Make sensitive to done items, multiple todo files and
10058 new todo modes. Offer to convert legacy todo file before creating
10059 first new todo file.
10060 (todo-show-priorities): Rename to todo-top-priorities.
10061 Change semantics of value 0.
10062 (todo-top-priorities): Rename to todo-filter-top-priorities,
10063 derive from todo-filter-items and extend functionality.
10064 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10065 and extend functionality to other types of filtered items.
10066 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10067 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10068 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10069 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10070 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10071 (todo-edit-mode-hook, todo-entry-prefix-function)
10072 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10073 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10074 (todo-initials, todo-insert-threshold, todo-item-string-start)
10075 (todo-line-string, todo-menu, todo-mode-hook)
10076 (todo-more-important-p, todo-previous-answer, todo-previous-line)
10077 (todo-print-priorities, todo-remove-separator)
10078 (todo-save-top-priorities-too, todo-string-count-lines)
10079 (todo-string-multiline-p, todo-time-string-format)
10080 (todo-tmp-buffer-name): Remove.
10081 (todo-add-file, todo-archive-done-item, todo-choose-archive)
10082 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10083 (todo-edit-category-diary-inclusion)
10084 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10085 (todo-edit-file, todo-edit-item-date-day)
10086 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10087 (todo-edit-item-date-month, todo-edit-item-date-to-today)
10088 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10089 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10090 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10091 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10092 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10093 (todo-filter-top-priorities-multifile, todo-find-archive)
10094 (todo-find-filtered-items-file, todo-go-to-source-item)
10095 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10096 (todo-jump-to-archive-category, todo-lower-category)
10097 (todo-mark-category, todo-marked-item-p, todo-merge-category)
10098 (todo-move-category, todo-move-item, todo-next-button)
10099 (todo-next-item, todo-padded-string, todo-powerset)
10100 (todo-previous-button, todo-previous-item)
10101 (todo-print-buffer-to-file, todo-raise-category)
10102 (todo-rename-category, todo-repair-categories-sexp, todo-search)
10103 (todo-set-category-number, todo-set-item-priority)
10104 (todo-set-top-priorities-in-category)
10105 (todo-set-top-priorities-in-file, todo-show-categories-table)
10106 (todo-sort-categories-alphabetically-or-numerically)
10107 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10108 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10109 (todo-toggle-item-header, todo-toggle-item-highlighting)
10110 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10111 (todo-toggle-view-done-items, todo-toggle-view-done-only)
10112 (todo-unarchive-items, todo-unmark-category): New commands.
10113 (todo-absolute-file-name, todo-add-to-buffer-list)
10114 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10115 (todo-basic-insert-item, todo-category-completions)
10116 (todo-category-number, todo-category-string-matcher-1)
10117 (todo-category-string-matcher-2, todo-check-filtered-items-file)
10118 (todo-check-format, todo-clear-matches)
10119 (todo-comment-string-matcher, todo-convert-legacy-date-time)
10120 (todo-current-category, todo-date-string-matcher)
10121 (todo-define-insertion-command, todo-diary-expired-matcher)
10122 (todo-diary-goto-entry, todo-diary-item-p)
10123 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10124 (todo-display-categories, todo-display-sorted, todo-done-item-p)
10125 (todo-done-item-section-p, todo-done-separator)
10126 (todo-done-string-matcher, todo-files, todo-filter-items)
10127 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10128 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10129 (todo-insert-category-line, todo-insert-item-from-calendar)
10130 (todo-insert-sort-button, todo-insert-with-overlays)
10131 (todo-insertion-command-name, todo-insertion-key-bindings)
10132 (todo-label-to-key, todo-longest-category-name-length)
10133 (todo-make-categories-list, todo-mode-external-set)
10134 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10135 (todo-modes-set-3, todo-multiple-filter-files)
10136 (todo-nondiary-marker-matcher, todo-prefix-overlays)
10137 (todo-read-category, todo-read-date, todo-read-dayname)
10138 (todo-read-file-name, todo-read-time)
10139 (todo-reevaluate-category-completions-files-defcustom)
10140 (todo-reevaluate-default-file-defcustom)
10141 (todo-reevaluate-filelist-defcustoms)
10142 (todo-reevaluate-filter-files-defcustom)
10143 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10144 (todo-reset-done-separator, todo-reset-done-separator-string)
10145 (todo-reset-done-string, todo-reset-global-current-todo-file)
10146 (todo-reset-highlight-item, todo-reset-nondiary-marker)
10147 (todo-reset-prefix, todo-set-categories)
10148 (todo-set-date-from-calendar, todo-set-show-current-file)
10149 (todo-set-top-priorities, todo-short-file-name)
10150 (todo-show-current-file, todo-sort, todo-time-string-matcher)
10151 (todo-total-item-counts, todo-update-buffer-list)
10152 (todo-update-categories-display, todo-update-categories-sexp)
10153 (todo-update-count, todo-validate-name, todo-y-or-n-p):
10154 New functions.
10155 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10156 New major modes.
10157 (todo-categories, todo-display, todo-edit, todo-faces)
10158 (todo-filtered): New defgroups.
10159 (todo-archived-only, todo-button, todo-category-string, todo-date)
10160 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10161 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10162 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10163 (todo-add-item-if-new-category, todo-always-add-time-string)
10164 (todo-categories-align, todo-categories-archived-label)
10165 (todo-categories-category-label, todo-categories-diary-label)
10166 (todo-categories-done-label, todo-categories-number-separator)
10167 (todo-categories-todo-label, todo-categories-totals-label)
10168 (todo-category-completions-files, todo-completion-ignore-case)
10169 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10170 (todo-done-separator-string, todo-done-string)
10171 (todo-files-function, todo-filter-done-items, todo-filter-files)
10172 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10173 (todo-initial-category, todo-initial-file, todo-item-mark)
10174 (todo-legacy-date-time-regexp, todo-mode-line-function)
10175 (todo-nondiary-marker, todo-number-prefix)
10176 (todo-print-buffer-function, todo-show-current-file)
10177 (todo-show-done-only, todo-show-first, todo-show-with-done)
10178 (todo-skip-archived-categories, todo-top-priorities-overrides)
10179 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10180 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10181 New defcustoms.
10182 (todo-category-done, todo-date-pattern, todo-date-string-start)
10183 (todo-diary-items-buffer, todo-done-string-start)
10184 (todo-filtered-items-buffer, todo-item-start)
10185 (todo-month-abbrev-array, todo-month-name-array)
10186 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10187 (todo-top-priorities-buffer): New defconsts.
10188 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10189 (todo-categories-with-marks, todo-category-string-face)
10190 (todo-comment-face, todo-comment-string, todo-current-todo-file)
10191 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10192 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10193 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10194 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10195 (todo-font-lock-keywords, todo-global-current-todo-file)
10196 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10197 (todo-insertion-commands-args)
10198 (todo-insertion-commands-args-genlist)
10199 (todo-insertion-commands-names, todo-insertion-map)
10200 (todo-key-bindings-t, todo-key-bindings-t+a)
10201 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10202 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10203 (todo-nondiary-face, todo-print-buffer, todo-time-face)
10204 (todo-visited): New variables.
10205
cad5d1cb
GM
102062013-06-21 Glenn Morris <rgm@gnu.org>
10207
10208 * play/cookie1.el (cookie-apropos): Add optional display argument.
10209 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
10210 (psychoanalyze-pinhead): Use cookie-doctor.
10211
9e277302
JB
102122013-06-21 Juanma Barranquero <lekktu@gmail.com>
10213
10214 * emacs-lisp/package.el (tar-get-file-descriptor)
10215 (tar--extract): Declare.
10216
c5b0993e
EW
102172013-06-21 Eduard Wiebe <usenet@pusto.de>
10218
10219 Extend flymake's warning predicate to be a function (bug#14217).
10220 * progmodes/flymake.el (flymake-warning-predicate): New.
10221 (flymake-parse-line): Use it.
10222 (flymake-warning-re): Make obsolete alias to
10223 `flymake-warning-predicate'.
10224
a7d2d465
SM
102252013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10226
10227 * emacs-lisp/package.el (package-alist): Include obsolete packages.
10228 (package-obsolete-list): Remove.
10229 (package-activate): Remove min-version argument. Add `force' argument.
10230 Adjust to new package-alist format.
10231 (package-mark-obsolete): Remove.
10232 (package-unpack): Force reload of the package's autoloads.
10233 (package-installed-p): Check builtins if the installed package is not
10234 recent enough.
10235 (package-initialize): Don't reset package-obsolete-list.
10236 Don't specify which package version to activate.
10237 (package-process-define-package, describe-package-1)
10238 (package-menu--generate): Adjust to new package-alist format.
10239
cedf5c9d
JB
102402013-06-21 Juanma Barranquero <lekktu@gmail.com>
10241
10242 * allout-widgets.el (allout-widgets-mode-off)
10243 (allout-widgets-mode-on, allout-widgets-pre-command-business)
10244 (allout-widgets-post-command-business)
10245 (allout-widgets-after-copy-or-kill-function)
10246 (allout-widgets-after-undo-function, allout-test-range-overlaps)
10247 (allout-decorate-item-and-context)
10248 (allout-graphics-modification-handler): Fix typos in docstrings.
10249 (allout-get-or-create-parent-widget): Use `looking-at-p'.
10250
10251 * cmuscheme.el (scheme-start-file): Doc fix.
10252 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10253 (scheme-input-filter): Use `string-match-p'.
10254
10255 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10256
10257 * dired-x.el: Use Dired consistently in docstrings.
10258
10259 * dired.el: Use Dired consistently in docstrings.
10260 (dired-readin, dired-mode): Use `setq-local'.
10261 (dired-switches-alist): Make defvar-local.
10262 (dired-buffers-for-dir): Use `zerop'.
10263 (dired-safe-switches-p, dired-switches-escape-p)
10264 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10265 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
35e951cd 10266 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
cedf5c9d
JB
10267 (dired-goto-next-nontrivial-file): Use `string-match-p'.
10268 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10269 (dired-toggle-marks, dired-mark-files-containing-regexp)
10270 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10271 (dired-flag-auto-save-files, dired-flag-backup-files):
10272 Use `looking-at-p'.
10273 (dired-mark-files-regexp, dired-build-subdir-alist):
10274 Use `string-match-p', `looking-at-p'.
10275
10276 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10277 (direct-print-region-helper): Use `string-match-p'.
10278
aed838b5
LL
102792013-06-21 Leo Liu <sdl.web@gmail.com>
10280
cedf5c9d
JB
10281 * comint.el (comint-redirect-results-list-from-process):
10282 Fix infinite loop.
aed838b5 10283
d80a808f
LMI
102842013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10285
10286 * net/eww.el (eww-update-header-line-format): Quote % characters.
10287
e7a526e3
GM
102882013-06-21 Glenn Morris <rgm@gnu.org>
10289
10290 * play/cookie1.el (cookie): New custom group.
10291 (cookie-file): New option.
10292 (cookie-check-file): New function.
10293 (cookie): Make it interactive. Make start and end messages optional.
10294 Interactively, display the result. Default to cookie-file.
10295 (cookie-insert): Default to cookie-file.
10296 (cookie-snarf): Make start and end messages optional.
10297 Default to cookie-file. Use with-temp-buffer.
10298 (cookie-read): Rename from read-cookie.
10299 Make start and end messages optional. Default to cookie-file.
10300 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 10301 Do not autoload it.
e7a526e3
GM
10302 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10303 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10304
62efb35e
LL
103052013-06-21 Leo Liu <sdl.web@gmail.com>
10306
10307 * progmodes/octave.el (octave-mode): Backward compatibility fix.
10308
21e3f963
GM
103092013-06-21 Glenn Morris <rgm@gnu.org>
10310
10311 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10312
fd846ab4
SM
103132013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10314 Daniel Hackney <dan@haxney.org>
10315
10316 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10317 Consolidate the single-file vs tarball code.
10318 (package-desc-suffix): New function.
10319 (package-desc-full-name): Don't bother inlining it.
10320 (package-load-descriptor): Return the new package-desc.
10321 (package-mark-obsolete): Remove unused arg `package'.
10322 (package-unpack): Make it work for single files as well.
10323 Make it update package-alist.
10324 (package--make-autoloads-and-stuff): Rename from
10325 package--make-autoloads-and-compile. Don't compile any more.
10326 (package--compile): New function.
10327 (package-generate-description-file): New function, extracted from
10328 package-unpack-single.
10329 (package-unpack-single): Remove.
10330 (package--with-work-buffer): Add indentation and debugging info.
10331 (package-download-single): Remove.
10332 (package-install-from-archive): Rename from package-download-tar, make
10333 it take a pkg-desc, and make it work for single files as well.
10334 (package-download-transaction): Simplify.
10335 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
10336 external tar program.
10337 (package-install-from-buffer): Remove `pkg-desc' argument.
10338 Use package-tar-file-info for tar-mode buffers.
10339 (package-install-file): Simplify accordingly.
10340 (package-archive-base): Change to take a pkg-desc.
10341 * tar-mode.el (tar--check-descriptor): New function, extracted from
10342 tar-get-descriptor.
10343 (tar-get-descriptor): Use it.
10344 (tar-get-file-descriptor): New function.
10345 (tar--extract): New function, extracted from tar-extract.
10346 (tar--extract): Use it.
10347 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10348 case the summary uses non-ascii. Adjust to new calling convention of
10349 package-tar-file-info.
10350
b7deae5e
LL
103512013-06-21 Leo Liu <sdl.web@gmail.com>
10352
fd846ab4
SM
10353 * comint.el (comint-redirect-results-list-from-process):
10354 Fix random delay. (Bug#14681)
b7deae5e 10355
7a65a0b2
JB
103562013-06-21 Juanma Barranquero <lekktu@gmail.com>
10357
10358 * profiler.el (profiler-format-number): Use log, not log10.
10359
1493c2af
JB
103602013-06-20 Juanma Barranquero <lekktu@gmail.com>
10361
10362 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10363
aff6371e
SM
103642013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10365
10366 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10367 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10368 yet available.
10369 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10370 (AUTOGENEL): ... here.
10371 * emacs-lisp/cl-macs.el (cl--sublis): New function.
10372 (cl--defsubst-expand): Use it.
10373
89561f72
PE
103742013-06-20 Paul Eggert <eggert@cs.ucla.edu>
10375
10376 * subr.el (log10): Move here from C code, and declare as obsolete.
10377 All uses of (log10 X) replaced with (log X 10).
10378
47199123
JB
103792013-06-20 Juanma Barranquero <lekktu@gmail.com>
10380
10381 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10382 Declare with `defvar-local'.
10383 (tabulated-list-use-header-line, tabulated-list-entries)
10384 (tabulated-list-padding, tabulated-list-printer)
10385 (tabulated-list-sort-key): Declare with `defvar-local'.
10386 (tabulated-list-init-header, tabulated-list-print-fake-header):
10387 Use `setq-local'.
10388
4a172eab
MA
103892013-06-20 Michael Albinus <michael.albinus@gmx.de>
10390
47199123
JB
10391 * arc-mode.el (archive-mode): Add `archive-write-file' to
10392 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 10393
5fc0acc0
JB
103942013-06-20 Juanma Barranquero <lekktu@gmail.com>
10395
d5b27848
JB
10396 * cus-edit.el (custom-commands): Fix typos.
10397 (custom-display): Fix tooltip text.
10398 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10399 Fix typos in docstrings.
10400 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10401 (custom-unlispify-menu-entry, custom-magic-value-create)
10402 (custom-add-see-also, custom-group-value-create): Use ?\s.
10403 (custom-guess-type, customize-apropos, editable-field)
10404 (custom-face-value-create): Use `string-match-p'.
10405 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10406
10407 * custom.el (custom-load-symbol): Use `string-match-p'.
10408
a5c581d8
JB
10409 * ansi-color.el: Convert to lexical binding.
10410 (ansi-colors): Fix URL.
10411 (ansi-color-context, ansi-color-context-region): Use defvar-local.
10412 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10413 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10414
970ad972
G
104152013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10416
10417 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10418
10419 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10420
104212013-06-19 Tom Tromey <tromey@redhat.com>
10422
10423 * net/eww.el (eww-top-url): Remove.
10424 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10425 (eww-render): Set new variables. Don't set eww-top-url.
10426 (eww-handle-link): Handle "prev", "home", and "contents".
10427 Downcase the rel text.
10428 (eww-top-url): Choose best top URL.
10429
104302013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10431
10432 * net/eww.el: Rewrite to implement form elements "by hand" instead of
10433 relying in widget.el. Using widget.el leads to too many
10434 user interface inconsistencies.
10435 (eww-self-insert): Implement entering commands in text fields.
10436 (eww-process-text-input): New function to make text input field editing
10437 work.
10438 (eww-submit): Rewrite to use the new-style form methods.
10439 (eww-select-display): Display the correct selected item.
10440 (eww-change-select): Implement changing the select value.
10441 (eww-toggle-checkbox): Implement radio/checkboxes.
10442 (eww-update-field): Fix compilation error.
10443 (eww-tag-textarea): Implement <textarea>.
10444
10445 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10446 we don't shadow mode-specific bindings.
10447
10448 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10449 nothing to push.
10450
10451 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10452
4582a01c 104532013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
10454
10455 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10456
15b263dc
MA
104572013-06-19 Michael Albinus <michael.albinus@gmx.de>
10458
10459 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10460 not needed.
10461
10462 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10463
8f5297f7
LMI
104642013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10465
10466 * net/browse-url.el (browse-url-browser-function):
10467 `eww-browse-url' has the right calling signature, `eww' does not.
10468
011c4552
GM
104692013-06-19 Glenn Morris <rgm@gnu.org>
10470
2285bd27
GM
10471 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10472 Only eval autoloaded macros.
10473 (byte-compile-autoload): Only give the macro warning for macros.
10474
1d653303
GM
10475 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10476 (ps-underlined-faces): Declare.
10477
bdd779ec
GM
10478 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10479 (speedbar-add-supported-extension): Declare.
10480
011c4552
GM
10481 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10482 Don't include a date stamp in the header of the generated file;
10483 it leads to needless differences between output files.
10484
e59dfb0e
MA
104852013-06-19 Michael Albinus <michael.albinus@gmx.de>
10486
c763842b
SM
10487 * net/secrets.el (secrets-struct-secret-content-type):
10488 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 10489 Some servers do not offer introspection.
e59dfb0e 10490
102626e2
SM
104912013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * electric.el (electric-pair-mode): Improve interaction with
10494 electric-layout-mode.
10495 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10496 (electric-pair-syntax): Use text-mode-syntax-table in comments
10497 and strings.
10498 (electric-pair--insert): New function.
10499 (electric-pair-post-self-insert-function): Use it and
10500 electric--after-char-pos.
10501
ad528125
LL
105022013-06-19 Leo Liu <sdl.web@gmail.com>
10503
10504 * progmodes/octave.el (octave-help): Fix regexp.
10505
924d6997
G
105062013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10507
10508 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10509 (shr-table-horizontal-line): Allow nil as a value, and change the
10510 default.
10511 (shr-insert-table-ruler): Respect the nil value.
10512
105132013-06-18 Tom Tromey <tromey@barimba>
10514
10515 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10516 New defvars.
10517 (eww-open-file): New defun.
10518 (eww-render): Initialize new variables.
10519 (eww-display-html): Handle "link" and "a".
10520 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10521 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
10522 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
10523 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10524 New defuns.
924d6997 10525
d1bbba4f
DG
105262013-06-18 Dmitry Gutov <dgutov@yandex.ru>
10527
10528 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10529 Distinguish ternary operator tokens from slash symbol and slash
10530 char literal.
10531
14dd22d2
JB
105322013-06-18 Juanma Barranquero <lekktu@gmail.com>
10533
10534 Convert symbol prettification into minor mode and global minor mode.
10535
10536 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10537 `prog-prettify-symbols', and make a local defvar instead of defcustom.
10538 (prettify-symbols--keywords): Rename from
10539 `prog-prettify-symbols-alist' and make a local defvar.
10540 (prettify-symbols--compose-symbol): Rename from
10541 `prog--prettify-font-lock-compose-symbol'.
10542 (prettify-symbols--make-keywords): Rename from
10543 `prog-prettify-font-lock-symbols-keywords' and simplify.
10544 (prog-prettify-install): Remove.
10545 (prettify-symbols-mode): New minor mode, based on
10546 `prog-prettify-install'.
10547 (turn-on-prettify-symbols-mode): New function.
10548 (global-prettify-symbols-mode): New globalized minor mode.
10549
10550 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10551 * progmodes/cfengine.el (cfengine3-mode):
10552 * progmodes/perl-mode.el (perl-mode): Don't call
10553 `prog-prettify-install'; set `prettify-symbols-alist' instead.
10554
292c880c
JL
105552013-06-18 Juri Linkov <juri@jurta.org>
10556
10557 * files-x.el (modify-file-local-variable-message): New function.
10558 (modify-file-local-variable)
10559 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10560 and call `modify-file-local-variable-message' when it's non-nil.
10561 (add-file-local-variable, delete-file-local-variable)
10562 (add-file-local-variable-prop-line)
10563 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10564 and use it. (Bug#9820)
10565
0950aa27
JL
105662013-06-18 Juri Linkov <juri@jurta.org>
10567
10568 * emulation/vi.el (vi-shell-op):
10569 * emulation/vip.el (vip-execute-com, ex-command):
10570 * emulation/viper-cmd.el (viper-exec-bang):
10571 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10572 the call of `shell-command-on-region'. (Bug#14637)
10573
10574 * simple.el (shell-command-on-region): Doc fix.
10575
8fbcca16
SM
105762013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10577
10578 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10579 (bug#14633).
10580
dd7426ea
GM
105812013-06-18 Glenn Morris <rgm@gnu.org>
10582
4ba54f7d
GM
10583 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10584
dd7426ea
GM
10585 * newcomment.el (comment-search-forward, comment-search-backward):
10586 Doc fix. (Bug#14376)
10587
58aa805b
JB
105882013-06-18 Juanma Barranquero <lekktu@gmail.com>
10589
10590 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10591 (buffer-face-mode-invoke): Doc fix.
10592
9a08a617
MM
105932013-06-18 Matthias Meulien <orontee@gmail.com>
10594
10595 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 10596 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 10597
f2f426ca
GM
105982013-06-18 Glenn Morris <rgm@gnu.org>
10599
9445f99b
GM
10600 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10601 Replace obsolete function generic-make-keywords with its expansion.
10602
e0df2d14
GM
10603 * progmodes/python.el (ffap-alist): Declare.
10604
f2f426ca
GM
10605 * textmodes/reftex.el (bibtex-mode-map): Declare.
10606
f7f9a720
SM
106072013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10608
10609 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10610 (package-unpack, package-unpack-single): Return the pkg-dir.
10611 (package-download-transaction): Use it to update package-alist.
10612
57ff04e0
LMI
106132013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10614
10615 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10616 possible choice.
10617
c048c022
JL
106182013-06-17 Juri Linkov <juri@jurta.org>
10619
10620 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10621
b5bcaee5
DG
106222013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10623
a020afb9
JB
10624 * emacs-lisp/package.el (package-load-descriptor):
10625 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
10626 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10627
551e07e5
JB
106282013-06-17 Juanma Barranquero <lekktu@gmail.com>
10629
10630 * startup.el (command-line): Expand package name returned by
10631 `package--description-file' (bug#14639).
10632
d363bffb
DG
106332013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10634
10635 * emacs-lisp/package.el (package-load-descriptor): Do not call
10636 `emacs-lisp-mode', just use its syntax table.
10637
f612933b
JB
106382013-06-17 Juanma Barranquero <lekktu@gmail.com>
10639
10640 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10641 `font-lock-extra-managed-props' if any prettifying keyword is added.
10642 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10643 (prog-mode): Use `setq-local'.
10644
db3b7db5
SM
106452013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * international/characters.el (standard-case-table): Set syntax of ?»
10648 and ?« to punctuation.
10649
f3d674df
JB
106502013-06-16 Juanma Barranquero <lekktu@gmail.com>
10651
10652 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10653 Save relevant match data before calling `syntax-ppss' (bug#14595).
10654
31489a32
JL
106552013-06-15 Juri Linkov <juri@jurta.org>
10656
10657 * files-x.el (modify-file-local-variable-prop-line): Add local
10658 variables to the end of the existing comment on the first line.
10659 Use `file-auto-mode-skip' to skip interpreter magic line,
10660 and also skip XML declaration.
10661
66bd25ab
SM
106622013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10663
10664 * startup.el (package--builtin-versions): New var.
10665 (package-subdirectory-regexp): Remove.
10666 (package--description-file): Hard code its value instead.
10667
10668 * emacs-lisp/package.el: Don't activate packages older than builtin.
10669 (package-obsolete-list): Rename from package-obsolete-alist, and make
10670 it into a simple list of package-desc.
10671 (package-strip-version): Remove.
10672 (package-built-in-p): Use package--builtin-versions.
10673 (package-mark-obsolete): Simplify.
10674 (package-process-define-package): Mark it obsolete if older than the
10675 builtin version.
10676 (package-handle-response): Use line-end-position.
10677 (package-read-archive-contents, package--download-one-archive):
10678 Simplify.
10679 (package--add-to-archive-contents): Skip if older than the builtin or
10680 installed version.
10681 (package-menu-describe-package): Fix last change.
10682 (package-list-unversioned): New var.
10683 (package-menu--generate): Use it.
10684
10685 * emacs-lisp/autoload.el: Manage package--builtin-versions.
10686 (autoload--insert-text, autoload--insert-cookie-text): New functions.
10687 (autoload-builtin-package-versions): New variable.
10688 (autoload-generate-file-autoloads): Use them.
10689 Remove the list of autoloaded functions/macros from the
10690 (autoload...) comments.
10691
10692 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10693
9583ec36
EZ
106942013-06-15 Eli Zaretskii <eliz@gnu.org>
10695
10696 * simple.el (line-move-partial): Don't jump to the next screen
10697 line as soon as it becomes visible. Instead, continue enlarging
10698 the vscroll until the portion of a tall screen line that's left on
10699 display is about the height of the frame's default font.
10700 (Bug#14567)
10701
f0100d8a
GM
107022013-06-15 Glenn Morris <rgm@gnu.org>
10703
b86a85ca
GM
10704 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10705 compilation-error-regexp-alist void, or local while let-bound.
10706
f0100d8a
GM
10707 * progmodes/make-mode.el (makefile-mode-syntax-table):
10708 Treat "=" as punctuation. (Bug#14614)
10709
05e7ce90
JB
107102013-06-15 Juanma Barranquero <lekktu@gmail.com>
10711
10712 * help-fns.el (describe-variable):
10713 Add extra line for permanent-local variables.
10714
12e5e86e
SH
107152013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
10716
10717 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10718 Add export, import, library. (Bug#9164)
10719 (library): Set indent function.
10720
230dcbaf
GM
107212013-06-14 Glenn Morris <rgm@gnu.org>
10722
10723 * term/xterm.el (xterm--query):
10724 Stop after first matching handler. (Bug#14615)
10725
e36b2d20 107262013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
10727
10728 Add support for dired in saveplace.
10729 * dired.el (dired-initial-position-hook): New variable.
10730 (dired-initial-position): Call hook to place cursor position.
10731 * saveplace.el (save-place-to-alist): Add dired position.
10732 (save-place-dired-hook): New function.
10733
0b31660d
SM
107342013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10735
bf1e6ae8
SM
10736 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10737 through a symbol rather than letrec.
10738
1b8dff23
SM
10739 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
10740 (package-desc): Add `dir' field.
10741 (package-desc-full-name): New function.
10742 (package-load-descriptor): Combine the two arguments. Don't use `load'.
10743 (package-maybe-load-descriptor): Remove.
10744 (package-load-all-descriptors): Just call package-load-descriptor.
10745 (package--disabled-p): New function.
10746 (package-desc-vers, package-desc-doc): Remove aliases.
10747 (package--dir): Remove function.
10748 (package-activate): Check if a package is disabled.
10749 (package-process-define-package): New function, extracted from
10750 define-package.
10751 (define-package): Turn into a place holder.
10752 (package-unpack-single, package-tar-file-info):
10753 Use package--description-file.
10754 (package-compute-transaction): Use package--disabled-p.
10755 (package-download-transaction): Don't call
10756 package-maybe-load-descriptor since they're all loaded anyway.
10757 (package-install): Change argument to be a pkg-desc.
10758 (package-delete): Use a single pkg-desc argument.
10759 (describe-package-1): Use package-desc-dir instead of package--dir.
10760 Use package-desc property instead of package-symbol.
10761 (package-install-button-action): Adjust accordingly.
10762 (package--push): Rewrite.
10763 (package-menu--print-info): Adjust accordingly. Change the ID format
10764 to be a pkg-desc.
10765 (package-menu-describe-package, package-menu-get-status)
10766 (package-menu--find-upgrades, package-menu-mark-upgrades)
10767 (package-menu-execute, package-menu--name-predicate):
10768 Adjust accordingly.
10769 * startup.el (package--description-file): New function.
10770 (command-line): Use it.
10771 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10772 Use package-desc-version.
10773
0b31660d
SM
10774 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10775 (byte-compile-preprocess): Use it.
10776 (byte-compile-file-form-defalias): Try a bit harder to use macros we
10777 can't quite recognize.
10778 (byte-compile-add-to-list): Remove.
10779 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10780 (cconv-closure-convert): Add assertion.
10781
10782 * emacs-lisp/map-ynp.el: Use lexical-binding.
10783 (map-y-or-n-p): Remove unused vars `tail' and `object'.
10784 Factor out some repeated code.
10785
de0503df
SM
107862013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * subr.el (with-eval-after-load): New macro.
10789 (eval-after-load): Allow form to be a function.
10790 take advantage of lexical-binding.
10791 (do-after-load-evaluation): Use dolist and adjust to new format.
10792 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10793
bc5c8c5a
JL
107942013-06-13 Juri Linkov <juri@jurta.org>
10795
10796 * replace.el (perform-replace): Display "symbol " and other search
10797 modes from `isearch-message-prefix' in the *Help* buffer.
10798
10799 * isearch.el (isearch-query-replace): Add " symbol" and other
10800 possible search modes from `isearch-message-prefix' to the prompt.
10801 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10802 when reading a regexp to collect.
10803
a22289f7
JL
108042013-06-13 Juri Linkov <juri@jurta.org>
10805
10806 * isearch.el (word-search-regexp): Match whitespace if the search
10807 string begins or ends in whitespace. The LAX arg is applied to
10808 both ends of the search string. Use `regexp-quote' and explicit
10809 \< and \> instead of \b. Use \` and \' instead of ^ and $.
10810 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10811 boundaries are replaced with symbol boundaries, and characters
10812 between symbols match non-word non-symbol syntax. (Bug#14602)
10813
cb89acab
JL
108142013-06-13 Juri Linkov <juri@jurta.org>
10815
10816 * isearch.el (isearch-del-char): Don't exceed the length of
10817 `isearch-string' by the prefix arg. (Bug#14563)
10818
6e8cfc81
JL
108192013-06-13 Juri Linkov <juri@jurta.org>
10820
10821 * isearch.el (isearch-yank-word, isearch-yank-line)
10822 (isearch-char-by-name, isearch-quote-char)
10823 (isearch-printing-char, isearch-process-search-char):
10824 Add optional count prefix arg. (Bug#14563)
10825
10826 * international/isearch-x.el
10827 (isearch-process-search-multibyte-characters):
10828 Add optional count prefix arg.
10829
c23d55f4
VS
108302013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10831
10832 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10833 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10834 lexical-binding.
10835
108362013-06-13 Vitalie Spinu <spinuvit@gmail.com>
10837
10838 * subr.el (set-temporary-overlay-map): Add on-exit argument.
10839
ba947bc4
GM
108402013-06-13 Glenn Morris <rgm@gnu.org>
10841
8baeb37a
GM
10842 * startup.el (tty-handle-args):
10843 Don't just discard "--" and anything after. (Bug#14608)
10844
ba947bc4
GM
10845 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10846
9abefce4
MA
108472013-06-13 Michael Albinus <michael.albinus@gmx.de>
10848
10849 Implement changes in Secret Service API. Make it backward compatible.
10850 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10851 (secrets-create-item): Use it. Prefix properties with interface.
10852
5755011f
MH
108532013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
10854
10855 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
10856 (term-emulate-terminal): Respect term-suppress-hard-newline.
10857
1261d2da
S
108582013-06-13 E Sabof <esabof@gmail.com> (tiny change)
10859
10860 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10861 Only remove a `thumb-file' overlay. (Bug#14548)
10862
868490bb
GJ
108632013-06-12 Grégoire Jadi <daimrod@gmail.com>
10864
10865 * mail/reporter.el (reporter-submit-bug-report):
10866 Handle missing package-name. (Bug#14600)
10867
79d7167f
TH
108682013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10869
10870 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
10871 (reftex-citation-prompt, reftex-default-bibliography)
10872 (reftex-bib-or-thebib, reftex-get-bibfile-list)
10873 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
10874 (reftex-bib-sort-author, reftex-bib-sort-year)
10875 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
10876 (reftex-extract-bib-entries-from-thebibliography)
10877 (reftex-get-bibkey-default, reftex-get-bib-names)
10878 (reftex-parse-bibtex-entry, reftex-get-bib-field)
10879 (reftex-format-bib-entry, reftex-parse-bibitem)
10880 (reftex-format-bibitem, reftex-do-citation)
10881 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
10882 (reftex-restrict-bib-matches, reftex-extract-bib-file)
10883 (reftex-insert-bib-matches, reftex-format-citation)
10884 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
10885 (reftex-create-bibtex-file): Add docstrings, mostly by converting
10886 existing comments into docstrings.
10887
5f9dbd7a
XF
108882013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10889
10890 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
10891
94df41ab
AS
108922013-06-12 Andreas Schwab <schwab@suse.de>
10893
10894 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
10895 for auto-save files.
10896
a7f3fecc
GM
108972013-06-12 Glenn Morris <rgm@gnu.org>
10898
001809f6
GM
10899 * ido.el (ido-delete-ignored-files): Remove.
10900 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
10901 Go back to calling ido-ignore-item-p directly.
a7f3fecc 10902
834b5ded
EL
109032013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
10904
08c73ed2
EL
10905 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10906
834b5ded
EL
10907 * ido.el (ido-delete-ignored-files): New function,
10908 split from ido-make-file-list-1.
10909 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
10910 (ido-make-file-list-1): Use ido-delete-ignored-files.
10911
daabf15a
LL
109122013-06-12 Leo Liu <sdl.web@gmail.com>
10913
10914 * progmodes/octave.el (inferior-octave-startup)
10915 (inferior-octave-completion-table)
10916 (inferior-octave-track-window-width-change)
10917 (octave-eldoc-function-signatures, octave-help)
10918 (octave-find-definition): Use single quoted strings.
10919 (inferior-octave-startup-args): Change default value.
10920 (inferior-octave-startup): Do not hard code "-i" and
10921 "--no-line-editing".
10922 (inferior-octave-resync-dirs): Add optional arg NOERROR.
10923 (inferior-octave-directory-tracker): Use it.
10924 (octave-goto-function-definition): Robustify.
10925 (octave-help): Support highlighting operators in 'See also'.
10926 (octave-find-definition): Find subfunctions only in Octave mode.
10927
cf4e5178
SM
109282013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * help-fns.el (help-fns--compiler-macro): If the handler function is
10931 named, then put a link to it.
10932 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10933 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10934 (cl-typep): Use it.
10935 (cl-eval-when): Simplify debug spec.
10936 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
10937 compiler-macro function instead of setting `compiler-macro-file'.
10938
99c81280 109392013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
10940
10941 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10942 * vc/vc-hooks.el (vc-stay-local): Doc fix.
10943
f56be016
SM
109442013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10945 Daniel Hackney <dan@haxney.org>
10946
10947 First part of Daniel Hackney's patch to package.el.
10948 * emacs-lisp/package.el: Use defstruct.
10949 (package-desc): New, main struct.
10950 (package--bi-desc, package--ac-desc): New structs, used to describe the
10951 format in external files.
10952 (package-desc-vers): Replace with package-desc-version accessor.
10953 (package-desc-doc): Replace with package-desc-summary accessor.
10954 (package-activate-1): Remove `package' arg since the pkg-vec now
10955 includes the name.
10956 (define-package): Use package-desc-from-define.
10957 (package-unpack-single): Change file-name arg to be a symbol.
10958 (package--add-to-archive-contents): Use package-desc-create and new
10959 accessor functions to package--ac-desc.
10960 (package-buffer-info, package-tar-file-info): Return a package-desc.
10961 (package-install-from-buffer): Remove `type' argument. Change pkg-info
10962 arg to be a package-desc.
10963 (package-install-file): Adjust accordingly. Use \' to match EOS.
10964 (package--from-builtin): New function.
10965 (describe-package-1, package-menu--generate): Use it.
10966 (package--make-autoloads-and-compile): Change name arg to be a symbol.
10967 (package-generate-autoloads): Idem and return the name of the file.
10968 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10969 Change pkg-info arg to be a package-desc.
10970 Use package-make-ac-desc.
10971 (package-upload-file): Use \' to match EOS.
10972 * finder.el (finder-compile-keywords): Use package-make-builtin.
10973
31119d63
SM
109742013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10975
931a2762
SM
10976 * vc/vc.el (vc-deduce-fileset): Change error message.
10977 (vc-read-backend): New function.
10978 (vc-next-action): Use it.
10979
5a3eb0c6
SM
10980 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10981
e3eb1bb7
SM
10982 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10983 (prolog-font-lock-keywords): Use regexp-opt instead.
10984 Don't manually highlight strings.
10985 (prolog-mode-variables): Simplify comment-start-skip.
10986 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
10987
31119d63
SM
10988 * emacs-lisp/generic.el (generic--normalise-comments)
10989 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10990 (generic-mode-set-comments): Use them.
10991 (generic-bracket-support): Use setq-local.
10992 (generic-make-keywords-list): Declare obsolete.
10993
7de135d0
GM
109942013-06-11 Glenn Morris <rgm@gnu.org>
10995
10996 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10997 Prettify after setting font-lock-defaults. (Bug#14574)
10998
fa6bc6fd
JB
109992013-06-11 Juanma Barranquero <lekktu@gmail.com>
11000
11001 * replace.el (query-replace, occur-read-regexp-defaults-function)
11002 (replace-search):
11003 * subr.el (declare-function, number-sequence, local-set-key)
11004 (substitute-key-definition, locate-user-emacs-file)
11005 (with-silent-modifications, split-string, eval-after-load):
11006 Fix typos, remove unneeded backslashes and reflow some docstrings.
11007
cf1f9b9a
SM
110082013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11009
11010 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11011 default for Elisp files.
11012
56602a4b
GM
110132013-06-11 Glenn Morris <rgm@gnu.org>
11014
11015 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11016 although define-derived-mode was doing this anyway. (Bug#14583)
11017
30ae0b2c
JB
110182013-06-10 Juanma Barranquero <lekktu@gmail.com>
11019
11020 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11021 Fix make-variable-buffer-local call to refer to the correct variable.
11022
fa472906
AG
110232013-06-10 Aidan Gauland <aidalgol@amuri.net>
11024
11025 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
11026 (eshell-visual-subcommands, eshell-visual-options):
11027 Add summary line to docstrings. Add cross-references.
fa472906 11028
ff4871b9
GM
110292013-06-10 Glenn Morris <rgm@gnu.org>
11030
11031 * epa.el (epa-read-file-name): New function. (Bug#14510)
11032 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
11033
04fcf1b0
AG
110342013-06-09 Aidan Gauland <aidalgol@amuri.net>
11035
11036 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11037 output redirection to be ignored with visual commands.
11038
88b00caa
AG
110392013-06-09 Aidan Gauland <aidalgol@amuri.net>
11040
11041 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
11042 (eshell-term-initialize): Move long lambda to separate function
11043 eshell-visual-command-p.
27821a89 11044 * eshell/em-dirs.el (eshell-dirs-initialize):
e7b41c4c
JB
11045 * eshell/em-script.el (eshell-script-initialize):
11046 Add missing #' to lambda.
88b00caa 11047
fda74125
LL
110482013-06-08 Leo Liu <sdl.web@gmail.com>
11049
11050 * progmodes/octave.el (octave-add-log-current-defun): New function.
11051 (octave-mode): Set add-log-current-defun-function.
11052 (octave-goto-function-definition): Do not move point if not found.
11053 (octave-find-definition): Enhance to try subfunctions first.
11054
467f3b33
GM
110552013-06-08 Glenn Morris <rgm@gnu.org>
11056
11057 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11058 (byte-compile-backward-char, byte-compile-backward-word):
11059 Improve previous change, to handle non-explicit nil.
11060
544badc3
SM
110612013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11062
11063 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11064 (smie--opener/closer-at-point): New function.
11065 (smie--matching-block-data): Use it. Don't match from right after an
11066 opener or right before a closer. Obey smie-blink-matching-inners.
11067 Don't signal a mismatch for repeated inners like "switch..case..case".
11068
a175bf33
LL
110692013-06-07 Leo Liu <sdl.web@gmail.com>
11070
11071 * progmodes/octave.el (octave-mode): Set comment-use-global-state
11072 to t. (Bug#14303)
ce8209d4
LL
11073 (octave-function-header-regexp): Fix. (Bug#14570)
11074 (octave-help-mode-finish-hook, octave-help-mode-finish):
11075 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
11076
11077 * newcomment.el (comment-search-backward): Revert last change.
11078 (Bug#14434)
11079
11080 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11081
a822acff
EZ
110822013-06-07 Eli Zaretskii <eliz@gnu.org>
11083
11084 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11085 through xargs, to avoid failure due to MS-Windows limitations on
11086 command-line length.
11087
961166f5
GM
110882013-06-06 Glenn Morris <rgm@gnu.org>
11089
d0341459
GM
11090 * font-lock.el (lisp-font-lock-keywords-2):
11091 Treat user-error like error.
11092
961166f5
GM
11093 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11094 (byte-compile-backward-char, byte-compile-backward-word):
11095 Handle explicit nil arguments. (Bug#14565)
11096
80fa505f
AM
110972013-06-05 Alan Mackenzie <acm@muc.de>
11098
11099 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 11100 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 11101 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 11102 (Bug#9706)
80fa505f 11103
fccdc796
SM
111042013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * autorevert.el (auto-revert-notify-handler): Use memq.
11107 Hide assertion failure.
11108
11109 * skeleton.el: Use cl-lib.
11110 (skeleton-further-elements): Use defvar-local.
11111 (skeleton-insert): Use cl-progv.
11112
9bfff84b
TZ
111132013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11114
11115 * progmodes/prog-mode.el (prog-prettify-symbols)
11116 (prog-prettify-install): Update docstrings.
11117
55577e7c
SM
111182013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * simple.el: Move all the prog-mode code to prog-mode.el.
11121 * progmodes/prog-mode.el: New file.
11122 * loadup.el: Add prog-mode.el.
11123
8fc57765
TZ
111242013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11125
11126 * simple.el (prog-prettify-symbols): Add version.
11127 (prog-prettify-install): Add convenience function to prettify symbols.
11128
11129 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11130 (perl--augmented-font-lock-keywords-1)
11131 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11132 variables and use it.
11133
11134 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11135 (cfengine3-mode): Remove unneeded variable and use it.
11136
11137 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11138 (lisp--augmented-font-lock-keywords-1)
11139 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11140 Remove unneeded variables and use it.
11141
650645d5 111422013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
11143
11144 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 11145 to point when opening the connection. (Bug#14380)
28f5da6d 11146
781b4af6
SM
111472013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11148
11149 * subr.el (load-history-regexp, load-history-filename-element)
11150 (eval-after-load, after-load-functions, do-after-load-evaluation)
11151 (eval-next-after-load, display-delayed-warnings)
11152 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11153 definition of save-match-data.
11154 (overriding-local-map): Remove accidental obsolescence declaration.
11155
11156 * emacs-lisp/edebug.el (edebug-result): Move before first use.
11157
3ca0d0b4
TZ
111582013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11159
11160 Generalize symbol prettify support to prog-mode and implement it
11161 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11162 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11163 (prog--prettify-font-lock-compose-symbol)
11164 (prog-prettify-font-lock-symbols-keywords): New variables and
11165 functions to support symbol prettification.
11166 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11167 (lisp--augmented-font-lock-keywords-1)
11168 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11169 (lisp--prettify-symbols-alist): Implement prettify of lambda.
11170 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
11171 (cfengine3--prettify-symbols-alist, cfengine3-mode):
11172 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
11173 * progmodes/perl-mode.el (perl-prettify-symbols)
11174 (perl--font-lock-compose-symbol)
11175 (perl--font-lock-symbols-keywords): Move to prog-mode.
11176 (perl--prettify-symbols-alist): Prettify -> => :: strings.
11177 (perl-font-lock-keywords-1)
11178 (perl-font-lock-keywords-2): Remove explicit prettify support.
11179 (perl--augmented-font-lock-keywords)
11180 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
11181 (perl--augmented-font-lock-keywords-2, perl-mode):
11182 Implement prettify support.
3ca0d0b4 11183
976cb066
LL
111842013-06-05 Leo Liu <sdl.web@gmail.com>
11185
27821a89 11186 Re-implement SMIE matching block highlight using
976cb066
LL
11187 show-paren-data-function. (Bug#14395)
11188 * emacs-lisp/smie.el (smie-matching-block-highlight)
11189 (smie--highlight-matching-block-overlay)
11190 (smie--highlight-matching-block-lastpos)
11191 (smie-highlight-matching-block)
11192 (smie-highlight-matching-block-mode): Remove.
11193 (smie--matching-block-data-cache): New variable.
11194 (smie--matching-block-data): New function.
11195 (smie-setup): Use smie--matching-block-data for
11196 show-paren-data-function.
11197
11198 * progmodes/octave.el (octave-mode-menu): Fix.
11199 (octave-find-definition): Skip garbage lines.
11200
208d0342
SM
112012013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11202
11203 Fix compilation error with simultaneous dynamic+lexical scoping.
11204 Add warning when a defvar appears after the first let-binding.
11205 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11206 (byte-compile-close-variables): Initialize it.
11207 (byte-compile--declare-var): New function.
11208 (byte-compile-file-form-defvar)
11209 (byte-compile-file-form-define-abbrev-table)
11210 (byte-compile-file-form-custom-declare-variable): Use it.
11211 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
11212 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
11213 (byte-compile-bind): Handle dynamic bindings that shadow
11214 lexical bindings.
11215 (byte-compile-unbind): Make arg non-optional.
11216 (byte-compile-let): Simplify.
11217 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11218 (cconv--analyse-function, cconv-analyse-form): Populate it.
11219 Protect byte-compile-bound-variables to limit the scope of defvars.
11220 (cconv-analyse-form): Add missing rule for (defvar <foo>).
11221 Remove unneeded rule for `declare'.
11222
11223 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11224 so as to avoid depending on cl-adjoin at run-time.
11225 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11226
11227 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11228 (macroexp--warn-and-return): Use it.
11229
1ac2891e
GM
112302013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11231
a12bf61e 11232 * subr.el: Convert to lexical binding.
1ac2891e
GM
11233 (overriding-local-map): Make obsolete.
11234 (add-to-list): Doc fix. Add compiler macro.
11235 (read-key): Swap values of local maps.
11236
2587b005
LL
112372013-06-05 Leo Liu <sdl.web@gmail.com>
11238
11239 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11240
f1da3c88
LL
112412013-06-04 Leo Liu <sdl.web@gmail.com>
11242
11243 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11244 (compilation-auto-jump): Suppress the "Mark set" message to give
11245 way to exit message.
11246
3caa391f
AM
112472013-06-04 Alan Mackenzie <acm@muc.de>
11248
11249 Remove faulty optimisation from indentation calculation.
11250 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11251 search limit based on 2000 characters back from indent-point.
11252
068922a2
TH
112532013-06-03 Tassilo Horn <tsdh@gnu.org>
11254
11255 * eshell/em-term.el (cl-lib): Require `cl-lib'.
11256
1f8fdd53
SM
112572013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11258
bbcc4d97
SM
11259 * emacs-lisp/lisp.el: Use lexical-binding.
11260 (lisp--local-variables-1, lisp--local-variables): New functions.
11261 (lisp--local-variables-completion-table): New var.
208d0342 11262 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 11263
1f8fdd53
SM
11264 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11265 eagerly (bug#14422).
11266
c9628c79
MA
112672013-06-03 Michael Albinus <michael.albinus@gmx.de>
11268
11269 * autorevert.el (auto-revert-notify-enabled)
11270 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11271 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11272 (auto-revert-notify-handler): Handle also gfilenotify.
11273
e7b41c4c 11274 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 11275 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 11276 Remove.
c9628c79 11277
e5e4a942
JL
112782013-06-03 Juri Linkov <juri@jurta.org>
11279
11280 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11281 `M-s h .'. (Bug#14427)
11282
11283 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11284 command `hi-lock-face-symbol-at-point'.
11285 (hi-lock-face-symbol-at-point): New command.
11286 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11287 (hi-lock-menu): Add `highlight-symbol-at-point'.
11288 (hi-lock-mode): Doc fix.
11289
11290 * isearch.el (isearch-forward-symbol-at-point): New command.
11291 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11292 (isearch-highlight-regexp): Add a regexp which matches
11293 words/symbols for word/symbol mode.
11294
11295 * subr.el (find-tag-default-bounds): New function with the body
11296 mostly moved from `find-tag-default'.
11297 (find-tag-default): Move most code to `find-tag-default-bounds',
11298 call it and apply `buffer-substring-no-properties' afterwards.
11299
26b3353a
TH
113002013-06-03 Tassilo Horn <tsdh@gnu.org>
11301
781b4af6
SM
11302 * eshell/em-term.el (eshell-term-initialize):
11303 Use `cl-intersection' rather than `intersection'.
26b3353a 11304
51b60f53
XF
113052013-06-02 Xue Fuqiao <xfq.free@gmail.com>
11306
fe054b63 11307 * vc/log-view.el: Doc fix.
d3ffe17c 11308 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 11309
a0eb10b3 113102013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
11311
11312 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11313 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11314 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11315 (eieio-unbound, eieio-default-superclass)
11316 (eieio--define-field-accessors, method-static, method-before)
11317 (method-primary, method-after, method-num-lists)
11318 (method-generic-before, method-generic-primary)
11319 (method-generic-after, method-num-slots)
11320 (eieio-specialized-key-to-generic-key)
11321 (eieio--check-type, class-v, class-p)
11322 (eieio-class-name, define-obsolete-function-alias)
11323 (eieio-class-parents-fast, eieio-class-children-fast)
11324 (same-class-fast-p, class-constructor, generic-p)
11325 (generic-primary-only-p, generic-primary-only-one-p)
11326 (class-option-assoc, class-option, eieio-object-p)
11327 (class-abstract-p, class-method-invocation-order)
11328 (eieio-defclass-autoload-map, eieio-defclass-autoload)
11329 (eieio-class-un-autoload, eieio-defclass)
11330 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11331 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11332 (eieio--defgeneric-init-form, eieio-defgeneric-form)
11333 (eieio-defgeneric-reset-generic-form)
11334 (eieio-defgeneric-form-primary-only)
11335 (eieio-defgeneric-reset-generic-form-primary-only)
11336 (eieio-defgeneric-form-primary-only-one)
11337 (eieio-defgeneric-reset-generic-form-primary-only-one)
11338 (eieio-unbind-method-implementations)
11339 (eieio--defmethod, eieio--typep)
11340 (eieio-perform-slot-validation, eieio-validate-slot-value)
11341 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11342 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11343 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11344 (eieio-slot-name-index, eieio-class-slot-name-index)
11345 (eieio-set-defaults, eieio-initarg-to-attribute)
11346 (eieio-attribute-to-initarg, eieio-c3-candidate)
11347 (eieio-c3-merge-lists, eieio-class-precedence-c3)
11348 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11349 (eieio-class-precedence-list, eieio-generic-call-methodname)
11350 (eieio-generic-call-arglst, eieio-generic-call-key)
11351 (eieio-generic-call-next-method-list)
11352 (eieio-pre-method-execution-functions, eieio-generic-call)
11353 (eieio-generic-call-primary-only, eieiomt-method-list)
11354 (eieiomt-optimizing-obarray, eieiomt-install)
11355 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11356 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 11357 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
11358 (defclass): Remove `eval-and-compile' from macro.
11359 (call-next-method, shared-initialize): Instead of using
11360 `scoped-class' variable, use new eieio--scoped-class, and
11361 eieio--with-scoped-class.
11362 (initialize-instance): Rename local variable 'scoped-class' to
11363 'this-class' to remove ambiguitity from old global.
11364
11365 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
11366 eieio.el.
4f405069
JB
11367 (eieio--scoped-class-stack): New variable.
11368 (eieio--scoped-class): New fcn.
890f7890
DE
11369 (eieio--with-scoped-class): New scoping macro.
11370 (eieio-defclass): Use pushnew instead of add-to-list.
11371 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11372 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11373 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11374 `scoped-class' variable, use new eieio--scoped-class, and
11375 eieio--with-scoped-class.
11376
11377 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11378
d105b0e2
TH
113792013-06-02 Tassilo Horn <tsdh@gnu.org>
11380
11381 * eshell/esh-ext.el (eshell-external-command): Pass args to
11382 `eshell-find-interpreter'.
11383 (eshell-find-interpreter): Add new second parameter ARGS.
11384
11385 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 11386 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
11387
11388 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 11389 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
11390
11391 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11392 (eshell-visual-options): New defcustom.
11393 (eshell-escape-control-x): Adapt docstring.
11394 (eshell-term-initialize): Test `eshell-visual-subcommands' and
11395 `eshell-visual-options' in addition to `eshell-visual-commands'.
11396 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11397
f46305c8 113982013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
11399
11400 * progmodes/python.el (python-indent-block-enders): Add break,
11401 continue and raise keywords.
11402
d870df21
GM
114032013-06-01 Glenn Morris <rgm@gnu.org>
11404
9133b82e
GM
11405 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11406
02c992ec 11407 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
11408 * progmodes/cc-cmds.el (delete-forward-p):
11409 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11410 * progmodes/cc-engine.el (buffer-syntactic-context):
11411 * progmodes/cc-fonts.el (face-property-instance):
11412 * progmodes/cc-mode.el (set-keymap-parents):
11413 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11414 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11415 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
11416 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11417 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 11418
31e7b090
GM
11419 * progmodes/cc-vars.el (other): Emacs has this widget since
11420 at least 21.1, so don't (re)define it.
11421
d870df21
GM
11422 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11423 Replace the obsolete alias pcomplete-arg-quote-list.
11424
c75c93c7
LL
114252013-06-01 Leo Liu <sdl.web@gmail.com>
11426
11427 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11428 punctuation syntax.
11429 (inferior-octave-minimal-columns)
11430 (inferior-octave-last-column-width): New variables.
11431 (inferior-octave-track-window-width-change): New function.
11432 (inferior-octave-mode): Adjust column width so that Octave output,
11433 for example from 'ls', can fit into the window nicely.
11434
973d1e12
DG
114352013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11436
11437 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11438 Highlight expansions inside regexp literals.
11439
0888c286
GM
114402013-05-31 Glenn Morris <rgm@gnu.org>
11441
e26aac1f
GM
11442 * obsolete/sym-comp.el (symbol-complete):
11443 Replace obsolete completion-annotate-function.
11444
0888c286
GM
11445 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11446
19bb8e62
DG
114472013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11448
781b4af6
SM
11449 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11450 New function, checks if point is inside a literal that allows
19bb8e62
DG
11451 expression expansion.
11452 (ruby-syntax-propertize-expansion): Use it.
11453 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11454 around the body.
11455
01dea85f
JL
114562013-05-30 Juri Linkov <juri@jurta.org>
11457
11458 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11459 to "\M-si".
11460 (isearch-invisible): New variable.
11461 (isearch-forward): Doc fix.
11462 (isearch-mode): Set `isearch-invisible'
11463 to the value of `search-invisible'.
11464 (isearch-toggle-case-fold): Doc fix.
11465 (isearch-toggle-invisible): New command.
11466 (isearch-query-replace): Let-bind `search-invisible'
11467 to the value of `isearch-invisible'.
11468 (isearch-search): Use `isearch-invisible' instead of
11469 `search-invisible'. Let-bind `search-invisible'
11470 to the value of `isearch-invisible'. (Bug#11378)
11471
ab1bdce5
JL
114722013-05-30 Juri Linkov <juri@jurta.org>
11473
11474 * replace.el (perform-replace): Avoid `isearch-range-invisible'
11475 call when `query-flag' is nil and `search-invisible' is non-nil.
11476 (Bug#11746)
11477
d6d236e2
GM
114782013-05-30 Glenn Morris <rgm@gnu.org>
11479
8accd027
GM
11480 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11481
2a8bed1c
GM
11482 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11483 (cc-require): Suppress spurious "noruntime" warnings.
11484 (cc-require-when-compile): Use fboundp, for sake of compiler.
11485
d6d236e2
GM
11486 * progmodes/cc-mode.el: Move load of cc-vars before that of
11487 cc-langs (which in turn loads cc-vars), to quieten compiler.
11488
9190b35b
SM
114892013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11490
11491 * paren.el: Simplify the code.
11492 (show-paren-mode): Always start the timer.
11493 (show-paren--idle-timer): Rename from show-paren-idle-timer.
11494 (show-paren--overlay, show-paren--overlay-1): Rename from
11495 show-paren-overlay and show-paren-overlay-1, and initialize to an
11496 overlay rather than to nil.
11497 (show-paren-function): Misc cleanup and simplifications.
11498
4f8d1cf6
SM
114992013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * paren.el (show-paren-data-function): New hook.
11502 (show-paren--default): New function, extracted from show-paren-function.
11503 (show-paren-function): Use show-paren-data-function.
11504
02d844b5
GM
115052013-05-30 Glenn Morris <rgm@gnu.org>
11506
d209d4a9
GM
11507 * ielm.el (ielm-map, ielm-complete-symbol):
11508 Use completion-at-point rather than obsolete functions.
11509 (inferior-emacs-lisp-mode): Doc fix.
11510 Set completion-at-point-functions, rather than
11511 comint-dynamic-complete-functions.
11512
2082faa6
GM
11513 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11514 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11515 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11516
dd8620de
GM
11517 * image.el (image-animated-p): Tweak definition.
11518
ceca95b1
GM
11519 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11520 (rlogin-process-connection-type): Tweak default. Add set-after.
11521 (rlogin-host): Doc fix.
11522 (rlogin): Tweak prompt.
11523 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11524
ee9f1acc
GM
11525 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11526 * progmodes/tcl.el (inferior-tcl-mode-map):
11527 Use completion-at-point rather than obsolete alias.
11528
45ce222e
GM
11529 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11530
02d844b5
GM
11531 * minibuffer.el (read-file-name-completion-ignore-case):
11532 Move before completion--in-region, for eager macro expansion.
11533
ac44d6c1
JL
115342013-05-29 Juri Linkov <juri@jurta.org>
11535
11536 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11537 for total count of matching lines. Add `global-matches' for total
11538 count of matches. Rename `matches' to `lines' for count of
11539 matching lines. Add `matches' for count of matches.
11540 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
11541 to `prev-line' for line number of prev match endpt.
11542 Increment `matches' for every match. Print the number of
11543 matching lines in the header.
11544 (occur-context-lines): Rename `lines' to `curr-line'.
11545 Rename `prev-lines' to `prev-line'. (Bug#14017)
11546
3c9c9d38
JL
115472013-05-29 Juri Linkov <juri@jurta.org>
11548
11549 * replace.el (perform-replace): Add `skip-read-only-count',
11550 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11551 Increment them for corresponding conditions and report the number
11552 of skipped occurrences in the final message. (Bug#11746)
11553 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11554 (replace-string, replace-regexp): Doc fix.
11555
33e249a2
SM
115562013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11557
8e399682
SM
11558 * emacs-lisp/trace.el (trace--read-args): Provide a default.
11559
33e249a2 11560 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 11561 prog-mode-map (bug#14504).
33e249a2 11562
f236dd84
LL
115632013-05-29 Leo Liu <sdl.web@gmail.com>
11564
11565 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11566 (octave-help): Small simplification.
11567
11568 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11569 off the highlight first.
11570
3694d13f
GM
115712013-05-29 Glenn Morris <rgm@gnu.org>
11572
03983bdc
GM
11573 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11574 Handle idlwave-last-system-routine-info-cons-cell being nil.
11575
bc74a74a
GM
11576 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11577 (idlwave-write-paths): Simplify via with-temp-buffer.
11578
8b394200
GM
11579 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11580 * emulation/cua-rect.el: Also load cua-base at run time.
11581
3694d13f
GM
11582 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11583 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11584 (cperl-imenu-on-info): Require imenu.
11585
336d7284
AM
115862013-05-28 Alan Mackenzie <acm@muc.de>
11587
11588 Handle "capitalised keywords" correctly.
33e249a2 11589 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 11590
cb29c582
AG
115912013-05-28 Aidan Gauland <aidalgol@amuri.net>
11592
781b4af6 11593 * eshell/em-unix.el: Add -r option to cp.
cb29c582 11594
690e44b2
GM
115952013-05-28 Glenn Morris <rgm@gnu.org>
11596
e658d75c
GM
11597 * vc/vc-arch.el (vc-exec-after): Declare.
11598 (vc-switches): Autoload.
11599 * vc/vc-bzr.el: No need to require vc when compiling.
11600 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11601 (vc-resynch-buffer, vc-dir-refresh): Declare.
11602 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
11603 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11604 (vc-resynch-buffer): Declare.
11605 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 11606 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
11607 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11608 (grep-read-regexp, grep-read-files, grep-expand-template)
11609 (vc-dir-refresh): Declare.
11610 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11611 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11612 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
11613 * vc/vc-mtn.el (vc-exec-after): Declare.
11614 (vc-switches): Autoload.
11615 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11616 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11617 (vc-file-tree-walk): Declare.
712b9732
GM
11618 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11619 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11620 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
11621 * vc/vc-svn.el (vc-exec-after): Declare.
11622 (vc-switches, vc-setup-buffer): Autoload.
11623 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11624 Autoload.
11625 (vc-resynch-buffer): Declare.
11626
98e87fb3
GM
11627 * obsolete/fast-lock.el (byte-compile-warnings):
11628 Don't warn about obsolete features in this obsolete file.
11629
f5379553
GM
11630 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11631 Move definition before use.
11632
7a20ef83
GM
11633 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11634 (dun-unix-verbs): Remove dun-zippy.
11635 (dun-zippy): Remove function.
11636
690e44b2
GM
11637 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11638
3a52ccf7
JL
116392013-05-27 Juri Linkov <juri@jurta.org>
11640
11641 * replace.el (replace-search): New function with code moved out
11642 from `perform-replace'.
11643 (replace-highlight, replace-dehighlight): Move function definitions
11644 up closer to `replace-search'. (Bug#11746)
11645
d289938a
JL
116462013-05-27 Juri Linkov <juri@jurta.org>
11647
11648 * replace.el (perform-replace): Ignore invisible matches.
11649 In addition to checking `query-replace-skip-read-only', also
11650 filter out matches by calling `run-hook-with-args-until-failure'
11651 on `isearch-filter-predicates', and also check `search-invisible'
11652 for t or call `isearch-range-invisible'.
11653 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
11654
66fc57e3
JL
116552013-05-27 Juri Linkov <juri@jurta.org>
11656
11657 * isearch.el (isearch-filter-predicates): Rename from
11658 `isearch-filter-predicate'. Doc fix. (Bug#11378)
11659 (isearch-message-prefix): Display text from the property
11660 `isearch-message-prefix' of the currently active filters.
11661 (isearch-search): Don't compare `isearch-filter-predicate' with
11662 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
11663 on `isearch-filter-predicates'. Also check `search-invisible' for t
11664 or call `isearch-range-invisible'.
11665 (isearch-filter-visible): Make obsolete.
11666 (isearch-lazy-highlight-search):
11667 Call `run-hook-with-args-until-failure' on
11668 `isearch-filter-predicates' and use `isearch-range-invisible'.
11669
11670 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11671 `isearch-filter-predicates' instead of `funcall'ing
11672 `isearch-filter-predicate'.
11673 (Info-mode): Set `Info-isearch-filter' to
11674 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11675
11676 * dired-aux.el (dired-isearch-filter-predicate-orig):
11677 Remove variable.
11678 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11679 (dired-isearch-filenames-end): Add and remove
11680 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11681 instead of changing the value of `isearch-filter-predicate'.
11682 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11683 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11684 Put property `isearch-message-prefix' to "filename " on
11685 `dired-isearch-filter-filenames'.
11686
11687 * wdired.el (wdired-change-to-wdired-mode):
11688 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11689 locally instead of changing `isearch-filter-predicate'.
11690 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11691
f1a60a0f
DG
116922013-05-27 Dmitry Gutov <dgutov@yandex.ru>
11693
11694 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11695 return the commit hash (Bug#14459). Also set the
11696 `vc-git-detached' property.
11697 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11698 (vc-git-mode-line-string): Use the same help-echo format whether
11699 in detached mode or not, because we know the actual revision now.
11700 When in detached mode, shorten the revision to 7 chars.
11701
7f17cc40
SM
117022013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11703
11704 * emacs-lisp/easy-mmode.el (define-minor-mode):
11705 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11706 mode hook and provide a docstring.
11707
25c8401c
AM
117082013-05-27 Alan Mackenzie <acm@muc.de>
11709
11710 Remove spurious syntax-table text properties inserted by C-y.
11711 * progmodes/cc-mode.el (c-after-change): Also clear hard
11712 syntax-table property with value nil.
11713
dde84790
MA
117142013-05-27 Michael Albinus <michael.albinus@gmx.de>
11715
11716 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11717 when reading the events; the buffer layout shall not be changed.
11718
837fd9af
LL
117192013-05-27 Leo Liu <sdl.web@gmail.com>
11720
11721 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11722 New variable.
11723 (inferior-octave-directory-tracker): Automatically re-sync
11724 default-directory.
11725 (octave-help): Improve handling of 'See also'.
11726
4fd996b3
SM
117272013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11728
416f1802
SM
11729 * doc-view.el: Minor naming convention tweaks.
11730 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11731
4fd996b3
SM
11732 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11733 even if there's no `display' property yet (bug#14435).
11734
a052ef3b
EZ
117352013-05-25 Eli Zaretskii <eliz@gnu.org>
11736
4fd996b3 11737 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
11738
11739 * Makefile.in (custom-deps, finder-data, autoloads)
11740 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11741 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11742 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11743
c9023370
SM
117442013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11747 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 11748 Don't burp at EOB.
c9023370 11749
24d699fa
LL
117502013-05-25 Leo Liu <sdl.web@gmail.com>
11751
11752 * comint.el (comint-previous-matching-input): Do not flood the
11753 *Messages* buffer with trivial messages.
11754
17e5c0cc
SM
117552013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11756
11757 * progmodes/flymake.el (flymake-nop): Don't return a string.
11758 (flymake-set-at): Fix typo.
11759
11760 * simple.el (read--expression): New function, extracted from
11761 eval-expression. Set completion-at-point-functions (bug#14465).
11762 (eval-expression, eval-minibuffer): Use it.
11763
5d028165
XF
117642013-05-25 Xue Fuqiao <xfq.free@gmail.com>
11765
11766 * progmodes/flymake.el (flymake-save-buffer-in-file)
11767 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11768 (flymake-selected-frame, flymake-log, flymake-ins-after)
11769 (flymake-set-at, flymake-get-buildfile-from-cache)
11770 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11771 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11772 Refine the doc string.
11773 (flymake-get-file-name-mode-and-masks): Reformat.
11774 (flymake-get-real-file-name-function): Fix a minor bug.
11775
7a1d7ba7
JL
117762013-05-24 Juri Linkov <juri@jurta.org>
11777
11778 * progmodes/grep.el (grep-mode-font-lock-keywords):
11779 Support =linenumber= format used by git-grep for lines with
11780 function names. (Bug#13549)
11781
650cff3d
SM
117822013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 * progmodes/octave.el (octave-smie-rules): Return nil rather than
11785 0 after a semi-colon; it works better for smie-auto-fill.
11786 (octave--indent-new-comment-line): New function.
11787 (octave-indent-new-comment-line): Use it (indirectly).
11788 (octave-mode): Don't disable smie-auto-fill. Use add-function to
11789 modify comment-line-break-function.
11790
11791 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11792 (smie-setup): Use add-function to set it.
11793
9631677d
SS
117942013-05-24 Sam Steingold <sds@gnu.org>
11795
11796 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11797 argument (before the `interactive' argument).
11798
50105835
SM
117992013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11800
11801 * image-mode.el (image-mode-winprops): Add winprops to
11802 image-mode-winprops-alist before running
11803 image-mode-new-window-functions.
11804 * doc-view.el (doc-view-new-window-function): Don't delay
11805 doc-view-goto-page via timers (bug#14435).
11806
57b9823e
TH
118072013-05-24 Tassilo Horn <tsdh@gnu.org>
11808
11809 * doc-view.el: Integrate with desktop.el. (Bug#14435)
11810 (doc-view-desktop-save-buffer): New function.
11811 (doc-view-restore-desktop-buffer): New function.
50105835
SM
11812 (desktop-buffer-mode-handlers):
11813 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
11814 handler.
11815 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11816 `desktop-save-buffer' function.
11817
91aafa16
MA
118182013-05-24 Michael Albinus <michael.albinus@gmx.de>
11819
11820 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11821 (tramp-gvfs-file-name-handler): Raise a user error when
11822 `tramp-gvfs-enabled' is nil.
11823 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11824 Do not raise a user error when loading package. (Bug#14447)
11825
ec076379
MA
11826 * net/xesam.el: Move to obsolete/.
11827
db785726
GM
118282013-05-24 Glenn Morris <rgm@gnu.org>
11829
af5c7606
GM
11830 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11831
e5d1916a
GM
11832 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11833
ded62b08
GM
11834 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11835 (Info-find-node, Man-getpage-in-background): Declare.
11836
9e614a3f
GM
11837 * mail/unrmail.el (unrmail):
11838 Replace obsolete detect-coding-with-priority.
11839
892f8ca3
GM
11840 * net/socks.el (socks-split-string): Use this rather than split-string.
11841 (socks-nslookup-host): Update for above change.
11842 (dynamic-choice, s5-dynamic-choice-match)
11843 (s5-dynamic-choice-match-inline, s5-widget-value-create):
11844 Comment out unused code.
11845
3c291973
GM
11846 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11847 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11848 (gud-tooltip-echo-area): Make obsolete.
11849 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11850
43cc956b
GM
11851 * progmodes/js.el (js--optimize-arglist): Declare.
11852
dab49a3b
GM
11853 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11854
36b9d085
GM
11855 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11856 (ediff-window-C): Declare.
11857
e354ae76
GM
11858 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11859 Tweak requires to silence compiler.
11860
b8e57bf4
GM
11861 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
11862 (he-search-string, he-tried-table, he-expand-list)
11863 (he-init-string, he-string-member, he-substitute-string)
11864 (he-reset-string): Declare.
11865
db785726
GM
11866 * obsolete/options.el (list-options): Use custom-variable-p,
11867 rather than obsolete alias.
11868
b3531901
SS
118692013-05-23 Sam Steingold <sds@gnu.org>
11870
11871 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 11872 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
11873 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
11874
bdda4c66
SM
118752013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11876
11877 * emacs-lisp/smie.el (smie-indent-forward-token)
11878 (smie-indent-backward-token): Handle string tokens (bug#14381).
11879
c43d45f9
TH
118802013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11881
fe1eb856
RS
11882 * ielm.el (ielm-menu): New menu.
11883 (inferior-emacs-lisp-mode): Set comment-start.
96172128 11884
fe1eb856
RS
118852013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11886
a12bf61e 11887 * textmodes/reftex.el (reftex-ref-style-toggle):
fe1eb856
RS
11888 Fix deactivate action.
11889
a12bf61e 11890 * textmodes/reftex-vars.el (reftex-ref-style-alist):
fe1eb856 11891 Add cleveref macros.
074dd971 11892
a12bf61e 11893 * textmodes/reftex-parse.el
c43d45f9
TH
11894 (reftex-locate-bibliography-files): Accept options for
11895 bibliography commands.
a12bf61e 11896 * textmodes/reftex-vars.el (reftex-bibliography-commands):
c43d45f9
TH
11897 Add addbibresource. Basic Biblatex support.
11898
7764286e
MA
118992013-05-23 Michael Albinus <michael.albinus@gmx.de>
11900
11901 * net/tramp-gvfs.el (top):
11902 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
11903 when loading package. (Bug#14447)
11904
d361bc10
GM
119052013-05-23 Glenn Morris <rgm@gnu.org>
11906
8fa23984
GM
11907 * progmodes/js.el: No need to load comint when compiling.
11908 (ring-insert, comint-send-string, comint-send-input)
11909 (comint-last-input-end, ido-chop): Declare.
11910
a5c7df1a
GM
11911 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
11912 * vc/ediff-mult.el: Adjust requires.
11913 (ediff-directories-internal, ediff-directory-revisions-internal)
11914 (ediff-patch-file-internal): Declare.
11915 * vc/ediff-ptch.el: Adjust requires.
11916 (ediff-use-last-dir, ediff-buffers-internal): Declare.
11917 (ediff-find-file): Autoload.
11918 * vc/ediff-util.el: No need to load ediff when compiling.
11919 (ediff-regions-internal): Declare.
11920 * vc/ediff-wind.el: Adjust requires.
11921 (ediff-compute-toolbar-width): Define when compiling.
11922 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
11923 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
11924 (dired-get-filename, dired-get-marked-files)
11925 (ediff-last-dir-patch, ediff-patch-default-directory)
11926 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
11927 (ediff-patch-buffer-internal): Declare.
11928
e2aec513
GM
11929 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11930 (ispell-process, ispell-buffer-local-words, lm-summary)
11931 (lm-section-start, lm-section-end): Declare.
11932 (checkdoc-ispell-init): Simplify.
11933
e68bbd7c
GM
11934 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11935 (he-string-member, he-reset-string, he-substitute-string): Declare.
11936
7efe0991
GM
11937 * eshell/em-ls.el: Adjust requires.
11938 (eshell-glob-regexp): Declare.
f87b1284
GM
11939 * eshell/em-tramp.el: Adjust requires.
11940 (eshell-parse-command): Autoload.
11941 * eshell/em-xtra.el: Adjust requires.
11942 (eshell-parse-command): Autoload.
11943 * eshell/esh-ext.el: Adjust requires.
11944 (eshell-parse-command, eshell-close-handles): Autoload.
11945 * eshell/esh-io.el: Adjust requires.
11946 (eshell-output-filter): Autoload.
11947 * eshell/esh-util.el: No need to load tramp when compiling.
11948 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11949 Declare.
11950 (eshell-parse-ange-ls): Require ange-ftp and tramp.
11951 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11952 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11953 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11954 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11955 * eshell/esh-opt.el, eshell/esh-proc.el:
11956 * eshell/esh-var.el: Adjust requires.
11957 * eshell/eshell.el: Do not require esh-util twice.
11958 (eshell-add-input-to-history): Declare.
11959 (eshell-command): Check history module is active before using it.
11960
d361bc10
GM
11961 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11962
85d090a9
LL
119632013-05-22 Leo Liu <sdl.web@gmail.com>
11964
11965 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11966
5d0acd9d
MA
119672013-05-22 Michael Albinus <michael.albinus@gmx.de>
11968
11969 * autorevert.el (auto-revert-notify-add-watch)
11970 (auto-revert-notify-handler): Add `attrib' for the inotify case,
11971 it indicates changes in file modification time.
11972
0cdffd7d
GM
119732013-05-22 Glenn Morris <rgm@gnu.org>
11974
ca5995ec
GM
11975 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11976 Always delete the autoloaded function from the noruntime and
11977 unresolved functions lists.
11978
6450907e
GM
11979 * allout.el: No need to load epa, epg, overlay when compiling.
11980 (epg-context-set-passphrase-callback, epg-list-keys)
11981 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11982 (epg-key-user-id-list): Declare.
11983
9c6906f6
GM
11984 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11985 (viper-set-parsing-style-toggling-macro)
11986 (viper-set-emacs-state-searchstyle-macros):
11987 Use called-interactively-p on Emacs.
11988 (viper-looking-back): Make it an obsolete alias. Update callers.
11989 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11990 Use looking-back rather than viper-looking-back.
11991 (viper-tmp-insert-at-eob, viper-enlarge-region)
11992 (viper-read-string-with-history, viper-register-to-point)
11993 (viper-append-to-register, viper-change-state-to-vi)
11994 (viper-backward-char-carefully, viper-forward-char-carefully)
11995 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
11996 (viper-change-state-to-emacs): Declare.
11997 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
11998 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
11999 * emulation/viper-mous.el: Do not load viper-cmd.
12000 (viper-backward-char-carefully, viper-forward-char-carefully)
12001 (viper-forward-word, viper-adjust-window): Declare.
12002
5f70c169
GM
12003 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12004
b1b7f300
GM
12005 * progmodes/idlw-help.el (idlwave-help-fontify):
12006 Use called-interactively-p.
12007
f6ebbb46
GM
12008 * term/w32console.el (w32-get-console-codepage)
12009 (w32-get-console-output-codepage): Declare.
12010
0cdffd7d
GM
12011 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12012 Remove unnecessary declarations.
12013 (dframe-message): Doc fix.
12014
12015 * info.el (dframe-select-attached-frame, dframe-current-frame):
12016 Declare.
12017
12018 * speedbar.el (speedbar-message): Make it an obsolete alias.
12019 Update all callers.
12020 (speedbar-with-attached-buffer)
12021 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12022 (speedbar-with-writable): Use backquote.
12023 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12024 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12025 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12026 rather than speedbar- aliases.
12027 * mail/rmail.el: Load dframe rather than speedbar when compiling.
12028 (speedbar-make-specialized-keymap, speedbar-insert-button)
12029 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12030 (speedbar-do-function-pointer): Declare.
12031 (rmail-speedbar-button, rmail-speedbar-find-file)
12032 (rmail-speedbar-move-message):
12033 Use dframe-with-attached-buffer rather than speedbar- alias.
12034 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12035 (dframe-message, speedbar-make-specialized-keymap)
12036 (speedbar-add-expansion-list, speedbar-mode-functions-list)
12037 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12038 (speedbar-insert-button, dframe-select-attached-frame)
12039 (dframe-maybee-jump-to-attached-frame)
12040 (speedbar-change-initial-expansion-list)
12041 (speedbar-previously-used-expansion-list-name): Declare.
12042 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12043 Use dframe-message, dframe-with-attached-buffer rather than
12044 speedbar- aliases.
12045 (gud-sentinel): Silence compiler.
12046 * progmodes/vhdl-mode.el (speedbar-refresh)
12047 (speedbar-do-function-pointer, speedbar-add-supported-extension)
12048 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12049 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12050 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12051 (speedbar-file-lists, speedbar-make-tag-line)
12052 (speedbar-line-directory, speedbar-goto-this-file)
12053 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12054 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12055 (speedbar-make-button, speedbar-reset-scanners)
12056 (speedbar-files-item-info, speedbar-line-text)
12057 (speedbar-find-file-in-frame, speedbar-set-timer)
12058 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12059 (speedbar-with-writable): Do not (re)define it.
12060 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12061 rather than speedbar- alias.
12062
ee44b62a
LL
120632013-05-21 Leo Liu <sdl.web@gmail.com>
12064
12065 * progmodes/octave.el (octave-mode-menu): Update and re-organize
12066 menu items.
12067 (octave-mode): Tweak fill-nobreak-predicate.
12068 (inferior-octave-startup): Check process to avoid infinite loop.
12069 (inferior-octave): Pop to buffer first to show abornmal process
12070 exit information.
12071
640f050f
GM
120722013-05-21 Glenn Morris <rgm@gnu.org>
12073
79458038
GM
12074 * printing.el (pr-menu-bar): Define when compiling.
12075
9cc3e83f
LL
120762013-05-21 Leo Liu <sdl.web@gmail.com>
12077
12078 * progmodes/octave.el (octave-auto-fill): Remove.
12079 (octave-indent-new-comment-line): Improve.
12080 (octave-mode): Use auto fill mode through
4f405069 12081 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 12082 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 12083 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
12084 (octave-help): Show parent directory.
12085
f440830d
GM
120862013-05-21 Glenn Morris <rgm@gnu.org>
12087
12088 * files.el (dired-unmark):
12089 * progmodes/gud.el (gdb-input): Update declarations.
12090
12091 * calculator.el (electric, ehelp): No need to load when compiling.
12092 (Electric-command-loop, electric-describe-mode): Declare.
12093
12094 * doc-view.el (doc-view-current-converter-processes): Move before use.
12095
12096 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12097 Move MODE-set-explicitly definition before use.
12098
12099 * international/mule-diag.el (mule-diag):
12100 Don't use obsolete window-system-version.
12101
12102 * mail/feedmail.el (smtpmail): No need to load when compiling.
12103 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12104
12105 * mail/mail-utils.el (rfc822): No need to load when compiling.
12106 (rfc822-addresses): Autoload it.
12107 (mail-strip-quoted-names): Trivial simplification.
12108
12109 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12110 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12111
12112 * net/snmp-mode.el (tempo): Don't duplicate requires.
12113
12114 * progmodes/prolog.el (info): No need to load when compiling.
12115 (comint): Require before shell requires it.
12116 (Info-goto-node): Autoload it.
12117 (Info-follow-nearest-node): Declare.
12118 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12119
12120 * textmodes/artist.el (picture-mode-exit): Declare.
12121
12122 * textmodes/reftex-parse.el (reftex-parse-from-file):
12123 Trivial rewrite so the compiler can parse it better.
12124
b4da2cbb
LL
121252013-05-20 Leo Liu <sdl.web@gmail.com>
12126
12127 * progmodes/octave.el (octave-help-mode-map)
12128 (octave-help-mode-finish-hook): New variables.
12129 (octave-help-mode, octave-help-mode-finish): New functions.
12130 (octave-help): Use octave-help-mode.
12131
33c0f65b
GM
121322013-05-20 Glenn Morris <rgm@gnu.org>
12133
12134 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
12135
1a0a0a8a
DG
121362013-05-19 Dmitry Gutov <dgutov@yandex.ru>
12137
12138 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12139 start at point, so that expansion starting right after opening
12140 slash in a regexp is recognized.
12141 (ruby-syntax-before-regexp-re): New defvar, extracted from
12142 ruby-syntax-propertize-function. Since the value of this regexp
12143 is looked up at runtime now, we should be able to turn
12144 `ruby-syntax-methods-before-regexp' into a defcustom later.
12145 (ruby-syntax-propertize-function): Split regexp matching into two
12146 parts, for opening and closing slashes. That allows us to skip
12147 over string interpolations and support multiline regexps.
12148 Don't call `ruby-syntax-propertize-expansions', instead use another rule
12149 for them, which calls `ruby-syntax-propertize-expansion'.
12150 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12151 call to `ruby-syntax-propertize-function'.
12152 (ruby-syntax-propertize-expansion): Extracted from
12153 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
12154 (ruby-syntax-propertize-percent-literal): Leave point right after
12155 the percent symbol, so that the expression expansion rule can
12156 propertize the contents.
462388b6
DG
12157 (ruby-syntax-propertize-heredoc): Leave point at bol following the
12158 heredoc openers.
12159 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 12160
c1a6c0a4
JL
121612013-05-18 Juri Linkov <juri@jurta.org>
12162
12163 * man.el (Man-default-man-entry): Remove `-' from the end
12164 of the default value. (Bug#14400)
12165
8051fccd
GM
121662013-05-18 Glenn Morris <rgm@gnu.org>
12167
12168 * comint.el (comint-password-prompt-regexp):
12169 Allow "password for XXX" where XXX contains colons (eg https://...).
12170
5e80b74f
LL
121712013-05-18 Leo Liu <sdl.web@gmail.com>
12172
12173 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 12174 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
12175 (octave-source-directories): Don't check process.
12176 (octave-source-directories, octave-find-definition): Doc fix.
12177
521a54c5
GM
121782013-05-18 Glenn Morris <rgm@gnu.org>
12179
86a94b05
GM
12180 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12181 Remove backspace/delete bindings. (Bug#14392)
12182
521a54c5
GM
12183 * cus-dep.el (custom-make-dependencies): Sort the output.
12184 (custom-versions-load-alist): Convert comment to doc.
12185
42caeb89
LL
121862013-05-17 Leo Liu <sdl.web@gmail.com>
12187
12188 * newcomment.el (comment-search-backward): Stricter in finding
12189 comment start. (Bug#14303)
12190
12191 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12192 (octave-comment-start-skip): Properly anchored.
12193
e219dd97
LL
121942013-05-17 Leo Liu <sdl.web@gmail.com>
12195
fe1eb856
RS
12196 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12197 Clean up when turned off. (Bug#14395)
e219dd97
LL
12198 (smie--highlight-matching-block-overlay): No longer buffer-local.
12199 (smie-highlight-matching-block): Adjust.
12200
dc5dcb4b
PE
122012013-05-17 Paul Eggert <eggert@cs.ucla.edu>
12202
12203 Doc string fix for "nanoseconds" (Bug#14406).
12204 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12205 Fix doc string typo that had "nanoseconds" instead of "microseconds".
12206
1db165f0
JB
122072013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
12208
12209 * calc/calc-units.el (math-extract-units): Preserve powers
12210 of units.
12211
c7a8fcac
LL
122122013-05-17 Leo Liu <sdl.web@gmail.com>
12213
12214 * subr.el (delete-consecutive-dups): New function.
12215 * ido.el (ido-set-matches-1): Use it.
12216 * progmodes/octave.el (inferior-octave-completion-table): Use it.
12217 * ido.el (ido-remove-consecutive-dups): Remove.
12218
f678b18a
SM
122192013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12220
12221 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12222 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12223 regexp-opt's `words'.
12224
ebfe68e8
LL
122252013-05-16 Leo Liu <sdl.web@gmail.com>
12226
12227 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12228 (smie--highlight-matching-block-overlay)
12229 (smie--highlight-matching-block-lastpos)
12230 (smie--highlight-matching-block-timer): New variables.
12231 (smie-highlight-matching-block): New function.
12232 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
12233 (smie-setup): Conditionally enable smie-blink-matching-open.
12234
bc8bc17d
WS
122352013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
12236
12237 Sync with upstream verilog-mode r840.
12238 * progmodes/verilog-mode.el (verilog-mode-version)
12239 (verilog-mode-release-date): Update.
12240 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12241 (verilog-sig-tieoff): Fix string error on
12242 AUTORESET with colon define, bug594. Reported by Andrew Hou.
12243 (verilog-read-decls): Fix parameters confusing
12244 AUTOINST interfaces, bug565. Reported by Leith Johnson.
12245
df065a0b
EZ
122462013-05-16 Eli Zaretskii <eliz@gnu.org>
12247
12248 * subr.el (reveal-filename): New function.
12249
12250 * loadup.el: Compute Emacs executable versions on MS-Windows,
12251 where executables have the .exe extension. Add a hard link
12252 emacs-XX.YY.ZZ.exe on MS-Windows.
12253
12254 * Makefile.in (XARGS_LIMIT): New variable.
12255 (custom-deps, finder-data, autoloads)
12256 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12257 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12258 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12259 (compile-main): Limit xargs according to $(XARGS_LIMIT).
12260
2d4bf34b
LL
122612013-05-16 Leo Liu <sdl.web@gmail.com>
12262
12263 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12264 (octave-mode-menu, octave-mode-map): Remove its uses.
12265
6b9c2d85
RZ
122662013-05-16 Reto Zimmermann <reto@gnu.org>
12267
12268 Sync with upstream vhdl mode v3.34.2.
12269 * progmodes/vhdl-mode.el: Use `push' throughout.
12270 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12271 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12272 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
12273 (vhdl-actual-generic-name): New option to derive actual generic name.
12274 (vhdl-port-paste-signals): Replace formal by actual generics.
12275 (vhdl-beautify): New name for old group vhdl-align. Update users.
12276 (vhdl-beautify-options): New option.
12277 (vhdl-last-input-event): New compat alias. Use throughout.
12278 (vhdl-goto-line): Replace user level function `goto-line'.
12279 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12280 vhdl-fix-statement-buffer.
12281 (vhdl-create-mode-menu): Add some entries.
12282 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12283 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12284 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12285 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12286 to force statements on one line.
12287 (vhdl-remove-trailing-spaces-region):
12288 New, split from vhdl-remove-trailing-spaces.
12289 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12290 Respect vhdl-beautify-options.
12291 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12292 (vhdl-update-sensitivity-list): Not add with index if exists without.
12293 Not include array index with signal. Ignore keywords in comments.
12294 (vhdl-get-visible-signals): Regexp tweaks.
12295 (vhdl-template-component-inst): Handle empty library.
12296 (vhdl-template-type): Add template for 'enum' type.
12297 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12298 Use vhdl-replace-string.
12299 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12300 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12301 (vhdl-speedbar-initialize): Update for above name change.
12302 (vhdl-compose-wire-components): Fix in handling of constants.
12303 (vhdl-error-regexp-emacs-alist): New variable.
12304 (vhdl-error-regexp-add-emacs): New function;
12305 adds support for new compile.el (Emacs 22+)
12306 (vhdl-generate-makefile-1): Change target order for single lib. units.
12307 Allow use of absolute file names.
12308
9df4ec5e
LL
123092013-05-16 Leo Liu <sdl.web@gmail.com>
12310
12311 * simple.el (prog-indent-sexp): Indent enclosing defun.
12312
f5ba00a6
GM
123132013-05-15 Glenn Morris <rgm@gnu.org>
12314
ed8be7ff
GM
12315 * cus-start.el (show-trailing-whitespace): Move to editing basics.
12316 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12317 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12318 (whitespace-highlight): Move to whitespace group.
12319
12320 * comint.el (comint-source):
12321 * pcmpl-linux.el (pcmpl-linux):
12322 * shell.el (shell-faces):
12323 * eshell/esh-opt.el (eshell-opt):
12324 * international/ccl.el (ccl): Remove empty custom groups.
12325
12326 * completion.el (dynamic-completion-mode):
12327 * jit-lock.el (jit-lock-debug-mode):
12328 * minibuffer.el (completion-in-region-mode):
12329 * type-break.el (type-break-mode-line-message-mode)
12330 (type-break-query-mode):
12331 * emulation/tpu-edt.el (tpu-edt-mode):
12332 * progmodes/subword.el (global-subword-mode, global-superword-mode):
12333 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12334 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12335
12336 * term/xterm.el (xterm): Change parent group to terminals.
12337
12338 * master.el (master): Remove empty custom group.
12339 (master-mode): Remove unused :group argument.
12340 * textmodes/refill.el (refill): Remove empty custom group.
12341 (refill-mode): Remove unused :group argument.
12342
12343 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12344
82a7c41b
GM
12345 * cus-dep.el: Provide a feature.
12346 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
12347 Don't mistakenly ignore files whose basenames match a basename
12348 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 12349 Add a fallback method for getting :group.
f5ba00a6 12350
6d65486d
JL
123512013-05-15 Juri Linkov <juri@jurta.org>
12352
da547b32
JL
12353 * isearch.el (isearch-char-by-name): Rename from
12354 `isearch-insert-char-by-name'. Doc fix.
12355 (isearch-forward): Mention `isearch-char-by-name' in
12356 the docstring. (Bug#13348)
12357
6d65486d
JL
12358 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12359 `exit-minibuffer' instead of
12360 `isearch-nonincremental-exit-minibuffer'.
12361 (isearch-edit-string): Remove mention of
12362 `isearch-nonincremental-exit-minibuffer' from docstring.
12363 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12364 (isearch-forward-exit-minibuffer)
12365 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
12366
c9990474
SM
123672013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12368
6e911150
SM
12369 * loadup.el: Just use unversioned DOC.
12370
c9990474
SM
12371 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12372 literals as extending to EOB.
12373 (nxml-last-fontify-end): Remove unused variable.
12374 (nxml-after-change1): Use with-silent-modifications.
12375 (nxml-extend-after-change-region): Simplify.
12376 (nxml-extend-after-change-region1): Remove function.
12377 (nxml-after-change1): Don't adjust for dependent regions.
12378 (nxml-fontify-matcher): Simplify.
12379 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12380 (xmltok-add-dependent): Remove function.
12381 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12382 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12383 (xmltok-scan-prolog-after-processing-instruction-open): Treat
12384 unclosed <[[, <?, comment, and other literals as extending to EOB.
12385 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12386 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12387 Remove functions.
12388 (rng-do-some-validation-1): Don't mark dependent regions.
12389 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12390 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12391 (nxml-clear-dependent-regions): Remove functions.
12392 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12393 (nxml-ensure-scan-up-to-date):
12394 Don't clear&mark dependent regions.
12395
e3772e98
LL
123962013-05-15 Leo Liu <sdl.web@gmail.com>
12397
c9990474
SM
12398 * progmodes/octave.el (octave-goto-function-definition):
12399 Improve and fix callers.
e3772e98 12400
5ac2eb34
SM
124012013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12402
c46c57b0
SM
12403 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12404 the setter (bug#14387).
12405
5ac2eb34
SM
12406 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12407 surrounding group (bug#14402).
12408
180ed218
JL
124092013-05-14 Juri Linkov <juri@jurta.org>
12410
12411 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12412 (Bug#14390)
12413
0ac0fecb
GM
124142013-05-14 Glenn Morris <rgm@gnu.org>
12415
12416 * progmodes/f90.el (f90-imenu-generic-expression):
12417 Fix typo in 2013-05-08 change. (Bug#14402)
12418
2e78e6a7
JPG
124192013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12420
5ac2eb34
SM
12421 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12422 Remove signals for which replies are never received.
2e78e6a7 12423
53267cca
JPG
124242013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12425
12426 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12427 (gdb-handler-alist, gdb-handler-number): Remove variables.
12428 (gdb-handler-list): New variable.
12429 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12430 (gdb-pending-handler-p, gdb-handle-reply)
12431 (gdb-remove-all-pending-triggers): New functions.
12432 (gdb-discard-unordered-replies): New defcustom.
12433 (gdb-handler): New defstruct.
12434 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
12435 instead of gdb-pending-triggers. Update docstring.
12436 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
12437 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12438 (gdb-var-update-handler, def-gdb-auto-update-trigger)
12439 (def-gdb-auto-update-handler, gdb-get-changed-registers)
12440 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12441 (gdb-frame-handler): Pending triggers are now automatically managed.
12442 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12443 Remove argument.
12444 (gdb-input): Automatically handles pending triggers. Update docstring.
12445 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12446 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12447 Update comments.
12448 (gdb-done-or-error): Now use gdb-handle-reply.
12449
d04ce803
JPG
124502013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12451
12452 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12453 gdb-debug-log.
12454
0114073a
GM
124552013-05-14 Glenn Morris <rgm@gnu.org>
12456
12457 * subr.el (user-emacs-directory-warning): New option.
12458 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
12459
4d25fd7e
LL
124602013-05-14 Leo Liu <sdl.web@gmail.com>
12461
12462 * progmodes/octave.el (octave-font-lock-keywords): Fix error
12463 during redisplay.
12464 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
12465 (octave-font-lock-texinfo-comment): Fix invalid search bound
12466 error: wrong side of point.
4d25fd7e 12467
27c8b6eb
GM
124682013-05-14 Glenn Morris <rgm@gnu.org>
12469
61aaeb01
GM
12470 * progmodes/flymake.el (flymake-xml-program): New option.
12471 (flymake-xml-init): Use it.
12472
5bf90bc5
GM
12473 * term/xterm.el: Provide a feature.
12474
12475 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 12476
f4c7dfd2
GM
124772013-05-13 Glenn Morris <rgm@gnu.org>
12478
12479 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12480 Add compat aliases as a hack workaround. (Bug#14384)
12481
2aeb3a1d
LL
124822013-05-13 Leo Liu <sdl.web@gmail.com>
12483
b0e069c2
LL
12484 * progmodes/octave.el (octave-indent-comment): Fix indentation for
12485 ###, and %!.
f5a9432f
LL
12486 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12487 C-M-q.
b0e069c2
LL
12488 (octave-comment-start-skip): Include %!.
12489 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 12490
30ea8374
LL
124912013-05-12 Leo Liu <sdl.web@gmail.com>
12492
12493 * progmodes/octave.el (inferior-octave-startup): Store the value
12494 of __octave_srcdir__ for octave-source-directories.
12495 (inferior-octave-check-process): New function refactored out of
12496 inferior-octave-send-list-and-digest.
12497 (octave-source-directories)
12498 (octave-find-definition-filename-function): New variables.
12499 (octave-source-directories)
12500 (octave-find-definition-default-filename): New functions.
12501 (octave-find-definition): Improve to find functions implemented in C++.
12502
472a3834
GM
125032013-05-12 Glenn Morris <rgm@gnu.org>
12504
12505 * calendar/diary-lib.el (diary-outlook-format-1):
12506 Don't include dayname in the output. (Bug#14349)
12507
3191b52f
GM
125082013-05-11 Glenn Morris <rgm@gnu.org>
12509
0060ac73
GM
12510 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12511
3191b52f
GM
12512 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12513 Treat cc-provide like provide.
12514
e065ba74
KR
125152013-05-11 Kevin Ryde <user42@zip.com.au>
12516
12517 * cus-dep.el (custom-make-dependencies):
12518 Use generated-autoload-load-name for the sake of files such
12519 such cedet/semantic/bovine/c.el, where the base file name
12520 is not in load-path. (Bug#5277)
12521
36f84c37
GM
125222013-05-11 Glenn Morris <rgm@gnu.org>
12523
12524 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12525 Provide features.
12526
c8730c3a
LL
125272013-05-11 Leo Liu <sdl.web@gmail.com>
12528
12529 * progmodes/octave.el (octave-indent-comment): Improve.
12530 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
12531 (octave-eldoc-function-signatures, octave-eldoc-function):
12532 New functions.
c8730c3a
LL
12533 (octave-mode, inferior-octave-mode): Add eldoc support.
12534
212e29f2
RS
125352013-05-11 Richard Stallman <rms@gnu.org>
12536
12537 * epa.el (epa-decrypt-file): Take output file name as argument
12538 and read it using `interactive'.
12539
083fe0d7
LL
125402013-05-11 Leo Liu <sdl.web@gmail.com>
12541
12542 * progmodes/octave.el (octave-beginning-of-line)
12543 (octave-end-of-line): Check before using up-list because it jumps
12544 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
12545 (octave-indent-comment): New function.
12546 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
12547 (octave-begin-keywords, octave-end-keywords)
12548 (octave-reserved-words, octave-smie-bnf-table)
12549 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 12550
8582e4c4
GM
125512013-05-11 Glenn Morris <rgm@gnu.org>
12552
f20def1f
GM
12553 * faces.el (internal-face-x-get-resource):
12554 * frame.el (ns-display-monitor-attributes-list):
d78abe37 12555 * calc/calc-aent.el (math-to-radians-2):
f20def1f 12556 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 12557 Fix declarations.
f20def1f 12558
445f95e2
GM
12559 * calc/calc-menu.el: Make it loadable in isolation.
12560
12561 * net/eudcb-bbdb.el: Make it loadable without bbdb.
12562 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12563 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12564 (eudc-bbdb-query-internal): Require 'bbdb.
12565
99fb2756
GM
12566 * lpr.el (lpr-headers-switches):
12567 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12568
12569 * progmodes/sql.el (sql-login-params): Fix and improve :type.
12570
0da7ad96
GM
12571 * emulation/edt-mapper.el: In batch mode, error rather than hang.
12572
8582e4c4
GM
12573 * term.el (term-set-escape-char): Make it idempotent.
12574
f71c50d0
LL
125752013-05-10 Leo Liu <sdl.web@gmail.com>
12576
5ac2eb34
SM
12577 * progmodes/octave.el (inferior-octave-completion-table):
12578 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
12579 completion due to bug#11906.
12580 (octave-beginning-of-defun): Re-write to be more general.
12581
d5837773
GM
125822013-05-10 Glenn Morris <rgm@gnu.org>
12583
12584 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12585
027c0f75
SM
125862013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * comint.el (comint-redirect-send-command-to-process): Use :around
12589 rather than :override for comint-redirect-filter.
12590 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12591 Call it instead of comint-redirect-original-filter-function (which
12592 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
12593
4465bfb4
JD
125942013-05-09 Jan Djärv <jan.h.d@swipnet.se>
12595
12596 * frame.el (display-monitor-attributes-list): Add NS case.
12597 (ns-display-monitor-attributes-list): Declare.
12598
2d809ffa 125992013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
12600
12601 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
12602
e54eeb9b
GM
126032013-05-09 Glenn Morris <rgm@gnu.org>
12604
56cd351d
GM
12605 * international/fontset.el (vertical-centering-font-regexp):
12606 Set standard-value.
12607
d84b6108
GM
12608 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12609
a931698a
GM
12610 * bookmark.el (bookmark-search-delay):
12611 * cus-start.el (vertical-centering-font-regexp):
12612 * ps-mule.el (ps-mule-font-info-database-default):
12613 * ps-print.el (ps-default-fg, ps-default-bg):
12614 * type-break.el (type-break-good-break-interval):
12615 * whitespace.el (whitespace-indentation-regexp)
12616 (whitespace-space-after-tab-regexp):
12617 * emacs-lisp/testcover.el (testcover-1value-functions)
12618 (testcover-noreturn-functions, testcover-progn-functions)
12619 (testcover-prog1-functions):
12620 * emulation/viper-init.el (viper-emacs-state-cursor-color):
12621 * eshell/em-glob.el (eshell-glob-translate-alist):
12622 * play/tetris.el (tetris-tty-colors):
12623 * progmodes/cpp.el (cpp-face-default-list):
12624 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12625 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12626 (idlwave-help-browser-generic-args):
12627 * progmodes/make-mode.el (makefile-special-targets-list):
12628 * progmodes/python.el (python-shell-virtualenv-path):
12629 * progmodes/verilog-mode.el (verilog-active-low-regexp)
12630 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12631 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12632 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12633 * textmodes/reftex-vars.el (reftex-format-label-function):
12634 * textmodes/remember.el (remember-diary-file): Fix custom types.
12635
e54eeb9b
GM
12636 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12637 Add :version.
12638
455851dd
LL
126392013-05-09 Leo Liu <sdl.web@gmail.com>
12640
12641 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 12642 Restore file completion. (Bug#14300)
455851dd
LL
12643 (inferior-octave-startup): Fix incorrect highlighting for the
12644 first prompt.
12645
a9e4425b
SM
126462013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12647
12648 * progmodes/ruby-mode.el: First cut at SMIE support.
12649 (ruby-use-smie): New var.
12650 (ruby-smie-grammar): New constant.
12651 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12652 (ruby-smie--forward-token, ruby-smie--backward-token)
12653 (ruby-smie-rules): New functions.
12654 (ruby-mode-variables): Setup SMIE if applicable.
12655
060ca408
EZ
126562013-05-08 Eli Zaretskii <eliz@gnu.org>
12657
12658 * simple.el (line-move-visual): Signal beginning/end of buffer
12659 only if vertical-motion moved less than it was requested. Avoids
12660 silly incorrect error messages when there are display strings with
12661 multiple newlines at EOL.
12662
1d5963cc
SM
126632013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12664
12665 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12666 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12667 (prolog-char-quote-workaround):
12668 * progmodes/cperl-mode.el (cperl-under-as-char):
12669 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
12670 Mark as obsolete.
12671 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
12672 their declaration.
12673 (vhdl-mode-syntax-table-init): Remove.
12674
c9990474
SM
12675 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12676 last change.
1d5963cc
SM
12677
12678 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12679 syntax for "_".
12680 (ld-script-font-lock-keywords):
12681 Change regexps to use things like \_< and \_>.
12682
12683 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12684 Change all regexps to use things like \_< and \_>.
12685
12686 * progmodes/autoconf.el (autoconf-definition-regexp)
12687 (autoconf-font-lock-keywords, autoconf-current-defun-function):
12688 Handle a _ with symbol syntax.
12689 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12690
c9990474
SM
12691 * progmodes/ada-mode.el (ada-mode-abbrev-table):
12692 Consolidate declaration.
1d5963cc
SM
12693 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12694 the declaration.
12695 (ada-create-syntax-table): Remove.
12696 (ada-capitalize-word): Don't mess with the syntax of "_" since it
12697 already has the right syntax nowadays.
12698 (ada-goto-next-word): Don't change the syntax of "_".
12699
12700 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12701 with-wrapper-hook.
12702
72d3cfca
SS
127032013-05-08 Sam Steingold <sds@gnu.org>
12704
12705 * thingatpt.el (thing-at-point): Accept optional second argument
12706 NO-PROPERTIES to strip the text properties from the return value.
12707 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12708 to `thing-at-point' instead of stripping the properties ourselves.
12709 Also, when `thing-at-point' fails to find a url, prepend "http://"
12710 to the filename at point on the assumption that the user is
12711 pointing at something like gnu.org/gnu.
12712
5cb15713
JB
127132013-05-08 Juanma Barranquero <lekktu@gmail.com>
12714
12715 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12716 * faces.el (crm-separator):
12717 Silence byte-compiler.
12718
12719 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12720 (tool-bar-map): Remove unneeded defvars.
12721
ea78b95b
LL
127222013-05-08 Leo Liu <sdl.web@gmail.com>
12723
12724 Re-work a fix for bug#10994 based on Le Wang's patch.
12725 * ido.el (ido-remove-consecutive-dups): New helper.
12726 (ido-completing-read): Use it.
12727 (ido-chop): Revert fix for bug#10994.
12728
dc7466df
AS
127292013-05-08 Adam Spiers <emacs@adamspiers.org>
12730
12731 * cus-edit.el (custom-save-variables):
12732 Pretty-print long values. (Bug#14187)
12733
9ecf672a
GM
127342013-05-08 Glenn Morris <rgm@gnu.org>
12735
12736 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12737 (m4-mode-syntax-table): Init in the defvar.
12738 (m4-mode-abbrev-table): Let define-derived-mode define it.
12739
3f555be8
TT
127402013-05-08 Tom Tromey <tromey@redhat.com>
12741
12742 * progmodes/m4-mode.el (m4-mode-syntax-table):
12743 Do not treat "_" as word constituent. (Bug#14167)
12744
7cc8ae06
GM
127452013-05-07 Glenn Morris <rgm@gnu.org>
12746
4f58bc06
GM
12747 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12748 Remove explicit eshell-isearch-cancel-map.
12749
7cc8ae06
GM
12750 * progmodes/f90.el (f90-smart-end-names): New option.
12751 (f90-smart-end): Doc fix.
12752 (f90-end-block-optional-name): New constant.
12753 (f90-block-match): Respect f90-smart-end-names.
12754
ceb57e59
SM
127552013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12756
12757 * progmodes/octave.el (octave-smie-forward-token): Be more careful
12758 about implicit semi-colons (bug#14218).
12759
4e3f9230
YM
127602013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12761
12762 * frame.el (display-monitor-attributes-list)
12763 (frame-monitor-attributes): New functions.
12764
203a5572
LL
127652013-05-06 Leo Liu <sdl.web@gmail.com>
12766
12767 * progmodes/octave.el (octave-syntax-propertize-function): Change
12768 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
12769 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 12770 (octave-completion-at-point): Rename from
203a5572
LL
12771 octave-completion-at-point-function.
12772 (inferior-octave-directory-tracker): Robustify.
12773 (octave-text-functions): Remove and fix its uses. No such things
12774 any more.
12775
ee6cff99
SM
127762013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12777
12778 * emacs-lisp/trace.el (trace--display-buffer): New function.
12779 (trace-make-advice): Use it.
12780
32985194
JL
127812013-05-06 Juri Linkov <juri@jurta.org>
12782
12783 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
12784 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12785 Doc fix.
12786 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12787 in the help string. (Bug#12985)
12788
a1c700de
KD
127892013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
12790
12791 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
12792
c67c0839
SM
127932013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12794
323885fd
SM
12795 * progmodes/perl-mode.el: Add support for here documents.
12796 (perl-syntax-propertize-function): Match here-doc markers.
12797 (perl-syntax-propertize-special-constructs): Find their end.
12798 (perl-imenu-generic-expression): Use [:alnum:].
12799
c67c0839
SM
12800 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12801 (advice--add-function): Refresh the advice if already present
12802 (bug#14317).
12803
d491e7a8
IA
128042013-05-06 Ivan Andrus <darthandrus@gmail.com>
12805
12806 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
12807
ddf9925e
GM
128082013-05-06 Glenn Morris <rgm@gnu.org>
12809
7cc3af27
GM
12810 * w32-fns.el (w32-charset-info-alist): Declare.
12811
16e343d6
GM
12812 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12813 of its defcustom properties.
12814 (eshell-cmpl-initialize): No need to load pcomplete.
12815
7d889a47
GM
12816 * generic-x.el: No need to require comint when compiling.
12817
ddf9925e
GM
12818 * net/eudc-export.el: Make it loadable without bbdb.
12819 (top-level): Use require rather than load-library.
12820 (eudc-create-bbdb-record, eudc-bbdbify-phone)
12821 (eudc-batch-export-records-to-bbdb)
12822 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12823 Require bbdb.
12824
1e2c18df
SM
128252013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12826
12827 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12828 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12829 some tweaks, instead.
12830
02502a5f
LL
128312013-05-05 Leo Liu <sdl.web@gmail.com>
12832
12833 * progmodes/octave.el (octave-font-lock-keywords)
12834 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12835 (inferior-octave-send-list-and-digest): Improve error message.
12836 (octave-mode, inferior-octave-mode): Use setq-local.
12837 (octave-help): Set info-lookup-mode.
12838
0dc04f42
RS
128392013-05-05 Richard Stallman <rms@gnu.org>
12840
6c54491c
RS
12841 * vc/compare-w.el (compare-windows-whitespace):
12842 Treat no-break space as whitespace.
12843
0dc04f42
RS
12844 * mail/rmailsum.el (rmail-summary-rmail-update):
12845 Detect empty summary and don't change selected message.
12846 (rmail-summary-goto-msg): Likewise.
12847
df8f35df
RS
12848 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12849 Doc fixes, rename args.
12850
5356e1a3
AM
128512013-05-05 Alan Mackenzie <acm@muc.de>
12852
12853 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12854
d44014cb
JL
128552013-05-05 Juri Linkov <juri@jurta.org>
12856
12857 * info.el (Info-read-subfile): Use (point-min) instead of (point)
12858 to not add the length of the summary segment to the return value.
12859 (Bug#14125)
12860
c129b51f
LL
128612013-05-05 Leo Liu <sdl.web@gmail.com>
12862
12863 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
12864 (inferior-octave-output-filter): Remove.
12865 (octave-send-region, inferior-octave-startup): Fix callers.
12866 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
12867 (octave-binary-file-extensions): New user variable.
12868 (octave-find-definition): Confirm if opening binary files.
12869 (octave-help-file): Use octave-find-definition to get the binary
12870 confirmation.
12871 (octave-help): Adjust for octave-help-file change.
12872
aa7dab97
SM
128732013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12874
12875 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
12876 Merge the two entries that handle function definitions.
12877 (pascal--syntax-propertize): New const.
12878 (pascal-mode): Use it. Use setq-local.
12879
fd3a9a6b
GM
128802013-05-04 Glenn Morris <rgm@gnu.org>
12881
12882 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
12883 (diary-from-outlook): Respect diary-from-outlook-function.
12884
30c7e542
SM
128852013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
12888 Move the declaration from C.
12889 (read-minibuffer, eval-minibuffer): Move from C.
12890 (completion-setup-function): Avoid minibuffer-completion-contents.
12891
b54f978b
LL
128922013-05-03 Leo Liu <sdl.web@gmail.com>
12893
12894 * progmodes/octave.el (octave-font-lock-keywords): Do not
12895 dehighlight 'end' in comments or strings.
30c7e542
SM
12896 (octave-completing-read, octave-goto-function-definition):
12897 New helpers.
d4d0f9b3
LL
12898 (octave-help-buffer): New user variable.
12899 (octave-help-file, octave-help-function): New button types.
12900 (octave-help): New command and bind it to C-h ;.
12901 (octave-find-definition): New command and bind it to M-.
d74a1581 12902 (user-error): Alias to error if not defined.
b54f978b 12903
27135018
LL
129042013-05-02 Leo Liu <sdl.web@gmail.com>
12905
12906 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
12907 for \. (bug#14332)
12908 (octave-font-lock-keywords): Include [ and {.
12909
0d634d3a
LL
129102013-05-02 Leo Liu <sdl.web@gmail.com>
12911
12912 * progmodes/octave.el (inferior-octave-startup-file): Change default.
12913 (inferior-octave): Remove calling comint-mode and return the buffer.
12914 (inferior-octave-startup): Cosmetic changes.
12915
b4c8295e
LL
129162013-05-02 Leo Liu <sdl.web@gmail.com>
12917
30c7e542
SM
12918 * progmodes/octave.el (octave-syntax-propertize-function):
12919 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 12920
f12ad6ec
GM
129212013-05-02 Glenn Morris <rgm@gnu.org>
12922
12923 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
12924 * desktop.el (vc-dir-mode): Just autoload it here.
12925
30cac1e0
AM
129262013-05-02 Alan Mackenzie <acm@muc.de>
12927
12928 Eliminate variable c-standard-font-lock-fontify-region-function.
12929 * progmodes/cc-mode.el
12930 (c-standard-font-lock-fontify-region-function): Remove.
12931 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12932
d8ef28b1
LL
129332013-05-01 Leo Liu <sdl.web@gmail.com>
12934
2640d52e 12935 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 12936 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 12937 variables were removed from Octave in 2007.
d8ef28b1
LL
12938 (inferior-octave-startup): Fix uses.
12939 (comint-line-beginning-position): Remove compatibility code for
12940 emacs 21.
12941
ac63ec89
JL
129422013-05-01 Juri Linkov <juri@jurta.org>
12943
12944 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
12945
9e9be37c
JL
129462013-05-01 Juri Linkov <juri@jurta.org>
12947
12948 * comint.el (comint-previous-matching-input): Don't print message
12949 "History item: %d" when `isearch-mode' is active.
12950 (comint-history-isearch-message): Print message "History item: %d"
12951 when `comint-input-ring-index' is not empty and this function is
12952 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
12953
9b92c13b
LL
129542013-05-01 Leo Liu <sdl.web@gmail.com>
12955
12956 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12957 definitions. Use completion-at-point to insert keywords.
12958 (octave-abbrev-start): Remove.
12959 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12960
b12d33d7
LL
129612013-04-30 Leo Liu <sdl.web@gmail.com>
12962
12963 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12964 change.
12965
3d1c39fa
AM
129662013-04-30 Alan Mackenzie <acm@muc.de>
12967
12968 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
12969 * progmodes/cc-engine.el (c-back-over-member-initializers):
12970 new function.
3d1c39fa
AM
12971 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12972 (most) member init lists.
12973
5147fc17
RS
129742013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12975
12976 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12977 variable.
12978
5b78d7fc
LL
129792013-04-30 Leo Liu <sdl.web@gmail.com>
12980
12981 * progmodes/octave.el (octave-variables): Remove. No builtin
12982 variables any more. All converted to functions.
12983 (octave-font-lock-keywords, octave-completion-at-point-function):
12984 Fix uses.
12985 (octave-font-lock-texinfo-comment): New user variable.
12986 (octave-texinfo-font-lock-keywords): New variable for texinfo
12987 comment block.
12988 (octave-function-comment-block): New face.
12989 (octave-font-lock-texinfo-comment): New function.
12990 (octave-mode): Font lock texinfo comment block.
12991
38d8527b
LL
129922013-04-29 Leo Liu <sdl.web@gmail.com>
12993
12994 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
12995 indexing expression.
12996 (octave-continuation-string): Do not use \.
12997 (inferior-octave-complete-impossible): Remove.
12998 (inferior-octave-completion-table)
12999 (inferior-octave-completion-at-point): Remove its uses.
13000 (inferior-octave-startup): completion_matches was introduced to
13001 Octave in 1996 so safe to assume it.
13002 (octave-function-file-comment): Improve to follow how Octave does it.
13003 (octave-update-function-file-comment): Tweak.
13004
2ec12cb0
LL
130052013-04-29 Leo Liu <sdl.web@gmail.com>
13006
13007 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13008 (inferior-octave-startup): Remove inferior-octave-startup-hook.
13009 (octave-function-file-comment): Fix typo.
13010 (octave-sync-function-file-names): Use read-char-choice.
13011
6eaed048
JB
130122013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
13013
13014 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13015 to t for the less important warnings.
13016
3ffa2d4f
DH
130172013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
13018
13019 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
13020
685c9501
GM
130212013-04-27 Glenn Morris <rgm@gnu.org>
13022
13023 * vc/log-view.el (log-view-current-entry):
13024 Treat "---" separator lines as part of the following rev. (Bug#14169)
13025
0208ede7
JL
130262013-04-27 Juri Linkov <juri@jurta.org>
13027
13028 * subr.el (read-number): Doc fix about using it by interactive
13029 code letter `n'. (Bug#14254)
13030
5db9dace
JL
130312013-04-27 Juri Linkov <juri@jurta.org>
13032
13033 * desktop.el (desktop-auto-save-timeout): New option.
13034 (desktop-file-checksum): New variable.
13035 (desktop-save): Add optional arg `auto-save' and don't auto-save
13036 if nothing changed.
13037 (desktop-auto-save-timer): New variable.
13038 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13039 (after-init-hook): Call `desktop-auto-save-set-timer'.
13040 Suggested by Reuben Thomas <rrt@sc3d.org> in
13041 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13042
b7260dd4
LL
130432013-04-27 Leo Liu <sdl.web@gmail.com>
13044
13045 * progmodes/octave.el (octave-function-file-p)
13046 (octave-skip-comment-forward, octave-function-file-comment)
13047 (octave-update-function-file-comment): New functions.
13048 (octave-mode-map): Bind C-c ; to
13049 octave-update-function-file-comment.
13050 (octave-mode-menu): Add octave-update-function-file-comment.
13051 (octave-mode, inferior-octave-mode): Fix doc-string.
13052 (octave-insert-defun): Conform to Octave's coding convention.
13053 (Bug#14285)
13054
13055 * files.el (basic-save-buffer): Don't let errors in
13056 before-save-hook prevent saving buffer.
13057
c46da669
RW
130582013-04-20 Roland Winkler <winkler@gnu.org>
13059
13060 * faces.el (read-face-name): Use completing-read if arg multiple
13061 is nil.
13062
a81ee1eb
IL
130632013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
13064
13065 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
13066 displayed, move point to after the totals line.
13067 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
13068 for the details.
13069
4fac34ce
SM
130702013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13071
13072 * emacs-lisp/package.el (package-autoload-ensure-default-file):
13073 Add current dir to the load-path.
13074 (package-generate-autoloads): Don't rely on
13075 autoload-ensure-default-file.
13076
f6bfc063
RT
130772013-04-26 Reuben Thomas <rrt@sc3d.org>
13078
d40ab5cf
BG
13079 * textmodes/remember.el (remember-store-in-files): Document that
13080 the file name format is passed to `format-time-string'.
f6bfc063 13081
e55d3b04
LL
130822013-04-26 Leo Liu <sdl.web@gmail.com>
13083
13084 * progmodes/octave.el (octave-sync-function-file-names): New function.
13085 (octave-mode): Use it in before-save-hook.
13086
e53052d3
SM
130872013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13088
140ef50c
SM
13089 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13090 (bug#14274).
13091
e53052d3
SM
13092 * progmodes/octave.el (octave-smie-forward-token): Properly skip
13093 \n and comment, even if it's not an implicit ; (bug#14218).
13094
af80458d 130952013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
13096
13097 * subr.el (read-number): Once more use `read' rather than
13098 `string-to-number', to trap non-numeric input. (Bug#14254)
13099
af80458d 131002013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
13101
13102 * emacs-lisp/syntax.el (syntax-propertize-multiline):
13103 Use `syntax-multiline' text property consistently instead of
8a621d53 13104 `font-lock-multiline'. (Bug#14237)
70203c2e 13105
e6ea1f6c
GM
131062013-04-26 Glenn Morris <rgm@gnu.org>
13107
13108 * emacs-lisp/shadow.el (list-load-path-shadows):
13109 No longer necessary to check for duplicate simple.el, since
13110 2012-07-07 change to init_lread to not include installation lisp
13111 directories in load-path when running uninstalled. (Bug#14270)
13112
070ccca4
LL
131132013-04-26 Leo Liu <sdl.web@gmail.com>
13114
13115 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13116 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 13117 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
13118 octave-in-string-or-comment-p.
13119 (octave-in-comment-p, octave-in-string-p)
13120 (octave-in-string-or-comment-p): Replace defsubst with defun.
13121
9d1c5fb6
PE
131222013-04-25 Paul Eggert <eggert@cs.ucla.edu>
13123
13124 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13125
c034abda
BG
131262013-04-25 Bastien Guerry <bzg@gnu.org>
13127
13128 * textmodes/remember.el (remember-data-directory)
13129 (remember-directory-file-name-format): Fix custom types.
13130
584ea277
LL
131312013-04-25 Leo Liu <sdl.web@gmail.com>
13132
e53052d3
SM
13133 * progmodes/octave.el (octave-completion-at-point-function):
13134 Make use of inferior octave process.
584ea277
LL
13135 (octave-initialize-completions): Remove.
13136 (inferior-octave-completion-table): New function.
13137 (inferior-octave-completion-at-point): Use it.
13138 (octave-completion-alist): Remove.
13139
1693b06a
SM
131402013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * progmodes/opascal.el: Use font-lock and syntax-propertize.
13143 (opascal-mode-syntax-table): New var.
13144 (opascal-literal-kind, opascal-is-literal-end)
13145 (opascal-literal-token-at): Rewrite.
13146 (opascal--literal-start-re, opascal-font-lock-keywords)
13147 (opascal--syntax-propertize): New constants.
13148 (opascal-font-lock-defaults): Adjust.
13149 (opascal-mode): Use them. Set comment-<foo> variables as well.
13150 (delphi-comment-face, opascal-comment-face, delphi-string-face)
13151 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13152 (delphi-other-face, opascal-other-face): Remove face variables.
13153 (opascal-save-state): Remove macro.
13154 (opascal-fontifying-progress-step): Remove constant.
13155 (opascal--ignore-changes): Remove var.
13156 (opascal-set-token-property, opascal-parse-next-literal)
13157 (opascal-is-stable-literal, opascal-complete-literal)
13158 (opascal-is-literal-start, opascal-face-of)
13159 (opascal-parse-region, opascal-parse-region-until-stable)
13160 (opascal-fontify-region, opascal-after-change)
13161 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13162 (opascal-debug-parse-region, opascal-debug-parse-window)
13163 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13164 (opascal-debug-fontify-buffer): Remove.
13165 (opascal-debug-mode-map): Adjust accordingly.
13166
be64c05d
LL
131672013-04-25 Leo Liu <sdl.web@gmail.com>
13168
13169 Merge octave-mod.el and octave-inf.el into octave.el with some
13170 cleanups.
13171 * progmodes/octave.el: New file renamed from octave-mod.el.
13172 * progmodes/octave-inf.el: Merged into octave.el.
13173 * progmodes/octave-mod.el: Renamed to octave.el.
13174
d79d37bd
TH
131752013-04-25 Tassilo Horn <tsdh@gnu.org>
13176
13177 * textmodes/reftex-vars.el
13178 (reftex-label-ignored-macros-and-environments): New defcustom.
13179
13180 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13181
ced3fc5d
SM
131822013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13183
13184 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13185 (smie-indent-keyword): Improve the check to ensure that the next
13186 comment is really on the same line.
13187 (smie-indent-comment): Don't align with a subsequent closer (or eob).
13188
13189 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13190 semi-colons if the line is not otherwise empty (bug#14218).
13191
1c141dad
GM
131922013-04-25 Glenn Morris <rgm@gnu.org>
13193
13194 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13195
5058062a
SM
131962013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * progmodes/opascal.el (opascal-set-token-property): Rename from
13199 opascal-set-text-properties and only set `token' (bug#14134).
13200 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13201 (opascal-literal-text-properties): Remove.
13202 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13203 Adjust callers.
13204
5db9dace 132052013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
13206
13207 * textmodes/remember.el (remember-handler-functions): Add an
13208 option for a new handler `remember-store-in-files'.
13209 (remember-data-directory, remember-directory-file-name-format):
13210 New options.
13211 (remember-store-in-files): New function to store remember notes
13212 as separate files within a directory.
13213
4391916c
MH
132142013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
13215
13216 * progmodes/compile.el (compilation-next-error-function):
13217 Pass "formats" to compilation-find-file (bug#11777).
13218
bb7cdf58
GM
132192013-04-24 Glenn Morris <rgm@gnu.org>
13220
3b8fe752 13221 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
13222 * vc/vc-hg.el (vc-hg-print-log):
13223 * vc/vc-svn.el (vc-svn-print-log):
13224 Fix START-REVISION with LIMIT != 1. (Bug#14168)
13225
bb7cdf58
GM
13226 * vc/vc-bzr.el (vc-bzr-print-log):
13227 * vc/vc-cvs.el (vc-cvs-print-log):
13228 * vc/vc-git.el (vc-git-print-log):
13229 * vc/vc-hg.el (vc-hg-print-log):
13230 * vc/vc-mtn.el (vc-mtn-print-log):
13231 * vc/vc-rcs.el (vc-rcs-print-log):
13232 * vc/vc-sccs.el (vc-sccs-print-log):
13233 * vc/vc-svn.el (vc-svn-print-log):
13234 * vc/vc.el (vc-print-log-internal): Doc fixes.
13235
b46a056e
GM
132362013-04-23 Glenn Morris <rgm@gnu.org>
13237
13238 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13239 Remove venerable code attempting to avoid substitute-command-keys.
13240
0aecf718
TH
132412013-04-23 Tassilo Horn <tsdh@gnu.org>
13242
4391916c
MH
13243 * textmodes/reftex-vars.el (reftex-label-regexps):
13244 Call `reftex-compile-variables' after changes to this variable.
0aecf718 13245
117f94cf
SM
132462013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13247
4391916c 13248 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
13249 Use lexical-binding.
13250 (jit-lock-force-redisplay): Use markers, check buffer's continued
13251 existence and beware narrowed buffers.
13252 (jit-lock-fontify-now): Adjust call accordingly.
13253
1d829c64
SM
132542013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13255
13256 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13257 to avoid misleading the user.
13258
72d548a9
LL
132592013-04-22 Leo Liu <sdl.web@gmail.com>
13260
13261 * info-look.el: Prefer latex2e.info. (Bug#14240)
13262
d0853629
MA
132632013-04-22 Michael Albinus <michael.albinus@gmx.de>
13264
13265 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
13266
13267 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 13268 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
13269 (tramp-set-completion-function, tramp-parse-putty):
13270 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13271 * net/tramp-gvfs.el (tramp-gvfs-send-command):
13272 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13273 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13274 (tramp-call-local-coding-command): Use `tramp-call-process'
13275 instead of `tramp-compat-call-process'.
13276
13277 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13278 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
35e951cd 13279 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
7764286e 13280 (tramp-find-inline-compress): Improve traces.
d0853629
MA
13281 (tramp-maybe-send-script): Check for Perl binary.
13282 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13283
38cc0210
DU
132842013-04-22 Daiki Ueno <ueno@gnu.org>
13285
13286 * epg.el (epg-context-pinentry-mode): New function.
13287 (epg-context-set-pinentry-mode): New function.
13288 (epg--start): Pass --pinentry-mode option to gpg command.
13289
cc641ee1
XF
132902013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13291
02d844b5 13292 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 13293 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 13294 `completion-at-point'. (Bug#13774)
5d4e5c31 13295
cc641ee1
XF
13296 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13297 default key binding for `describe-distribution' has been moved to
13298 `C-h C-o'. (Bug#13970)
13299
1b42ee43
GM
133002013-04-21 Glenn Morris <rgm@gnu.org>
13301
13302 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13303 Add doc strings.
13304 (vc-print-log): Clarify interactive prompt.
13305
a6d63d97
GM
133062013-04-20 Glenn Morris <rgm@gnu.org>
13307
13308 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13309 No longer include timestamp etc information.
13310
d7f5c16f
RW
133112013-04-20 Roland Winkler <winkler@gnu.org>
13312
13313 * faces.el (read-face-name): Bug fix, return just one face if arg
13314 multiple is nil. (Bug#14209)
13315
bcd7a0a4
SM
133162013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13317
13318 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13319 (remove-function): Autoload.
13320
13321 * comint.el (comint-redirect-original-filter-function): Remove.
13322 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
13323 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13324 (vc-cvs-annotate-command):
bcd7a0a4
SM
13325 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13326 * progmodes/prolog.el (prolog-consult-compile):
13327 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13328 Use add/remove-function instead.
13329 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13330 (gud-tooltip-process-output, gud-tooltip-tips):
13331 Use add/remove-function instead.
13332 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13333 (scheme-interaction-mode, exit-scheme-interaction-mode):
13334 Use add/remove-function instead.
13335
13336 * vc/vc-dispatcher.el: Use lexical-binding.
13337 (vc--process-sentinel): Rename from vc-process-sentinel.
13338 Change last arg to be the code to run. Don't use vc-previous-sentinel
13339 and vc-sentinel-commands any more.
13340 (vc-exec-after): Allow code to be a function. Use add/remove-function.
13341 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13342
e36b2d20 133432013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 13344
bcd7a0a4 13345 * progmodes/sh-script.el (sh-imenu-generic-expression):
27821a89 13346 Handle function names with a single character. (Bug#14111)
4d3268ba 13347
27821a89 133482013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
13349
13350 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13351 for subroutines defined in an eval (bug#14182).
13352
7d688336
TV
133532013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13354
13355 * bookmark.el (bookmark-completing-read): Improve handling of empty
13356 string (bug#14176).
13357
31dcede0
SM
133582013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13359
13360 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13361
adc31213
FEG
133622013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
13363
13364 New faster Imenu implementation (bug#14058).
13365 * progmodes/python.el:
13366 (python-imenu-prev-index-position):
13367 (python-imenu-format-item-label-function)
13368 (python-imenu-format-parent-item-label-function)
13369 (python-imenu-format-parent-item-jump-label-function):
13370 New vars.
13371 (python-imenu-format-item-label)
13372 (python-imenu-format-parent-item-label)
13373 (python-imenu-format-parent-item-jump-label)
13374 (python-imenu--put-parent, python-imenu--build-tree)
13375 (python-imenu-create-index, python-imenu-create-flat-index)
13376 (python-util-popn): New functions.
13377 (python-mode): Set imenu-create-index-function to
13378 python-imenu-create-index.
13379
cdca8255
SM
133802013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13381
13382 * winner.el (winner-active-region): Use region-active-p, activate-mark
13383 and deactivate-mark (bug#14225).
13384
13385 * simple.el (deactivate-mark): Don't inline it.
13386
beb42340
MA
133872013-04-18 Michael Albinus <michael.albinus@gmx.de>
13388
13389 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13390
fc7f4d7e
TH
133912013-04-18 Tassilo Horn <tsdh@gnu.org>
13392
13393 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13394 file extensions from the archive-mode entry in order to prefer
13395 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13396
29f47822
LL
133972013-04-18 Leo Liu <sdl.web@gmail.com>
13398
13399 * bindings.el (help-event-list): Add ?\?.
13400
d36ed1c8
SM
134012013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13402
13403 * subr.el (with-wrapper-hook): Declare obsolete.
13404 * simple.el (filter-buffer-substring-function): New hook.
13405 (filter-buffer-substring): Use it.
13406 (filter-buffer-substring-functions): Mark obsolete.
13407 * minibuffer.el (completion-in-region-function): New hook.
13408 (completion-in-region): Use it.
13409 (completion-in-region-functions): Mark obsolete.
13410 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13411 * abbrev.el (abbrev-expand-function): New hook.
13412 (expand-abbrev): Use it.
13413 (abbrev-expand-functions): Mark obsolete.
13414 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13415 and :filter-return.
13416
04754d36
FEG
134172013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13418
13419 * progmodes/python.el (python-nav--syntactically): Fix cornercases
13420 and do not care about match data.
13421
dd8791e9
SM
134222013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13425 completion tables when completing error conditions and
13426 `declare' arguments.
13427 (lisp-complete-symbol, field-complete): Mark as obsolete.
13428 (check-parens): Unmatched parens are user errors.
13429 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13430
ffe54a13
AM
134312013-04-17 Michal Nazarewicz <mina86@mina86.com>
13432
dd8791e9
SM
13433 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13434 command changed buffer (ie. `flyspell-pre-buffer' is not current
13435 buffer), which prevents making decisions based on invalid value of
13436 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
13437 cause an error when `flyspell-pre-point' was nil after switching
13438 buffers.
13439 (flyspell-post-command-hook): No longer needs to change buffers when
13440 checking pre-word. While at it remove unnecessary progn.
ffe54a13 13441
ec7e39f2
AM
134422013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
13443
13444 * textmodes/ispell.el (ispell-add-per-file-word-list):
13445 Fix `flyspell-correct-word-before-point' error when accepting
13446 words and `coment-padding' is an integer by using
13447 `comment-normalize-vars' (Bug #14214).
13448
083850a6
FEG
134492013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13450
13451 New defun movement commands.
13452 * progmodes/python.el (python-nav--syntactically)
13453 (python-nav--forward-defun, python-nav-backward-defun)
13454 (python-nav-forward-defun): New functions.
13455
619ed6e1
FEG
134562013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13457
13458 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13459 (python-syntax-context): Use named compiler-macro for backwards
13460 compatibility with Emacs 24.x.
13461
7a1beb6c
LL
134622013-04-17 Leo Liu <sdl.web@gmail.com>
13463
13464 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13465 octave-hide-process-buffer.
13466
2d3fa3e5
SM
134672013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13468
13469 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13470 (bug#14216).
13471
7ce5be54
JPG
134722013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
13473
13474 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13475 Fix adjustment of offset when receiving incomplete responses from GDB
13476 (bug#14129).
13477
351edece
SM
134782013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13481 python-mode-abbrev-table.
13482 (python-skeleton-define): Adjust accordingly.
13483 (python-mode-abbrev-table): New table that inherits from it so that
13484 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13485
13486 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13487 (abbrev-symbol): Use it.
13488 (abbrev--before-point): Use it since we already handle inheritance.
13489
613f9481
LL
134902013-04-16 Leo Liu <sdl.web@gmail.com>
13491
13492 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13493 binding to info-lookup-symbol.
13494
51646b62
JB
134952013-04-16 Juanma Barranquero <lekktu@gmail.com>
13496
13497 * minibuffer.el (completion--twq-all):
13498 * term/ns-win.el (ns-initialize-window-system):
13499 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13500
efb3f01d
SM
135012013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13502
36c0a301
SM
13503 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13504 global bindings.
13505
efb3f01d
SM
13506 * doc-view.el (doc-view-start-process): Handle url-handler directories.
13507
fb549d64
DG
135082013-04-15 Dmitry Gutov <dgutov@yandex.ru>
13509
13510 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13511 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13512 to nil.
13513 (ruby-end-of-defun): Remove the unused arg, change the docstring
13514 to reflect that this function is only used as the value of
13515 `end-of-defun-function'.
13516 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13517 to reflect an earlier change that beginning/end-of-defun functions
13518 jump between methods in a class definition, as well as top-level
13519 functions.
13520
21e8fe2f
SM
135212013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13522
13523 * minibuffer.el (minibuffer-complete): Don't just scroll
13524 a *Completions* that's been iconified.
13525 (minibuffer-force-complete): Make sure repetitions do cycle when going
13526 through completion-in-region -> minibuffer-complete.
13527
20e527d0
AM
135282013-04-15 Alan Mackenzie <acm@muc.de>
13529
13530 Correct the placement of c-cpp-delimiters when there're #s not at
13531 col 0.
13532
13533 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13534 place a submatch around the #.
21e8fe2f
SM
13535 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13536 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
13537 on the #, not BOL.
13538
dabefae5
SM
135392013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * emacs-lisp/nadvice.el: Properly test names when adding advice.
13542 (advice--member-p): New arg `name'.
13543 (advice--add-function, advice-member-p): Use it (bug#14202).
13544
85c9ab64
AM
135452013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
13546
13547 Reformulate java imenu-generic-expression.
13548 The old expression contained ill formed regexps.
13549
13550 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13551 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13552 (cc-imenu-java-method-arg-regexp): New defconsts.
13553 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 13554 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
13555 handling of spaces in the regexp.
13556
0f821d99
AM
135572013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13558
13559 * textmodes/ispell.el (ispell-command-loop): Remove
13560 flyspell highlight of a word when ispell accepts it (bug #14178).
13561
eb922adf
MA
135622013-04-15 Michael Albinus <michael.albinus@gmx.de>
13563
13564 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13565 uses code from the previous `ange-ftp-run-real-handler'.
13566 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13567 only in case that function exist. This is needed for proper
13568 unloading of Tramp.
13569
4d9a0979
TH
135702013-04-15 Tassilo Horn <tsdh@gnu.org>
13571
13572 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13573
13574 * textmodes/reftex.el (reftex-compile-variables): Use it.
13575
a829b0dc
SM
135762013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13577
91e8293c
SM
13578 * files.el (normal-mode): Only use default major-mode if no other mode
13579 was specified.
13580
830aed4d
SM
13581 * emacs-lisp/trace.el (trace-values): New function.
13582
a829b0dc
SM
13583 * files.el: Allow : in local variables (bug#14089).
13584 (hack-local-variable-regexp): New var.
13585 (hack-local-variables-prop-line, hack-local-variables): Use it.
13586
7ae9f0fb
RW
135872013-04-13 Roland Winkler <winkler@gnu.org>
13588
13589 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
13590 data before it gets modified by bibtex-beginning-of-entry.
13591
6646e848
RW
135922013-04-13 Roland Winkler <winkler@gnu.org>
13593
13594 * textmodes/bibtex.el (bibtex-url): Doc fix.
13595
135962013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
13597
13598 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13599 does not visit a BibTeX file, exclude it from the list of buffers
13600 returned by bibtex-initialize.
13601
0aa3616e
SB
136022013-04-13 Stephen Berman <stephen.berman@gmx.net>
13603
13604 * window.el (split-window): Remove interactive form, since as a
13605 command this function is a special case of split-window-below.
13606 Correct doc string.
13607
011cddd6
RW
136082013-04-12 Roland Winkler <winkler@gnu.org>
13609
13610 * faces.el (read-face-name): Do not override value of arg default.
13611 Allow single faces and strings as default values. Remove those
13612 elements from return value that are not faces.
13613 (describe-face): Simplify.
13614 (face-at-point): New optional args thing and multiple so that this
13615 function can provide the same functionality previously provided by
13616 read-face-name.
13617 (make-face-bold, make-face-unbold, make-face-italic)
13618 (make-face-unitalic, make-face-bold-italic, invert-face)
13619 (modify-face, read-face-and-attribute): Use face-at-point.
13620
13621 * cus-edit.el (customize-face, customize-face-other-window)
13622 * cus-theme.el (custom-theme-add-face)
13623 * face-remap.el (buffer-face-set)
13624 * facemenu.el (facemenu-set-face): Use face-at-point.
13625
f24e0036
MA
136262013-04-12 Michael Albinus <michael.albinus@gmx.de>
13627
13628 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13629
da3cda2d
TH
136302013-04-10 Tassilo Horn <tsdh@gnu.org>
13631
13632 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13633 off leading { and trailing } from field values.
13634
15e54145
SM
136352013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13636
78ce603d
SM
13637 * emacs-lisp/timer.el (timer--check): New function.
13638 (timer--time, timer-set-function, timer-event-handler): Use it.
13639 (timer-set-idle-time): Simplify.
13640 (timer--activate): CSE.
13641 (timer-event-handler): Give more info in error message.
13642 (internal-timer-start-idle): New function, moved from C.
13643
15e54145
SM
13644 * mpc.el (mpc-proc): Add `restart' argument.
13645 (mpc-proc-cmd): Use it.
13646 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13647 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13648 less often.
13649
7144c627
MY
136502013-04-10 Masatake YAMATO <yamato@redhat.com>
13651
13652 * progmodes/sh-script.el: Implement `sh-mode' own
13653 `add-log-current-defun-function' (bug#14112).
13654 (sh-current-defun-name): New function.
13655 (sh-mode): Use the function.
13656
b39792eb
BG
136572013-04-09 Bastien Guerry <bzg@gnu.org>
13658
13659 * simple.el (choose-completion-string): Fix docstring (bug#14163).
13660
8acdeb71
SM
136612013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13662
6fcdab68
SM
13663 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13664
8acdeb71
SM
13665 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13666 timer (bug#14156).
13667
e3e7b504
NF
136682013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
13669
13670 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13671 declaration.
13672
201bb296
LL
136732013-04-07 Leo Liu <sdl.web@gmail.com>
13674
13675 * pcmpl-x.el: New file.
13676
ebb19708
DA
136772013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
13678
13679 Do not set x-display-name until X connection is established.
13680 This is needed to prevent from weird situation described at
13681 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13682 * frame.el (make-frame): Set x-display-name after call to
13683 window system initialization function, not before.
13684 * term/x-win.el (x-initialize-window-system): Add optional
13685 display argument and use it.
13686 * term/w32-win.el (w32-initialize-window-system):
13687 * term/ns-win.el (ns-initialize-window-system):
13688 * term/pc-win.el (msdos-initialize-window-system):
13689 Add compatible optional display argument.
13690
33bb237a
EZ
136912013-04-06 Eli Zaretskii <eliz@gnu.org>
13692
13693 * files.el (normal-backup-enable-predicate): On MS-Windows and
13694 MS-DOS compare truenames of temporary-file-directory and of the
13695 file, so that 8+3 aliases (usually found in $TEMP on Windows)
13696 don't fail comparison by compare-strings. Also, compare file
13697 names case-insensitively on MS-Windows and MS-DOS.
13698
134abf1f
SM
136992013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13700
13701 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13702 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13703
d695cb94
DG
137042013-04-05 Dmitry Gutov <dgutov@yandex.ru>
13705
e3e7b504
NF
13706 * whitespace.el (whitespace-color-on, whitespace-color-off):
13707 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 13708
f4ad7ea1 137092013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
13710
13711 * ispell.el (ispell-set-spellchecker-params):
13712 Really set `ispell-args' for all equivs.
13713
632556e4
SM
137142013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13715
13716 * ido.el (ido-completions): Use extra elements of ido-decorations
13717 (bug#14143).
13718 (ido-decorations): Update docstring.
13719
2a417372
MA
137202013-04-05 Michael Albinus <michael.albinus@gmx.de>
13721
13722 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13723 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13724 nil during initialization, in order not to miss changes since the
13725 file was opened. (Bug#14140)
13726
fc164b0c
LL
137272013-04-05 Leo Liu <sdl.web@gmail.com>
13728
13729 * kmacro.el (kmacro-call-macro): Fix bug#14135.
13730
0ccecc08
JB
137312013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
13732
13733 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13734
51af1aa2
GM
137352013-04-04 Glenn Morris <rgm@gnu.org>
13736
13737 * electric.el (electric-pair-inhibit-predicate): Add :version.
13738
b208ebc6
SM
137392013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13740
13741 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13742 when a package is required several times (bug#14082).
13743
f3d3eaf0
RW
137442013-04-04 Roland Winkler <winkler@gnu.org>
13745
13746 * faces.el (read-face-name): Behave as promised by the docstring.
13747 Assume that arg default is a list of faces.
13748 (describe-face): Call read-face-name with list of default faces.
13749
2575da50
TV
137502013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13751
13752 * bookmark.el: Fix deletion of bookmarks (bug#13972).
13753 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13754 (bookmark-bmenu-execute-deletions): Only skip first line if it's
13755 the header.
13756 (bookmark-exit-hook-internal): Save even if list is empty.
13757
397703b4
YH
137582013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
13759
13760 * emacs-lisp/package.el (package-pinned-packages): New var.
13761 (package--add-to-archive-contents): Obey it (bug#14118).
13762
691e26ae
AM
137632013-04-03 Alan Mackenzie <acm@muc.de>
13764
8a621d53
JB
13765 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13766 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
13767
13768 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13769 parameter `not-in-delimiter'. Handle being inside comment opener.
13770 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13771 character in case we're typing a '*' after a '/'.
13772 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13773 instead by passing the parameter to c-state-pp-to-literal.
13774
13775 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13776 for elt. 7 of a parse state.
13777
4b725a70
PE
137782013-04-01 Paul Eggert <eggert@cs.ucla.edu>
13779
13780 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13781 * international/latin1-disp.el, international/mule-util.el:
13782 * language/cyril-util.el, language/european.el, language/ind-util.el:
13783 * language/lao-util.el, language/thai.el, language/tibet-util.el:
13784 * language/tibetan.el, language/viet-util.el:
13785 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13786
15c579f0
SM
137872013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13788
13789 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13790 (electric-pair-post-self-insert-function): Use it.
13791 (electric-pair-default-inhibit): New function, extracted from
13792 electric-pair-post-self-insert-function.
13793
a77e2924
RW
137942013-03-31 Roland Winkler <winkler@gnu.org>
13795
13796 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13797
2bd8a4a8
SM
137982013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13799
13800 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13801
8d3655be 138022013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
13803
13804 Un-indent after "pass" and "return" statements (Bug#13888)
13805 * progmodes/python.el (python-indent-block-enders): New var.
13806 (python-indent-calculate-indentation): Use it.
13807
8d3655be 138082013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
13809
13810 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13811 defun. Defining it as defalias could introduce too eager
13812 byte-compiler optimization. (Bug#14030)
13813
8d3655be 138142013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
13815
13816 * iswitchb.el (iswitchb-read-buffer): Fix typo.
13817
0b1619da
LL
138182013-03-30 Leo Liu <sdl.web@gmail.com>
13819
13820 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13821 (kmacro-execute-from-register): Pass the keyboard macro to
13822 kmacro-call-macro or repeating won't work correctly.
13823
0b938190
TZ
138242013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
13825
13826 * progmodes/subword.el: Back to using `forward-symbol'.
13827
13828 * subr.el (forward-whitespace, forward-symbol)
13829 (forward-same-syntax): Move from thingatpt.el.
13830
35710234
LL
138312013-03-29 Leo Liu <sdl.web@gmail.com>
13832
13833 * kmacro.el (kmacro-to-register): New command.
13834 (kmacro-execute-from-register): New function.
13835 (kmacro-keymap): Bind to 'x'. (Bug#14071)
13836
efc0bb73
SM
138372013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13838
13839 * mpc.el: Use defvar-local and setq-local.
13840 (mpc--proc-connect): Connection failures are not bugs.
13841 (mpc-mode-map): `follow-link' only applies to the buffer's content.
13842 (mpc-volume-map): Bind to the up-events.
13843
75a2f981
TZ
138442013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
13845
13846 * progmodes/subword.el (superword-mode): Use `forward-sexp'
13847 instead of `forward-symbol'.
13848
17c781d1
SM
138492013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13850
13851 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13852 (edebug--recursive-edit): Use it.
13853 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13854 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13855
f67bfbcf
LL
138562013-03-28 Leo Liu <sdl.web@gmail.com>
13857
13858 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
13859
b59f639d
EZ
138602013-03-27 Eli Zaretskii <eliz@gnu.org>
13861
13862 * facemenu.el (list-colors-callback): New defvar.
13863 (list-colors-redisplay): New function.
13864 (list-colors-display): Install list-colors-redisplay as the
13865 revert-buffer-function. (Bug#14063)
13866
f557c1b1
SM
138672013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13868
b1da2957
SM
13869 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
13870 and suffixes don't overlap (bug#14061).
13871
f557c1b1
SM
13872 * case-table.el: Use lexical-binding.
13873 (case-table-get-table): New function.
13874 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
13875
002668e1
TZ
138762013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
13877
13878 * progmodes/subword.el: Add `superword-mode' to do word motion
13879 over symbol_words (parallels and leverages `subword-mode' which
13880 does word motion inside MixedCaseWords).
13881
73572c72
AG
138822013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
13883
78b8f320 13884 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 13885 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 13886
69b2c07e
SM
138872013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
13890 Change return value to be a sexp. Delay `get-buffer' to after
13891 restoring the desktop (bug#13951).
13892
08bb5ee2
LL
138932013-03-26 Leo Liu <sdl.web@gmail.com>
13894
13895 * register.el: Move semantic tag handling back to
13896 cedet/semantic/senator.el. (Bug#14052)
13897
8d4c974e
SM
138982013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
13901 into the prompt either (bug#13963).
13902
b234d92c
SM
139032013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13904
13905 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
13906 part of "(error-foo)".
13907
ddfa3cb4
JL
139082013-03-24 Juri Linkov <juri@jurta.org>
13909
13910 * replace.el (list-matching-lines-prefix-face): New defcustom.
13911 (occur-1): Pass `list-matching-lines-prefix-face' to the function
13912 `occur-engine' if `face-differs-from-default-p' returns t.
13913 (occur-engine): Add `,' inside backquote construct to evaluate
13914 `prefix-face'. Propertize the prefix with the `prefix-face' face.
13915 Pass `prefix-face' to the functions `occur-context-lines' and
13916 `occur-engine-add-prefix'.
13917 (occur-engine-add-prefix, occur-context-lines): Add optional arg
13918 `prefix-face' and propertize the prefix with `prefix-face'.
13919 (Bug#14017)
13920
7b0e2f85
LL
139212013-03-24 Leo Liu <sdl.web@gmail.com>
13922
13923 * nxml/rng-valid.el (rng-validate-while-idle)
13924 (rng-validate-quick-while-idle): Guard against deleted buffer.
13925 (Bug#13999)
13926
13927 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13928 is the last entry in kill-buffer-hook.
13929
13930 * files.el (kill-buffer-hook): Doc fix.
13931
b3082f49
DG
139322013-03-23 Dmitry Gutov <dgutov@yandex.ru>
13933
b234d92c
SM
13934 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13935 Make it safe-local.
bde73d27 13936
b3082f49
DG
13937 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13938
a320a2db
LL
139392013-03-23 Leo Liu <sdl.web@gmail.com>
13940
7e74b0fb
LL
13941 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13942 Remove.
13943
13944 * nxml/rng-valid.el (rng-validate-mode)
13945 (rng-after-change-function, rng-do-some-validation):
13946 * nxml/rng-maint.el (rng-validate-buffer):
13947 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13948 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13949 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13950 (nxml-extend-after-change-region): Use with-silent-modifications.
13951
a320a2db
LL
13952 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13953 timer-idle-list.
13954
13955 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13956 (rng-next-error-1, rng-previous-error-1): Do not let-bind
13957 timer-idle-list. (Bug#13999)
13958
e38e6780
JL
139592013-03-23 Juri Linkov <juri@jurta.org>
13960
13961 * info.el (info-index-match): New face.
13962 (Info-index, Info-apropos-matches): Add a nested subgroup to the
13963 main pattern and add text properties with the new face to matches
13964 in index entries relative to the beginning of the index entry.
13965 (Bug#14015)
13966
e8cc7880
DE
139672013-03-21 Eric Ludlam <zappo@gnu.org>
13968
39c87140 13969 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
e8cc7880
DE
13970 Inhibit read only while inserting objects.
13971
9bb0d822
TZ
139722013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
13973
13974 * progmodes/cfengine.el: Update docs to mention
13975 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
13976 symbol motion. Remove "_" from the word syntax.
13977
aa703640
TZ
139782013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
13979
13980 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13981 syntax for both `cfengine2-mode' and `cfengine3-mode'.
13982
afff09d0
JL
139832013-03-20 Juri Linkov <juri@jurta.org>
13984
13985 * info.el (Info-next-reference-or-link)
13986 (Info-prev-reference-or-link): New functions.
13987 (Info-next-reference, Info-prev-reference): Use them.
13988 (Info-try-follow-nearest-node): Handle footnote navigation.
13989 (Info-fontify-node): Fontify footnotes. (Bug#13989)
13990
9a1ff164
SM
139912013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
13994 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
13995
2667d15d
PE
139962013-03-20 Paul Eggert <eggert@cs.ucla.edu>
13997
13998 Suppress unnecessary non-ASCII chatter during build process.
13999 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14000 (batch-skkdic-convert): Suppress most of the chatter.
14001 It's not needed so much now that machines are faster,
14002 and its non-ASCII component was confusing; see Dmitry Gutov in
14003 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14004
438b0579
LL
140052013-03-20 Leo Liu <sdl.web@gmail.com>
14006
14007 * ido.el (ido-chop): Fix bug#10994.
14008
c128ab07
DG
140092013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14010
14011 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14012 Remove vars.
9a1ff164
SM
14013 (whitespace-color-on, whitespace-color-off):
14014 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 14015
0e6008c5
SM
140162013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14017
14018 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14019 remapping in mode-line.
14020 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14021
627b52b0
DG
140222013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14023
14024 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14025 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
14026 (whitespace-font-lock-keywords): Change description.
14027 (whitespace-color-on): Don't save `font-lock-keywords' value, save
14028 the constructed keywords instead.
14029 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 14030
50c3a20b
LL
140312013-03-19 Leo Liu <sdl.web@gmail.com>
14032
14033 * progmodes/compile.el (compilation-display-error): New command.
14034 (compilation-mode-map, compilation-minor-mode-map): Bind it to
14035 C-o. (Bug#13992)
14036
2aa2157b
PE
140372013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14038
14039 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14040
e477dbfa
JD
140412013-03-18 Jan Djärv <jan.h.d@swipnet.se>
14042
14043 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14044
64ab82d1
MA
140452013-03-18 Michael Albinus <michael.albinus@gmx.de>
14046
14047 * net/tramp-compat.el (tramp-compat-user-error): New defun.
14048
14049 * net/tramp-adb.el (tramp-adb-handle-shell-command):
14050 * net/tramp-gvfs.el (top):
14051 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14052 (tramp-handle-shell-command): Use it.
14053 (tramp-dissect-file-name): Raise an error when hostname is a
14054 method name, and neither method nor user is specified.
14055
14056 * net/trampver.el: Update release number.
14057
33cef733
LL
140582013-03-18 Leo Liu <sdl.web@gmail.com>
14059
14060 Make sure eldoc can be turned off properly.
14061 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14062 eldoc-mode.
14063 (eldoc-display-message-p): Revert last change.
14064 (eldoc-display-message-no-interference-p)
14065 (eldoc-print-current-symbol-info): Tweak.
14066
2167b7b2
TH
140672013-03-18 Tassilo Horn <tsdh@gnu.org>
14068
14069 * doc-view.el (doc-view-new-window-function): Check the new window
14070 overlay's display property instead the char property of the
14071 buffer's first char. Use `with-selected-window' instead of
14072 `save-window-excursion' with `select-window'.
14073 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 14074 display property instead the char property of the buffer's first char.
2167b7b2 14075
982efbcd
PE
140762013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14077
14078 Automate the build of ja-dic.el (Bug#13984).
14079 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14080 from the input, rather than assume that it's been done for us by the
14081 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
14082 the current date into a ja-dic.el comment, as that complicates
14083 regression testing.
14084
2fcc7665
SM
140852013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14086
14087 * whitespace.el: Fix double evaluation.
14088 (whitespace-space, whitespace-hspace, whitespace-tab)
14089 (whitespace-newline, whitespace-trailing, whitespace-line)
14090 (whitespace-space-before-tab, whitespace-indentation)
14091 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14092 obsolete defvars.
14093 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14094 (whitespace-color-on): Use a single font-lock-add-keywords call.
14095 Fix double-evaluation of face variables.
14096
67c0a6e6
MA
140972013-03-17 Michael Albinus <michael.albinus@gmx.de>
14098
2fcc7665
SM
14099 * net/tramp-adb.el (tramp-adb-parse-device-names):
14100 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 14101 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 14102
69489f1d
LL
141032013-03-17 Leo Liu <sdl.web@gmail.com>
14104
14105 Extend eldoc to display info in the mode-line. (Bug#13978)
14106 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14107 (eldoc-mode-line-string): New variable.
14108 (eldoc-minibuffer-message): New function.
14109 (eldoc-message-function): New variable.
14110 (eldoc-message): Use it.
14111 (eldoc-display-message-p)
2fcc7665
SM
14112 (eldoc-display-message-no-interference-p):
14113 Support eldoc-post-insert-mode.
69489f1d
LL
14114
14115 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14116 (eval-expression): Run it.
14117
9c44569e
RW
141182013-03-17 Roland Winkler <winkler@gnu.org>
14119
14120 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14121 strings in the list of return values.
14122
327f1f6f
JB
141232013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14124
14125 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14126 radix before checking for HMS forms.
14127
67ed8fcd
LL
141282013-03-16 Leo Liu <sdl.web@gmail.com>
14129
14130 * progmodes/scheme.el: Add indentation and font-locking for λ.
14131 (Bug#13975)
14132
78be8b64 141332013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
14134
14135 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14136 token before point (bug#13942).
14137
78be8b64 141382013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 14139
95b43468 14140 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 14141
98e775e6
EZ
141422013-03-16 Eli Zaretskii <eliz@gnu.org>
14143
14144 * startup.el (command-line-normalize-file-name): Fix handling of
14145 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
14146 <xfq.free@gmail.com> in
14147 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14148
2edd6029
MA
141492013-03-15 Michael Albinus <michael.albinus@gmx.de>
14150
14151 Sync with Tramp 2.2.7.
14152
14153 * net/trampver.el: Update release number.
14154
d35f5864
TH
141552013-03-14 Tassilo Horn <tsdh@gnu.org>
14156
e903c210 14157 * doc-view.el: Fix bug#13887.
f35ffe5e
TH
14158 (doc-view-insert-image): Don't modify overlay associated to
14159 non-live windows, and implement horizontal centering of image in
14160 case it's smaller than the window.
14161 (doc-view-new-window-function): Force redisplay of new windows on
14162 doc-view buffers.
d35f5864 14163
1c4a85ed
KF
141642013-03-13 Karl Fogel <kfogel@red-bean.com>
14165
14166 * saveplace.el (save-place-alist-to-file): Don't sort
14167 `save-place-alist', just pretty-print it (bug#13882).
14168
85b66a21
MA
141692013-03-13 Michael Albinus <michael.albinus@gmx.de>
14170
a020afb9
JB
14171 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14172 Check whether `default-file-name-coding-system' is bound.
14173 It isn't in XEmacs.
85b66a21 14174
175600da
SM
141752013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14176
e7f7cb1a
SM
14177 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14178 backquotes for `obsolete' (bug#13929).
14179
175600da
SM
14180 * international/mule.el (find-auto-coding): Include file name in
14181 obsolescence warning (bug#13922).
14182
ca68a22e
TZ
141832013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
14184
14185 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14186 for CFEngine 3-specific indentation.
14187 (cfengine3-indent-line): Use it. Fix up category regex.
14188 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14189
940e5099
SM
141902013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 * type-break.el (type-break-file-name):
14193 * textmodes/remember.el (remember-data-file):
14194 * strokes.el (strokes-file):
14195 * shadowfile.el (shadow-initialize):
14196 * saveplace.el (save-place-file):
14197 * ps-bdf.el (bdf-cache-file):
14198 * progmodes/idlwave.el (idlwave-config-directory):
14199 * net/quickurl.el (quickurl-url-file):
14200 * international/kkc.el (kkc-init-file-name):
14201 * ido.el (ido-save-directory-list-file):
14202 * emulation/viper.el (viper-custom-file-name):
14203 * emulation/vip.el (vip-startup-file):
14204 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14205 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14206
cc725808
PE
142072013-03-12 Paul Eggert <eggert@cs.ucla.edu>
14208
14209 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
14210 * language/thai-word.el: Switch to UTF-8.
14211
a020afb9 14212See ChangeLog.16 for earlier changes.
e3d51b27
MR
14213
14214;; Local Variables:
14215;; coding: utf-8
e3d51b27
MR
14216;; End:
14217
ba318903 14218 Copyright (C) 2011-2014 Free Software Foundation, Inc.
e3d51b27
MR
14219
14220 This file is part of GNU Emacs.
14221
14222 GNU Emacs is free software: you can redistribute it and/or modify
14223 it under the terms of the GNU General Public License as published by
14224 the Free Software Foundation, either version 3 of the License, or
14225 (at your option) any later version.
14226
14227 GNU Emacs is distributed in the hope that it will be useful,
14228 but WITHOUT ANY WARRANTY; without even the implied warranty of
14229 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14230 GNU General Public License for more details.
14231
14232 You should have received a copy of the GNU General Public License
14233 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.