* lisp/emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ddc13efd
SM
12014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
4
f2df692c
MH
52014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
6
7 * dired.el (dired-insert-set-properties): Do not consider
8 subdirectory headings and empty lines to be information that
9 `dired-hide-details-mode' should hide. (Bug#17228)
10
14828a95
MA
112014-04-22 Michael Albinus <michael.albinus@gmx.de>
12
13 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14 Remove test messages.
15 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
16 and `target' twice.
17
42e91034 182014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
622eef68 19
9c104369
SM
20 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
21 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
22
622eef68
SM
23 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
24
42e91034 252014-04-22 Michael Albinus <michael.albinus@gmx.de>
505fa2ab 26
622eef68
SM
27 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
28 Set "IFS=" when using read builtin, in order to preserve spaces in
505fa2ab
MA
29 the file name. Add test messages for hunting a bug on hydra.
30 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
31
42e91034 322014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
f0ffb9b7
SM
33
34 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
35 Don't prettify a word within a symbol.
36
42e91034 372014-04-22 Michael Albinus <michael.albinus@gmx.de>
feb5d8a4
MA
38
39 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
40 possible.
41
1b0f10d2
DC
422014-04-22 Daniel Colascione <dancol@dancol.org>
43
44 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
45 use defun to define `function-put'.
46
67c477ae
SM
472014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
48
4f965793
SM
49 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
50 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
51 (lisp-mode-variables): Set font-lock-extra-managed-props.
52
67c477ae
SM
53 * emacs-lisp/byte-run.el (function-put): New function.
54 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
55 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
56 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
57 Use them.
58
66fda794
DC
592014-04-22 Daniel Colascione <dancol@dancol.org>
60
67c477ae
SM
61 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
62 Add `full-p' parameter; when nil, call `macroexpand' instead of
12b1389c
DC
63 `macroexpand-all'.
64
65 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
66 Improve docstrings.
67
c98212f9
DC
68 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
69 Use lambda function values, not quoted lambdas.
70 (byte-compile-recurse-toplevel): Remove extraneous &optional.
71
66fda794 72 * emacs-lisp/cl-macs.el
c98212f9 73 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
66fda794
DC
74 (cl-struct-slot-value): Conditionally use aref or nth so that the
75 compiler produces optimal code.
76
d6f14ca7
SM
772014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
80 (inline): Don't inline cl--set-elt.
81 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
82 Define as inlinable instead.
83 (cl-struct-set-slot-value): Remove.
84
85 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
86 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
87 Use setf instead.
88
44faec17
DC
892014-04-21 Daniel Colascione <dancol@dancol.org>
90
91 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
92 last two parameters after all.
93 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
94 (cl--compiler-macro-assoc,cl-struct-slot-value)
95 (cl-struct-set-slot-value): Stop using them.
96
97(2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9253f7af
SM
98
99 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
100 entry in image-mode-winprops-alist.
101
2fa1b97d
DC
1022014-04-21 Daniel Colascione <dancol@dancol.org>
103
9253f7af
SM
104 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
105 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
985c035f
DC
106 (byte-compile-toplevel-file-form): Use it.
107
2fa1b97d
DC
108 * emacs-lisp/cl-macs.el:
109 (cl--loop-let): Properly destructure `while' clauses.
110
e8a77f24
DC
1112014-04-20 Daniel Colascione <dancol@dancol.org>
112
113 * vc/vc.el (vc-root-dir): New public autoloaded function for
114 generically finding the current VC root.
115 * vc/vc-hooks.el (vc-not-supported): New error.
9253f7af 116 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
e8a77f24 117
89a2e783
DC
1182014-04-20 Daniel Colascione <dancol@dancol.org>
119
120 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
121 argument.
122 (cl--const-expr-val): cl--const-expr-val should macroexpand its
123 argument in case we're inside a symbol-macrolet.
124 (cl--do-arglist, cl--compiler-macro-typep)
125 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
126 environment to `cl--const-expr-val'.
127 (cl-struct-sequence-type,cl-struct-slot-info)
128 (cl-struct-slot-offset, cl-struct-slot-value)
129 (cl-struct-set-slot-value): New functions.
130
fe36068f
SM
1312014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
134 assignments such as "case=hello" (bug#17297).
135
ce8c5107
MA
1362014-04-18 Michael Albinus <michael.albinus@gmx.de>
137
138 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
139 Do not autoload.
140 (tramp-file-name-handler, tramp-completion-file-name-handler):
141 Revert patch from 2014-04-10, it isn't necessary anymore.
142 (tramp-autoload-file-name-handler)
143 (tramp-register-autoload-file-name-handlers): New defuns.
144 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
145 (tramp-register-file-name-handlers): Remove also
146 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
147 Do not autoload its invocation, but eval it after loading of 'tramp.
148
149 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
150
151 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
152
bfc30790
DC
1532014-04-17 Daniel Colascione <dancol@dancol.org>
154
155 Add support for bracketed paste mode; add infrastructure for
156 managing terminal mode enabling and disabling automatically.
157
158 * xt-mouse.el:
159 (xterm-mouse-mode): Simplify.
160 (xterm-mouse-tracking-enable-sequence)
161 (xterm-mouse-tracking-disable-sequence): New constants.
162 (turn-on-xterm-mouse-tracking-on-terminal)
67c477ae
SM
163 (turn-off-xterm-mouse-tracking-on-terminal):
164 Use tty-mode-set-strings and tty-mode-reset-strings terminal
bfc30790
DC
165 parameters instead of random hooks.
166 (turn-on-xterm-mouse-tracking)
167 (turn-off-xterm-mouse-tracking): Delete.
168
169 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
170 (xterm-paste-ending-sequence): New constant.
171 (xterm-paste): New command used for bracketed paste support.
172
173 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
174 (terminal-init-xterm-bracketed-paste-mode): New function.
175 (terminal-init-xterm): Call it.
176 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
177 and tty-mode-reset-strings instead of random hooks.
178 (xterm-turn-on-modify-other-keys)
179 (xterm-turn-off-modify-other-keys)
180 (xterm-remove-modify-other-keys): Delete obsolete functions.
181
67c477ae
SM
182 * term/screen.el: Rewrite to just use the xterm code.
183 Add copyright notice. Mention tmux.
bfc30790 184
e51c8d91
I
1852014-04-17 Ian D <dunni@gnu.org> (tiny change)
186
187 * image-mode.el (image-mode-window-put): Also update the property of
188 the "default window".
189 * doc-view.el (doc-view-new-window-function): If no window
190 exists, move to the last known page.
191
c76a7a5c
SM
1922014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
195 here-documents (bug#17262).
196
bf6b4923
EZ
1972014-04-16 Eli Zaretskii <eliz@gnu.org>
198
c76a7a5c
SM
199 * term/pc-win.el (x-list-fonts, x-get-selection-value):
200 Provide doc strings, as required by snarf-documentation.
bf6b4923 201
290d7ac2 2022014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20fa59a0
SM
203
204 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
205 arg of overlays-at. Use `invisible-p'.
206
207 * obsolete/lucid.el (extent-at):
208 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
209 overlays-at.
210 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
211
290d7ac2 2122014-04-16 João Távora <joaotavora@gmail.com>
f596f897
JT
213
214 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
215 links. (Bug#17217).
216
290d7ac2 2172014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a73b9dda
YM
218
219 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
220 Use mapc to loop over a vector. (Bug#17257).
221
290d7ac2 2222014-04-16 Michael Albinus <michael.albinus@gmx.de>
f2d164a4
MA
223
224 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
225 patch, there are new problems with file names containing spaces.
226 Get rid of backticks. (Bug#17238)
227
290d7ac2 2282014-04-16 João Távora <joaotavora@gmail.com>
498d3768
JT
229
230 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
231 possible bug.
232
290d7ac2 2332014-04-16 Eli Zaretskii <eliz@gnu.org>
83451189
EZ
234
235 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
236 (blink-cursor-mode): Mention customization variables and the
237 effect of 'blink-cursor-blinks'.
238
290d7ac2 2392014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
175a3a51
BR
240
241 * simple.el (undo): Prevent insertion of identity mapping into
242 undo-equiv-table so as undo-only does not inf loop in the presence
243 of consecutive nils in undo list.
244
290d7ac2 2452014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
5f91455c
MD
246
247 * faces.el (make-face): Deprecate optional argument as it is no
248 longer needed/used since the conditional X resources handling
249 has been pushed down to make-face-x-resource-internal itself.
250 (make-empty-face): Don't pass optional argument to make-face.
251
5f6b4154
KF
2522014-04-16 Karl Fogel <kfogel@red-bean.com>
253
254 * savehist.el (savehist-save): Remove workaround for a read-passwd
255 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
256 noticing that the shim was still present.
257
005551fe
SM
2582014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
261
b92583c4
JB
2622014-04-14 Juanma Barranquero <lekktu@gmail.com>
263
264 * faces.el (face-set-after-frame-default): Remove unused local variable.
265
6c2453e0
SM
2662014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
267
f7993853
SM
268 * progmodes/grep.el: Use lexical-binding.
269 (grep-expand-template): Pass explicit lexical env to `eval'.
270 (zrgrep): Let-bind grep-find-template explicitly.
271
6c2453e0
SM
272 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
273 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
274
ac387dd1
EZ
2752014-04-12 Eli Zaretskii <eliz@gnu.org>
276
277 * international/characters.el <standard-case-table>: Add entries
278 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
204db02a 279 Set category of Coptic characters be 'g' (Greek).
ac387dd1 280
2e611da6
LL
2812014-04-12 Leo Liu <sdl.web@gmail.com>
282
e0af4095
GM
283 * progmodes/octave.el (completion-table-with-cache):
284 Define if not available.
285 (octave-goto-function-definition, octave-sync-function-file-names)
286 (octave-find-definition-default-filename):
287 Backquote upattern for compatibility.
2e611da6 288
e0af4095 2892014-04-12 Michael Albinus <michael.albinus@gmx.de>
f628e17c
MA
290
291 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
292 name twice due to backticks. (Bug#17238)
293
e0af4095 2942014-04-12 Glenn Morris <rgm@gnu.org>
fd492166
GM
295
296 * term/w32-win.el (x-win-suspend-error):
297 * term/x-win.el (x-win-suspend-error): Sync docs.
298
7f0f4c25
MD
2992014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
300
f7993853
SM
301 * faces.el (make-face): Remove deprecated optional argument.
302 The conditional application of X resources is handled directly by
7f0f4c25
MD
303 make-face-x-resource-internal since Emacs 24.4.
304 (make-empty-face): Don't pass optional argument to make-face.
305
e088b01d
GM
3062014-04-11 Glenn Morris <rgm@gnu.org>
307
308 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
309
536aa466 3102014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
e46561a2
SM
311
312 Ediff's overlay priorities cause more trouble than they solve.
313 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
314 (ediff-highest-priority): Remove function (bug#17234).
315 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
316 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
317 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
318 overlay priorities.
319
536aa466 3202014-04-11 Feng Li <fengli@gmail.com> (tiny change)
39764caa
FL
321
322 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
323 entry; use symbol boundaries to avoid mis-matches.
324
536aa466 3252014-04-11 Michael Albinus <michael.albinus@gmx.de>
bcbb83a9
MA
326
327 * net/tramp.el (tramp-file-name-handler)
328 (tramp-completion-file-name-handler): Avoid recursive loading.
329
330 * net/tramp-sh.el (tramp-make-copy-program-file-name):
331 Quote result also locally.
332
0d6a1375
SM
3332014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
334
c99ce7d8
SM
335 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
336 Remove left-over code.
337
0d6a1375
SM
338 * newcomment.el (comment-indent-new-line): Sink code where it's used.
339 Reuse the previous comment's indentation unconditionally if it's on its
340 own line.
341
3f63a9f7
DC
3422014-04-09 Daniel Colascione <dancol@dancol.org>
343
344 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
345 `no-syntax-crossing' arguments. Forward to `up-list'.
346 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
347 Implement logic for escaping from strings. Use narrowing to deal
348 with corner cases.
349
0b816f15
LL
3502014-04-09 Leo Liu <sdl.web@gmail.com>
351
352 * net/rcirc.el (rcirc-connection-info): New variable.
353 (rcirc-connect): Use it to store connection info.
354 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
355 for killed process.
356 (rcirc-cmd-reconnect): New command. (Bug#17045)
357 (rcirc-mode, set-rcirc-encode-coding-system)
358 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
359
22683580
DC
3602014-04-09 Daniel Colascione <dancol@dancol.org>
361
362 * emacs-lisp/cl-indent.el: Add comment claiming
363 facility is also good for elisp.
364 (lisp-indent-find-method): New function.
365 (common-lisp-indent-function): Recognize cl-loop.
366 (common-lisp-indent-function-1): Recognize cl constructs; use
367 `lisp-indent-find-method' instead of `get' directly.
368 (if): Use else-body style for elisp.
369
0122b24d
DG
3702014-04-09 Dmitry Gutov <dgutov@yandex.ru>
371
372 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
373 Module methods. (Bug#17216)
374
559836fb 3752014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5b9925ae
SM
376
377 * help.el (describe-bindings): Fix buffer handling (bug#17210).
378 (describe-bindings-internal): Mark obsolete.
379
6bc76cee
SM
3802014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
383 buffer-file-name, and buffer-file-truename any more.
384
dc0b0454
LL
3852014-04-08 Leo Liu <sdl.web@gmail.com>
386
387 Use lexical-binding and require cl-lib.
388 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
389 (rcirc-handler-generic, rcirc-fill-paragraph)
390 (rcirc-format-response-string, rcirc-target-buffer)
391 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
392 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
393 (rcirc-ctcp-sender-PING, rcirc-browse-url)
394 (rcirc-markup-timestamp, rcirc-markup-attributes)
395 (rcirc-markup-my-nick, rcirc-markup-urls)
396 (rcirc-markup-bright-nicks, rcirc-markup-fill)
397 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
398 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
399 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
400 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
401 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
402 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
403 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
404 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
405 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
406 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
407 use cl-lib.
408
190f899a
JT
4092014-04-07 João Távora <joaotavora@gmail.com>
410
6f287c89
GM
411 * elec-pair.el (electric-pair--syntax-ppss):
412 When inside comments parse from comment beginning.
190f899a
JT
413 (electric-pair--balance-info): Fix typo in comment.
414 (electric-pair--in-unterminated-string-p): Delete.
415 (electric-pair--unbalanced-strings-p): New function.
416 (electric-pair-string-bound-function): New var.
417 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
418 according to `electric-pair--in-unterminated-string-p'
419
6f287c89
GM
420 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
421 Inhibit quote pairing if point-max is inside an unterminated string.
422 (electric-pair--looking-at-unterminated-string-p): Delete.
528c33b5
JT
423 (electric-pair--in-unterminated-string-p): New function.
424
a9c921e6
GM
4252014-04-07 Glenn Morris <rgm@gnu.org>
426
427 * shell.el (shell-directory-tracker):
428 Go back to just ignoring failures. (Bug#17159)
429
6f287c89 4302014-04-07 João Távora <joaotavora@gmail.com>
be411138
JT
431
432 Fix `electric-pair-delete-adjacent-pairs' in modes binding
433 backspace. (bug#16981)
434 * elec-pair.el (electric-pair-backward-delete-char): Delete.
435 (electric-pair-backward-delete-char-untabify): Delete.
436 (electric-pair-mode-map): Bind backspace to a menu item filtering
437 a new `electric-pair-delete-pair' command.
438 (electric-pair-delete-pair): New command.
439
6f287c89
GM
440 * progmodes/python.el (python-electric-pair-string-delimiter):
441 Fix triple-quoting electricity. (Bug#17192)
89f20f76 442
6f287c89
GM
443 * elec-pair.el (electric-pair-post-self-insert-function):
444 Don't skip whitespace when `electric-pair-text-pairs' and
89f20f76 445 `electric-pair-pairs' were used. syntax to
7aecc2f6 446 electric-pair--skip-whitespace. (Bug#17183)
89f20f76 447
6f287c89 4482014-04-07 Eli Zaretskii <eliz@gnu.org>
c8e7f832
EZ
449
450 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
451 "<F>". (Bug#17199)
452
6f287c89 4532014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
0beb7fb7
SM
454
455 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
456 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
457
6f287c89 4582014-04-07 Glenn Morris <rgm@gnu.org>
50ea0f87
GM
459
460 * help.el (view-lossage): Doc tweak.
461
6f287c89 4622014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
eb7a03cc
MD
463
464 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
465 only when inhibit-x-resources is nil, and do that earlier in the
466 function. Doc fix. (Bug#16694)
fdafd487
MD
467 (face-spec-choose): Accept additional optional argument, whose
468 value is returned if no matching attributes are found.
469 (face-spec-recalc): Use the new optional argument when calling
470 face-spec-choose. (Bug#16378)
f5e4494c
MD
471 (make-face-x-resource-internal): Do nothing when
472 inhibit-x-resources is non-nil. Don't touch the default face if
0beb7fb7 473 reversed video is given--as was done in previous versions of Emacs.
f5e4494c
MD
474 (face-set-after-frame-default): Don't call
475 make-face-x-resource-internal here. (Bug#16434)
eb7a03cc 476
6f287c89 4772014-04-07 Tassilo Horn <tsdh@gnu.org>
3ccd4eaf 478
0beb7fb7
SM
479 * doc-view.el (doc-view-bookmark-jump):
480 Use `bookmark-after-jump-hook' to jump to the right page after the
3ccd4eaf
TH
481 buffer is shown in a window. (bug#16090)
482
6f287c89 4832014-04-07 Eli Zaretskii <eliz@gnu.org>
b7cf27ed
EZ
484
485 * international/characters.el (mirroring): Fix last change:
486 instead of loading uni-mirrored.el explicitly, do that implicitly
487 by creating the 'mirroring' uniprop table. This avoids announcing
488 the loading of uni-mirrored.el.
489
6f287c89 4902014-04-07 Glenn Morris <rgm@gnu.org>
8a1d24b1
GM
491
492 * files.el (buffer-stale--default-function)
493 (buffer-stale-function, revert-buffer--default):
494 * autorevert.el (auto-revert-buffers): Doc tweaks.
495
6f287c89 4962014-04-07 Eli Zaretskii <eliz@gnu.org>
bbab1c4f
EZ
497
498 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
499
6f287c89 5002014-04-07 Glenn Morris <rgm@gnu.org>
d738ebdc
GM
501
502 * files.el (make-backup-file-name-function)
503 (make-backup-file-name, make-backup-file-name--default-function)
504 (make-backup-file-name-1, find-backup-file-name)
505 (revert-buffer-function, revert-buffer-insert-file-contents-function)
506 (buffer-stale--default-function, buffer-stale-function)
507 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
508 (revert-buffer, revert-buffer--default)
509 (revert-buffer-insert-file-contents--default-function):
510 Doc fixes related to defaults no longer being nil.
511 (make-backup-file-name-function): Bump :version.
512 Restore nil as a valid but deprecated custom type.
513
6f287c89 5142014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
062e286b 515
6f287c89
GM
516 * progmodes/perl-mode.el (perl-syntax-propertize-function):
517 Handle $' used as a variable (bug#17174).
66f50b12
SM
518
519 * progmodes/perl-mode.el (perl-indent-new-calculate):
520 Handle forward-sexp failure (bug#16985).
8a7fd442
SM
521 (perl-syntax-propertize-function): Add "foreach" and "for" statement
522 modifiers introducing expressions (bug#17116).
66f50b12 523
7b656e4a
SM
5242014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
527
722237d5
LL
5282014-04-05 Leo Liu <sdl.web@gmail.com>
529
7b656e4a
SM
530 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
531 Add define-compilation-mode.
722237d5 532
5cb0cc90
JT
5332014-04-04 João Távora <joaotavora@gmail.com>
534
9b017563
JB
535 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
536 parse from comment beginning.
5cb0cc90
JT
537 (electric-pair--balance-info): Fix typo in comment.
538 (electric-pair--in-unterminated-string-p): Delete.
539 (electric-pair--unbalanced-strings-p): New function.
540 (electric-pair-string-bound-function): New var.
541 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
9b017563 542 according to `electric-pair--in-unterminated-string-p'.
5cb0cc90 543
6b31e6b1
SM
5442014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
547 Move declaration before first use.
548 (reftex-move-to-next-arg): Silence compiler warning.
549
0de7d982
JK
5502014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
551
6b31e6b1
SM
552 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
553 Use `window-total-width' instead of `window-width'.
0de7d982 554
01ae0fbf
DC
5552014-04-03 Daniel Colascione <dancol@dancol.org>
556
557 * subr.el (set-transient-map): Remove rms's workaround entirely;
558 use new `suspicious-object' subr to mark our lambda for closer
559 scrutiny during gc.
560
4fd68bf6
RS
5612014-04-02 Richard Stallman <rms@gnu.org>
562
563 * subr.el (set-transient-map): Comment out previous change.
564
c7510f6e
GM
5652014-04-02 Glenn Morris <rgm@gnu.org>
566
0b908bf2
GM
567 * menu-bar.el (menu-bar-file-menu):
568 * vc/ediff.el (ediff-current-file):
569 Update for revert-buffer-function no longer being nil by default.
570
c7510f6e
GM
571 * simple.el (command-execute): Respect nil disabled-command-function.
572
09aba815 5732014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
6116a727
NR
574
575 * simple.el (command-execute): Do not execute the command when it
576 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
577
09aba815 5782014-04-02 Juri Linkov <juri@jurta.org>
8778eb5e
JL
579
580 * dired-aux.el (dired-compress-file): Don't use string-match-p
581 because its match data is used afterwards.
582
09aba815 5832014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
929c0500
SM
584
585 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
586 0 like nil.
587
200c532b
JT
5882014-04-02 João Távora <joaotavora@gmail.com>
589
6b31e6b1
SM
590 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
591 Inhibit quote pairing if point-max is inside an unterminated string.
200c532b
JT
592 (electric-pair--looking-at-unterminated-string-p):
593 Delete.
594 (electric-pair--in-unterminated-string-p): New function.
595
2395f2b9
DC
5962014-04-01 Daniel Colascione <dancol@dancol.org>
597
598 * minibuffer.el (minibuffer-complete): Prevent assertion failure
599 when trying to complete the prompt.
600
294b2b09
LL
6012014-03-31 Leo Liu <sdl.web@gmail.com>
602
6b31e6b1
SM
603 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
604 Refactor out eldoc-documentation-function-default.
294b2b09
LL
605 (eldoc-documentation-function-default): New function.
606 (eldoc-documentation-function): Change value.
607
4f3a895b
GM
6082014-03-31 Glenn Morris <rgm@gnu.org>
609
610 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
611
1db854cc
GM
612 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
613 (vhdl-compose-components-package, vhdl-compose-configuration):
614 Abbreviate default-directory (missing from some previous upstream sync).
615
3c2d4776
RZ
6162014-03-31 Reto Zimmermann <reto@gnu.org>
617
618 Sync with upstream vhdl mode v3.35.2.
619 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
620 (top-level): No longer require assoc.
621 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
622 New functions. Use throughout to replace aget etc.
623 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
624 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
625 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
626 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
627 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
628 except `vhdl-compiler'.
629 (vhdl-error-regexp-add-emacs): Remove all other compilers,
630 when appropriate.
631
5c30ab7a
GM
6322014-03-31 Glenn Morris <rgm@gnu.org>
633
634 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
635 Revert 2014-03-26 merge goof; go back to using defalias.
636
1861d5a7
DC
6372014-03-30 Daniel Colascione <dancol@dancol.org>
638
6b31e6b1
SM
639 * comint.el (comint-send-input):
640 Deactivate completion-in-region-mode before we send comint input.
1861d5a7
DC
641 (Bug#17139).
642
643 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
644 on keyboard-quit.
645
41116c5a
GM
6462014-03-29 Glenn Morris <rgm@gnu.org>
647
648 * textmodes/reftex.el: Manage most autoloads automatically.
649 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
650 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
651 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
652 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
653 * textmodes/reftex-toc.el: Set generated-autoload-file,
654 and add autoload cookies for reftex.el.
655 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
656
c3153003
GM
6572014-03-28 Glenn Morris <rgm@gnu.org>
658
7b207d6d
GM
659 * cus-start.el (report-emacs-bug-address): Set custom properties.
660 * mail/emacsbug.el (report-emacs-bug-address):
661 Variable is now defined in emacs.c.
662
c3153003
GM
663 * mail/emacsbug.el (report-emacs-bug):
664 Include system-configuration-features.
665
687e0e19
MN
6662014-03-28 Michal Nazarewicz <mina86@mina86.com>
667
668 * simple.el (cycle-spacing): Never delete spaces on first run by
669 default, but do so in a new 'fast mode and if there are already
4f3a895b 670 N spaces (the previous behavior).
687e0e19
MN
671 Compare N with its value in previous invocation so that changing
672 prefix argument restarts `cycle-spacing' sequence.
687e0e19 673 The idea is that with this change, binding M-SPC to
4f3a895b 674 `cycle-spacing' should not introduce any changes in behavior of
687e0e19
MN
675 the binding so long as users do not type M-SPC twice in a raw with
676 the same prefix argument or lack thereof.
677
95de732d
GM
6782014-03-28 Glenn Morris <rgm@gnu.org>
679
680 * faces.el (term-file-aliases): New variable.
681 (tty-run-terminal-initialization): Respect term-file-aliases.
682 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
683 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
684 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
685
6730259f
GM
6862014-03-27 Glenn Morris <rgm@gnu.org>
687
862a4e4a
GM
688 * startup.el (inhibit-startup-hooks): Doc tweak.
689 (normal-top-level): Simplify running of hooks.
690 For window-setup-hook, respect inhibit-startup-hooks.
691 (command-line-1): Don't set window-setup-hook to nil.
692
6730259f
GM
693 Allow selective autoloading from obsolete/ directory.
694 * Makefile.in (obsolete-autoloads): New rule.
695 (autoloads): Run obsolete-autoloads.
696 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
697 * simple.el (iswitchb-mode): Remove hand-written autoloads.
698
42ebc34e
DG
6992014-03-27 Dmitry Gutov <dgutov@yandex.ru>
700
929c0500
SM
701 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
702 Highlight special globals with font-lock-builtin-face. (Bug#17057)
8de64bb8 703
42ebc34e
DG
704 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
705 Don't propertize `?' or `!' as symbol constituent when after
706 colon. (Bug#17097)
707
b1c870c9
JB
7082014-03-27 Juanma Barranquero <lekktu@gmail.com>
709
857ba6ec
JB
710 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
711 which is no longer needed and causes trouble in GTK builds (bug#17046).
712
b1c870c9
JB
713 * emacs-lisp/package-x.el (package--archive-contents-from-url):
714 Use url-insert-file-contents; package-handle-response no longer exists.
715
8ab9876a
DC
7162014-03-26 Daniel Colascione <dancol@dancol.org>
717
718 * simple.el (process-menu-mode-map): New variable.
719 (process-menu-delete-process): New command.
720
196716cf
JB
7212014-03-26 Juanma Barranquero <lekktu@gmail.com>
722
723 * emacs-lisp/package.el: Fix bug#16733 (again).
724 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
725 (url-http-target-url): Remove unused declarations.
726 (package-handle-response): Remove.
727 (package--with-work-buffer): Use url-insert-file-contents and simplify.
728 (package--download-one-archive): Use current-buffer instead of
729 dynamic binding of `buffer'.
730 (describe-package-1): Do not decode readme-string.
731
16adf2e6 7322014-03-26 Michael Albinus <michael.albinus@gmx.de>
1f73d6c6
MA
733
734 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
735
736 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
737 from 2014-03-07, it decreases performance unnecessarily. Let-bind
738 `remote-file-name-inhibit-cache' to nil in the second pass.
739 (tramp-find-executable): Do not call "which" on SunOS.
740 (tramp-send-command-and-check): Fix docstring.
08cf935b
MA
741 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
742 check whether source directory has set the sticky bit.
1f73d6c6 743
16adf2e6 7442014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
37ea8275
BR
745
746 * simple.el (primitive-undo): Only process marker adjustments
747 validated against their corresponding (TEXT . POS). Issue warning
748 for lone marker adjustments in undo history. (Bug#16818)
749 (undo-make-selective-list): Add marker adjustments to selective
750 undo list based on whether their corresponding (TEXT . POS) is in
751 the region. Remove variable adjusted-markers, which was unused
752 and only non nil during undo-make-selective-list.
753 (undo-elt-in-region): Return nil when passed a marker adjustment
754 and explain in function doc.
755
16adf2e6 7562014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
74be1649
NR
757
758 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
759
16adf2e6 7602014-03-26 Dmitry Gutov <dgutov@yandex.ru>
c2d6c639
DG
761
762 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
763 Match special global variables without curlies, too.
764 (ruby-font-lock-keywords): Simplify the matcher for special global
765 variables. Don't require a non-word character after the variable.
766 (Bug#17057)
767
16adf2e6 7682014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
f6614a47
SM
769
770 * simple.el (redisplay-highlight-region-function): Increase priority of
771 overlay to make sure boundaries are visible (bug#15899).
772
16adf2e6 7732014-03-26 Juanma Barranquero <lekktu@gmail.com>
3ea2c781 774
16adf2e6
JB
775 * frameset.el (frameset--initial-params): Fix typo in parameter name.
776 (frameset-restore): Compare display strings with equal.
ee79b33f 777
3ea2c781
JB
778 * frame.el (make-frame): Don't quote display name in error message,
779 it is already a string.
780
16adf2e6 7812014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
f1e06f7b
TV
782
783 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
784 the password.
785
16adf2e6 7862014-03-26 Dmitry Gutov <dgutov@yandex.ru>
2614c1af 787
16adf2e6
JB
788 * emacs-lisp/package.el (package--add-to-archive-contents):
789 Include already installed and built-in packages in
790 `package-archive-contents'.
791 (package-install): Don't include already installed packages in the
792 options during interactive invocation. (Bug#16762)
793 (package-show-package-list): If the buffer is already displayed in
794 another window, switch to that window.
795
fb3deac8
RZ
7962014-03-26 Reto Zimmermann <reto@gnu.org>
797
798 Sync with upstream vhdl mode v3.35.1.
799 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
800 (vhdl-compiler-alist): Doc fix.
801 (vhdl-goto-line): Remove.
802 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
803 (vhdl-mode) <paragraph-start>: Fix value.
804 (vhdl-fix-statement-region): Not `for' in wait-statement.
805 (vhdl-beautify-region): Also (un)tabify.
806 (vhdl-get-visible-signals):
807 Scan declarative part of generate statements.
808 (vhdl-template-record): Fix indentation for record type declaration.
c1e6bc0a
GM
809 (vhdl-expand-abbrev, vhdl-expand-paren):
810 Revert to using fset again rather than defalias.
fb3deac8
RZ
811 (vhdl-scan-directory-contents): Tweak.
812 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
813 (vhdl-compose-components-package):
814 Replace vhdl-goto-line with forward-line.
815 (top-level): Tweak speedbar frame selection.
816 (vhdl-generate-makefile-1): Support for compilers with no
817 unit-to-file name mapping (create directory with dummy files).
818
511df08c
WS
8192014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
820
821 Sync with upstream verilog-mode revision 702457d.
822 * progmodes/verilog-mode.el (verilog-mode-version): Update.
823 (create-lockfiles): Declare.
824 (verilog-read-decls): Fix module header imports, bug709.
825 Reported by Victor Lau.
826 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
827 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
9b017563 828 interface-only modules, bug721. Reported by Dean Hoyt.
511df08c 829
11ee65af
GM
8302014-03-26 Glenn Morris <rgm@gnu.org>
831
b4aca021
GM
832 * obsolete/gulp.el: Move here from emacs-lisp/.
833
11ee65af
GM
834 * files.el (lock-buffer, unlock-buffer, file-locked-p):
835 Remove fallback aliases, since they are always defined now.
836
1edb4a2e
DC
8372014-03-24 Daniel Colascione <dancol@dancol.org>
838
839 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
840 instead of cl-loop search function.
841
7a31038f
G
8422014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
843
844 * calendar/parse-time.el (parse-time-iso8601-regexp)
845 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
846 it more generally.
847
8482014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
849
850 * net/dns.el (network-interface-list): Define for XEmacs.
851
8522014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
853
854 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
855 the network interfaces changed.
856 (dns-query): Use it to flush the data.
857
835af719
JB
8582014-03-23 Juanma Barranquero <lekktu@gmail.com>
859
860 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
861
6ddc4422
DC
8622014-03-23 Daniel Colascione <dancol@dancol.org>
863
864 Change subword-mode to use `find-word-boundary-function-table' and
865 replace `capitalized-words-mode'. Also, convert to lexical
866 binding.
867
868 * progmodes/cap-words.el: Delete now-obsolete file.
869 * progmodes/subword.el: Reimplement using
870 `find-word-boundary-function-table'.
871 (subword-mode-map): Hollow out.
872 (capitalized-words-mode): Define as obsolete alias for
873 `subword-mode'.
9b017563 874 (subword-mode, superword-mode): Tweak documentation to reflect new
6ddc4422 875 implementation; call `subword-setup-buffer'.
9b017563 876 (subword-forward, subword-capitalize): Add underscore to indicate
6ddc4422
DC
877 unused variable.
878 (subword-find-word-boundary-function-table): New constant.
879 (subword-empty-char-table): New constant.
880 (subword-setup-buffer): New function.
881 (subword-find-word-boundary): New function.
882
c6b0fbe7
DC
8832014-03-23 Daniel Colascione <dancol@dancol.org>
884
885 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
886 list to look for keyword arguments instead of `memq', fixing
887 (Bug#3647) --- unfortunately, only for freshly-compiled code.
888 Please make bootstrap.
889
5076d275
GM
8902014-03-22 Glenn Morris <rgm@gnu.org>
891
5dbc3244
GM
892 * dired.el (dired-read-regexp): Make obsolete.
893 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
894 (dired-flag-files-regexp):
895 * dired-aux.el (dired-mark-read-regexp):
896 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
897
00156f95
GM
898 * startup.el (fancy-startup-text):
899 * help.el (describe-gnu-project): Visit online info about GNU project.
900
f9c81e7b
GM
901 * help-fns.el (help-fns--interactive-only): New function.
902 (help-fns-describe-function-functions): Add the above function.
903 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
904 (next-line, previous-line): Remove hand-written interactive-only
905 information from doc strings, it is auto-generated now.
906 * bookmark.el (bookmark-write):
907 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
908 (epa-mail-import-keys): Mark interactive-only,
909 and remove hand-written interactive-only information from doc strings.
910 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
911 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
912 * files.el (not-modified):
913 * simple.el (mark-whole-buffer): Mark interactive-only.
914
5076d275
GM
915 * emacs-lisp/byte-run.el (defun-declarations-alist):
916 Add interactive-only. Doc tweak.
917 (macro-declarations-alist): Doc tweak.
918 * subr.el (declare): Doc tweak (add xref to manual).
919 * comint.el (comint-run):
920 * files.el (insert-file-literally, insert-file):
921 * replace.el (replace-string, replace-regexp):
922 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
923 (delete-forward-char, goto-line, insert-buffer, next-line)
924 (previous-line): Set interactive-only via declare.
925
1197f2e6
DG
9262014-03-22 Dmitry Gutov <dgutov@yandex.ru>
927
928 * emacs-lisp/package.el (package-desc): Use the contents of the
929 quoted form, not its cdr. (Bug#16873)
930
aac06179
JB
9312014-03-22 Juanma Barranquero <lekktu@gmail.com>
932
933 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
934 benefit of doc.c; change parameter profile to match the X function.
935
3e7bc044
LL
9362014-03-22 Leo Liu <sdl.web@gmail.com>
937
938 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
939 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
940
59271b3e
RS
9412014-03-21 Richard Stallman <rms@gnu.org>
942
8266cd88
RS
943 * battery.el (battery-linux-sysfs): Search for each field
944 from the beginning of the buffer.
945
16ec0742
RS
946 * subr.el (set-transient-map): Clear out function and value
947 of the temporary symbol when we're done with it.
948
59271b3e
RS
949 * mail/rmailsum.el (rmail-summary-delete-forward):
950 Optimize case of reaching end and handling count.
951 (rmail-summary-mark-deleted): Optimize when N is current msg.
952 Don't create new summary line.
953 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
954 (rmail-summary-undelete-many): Rewrite for speed.
955 (rmail-summary-msg-number): New function.
956
957 * mail/rmail.el (rmail-delete-message): Update summary.
958 (rmail-undelete-previous-message): Handle repeat count arg.
959 (rmail-delete-backward, rmail-delete-forward): Likewise.
960
0d8ac93e
DC
9612014-03-21 Daniel Colascione <dancol@dancol.org>
962
963 * mail/emacsbug.el (report-emacs-bug): Include memory usage
964 information in bug reports.
965
1e92a8a3
MA
9662014-03-21 Michael Albinus <michael.albinus@gmx.de>
967
968 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
969 and `tramp-copy-env'.
970
971 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
972 (tramp-maybe-open-connection): Handle `tramp-login-env'.
973
78540c42
GM
9742014-03-21 Glenn Morris <rgm@gnu.org>
975
976 * electric.el (electric-indent-post-self-insert-function): Add doc.
977
1fc8f655
DG
9782014-03-21 Dmitry Gutov <dgutov@yandex.ru>
979
dcf78667
DG
980 * emacs-lisp/package.el (package-compute-transaction):
981 Use `version-list-<=' to compare the requirement version against
982 the version of package already to be installed. Update the error
983 message. (Bug#16826)
984
1fc8f655
DG
985 * progmodes/ruby-mode.el (ruby-smie-rules):
986 Add indentation rule for ` @ '. (Bug#17050)
987
dada060d
JB
9882014-03-21 Juanma Barranquero <lekktu@gmail.com>
989
990 * align.el (align-regexp): Remove superfluous backslash.
991
992 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
993 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
994 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
995 Fix docstring typos.
996 (ffap-next): Use C-u in docstring.
997 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
998 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
999 Remove superfluous backslashes.
1000 (ffap-string-at-point): Reflow docstring.
1001
1002 * server.el (server-host): Reflow docstring.
1003 (server-unload-function): Fix docstring typo.
1004 (server-eval-at): Remove superfluous backslash.
1005
1006 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1007 (skeleton-insert): Doc fix.
1008 (skeleton-insert): Reflow docstring.
1009
1010 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1011 (tty-color-approximate, tty-color-by-index, tty-color-values)
1012 (tty-color-desc): Remove superfluous backslashes.
1013
f428101f
GM
10142014-03-21 Glenn Morris <rgm@gnu.org>
1015
26e91130
GM
1016 * cus-start.el (history-length): Bump :version.
1017
aa3a7b51
GM
1018 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1019 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1020 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1021 Don't set `make-backup-files'.
1022
f428101f
GM
1023 * info.el (info--prettify-description): New function,
1024 to give info-finder descriptions consistent case, punctuation.
1025 (Info-finder-find-node): Use it. Sort packages.
1026 Refer to "description" rather than "commentary".
1027
6ce1b56e
JB
10282014-03-21 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * frameset.el (frameset--print-register): New function.
1031 (frameset-to-register): Use it.
1032
b730af26
JB
10332014-03-20 Juanma Barranquero <lekktu@gmail.com>
1034
45393801
JB
1035 * progmodes/hideif.el (hif-string-to-number): New function.
1036 (hif-tokenize): Use it to understand non-decimal floats.
1037
814e26fa
JB
1038 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
1039
b730af26
JB
1040 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
1041
6f287c89
GM
10422014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1043
1044 * electric.el (electric-newline-and-maybe-indent): New command.
1045 Bind it globally to C-j.
1046 (electric-indent-mode): Don't mess with the global map any more.
1047 Don't drop the post-self-insert-hook is some buffer is still using it
1048 (bug#16770).
1049
1050 * bindings.el (global-map): Remove C-j binding.
1051
1052 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1053 the docstring of functions advised before dumping (bug#16993).
1054
f15ec1ba 10552014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
6a72e405
SH
1056
1057 * ps-print.el (ps-generate-postscript-with-faces):
1058 Explicitly deactivate the mark (bug#16866).
1059 * simple.el (deactivate-mark): Update region highlight.
1060
f88bdc45
JB
10612014-03-19 Juanma Barranquero <lekktu@gmail.com>
1062
1063 * emacs-lisp/package.el (describe-package-1):
1064 Decode commentary (bug#16733).
1065
6b88e570
JB
10662014-03-18 Juanma Barranquero <lekktu@gmail.com>
1067
1068 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1069 modification of the value argument of :set (bug#16755).
1070
ac9b4703
SM
10712014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1072
1073 * simple.el (newline-and-indent): Do autofill (bug#17031).
1074
2b7858ec
DG
10752014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1076
1077 * newcomment.el (comment-normalize-vars): Only add escaping check
1078 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1079 (comment-beginning): Use `narrow-to-region' instead of moving back
1080 one character.
1081 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1082 (comment-start-skip): Update the docstring.
1083
11eff3ae
RS
10842014-03-18 Richard Stallman <rms@gnu.org>
1085
1086 * dired.el (dired-display-file): Force use of other window.
1087
07f44fdb
JB
10882014-03-18 Daniel Colascione <dancol@dancol.org>
1089
1090 * startup.el (tty-handle-args): Remove debug message from 2007.
1091
10922014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
adbfe42c
SM
1093
1094 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1095 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1096 (advice--make-1, advice-add, advice-remove):
1097 Remove braindead :advice-pending hack.
1098
61debe4a
GM
10992014-03-17 Glenn Morris <rgm@gnu.org>
1100
1101 * calendar/calendar.el (calendar-generate-month): Apply weekend
1102 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1103
8273986b
MA
11042014-03-17 Michael Albinus <michael.albinus@gmx.de>
1105
1106 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1107 (tramp-call-process): Trace also DESTINATION.
1108
1109 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1110 Quote file names when they are local. Remove superfluous trace.
1111
4f8aeb84
DG
11122014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1113
218feefc
DG
1114 * newcomment.el (comment-beginning): If `comment-start-skip'
1115 doesn't match, move back one char and try again. (Bug#16971)
1116
6c187ef5
SM
1117 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1118 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
4f8aeb84
DG
1119 Set `comment-start-skip' to a simpler value that doesn't try to
1120 check if the semicolon is escaped (this is handled by
1121 `syntax-ppss' now). (Bug#16971)
1122
1123 * progmodes/scheme.el (scheme-mode-variables): Same.
1124
b92631bf
MR
11252014-03-16 Martin Rudalics <rudalics@gmx.at>
1126
1127 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1128 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1129 current (Bug#16816, Bug#17007).
1130 (with-current-buffer-window): New macro doing the same as
1131 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1132 * help.el (help-print-return-message): Warn in doc-string to not
1133 use this in `with-help-window'.
1134 (describe-bindings-internal): Call `describe-buffer-bindings'
1135 from within help buffer. See Juanma's scenario in (Bug#16816).
1136 (with-help-window): Update doc-string.
1137 * dired.el (dired-mark-pop-up):
1138 * files.el (save-buffers-kill-emacs):
1139 * register.el (register-preview): Use `with-current-buffer-window'
1140 instead of `with-temp-buffer-window'.
1141
57348c4d
JB
11422014-03-16 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1145 Implement inserting into current buffer, documented in their docstrings.
1146 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1147 (rst-section-tree-point, rst-forward-section, rst-indent)
1148 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1149 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1150 (rst-font-lock-handle-adornment-pre-match-form)
1151 (rst-repeat-last-character): Reflow docstrings.
1152 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1153 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1154 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1155 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1156 Fix docstring typos.
1157 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1158 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1159 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1160
fd16b061
JB
11612014-03-15 Juanma Barranquero <lekktu@gmail.com>
1162
a2403e3d
JB
1163 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1164 for compatibility with other ports.
1165 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1166 from the -xrm command line argument, but in the Nextstep port its value
1167 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1168
fd16b061
JB
1169 * progmodes/python.el (defconst, python-syntax-count-quotes)
1170 (python-indent-region, python-indent-shift-right)
1171 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1172 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1173 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1174 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1175 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1176 (python-shell-buffer-substring, python-shell-send-buffer)
1177 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1178 (python-completion-complete-at-point, python-fill-docstring-style)
1179 (python-eldoc-function, python-imenu-format-item-label)
1180 (python-imenu-format-parent-item-label)
1181 (python-imenu-format-parent-item-jump-label)
1182 (python-imenu--build-tree, python-imenu-create-index)
1183 (python-imenu-create-flat-index): Fix docstring typos.
1184 (python-indent-context, python-shell-prompt-regexp, run-python):
1185 Remove superfluous backslashes.
1186 (python-indent-line, python-nav-beginning-of-defun)
1187 (python-shell-get-buffer, python-shell-get-process)
1188 (python-info-current-defun, python-info-current-line-comment-p)
1189 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1190 (python-indent-post-self-insert-function, python-shell-send-file)
1191 (python-shell-completion-get-completions)
1192 (python-shell-completion-complete-or-indent)
1193 (python-eldoc--get-doc-at-point): Reflow docstrings.
1194
e94807f0
GM
11952014-03-14 Glenn Morris <rgm@gnu.org>
1196
88103345
GM
1197 * emacs-lisp/package.el (package-menu-mode-map):
1198 Replace use of obsolete function alias. Tweak menu item text.
1199
f2dd4ba8
GM
1200 * info.el (Info-finder-find-node):
1201 Ignore the `emacs' metapackage. (Bug#10813)
1202
ac0f82ef
GM
1203 * finder.el (finder-list-matches): Include unversioned packages
1204 in the result of a keyword search.
1205
e94807f0
GM
1206 * finder.el (finder--builtins-descriptions): New constant.
1207 (finder-compile-keywords): Use finder--builtins-descriptions.
1208
50d434d1
DG
12092014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1210
1211 * simple.el (blink-matching-paren): Describe the new value,
1212 `jump', enabling the old behavior.
1213 (blink-matching-open): Use that value. (Bug#17008)
1214
56759cf1
GM
12152014-03-14 Glenn Morris <rgm@gnu.org>
1216
459d74ef
GM
1217 * finder.el (finder-no-scan-regexp): Add leim-list.
1218 (finder-compile-keywords):
1219 Don't skip files with same basename. (Bug#14010)
1220 * Makefile.in (setwins_finder): New, excluding leim.
1221 (finder-data): Use setwins_finder.
1222
56759cf1
GM
1223 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1224 (help-function-arglist, help-make-usage): Move from here...
1225 * help.el (help-split-fundoc, help-add-fundoc-usage)
1226 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1227 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1228
7644aa97
JB
12292014-03-14 Juanma Barranquero <lekktu@gmail.com>
1230
1231 * net/socks.el (socks, socks-override-functions)
fd16b061 1232 (socks-find-services-entry):
7644aa97
JB
1233 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1234 (hif-find-ifdef-block):
1235 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1236
1237 * net/tls.el (tls-program): Reflow docstring.
1238
1239 * progmodes/pascal.el (pascal-mode-abbrev-table)
1240 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1241 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1242 (pascal-outline-mode): Fix docstring typos.
1243 (pascal-mode): Let define-derived-mode document mode hook.
1244 (pascal-uncomment-area): Reflow.
1245 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1246
1247 * progmodes/opascal.el (opascal-compound-block-indent)
1248 (opascal-case-label-indent): Fix docstring typos.
1249 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1250
1f44df94
DG
12512014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1252
07f44fdb
JB
1253 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1254 Fontify multiple adjacent negation chars. (Bug#17004)
1f44df94 1255
0d71dfb3
TW
12562014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1257
1258 * emacs-lisp/package.el (package--prepare-dependencies):
1259 Accept requirements without explicit version (bug#14941).
1260
d27a1a7b
JB
12612014-03-12 Juanma Barranquero <lekktu@gmail.com>
1262
a5765a3d
JB
1263 * register.el (register-separator, copy-to-register): Doc fixes.
1264 (register-preview-default): Remove unnecessary call to concat.
1265
d27a1a7b
JB
1266 * frameset.el (frameset-restore): When checking for a visible frame,
1267 use the action map instead of calling visible-frame-list.
1268
08dfa0b7
JB
12692014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1270
1271 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1272
8960529e
MR
12732014-03-12 Martin Rudalics <rudalics@gmx.at>
1274
1275 * window.el (fit-frame-to-buffer): Get maximum width from
1276 display's width instead of height.
1277
8a51e8e4
GM
12782014-03-12 Glenn Morris <rgm@gnu.org>
1279
46456005
GM
1280 * desktop.el (desktop-restore-frames)
1281 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1282 (desktop-restore-reuses-frames): Doc tweaks.
1283
8a51e8e4
GM
1284 * electric.el (electric-indent-mode): Doc fix.
1285
5983b317
JB
12862014-03-12 Juanma Barranquero <lekktu@gmail.com>
1287
1288 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1289 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1290 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1291 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1292 (cvs-dired-use-hook): Fix docstring typos.
1293 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1294 Doc fixes.
1295
1296 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1297 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1298 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1299 (cvs-execute-single-dir): Fix docstring typos.
1300
1301 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1302 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1303
1304 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1305
1306 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1307 Fix docstring typos.
1308
13c00cf0
JB
13092014-03-12 Juanma Barranquero <lekktu@gmail.com>
1310
1311 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1312 called from jump-to-register after unloading the frameset package.
1313
536a17e3
SM
13142014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1317 (bug#16975). Deactivate the mark before setting it to nil.
1318 (activate-mark): Do nothing if region is already active.
1319
baf8d0ac
JB
13202014-03-11 Juanma Barranquero <lekktu@gmail.com>
1321
1322 * frameset.el (frameset--target-display): Remove definition; declare.
1323 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1324
1ea22560
SM
13252014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1328 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1329 when the advice is pending.
1330 (advice-remove): Remove this marker when not needed any more.
1331
4538c058
JB
13322014-03-11 Juanma Barranquero <lekktu@gmail.com>
1333
1334 * frameset.el: Separate options for reusing frames and cleaning up.
1335 (frameset--reuse-list): Remove definition; declare.
1336 (frameset--action-map): Declare.
1337 (frameset--find-frame-if): Doc fix.
1338 (frameset--restore-frame): Cache frame action.
1339 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1340 how to clean up the frame list after restoring. Remove cleaning
1341 options from REUSE-FRAMES. Change all keyword values to symbols.
1342 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1343
1344 * desktop.el (desktop-restore-forces-onscreen)
1345 (desktop-restore-reuses-frames): Use non-keyword values.
1346 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1347
ba1a5c78
GM
13482014-03-10 Glenn Morris <rgm@gnu.org>
1349
776aa432
GM
1350 * files.el (find-file): Doc fix: update info node name.
1351
ba1a5c78
GM
1352 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1353 Doc fix: remove references to deleted info nodes.
1354
183d706e
MA
13552014-03-10 Michael Albinus <michael.albinus@gmx.de>
1356
1357 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1358 Do not add `nil' to the environment, when there's no remote `locale'.
1359 (tramp-find-inline-encoding): Check, that the remote host has
1360 installed perl, before sending scripts.
1361
6f0f96e7
LL
13622014-03-10 Leo Liu <sdl.web@gmail.com>
1363
536a17e3
SM
1364 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1365 Clear eldoc-last-message. (Bug#16920)
6f0f96e7 1366
ca70fe78
SM
13672014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1370 (bug#14430).
1371
eb67db41
JL
13722014-03-09 Juri Linkov <juri@jurta.org>
1373
1374 * ansi-color.el (ansi-color-names-vector): Copy default colors
1375 from `xterm-standard-colors' that look well on the default white
1376 background (and also on the black background) to avoid illegible
8cf07e5a 1377 color combinations like yellow-on-white and white-on-white.
eb67db41
JL
1378 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1379
e7db5447
JB
13802014-03-08 Juanma Barranquero <lekktu@gmail.com>
1381
1382 * frameset.el (frameset-restore): When no frame is visible, do not
1383 generate a list of frames, just make visible the selected one.
1384
f0a4c8d7
DG
13852014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1386
1387 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1388 it only contains the repository root. (Bug#16897)
1389
e50772e3
MA
13902014-03-07 Michael Albinus <michael.albinus@gmx.de>
1391
1392 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1393 only when `remote-file-name-inhibit-cache' is nil.
1394 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1395
cac0a1d6
MR
13962014-03-06 Martin Rudalics <rudalics@gmx.at>
1397
1398 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1399 Fix doc-strings.
1400 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1401 fit-frame-to-buffer variable. Fix doc-string.
1402 (fit-window-to-buffer): Set ONLY argument in call of
1403 fit-frame-to-buffer. Fix doc-string.
1404
fa965cbf
MA
14052014-03-06 Michael Albinus <michael.albinus@gmx.de>
1406
1407 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1408 (tramp-action-password): Clear password cache if needed.
1409 (tramp-read-passwd): Do not clear password cache.
1410
1411 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1412 cache unless it is the first password request.
1413
c94e6ee4
GM
14142014-03-06 Glenn Morris <rgm@gnu.org>
1415
03bc753e
GM
1416 * simple.el (newline): Doc tweak.
1417
c94e6ee4
GM
1418 * emacs-lisp/shadow.el (load-path-shadows-find):
1419 Ignore dir-locals. (Bug#12357)
1420
bd2d43dc
GM
14212014-03-05 Glenn Morris <rgm@gnu.org>
1422
1423 * files.el (interpreter-mode-alist):
1424 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
1425
9284000e
JB
14262014-03-05 Juanma Barranquero <lekktu@gmail.com>
1427
1428 * frameset.el (frameset--initial-params): Filter out null entries.
1429
e1a2cb1c
MR
14302014-03-05 Martin Rudalics <rudalics@gmx.at>
1431
27821a89
JB
1432 * window.el (window-min-height, window-min-width):
1433 Rewrite doc-strings.
e1a2cb1c
MR
1434 (window-body-size): Add PIXELWISE argument to make it consistent
1435 with its callees.
1436
6bf67038
JB
14372014-03-05 Juanma Barranquero <lekktu@gmail.com>
1438
1439 * finder.el (finder-mode-map, finder-mode-syntax-table):
1440 Revert part of 2014-02-28 change.
1441
90f04e4c
LI
14422014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
1443
1444 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1445 (eww-setup-buffer): Clear next/prev/etc more reliably.
27821a89
JB
1446 (eww-textarea-map): [tab] doesn't work on tty.
1447 Reported by Mario Lang.
6952100d
LI
1448
1449 * net/shr.el (shr-map): Ditto.
90f04e4c 1450
3106d59b
GM
14512014-03-04 Glenn Morris <rgm@gnu.org>
1452
1453 * minibuffer.el (completion-hilit-commonality):
1454 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1455
f604dfdc
JB
14562014-03-04 Juanma Barranquero <lekktu@gmail.com>
1457
1458 * hilit-chg.el (hilit-chg-unload-function): New function.
1459 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1460 (hilit-chg-map-changes): Prefer cardinal number to digit.
1461 (hilit-chg-display-changes): Reflow docstring.
1462 (highlight-changes-rotate-faces): Remove superfluous backslash.
1463
5dc65319
MA
14642014-03-04 Michael Albinus <michael.albinus@gmx.de>
1465
1466 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1467 `tramp-send-command-and-check'.
1468
4242d21d
JB
14692014-03-04 Juanma Barranquero <lekktu@gmail.com>
1470
b01fa838
JB
1471 * hexl.el (hexl-address-region, hexl-ascii-region)
1472 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1473 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1474 (hexl-forward-word, hexl-previous-line, hexl-next-line):
1475 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1476 (hexl-mode): Doc fix.
1477 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1478 (hexl-mode-ruler): Fix typos in docstrings.
1479
4242d21d
JB
1480 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1481 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1482 Remove superfluous backslashes.
1483 (strokes-last-stroke, strokes-global-map, strokes-mode):
1484 Reflow docstrings.
1485 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1486 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1487 (strokes-distance-squared, strokes-global-set-stroke)
1488 (strokes-global-set-stroke-string): Doc fixes.
1489 (strokes-help): Fix typos; reflow docstring.
1490
87132570
MR
14912014-03-04 Martin Rudalics <rudalics@gmx.at>
1492
1493 * window.el (window-in-direction): Fix doc-string.
1494
d82e752c
GM
14952014-03-04 Glenn Morris <rgm@gnu.org>
1496
1497 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1498 Explicit error if no grammar.
1499 (smie-config-save): Doc fix. Fix quote typo.
1500
62528af0
SM
15012014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
1502
8d4901dc
SM
1503 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1504 electric-indent-mode-hook if we obey electric-indent-mode.
1505 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1506 decide whether we obey electric-indent-mode.
1507 (c-change-set-fl-decl-start, c-extend-after-change-region):
1508 Silence warnings.
1509 (c-electric-indent-mode-hook): Assume we do want to obey
1510 electric-indent-mode.
1511
1512 * electric.el (electric-indent-mode-has-been-called): Remove.
1513 (electric-indent-mode): Fix accordingly.
1514
092c12b2
SM
1515 * files.el (hack-local-variables): Mention file name in warning.
1516
62528af0
SM
1517 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1518
5b87d0d9
MN
15192014-03-04 Michal Nazarewicz <mina86@mina86.com>
1520
20f39add 1521 * bindings.el: Add comment describing why C-d binds to `delete-char'.
5b87d0d9
MN
1522 * simple.el (delete-forward-char): Mark as interactive-only.
1523
542a3840
JB
15242014-03-03 Juanma Barranquero <lekktu@gmail.com>
1525
f2d2402e
GM
1526 * icomplete.el (icomplete-completions):
1527 Follow-up to 2014-03-01 change.
d11320e5
JB
1528
1529 * icomplete.el: Miscellaneous doc fixes.
1530 Use Icomplete everywhere instead of icomplete for consistency.
1531 (icomplete-max-delay-chars): Fix typo.
1532 (icomplete-mode): Use \[].
1533 (icomplete-tidy, icomplete-exhibit): Reflow.
1534 (icomplete-minibuffer-setup-hook, icomplete-completions):
1535 Remove superfluous backlashes.
1536
1537 * ido.el: Miscellaneous doc fixes.
1538 Use Ido everywhere instead of ido or `ido' for consistency.
1539 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1540 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1541 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1542 (ido-separator): Extract obsolescence info from docstring and declare
1543 with make-obsolete-variable.
1544 (ido-minibuffer-setup-hook): Simplify example.
1545 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1546 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1547 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1548 (ido-everywhere): Reflow docstring.
1549 (ido-toggle-vc): Doc fix.
1550 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1551 of long list of keybindings.
1552
7ebd57e9
GM
15532014-03-03 Glenn Morris <rgm@gnu.org>
1554
1555 * frame.el (display-pixel-height, display-pixel-width)
1556 (display-mm-dimensions-alist, display-mm-height)
1557 (display-mm-width): Doc tweaks.
1558
35e951cd 15592014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
e3d090b4
BR
1560
1561 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1562 case of undo in region.
1563
b923819c
MR
15642014-03-02 Martin Rudalics <rudalics@gmx.at>
1565
1566 * window.el (fit-window-to-buffer): Fix argument in window-size
1567 call when window is horizontally combined.
1568
b6e443c5
JB
15692014-03-02 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * icomplete.el (icomplete-completions): Use string-width.
35e951cd 1572 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
b6e443c5 1573
1850913d
DG
15742014-03-01 Dmitry Gutov <dgutov@yandex.ru>
1575
35e951cd
JB
1576 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1577 Highlight regexp options. (Bug#16914)
1850913d 1578
04b577b6
MR
15792014-03-01 Martin Rudalics <rudalics@gmx.at>
1580
1581 * window.el (window--max-delta-1): Round down when calculating
1582 how many lines/columns we can get from a window.
1583
b829360f
GM
15842014-03-01 Glenn Morris <rgm@gnu.org>
1585
2501c912
GM
1586 * isearch.el (search-invisible): Doc fix.
1587
b829360f
GM
1588 * minibuffer.el (completion-hilit-commonality):
1589 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
1590 * comint.el (comint-dynamic-list-completions): Doc fix.
1591 * comint.el (comint-dynamic-list-completions):
1592 * filecache.el (file-cache-minibuffer-complete):
1593 * tempo.el (tempo-display-completions):
1594 * eshell/em-hist.el (eshell-list-history):
1595 Replace use of obsolete argument of display-completion-list.
1596
9a155058
JB
15972014-03-01 Juanma Barranquero <lekktu@gmail.com>
1598
1599 * icomplete.el (icomplete-completions):
1600 Revert back to using "..." when ?… cannot be displayed.
1601
53f6cda8
JB
16022014-02-28 Juanma Barranquero <lekktu@gmail.com>
1603
1604 * finder.el (finder-unload-function): New function.
1605
43977c23
JB
16062014-02-28 Juanma Barranquero <lekktu@gmail.com>
1607
1608 * dframe.el (dframe-detach):
1609 * find-dired.el (find-dired, find-name-dired):
1610 * finder.el (finder-mode-map, finder-mode-syntax-table)
1611 (finder-headmark, finder-select, finder-mouse-select):
1612 Fix docstring typos.
1613
9dda75ad
MR
16142014-02-28 Martin Rudalics <rudalics@gmx.at>
1615
1616 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
27821a89
JB
1617 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1618 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1619 Fix doc-string based on a suggestion by Nicolas Richard
1620 <theonewiththeevillook@yahoo.fr>.
9dda75ad
MR
1621 * help.el (with-help-window): Fix doc-string.
1622
8a73034e
IK
16232014-02-28 Ivan Kanis <ivan@kanis.fr>
1624
b70257b0
GM
1625 * net/shr.el (shr-image-animate): New option.
1626 (shr-put-image): Respect shr-image-animate.
8a73034e 1627
245aa73e
MA
16282014-02-28 Michael Albinus <michael.albinus@gmx.de>
1629
1630 * net/tramp-adb.el (tramp-adb-parse-device-names):
1631 Use `accept-process-output'.
1632 (tramp-adb-handle-file-truename): Cache the localname only.
1633 (tramp-adb-handle-make-directory)
1634 (tramp-adb-handle-delete-directory): Flush file properties correctly.
1635 (tramp-adb-handle-set-file-modes): Do not raise an error when file
1636 modes cannot be changed.
1637
1638 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1639 file properties of symlinks.
1640
48e15d64
PS
16412014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
1642
1643 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1644 required/optional fields to match development biblatex. (Bug#16781)
1645
65b77347
AS
16462014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
1647
1648 * saveplace.el (toggle-save-place):
1649 Fix argument handling. (Bug#16673)
1650
5e618aba
GM
16512014-02-28 Glenn Morris <rgm@gnu.org>
1652
1653 * minibuffer.el (completions-first-difference)
1654 (completions-common-part, completion-hilit-commonality): Doc fixes.
1655
6deb314e
KB
16562014-02-28 Karl Berry <karl@gnu.org>
1657
1658 * info.el (Info-mode-map): Add H for describe-mode,
1659 to synchronize with standalone Info.
1660
289996f5
EL
16612014-02-28 Emilio C. Lopes <eclig@gmx.net>
1662
1663 * progmodes/sql.el (sql-interactive-mode):
1664 Avoid setting global comint-input-ring-separator. (Bug#16814)
1665
79fc1191
MA
16662014-02-27 Michael Albinus <michael.albinus@gmx.de>
1667
1668 * net/dbus.el (dbus--init-bus): Declare function.
1669 (dbus-path-local, dbus-interface-local): New defconst.
1670 (dbus-init-bus): Use them.
1671 (dbus-return-values-table): Extend doc.
1672 (dbus-handle-bus-disconnect): Extend error message.
1673
298520df
JB
16742014-02-27 Juanma Barranquero <lekktu@gmail.com>
1675
1676 * subr.el (y-or-n-p): Fix double space issue in message.
1677
c22c1614
MA
16782014-02-27 Michael Albinus <michael.albinus@gmx.de>
1679
1680 * net/tramp.el (tramp-call-process): Improve trace message.
1681 (tramp-handle-insert-file-contents): Trace error case.
1682
1683 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1684 <insert-directory>: Use `tramp-handle-insert-directory'.
1685 (tramp-adb-handle-insert-directory): Remove function.
1686 (tramp-adb-send-command-and-check): New defun, replacing
1687 `tramp-adb-command-exit-status'. Change all callees.
1688 (tramp-adb-handle-file-attributes)
1689 (tramp-adb-handle-directory-files-and-attributes): Use it.
35e951cd
JB
1690 (tramp-adb-ls-output-name-less-p):
1691 Use `directory-listing-before-filename-regexp'.
c22c1614
MA
1692 (tramp-adb-handle-delete-directory): Flush also file properties of
1693 the truename of directory.
1694 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1695 (tramp-adb-handle-file-local-copy): Make the local copy readable.
1696 (tramp-adb-handle-write-region): Implement APPEND.
1697 (tramp-adb-handle-rename-file): Make it more robust. Flush file
1698 properties correctly.
1699 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1700 variables. Check for connected devices only when needed.
1701
d9263618
GM
17022014-02-27 Glenn Morris <rgm@gnu.org>
1703
ea7826ba
GM
1704 * minibuffer.el (completion-table-dynamic)
1705 (completion-table-with-cache): Doc fixes.
1706
d9263618
GM
1707 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1708 (completing-read-multiple): Doc fixes.
1709
eff3168a
DC
17102014-02-27 Daniel Colascione <dancol@dancol.org>
1711
51f213c3
DC
1712 * minibuffer.el (completion--nth-completion): Fix indentation.
1713
eff3168a
DC
1714 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1715 explicit tramp path is empty.
1716
b77cfcd7
GM
17172014-02-27 Glenn Morris <rgm@gnu.org>
1718
1719 * emacs-lisp/crm.el (completing-read-multiple):
1720 Empower help-enable-auto-load.
1721
9577b569
GM
17222014-02-26 Glenn Morris <rgm@gnu.org>
1723
259887e8
GM
1724 * startup.el (command-line): Don't init the tty in daemon mode.
1725
1d491ef2
GM
1726 Avoid calling tty-setup-hook twice, eg if a term file
1727 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1728 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1729 (tty-create-frame-with-faces): Use it.
1730 * startup.el (command-line): Pass run-hook argument
1731 to tty-run-terminal-initialization.
1732
9577b569
GM
1733 * dired.el (dired-restore-desktop-buffer): Demote errors;
1734 eg in case a glob match fails. (Bug#16884)
1735
40ff7f86
DG
17362014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1737
b2388336
DG
1738 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1739 error from `read-from-string'. (Bug#16850)
1740
40ff7f86
DG
1741 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1742 result of `completing-read' in the interactive form. (Bug#16854)
1743
98bd6b32
GM
17442014-02-25 Glenn Morris <rgm@gnu.org>
1745
f086804c
GM
1746 * image.el (image-animate, image-animate-timeout):
1747 Stop animating images in dead buffers. (Bug#16878)
1748
c107155e
GM
1749 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1750
9577b569
GM
1751 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1752 Doc fixes.
98bd6b32
GM
1753 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1754 * term/sun.el (sun-raw-prefix-hooks):
1755 Use tty-setup-hook instead of term-setup-hook.
1756 (terminal-init-sun): Construct message from bytecomp plist.
1757 * term/wyse50.el (enable-arrow-keys): Doc fix.
1758
9c9e18e8
JB
17592014-02-24 Juanma Barranquero <lekktu@gmail.com>
1760
1761 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1762 Fix docstring typos.
1763
c848881f
MA
17642014-02-24 Michael Albinus <michael.albinus@gmx.de>
1765
1766 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1767
0e38ae05
NR
17682014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1769
1770 * minibuffer.el (completion--try-word-completion):
1771 Fix error when completing M-x commands (bug#16808).
1772
8ee4c296
LL
17732014-02-24 Leo Liu <sdl.web@gmail.com>
1774
1775 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1776
7d4bd627
JB
17772014-02-24 Juanma Barranquero <lekktu@gmail.com>
1778
1779 * apropos.el (apropos-print): Avoid formatting error when
1780 apropos-do-all and apropos-compact-layout are both t.
1781
e918e27f
JB
17822014-02-23 Juanma Barranquero <lekktu@gmail.com>
1783
1784 * apropos.el (apropos-property, apropos-all-words-regexp)
1785 (apropos-true-hit, apropos-variable, apropos-print):
1786 Fix docstring typos, and remove obsolete comment.
1787
85c01f80
MA
17882014-02-23 Michael Albinus <michael.albinus@gmx.de>
1789
1790 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1791 Preserve trailing "/". (Bug#16851)
1792
62f95022
DG
17932014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1794
1795 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1796 after `=>' (bug#16811).
dfdb365c
DG
1797 (ruby-smie-rules): Handle the inconsistent second element of the
1798 list returned by `smie-indent--parent'.
1799 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1800 method call.
62f95022 1801
025f2c81
JB
18022014-02-23 Juanma Barranquero <lekktu@gmail.com>
1803
1804 * elec-pair.el (electric-pair-text-syntax-table)
1805 (electric-pair-syntax-info, electric-pair--syntax-ppss)
1806 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1807 (electric-pair--looking-at-unterminated-string-p): Doc fix.
1808 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
1809
123c84f9
GM
18102014-02-22 Glenn Morris <rgm@gnu.org>
1811
612c3e46
GM
1812 * imenu.el (imenu--generic-function): Doc fix.
1813
123c84f9
GM
1814 * register.el (frame-configuration-to-register): Make obsolete.
1815
e59fa9ad
JB
18162014-02-22 Juanma Barranquero <lekktu@gmail.com>
1817
1818 * desktop.el (desktop-save-buffer-p): Do not fail when
1819 desktop-files-not-to-save is nil. Return t for true result
1820 as the doc says.
1821
4e652634
DC
18222014-02-22 Daniel Colascione <dancol@dancol.org>
1823
27821a89 1824 * net/secrets.el (secrets-create-item, secrets-search-items):
35e951cd
JB
1825 Check that attribute values are strings, avoiding the construction
1826 of invalid dbus messages.
4e652634 1827
f35affb6
JB
18282014-02-21 Juanma Barranquero <lekktu@gmail.com>
1829
1830 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1831 defun-declarations-alist.
1832
3d136b1b
SM
18332014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1836 (bug#16829).
1837
612ddfc0
JB
18382014-02-21 Juanma Barranquero <lekktu@gmail.com>
1839
1840 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1841 (whitespace-newline, whitespace-trailing, whitespace-line)
1842 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1843 (whitespace-space-after-tab): Fix typo in docstrings.
1844
c8481b1b
DG
18452014-02-21 Dmitry Gutov <dgutov@yandex.ru>
1846
cb8f50a7
DG
1847 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1848
c8481b1b
DG
1849 * electric.el (electric-indent-functions-without-reindent):
1850 Add `yaml-indent-line'.
1851
bed5126f
JB
18522014-02-21 Juanma Barranquero <lekktu@gmail.com>
1853
34b71457
JB
1854 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1855 It has done nothing for years; should be removed after the release.
1856
bed5126f
JB
1857 * simple.el (choose-completion): Fix docstring typo.
1858 (read-quoted-char-radix): Remove unneeded * in docstring.
1859 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1860 Don't escape parentheses unnecessarily in docstrings.
1861
8dd3e94f
MR
18622014-02-21 Martin Rudalics <rudalics@gmx.at>
1863
1864 Fix handling of window-min-height/-width (Bug#16738).
3d136b1b
SM
1865 * window.el (window--dump-window, window--dump-frame):
1866 New functions.
1867 (window--min-size-1): Account for window dividers.
1868 When window-resize-pixelwise is nil, delay rounding till after the
8dd3e94f
MR
1869 sum of the window components has been calculated.
1870 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1871 nil make sure at least one text line and two text columns remain
1872 fully visible.
1873 (window-resize): Signal an error when window-resize-apply fails.
1874 (window--resize-child-windows): Fix calculation of by how many
1875 pixels a window can still be shrunk via window-new-normal.
1876 (adjust-window-trailing-edge): Call window--resizable with
1877 correct TRAIL argument.
1878
2ed94e04
MR
1879 (with-temp-buffer-window): Don't evaluate BODY within
1880 with-current-buffer (Bug#16816).
1881
0e5324c4
MA
18822014-02-21 Michael Albinus <michael.albinus@gmx.de>
1883
1884 * net/tramp.el (tramp-check-cached-permissions):
1885 Call `file-attributes' with `suffix' being a symbol but a string.
1886
48198420
DC
18872014-02-21 Daniel Colascione <dancol@dancol.org>
1888
1889 * net/dbus.el (dbus-init-bus-1): Declare new subr.
1890 (dbus-init-bus): New function: call into dbus-init-bus-1
1891 and installs a handler for the disconnect signal.
1892 (dbus-call-method): Rewrite to look for result in cons.
1893 (dbus-call-method-handler): Store result in cons.
1894 (dbus-check-event): Recognize events with nil sender as valid.
1895 (dbus-handle-bus-disconnect): New function. React to bus
1896 disconnection signal by synthesizing dbus error for each
1897 pending synchronous or asynchronous call.
1898 (dbus-notice-synchronous-call-errors): New function.
1899 (dbus-handle-event): Raise errors directly only when `dbus-debug'
1900 is true, not all the time.
1901
99e15133
JB
19022014-02-21 Juanma Barranquero <lekktu@gmail.com>
1903
e48983a6
JB
1904 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1905 Remove obsolescence declarations, these variables do not exist anymore.
1906
fdcfd745
JB
1907 * savehist.el (savehist-save-minibuffer-history)
1908 (savehist-additional-variables, savehist-file, savehist-mode-hook)
1909 (savehist-save-hook, savehist-coding-system, savehist-loaded)
1910 (savehist-load, savehist-install, savehist-autosave): Fix typos;
1911 mostly, refer to "Savehist mode" when talking about the mode,
1912 and not the function.
1913
99e15133
JB
1914 * saveplace.el (save-place): Remove redundant info in docstring.
1915 (save-place-forget-unreadable-files, toggle-save-place)
1916 (save-place-forget-unreadable-files, save-place-dired-hook):
1917 Fix typos and remove unneeded backslashes.
1918
f5bee33b
MA
19192014-02-20 Michael Albinus <michael.albinus@gmx.de>
1920
1921 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1922 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1923
1924 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
85c01f80 1925 <insert-directory>: Use `tramp-handle-insert-directory'.
f5bee33b
MA
1926 (tramp-gvfs-handle-insert-directory): Remove function.
1927
1928 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1929 Call `tramp-handle-insert-directory'.
1930
ee0761ca
JB
19312014-02-20 Juanma Barranquero <lekktu@gmail.com>
1932
1933 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1934 before the start of buffer/region (bug#16799).
1935
4d49cc65
GM
19362014-02-20 Glenn Morris <rgm@gnu.org>
1937
1938 * isearch.el (search-invisible): Doc fix.
1939
eee0d650
TK
19402014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
1941
1942 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1943 (bug#16657).
1944
94e5e202
JB
19452014-02-19 Juanma Barranquero <lekktu@gmail.com>
1946
1947 * frameset.el (frameset-restore): Delay removing an old frame's
1948 duplicate id until the new frame has been correctly created.
1949
50bfdd5d
MA
19502014-02-19 Michael Albinus <michael.albinus@gmx.de>
1951
1952 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1953 (tramp-check-cached-permissions): Call `file-attributes' if the
1954 cache is empty.
1955
1956 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
afe1e4c8 1957 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
50bfdd5d
MA
1958
1959 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
afe1e4c8 1960 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
50bfdd5d
MA
1961 (tramp-gvfs-maybe-open-connection): Set always connection
1962 properties, even if target is mounted already.
1963
1964 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1965 Set tramp-autoload cookie.
1966 (tramp-get-remote-touch): New defun.
1967 (tramp-sh-handle-set-file-times): Use it.
1968 (tramp-sh-handle-directory-files-and-attributes):
1969 Use `tramp-handle-directory-files-and-attributes' if neither stat
1970 nor perl are available on the remote host.
1971
1972 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1973 "/". Write long listing only when "l" belongs to the switches.
1974
1975 * net/trampver.el: Update release number.
1976
f097a3d2
JB
19772014-02-19 Juanma Barranquero <lekktu@gmail.com>
1978
1979 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1980
8e009b78
MR
19812014-02-19 Martin Rudalics <rudalics@gmx.at>
1982
1983 * window.el (window-state-put): Allow WINDOW to refer to an
1984 internal window (Bug#16793).
1985
95160c90
GM
19862014-02-19 Glenn Morris <rgm@gnu.org>
1987
1988 * textmodes/remember.el: Move provide statement to end.
1989 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1990 (remember-notes): Doc fixes.
1991
b28df58c
SM
19922014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * delsel.el (delete-char): Restore incorrectly erased property
1995 (bug#16795).
1996
7108e1c0
JB
19972014-02-18 Juanma Barranquero <lekktu@gmail.com>
1998
1999 * frameset.el (frameset--restore-frame): When a frame is being reused
2000 and its root window is not alive, delete all the frame's windows before
2001 restoring the window state. This works around the issue in bug#16793.
2002
c863b6ad
GM
20032014-02-18 Glenn Morris <rgm@gnu.org>
2004
a73fae1f
GM
2005 * textmodes/remember.el (remember-data-directory)
2006 (remember-directory-file-name-format, remember-store-in-files)
2007 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2008 (remember-notes-save-and-bury-buffer)
2009 (remember-notes--kill-buffer-query): Doc fixes.
2010
c863b6ad
GM
2011 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2012
29238d28
AM
20132014-02-17 Alan Mackenzie <acm@muc.de>
2014
2015 Connect electric-indent-mode up with CC Mode. Bug #15478.
b28df58c 2016 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
29238d28 2017 to electric-indent-{,local-}-mode.
b28df58c
SM
2018 (c-basic-common-init): Set electric-indent-inhibit.
2019 Initialise c-electric-flag from electric-indent-mode.
29238d28 2020 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
b28df58c 2021 New hook functions which propagate electric-indent-mode to CC mode.
29238d28
AM
2022
2023 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
b28df58c 2024 hit, toggle electric-indent-local-mode.
29238d28 2025
b28df58c
SM
2026 * electric.el (electric-indent-mode-has-been-called):
2027 New variable.
29238d28 2028
c6463340
JB
20292014-02-17 Juanma Barranquero <lekktu@gmail.com>
2030
2031 * frameset.el (frameset-cfg-id): New function.
2032 (frameset--reuse-frame, frameset-restore): Use it.
2033 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2034
94912b88
SM
20352014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2036
2037 * ido.el (ido-file-internal): Remove unused var `d'.
2038 Use \` for to match BoS. Fit within 80n columns.
2039
26ea164c
DC
20402014-02-17 Daniel Colascione <dancol@dancol.org>
2041
2042 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2043 dbus-call-method check for completion using a busy-wait loop with
2044 gradual backoff.
2045
589d1988 20462014-02-16 Michael Albinus <michael.albinus@gmx.de>
dd7691b7
MA
2047
2048 Sync with Tramp 2.2.9.
2049
2050 * net/trampver.el: Update release number.
2051
17d1b51b
DG
20522014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2053
2054 * ido.el (ido-file-internal): Don't add the name of an existing
2055 directory twice. (Bug#16747)
2056
5bcad689
GM
20572014-02-16 Glenn Morris <rgm@gnu.org>
2058
2059 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2060 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2061
20622014-02-15 Michael R. Mauger <michael@mauger.com>
9b0c01f7
MM
2063
2064 * progmodes/sql.el: Version 3.4
2065 (sql-oracle-options): New default value ("-L").
94912b88 2066 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
9b0c01f7 2067 (sql-placeholders-filter): Correct placeholder pattern.
35e951cd 2068 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
9b0c01f7
MM
2069 (sql-login-delay): New variable.
2070 (sql-product-interactive): Use it.
2071
285f1858
JB
20722014-02-15 Juanma Barranquero <lekktu@gmail.com>
2073
2074 * frameset.el (frameset--jump-to-register): Check that buffer is live
2075 (bug#16749).
2076
5d645ea4
GM
20772014-02-15 Glenn Morris <rgm@gnu.org>
2078
2079 * info.el (info-initialize): Revert 2014-01-10 change.
2080
48c4f9b1
GM
20812014-02-14 Glenn Morris <rgm@gnu.org>
2082
b8630261
GM
2083 * replace.el (map-query-replace-regexp)
2084 (read-regexp-defaults-function, read-regexp): Doc fixes.
2085
b2bf2a25
GM
2086 * dired.el (dired-read-regexp):
2087 * faces.el (list-faces-display):
2088 * misearch.el (multi-isearch-read-matching-buffers)
2089 (multi-isearch-read-matching-files):
2090 * play/cookie1.el (cookie-apropos):
2091 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2092
48c4f9b1
GM
2093 * textmodes/remember.el (remember): Use frameset-to-register
2094 rather than frame-configuration-to-register.
2095
2804e0bd
JB
20962014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2097
2098 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2099 incorrect keybinding.
2100
0b87142f
DC
21012014-02-13 Daniel Colascione <dancol@dancol.org>
2102
2103 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2104 when adding overlays so that line numbers from compiler match line
2105 numbers we use.
2106
47a73eb0
GM
21072014-02-13 Glenn Morris <rgm@gnu.org>
2108
8abcfd51
GM
2109 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2110
47a73eb0
GM
2111 * jit-lock.el (jit-lock-mode): Doc fix.
2112
c9b6b262
JB
21132014-02-13 Juanma Barranquero <lekktu@gmail.com>
2114
2115 * apropos.el (apropos-read-pattern): When the user passes an empty
2116 string, give a more helpful error message than "Wrong type
2117 argument: stringp, nil".
2118
eb4c6947
SM
21192014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2122
0dab5068
GM
21232014-02-13 Glenn Morris <rgm@gnu.org>
2124
2125 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2126
59075dcf
SM
21272014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2130 shift-select commands.
2131
5af9fbad
DG
21322014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2133
2134 * progmodes/js.el (js-indent-line): Don't widen.
2135 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2136
a215930c
GM
21372014-02-12 Glenn Morris <rgm@gnu.org>
2138
a8cb4247
GM
2139 * icomplete.el (icomplete): Add info-link to defgroup.
2140 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2141 (icomplete-minibuffer-map, icomplete-mode)
2142 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2143
a215930c
GM
2144 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2145 (package-menu-filter): Rename from package-menu-filter-interactive.
2146 Doc fix.
2147
26c5ecd9
JB
21482014-02-11 Juanma Barranquero <lekktu@gmail.com>
2149
2150 * frameset.el (frameset--jump-to-register): Select the required
2151 window and buffer before restoring position (bug#16696).
2152
fcd58a02
LI
21532014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2154
2155 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2156
bacb3380
GM
21572014-02-10 Glenn Morris <rgm@gnu.org>
2158
2159 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2160
881329dc
EZ
21612014-02-10 Eli Zaretskii <eliz@gnu.org>
2162
02328db9
EZ
2163 * w32-common-fns.el (x-get-selection): Doc fix.
2164 * select.el (x-get-selection): Doc fix. (Bug#15109)
2165
881329dc
EZ
2166 * face-remap.el (face-remap-add-relative)
2167 (face-remap-remove-relative, face-remap-reset-base)
2168 (face-remap-set-base): Call force-mode-line-update to redisplay
2169 the current buffer due to potential change in faces. (Bug#16709)
2170
c7db4c06
MA
21712014-02-10 Michael Albinus <michael.albinus@gmx.de>
2172
2173 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2174 script more robustly.
2175
6abe4589
LI
21762014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2177
7602b5c3
LI
2178 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2179
e3692ee0
LI
2180 * simple.el (choose-completion): Doc fix (bug#14160).
2181
41015524
LI
2182 * subr.el (event-start): Say what a nil EVENT value means.
2183
87c79dcb
LI
2184 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2185 (bug#14197).
2186
3ab49e2c
LI
2187 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2188
f3c60241
LI
2189 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2190
3bd1d8a8
LI
2191 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2192
6abe4589
LI
2193 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2194 predicate function (bug#15455).
2195
a11463de
DG
21962014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2197
2198 * ielm.el (inferior-emacs-lisp-mode): Instead of
2199 `comment-use-global-state', set `comment-use-syntax'.
2200
2ab0ad85
GM
22012014-02-10 Glenn Morris <rgm@gnu.org>
2202
2203 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2204
411141fb
AM
22052014-02-09 Alan Mackenzie <acm@muc.de>
2206
2207 Fix c-invalidate-state-cache on narrowed buffers.
2208 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2209 Widen when setting and clearing the CPP delimiter properties.
2210
d6d5fdf8
LI
22112014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2212
92c70367
LI
2213 * help.el (describe-bindings): Doc fix (bug#9888).
2214
468ef484
LI
2215 * files.el (save-buffer): Use ARG as the parameter name for
2216 consistency (bug#10346).
7e34193f 2217 (save-buffer): Clarify the 0 argument (bug#10346).
468ef484 2218
fc2b1ffa 2219 * cus-edit.el (customize-apropos): Fix error string.
382fd368 2220 (custom-buffer-create): Doc fix (bug#11122).
1e4a57ac 2221 (custom-sort-items): Doc fix (bug#11121).
fc2b1ffa 2222
790aceec
LI
2223 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2224
a54a7552 2225 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
c359b7bd 2226 (icomplete-simple-completing-p): Mention the previous variable.
a54a7552 2227
dd163123
LI
2228 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2229 meaning of the parameter (bug#12282).
2230
9e108fe6
LI
2231 * files.el (find-file-noselect): Clarify prompt when changing
2232 readedness (bug#13261).
5a836f58
LI
2233 (locate-file): Suffixes aren't returned, so don't say that they
2234 are (bug#12674).
2356b316 2235 (backup-inhibited): Doc clarification (bug#12525).
9e108fe6 2236
20dda930
LI
2237 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2238 before we actually start to delete things (bug#16331).
2239
d6d5fdf8
LI
2240 * subr.el (event-start): Doc fix (bug#14228).
2241 (event-end): Ditto.
2242
2abd71e5
GM
22432014-02-09 Glenn Morris <rgm@gnu.org>
2244
2245 * emacs-lisp/warnings.el (lwarn):
2246 Empower help-enable-auto-load. (Bug#15940)
2247
c1b5900b
AS
22482014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2249
2250 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2251 (Bug#16690)
2252
429b93bd
MA
22532014-02-08 Michael Albinus <michael.albinus@gmx.de>
2254
2255 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2256 Insert output at end of buffer. (Bug#16120)
2257
b772a699
LI
22582014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2259
18c6aa8c
LI
2260 * simple.el (choose-completion-string-functions): Document new
2261 calling convention (bug#14153).
54dd147a 2262 (execute-extended-command): Clarify doc string (bug#13373).
18c6aa8c 2263
dce8463b
LI
2264 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2265
b772a699 2266 * find-dired.el (find-name-dired): Doc fix (bug#14290).
8aa76c93 2267 (find-grep-dired): Doc fix (bug#14288).
b772a699 2268
2423c8d5
JL
22692014-02-08 Juri Linkov <juri@jurta.org>
2270
2271 * isearch.el (isearch-quote-char): Check character validity
2272 like in `quoted-insert' (bug#16677).
2273
518f26c2
LI
22742014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2275
893cc908
LI
2276 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2277
9165ffc0
LI
2278 * isearch.el (isearch-hide-immediately): Doc clarification
2279 (bug#14723).
2280
6ef4f3ce
LI
2281 * simple.el (line-move): Document utility function used many
2282 places in the Emacs sources (bug#14843).
2283
be58a238 2284 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
8cff064c 2285 (dired-prev-marked-file): Doc fix (bug#14855).
574e477f 2286 (dired-up-directory): Doc fix (bug#14848).
be58a238 2287
dd7aafbb
LI
2288 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2289
15cb9968
LI
2290 * files.el (file-relative-name): Doc fix (bug#15159).
2291
9788effd
LI
2292 * fringe.el (fringe-styles): Doc fix (bug#15239).
2293
c96411bd
LI
2294 * isearch.el (isearch-filter-predicate): Documentation typo fix
2295 (bug#15474).
2296
ea838c36
LI
2297 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2298
0d8a4ae7
LI
2299 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2300
f7a17bb3
LI
2301 * replace.el (replace-match-maybe-edit): Doc clarification
2302 (bug#15632).
2303
1bde5c3b
LI
2304 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2305
518f26c2
LI
2306 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2307
dd8e49fd
GM
23082014-02-08 Glenn Morris <rgm@gnu.org>
2309
2310 * help-fns.el (describe-variable):
2311 Check {file,dir}-local-variables-alist, and buffer-file-name,
2312 in the correct buffer.
2313
7e088b29
IL
23142014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2315
2316 * help-fns.el (describe-variable): Fix the case where
2317 a value is directory-local with no dir-locals file. (Bug#16635)
2318
41a4a82f
GM
23192014-02-08 Glenn Morris <rgm@gnu.org>
2320
2321 * abbrev.el (edit-abbrevs-mode):
2322 Derive from fundamental-mode. (Bug#16682)
2323
e255a703
JB
23242014-02-07 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * simple.el (quoted-insert): Check character validity (bug#16677).
2327
c99cf5ee
JL
23282014-02-07 Juri Linkov <juri@jurta.org>
2329
2330 * desktop.el (desktop-read): Claim the lock when the owner is not
2331 the current process. (Bug#16157)
2332
7d7a68d8
JL
23332014-02-07 Juri Linkov <juri@jurta.org>
2334
2335 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2336 to "\\` ". (Bug#16651)
2337
2b777cd9
JL
23382014-02-07 Juri Linkov <juri@jurta.org>
2339
2340 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2341 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2342 (desktop-auto-save-cancel-timer): New function with some code from
2343 `desktop-auto-save-set-timer'.
2344 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2345 Instead of setting `desktop-save-mode' to nil, call
2346 `desktop-save-mode' with arg 0. (Bug#16630)
2347
60eabbb9
GM
23482014-02-07 Glenn Morris <rgm@gnu.org>
2349
99cf3859
GM
2350 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2351 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2352 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2353
2b568bc9
GM
2354 * obsolete/iswitchb.el: Move to obsolete/.
2355 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2356 since obsolete/ is not scanned for autoloads.
2357 * emacs-lisp/authors.el (authors-valid-file-names):
2358 Add iswitchb.el.
2359
60eabbb9
GM
2360 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2361 Disable now non-functional find-file-hook.
2362
629de968
MA
23632014-02-06 Michael Albinus <michael.albinus@gmx.de>
2364
2365 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2366 instead of ";" in order to avoid additional prompts. Let heredoc
2367 scripts read from tty. (Bug#16582)
2368 (tramp-send-command): No special handling of heredocs, it isn't
2369 necessary anymore.
2370
29127376
SM
23712014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2374 with a space (bug#16664). Limit the symbols considered to the ones
2375 that are bound or fbound (bug#16646).
2376
79b6e0a9
GM
23772014-02-06 Glenn Morris <rgm@gnu.org>
2378
2379 * epa.el (epa-mail-aliases): Doc fix.
2380
a333e4d2
DG
23812014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2382
29127376
SM
2383 * emacs-lisp/lisp.el (lisp-completion-at-point):
2384 Use `completion-table-merge' instead of `completion-table-in-turn'
a333e4d2
DG
2385 (bug#16604).
2386
2387 * minibuffer.el (completion-table-merge): New function.
2388
9a83b32b
MA
23892014-02-05 Michael Albinus <michael.albinus@gmx.de>
2390
2391 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2392 (tramp-sh-handle-set-file-acl)
2393 (tramp-sh-handle-start-file-process)
2394 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2395 (tramp-find-executable, tramp-send-command): Use it.
2396
451ea3e6
GM
23972014-02-05 Glenn Morris <rgm@gnu.org>
2398
9a83b32b 2399 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
451ea3e6 2400
dd27d13b
FEG
24012014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2402
35e951cd 2403 * progmodes/python.el (python-shell-send-string)
dd27d13b
FEG
2404 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2405
08e41897
AL
24062014-02-04 Anders Lindgren <andlind@gmail.com>
2407
2408 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2409 the names (bug#16620).
2410
764ec9e5
MR
24112014-02-03 Martin Rudalics <rudalics@gmx.at>
2412
08e41897
AL
2413 * faces.el (window-divider): New default value. Rewrite doc-string.
2414 (window-divider-first-pixel, window-divider-last-pixel): New faces.
764ec9e5 2415
6da8227c
DG
24162014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2417
2418 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2419 `protected' and `public' can also be called without arguments.
2420
6a6b8e40
GM
24212014-02-03 Glenn Morris <rgm@gnu.org>
2422
7bcbca40
GM
2423 * register.el (window-configuration-to-register)
2424 (frame-configuration-to-register): Unadvertise unused argument.
2425 * frameset.el (frameset-to-register): Remove unused argument.
2426
719d965d 2427 * frameset.el (frameset-to-register):
6a6b8e40
GM
2428 * kmacro.el (kmacro-to-register):
2429 * register.el (increment-register):
2430 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2431 (calc-append-to-register, calc-prepend-to-register):
2432 * play/gametree.el (gametree-layout-to-register)
2433 (gametree-apply-register-layout):
2434 * textmodes/picture.el (picture-clear-rectangle-to-register)
2435 (picture-yank-rectangle-from-register):
2436 * vc/emerge.el (emerge-combine-versions-register):
2437 Use register-read-with-preview to read registers.
2438
5dca7759
JT
24392014-02-03 João Távora <joaotavora@gmail.com>
2440
2441 * elec-pair.el (electric-pair-backward-delete-char): Don't error
2442 when at beginning of (possibly narrowed) buffer.
2443
709085b9
DC
24442014-02-02 Daniel Colascione <dancol@dancol.org>
2445
c295fc18 2446 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
08e41897 2447 Also try to display local help from just before point.
709085b9 2448
99f7b0a6
AM
24492014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
2450
2451 c-parse-state. Don't "append-lower-brace-pair" in certain
2452 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
2453 recognised as a comment.
2454
2455 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2456 as well as normal comment starter.
2457 (c-parse-state-get-strategy): Extra return possibility
2458 'back-and-forward.
2459 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2460 return value list to indicate replacement of a brace-pair cons
2461 with its car.
2462 (c-parse-state-1): With 'back-and-forward, only call
2463 c-append-lower-brace-pair-to state-cache when cons-separated.
2464
f0a10576
JD
24652014-02-02 Jan Djärv <jan.h.d@swipnet.se>
2466
2467 * term/ns-win.el (ns-suspend-error): New function.
2468 (ns-initialize-window-system): Add ns-suspend-error to
2469 suspend-hook (Bug#16612).
2470
b8d552c2
DC
24712014-02-02 Daniel Colascione <dancol@dancol.org>
2472
35e951cd
JB
2473 * progmodes/cc-defs.el (c-find-assignment-for-mode):
2474 Make loading cc-mode silent.
b8d552c2 2475
f2b7d123
DC
24762014-02-02 Daniel Colascione <dancol@dancol.org>
2477
35e951cd
JB
2478 * comint.el (comint-prompt-read-only): Change doc to suggest
2479 remap keybinding.
f2b7d123 2480
4472a196
GM
24812014-02-02 Glenn Morris <rgm@gnu.org>
2482
2483 * register.el (register-read-with-preview, point-to-register)
2484 (window-configuration-to-register, frame-configuration-to-register)
2485 (jump-to-register, number-to-register, view-register, insert-register)
2486 (copy-to-register, append-to-register, prepend-to-register)
2487 (copy-rectangle-to-register): Doc fixes.
2488
70e5a261
SM
24892014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2492 * emacs-lisp/find-func.el (find-function-C-source): Idem.
2493 * emacs-lisp/nadvice.el (advice--cd*r): New function.
2494 * help-fns.el (describe-function-1): Use it.
2495
7c324762
GM
24962014-02-02 Glenn Morris <rgm@gnu.org>
2497
2498 * register.el (register-preview-default): New function,
2499 split from register-preview.
2500 (register-preview-function): Rename from register-preview-functions,
2501 make it not a hook.
2502 (register-preview): Use register-preview-function.
2503 (register-read-with-preview): Error on non-character event. (Bug#16595)
2504
a09beb3d
DG
25052014-02-01 Dmitry Gutov <dgutov@yandex.ru>
2506
2507 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2508 `:' before binary operators (bug#16609). Don't check for `:'
2509 before `[' and `(', or their syntax status. A percent literal
2510 can't end with either.
68e004e0
DG
2511 (ruby-font-lock-keywords): For built-ins that require arguments,
2512 check that they're followed by something that looks like argument
2513 (bug#16610).
a09beb3d 2514
ed4d2875
LI
25152014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2516
2517 * subr.el (butlast): Document what an omitted N means (bug#13437).
2518 (nbutlast): Ditto.
2519
dba6e3ec
LI
25202014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2521
2522 * net/shr.el (shr-generic): Make into a defsubst to make the stack
2523 depth shallower (bug#16587).
cc477daa
LI
2524 (shr-tag-svg): Respect `shr-inhibit-images'.
2525 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
dba6e3ec 2526
e2a67bd0
DG
25272014-01-31 Dmitry Gutov <dgutov@yandex.ru>
2528
2529 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2530 (ruby-smie-grammar): Make "." right-associative. Make its priority
2531 lower than the ternary and all binary operators.
2532 (ruby-smie-rules): Indent "(" relative to the first non-"."
70e5a261
SM
2533 parent, or the first "." parent at indentation.
2534 Use `ruby-align-chained-calls' for indentation of "." tokens.
e2a67bd0
DG
2535 (Bug#16593)
2536
bd21bf41
JL
25372014-01-31 Juri Linkov <juri@jurta.org>
2538
2539 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2540 from `make-hash-table'.
2541
2542 * textmodes/ispell.el (ispell-init-process): Change message format
2543 to be consistent with other messages.
2544
b7e615b9
GM
25452014-01-31 Glenn Morris <rgm@gnu.org>
2546
a69ecd19
GM
2547 * delsel.el (delete-selection-mode): Doc fix.
2548
9997d7e3
GM
2549 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2550 (trace-function-background): Doc fixes.
2551
fbb764b8
GM
2552 * ido.el (ido-use-virtual-buffers): Doc fix.
2553 Reset :version, since the default value has not changed.
2554
da942af1
GM
2555 * register.el (register-preview-delay, register-read-with-preview):
2556 Doc fixes.
2557
b7e615b9
GM
2558 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2559 do not mess with mail-buffer position (fixes 2009-11-03 change).
2560 * progmodes/cc-mode.el (c-submit-bug-report):
2561 Check auto-fill-mode is bound. (Bug#16592)
2562
0a25002d
DH
25632014-01-31 Darren Hoo <darren.hoo@gmail.com>
2564
2565 * startup.el (fancy-splash-image-file): New function,
2566 split from fancy-splash-head.
2567 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2568 so that we are both using the same image. (Bug#16574)
2569
ad78f432
GM
25702014-01-30 Glenn Morris <rgm@gnu.org>
2571
6bbc0c84
GM
2572 * simple.el (eval-expression): Doc fix.
2573
ad78f432
GM
2574 * hexl.el (hexl-mode-hook):
2575 * ielm.el (ielm-mode-hook):
2576 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2577 (lisp-interaction-mode-hook):
20f39add 2578 * progmodes/cfengine.el (cfengine3-documentation-function):
ad78f432
GM
2579 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2580
7b2f049c
SM
25812014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2582
2583 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2584 is a symbol (bug#16584).
2585
0c633f13
GM
25862014-01-30 Glenn Morris <rgm@gnu.org>
2587
2588 * help.el (help-for-help-internal): Add "P" to text.
2589
5e61c1ef
GM
25902014-01-29 Glenn Morris <rgm@gnu.org>
2591
2592 * simple.el (just-one-space, cycle-spacing): Doc fixes.
2593
1dcb169c
MR
25942014-01-28 Martin Rudalics <rudalics@gmx.at>
2595
2596 * window.el (fit-frame-to-buffer): Fix calculations for margins and
2597 height constraints.
2598
a9128931
LL
25992014-01-28 Luke Lee <luke.yx.lee@gmail.com>
2600
2601 * progmodes/hideif.el: Extend to full CPP expression syntax.
2602 (hif-token-alist): Add missing tokens.
2603 (hif-token-regexp): Add support for float/octal/hex immediates.
2604 (hif-string-literal-regexp): New const.
2605 (hif-tokenize): Recognize strings and float/octal/hex immediates.
2606 (hif-exprlist): New function.
2607 (hif-parse-if-exp): Use it.
2608 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2609 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2610 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2611 (hif-logxor, hif-comma): New functions.
2612
a22359a7
GM
26132014-01-28 Glenn Morris <rgm@gnu.org>
2614
793ffe81
GM
2615 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2616
e3bd7eed
GM
2617 * indent.el (tab-stop-list): Doc fix. Add :version.
2618
a22359a7
GM
2619 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2620 (cvs-append-to-ignore): Add compatibility alias.
2621
52695556 26222014-01-27 Glenn Morris <rgm@gnu.org>
d269bb99 2623
bac524e0
GM
2624 * dired.el (dired-hide-details-mode): Don't autoload it,
2625 since it cannot be used outside Dired buffers anyway.
2626
52695556 2627 * emulation/cua-base.el (cua-mode): Doc fix.
d269bb99 2628
52695556
GM
2629 * dired.el (dired-hide-details-hide-symlink-targets)
2630 (dired-hide-details-hide-information-lines)
2631 (dired-hide-details-mode): Doc fixes.
ece4bae5
GM
2632
2633 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2634 * strokes.el (strokes-file): Doc fix. Bump :version.
2635 (strokes-help): Doc fix.
2636 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2637 * emulation/viper.el (viper): Doc fix for custom group.
2638 (top-level): Remove oh-so-no-longer-relevant text about vip.
2639 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2640
2641 * ido.el (ido-save-directory-list-file):
2642 * saveplace.el (save-place-file):
2643 * calendar/timeclock.el (timeclock-file):
2644 * net/quickurl.el (quickurl-url-file):
2645 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2646 * progmodes/idlwave.el (idlwave-config-directory):
2647 * textmodes/remember.el (remember-data-file):
2648 Bump :version.
2649
169d6004
GM
26502014-01-26 Glenn Morris <rgm@gnu.org>
2651
de6a923b
GM
2652 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2653 Doc fix. Make obsolete.
2654 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2655
169d6004
GM
2656 * sort.el (delete-duplicate-lines): Doc fix.
2657
ed85dee6
RS
26582014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2659
2660 * progmodes/ada-mode.el (ada):
2661 * woman.el (woman): Link to info manual and Commentary section.
2662
2663 * progmodes/flymake.el (flymake):
2664 * nxml/nxml-mode.el (nxml):
2665 * net/eww.el (eww):
2666 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2667 * htmlfontify.el (htmlfontify):
2668 * ses.el (ses):
2669 * epa.el (epa):
2670 * ido.el (ido): Link to info manual.
2671
e0c67e1d
LL
26722014-01-25 Leo Liu <sdl.web@gmail.com>
2673
2674 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2675
35408b1a
AS
26762014-01-25 Adam Sjøgren <asjo@koldfront.dk>
2677
2678 * net/shr.el (shr-tag-img): Prefer the title over the alt text
2679 (bug#16537).
2680
76c3fa95
JB
26812014-01-24 Juanma Barranquero <lekktu@gmail.com>
2682
f77c7a99
JB
2683 * net/eww.el (eww-download-callback):
2684 Fix reference to eww-download-directory.
2685
76c3fa95
JB
2686 * emacs-lisp/bytecomp.el (byte-compile-file):
2687 Remove unused local variable `file-name'.
2688
1e548e40
GM
26892014-01-24 Glenn Morris <rgm@gnu.org>
2690
03f3b318
GM
2691 * woman.el (woman-default-faces, woman-monochrome-faces):
2692 Fix obsolescence specification.
2693
1e548e40
GM
2694 * subr.el (with-demoted-errors): Doc fix.
2695
d4f0427b
SM
26962014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2697
2698 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2699 (cl--macroexp-fboundp): New function.
2700 (cl--make-type-test): Use it.
2701
1670e27f
GM
27022014-01-23 Glenn Morris <rgm@gnu.org>
2703
2704 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2705 * simple.el (eval-expression): Doc fixes.
2706
80efa207
GM
27072014-01-22 Glenn Morris <rgm@gnu.org>
2708
2709 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2710
29afcbab
SM
27112014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2712
2713 * emacs-lisp/package.el: Write files silently.
2714 (package-autoload-ensure-default-file, package--write-file-no-coding)
2715 (package-generate-description-file, package--download-one-archive)
2716 (package-install-from-archive): Tell `write-region' to stay quiet.
2717 (package-menu-mode, package-menu--print-info): Omit the Archive column
2718 if there's only one archive.
2719 (package-all-keywords, package--has-keyword-p): Remove dead code.
2720
2a5bce4f
GM
27212014-01-22 Glenn Morris <rgm@gnu.org>
2722
edace89f
GM
2723 * version.el (emacs-bzr-version-bzr): Fix typo.
2724
2a5bce4f
GM
2725 * version.el (emacs-repository-get-version):
2726 Check either .bzr or .git, but not both.
2727 Make the git case actually use the DIR argument, and return nil
2728 rather than the empty string.
983664c0 2729 Avoid error if .git exists but the git executable is not found.
2a5bce4f 2730
6cb4da45
MR
27312014-01-22 Martin Rudalics <rudalics@gmx.at>
2732
2733 Fixes in window size functions around Bug#16430 and Bug#16470.
29afcbab
SM
2734 * window.el (window-total-size, window-size): New argument ROUND.
2735 (window--min-delta-1, window-min-delta, window--max-delta-1):
2736 Be more conservative when calculating the numbers of lines or
6cb4da45
MR
2737 columns a window can shrink (Bug#16430).
2738 (fit-window-to-buffer): Simplify code.
2739 * term.el (term-window-width): Call window-body-width again.
2740
cc0f2ece
GM
27412014-01-22 Glenn Morris <rgm@gnu.org>
2742
7b997b14
GM
2743 * image.el (image-format-suffixes): Doc fix.
2744
44e76f9d
GM
2745 * international/quail.el (quail-define-package): Doc fix.
2746
35e951cd 2747 * emacs-lisp/authors.el (authors-valid-file-names)
73c1c6d7 2748 (authors-renamed-files-alist): Additions.
7bfc1caa 2749
85a5f61f
GM
2750 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2751 reverts 2014-01-09 change. (Bug#16422)
2752
cc0f2ece
GM
2753 * calc/calc-embed.el (thing-at-point-looking-at):
2754 * emacs-lisp/map-ynp.el (x-popup-dialog):
2755 * obsolete/lmenu.el (x-popup-dialog):
2756 * emacs-lisp/package.el (url-recreate-url):
2757 * mail/mailclient.el (clipboard-kill-ring-save):
2758 * subr.el (x-popup-dialog): Update declaration.
2759 * mail/rmail.el (rmail-mime-message-p):
2760 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2761
00d2a6bb
DC
27622014-01-21 Daniel Colascione <dancol@dancol.org>
2763
2764 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2765 Correctly detect when we're inside an arithmetic expansion form
2766 containing nested parenthesis.
c295fc18 2767 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
00d2a6bb
DC
2768 to detect cases where we shouldn't expand "<<" to a heredoc
2769 skeleton.
2770
dd9d2e9d
SM
27712014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2774 (eldoc--message-command-p): New function.
2775 (eldoc-display-message-p): Use it.
2776 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2777 message is not automatically erased for us.
2778 (eldoc-print-current-symbol-info): Erase previous message, if any.
2779
e7d807ca
TH
27802014-01-21 Tassilo Horn <tsdh@gnu.org>
2781
4ff0a0e5
TH
2782 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2783 specify it's an interactive function.
2784
dd9d2e9d
SM
2785 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2786 Fix regex used for scanning for citation keys which failed for
e7d807ca
TH
2787 citations with optional arguments.
2788
87503791
LL
27892014-01-21 Leo Liu <sdl.web@gmail.com>
2790
2791 * simple.el (read--expression): Don't enable eldoc-mode.
2792
6cc750ee
SM
27932014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * simple.el (move-beginning-of-line): Make sure we don't move forward
2796 (bug#16497).
2797
71f16bda
JL
27982014-01-20 Juri Linkov <juri@jurta.org>
2799
2800 * saveplace.el (toggle-save-place, save-place-to-alist)
2801 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2802 'dired-mode) before checking for dired-directory. (Bug#16477)
2803
3c5a4839
JL
28042014-01-20 Juri Linkov <juri@jurta.org>
2805
2806 * indent.el (indent-line-to): Use backward-to-indentation
2807 instead of back-to-indentation. (Bug#16461)
2808
f952002e
PE
28092014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2810
2811 Revert some of the CANNOT_DUMP fix (Bug#16494).
2812 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2813 but fixing this can wait until after the next release.
2814 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2815
93675500
MA
28162014-01-19 Michael Albinus <michael.albinus@gmx.de>
2817
2818 * eshell/esh-mode.el (eshell-password-prompt-regexp):
2819 Use `password-word-equivalents'.
2820 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2821 to t. (Bug#5664, Bug#13124)
2822
e3af763f
AM
28232014-01-19 Alan Mackenzie <acm@muc.de>
2824
2825 Bind open-paren-in-column-0-is-defun-start to nil at some entry
2826 points.
2827 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3fcfc4ee 2828 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
e3af763f
AM
2829 * progmodes/cc-mode.el (c-before-change, c-after-change)
2830 (c-font-lock-fontify-region): Bind it here.
2831
4ff6d92d
MR
28322014-01-19 Martin Rudalics <rudalics@gmx.at>
2833
2834 * term.el (term-window-width): Call window-text-width instead of
2835 window-width (Bug#16470).
2836
9a685cf6
PE
28372014-01-18 Paul Eggert <eggert@cs.ucla.edu>
2838
2839 * simple.el (password-word-equivalents): Remove duplicates.
2840 Sort, to make this easier next time.
2841 Downcase. Omit ": " after "jelszó".
2842
5aa78c2d
JD
28432014-01-18 Jan Djärv <jan.h.d@swipnet.se>
2844
2845 * term/common-win.el (saved-region-selection): Defvar it.
2846 (x-select-text): Set saved-region-selection (Bug#16382).
2847
cabb250c
GM
28482014-01-18 Glenn Morris <rgm@gnu.org>
2849
2850 * emacs-lisp/authors.el (authors-aliases)
2851 (authors-renamed-files-alist): Add some entries.
2852
a1340440
MA
28532014-01-17 Michael Albinus <michael.albinus@gmx.de>
2854
93675500
MA
2855 * net/tramp.el (tramp-password-prompt-regexp):
2856 Use `password-word-equivalents' if available.
a1340440
MA
2857 (tramp-action-password, tramp-process-one-action)
2858 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2859
681ce5d2
CY
28602014-01-17 Chong Yidong <cyd@gnu.org>
2861
2862 * simple.el (password-word-equivalents): New defcustom.
2863 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2864 to 24.4.
2865 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2866 to t. (Bug#13124)
2867
fb3d479c
DG
28682014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2869
2870 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
dd9d2e9d
SM
2871 (ruby-align-to-stmt-keywords): Change the default value.
2872 Use `ruby-alignable-keywords' to generate the possible customization
fb3d479c
DG
2873 choices.
2874 (ruby-smie-rules): Instead of using a hardcoded list of alignable
2875 keywords, check against the value of `ruby-alignable-keywords'
2876 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2877
0d613483
GM
28782014-01-17 Glenn Morris <rgm@gnu.org>
2879
fc23fe2d
GM
2880 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2881
0d613483 2882 Make M-x authors return zero *Authors Errors* from current logs.
35e951cd 2883 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
0d613483
GM
2884 (authors-ignored-files): Add some entries, remove others.
2885 (authors-ambiguous-files, authors-valid-file-names):
2886 Add some entries.
2887 (authors-renamed-files-alist): Add, remove, and adjust entries.
2888 (authors-renamed-files-regexps): Add some entries.
2889 Remove some very broad ones. Make some entries `lax'.
2890 (authors-lax-changelogs): New constant.
2891 (authors-disambiguate-file-name): Treat top-level specially.
2892 (authors-lax-changelog-p): New function.
2893 (authors-canonical-file-name): Check file as written against
2894 authors-valid-file-names. Do not special-case etc/.
2895 Handle `lax' logs and authors-renamed-files-regexps elements.
2896
2dbf4ffd
DG
28972014-01-16 Dmitry Gutov <dgutov@yandex.ru>
2898
2899 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
39903fd1
DG
2900 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
2901 callers.
2dbf4ffd 2902
87b2a7f2
SM
29032014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2906 Assume we're already in the proper buffer.
2907 Inspired by Anders Lindgren <andlind@gmail.com>.
2908 (follow-post-command-hook): Call it from the right buffer.
2909 (follow-comint-scroll-to-bottom): Adjust call.
2910 (follow-all-followers): Use get-buffer-window-list.
2911
93acfb0e
DC
29122014-01-15 Daniel Colascione <dancol@dancol.org>
2913
2914 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2915 `buffer-file-name' in interactive-form so that we don't leave
2916 pathless file names in `file-name-history'.
2917
ccc6b208
JL
29182014-01-15 Juri Linkov <juri@jurta.org>
2919
2920 * indent.el (indent-rigidly): Set deactivate-mark to nil
2921 in transient indentation mode. (Bug#16438)
2922
5c92e00d
DG
29232014-01-15 Dmitry Gutov <dgutov@yandex.ru>
2924
2925 * emacs-lisp/package.el (package-desc-keywords): New function
2926 (Bug#16222).
2927 (describe-package-1, package-all-keywords)
2928 (package--has-keyword-p): Use it.
2929
dac69660
NR
29302014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2931
2932 * simple.el (define-alternatives): When creating the
2933 COMMAND-alternatives variable, assign COMMAND as its definition
2934 name so that `describe-variable' can relocate it.
2935
8b63edf8
ML
29362014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
2937
2938 * font-lock.el (font-lock-keywords): Fix typo in docstring
2939 (bug#16307).
2940
c6a0b8eb
AM
29412014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2942
2943 * ispell.el (ispell-region): Reset `in-comment' for new line
2944 instead of wrongly reset `add-coment' (bug#13577).
2945
02bf443d
DU
29462014-01-14 Daiki Ueno <ueno@gnu.org>
2947
2948 * epa-file.el (epa-file-write-region): Encode the region according
2949 to `buffer-file-format'. Problem reported at:
2950 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2951
fd7fde15
SM
29522014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2953
2954 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2955 so it applies in the right buffer (bug#16410).
2956
c176054f
DC
29572014-01-13 Daniel Colascione <dancol@dancol.org>
2958
2959 * textmodes/rst.el (rst-define-key): Provide deprecated
2960 keybindings through named functions instead of anonymous ones so
2961 that "??" doesn't appear in describe-mode output.
2962
e3f33e5d
BG
29632014-01-13 Bastien Guerry <bzg@gnu.org>
2964
2965 * simple.el (define-alternatives): Call the selected command
2966 interactively. When setting `COMMAND--implementation' for the
2967 first time, tell the user how to chose another implementation.
2968 Enhance the docstring.
2969
c055d654
SM
29702014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2973 (log-edit--match-first-line): New function.
2974 (log-edit-font-lock-keywords): Use it.
2975 (log-edit-mode): Make jit-lock-defer-multiline work.
2976
d791cc3b
BG
29772014-01-13 Bastien Guerry <bzg@gnu.org>
2978
2979 * rect.el (rectangle-mark-mode): When the region is not active,
2980 display a message saying that the mark as been set and that
2981 rectangle mode is in use.
2982 (rectangle--highlight-for-redisplay): Only put an overlay with a
2983 visible vertical bar when (display-graphic-p) is non-nil.
2984 This partially fixes Bug#16403.
2985
3c0c4562
JL
29862014-01-13 Juri Linkov <juri@jurta.org>
2987
2988 * info.el (Info-find-file): Go to DIR before displaying the error
2989 about a nonexistent file if no previous Info file is visited.
2990 Use `user-error' instead of `error' for "Info file %s does not exist".
2991 (Info-find-node-2): In case of a nonexistent node in unwind forms
2992 go to the Top node if there is no previous node to revert to.
2993 (Bug#16405)
2994
25a700d0
MR
29952014-01-13 Martin Rudalics <rudalics@gmx.at>
2996
2997 fit-frame/window-to-buffer code fixes including one for Bug#14096.
c055d654
SM
2998 * window.el (fit-frame-to-buffer): Fix doc-string.
2999 Respect window-min-height/-width. Fit pixelwise when
25a700d0
MR
3000 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3001 when avoiding that frame goes partially off-screen.
3002 (fit-window-to-buffer): Respect window-min-height/-width
3003 (Bug#14096).
3004
6ae948d8
SM
30052014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3006
3007 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3008 after an empty line.
3009
6137cb82
SM
30102014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3011
3012 * net/shr.el (shr-render-region): Autoload.
3013
e6344e17
XF
30142014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3015
3016 * net/eww.el (eww-download-directory): Rename from
3017 `eww-download-path' (Bug#16419).
3018
3b922c70
LL
30192014-01-12 Leo Liu <sdl.web@gmail.com>
3020
3021 * dired-x.el (dired-mode-map): Fix last change.
3022
3023 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3024
4fa51741
PE
30252014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3026
3027 Spelling fixes.
3028 * emacs-lisp/generic.el (generic--normalize-comments):
3029 Rename from generic--normalise-comments. All uses changed.
35e951cd 3030 * play/bubbles.el (bubbles--neighborhood-score)
4fa51741
PE
3031 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3032 (bubbles--neighborhood-available)
3033 (bubbles--update-neighborhood-score):
3034 Rename from names with 'neighbourhood'. All uses changed.
3035
9b335362
LL
30362014-01-12 Leo Liu <sdl.web@gmail.com>
3037
3038 Re-implement the feature of showing eldoc info after editing.
3039 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3040 (eldoc-edit-message-commands): New function.
3041 (eldoc-print-after-edit): New variable.
3042 (eldoc-pre-command-refresh-echo-area): Emit message only by
3043 eldoc-message-commands.
3044 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3045 if eldoc-print-after-edit is set. (Bug#16346)
79b61bcc 3046 * simple.el (read--expression): Enable eldoc-mode.
6137cb82 3047 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
9b335362 3048
e2a095b1
GM
30492014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3050 Eric S. Raymond <esr@thyrsus.com>
9685190b 3051
841a6d0c 3052 * version.el (emacs-repository-get-version): Enhance so the
6137cb82 3053 function works correctly in either a Bazaar or Git repo.
0abf4134 3054
e2a095b1
GM
30552014-01-11 Eric S. Raymond <esr@thyrsus.com>
3056
6137cb82
SM
3057 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3058 Goes with removal of the joke manpages from /etc.
9685190b 3059
c295fc18 30602014-01-10 Kenichi Handa <handa@gnu.org>
3923e7bd 3061
6137cb82
SM
3062 * mail/rmail.el (rmail-get-coding-system):
3063 Check rmail-get-coding-function before "funcall"ing it.
3923e7bd 3064
d2f16e93
GM
30652014-01-10 Glenn Morris <rgm@gnu.org>
3066
3067 * emacs-lisp/authors.el (authors-fixed-entries):
3068 Update for files that no longer exist.
3069
7e03bb32
ER
30702014-01-10 Eric S. Raymond <esr@thyrsus.com>
3071
3072 * version.el (emacs-bzr-get-version): Restore compatibilty with
d2f16e93 3073 24.3 (Tested).
7e03bb32 3074
dd806710
BB
30752014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3076
3077 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3078 and Podfile.
3079
ed6ec139
EZ
30802014-01-10 Eli Zaretskii <eliz@gnu.org>
3081
3082 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3083
cc33cac9
CY
30842014-01-10 Chong Yidong <cyd@gnu.org>
3085
6137cb82 3086 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
cc33cac9 3087
d9d836b5
AL
30882014-01-10 Anders Lindgren <andlind@gmail.com>
3089
3090 * follow.el (follow-cache-command-list): Include right-char and
3091 left-char.
3092
06827ec8
PE
30932014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3094
3095 Spelling fixes.
3096 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3097 * woman.el (woman-mark-horizontal-position):
3098 Rename from woman-mark-horizonal-position. Use changed.
3099
458dbf5e
GM
31002014-01-10 Glenn Morris <rgm@gnu.org>
3101
dad6fae7
GM
3102 * info.el (info-initialize): If running uninstalled, ensure our
3103 own info files are always found first, even if INFOPATH is set.
3104
458dbf5e
GM
3105 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3106
05e0afce
DE
31072014-01-09 David Engster <deng@randomsample.de>
3108
3109 * emacs-lisp/eieio-custom.el:
3110 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3111 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3112 * emacs-lisp/eieio.el: Regenerate autoloads.
3113
f29778b3
ER
31142014-01-09 Eric S. Raymond <esr@thyrsus.com>
3115
3116 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
fb14cb48 3117 following renames. (Bug#8756)
f29778b3 3118
684d44ef
SM
31192014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3120
3121 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3122 (bug#16382).
3123 (activate-mark): Add `no-tmm' argument.
3124 (set-mark, push-mark-command): Use it instead of running
3125 activate-mark-hook by hand.
3126
9475054f
ER
31272014-01-08 Eric S. Raymond <esr@thyrsus.com>
3128
3129 In preparation for the move to git, sanitize out some
3130 Bazaar-specific names.
3131
38942b9c
GM
3132 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3133
9475054f 3134 * version.el (emacs-bzr-version): Name changed to
689c9ca5 3135 emacs-repository-version. Obsolete-variable alias made.
9475054f 3136 * loadup.el: Follow through on this name change.
a12bf61e 3137 * mail/emacsbug.el (report-emacs-bug): Factor out any
9475054f
ER
3138 assumption about the version control system in use.
3139
0f918d96 31402014-01-08 David Engster <deng@randomsample.de>
abb82152 3141
684d44ef
SM
3142 * help-fns.el (help-fns-describe-function-functions):
3143 New variable to call functions for augmenting help buffers.
abb82152
DE
3144 (describe-function-1): Remove explicit calls to
3145 `help-fns--compiler-macro', `help-fns--parent-mode' and
0f918d96
DE
3146 `help-fns--obsolete'. Put them in above new variable instead, and
3147 call them through `run-hook-with-args'.
3148 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3149 `eieio-describe-class'. Not meant for interactive use anymore,
3150 but to augment existing help buffers. Remove optional second
684d44ef
SM
3151 argument. Create proper button for file location.
3152 Rewrite function to use `insert' instead of `princ' and `prin1' where
0f918d96
DE
3153 possible.
3154 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3155 (eieio-method-def, eieio-class-def): Move further up.
684d44ef
SM
3156 (describe-method, describe-generic, eieio-describe-method):
3157 Remove aliases.
0f918d96
DE
3158 (eieio-help-constructor, eieio-help-generic): Rename from
3159 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3160 Rewrite to use `insert' in the current buffer and use proper help
3161 buttons.
3162 (eieio-help-find-method-definition)
3163 (eieio-help-find-class-definition): Also accept symbols as
3164 arguments.
3165 (eieio-help-mode-augmentation-maybee): Remove.
3166 (eieio-describe-class-sb): Use `describe-function'.
684d44ef
SM
3167 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3168 Add `eieio-help-generic' and `eieio-help-constructor'.
abb82152 3169
136b74c5
PE
31702014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3171
3172 Spelling fixes.
3173 * language/china-util.el (hz-ascii-designation):
3174 Rename from hz-ascii-designnation.
3175 (hz-ascii-designation): Rename from hz-ascii-designnation.
3176 All uses changed.
3177
ec6c7de2
SM
31782014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3179
3180 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3181 package-alist.
3182
d6262c7c
BG
31832014-01-08 Bastien Guerry <bzg@gnu.org>
3184
4b9e6087
GM
3185 * emacs-lisp/package.el (package-delete):
3186 Correctly delete the package from package-alist.
d6262c7c 3187
0a3eec32
DU
31882014-01-08 Daiki Ueno <ueno@gnu.org>
3189
3190 * emacs-lisp/package.el (url-recreate-url): Declare.
3191 (url-http-target-url): Declare.
4b9e6087 3192 (package-handle-response): Include requested URL in the error message.
0a3eec32
DU
3193 (package--check-signature): Don't re-signal errors from
3194 package--with-work-buffer. Suggested by Stefan Monnier.
3195
68f0bb97
BG
31962014-01-07 Bastien Guerry <bzg@gnu.org>
3197
3198 * minibuffer.el (completion--try-word-completion): When both a
3199 hyphen and a space are possible candidates for the character
3200 following a word, display both candidates. (Bug#15980)
3201
7e1899d7
MR
32022014-01-07 Martin Rudalics <rudalics@gmx.at>
3203
3204 * window.el (balance-windows-2): While rounding don't give a
c295fc18 3205 window more than the remainder. Bug#16351, bug#16383.
7e1899d7 3206
0030ec15
GM
32072014-01-07 Glenn Morris <rgm@gnu.org>
3208
3209 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3210 (menu-bar-help-menu): Use view-external-packages instead.
3211
2b6b4f20
BG
32122014-01-07 Bastien Guerry <bzg@gnu.org>
3213
3214 * emacs-lisp/package.el (package-delete): Also delete the package
3215 name from `package-alist', not its description only.
3216
e9be0a13
GM
32172014-01-07 Glenn Morris <rgm@gnu.org>
3218
3219 * help.el (view-external-packages):
3220 * menu-bar.el (menu-bar-help-extra-packages):
3221 Visit efaq.info rather than etc/MORE.STUFF.
3222
e4f74da9
JL
32232014-01-07 Juri Linkov <juri@jurta.org>
3224
3225 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3226 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3227
3228 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3229 that shadows RET. (Bug#16342)
3230
de7ce2d1
CY
32312014-01-07 Chong Yidong <cyd@gnu.org>
3232
3233 * isearch.el (isearch-yank-char, isearch-yank-word)
3234 (isearch-yank-line): Doc fix.
3235
6bdd9204
SM
32362014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3237
3238 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3239 * emacs-lisp/elint.el (elint-find-builtins):
3240 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3241 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3242 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3243 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3244 * apropos.el (apropos-safe-documentation):
3245 * subr.el (symbol-file): Remove redundant fboundp.
3246 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3247
daccca97
BG
32482014-01-06 Bastien Guerry <bzg@gnu.org>
3249
3250 * hl-line.el (global-hl-line-overlay): Make a local variable.
3251 (global-hl-line-overlays): New variable to store all overlays.
3252 (global-hl-line-mode): Don't delete overlays from the current
3253 buffer when `global-hl-line-sticky-flag' is non-nil.
3254 (global-hl-line-highlight): Add new overlays to
3255 `global-hl-line-overlays'.
3256 (global-hl-line-unhighlight-all): New function to delete all
3257 overlays when turning off `global-hl-line-mode'.
3258 This fixes Bug#16183.
3259
ec00f20f
SM
32602014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * subr.el (set-transient-map): Fix nested case and docstring.
3263
a0031f97
TH
32642014-01-06 Tassilo Horn <tsdh@gnu.org>
3265
3266 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3267 `Texinfo' entry.
3268
bf6a77f3
DC
32692014-01-06 Daniel Colascione <dancol@dancol.org>
3270
3271 Fix defun navigation in vc log view.
3272
3273 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3274 like `beginning-of-defun'.
c295fc18 3275 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
ec00f20f
SM
3276 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3277 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
bf6a77f3 3278 (log-view-extract-comment): Call `log-view-current-entry' directly
ec00f20f 3279 instead of relying on broken `log-view-beginning-of-defun' behavior.
bf6a77f3 3280
d5081c1e
PE
32812014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3282
3283 Spelling fixes.
3284 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3285 * emacs-lisp/debug.el (cancel-debug-on-entry):
3286 * epg.el (epg-error-to-string):
3287 * files.el (recover-file):
3288 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3289 * mail/emacsbug.el (report-emacs-bug-hook):
3290 * mail/sendmail.el (mail-recover):
3291 * ses.el (ses-yank-resize):
3292 * term/ns-win.el (ns-print-buffer):
3293 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3294 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3295 All uses changed.
3296 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3297
53f6b148
LL
32982014-01-06 Leo Liu <sdl.web@gmail.com>
3299
3300 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3b922c70 3301 to avoid shadowing global key. (Bug#16354)
53f6b148 3302
b82ace2f
DC
33032014-01-06 Daniel Colascione <dancol@dancol.org>
3304
3305 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3306 rst-mode.
3307
3669b636
MR
33082014-01-05 Martin Rudalics <rudalics@gmx.at>
3309
3310 * window.el (balance-windows): Add mising t to fix Bug#16351.
3311
1a29adc2
LMI
33122014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3313
3314 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3315 (bug#16285).
3d95a0f4
LMI
3316 (shr-insert): If we have a word that's longer than `shr-width',
3317 break after it anyway. Otherwise we'll do no breaking once we get
3318 such a long word.
1a29adc2 3319
f4018140
KN
33202014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3321
3fcfc4ee 3322 * net/eww.el (eww): Support single/double quote for search.
c295fc18 3323 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
189340f5
KN
3324 (eww-history-quit): Delete and use quit-window.
3325 (eww-history-kill): Delete, because it doesn't work well and
3326 not necessary.
3327 (eww-history-mode-map): Delete some keys and add easy-menu.
f4018140 3328
4e619754
PE
33292014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3330
73dbf960
PE
3331 Fix misspelling of 'chinese' in rx (Bug#16237).
3332 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3333 chinese-two-byte.
3334
4e619754
PE
3335 Change subword regexps back to vars (Bug#16296).
3336 * progmodes/subword.el (subword-forward-regexp)
3337 (subword-backward-regexp): Change these back to variables.
3338
e18b70fc
SM
33392014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3342 syntax-begin-function (bug#16247).
3343
0d53f628
CY
33442014-01-03 Chong Yidong <cyd@gnu.org>
3345
3346 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3347 (advice--docstring): Delete variable.
3348 (advice--make-1): Leave the docstring empty.
3349 (advice-add): Use function-documentation for advised docstring.
3350
3351 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3352 Ignore function-documentation property when getting documentation.
3353 (ad-activate-advised-definition): Use function-documentation
3354 generate the docstring.
3355 (ad-make-advised-definition): Don't call
3356 ad-make-advised-definition-docstring.
3357 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3358 Delete functions.
3359
3360 * progmodes/sql.el (sql-help): Use function-documentation instead
3361 of dynamic-docstring-function property. No need to autoload now.
3362 (sql--help-docstring): New variable.
3363 (sql--make-help-docstring): Use it.
3364
6f547583
SM
33652014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3366
6ef9aed8
SM
3367 * ielm.el (ielm-tab): Retarget.
3368 (ielm-map): Use ielm-tab for tab.
3369 (ielm-complete-filename): Use comint-filename-completion.
3370 (ielm-complete-symbol): Remove.
3371 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3372 remove ielm-tab from completion-at-point-functions (bug#16224).
3373
6f547583
SM
3374 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3375 Beware signals raised by predicates (bug#16201).
3376
a574edbe
RS
33772014-01-02 Richard Stallman <rms@gnu.org>
3378
e831604d
RS
3379 * dired-aux.el (dired-do-print): Handle printer-name.
3380
6f547583
SM
3381 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3382 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
a574edbe
RS
3383 (rmail-epa-decrypt): Turn off mime processing.
3384
3fcfc4ee 3385 * mail/rmail.el (rmail-make-in-reply-to-field):
a574edbe
RS
3386 Add parens in message-id.
3387
3388 * mail/rmail.el (rmail-get-coding-function): Variable.
3389 (rmail-get-coding-system): Use it.
3390
04311a16
KH
33912013-12-31 Eli Zaretskii <eliz@gnu.org>
3392
3393 * international/mule-conf.el: Unify the charset indian-is13194.
3394 (indian-is13194): Specify unify-map.
3395
c8d89778
LL
33962013-12-31 Leo Liu <sdl.web@gmail.com>
3397
3398 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3399
e63ace37
DC
34002013-12-30 Daniel Colascione <dancol@dancol.org>
3401
9e0bf19a
DC
3402 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3403 of printing a useless when we resume from sleep.
3404
e63ace37 3405 * progmodes/sh-script.el
c295fc18 3406 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
e63ace37
DC
3407 in indentation code. (Bug#16233)
3408
e9d6c46a
JT
34092013-12-28 João Távora <joaotavora@gmail.com>
3410
6f547583
SM
3411 * elec-pair.el (electric-pair-post-self-insert-function):
3412 Don't open extra newlines at beginning of buffer. (Bug#16272)
e9d6c46a 3413
bf7bea5d
EZ
34142013-12-28 Eli Zaretskii <eliz@gnu.org>
3415
3416 * frame.el (window-system-for-display): Don't allow to create a
3417 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3418
8449dd1f
GM
34192013-12-28 Glenn Morris <rgm@gnu.org>
3420
9c5a5c77
GM
3421 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3422 Update callers.
3423
3424 * apropos.el (apropos-match-face):
3425 * calculator.el (calculator-displayer):
3426 * dabbrev.el (dabbrev-search-these-buffers-only):
3427 * face-remap.el (buffer-face-mode-face):
3428 * simple.el (yank-handled-properties):
3429 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3430 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3431 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3432 (hashcash-double-spend-database):
3433 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3434 (ruby-deep-indent-paren-style):
3435 * textmodes/flyspell.el (flyspell-auto-correct-binding):
3436 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3437 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3438 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3439 Specify custom types.
3440
bb098075
GM
3441 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3442 * bookmark.el (bookmark-bmenu-use-header-line):
3443 * doc-view.el (doc-view-scale-internally):
3444 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3445 * register.el (register-preview-delay):
3446 * net/shr.el (shr-bullet):
3447 * progmodes/cfengine.el (cfengine-cf-promises)
3448 (cfengine-parameters-indent):
3449 * progmodes/octave.el (inferior-octave-error-regexp-alist):
3450 * textmodes/reftex-vars.el (reftex-label-regexps):
3451 * vc/log-edit.el (log-edit-setup-add-author): Add version.
3452
9c61f806
GM
3453 * net/tls.el (tls-certtool-program): Fix default value.
3454
3455 * desktop.el (desktop-restore-in-current-display):
3456 * newcomment.el (comment-empty-lines):
3457 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3458 (idlwave-pad-keyword):
3459 * progmodes/tcl.el (tcl-tab-always-indent):
3460 * textmodes/reftex-vars.el (reftex-index-default-tag):
3461 * elec-pair.el (electric-pair-skip-whitespace):
3462 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3463
8449dd1f
GM
3464 * emacs-lisp/authors.el (authors-ignored-files)
3465 (authors-valid-file-names, authors-renamed-files-alist): Additions.
3466
fdadeb49
JC
34672013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
3468
72140a0f
GM
3469 * shell.el (shell-dynamic-complete-command): Doc fix.
3470 (shell--command-completion-data): Shell completion now matches
3471 executable filenames from the current buffer's directory, on
da5ecfa9 3472 systems in which this behavior is the default (windows-nt, ms-dos).
fdadeb49 3473
e572a7d8
LI
34742013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3475
3476 * net/shr.el (shr-insert): Don't infloop if the width is zero.
3477
7514d3f8
SM
34782013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3479
a4151f3b
SM
3480 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3481 (bug#16251).
3482
7514d3f8
SM
3483 * electric.el: Move all electric-pair-* to elec-pair.el.
3484 * elec-pair.el: New file, split from electric.el.
3485
ac5758d1
LI
34862013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3487
3488 * net/shr.el (shr-find-fill-point): Don't try to fill if the
3489 indentation level is larger than the width, because that will
3490 infloop.
3491 (shr-insert): Fill repeatedly long texts, so that Japanese is
3492 formatted correctly (bug#16263).
24a6b65e
LI
3493 (shr-find-fill-point): Off by one error in comparison with the
3494 indentation.
ac5758d1 3495
7514d3f8 34962013-12-26 João Távora <joaotavora@gmail.com>
3b8d5131
JT
3497
3498 * electric.el (electric-pair-mode): More flexible engine for skip-
7514d3f8 3499 and inhibit predicates, new options for pairing-related functionality.
3b8d5131
JT
3500 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3501 if that keeps or improves their balance in buffers.
3502 (electric-pair-delete-adjacent-pairs): Delete the pair when
3503 backspacing over adjacent matched delimiters.
3504 (electric-pair-open-extra-newline): Open extra newline when
3505 inserting newlines between adjacent matched delimiters.
7514d3f8
SM
3506 (electric--sort-post-self-insertion-hook):
3507 Sort post-self-insert-hook according to priority values when
3b8d5131
JT
3508 minor-modes are activated.
3509 * simple.el (newline-and-indent): Call newline with interactive
3510 set to t.
3511 (blink-paren-post-self-insert-function): Set priority to 100.
7514d3f8
SM
3512 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3513 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3514 comments. Locally set electric-pair-skip-whitespace to 'chomp and
3b8d5131
JT
3515 electric-pair-open-newline-between-pairs to nil.
3516
fbcc63a3
FEG
35172013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3518
3519 * progmodes/python.el: Use lexical-binding.
3520 (python-nav-beginning-of-defun): Stop searching ASAP.
3521
ed78d16c
XF
35222013-12-25 Xue Fuqiao <xfq.free@gmail.com>
3523
3524 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3525 Fix interactive spec. Doc fix. (Bug#15754)
3526
38b2c142
KY
35272013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3528
3529 * emacs-lisp/byte-run.el (eval-when-compile):
55db967f 3530 * progmodes/cc-defs.el (cc-eval-when-compile):
38b2c142
KY
3531 Fix edebug spec (bug#16184).
3532
3c856c14
LI
35332013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3534
83fa295c 3535 * net/shr.el (shr-visit-file): Remove debugging function.
f7f071dc
LI
3536 (shr-insert): Don't infloop if we can't find a good place to break
3537 the line (bug#16256).
3c856c14 3538
01379221
FEG
35392013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
3540
35e951cd 3541 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
01379221
FEG
3542 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
3543 python-nav-lisp-forward-sexp-safe.
3544 (python-nav--forward-sexp): New argument SAFE allows switching
3545 forward sexp movement behavior for parens.
3546 (python-nav-forward-sexp): Throw errors on unterminated parens
3547 (Bug#16191).
3548 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3549 (python-nav-backward-sexp-safe): New functions.
7514d3f8
SM
3550 (python-shell-buffer-substring):
3551 Use `python-nav-forward-sexp-safe'.
01379221 3552
99e4926f
LI
35532013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3554
3555 * net/shr.el (shr-find-fill-point): Don't break lines before a
3556 quotation mark.
c6c20584
LI
3557 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3558 (shr-find-fill-point): Remove the special checks for the quotation
7514d3f8 3559 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
99e4926f 3560
fec0e828
KN
35612013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3562
3563 * net/eww.el (eww-form-textarea): Use a different face for
3564 textareas than text input since they have different keymaps
3565 (bug#16142).
3566
89c868ad
FEG
35672013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
3568
7514d3f8
SM
3569 * progmodes/python.el (python-nav-beginning-of-statement):
3570 Speed up (Bug#15295).
89c868ad 3571
eeef121a
LI
35722013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3573
3574 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3575 the window configuration.
3576
121ea65f
EZ
35772013-12-24 Eli Zaretskii <eliz@gnu.org>
3578
3579 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3580 we run on MS-Windows or MS-DOS.
3581
18cee9ec
MR
35822013-12-24 Martin Rudalics <rudalics@gmx.at>
3583
3584 * window.el (balance-windows-area): Call window-size instead of
3585 window-height and window-width. Bug#16241.
3586
58f2b9a5
LI
35872013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3588
3589 * net/eww.el (eww-bookmark-quit): Remove.
3590 (eww-bookmark-browse): Restore the window configuration when you
3591 choose a bookmark (bug#16144).
3592
d64b6308
DC
35932013-12-24 Daniel Colascione <dancol@dancol.org>
3594
3595 * icomplete.el: Remove redundant :group arguments to `defcustom'
3596 throughout.
3597 (icomplete-show-matches-on-no-input): New customizable variable.
3598 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3599 we have something to show.
7514d3f8 3600 (icomplete-exhibit): Compute completions even if we have no user input.
d64b6308 3601
0da54898
DC
36022013-12-23 Daniel Colascione <dancol@dancol.org>
3603
3604 * icomplete.el: Move `provide' to end of file.
3605
b90aa4f4
TZ
36062013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
3607
3608 * net/gnutls.el (gnutls-verify-error): Add version tag.
3609
8cd22a08
CY
36102013-12-23 Chong Yidong <cyd@gnu.org>
3611
3612 * subr.el (set-transient-map): Rename from
3613 set-temporary-overlay-map. Doc fix.
3614
3615 * face-remap.el (text-scale-adjust):
3616 * indent.el (indent-rigidly):
3617 * kmacro.el (kmacro-call-macro):
3618 * minibuffer.el (minibuffer-force-complete):
3619 * repeat.el (repeat):
3620 * simple.el (universal-argument--mode):
3621 * calendar/todo-mode.el (todo-insert-item--next-param):
3622 * progmodes/f90.el (f90-abbrev-start): Callers changed.
3623
7510b021
CY
3624 * indent.el (indent-rigidly): Use substitute-command-keys.
3625
72140a0f 36262013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
56890ecd
KN
3627
3628 * net/eww.el (eww-tag-select): Add text-property to jump to next
3629 select field.
e9dc713d 3630 (eww): Add non-supported ftp error.
56890ecd 3631
1f87a56c
DG
36322013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3633
3634 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3635 comments. Handle electric indent after typing `?' and `!'.
3636
dca38cf9
CY
36372013-12-22 Chong Yidong <cyd@gnu.org>
3638
3639 * faces.el (face-spec-recalc): If the theme specs are not
7514d3f8
SM
3640 applicable to a frame, fall back on the defface spec.
3641 This prevents themes from obliterating faces on low-color terminals.
dca38cf9 3642
f2351498
DG
36432013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3644
3645 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3646 after `{'. We need it after block openers, and it doesn't seem
3647 to hurt after hash openers.
3648
6cddebc1
DG
36492013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3650
3651 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3652 extracted from `ruby-smie-rules'.
3653 (ruby--electric-indent-chars): New variable.
3654 (ruby--electric-indent-p): New function.
3655 (ruby-mode): Use `electric-indent-functions' instead of
3656 `electric-indent-chars'.
3657
65a1da00
DG
36582013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3659
3660 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3661 docstring.
3662 (ruby-smie-rules): Indent plus one level after `=>'.
3663
b51ad4cf
RS
36642013-12-21 Richard Stallman <rms@gnu.org>
3665
3666 * simple.el (newline): Doc fix.
3667
72140a0f 36682013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
d49fbfd6 3669
e9dc713d 3670 * net/eww.el (eww-list-histories, eww-list-histories)
d49fbfd6
TZ
3671 (eww-history-browse, eww-history-quit, eww-history-kill)
3672 (eww-history-mode-map, eww-history-mode): New command and
3673 functions to list browser histories.
e9dc713d
JB
3674 (eww-form-text): Support text form with disabled
3675 and readonly attributes.
3676 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
d49fbfd6 3677
5e1901c1
RS
36782013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3679
3680 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3681 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3682 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3683 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3684 Use `user-error'.
3685 (eww-bookmark-mode-map): Add menu.
3686 (eww-render, eww-mode): Use `setq-local'.
3687 (eww-tool-bar-map): New variable.
3688 (eww-mode): Set `tool-bar-map'.
3689 (eww-view-source): Check for `html-mode' with `fboundp'.
3690
073d5cfd
LMI
36912013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3692
3693 * net/shr.el (shr--extract-best-source): Don't bug out on audio
3694 elements with text inside. Also remove debugging.
3695
41cf3d11
JD
36962013-12-21 Jan Djärv <jan.h.d@swipnet.se>
3697
3698 * cus-start.el (all): Add ns-use-srgb-colorspace.
3699
aac2b673
CY
37002013-12-21 Chong Yidong <cyd@gnu.org>
3701
3702 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3703 undefined. Thus, theme settings for undefined faces do not take
3704 effect until the faces are defined with defface, the same as with
3705 theme variables.
3706
3707 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3708 (face-spec-reset-face): Don't assign extra properties in temacs.
3709 (face-spec-recalc): Apply X resources too.
3710
bacb0e77
CY
37112013-12-21 Chong Yidong <cyd@gnu.org>
3712
3713 * faces.el (face-spec-set):
3714 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3715 * custom.el (defface): Doc fixes (Bug#16203).
3716
77221051
CY
3717 * indent.el (indent-rigidly-map): Add docstring, and move commands
3718 into named functions.
3719 (indent-rigidly-left, indent-rigidly-right)
3720 (indent-rigidly-left-to-tab-stop)
3721 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3722 indentation direction based on bidi direction, and accumulate
3723 sequential commands in a single undo boundary.
3724 (indent-rigidly--pop-undo): New utility function.
3725
e0eb0550
JB
37262013-12-20 Juanma Barranquero <lekktu@gmail.com>
3727
3728 * faces.el (read-face-name): Require crm.el when using crm-separator.
3729
3282bd2e
DC
37302013-12-20 Daniel Colascione <dancol@dancol.org>
3731
3732 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3733 so that we don't reflow comments into the shebang line.
3734
1d42e5b6
JL
37352013-12-20 Juri Linkov <juri@jurta.org>
3736
3737 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3738 a position when `dired-directory' is non-nil. Check integer
3739 positions with `integerp'.
3740 (toggle-save-place, save-places-to-alist): Add check for
3741 `dired-directory'.
3742 (save-place-find-file-hook): Check integer positions with
3743 `integerp'.
3744 (save-place-dired-hook): Use `dired-goto-file' when
3745 `dired-filename' is found in the assoc list. Check integer
3746 positions with `integerp'.
3747 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3748
3749 * dired.el (dired-initial-position-hook): Rename back from
3750 `dired-initial-point-hook'.
3751 (dired-initial-position): Rename `dired-initial-point-hook' to
3752 `dired-initial-position-hook'.
3753 (dired-file-name-at-point): Doc fix. (Bug#15329)
3754
24da7273
JL
37552013-12-20 Juri Linkov <juri@jurta.org>
3756
3757 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3758 (read-regexp-suggestions): New function.
3759 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3760 Use `read-regexp-suggestions'. Add non-empty default to history
3761 for empty input.
3762 (occur-read-regexp-defaults-function): Remove function.
3763 (occur-read-primary-args): Use `regexp-history-last' instead of
3764 `occur-read-regexp-defaults-function'.
3765
3766 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3767 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3768 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3769 `hi-lock-read-regexp-defaults-function'. Doc fix.
3770 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3771 with `find-tag-default-as-symbol-regexp'. Doc fix.
3772 (hi-lock-read-regexp-defaults): Remove function.
3773 (hi-lock-regexp-okay): Add check for null.
3774
3775 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3776 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3777
3778 * subr.el (find-tag-default-as-symbol-regexp): New function.
3779 (find-tag-default-as-regexp): Move symbol regexp formatting to
3780 `find-tag-default-as-symbol-regexp'.
3781
137f57c8
S
37822013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3783
3784 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3785 (Bug#14179)
3786
f3a66082
SB
37872013-12-20 Stephen Berman <stephen.berman@gmx.net>
3788
3789 * calendar/todo-mode.el: New implementation of item insertion
3790 commands and key bindings.
3791 (todo-key-prompt): New face.
3792 (todo-insert-item): New command.
3793 (todo-insert-item--parameters): New defconst, replacing defvar
3794 todo-insertion-commands-args-genlist.
3795 (todo-insert-item--param-key-alist): New defconst, replacing
3796 defvar todo-insertion-commands-arg-key-list.
3797 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3798 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3799 (todo-insert-item--next-param): New functions.
3800 (todo-insert-item--args, todo-insert-item--argleft)
3801 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3802 New variables.
3803 (todo-key-bindings-t): Change binding of "i" from
3804 todo-insertion-map to todo-insert-item.
3805 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3806 (todo-insertion-command-name, todo-insertion-commands-names)
3807 (todo-define-insertion-command, todo-insertion-commands)
3808 (todo-insertion-key-bindings, todo-insertion-map): Remove.
3809
2f99433b
SB
38102013-12-20 Stephen Berman <stephen.berman@gmx.net>
3811
3812 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3813 (todo-toggle-item-highlighting): Use eval-and-compile instead of
3814 eval-when-compile.
3815 (todo-move-category): Allow choosing a non-existing todo file to
3816 move the category to, and create that file.
3817 (todo-default-priority): New user option.
3818 (todo-set-item-priority): Use it.
3819 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3820 (desktop-restore-file-buffer): Declare.
3821 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3822 (todo-modes-set-2): Locally set desktop-save-buffer to
3823 todo-desktop-save-buffer.
3824 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3825 (auto-mode-alist): Add autoload cookie.
3826
131e4695
BB
38272013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
3828
3829 * emacs-lisp/subr-x.el: Renamed from helpers.el.
3830 helpers.el was a poor choice of name.
3cbfb935
BB
3831 (string-remove-prefix): New function.
3832 (string-remove-suffix): New function.
131e4695 3833
c44de18d
MR
38342013-12-20 Martin Rudalics <rudalics@gmx.at>
3835
3836 Fix assignment for new window total sizes.
3837 * window.el (window--pixel-to-size): Remove function.
e0eb0550
JB
3838 (window--pixel-to-total-1, window--pixel-to-total):
3839 Fix calculation of new total sizes.
c44de18d 3840
ca65efcc
VS
38412013-12-20 Vitalie Spinu <spinuvit@gmail.com>
3842
3843 * comint.el (comint-output-filter): Fix rear-nonsticky property
3844 placement (Bug#16010).
3845
a9574eb7
CY
38462013-12-20 Chong Yidong <cyd@gnu.org>
3847
3848 * faces.el (read-color): Minor fix for completion function.
3849
b520f210
DG
38502013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3851
e0eb0550
JB
3852 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3853 New option. (Bug#16182)
b520f210
DG
3854 (ruby-smie--indent-to-stmt-p): Use it.
3855 (ruby-smie-rules): Revert the logic in the handling of `when'.
3856 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3857 (ruby-deep-arglist, ruby-deep-indent-paren)
3858 (ruby-deep-indent-paren-style): Update docstrings to note that the
3859 vars don't have any effect with SMIE.
3860
26b75b45
JB
38612013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3862
3863 * calc/calc.el (calc-enter, calc-pop): Use the variable
3864 `calc-context-sensitive-enter'.
3865
cf91cee7
LMI
38662013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3867
3868 * net/shr.el (shr-insert): Protect against infloops in degenerate
3869 tables.
3870
51d971b4
RS
38712013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3872
3873 * progmodes/octave.el (octave): Add link to manual and octave
3874 homepage.
3875 (octave-mode-menu): Link to octave-mode manual.
3876
8c2e462a
LL
38772013-12-20 Leo Liu <sdl.web@gmail.com>
3878
3879 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3880 insertion using skeleton-end-newline. (Bug#16138)
3881
501158bc
JL
38822013-12-20 Juri Linkov <juri@jurta.org>
3883
3884 * replace.el (occur-engine): Use `add-face-text-property'
3885 to add the face property to matches and titles. (Bug#14645)
3886
3887 * hi-lock.el (hi-green): Use lighter color "light green" closer to
3888 the palette of other hi-lock colors.
3889 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3890
50ab1da6
JL
38912013-12-19 Juri Linkov <juri@jurta.org>
3892
3893 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3894 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
3895 (minibuffer-history-symbol): Move variable declaration closer to
3896 its usage.
3897
3898 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3899 (Bug#14785)
3900
3d6e95e7
JL
39012013-12-19 Juri Linkov <juri@jurta.org>
3902
3903 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3904 New function.
3905 (log-edit-hook): Add it to :options. (Bug#16170)
3906
b41594fd
JL
39072013-12-19 Juri Linkov <juri@jurta.org>
3908
3909 * simple.el (eval-expression-print-format): Don't check for
3910 command names and the last command. Always display additional
3911 formats of the integer result in the echo area, and insert them
3912 to the current buffer only with a zero prefix arg.
3913 Display character when char-displayable-p is non-nil.
3914 (eval-expression): With a zero prefix arg, set `print-length' and
3915 `print-level' to nil, and insert the integer values from
3916 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
3917
3918 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3919 `eval-last-sexp-arg-internal'. Doc fix.
3920 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3921 `eval-last-sexp-print-value'. Doc fix.
3922 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3923 Set `print-length' and `print-level' to nil when arg is zero.
3924 (eval-last-sexp): Doc fix.
3925 (eval-defun-2): Print the integer values from
3926 `eval-expression-print-format' at the end.
3927
3928 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3929 values from `eval-expression-print-format' at the end.
3930
3931 * ielm.el (ielm-eval-input): Print the integer
3932 values from `eval-expression-print-format' at the end.
3933
8f2be364
TZ
39342013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3935
3936 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3937 2013-12-11T19:01:44Z!tzz@lifelogs.com.
3938
2230a6e3
SM
39392013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
3942 (hl-line-highlight, global-hl-line-highlight): Use it.
3943 (hl-line-overlay): Use defvar-local.
3944
1269a680
JD
39452013-12-19 Jan Djärv <jan.h.d@swipnet.se>
3946
3947 * term/ns-win.el: Require dnd.
3948 (global-map): Remove drag items.
3949 (ns-insert-text, ns-set-foreground-at-mouse)
2230a6e3
SM
3950 (ns-set-background-at-mouse):
3951 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3952 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3953 New functions.
1269a680 3954
049638ad
GM
39552013-12-19 Glenn Morris <rgm@gnu.org>
3956
3957 * emacs-lisp/ert.el (ert-select-tests):
3958 Fix string/symbol mixup. (Bug#16121)
3959
ce41edb4
DG
39602013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3961
3962 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3963 keywords to their parent.
3964
7e1549c9
DG
39652013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3966
3967 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3968 first arg to be a string (fixed dead code), or an operator symbol.
3969 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3970 operator symbols.
3971 (ruby-smie-rules): Remove parent token check in the `.' clause, it
3972 did nothing. Don't respond to `(:after ".")', it will be called
3973 with :before anyway. Remove the ` @ ' rule, it didn't seem to
3974 change anything. Only return indentation for binary operators
3975 when they are hanging. De-dent opening paren when its parent is
3976 `.', otherwise it looks bad when the dot is not at bol or eol
3977 (bug#16182).
3978
3ee4cd64
JL
39792013-12-19 Juri Linkov <juri@jurta.org>
3980
3981 * replace.el (query-replace-read-args): Split a non-negative arg
3982 and a negative arg into separate elements.
3983 (query-replace, query-replace-regexp, replace-string)
3984 (replace-regexp): Add arg `backward'. Doc fix.
3985 (replace-match-maybe-edit): When new arg `backward' is non-nil,
3986 move point to the beginning of the match.
3987 (replace-search, replace-highlight): Use new arg `backward'
3988 to set the value of `isearch-forward'.
3989 (perform-replace): Add arg `backward' and use it to perform
3990 replacement backward. (Bug#14979)
3991
3992 * isearch.el (isearch-query-replace): Use a negative prefix arg
3993 to call `perform-replace' with a non-nil arg `backward'.
3994
0cda6b7b
JL
39952013-12-18 Juri Linkov <juri@jurta.org>
3996
3997 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3998 to the default list. Move `log-edit-show-files' to the end.
3999 Add more available functions to options.
4000 (log-edit): Move default specific settings to
4001 `log-edit-insert-message-template'. Don't move point.
4002 (log-edit-insert-message-template): New function.
4003 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4004 (Bug#16170)
4005
b216f0a6
JL
40062013-12-18 Juri Linkov <juri@jurta.org>
4007
4008 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4009 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4010
1d1c55dc
LL
40112013-12-18 Leo Liu <sdl.web@gmail.com>
4012
e9dc713d
JB
4013 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4014 (Bug#16186)
1d1c55dc 4015
64e4c76e
EZ
40162013-12-18 Eli Zaretskii <eliz@gnu.org>
4017
4018 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4019 formats for displaying file sizes when the -s switch is given.
4020 Instead, compute a separate format for displaying the size in
4021 blocks, which is displayed in addition to the "regular" size.
4022 When -h is given in addition to -s, produce size in blocks in
4023 human-readable form as well. (Bug#16179)
4024
b2984e39
TH
40252013-12-18 Tassilo Horn <tsdh@gnu.org>
4026
2230a6e3
SM
4027 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4028 Reference tables with ~\ref{...} instead of only \ref{...}.
b2984e39 4029
50ff2e06
CY
40302013-12-18 Chong Yidong <cyd@gnu.org>
4031
0081bc84
CY
4032 * cus-edit.el (custom-magic-alist): Fix "themed" description
4033 (Bug#14348).
4034
a7ee9424
CY
4035 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4036 is non-nil, do not create a new entry in the symbol's theme-value
4037 or theme-face property; update theme-settings only (Bug#14664).
18874304 4038 (custom-available-themes): Doc fix.
a7ee9424 4039
8f942537
CY
4040 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4041 (Bug#15674).
4042
50ff2e06
CY
4043 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4044
83c60f60
KI
40452013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4046
4047 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4048 (Bug#13914).
4049
e0eb0550 40502013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
ba874b64
SF
4051
4052 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4053
1f41ee56
GM
40542013-12-18 Glenn Morris <rgm@gnu.org>
4055
4056 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
123d0143 4057 * cus-start.el (load-prefer-newer): New option.
1f41ee56 4058
e82134b1
LW
40592013-12-18 Le Wang <l26wang@gmail.com>
4060
2230a6e3
SM
4061 * comint.el (comint-previous-matching-input-from-input):
4062 Retain point (Bug#13404).
e82134b1 4063
33f5d4c1
CY
40642013-12-18 Chong Yidong <cyd@gnu.org>
4065
4066 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4067
ccc9f6dc
GM
40682013-12-18 Glenn Morris <rgm@gnu.org>
4069
4070 * mail/emacsbug.el (report-emacs-bug):
4071 Only mention enable-multibyte-characters if non-standard.
4072
33dd8e95
JL
40732013-12-17 Juri Linkov <juri@jurta.org>
4074
4075 * arc-mode.el (archive-extract-by-file): Check if directory exists
4076 before deletion to not show irrelevant errors if it doesn't exist.
4077
7a409b30
JL
40782013-12-17 Juri Linkov <juri@jurta.org>
4079
4080 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4081 (Bug#14751)
4082
4083 * net/eww.el (browse-web): Add alias to `eww'.
4084 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4085 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4086
4087 * net/browse-url.el (browse-url-browser-function): Move `eww'
4088 closer to similar functions.
4089
4090 * startup.el (fancy-startup-screen, fancy-about-screen):
4091 Set browse-url-browser-function to eww-browse-url locally.
4092 (Bug#14751)
4093
2d6b6005
SM
40942013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4095
4096 * window.el (window--pixel-to-total): Remove unused `mini' var.
4097 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4098 (split-window): Remove unused `new' var.
4099 (window--display-buffer): Remove unused `frame' and `delta' vars.
4100 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4101 and display-width'.
4102
cf2b7efc
MR
41032013-12-17 Martin Rudalics <rudalics@gmx.at>
4104
4105 * dired.el (dired-mark-pop-up):
4106 * register.el (register-preview): Don't bind
4107 split-height-threshold here since it's now done in
4108 display-buffer-below-selected.
4109
ed3af8a7 41102013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4111
4112 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4113 xterm-rgb-convert-to-16bit.
4114 (rxvt-register-default-colors): Standardize with
4115 xterm-register-default-colors (Bug#14078).
4116
76da3455
DK
41172013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4118
4119 * simple.el (kill-region): Pass mark first, then point, so that
4120 kill-append works right (Bug#12819).
4121 (copy-region-as-kill, kill-ring-save): Likewise.
4122
2b84d763
LL
41232013-12-17 Leo Liu <sdl.web@gmail.com>
4124
4125 * net/rcirc.el (rcirc-add-face):
4126 * eshell/em-prompt.el (eshell-emit-prompt):
4127 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4128 (Bug#16167)
4129
e2f6a0bc
CY
41302013-12-17 Chong Yidong <cyd@gnu.org>
4131
4132 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4133 Suggested by Xue Fuqiao.
4134
35b249a6
DG
41352013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4136
4137 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4138
e9145444
SM
41392013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4140
4141 * net/shr.el (shr-insert-document): Remove unused var
4142 `shr-preliminary-table-render'.
4143 (shr-rescale-image): Remove unused arg `force'.
4144 (shr-put-image): Update calls accordingly.
4145 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4146
5556c0ce
DG
41472013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4148
4149 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4150 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4151 :close-all, to see which indentation method to use (Bug#16116).
4152 (smie-rules-function): Document the method :close-all.
4153
11bade0a
LMI
41542013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4155
1c4b1e61
LMI
4156 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4157
11bade0a
LMI
4158 * net/eww.el (eww-display-html): If we can't find the anchor we're
4159 looking for, then go to point-min.
4160
8fb8c4f3
PE
41612013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4162
4163 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4164 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4165 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4166 Expand dir too, in case it's relative.
4167
6c8e0ae6
JL
41682013-12-16 Juri Linkov <juri@jurta.org>
4169
4170 * desktop.el (desktop-auto-save-timeout): Change default to
4171 `auto-save-timeout'. Doc fix.
4172 (desktop-save): Skip the timestamp in desktop-saved-frameset
4173 when checking for auto-save changes.
4174 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4175 `desktop-auto-save' is called repeatedly by the idle timer.
4176 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4177 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4178 (Bug#15331)
4179
2178e858
JL
41802013-12-16 Juri Linkov <juri@jurta.org>
4181
4182 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4183 (Bug#16035)
4184 (isearch-pre-command-hook): Check `this-command' for symbolp.
4185
39cb42c6
SM
41862013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4189
5b9b750a
TZ
41902013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4191
4192 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4193 (cfengine3--current-function): Bring in the current-function
4194 functionality from `cfengine3--current-word'.
4195 (cfengine3-completion-function): Bring in the
4196 bounds-of-current-word functionality from
4197 `cfengine3--current-word'.
4198
d144ef06
MR
41992013-12-16 Martin Rudalics <rudalics@gmx.at>
4200
39cb42c6
SM
4201 * window.el (display-buffer-below-selected):
4202 Bind split-height-threshold to 0 as suggested by Juri Linkov.
d144ef06 4203
a8bbe298
LL
42042013-12-16 Leo Liu <sdl.web@gmail.com>
4205
4206 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4207 Remove NOMSG arg and all uses changed.
4208
2013a2f9
SM
42092013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4210
4211 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4212 (cua--deactivate-rectangle): Don't deactivate the mark.
4213 (cua-set-rectangle-mark): Don't set mark-active since
4214 cua--activate-rectangle already does it for us.
4215 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4216 non-rectangular region.
4217
4218 * emulation/cua-base.el (cua-repeat-replace-region):
4219 Use with-current-buffer.
4220
4221 * net/gnutls.el: Use cl-lib.
4222 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4223
5ae811dd
TZ
42242013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4225
4226 * emacs-lisp/package.el (package-built-in-p): Support both
4227 built-in and the package.el converted package descriptions.
4228 (package-show-package-list): Allow keywords.
4229 (package-keyword-button-action): Use it instead of
4230 `finder-list-matches'.
4231 (package-menu-filter-interactive): Interactive filtering (by
4232 keyword) function.
4233 (package-menu--generate): Support keywords and change keymappings
4234 and headers when they are given.
4235 (package--has-keyword-p): Helper function.
4236 (package-menu--refresh): Use it.
4237 (package--mapc): Helper function.
4238 (package-all-keywords): Use it.
4239 (package-menu-mode-map): Set up menu items and keybindings to
4240 provide a filtering UI.
4241
31b4827e
TZ
42422013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4243
4244 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4245 the behavior when a certificate fails validation. Defaults to
4246 old behavior: never abort, just warn.
4247 (gnutls-negotiate): Use it.
4248
f93cc74f
MR
42492013-12-14 Martin Rudalics <rudalics@gmx.at>
4250
4251 * window.el (display-buffer-below-selected): Never split window
4252 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4253
f77d7d17
TW
42542013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4255
4256 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4257 (package-buffer-info): Use it (bug#15108).
aa2bddd7 4258
7514d3f8
SM
42592013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4260
aa2bddd7 4261 * icomplete.el (icomplete-completions): Make sure the prefix is already
7514d3f8 4262 displayed elsewhere before hiding it (bug#16219).
aa2bddd7 4263
276bc333
DG
42642013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4265
4266 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4267 open-paren tokens when preceded by a open-paren, too.
4268 (ruby-smie-rules): Handle virtual indentation after open-paren
4269 tokens specially. If there is code between it and eol, return the
4270 column where is starts (Bug#16118).
4271
d43957f3
TZ
42722013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4273
a5c1ac0c 4274 * progmodes/cfengine.el: Fix `add-hook' doc.
aa2bddd7 4275 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
d43957f3
TZ
4276 (cfengine3--current-word): Fix parameters.
4277 (cfengine3-make-syntax-cache): Simplify further.
aa2bddd7
SM
4278 (cfengine3-completion-function, cfengine3--current-function):
4279 Use `assq' for symbols.
d43957f3
TZ
4280 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4281
06a4f110
GM
42822013-12-13 Glenn Morris <rgm@gnu.org>
4283
4284 * loadup.el (load-path): Warn if site-load or site-init changes it.
4285 No more need to reset it when bootstrapping.
4286
978a5fda
TZ
42872013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4288
4289 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4290 locations for cf-promises.
4291 (cfengine-mode-syntax-functions-regex): New caching variable.
4292 (cfengine3-fallback-syntax): Fallback syntax for cases where
4293 cf-promises doesn't run.
4294 (cfengine3--current-word): Reimplement using
4295 `cfengine-mode-syntax-functions-regex'.
aa2bddd7
SM
4296 (cfengine3-completion-function, cfengine3--current-function):
4297 Use `cfengine3-make-syntax-cache' directly.
978a5fda
TZ
4298 (cfengine3-clear-syntax-cache): New function.
4299 (cfengine3-make-syntax-cache): Simplify and create
4300 `cfengine-mode-syntax-functions-regex' on demand.
4301 (cfengine3-format-function-docstring): Don't call
4302 `cfengine3-make-syntax-cache' explicitly.
4303
71e6691e
MR
43042013-12-13 Martin Rudalics <rudalics@gmx.at>
4305
4306 Fix windmove-find-other-window broken after pixelwise resizing
4307 (Bug#16017).
4308 * windmove.el (windmove-other-window-loc): Revert change from
4309 2013-12-04.
4310 (windmove-find-other-window): Call window-in-direction.
4311 * window.el (window-in-direction): New arguments SIGN, WRAP and
4312 MINI to emulate original windmove-find-other-window behavior.
4313
84c73ba0
DG
43142013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4315
4316 * simple.el (blink-matching--overlay): New variable.
4317 (blink-matching-open): Instead of moving point, highlight the
4318 matching paren with an overlay
4319 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4320
4321 * faces.el (paren-showing-faces, show-paren-match)
4322 (show-paren-mismatch): Move from paren.el.
4323
b9e20952
LL
43242013-12-13 Leo Liu <sdl.web@gmail.com>
4325
4326 * indent.el (indent-region): Disable progress reporter in
4327 minibuffer. (Bug#16108)
4328
4329 * bindings.el (visual-order-cursor-movement): Fix version.
4330
ce030451
FEG
43312013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4332
4333 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4334 Also match after beginning of line.
4335 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
e9dc713d 4336 files. Thanks to Russell Sim. (Bug#15378)
ce030451 4337
4a9c6865
JL
43382013-12-13 Juri Linkov <juri@jurta.org>
4339
4340 * simple.el <Keypad support>: Remove key bindings duplicated
4341 with bindings.el. (Bug#14397)
4342
2bc170c3
JL
43432013-12-13 Juri Linkov <juri@jurta.org>
4344
4345 * comint.el (comint-mode-map): Replace `delete-char' with
4346 `delete-forward-char'. (Bug#16109)
4347
bc9222c9
FEG
43482013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4349
aa2bddd7 4350 * progmodes/python.el (python-indent-calculate-indentation):
e9dc713d 4351 Fix de-denters cornercase. (Bug#15731)
bc9222c9 4352
cb3a1380
SM
43532013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4354
4355 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4356 (advice--make): Pay attention to `depth'.
4357 (advice--make-1): Don't autoload commands eagerly.
4358 * emacs-lisp/elp.el (elp-instrument-function):
4359 * emacs-lisp/trace.el (trace-function-internal):
4360 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4361
4362 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4363
01633a17
EZ
43642013-12-12 Eli Zaretskii <eliz@gnu.org>
4365
4366 * term/w32-win.el (w32-handle-dropped-file):
4367 * startup.el (normal-top-level):
4368 * net/browse-url.el (browse-url-file-url):
4369 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4370 decode file names using 'utf-8' rather than
4371 file-name-coding-system.
4372
09faee72
FEG
43732013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4374
4375 * progmodes/python.el (python-indent-context)
4376 (python-indent-calculate-indentation): Fix auto-identation
e9dc713d 4377 behavior for comment blocks. (Bug#15916)
09faee72 4378
f4f84024 43792013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
f54de22e 4380
cb3a1380
SM
4381 * progmodes/python.el (python-indent-calculate-indentation):
4382 When determining indentation, don't treat "return", "pass", etc., as
f54de22e
NT
4383 operators when they are just string constituents. (Bug#15812)
4384
d5ccb7be
JL
43852013-12-12 Juri Linkov <juri@jurta.org>
4386
4387 * uniquify.el (uniquify-buffer-name-style): Change default to
4388 `post-forward-angle-brackets'.
4389
4390 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4391 `uniquify'. Change default to `post-forward-angle-brackets'.
4392
7b3f5679
GM
43932013-12-11 Glenn Morris <rgm@gnu.org>
4394
4395 * emacs-lisp/package.el (finder-list-matches):
4396 Autoload rather than falsely declaring.
4397
f4fe8fdd
TZ
43982013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4399
4400 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4401 (eww-mode-map): Use them.
4402
3c29190f
MR
44032013-12-11 Martin Rudalics <rudalics@gmx.at>
4404
4405 * window.el (display-buffer-in-side-window): Fix doc-string
4406 (Bug#16115).
4407
0cd616a2
JB
44082013-12-11 Juanma Barranquero <lekktu@gmail.com>
4409
4410 * vc/vc-git.el: Silence byte-compiler warnings.
4411 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4412 (log-edit-set-header): Declare.
4413
3ef8e0d1
EZ
44142013-12-11 Eli Zaretskii <eliz@gnu.org>
4415
4416 * Makefile.in (custom-deps, finder-data): Run output file names
4417 through unmsys--file-name. (Bug#16099)
4418
afdadaf7
SM
44192013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4420
7ae3ae39 4421 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
cb3a1380 4422 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
7ae3ae39 4423
5b4f37ab
SM
4424 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4425 instead of deleting the selection "by hand" (bug#16098).
4426 Rely on insert-for-yank to yank rectangles.
4427 (cua-highlight-region-shift-only): Mark obsolete.
4428 (cua-mode): Don't enable/disable transient-mark-mode,
4429 shift-select-mode (cua-mode works both with and without them), and
4430 pc-selection-mode (obsolete).
4431 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4432 (cua--deactivate-rectangle): Deactivate it.
4433
4b72c12b
SM
4434 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4435 (delete-selection-helper): Make sure yank starts at the top of the
4436 deleted region.
4437 (minibuffer-keyboard-quit): Use region-active-p.
4438
e82af72d
SM
4439 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4440
afdadaf7
SM
4441 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4442 to `delete' (bug#16109).
4443
ed4bc201
RS
44442013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4445
4446 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4447 info manual and show keybindings and set `:group' keyword.
4448
bb8097b9
JL
44492013-12-11 Juri Linkov <juri@jurta.org>
4450
4451 * delsel.el (delete-active-region): Let-bind `this-command'
4452 to prevent `kill-region' from changing its original value.
4453 (delete-selection-helper): Handle `overwrite-mode' for the type
4454 `kill' exactly the same way as for the type `t'.
4455 (insert-char, quoted-insert, reindent-then-newline-and-indent):
4456 Support more commands. (Bug#13312)
4457
c1916ff5
JL
44582013-12-11 Juri Linkov <juri@jurta.org>
4459
4460 * bindings.el: Map kp keys to non-kp keys systematically
4461 with basic modifiers control, meta and shift. (Bug#14397)
4462
7514d3f8 44632013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
b68cf43c
KN
4464
4465 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4466 "Close browser" menu items. Fix wrong function of "List
4467 bookmarks".
4468
4cc51eaf
JL
44692013-12-11 Juri Linkov <juri@jurta.org>
4470
4471 * misearch.el (multi-isearch-buffers): Set the value of
4472 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4473 arg of isearch-forward to t.
4474 (multi-isearch-buffers-regexp): Set the value of
4475 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4476 arg of isearch-forward-regexp to t.
4477 (multi-isearch-files): Set the value of
4478 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4479 arg of isearch-forward to t.
4480 (multi-isearch-files-regexp): Set the value of
c295fc18 4481 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4cc51eaf
JL
4482 arg of isearch-forward-regexp to t. (Bug#16035)
4483
4484 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4485 arg of isearch-forward to t.
4486 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4487 arg of isearch-forward-regexp to t.
4488 (dired-isearch-filter-filenames): Remove unnecessary check for
4489 `dired-isearch-filenames'.
4490
4491 * comint.el (comint-history-isearch-backward):
4492 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4493 (comint-history-isearch-backward-regexp):
4494 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4495
ceac12b7
EZ
44962013-12-10 Eli Zaretskii <eliz@gnu.org>
4497
4498 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4499 unmsys--file-name. (Bug#16099)
4500
5a565782
TZ
45012013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
4502
cb3a1380
SM
4503 * emacs-lisp/package.el (package-keyword-button-action):
4504 Remove finder.el require dependency.
5a565782 4505
a81fc7ba
TZ
45062013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
4507
4508 * emacs-lisp/package.el: Require finder.el.
4509 (describe-package-1): Add keyword buttons.
4510 (package-make-button): New convenience function.
4511 (package-keyword-button-action): Keyword button action using
e0eb0550 4512 `finder-list-matches'.
a81fc7ba 4513
6aaca951
EZ
45142013-12-09 Eli Zaretskii <eliz@gnu.org>
4515
4516 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4517 last commit.
4518
a1099a91
MA
45192013-12-09 Michael Albinus <michael.albinus@gmx.de>
4520
4521 * autorevert.el (auto-revert-notify-add-watch): Do not handle
4522 symlinked files.
4523
8212d9c0
DG
45242013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4525
4526 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4527 after the end of a percent literal.
4528
8f48d131
CD
45292013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
4530
cb3a1380
SM
4531 * progmodes/ruby-mode.el (ruby-forward-string): Document.
4532 Handle caret-delimited strings (Bug#16079).
8f48d131 4533
ff8c9764
DG
45342013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4535
cb3a1380
SM
4536 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4537 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
ff8c9764
DG
4538 `ruby-parse-partial' (Bug#16078).
4539
d64643b4
LL
45402013-12-09 Leo Liu <sdl.web@gmail.com>
4541
4542 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
4543
47e59c66
DG
45442013-12-08 Dmitry Gutov <dgutov@yandex.ru>
4545
4546 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4547 (js-switch-indent-offset): New option.
4548 (js--proper-indentation): Use it. And handle the case when
4549 "default" is actually a key in an object literal.
4550 (js--same-line): New function.
4551 (js--multi-line-declaration-indentation): Use it.
cb3a1380
SM
4552 (js--indent-in-array-comp, js--array-comp-indentation):
4553 New functions.
47e59c66
DG
4554 (js--proper-indentation): Use them, to handle array comprehension
4555 continuations.
4556
974ebc9c
LL
45572013-12-08 Leo Liu <sdl.web@gmail.com>
4558
4559 * progmodes/flymake.el (flymake-highlight-line): Re-write.
4560 (flymake-make-overlay): Remove arg MOUSE-FACE.
4561 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4562
27262e39
SM
45632013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4566 New function.
4567 (redisplay-highlight-region-function): Use it.
4568
4569 * emulation/cua-base.el (cua--explicit-region-start)
4570 (cua--last-region-shifted): Remove.
4571 (cua--deactivate): Use deactivate-mark.
4572 (cua--pre-command-handler-1): Don't handle shift-selection.
4573 (cua--post-command-handler-1): Don't change transient-mark-mode.
4574 (cua--select-keymaps): Use region-active-p rather than
4575 cua--explicit-region-start or cua--last-region-shifted.
4576 (cua-mode): Enable shift-select-mode.
4577
6407822c
LL
45782013-12-08 Leo Liu <sdl.web@gmail.com>
4579
27262e39
SM
4580 * progmodes/flymake.el (flymake-popup-current-error-menu):
4581 Rename from flymake-display-err-menu-for-current-line. Reimplement.
6407822c
LL
4582 (flymake-posn-at-point-as-event, flymake-popup-menu)
4583 (flymake-make-emacs-menu): Remove. (Bug#16077)
4584
00a2b823
SM
45852013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4586
02033d49
SM
4587 * rect.el (rectangle-mark-mode): Activate mark even if
4588 transient-mark-mode is off (bug#16066).
4589 (rectangle--highlight-for-redisplay): Fix boundary condition when point
4590 is > mark and at bolp.
4591
6f8dfccf
SM
4592 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4593 (region-extract-function): Use it.
4594 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4595 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4596 Delete functions.
4597 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4598 kill-ring-save, kill-region, delete-char, delete-forward-char.
4599 Ignore self-insert-iso.
4600
4601 * emulation/cua-gmrk.el (cua--init-global-mark):
4602 Ignore `self-insert-iso'.
4603
4604 * emulation/cua-base.el (cua--prefix-copy-handler)
4605 (cua--prefix-cut-handler): Rely on region-extract-function rather than
4606 checking cua--rectangle.
4607 (cua-delete-region): Use region-extract-function.
4608 (cua-replace-region): Delete function.
4609 (cua-copy-region, cua-cut-region): Obey region-extract-function.
4610 (cua--pre-command-handler-1): Don't do the delete-selection thing.
4611 (cua--self-insert-char-p): Ignore `self-insert-iso'.
4612 (cua--init-keymaps): Don't remap delete-selection commands.
4613 (cua-mode): Use delete-selection-mode instead of rolling our own
4614 (bug#16085).
4615
4616 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4617 Obey region-extract-function.
4618
00a2b823
SM
4619 Make registers and delete-selection-mode work on rectangles.
4620 * register.el (describe-register-1): Don't modify the register's value.
4621 (copy-to-register): Obey region-extract-function.
4622 * delsel.el (delete-active-region): Obey region-extract-function.
4623
a92fa5f1
LL
46242013-12-08 Leo Liu <sdl.web@gmail.com>
4625
4626 * progmodes/flymake.el (flymake, flymake-error-bitmap)
4627 (flymake-warning-bitmap, flymake-fringe-indicator-position)
4628 (flymake-compilation-prevents-syntax-check)
4629 (flymake-start-syntax-check-on-newline)
4630 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4631 (flymake-start-syntax-check-on-find-file, flymake-log-level)
4632 (flymake-xml-program, flymake-master-file-dirs)
4633 (flymake-master-file-count-limit)
4634 (flymake-allowed-file-name-masks): Relocate.
4635 (flymake-makehash, flymake-float-time)
4636 (flymake-replace-regexp-in-string, flymake-split-string)
4637 (flymake-get-temp-dir): Remove.
4638 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4639 (flymake-current-row, flymake-selected-frame)
4640 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4641 related functions. (Bug#16077)
4642
73c8ceea
BB
46432013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
4644
4645 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4646
faec28d9
TH
46472013-12-07 Tassilo Horn <tsdh@gnu.org>
4648
4649 * help-fns.el (describe-function-1): Use new advice-* functions
4650 rather than old ad-* functions. Fix function type description and
4651 source links for advised functions and subrs.
4652
e330b646
LMI
46532013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4654
00a2b823 4655 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
e330b646 4656
4803595d
MA
46572013-12-06 Michael Albinus <michael.albinus@gmx.de>
4658
4659 * progmodes/compile.el (compilation-start):
4660 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4661
4662 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4663 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
4664
fa834a93
DG
46652013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4666
00a2b823
SM
4667 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4668 Touch up the last change.
fa834a93 4669
b2856a6f
LL
46702013-12-06 Leo Liu <sdl.web@gmail.com>
4671
4672 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4673 (inferior-octave-startup): Always use "octave> " for prompt.
4674 (octave-goto-function-definition)
4675 (octave-sync-function-file-names)
4676 (octave-find-definition-default-filename): Remove redundant backquotes.
4677
af67e79a
DG
46782013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4679
4680 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4681 syntax for `?'.
4682 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4683 where appropriate already.
4684 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4685 end of method names (Bug#15874).
4686
bf093209
JL
46872013-12-06 Juri Linkov <juri@jurta.org>
4688
4689 * isearch.el (isearch--saved-overriding-local-map):
4690 New internal variable.
4691 (isearch-mode): Set it to the initial value of
4692 `overriding-terminal-local-map'.
4693 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4694 with `isearch--saved-overriding-local-map'. (Bug#16035)
4695
16588fad
DG
46962013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4697
00a2b823
SM
4698 * progmodes/octave.el (inferior-octave-completion-table):
4699 Turn back into function, use `completion-table-with-cache'
16588fad
DG
4700 (Bug#11906). Update all references.
4701
4702 * minibuffer.el (completion-table-with-cache): New function.
4703
bf4906d7
CD
47042013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4705
4706 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4707
ff69c18f
TZ
47082013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4709
4710 * net/eww.el (eww-current-source): New variable to store page
4711 source.
4712 (eww-display-html, eww-mode, eww-save-history)
4713 (eww-restore-history): Use it.
4714 (eww-view-source): New command to view page source.
4715 Opportunistically uses `html-mode' to highlight the buffer.
4716 (eww-mode-map): Install it.
4717
b85eff45
MA
47182013-12-05 Michael Albinus <michael.albinus@gmx.de>
4719
4720 * net/dbus.el (dbus-unregister-service)
4721 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4722 Fix docstring.
4723 (dbus-unregister-service): Skip :serial entries in
4724 `dbus-registered-objects-table'.
4725 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4726
39eb0899
TZ
47272013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4728
4729 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4730 around keywords with extra `split-string' argument.
4731
456760a5
MR
47322013-12-04 Martin Rudalics <rudalics@gmx.at>
4733
4734 * windmove.el (windmove-other-window-loc): Handle navigation
4735 between windows (excluding the minibuffer window - Bug#16017).
4736
81961e4c
MA
47372013-12-04 Michael Albinus <michael.albinus@gmx.de>
4738
4739 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4740 in D-Bus type syntax.
4741 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4742 preserve unibyte strings. (Bug#16048)
4743
8497f938
SM
47442013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4747 Call force-mode-line-update is the proper buffer (bug#16042).
4748
dda61916
DG
47492013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4750
4751 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4752 `log-edit-remember-comment', make argument optional. Adjust all
4753 callers.
4754 (log-edit-mode): Add `log-edit-remember-comment' to
4755 `kill-buffer-hook' locally.
4756 (log-edit-kill-buffer): Don't remember comment explicitly since
4757 the buffer is killed anyway.
4758
c085e5b9
JL
47592013-12-04 Juri Linkov <juri@jurta.org>
4760
4761 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4762 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4763
e0eb0550 47642013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
d6f2380e
TR
4765
4766 * notifications.el (notifications-close-notification): Call the
81961e4c 4767 D-Bus method with ID being a `:uint32'. (Bug#16030)
d6f2380e 4768
39fa32d6
KY
47692013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4770
4771 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4772
9139632a
JL
47732013-12-03 Juri Linkov <juri@jurta.org>
4774
4775 * progmodes/compile.el (compilation-start): Rename window alist
4776 entry `no-display-ok' to `allow-no-window'.
4777
4778 * simple.el (shell-command): Add window alist entry
4779 `allow-no-window' to `display-buffer'.
4780 (async-shell-command): Doc fix.
4781
4782 * window.el (display-buffer-no-window): New action function.
4783 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4784
0f457a37
DG
47852013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4786
4787 * vc/log-edit.el (log-edit-set-header): Extract from
4788 `log-edit-toggle-header'.
4789 (log-edit-extract-headers): Separate the summary, when extracted
4790 from header, from the rest of the message with an empty line.
4791
4792 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4793 line, if present, to the Summary header.
4794
0962f376
SM
47952013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4798 in current-buffer (bug#16029).
4799
f345395c
HE
48002013-12-02 Helmut Eller <eller.helmut@gmail.com>
4801
4802 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4803 (debugger-mode-map): Bind it.
4804 (debugger--backtrace-base): New function.
4805 (debugger-eval-expression): Use it.
4806 (debugger-frame-number): Skip local vars when present.
4807 (debugger--locals-visible-p, debugger--insert-locals)
4808 (debugger--show-locals, debugger--hide-locals): New functions.
4809
a8a15d9d
MA
48102013-12-02 Michael Albinus <michael.albinus@gmx.de>
4811
4812 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4813 "LC_ALL".
4814 (tramp-get-remote-locale): New defun.
4815 (tramp-open-connection-setup-interactive-shell): Use it.
4816
0518b057
LL
48172013-12-02 Leo Liu <sdl.web@gmail.com>
4818
4819 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
4820
4821 * progmodes/sh-script.el (sh-shell-process):
4822 * progmodes/octave.el (inferior-octave-process-live-p):
4823 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4824 (gdb-inferior-io-sentinel):
4825 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4826
3adc9c6d
DG
48272013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4828
4829 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4830 `save-selected-window' to `log-edit-hide-buf'. This makes
4831 `log-edit-show-files' idempotent.
4832 (log-edit-show-files): Mark the new window as dedicated.
4833
47e8b74e
DG
48342013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4835
4836 * vc/log-edit.el (log-edit-mode-map): Add binding for
4837 `log-edit-kill-biffer'.
4838 (log-edit-hide-buf): Add a FIXME comment.
4839 (log-edit-add-new-comment): New function, extracted from
4840 `log-edit-done'.
4841 (log-edit-done, log-edit-add-to-changelog): Use it.
4842 (log-edit-kill-buffer): New command.
4843
1f6e1bb0
LMI
48442013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4845
4846 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4847 instead of killing the buffer.
4848
fb651d15
SM
48492013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4852
8feacce0
RS
48532013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4854
fb651d15 4855 * net/eww.el (eww-form-checkbox-selected-symbol)
4570dd16 4856 (eww-form-checkbox-symbol): New customizable variable.
fb651d15
SM
4857 (eww-form-checkbox, eww-toggle-checkbox):
4858 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4859
e0eb0550 4860 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
fb651d15 4861 (shr--get-media-pref, shr--extract-best-source): New function.
e0eb0550 4862 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
ad9a773c
RS
4863 no :src tag was specified.
4864
fb651d15 4865 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
b2afb3ea
RS
4866 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4867 Use \\` to match beginning of string instead of ^.
4868 (eww-browse-with-external-browser): Provide optional URL parameter.
450c7b35 4869 (eww-render): Set `eww-current-title' back to "".
b2afb3ea 4870
177948a5
RS
4871 * net/shr.el (shr-tag-video): Display content for video if no
4872 poster is available.
eb2dd24d 4873 (shr-tag-audio): Add support for <audio> tag.
177948a5 4874
e0eb0550 4875 * net/eww.el (eww-text-input-types): New const.
177948a5
RS
4876 (eww-process-text-input): Treat input types in
4877 `eww-text-input-types' as text.
4878
8feacce0
RS
4879 * net/shr.el (shr-tag-table): Fix comment typo.
4880
513562a1
LMI
48812013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4882
4883 * net/eww.el (eww-follow-link): New command to avoid reloading
4884 pages when we follow #target links (bug#15243).
de8a5633 4885 (eww-quit): Special mode buffers shouldn't query before exiting.
513562a1 4886
9dd99753
KN
48872013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4888
4889 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4890 forms.
4891
3e9876de
LMI
48922013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4893
4894 * net/eww.el (eww-restore-history): Update the window title after
4895 moving in the history.
ab6dea82 4896 (eww-current-dom): New variable used to save the current DOM.
3e9876de 4897
52789f7f
DG
48982013-12-01 Dmitry Gutov <dgutov@yandex.ru>
4899
4900 * vc/log-edit.el (log-edit-mode-map): Add binding for
4901 `log-edit-beginning-of-line'.
4902 (log-edit-setup-add-author): New user option.
4903 (log-edit-beginning-of-line): New command.
4904 (log-edit): Move major mode call above the contents setup so that
4905 the local variable values are already applied.
4906 (log-edit): Only insert "Author: " when
4907 `log-edit-setup-add-author' is non-nil.
4908 (log-edit): When SETUP is non-nil, position point after ": "
4909 instead of point-min.
4910
2e6710c3
GM
49112013-12-01 Glenn Morris <rgm@gnu.org>
4912
4913 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4914
fadec31f
EZ
49152013-11-30 Eli Zaretskii <eliz@gnu.org>
4916
4917 * startup.el (fancy-splash-frame): On MS-Windows, trigger
0449d6cd 4918 redisplay to make sure the initial frame gets a chance to become
fadec31f
EZ
4919 visible. (Bug#16014)
4920
10634b40 49212013-11-30 Martin Rudalics <rudalics@gmx.at>
880e6158
MR
4922
4923 Support resizing frames and windows pixelwise.
4924 * cus-start.el (frame-resize-pixelwise)
4925 (window-resize-pixelwise): New entries.
4926 * emacs-lisp/debug.el (debug): Use window-total-height instead
4927 of window-total-size.
4928 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
9dda75ad
MR
4929 * help.el (describe-bindings-internal): Use help-buffer as
4930 argument for with-help-window.
880e6158
MR
4931 (temp-buffer-max-width): New option.
4932 (resize-temp-buffer-window, help-window-setup)
4933 (with-help-window): Rewrite.
4934 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
4935 dragging dividers.
4936 * window.el (frame-char-size, window-min-pixel-height)
4937 (window-safe-min-pixel-height, window-safe-min-pixel-width)
4938 (window-min-pixel-width, window-safe-min-pixel-size)
4939 (window-combination-p, window-safe-min-size)
4940 (window-resizable-p, window--size-to-pixel)
4941 (window--pixel-to-size, window--resize-apply-p): New functions.
4942 (window-safe-min-height): Fix doc-string.
4943 (window-size, window-min-size, window--min-size-1)
4944 (window-sizable, window-sizable-p, window--min-delta-1)
4945 (window-min-delta, window--max-delta-1, window-max-delta)
4946 (window--resizable, window--resizable-p, window-resizable)
4947 (window-full-height-p, window-full-width-p, window-at-side-p)
4948 (window--in-direction-2, window-in-direction)
4949 (window--resize-reset-1, window--resize-mini-window)
4950 (window-resize, window-resize-no-error)
4951 (window--resize-child-windows-normal)
4952 (window--resize-child-windows, window--resize-siblings)
4953 (window--resize-this-window, window--resize-root-window)
4954 (window--resize-root-window-vertically)
4955 (adjust-window-trailing-edge, enlarge-window, shrink-window)
4956 (maximize-window, minimize-window, delete-window)
4957 (quit-restore-window, window-split-min-size, split-window)
4958 (balance-windows-2, balance-windows)
4959 (balance-windows-area-adjust, balance-windows-area)
4960 (window--state-get-1, window-state-get, window--state-put-1)
4961 (window--state-put-2, window-state-put)
fb651d15
SM
4962 (display-buffer-record-window, window--display-buffer):
4963 Make functions handle pixelwise sizing of windows.
880e6158 4964 (display-buffer--action-function-custom-type)
fb651d15
SM
4965 (display-buffer-fallback-action):
4966 Add display-buffer-in-previous-window.
880e6158
MR
4967 (display-buffer-use-some-window): Resize window to height it had
4968 before.
4969 (fit-window-to-buffer-horizontally): New option.
4970 (fit-frame-to-buffer): Describe new values.
4971 (fit-frame-to-buffer-bottom-margin): Replace with
4972 fit-frame-to-buffer-margins.
4973 (window--sanitize-margin): New function.
4974 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4975 using window-text-pixel-size.
4976
f9b697dd
GM
49772013-11-30 Glenn Morris <rgm@gnu.org>
4978
3e2fb4db
GM
4979 * emacs-lisp/bytecomp.el (byte-compile-form):
4980 Make the `interactive-only' warning like the `obsolete' one.
4981 * comint.el (comint-run):
4982 * files.el (insert-file-literally, insert-file):
4983 * replace.el (replace-string, replace-regexp):
4984 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4985 (goto-line, insert-buffer, next-line, previous-line):
4986 Tweak `interactive-only' spec.
4987
f9b697dd
GM
4988 Stop keeping (most) generated cedet grammar files in the repository.
4989 * Makefile.in (semantic): New.
4990 (compile-main): Depend on semantic.
4991
da048127
SM
49922013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4993
7784b779
SM
4994 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4995 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4996
4e36a6a6
SM
4997 * uniquify.el (uniquify-buffer-name-style): Change default.
4998
4999 * loadup.el: Preload "uniquify".
5000
e0ba1308
SM
5001 * time.el (display-time-update): Update all mode lines (bug#15999).
5002
da048127
SM
5003 * electric.el (electric-indent-mode): Enable by default.
5004 * loadup.el: Preload "electric".
5005
015b3b3e
BB
50062013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5007
5008 * emacs-lisp/helpers.el (string-empty-p): New function.
5009 (string-blank-p): New function.
5010
7efb806d
AP
50112013-11-29 Andreas Politz <politza@hochschule-trier.de>
5012
5013 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5014 (Bug#14029).
5015
c8f0efc2
AP
50162013-11-29 Andreas Politz <politza@fh-trier.de>
5017 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5018 allow non-lambda lists as functions.
5019 (imenu--in-alist): Don't recurse into non-subalists.
5020 (imenu): Don't pass function itself as an argument (Bug#14029).
5021
bd15d9d1
SM
50222013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * progmodes/python.el (python-mode-map): Remove binding for ":".
5025 (python-indent-electric-colon): Remove command.
5026 (python-indent-post-self-insert-function): Integrate the previous code
5027 of python-indent-electric-colon. Make it conditional on
5028 electric-indent-mode.
5029 (python-mode): Add ?: to electric-indent-chars.
5030 Move python-indent-post-self-insert-function to the end of
5031 post-self-insert-hook.
5032
1b10adb6
SM
50332013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5034
655ab9a3
SM
5035 * doc-view.el (doc-view-goto-page): Update mode-line.
5036
1b10adb6
SM
5037 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5038
7e3bf78c
GM
50392013-11-27 Glenn Morris <rgm@gnu.org>
5040
5041 * international/charprop.el, international/uni-bidi.el:
5042 * international/uni-category.el, international/uni-combining.el:
5043 * international/uni-comment.el, international/uni-decimal.el:
5044 * international/uni-decomposition.el, international/uni-digit.el:
5045 * international/uni-lowercase.el, international/uni-mirrored.el:
5046 * international/uni-name.el, international/uni-numeric.el:
5047 * international/uni-old-name.el, international/uni-titlecase.el:
5048 * international/uni-uppercase.el:
5049 Remove generated files from VCS repository.
5050
fb6a5d68
EZ
50512013-11-27 Eli Zaretskii <eliz@gnu.org>
5052
5053 * filenotify.el (file-notify-add-watch): Don't special-case
5054 w32notify when computing the directory to watch.
5055
cb6c95a3
GM
50562013-11-27 Glenn Morris <rgm@gnu.org>
5057
20372d0c
GM
5058 Make bootstrap without generated uni-*.el files possible again.
5059 * loadup.el: Update command-line-args checking for unidata-gen.
5060 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5061 * composite.el, international/characters.el:
5062 Handle unicode tables being undefined.
5063
52d6635f 5064 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
cb6c95a3
GM
5065 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5066 (compile-main): Depend on leim rule.
5067 (leim): New rule.
5068 * loadup.el: Move leim-list.el to leim/ subdirectory.
5069 * startup.el (normal-top-level): No more leim directory.
5070 * international/ja-dic-cnv.el (skkdic-convert):
5071 Disable version-control and autoloads in output files.
5072 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5073 Disable version-control and autoloads in output files.
5074 * leim/quail: Move here from ../leim.
5075 * leim/quail/hangul.el (hangul-input-method-activate):
5076 Add autoload cookie.
5077 (generated-autoload-load-name): Set file-local value.
5078 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5079 (generated-autoload-load-name): Set file-local value.
5080
7514d3f8 50812013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
e47112ee 5082
e0eb0550 5083 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
7514d3f8 5084 (eww-add-bookmark): Ask confirmation when add to bookmarks.
e0eb0550 5085 (eww-quit): Ask confirmation before quitting eww.
e47112ee 5086
0e2c793f
EZ
50872013-11-26 Eli Zaretskii <eliz@gnu.org>
5088
5089 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5090 reading output from Diff on MS-Windows and MS-DOS.
5091
447bdcb8
BB
50922013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5093
5094 * emacs-lisp/helpers.el (string-reverse): New function.
5095
5fbf6856
MA
50962013-11-26 Michael Albinus <michael.albinus@gmx.de>
5097
5098 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5099 names on MS Windows, like "/[::1]:".
5100
5101 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5102 SWITCHES.
5103
624780f0
GM
51042013-11-26 Glenn Morris <rgm@gnu.org>
5105
0bf3f0fa
GM
5106 * progmodes/python.el (python-indent-guess-indent-offset):
5107 Avoid corner-case error. (Bug#15975)
5108
624780f0
GM
5109 Preload leim-list.el. (Bug#4789)
5110 * loadup.el: Load leim-list.el when found.
5111 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5112
4301875e 51132013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
d694737a
BB
5114
5115 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5116
4301875e
BB
5117 * emacs-lisp/helpers.el (string-join): New function.
5118
1633a815 51192013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
2bb3a748
BB
5120
5121 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5122 Mark as obsolete and replace it with a symbol property.
5123 (byte-compile-form): Use new 'interactive-only property.
5124 * comint.el, files.el, replace.el, simple.el:
5125 Apply new 'interactive-only properly.
5126
00139435
MR
51272013-11-25 Martin Rudalics <rudalics@gmx.at>
5128
5129 * window.el (display-buffer-at-bottom): Make sure that
5130 split-window-sensibly creates the new window on bottom
5131 (Bug#15961).
5132
5f5b128d
DK
51332013-11-23 David Kastrup <dak@gnu.org>
5134
5135 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5136 on the conflict markers when available.
5137 (smerge--get-marker): New function.
5138 (smerge-end-re, smerge-base-re): Add subgroup.
5139
623891e5
SM
51402013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 * frame.el (handle-focus-in, handle-focus-out): Add missing
5143 interactive spec.
5144
05ca27d8
MA
51452013-11-25 Michael Albinus <michael.albinus@gmx.de>
5146
5147 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5148 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5149
511fa0d3
SM
51502013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5151
e82ad66c
SM
5152 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5153 (gomoku--last-pos): New var.
5154 (gomoku--intangible-chars): New const.
5155 (gomoku--intangible): New function.
5156 (gomoku-mode): Use it. Derive from special-mode.
5157 (gomoku-move-up): Adjust line count.
5158 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5159 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5160 Simplify accordingly.
5161
511fa0d3
SM
5162 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5163 Remove blink-cursor code.
5164 (blink-cursor-timer-function, blink-cursor-suspend):
5165 Don't special-case GUIs.
5166 (blink-cursor-mode): Use focus-in/out-hook.
5167
6f20dd03
DG
51682013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5169
5170 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5171 work when annotation is invisible (Bug#13886).
5172
431dec31 51732013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
7c1bf12e
SS
5174
5175 * json.el (json-alist-p): Only return non-nil if the alist has
5176 simple keys (Bug#13518).
5177
431dec31 51782013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
64e41529
MR
5179
5180 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5181 when control-statement is the first statement in a buffer (Bug#15956).
5182
ee4f0261
DG
51832013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5184
5185 * imenu.el (imenu-generic-skip-comments-and-strings):
5186 New option (Bug#15560).
5187 (imenu--generic-function): Use it.
5188
c484f866
JS
51892013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5190
e9dc713d
JB
5191 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5192 (Bug#13898)
c484f866 5193
41ce6f70
BB
51942013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5195
b55aea38
BB
5196 * emacs-lisp/helpers.el: Add some string helpers.
5197 (string-trim-left): Removes leading whitespace.
5198 (string-trim-right): Removes trailing whitespace.
5199 (string-trim): Removes leading and trailing whitespace.
5200
41ce6f70
BB
5201 * subr.el (string-suffix-p): New function.
5202
3cfb6af3
GM
52032013-11-23 Glenn Morris <rgm@gnu.org>
5204
5205 * progmodes/python.el (python-shell-send-file):
5206 Add option to delete file when done. (Bug#15647)
5207 (python-shell-send-string, python-shell-send-region): Use it.
5208
c27924b7
IS
52092013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5210
e1b01c7f
IS
5211 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5212 to set buffer-read-only to t, never to nil. (Bug#15938)
5213
c27924b7
IS
5214 * textmodes/tex-mode.el (latex-noindent-environments):
5215 Add safe-local-variable property. (Bug#15936)
5216
17e0445b
GM
52172013-11-23 Glenn Morris <rgm@gnu.org>
5218
92f78ea3
GM
5219 * textmodes/enriched.el (enriched-mode): Doc fix.
5220 * emacs-lisp/authors.el (authors-renamed-files-alist):
5221 Add enriched.doc -> enriched.txt.
5222
17e0445b
GM
5223 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5224
965bb23a
LL
52252013-11-22 Leo Liu <sdl.web@gmail.com>
5226
5227 * progmodes/octave.el (inferior-octave-startup): Spit out error
5228 message.
5229
d19ffd64
BB
52302013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5231
5232 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5233 Improve docstring.
15ba2182
BB
5234 Add :version.
5235 (ruby-encoding-magic-comment-style): Add :version.
d19ffd64 5236
7a7567d2
LL
52372013-11-22 Leo Liu <sdl.web@gmail.com>
5238
5239 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5240 (Bug#15076)
8c09f64b
LL
5241 (octave-help-mode): Adapt to change to help-mode-finish to use
5242 derived-mode-p on 2013-09-17.
5243 (inferior-octave-prompt): Also match octave-gui.
2cc18f93 5244 (octave-kill-process): Don't ask twice. (Bug#10564)
7a7567d2 5245
724bc265
LL
52462013-11-22 Leo Liu <sdl.web@gmail.com>
5247
5248 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5249 (inferior-octave-startup, inferior-octave-check-process)
5250 (inferior-octave-track-window-width-change)
5251 (octave-completion-at-point, octave-eldoc-function): Use it.
5252 (octave-kill-process): Provide confirmation. (Bug#10564)
5253
38637cca
LL
52542013-11-21 Leo Liu <sdl.web@gmail.com>
5255
511fa0d3
SM
5256 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5257 Fix obsolete variable comment-use-global-state.
38637cca 5258
06e752b4
RS
52592013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5260
511fa0d3
SM
5261 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5262 Add `octave-source-file'.
06e752b4
RS
5263 (octave-source-file): New function. (Bug#15935)
5264
7514d3f8 52652013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
604ede6c
TZ
5266
5267 * net/eww.el (eww-local-regex): New variable.
5268 (eww): Use it to detect localhost and similar.
5269
b6ffa04a
LL
52702013-11-21 Leo Liu <sdl.web@gmail.com>
5271
5272 Add completion for command `ag'.
2021a200
LL
5273 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5274 (pcomplete/ag): New function.
e9dc713d 5275 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
b6ffa04a 5276
d1a6bccc
SM
52772013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5280 (bug#14646).
5281 (make-obsolete): Remove interactive spec.
5282
2df10228
GM
52832013-11-21 Glenn Morris <rgm@gnu.org>
5284
5285 * startup.el (command-line-1): Use path-separator with -L.
5286
86fd16b6
TZ
52872013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5288
5289 * emacs-lisp/package.el (describe-package-1): Add package archive
5290 to shown fields.
5291
0449d6cd 52922013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
7a12a42b
BB
5293
5294 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5295 Change default to "# encoding: %s" to differentiate it from the
5296 default Ruby encoding comment template.
5297
dc7e8c17 52982013-11-20 era eriksson <era+emacsbugs@iki.fi>
5299
5300 * ses.el (ses-mode): Doc fix. (Bug#14748)
5301
f0cfa5fe
LL
53022013-11-20 Leo Liu <sdl.web@gmail.com>
5303
5304 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5305
826dc7b6
DN
53062013-11-19 Dan Nicolaescu <dann@gnu.org>
5307
5308 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5309 when rebase or bisect are in progress.
5310
a6e3a5d5
XF
53112013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5312
5313 * filenotify.el (file-notify-add-watch): Doc fix.
5314
f130cb76
LL
53152013-11-19 Leo Liu <sdl.web@gmail.com>
5316
e0855d7d
LL
5317 * obsolete/rcompile.el: Mark obsolete.
5318
f130cb76 5319 * progmodes/compile.el (compilation-start)
d1a6bccc
SM
5320 (compilation-goto-locus, compilation-find-file):
5321 Pass no-display-ok and handle nil value from display-buffer.
f130cb76
LL
5322 (Bug#13594)
5323
5324 * window.el (display-buffer-alist, display-buffer): Document the
9139632a
JL
5325 new parameter no-display-ok. Return either a window or nil
5326 but never a non-window value.
f130cb76 5327
1f35d401
SM
53282013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5329
25158c76
SM
5330 * electric.el (electric-indent-mode-map): Remove.
5331 (electric-indent-mode): Change the global-map instead (bug#15915).
5332
5333 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5334 Use add-function.
1f35d401 5335
9bc67baa
SM
53362013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5337
986545b5
SM
5338 * emacs-lisp/nadvice.el (remove-function): Align with
5339 add-function's behavior.
5340
9bc67baa
SM
5341 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5342 (gdb--string-regexp): New constant.
5343 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5344 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5345 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5346 submatch 1.
5347 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5348 Adjust use accordingly.
5349 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5350
56cd894e
AS
53512013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5352
5353 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5354 interpolation curlies (Bug#15914).
5355
014690de
JB
53562013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5357
5358 * calc/calc.el (calc-context-sensitive-enter): New variable.
5359 (calc-enter): Use `calc-context-sensitive-enter'.
5360
7e26a6c3
TZ
53612013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5362
5363 * progmodes/cfengine.el: Version bump.
5364 (cfengine-cf-promises): New defcustom to locate cf-promises.
5365 (cfengine3-vartypes): Add new "data" type.
5366 (cfengine3--current-word): New function to get current name-like
5367 word or its bounds.
5368 (cfengine3--current-function): New function to look up a CFEngine
5369 function's definition.
5370 (cfengine3-format-function-docstring): New function.
5371 (cfengine3-make-syntax-cache): New function.
5372 (cfengine3-documentation-function): New function: ElDoc glue.
5373 (cfengine3-completion-function): New function: completion glue.
5374 (cfengine3-mode): Set `compile-command',
5375 `eldoc-documentation-function', and add to
5376 `completion-at-point-functions'.
5377
355204dd
MA
53782013-11-16 Michael Albinus <michael.albinus@gmx.de>
5379
5380 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5381 `tramp-current-connection'.
5382
43cebc23
DG
53832013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5384
5385 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5386 nil/self/true/false with "end of symbol".
5387
a3fed6ff
BB
53882013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5389
5390 * subr.el (version-regexp-alist): Fix a typo.
5391
e675b3e4
MA
53922013-11-15 Michael Albinus <michael.albinus@gmx.de>
5393
5394 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5395 "en_US.utf8" and "LC_CTYPE" to "".
5396 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5397 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5398
a1f03e89
LL
53992013-11-15 Leo Liu <sdl.web@gmail.com>
5400
5401 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5402
5d9d9451
SM
54032013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5404
58362662
CS
5405 * progmodes/gud.el (ctl-x-map):
5406 Remove C-x SPC binding. (Bug#12342)
5d9d9451
SM
5407 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5408
6c1bf086
BB
54092013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5410
0d5363c4
BB
5411 * subr.el (version-regexp-alist):
5412 Recognize hg, svn and darcs versions as snapshot versions.
5413
4e9fc48c
BB
5414 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5415 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5416 (ruby--encoding-comment-required-p): Extract from
5417 `ruby-mode-set-encoding'.
5418 (ruby-mode-set-encoding): Add the ability to always insert an
5419 utf-8 encoding comment. Fix and simplify coding comment update
5420 logic.
6c1bf086 5421
2f7e72f8
MA
54222013-11-14 Michael Albinus <michael.albinus@gmx.de>
5423
5424 * net/tramp-gvfs.el (top): Run init code only when
5425 `tramp-gvfs-enabled' is not nil.
5426 (tramp-gvfs-enabled): Check also :system bus.
5427
0f137a73
SM
54282013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 Sync with upstream verilog-mode revision 78e66ba.
5431 * progmodes/verilog-mode.el (verilog-end-of-defun)
5432 (verilog-type-completion, verilog-get-list): Remove unused funcs.
5433 (verilog-get-end-of-defun): Remove unused argument.
5434 (verilog-comment-depth): Remove unused local `e'.
5435 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5436 Don't pass arg to verilog-get-end-of-defun.
5437
1c276bdd
GM
54382013-11-14 Glenn Morris <rgm@gnu.org>
5439
5440 * obsolete/assoc.el (aget): Prefix dynamic variable.
5441
5442 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5443
ff6ec81d
SM
54442013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * widget.el, hfy-cmap.el: Remove bogus package version number.
5447
75f777b6
GM
54482013-11-13 Glenn Morris <rgm@gnu.org>
5449
1d43dba1
GM
5450 * replace.el (replace-eval-replacement):
5451 Try to give more helpful error message. (Bug#15836)
5452
ff4b7bd5
GM
5453 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5454 (archive-7z-update): Avoid custom type mismatches.
5455
75f777b6
GM
5456 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5457
11151a06
MA
54582013-11-13 Michael Albinus <michael.albinus@gmx.de>
5459
e675b3e4 5460 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11151a06
MA
5461 address can be empty.
5462
5463 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5464 Accept nil SWITCHES.
5465 (tramp-gvfs-handle-write-region): Implement APPEND.
5466
7b08f97e
DG
54672013-11-12 Dmitry Gutov <dgutov@yandex.ru>
5468
5469 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
ff6ec81d
SM
5470 binary "|" operator and closing block args delimiter.
5471 Remove FIXME comment referring to Ruby 1.8-only syntax.
7b08f97e
DG
5472 (ruby-smie--implicit-semi-p): Not after "|" operator.
5473 (ruby-smie--closing-pipe-p): New function.
5474 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5475 (ruby-smie-rules): Indent after "|".
5476
f201cf3a
GM
54772013-11-12 Glenn Morris <rgm@gnu.org>
5478
5479 * ps-print.el (ps-face-attribute-list):
5480 Handle anonymous faces. (Bug#15827)
5481
e6f759f9
MR
54822013-11-12 Martin Rudalics <rudalics@gmx.at>
5483
5484 * window.el (display-buffer-other-frame): Fix doc-string.
5485 (Bug#15868)
5486
ecda65d4
SM
54872013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * subr.el (force-mode-line-update): Delete, move to buffer.c.
5490
7ce8fcc3
MA
54912013-11-11 Michael Albinus <michael.albinus@gmx.de>
5492
5493 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5494 (tramp-sh-handle-file-local-copy): Don't write a message when
5495 saving temporary files.
5496
5497 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5498 both directories are remote.
5499 (tramp-smb-handle-directory-files): Do not return double entries.
5500 Do not expand full file names.
5501 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5502 (tramp-smb-handle-write-region): Implement APPEND.
5503 (tramp-smb-get-stat-capability): Fix a stupid bug.
5504
7818df11
SM
55052013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5508
608c2085
NT
55092013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5510
5511 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5512 throwing error over malformed let/let* (bug#15814).
5513
122a7e46
SM
55142013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5515
5516 * iswitchb.el (iswitchb-mode): Mark obsolete.
5517
766284d9
GM
55182013-11-11 Glenn Morris <rgm@gnu.org>
5519
5520 * international/uni-bidi.el, international/uni-category.el:
5521 * international/uni-name.el, international/uni-numeric.el:
5522 Regenerate for Unicode 6.3.0.
5523
7072a4e9
MA
55242013-11-10 Michael Albinus <michael.albinus@gmx.de>
5525
5526 * net/tramp.el (tramp-methods):
5527 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5528 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5529
c9df215b
AS
55302013-11-09 Andreas Schwab <schwab@linux-m68k.org>
5531
608c2085
NT
5532 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5533 Force highlighting text after Summary keyword in doc face for rpm.
c9df215b 5534
fa47d796
DG
55352013-11-09 Dmitry Gutov <dgutov@yandex.ru>
5536
5537 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
608c2085 5538 available and the word has no wildcards, append one to the grep pattern.
fa47d796
DG
5539 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5540 (ispell-complete-word): Call `ispell-lookup-words' with the value
5541 independent of `ispell-look-p'.
5542
1629a329
DG
55432013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5544
5545 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5546 Not after "||".
5547 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5548 their parent.
5549
ad16897c
SM
55502013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5551
5552 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
5553 (ruby-font-lock-keywords): Use backquote.
5554
ffa2df72
DG
55552013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5556
5557 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5558 (ruby-smie--backward-token): Only consider full-string matches.
5559
5b97b4c0
JD
55602013-11-08 Jan Djärv <jan.h.d@swipnet.se>
5561
5562 * faces.el (describe-face): Add distant-foreground.
5563
71731c03
BB
55642013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
5565
4e9fc48c
BB
5566 * progmodes/ruby-mode.el: Improve encoding comment handling.
5567 (ruby-encoding-magic-comment-style): New option.
5568 (ruby-custom-encoding-magic-comment-template): New option.
655ab9a3
SM
5569 (ruby--insert-coding-comment, ruby--detect-encoding):
5570 New functions extracted from `ruby-mode-set-encoding'.
4e9fc48c
BB
5571 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5572 to control the style of the auto-inserted encoding comment.
71731c03 5573
da3b328d
DG
55742013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5575
ad16897c
SM
5576 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5577 Use `smie-backward-sexp' with token argument.
da3b328d 5578
1606c2d3
MA
55792013-11-08 Michael Albinus <michael.albinus@gmx.de>
5580
5581 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5582 Remove instrumentation code.
5583
b0f4c320
GM
55842013-11-08 Glenn Morris <rgm@gnu.org>
5585
5586 * progmodes/autoconf.el (autoconf-mode):
5587 Tweak comment-start-skip. (Bug#15822)
5588
43668fb1
SM
55892013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5592 at bobp (bug#15826).
5593 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5594
daddb3fd
DH
55952013-11-08 Darren Hoo <darren.hoo@gmail.com>
5596
5597 * man.el (Man-start-calling): New macro, extracted from
5598 Man-getpage-in-background.
5599 (Man-getpage-in-background): Use it.
5600 (Man-update-manpage): New command.
5601 (Man-mode-map): Bind it.
5602
1f923923
DG
56032013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5604
5605 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5606 of "and", "or", "&&" and "||".
5607 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5608 argument. Prohibit opening curly brace because it could only be a
5609 block opener in that position.
daddb3fd
DH
5610 (ruby-smie--forward-token, ruby-smie--backward-token):
5611 Separate "|" from "&" or "*" going after it. That can happen in block
1f923923
DG
5612 arguments.
5613 (ruby-smie--indent-to-stmt): New function, seeks the end of
5614 previous statement or beginning of buffer.
5615 (ruby-smie-rules): Use it.
5616 (ruby-smie-rules): Check if there's a ":" before a curly block
5617 opener candidate; if there is, it's a hash.
5618
3220d527
SM
56192013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5622 (cl--block-wrapper): Fix last accidental change.
5623
1eb1f9e0
MA
56242013-11-07 Michael Albinus <michael.albinus@gmx.de>
5625
5626 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5627 Instrument, in order to hunt failure on hydra.
5628
e6e4db3c
NT
56292013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5630
5631 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5632 malformed bindings form (bug#15814).
5633
b420ccfc
DG
56342013-11-07 Dmitry Gutov <dgutov@yandex.ru>
5635
5636 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1d1c86da
DG
5637 "." compared to " @ ". This incidentally fixes some indentation
5638 examples with "do".
e6e4db3c 5639 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1d1c86da
DG
5640 (ruby-smie-grammar): New tokens: "and" and "or".
5641 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5642 Exclude "and" and "or". Remove "do" in order to work around token
5643 priorities.
5644 (ruby-smie-rules): Add all infix tokens. Handle the case of
5645 beginning-of-buffer.
b420ccfc 5646
6b4ac03e
GM
56472013-11-06 Glenn Morris <rgm@gnu.org>
5648
5649 * Makefile.in (setwins_almost, setwins_for_subdirs):
5650 Avoid accidental matches.
5651
5ca114d1
SM
56522013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5653
5654 * menu-bar.el (popup-menu): Use key-binding.
5655
f72552bd
EZ
56562013-11-06 Eli Zaretskii <eliz@gnu.org>
5657
5658 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5659 menus, support also the menus produced by minor modes.
5660 (Bug#15817)
5661
5d5c701e
LL
56622013-11-06 Leo Liu <sdl.web@gmail.com>
5663
5664 * thingatpt.el (thing-at-point-looking-at): Add optional arg
e9dc713d 5665 DISTANCE to bound the search. All uses changed. (Bug#15808)
5d5c701e 5666
0a8b75e2
GM
56672013-11-06 Glenn Morris <rgm@gnu.org>
5668
5669 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
65de43ad
GM
5670 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5671 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
0a8b75e2 5672
a35287ea
SM
56732013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5674
feca4e2d
SM
5675 * electric.el (electric-indent-just-newline): New command.
5676 (electric-indent-mode-map): New keymap.
5677 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5678 Re-add :group which weren't redundant.
5679
a35287ea
SM
5680 * electric.el (electric-indent-local-mode): New minor mode.
5681 (electric-indent-functions-without-reindent): New var.
5682 (electric-indent-post-self-insert-function): Use it.
5683 * emacs-lisp/gv.el (buffer-local-value): Add setter.
5684
375761b2
EZ
56852013-11-05 Eli Zaretskii <eliz@gnu.org>
5686
9a6ad735
EZ
5687 * international/quail.el (quail-help): Be more explicit about the
5688 meaning of the labels shown on the keys. (Bug#15800)
5689
375761b2
EZ
5690 * startup.el (normal-top-level): Load the subdirs.el files before
5691 setting the locale environment. (Bug#15805)
5692
520a6e4a
SM
56932013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5694
0acfafef
SM
5695 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5696 via arguments so as to get the right ones (bug#15418).
5697
520a6e4a
SM
5698 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5699
15826261
MA
57002013-11-05 Michael Albinus <michael.albinus@gmx.de>
5701
5702 Fix problems found while writing a test suite.
5703
5704 * net/tramp-compat.el (tramp-compat-load): New defun.
5705 * net/tramp.el (tramp-handle-load): Use it.
5706
5707 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5708 "(numberp ok-if-already-exists)" correctly.
5709
d35f31a4
XF
57102013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5711
5712 * international/characters.el (glyphless-char-display-control):
5713 Add usage note.
5714
ae93bc74
BB
57152013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5716
520a6e4a
SM
5717 * progmodes/python.el (python-mode):
5718 * progmodes/scheme.el (scheme-mode):
5719 * progmodes/prolog.el (prolog-mode):
5720 * progmodes/ruby-mode.el (ruby-mode):
5721 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5722 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
ae93bc74 5723
0ade65b5
SM
57242013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5725
a0d5f7a4
SM
5726 * rect.el (rectangle--highlight-for-redisplay):
5727 * emacs-lisp/smie.el (smie--next-indent-change):
5728 Use buffer-chars-modified-tick.
5729
c93f3f5c
SM
5730 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5731
0ade65b5
SM
5732 * electric.el (electric-indent-post-self-insert-function):
5733 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5734
ef9dd188
HE
57352013-11-04 Helmut Eller <eller.helmut@gmail.com>
5736
5737 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5738
306e7308
NT
57392013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5740
5741 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5742 (bug#15786).
5743
e5afbcac
SM
57442013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5745
1d01ad41
SM
5746 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5747
e5afbcac
SM
5748 * progmodes/python.el: Fix up last change.
5749 (python-shell--save-temp-file): New function.
5750 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5751 `string' comes from the current buffer.
5752 (python-shell-send-string-no-output): Remove `msg' arg.
5753 (python--use-fake-loc): New var.
5754 (python-shell-buffer-substring): Obey it. Try to compensate for the
5755 extra coding line added by python-shell--save-temp-file.
5756 (python-shell-send-region): Use python-shell--save-temp-file and
5757 python-shell-send-file directly. Add `nomain' argument.
5758 (python-shell-send-buffer): Use python-shell-send-region.
5759 (python-electric-pair-string-delimiter): New function.
5760 (python-mode): Use it.
5761
d0065ff1
EZ
57622013-11-04 Eli Zaretskii <eliz@gnu.org>
5763
5764 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5765 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5766 environment and decoding all of the default-directory's to here
5767 from command-line.
5768 (command-line): Decode also argv[0].
5769
5770 * loadup.el: Error out if default-directory is a multibyte string
5771 when we are dumping.
5772
5773 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5774
7397c587
TZ
57752013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5776
5777 * emacs-lisp/package.el (package-menu-mode)
e5afbcac
SM
5778 (package-menu--print-info, package-menu--archive-predicate):
5779 Add Archive column to package list.
7397c587 5780
b27cc9fc
MA
57812013-11-04 Michael Albinus <michael.albinus@gmx.de>
5782
5783 Fix problems found while writing a test suite.
5784
5785 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5786 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5787 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5788 to nil when running original file name handler. Otherwise,
5789 there are problems with constructs like "$$FOO".
5790
5791 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5792 for `localname'.
5793
d8c4f18a
BB
57942013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5795
7b530552
BB
5796 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5797
5798 * subr.el (version<, version<=, version=):
5799 Update docstrings with information for snapshot versions.
5800
d8c4f18a
BB
5801 * helpers.el: New library for misc helper functions.
5802 (hash-table-keys): New function returning a list of hash keys.
5803 (hash-table-values): New function returning a list of hash values.
5804
dca01b09
DG
58052013-11-04 Dmitry Gutov <dgutov@yandex.ru>
5806
5807 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5808 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5809
0a749fa0
MN
58102013-11-04 Michal Nazarewicz <mina86@mina86.com>
5811
5812 * textmodes/fill.el (fill-single-char-nobreak-p): New function
5813 checking whether point is after a 1-letter word.
5814
58152013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
ec79b92b
NT
5816
5817 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5818 Don't infloop when expanding region over `multiline' syntax-type that
5819 begins a line (bug#15778).
5820
4aca7145
SM
58212013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5824 Make it into a proper minor mode.
9b017563 5825 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
4aca7145
SM
5826 (rectangle-mark-mode-map): New keymap.
5827 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5828
a0833f62
GM
58292013-11-04 Glenn Morris <rgm@gnu.org>
5830
5831 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5832
e61845c1
SM
58332013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5836 (ruby-smie-rules): Use smie-rule-parent instead.
5837
5838 * emacs-lisp/smie.el (smie-rule-parent): Always call
5839 smie-indent-virtual rather than only for hanging tokens.
5840 (smie--next-indent-change): New helper command.
5841
62942f89
GM
58422013-11-03 Glenn Morris <rgm@gnu.org>
5843
5844 * Makefile.in (abs_srcdir): Remove.
5845 (emacs): Unset EMACSLOADPATH.
5846
b0b9e592
GM
58472013-11-02 Glenn Morris <rgm@gnu.org>
5848
18ba6a33 5849 * Makefile.in (EMACS): Use a relative filename.
8061810d 5850 (abs_top_builddir): Remove.
18ba6a33
GM
5851 (custom-deps, finder-data, autoloads): Use --chdir.
5852
6a8b929e
GM
5853 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5854
c617f3d0
GM
5855 Use relative filenames in TAGS files.
5856 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5857 (lisptagsfiles4, TAGS): Use relative file names.
5858 (TAGS-LISP): Remove.
5859 (maintainer-clean): No more TAGS-LISP file.
5860
b0b9e592
GM
5861 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5862 (lisptagsfiles4): Use absolute filenames again.
5863 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5864 Remove all *loaddefs files, not just the first. Remove esh-groups.
5865 (maintainer-clean): Delete TAGS, TAGS-LISP.
5866
d1c0ea6a
BB
58672013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5868
e61845c1
SM
5869 * emacs-lisp/package.el (package-version-join):
5870 Recognize snapshot versions.
d1c0ea6a 5871
684d71c6
BB
58722013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5873
5874 * subr.el (version-regexp-alist): Add support for snapshot versions.
5875
3d42b968
DG
58762013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5877
e61845c1
SM
5878 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5879 New function, replacement for `smie-rule-parent' for when we want to
3d42b968
DG
5880 skip over our direct parent if it's an assignment token..
5881 (ruby-smie-rules): Use it.
5882
7ffd3721
DG
58832013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5884
8449dd1f 5885 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7ffd3721
DG
5886 unconditionally. Remove now unnecessary forward declarations.
5887 Remove XEmacs-specific setup.
5888 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5889 (ruby-font-lock-syntactic-keywords)
5890 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5891 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5892 (ruby-here-doc-end-syntax): Remove.
5893 (ruby-mode): Don't check whether `syntax-propertize-rules' is
5894 defined as function.
5895
a3996a2e
BB
58962013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5897
5898 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5899
6f9260e8
BB
59002013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5901
5902 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5903 table and abbrev table, `define-derived-mode' does that for us
5904 anyway.
5905
6014de84
GM
59062013-11-01 Glenn Morris <rgm@gnu.org>
5907
5908 * Makefile.in: Remove manual mh-e dependencies (writing .elc
5909 files is atomic for some time, so no parallel compilation issues).
5910
3c334c14
JD
59112013-11-01 Jan Djärv <jan.h.d@swipnet.se>
5912
5913 * faces.el (face-x-resources): Add :distant-foreground.
5914 (region): Use :distant-foreground for gtk and ns.
5915
9bc236c8
TH
59162013-11-01 Tassilo Horn <tsdh@gnu.org>
5917
5246583b 5918 Allow multiple bibliographies when BibLaTeX is used rather than
9bc236c8
TH
5919 BibTeX.
5920 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5921 (reftex-locate-bibliography-files): Us it.
5922
d14c81ee
CB
59232013-11-01 Claudio Bley <claudio.bley@googlemail.com>
5924
0e7690de
CB
5925 * image.el (image-type-header-regexps): Fix the 'pbm' part to
5926 allow comments in pbm files.
5927
d14c81ee
CB
5928 * term/w32-win.el (dynamic-library-alist): Support newer versions
5929 of libjpeg starting with v7: look only for the DLL from the
5930 version against which Emacs was built.
ac1bf374 5931 Support versions of libpng beyond 1.4.x.
019c8218 5932 Support libtiff v4.x.
d14c81ee 5933
983d0df5
BB
59342013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5935
5936 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5937 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5938 Add property :safe.
5939 (ruby-deep-arglist): Add property :type.
5940
47f58d85
GM
59412013-10-31 Glenn Morris <rgm@gnu.org>
5942
5943 * Makefile.in (custom-deps, finder-data): No need to setq the target
5944 variables, we are in the right directory and the defaults work fine.
5945
4f85b479
GM
59462013-10-30 Glenn Morris <rgm@gnu.org>
5947
ca7dd4cd
GM
5948 * Makefile.in (autoloads): Do not use abs_lisp.
5949
4f85b479
GM
5950 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5951 `newline' does not respect `standard-output', so use `princ'.
5952
cf59e41c
AA
59532013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
5954
5955 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
5956 * buff-menu.el (Buffer-menu--unmark): New function.
5957 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5958
74cf04fb
GM
59592013-10-30 Glenn Morris <rgm@gnu.org>
5960
b040b60e
GM
5961 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5962
f53d3815
GM
5963 * emacs-lisp/package.el (lm-homepage): Declare.
5964
5413d873
GM
5965 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5966 Fix doc typos.
5967
cecedb36
GM
5968 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5969
74cf04fb
GM
5970 * Makefile.in (finder-data, autoloads, update-subdirs)
5971 (compile-main, compile-clean, compile-always, bootstrap-clean):
5972 Check return value of cd.
5973 (compile-calc): Remove.
5974
195ee2f0
SM
59752013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5976
ae4002ce
SM
5977 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5978
5979 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5980 (byte-compile-and-folded): New function.
5981 (=, <, >, <=, >=): Use it.
5982
5983 * dos-w32.el (minibuffer-history-case-insensitive-variables)
5984 (path-separator, null-device, buffer-file-coding-system)
5985 (lpr-headers-switches): Check system-type before modifying them.
5986 (find-buffer-file-type-coding-system): Mark obsolete.
5987 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5988 find-file-not-found-set-buffer-file-coding-system.
35e951cd 5989 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
ae4002ce 5990 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
35e951cd 5991 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
ae4002ce
SM
5992 (w32-direct-print-region-helper, w32-direct-print-region-function)
5993 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5994 * startup.el (normal-top-level-add-subdirs-to-load-path):
5995 * ps-print.el (ps-print-region-function):
5996 * lpr.el (print-region-function): Use new name.
5997
53b39e89
SM
5998 * subr.el (custom-declare-variable-early): Remove function.
5999 (custom-declare-variable-list): Remove var.
6000 (error, user-error): Remove `while' loop.
6001 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6002 (user-emacs-directory-warning, locate-user-emacs-file):
6003 Move to files.el.
6004 * simple.el (read-quoted-char-radix, read-quoted-char):
6005 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6006 Move from subr.el.
6007 * custom.el (custom-declare-variable-list): Don't process
6008 custom-declare-variable-list.
6009
195ee2f0
SM
6010 * progmodes/python.el (python-shell-get-buffer): New function.
6011 (python-shell-get-process): Use it.
6012 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6013 Python which encoding was used. Don't split-string since we only care
6014 about the first line. Return the temp-file, if applicable.
6015 (python-shell-send-region): Tell compile.el how to turn locations in
6016 the temp-file into locations in the source buffer.
6017
7e3561ee
SM
60182013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6019
4c9797cb
SM
6020 * subr.el (undefined): Add missing behavior from the C code for
6021 unbound keys.
6022
3472b6c6
SM
6023 * rect.el: Use lexical-binding. Add new rectangular region support.
6024 (rectangle-mark): New command.
6025 (rectangle--region): New var.
6026 (deactivate-mark-hook): Reset rectangle--region.
6027 (rectangle--extract-region, rectangle--insert-for-yank)
6028 (rectangle--highlight-for-redisplay)
6029 (rectangle--unhighlight-for-redisplay): New functions.
6030 (region-extract-function, redisplay-unhighlight-region-function)
6031 (redisplay-highlight-region-function): Use them to handle
6032 rectangular region.
6033 * simple.el (region-extract-function): New var.
6034 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6035 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6036 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6037 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6038 (redisplay-unhighlight-region-function)
6039 (redisplay-highlight-region-function): New vars.
6040 (redisplay--update-region-highlight): New function.
6041 (pre-redisplay-function): Use it.
6042 (exchange-point-and-mark): Don't deactivate the mark before
6043 reactivate-it anyway.
6044 * comint.el (comint-kill-region): Remove yank-handler argument.
6045 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6046 (delete-char): Remove property, since it's now part of their
6047 default behavior.
6048 (self-insert-iso): Remove property since this command doesn't exist.
6049
7e3561ee
SM
6050 * emacs-lisp/package.el (package--download-one-archive)
6051 (describe-package-1): Don't query the user about final newline.
6052
b9bef71f
DC
60532013-10-29 Daniel Colascione <dancol@dancol.org>
6054
6055 * net/tramp.el (tramp-methods): Document new functionality.
6056 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6057 tramp-hostname-checker if method provides one instead of scanning
6058 argument list for "%h" to decide hostname acceptability.
6059
4efc33f0
MA
60602013-10-28 Michael Albinus <michael.albinus@gmx.de>
6061
6062 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6063 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6064 Handle COPY-CONTENTS. (Bug#15737)
6065
ed42a877
DU
60662013-10-28 Daiki Ueno <ueno@gnu.org>
6067
9b017563 6068 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7e3561ee 6069 Document that this option has no effect with GnuPG 2.0 (bug#15552).
ed42a877 6070
18c9f8a2
XF
60712013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6072
35e951cd 6073 * image.el (defimage, image-load-path): Doc fixes.
18c9f8a2 6074
b1e8e010
AM
60752013-10-27 Alan Mackenzie <acm@muc.de>
6076
6077 Indent statements in macros following "##" correctly.
7e3561ee
SM
6078 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6079 Modify the "#" arm of a cond form to handle "#" and "##" operators.
b1e8e010 6080
73d40d1e 60812013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
fdab3d0b
NT
6082
6083 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6084
c8c605ac
DG
60852013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6086
6087 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6088 after `=' is probably a new expression.
6089
ca7e59d4
RS
60902013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6091
6092 * man.el (man-imenu-title): New option.
6093 (Man-mode-map): Add menu. (Bug#15722)
6094 (Man-mode): Add imenu to menu.
6095
bae91342
DG
60962013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6097
6098 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6099 specific in what the first arg can be: a non-keyword word,
6100 string/regexp/percent literal opener, opening paren, or unary
6101 operator followed directly by word.
6102
eb89dc14
SM
61032013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6104
6105 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6106 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6107 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6108 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6109 Remove vars, they do not apply any more.
6110 (prolog-mode-abbrev-table): Remove redundant declaration.
6111 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6112 (prolog-use-smie): Remove.
6113 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6114 supported by prolog-electric-if-then-else-flag.
6115 (prolog-mode-variables, prolog-menu): Use setq-local.
6116 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6117 Remove binding to `Backspace' since this key doesn't exist anyway.
6118 Remove bindings for electric self-inserting keys.
6119 (prog-mode): Assume it's defined.
6120 (prolog-post-self-insert): New function.
6121 (prolog-mode): Use it.
6122 (prolog-indent-line, prolog-indent-level)
6123 (prolog-find-indent-of-matching-paren)
6124 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6125 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6126 (prolog-goto-next-paren, prolog-in-string-or-comment)
6127 (prolog-tokenize, prolog-inside-mline-comment)
6128 (prolog-find-start-of-mline-comment): Remove functions.
6129 (prolog-find-unmatched-paren, prolog-clause-end)
6130 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6131 (prolog-electric--if-then-else): Rename from
6132 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6133 (prolog-tokenize-searchkey): Remove const.
6134 (prolog-clause-info): Use forward-sexp.
6135 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6136 (prolog-electric-if-then-else): Remove commands.
6137 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6138 for use in post-self-insert-hook.
6139 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6140 for use in post-self-insert-hook.
6141 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6142 for use in post-self-insert-hook.
6143 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6144 adapt it for use in post-self-insert-hook.
6145
3dab0a83
MA
61462013-10-25 Michael Albinus <michael.albinus@gmx.de>
6147
6148 * emacs-lisp/ert.el (ert-run-tests-interactively):
6149 Use `completing-read'. (Bug#9756)
6150
fbfd0e1d
EZ
61512013-10-25 Eli Zaretskii <eliz@gnu.org>
6152
6153 * simple.el (line-move): Call line-move-1 instead of
6154 line-move-visual when the current window hscroll is zero, but
6155 temporary-goal-column indicates we will need to hscroll as result
6156 of the movement. (Bug#15712)
6157
963ce636
DG
61582013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6159
6160 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
eb89dc14
SM
6161 capitalization. Use :visible instead of :active.
6162 Fix `ruby-indent-exp' reference. Add menu items for the generic
963ce636
DG
6163 commands that are used with SMIE.
6164 (ruby-do-end-to-brace): Insert space after `{'.
6165
a0be396a
JA
61662013-10-25 John Anthony <john@jo.hnanthony.com>
6167
f73754c9
JA
6168 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6169
6170 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
a0be396a 6171
f5bf77df
GM
61722013-10-25 Glenn Morris <rgm@gnu.org>
6173
6174 * vc/vc.el (vc-print-log): Don't use a working revision unless
6175 one was explicitly specified. (Bug#15322)
6176
37241f62
SM
61772013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6178
6179 * subr.el (add-to-list): Preserve return value in compiler-macro
6180 (bug#15692).
6181
6408a65d
RS
61822013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6183
6184 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6185 result. Ask user to retry using '-all' flag. (Bug#15701)
6186
71e3276b
SM
61872013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * emacs-lisp/smie.el: New smie-config system.
6190 (smie-config): New defcustom.
6191 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6192 (smie-config-guess, smie-config-save): New commands.
6193 (smie-config--mode-local, smie-config--buffer-local)
6194 (smie-config--trace, smie-config--modefuns): New vars.
6195 (smie-config--advice, smie-config--mode-hook)
6196 (smie-config--setter, smie-config-local, smie-config--get-trace)
6197 (smie-config--guess-value, smie-config--guess): New functions.
6198 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6199 text properties. Treat "string fence" syntax like string syntax.
6200
6201 * progmodes/sh-script.el (sh-use-smie): Change default.
6202 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6203 (sh-var-value): Simplify by CSE.
6204 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6205 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6206 is used.
6207 (sh-guess-basic-offset): Use cl-incf.
6208 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6209
60db713e
HE
62102013-10-24 Helmut Eller <eller.helmut@gmail.com>
6211
6212 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6213 (bug#15699).
6214
8b251df6
GM
62152013-10-24 Glenn Morris <rgm@gnu.org>
6216
6217 * Makefile.in (abs_top_srcdir): Remove.
6218 (update-subdirs): Use relative path to update-subdirs.
6219
6be0e22b
EZ
62202013-10-24 Eli Zaretskii <eliz@gnu.org>
6221
6222 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6223 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
60db713e
HE
6224 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6225 Call unmsys--file-name before expand-file-name, not after it.
6be0e22b 6226
50b5b857
MA
62272013-10-24 Michael Albinus <michael.albinus@gmx.de>
6228
6229 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6230 (ert-test-skipped): New error.
6231 (ert-skip, ert-stats-skipped): New defuns.
6232 (ert--skip-unless): New macro.
6233 (ert-test-skipped): New struct.
6234 (ert--run-test-debugger, ert-test-result-type-p)
6235 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6236 (ert--stats-set-test-and-result, ert-char-for-test-result)
6237 (ert-string-for-test-result, ert-run-tests-batch)
60db713e 6238 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3dab0a83 6239 Handle skipped tests. (Bug#9803)
50b5b857 6240
6f317c2f
GM
62412013-10-24 Glenn Morris <rgm@gnu.org>
6242
e43817c1
GM
6243 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6244
6f317c2f
GM
6245 * Makefile.in (abs_top_srcdir): New, set by configure.
6246 (update-subdirs): Correct build-aux location.
6247
369bbf71
DG
62482013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6249
8297b2cf
DG
6250 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6251 value, whether we could auto-deduce `backend', or not.
6252
369bbf71
DG
6253 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6254 with parameters" example. Simplify the "is it block or is it
6255 hash" check, but also make it more thorough.
6256
d5f1282f
MF
62572013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6258
6259 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6260
bc4aaa31
SM
62612013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6262
03d44565
SM
6263 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6264 { if it is hanging.
6265
bc4aaa31
SM
6266 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6267 :before ";".
6268
f493ff19
JB
62692013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6270
6271 * progmodes/compile.el (compilation-directory-matcher)
6272 (compilation-page-delimiter):
6273 Support GNU Make-4.0 directory quoting. (Bug#15678)
6274
c744a3b9
LL
62752013-10-23 Leo Liu <sdl.web@gmail.com>
6276
6277 * ido.el (ido-tidy): Handle read-only text.
6278
b8e3b0a9
GM
62792013-10-23 Glenn Morris <rgm@gnu.org>
6280
6281 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6282 (emacs, compile, compile-always):
6283 Quote entities that might contain whitespace.
6284 (custom-deps, finder-data, autoloads): Use abs_lisp.
6285 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6286 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6287 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6288
ee4282cd
DG
62892013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6290
bc4aaa31
SM
6291 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6292 Use `following-char'.
7790a270 6293
ee4282cd 62942013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790a270
SM
6295
6296 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6297 * progmodes/ruby-mode.el (ruby-smie-rules):
6298 Remove corresponding workaround. Fix indentation rule of ";" so it
6299 also applies when ";" is the parent.
6300
d40a46d7
XF
63012013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6302
6303 * frame.el (display-screens, display-pixel-height)
6304 (display-pixel-width, display-mm-width, display-backing-store)
6305 (display-save-under, display-planes, display-color-cells)
7790a270
SM
6306 (display-visual-class, display-monitor-attributes-list):
6307 Mention the optional ‘display’ argument in doc strings.
d40a46d7 6308
a0f143c9
MG
63092013-10-22 Michael Gauland <mikelygee@amuri.net>
6310
6311 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6312 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6313
18cacc39
DG
63142013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6315
6316 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6317 TODO. Add "." after " @ ".
6318 (ruby-smie--at-dot-call): New function. Checks if point at method
6319 call with explicit target.
6320 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6321 to the method name tokens when it precedes them.
6322 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6323 (ruby-smie-rules): Add rule for indentation before and after "."
6324 token.
6325
df74c4be
SM
63262013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6327
c6dab55f
SM
6328 * textmodes/remember.el (remember-diary-extract-entries):
6329 Avoid add-to-list.
6330
df74c4be
SM
6331 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6332 an instruction.
6333
8c1ae481
DG
63342013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6335
e9dc713d
JB
6336 * progmodes/ruby-mode.el (ruby-smie-grammar):
6337 Add (almost) all infix operators.
cfef16c0
DG
6338 (ruby-smie--implicit-semi-p): Add new operator chars.
6339
8c1ae481
DG
6340 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6341 `smie-down-list'.
6342 (ruby-smie--args-separator-p): Check that there's no newline
6343 between method call and its arguments.
6344
87756ca9
AM
63452013-10-20 Alan Mackenzie <acm@muc.de>
6346
6347 Allow comma separated lists after Java "implements".
6348
df74c4be
SM
6349 * progmodes/cc-engine.el (c-backward-over-enum-header):
6350 Parse commas.
87756ca9
AM
6351 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6352 from a "disallowed" list in enum fontification.
6353
c25f8957
JB
63542013-10-20 Johan Bockgård <bojohan@gnu.org>
6355
df74c4be 6356 * startup.el (default-frame-background-mode): Remove unused defvar.
4a5da22b 6357
c25f8957
JB
6358 * progmodes/verilog-mode.el (verilog-mode): Don't set
6359 comment-indent-function globally.
6360
aca5fcdc
JD
63612013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6362
5f161884
JD
6363 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6364 Move Info menu item creation to ns-win.el.
6365
6366 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6367 in menu bar.
6368
a6c4680a 6369 * menu-bar.el: Move GNUstep specific menus...
aca5fcdc
JD
6370
6371 * term/ns-win.el (ns-initialize-window-system): ... to here.
6372
914b7f98
SM
63732013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6374
6375 * simple.el (newline): Only run post-self-insert-hook when
6376 called interactively.
6377
846ffe77
JB
63782013-10-19 Johan Bockgård <bojohan@gnu.org>
6379
6380 * icomplete.el (icomplete-with-completion-tables): Add :version.
6381
033f22dd
AM
63822013-10-19 Alan Mackenzie <acm@muc.de>
6383
6384 Fix fontification bugs with constructors and const.
6385
6386 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6387 CASE 2) Remove the check for the absence of a suffix construct
6388 after a function declaration with only types (no identifiers) in
6389 the parentheses. Also, accept a function declaration with just a
6390 type inside the parentheses, if this type can be positively
6391 recognised as such, or if a prefix keyword like "explicit" nails
6392 down the construct as a declaration.
6393
58ce0cfc
EZ
63942013-10-19 Eli Zaretskii <eliz@gnu.org>
6395
6396 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6397 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6398 the problem whereby selecting a menu item that leads to a
6399 minibuffer prompt moves the cursor out of the minibuffer window,
6400 making it hard to type at the prompt. Suggested by Stefan Monnier
6401 <monnier@iro.umontreal.ca>.
6402
50e28e7d
JD
64032013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6404
6405 * menu-bar.el: Don't make Services menu.
6406
7deed4bf
RS
64072013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6408
6409 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6410 (ffap-alist): Use ffap-c++-mode for c++-mode.
6411 (ffap-c++-path): New variable.
6412 (ffap-c++-mode): New function.
6413
7bcb455b
JVJ
64142013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6415
6416 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6417
f0ff1cd5
MA
64182013-10-18 Michael Albinus <michael.albinus@gmx.de>
6419
6420 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6421 introduced on 2013-09-08, which results in an infinite loop
6422 requesting a password.
6423
d64da4b7
GM
64242013-10-18 Glenn Morris <rgm@gnu.org>
6425
6426 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6427
ea89ff08
WS
64282013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
6429
6430 Sync with upstream verilog-mode revision 1a6ecec7.
6431 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6432 (verilog-mode-release-date): Remove.
6433 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6434 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6435 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6436 (verilog-auto-tieoff-ignore-regexp)
6437 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6438 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6439 (verilog-signals-with, verilog-dir-cache-preserving)
6440 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6441 Doc fixes.
6442 (verilog-case-fold): New option, to control case folding in
6443 regexp searches, bug597.
6444 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6445 (verilog-string-match-fold, verilog-in-paren-count)
6446 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6447 (verilog-at-close-struct-p): New functions.
6448 (verilog-beg-block-re-ordered, verilog-extended-case-re)
35e951cd 6449 (verilog-forward-sexp, verilog-set-auto-endcomments)
ea89ff08
WS
6450 (verilog-leap-to-case-head): Handle "unique0" case.
6451 (verilog-in-constraint-re): New constant.
6452 (verilog-keywords, verilog-type-font-keywords):
6453 Add some SystemVerilog 1800-2012 keywords.
6454 (verilog-label-be): Remove unimplemented argument, bug669.
6455 (verilog-batch-execute-func): When batch expanding clear
6456 create-lockfiles to prevent spurious user locks when a file ends
6457 up not changing.
6458 (verilog-calculate-indent, verilog-calc-1)
6459 (verilog-at-close-constraint-p, verilog-at-constraint-p)
6460 (verilog-do-indent): Fix indentation of nested constraints
6461 and structures.
6462 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6463 (verilog-auto-inst-param): Use verilog-string-match-fold.
6464 (verilog-read-inst-module-matcher):
6465 Fix AUTOINST on gate primitives with #1.
6466 (verilog-read-decls): Fix double-declaring user-defined typed signals.
6467 Reads all user-defined typed variables.
6468 (verilog-read-defines): Fix reading definitions inside comments, bug647.
6469 (verilog-signals-matching-regexp)
6470 (verilog-signals-not-matching-regexp, verilog-auto):
6471 Respect verilog-case-fold.
6472 (verilog-diff-report): Fix line count.
6473 (verilog-auto-assign-modport): Remove unused local `modi'.
6474 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6475 better handle multidimensional arrays.
6476 Fix packed array ports misadding bit index in AUTOINST, bug637.
6477 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6478 to not double-declare existing outputs and inputs, respectively.
6479 (verilog-template-map): Bind U to verilog-sk-uvm-component.
6480 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6481 (verilog-sk-uvm-component): New skeleton.
6482 (verilog-submit-bug-report): Add verilog-case-fold,
6483 remove verilog-mode-release-date.
6484
ef566920
BR
64852013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
6486
a12bf61e 6487 * subr.el (sit-for): Call (input-pending-p t) so as to behave
ef566920
BR
6488 as before.
6489
29df8a0b
RT
64902013-10-18 Reuben Thomas <rrt@sc3d.org>
6491
e0eb0550 6492 * textmodes/remember.el (remember): Set buffer-offer-save in
29df8a0b
RT
6493 remember buffers (bug#13566).
6494
04a19a79
DC
64952013-10-18 Daniel Colascione <dancol@dancol.org>
6496
6497 When evaluating forms in ielm, direct standard output to ielm
6498 buffer. Add new ielm-return-for-effect command. Remove trailing
6499 whitespace throughout.
6500
6501 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6502 (ielm-return-for-effect): New command.
6503 (ielm-send-input): Accept optional `for-effect' parameter.
df74c4be
SM
6504 (ielm-eval-input): Accept optional `for-effect' parameter.
6505 Bind `standard-output' to stream we create using
04a19a79
DC
6506 `ielm-standard-output-impl'. Suppress printing result when
6507 `for-effect'.
6508 (ielm-standard-output-impl): New function.
6509 (inferior-emacs-lisp-mode): Explain new features in documentation.
6510
4c1f03ef
MA
65112013-10-17 Michael Albinus <michael.albinus@gmx.de>
6512
6513 Code cleanup.
6514
6515 * net/tramp.el (tramp-debug-message): Do not check for connection
6516 buffer.
6517 (tramp-message): Use "vector" connection property.
6518
6519 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6520 (tramp-equal-remote, tramp-eshell-directory-change)
6521 * net/tramp-adb.el (tramp-adb-handle-copy-file)
6522 (tramp-adb-handle-rename-file)
6523 * net/tramp-cmds.el (tramp-list-remote-buffers)
6524 (tramp-cleanup-connection, tramp-cleanup-this-connection)
6525 * net/tramp-compat.el (tramp-compat-process-running-p)
6526 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6527 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6528 (tramp-gvfs-handle-rename-file)
6529 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6530 (tramp-set-file-uid-gid)
6531 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6532 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6533 of `file-remote-p'.
6534
6535 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6536 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6537 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6538 (tramp-gw-open-network-stream): Suppress unrelated traces.
6539
6540 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6541 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6542 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6543 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6544 connection property.
6545
6546 * net/tramp-cache.el (top): Suppress traces when reading
f0ff1cd5 6547 persistency file.
4c1f03ef
MA
6548
6549 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6550 Refactor common code. Improve debug message.
6551 (tramp-maybe-open-connection)
6552 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6553 connection buffer too early.
6554
6555 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6556 from `tramp-smb-actions-with-acl'.
6557 (tramp-smb-actions-set-acl): New defconst.
6558 (tramp-smb-handle-copy-directory)
6559 (tramp-smb-action-get-acl): New defun, renamed from
6560 `tramp-smb-action-with-acl'.
6561 (tramp-smb-action-set-acl): New defun.
6562 (tramp-smb-handle-set-file-acl): Rewrite.
6563
642eb8b6
GM
65642013-10-17 Glenn Morris <rgm@gnu.org>
6565
6566 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
6567
85527ff3
SM
65682013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6569
921c1d62
SM
6570 * skeleton.el (skeleton-newline): Remove.
6571 (skeleton-internal-1): Use (insert "\n") instead.
6572
e333fb10
SM
6573 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6574 let-bindings.
6575
85527ff3
SM
6576 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6577 forward-sexp-function while we redo its job (bug#15613).
6578
c8722a97
JB
65792013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
6580
6581 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6582 represented by lists.
6583
7a550bbb
GM
65842013-10-16 Glenn Morris <rgm@gnu.org>
6585
6586 * tmm.el (tmm--history): New dynamic variable.
6587 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
6588
f19da8ad
MA
65892013-10-16 Michael Albinus <michael.albinus@gmx.de>
6590
6591 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6592 (tramp-smb-errors): Add error messages.
6593 (tramp-smb-actions-with-acl): New defconst.
afe1e4c8 6594 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
f19da8ad
MA
6595 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6596 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6597 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6598 (tramp-smb-get-stat-capability): Fix tests.
6599
a24b9961
DK
66002013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
6601
6602 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6603 (bug#15580).
6604
62ad85e6
GM
66052013-10-16 Glenn Morris <rgm@gnu.org>
6606
0283d6b0
GM
6607 * ansi-color.el (ansi-color-drop-regexp):
6608 Add 1J, 1K, 2K. (Bug#15617)
6609
012e2f9f
GM
6610 * files.el (hack-local-variables--warned-lexical): New.
6611 (hack-local-variables):
6612 Warn about misplaced lexical-binding. (Bug#15616)
6613
62ad85e6
GM
6614 * net/eww.el (eww-render): Always set eww-current-url,
6615 and update header line. (Bug#15622)
6616 (eww-display-html): ... Rather than just doing it here.
6617
6456c0ea
EZ
66182013-10-15 Eli Zaretskii <eliz@gnu.org>
6619
6620 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6621 menu navigations commands.
6622
c2de5588
DK
66232013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
6624
6625 * progmodes/subword.el (subword-capitalize): Be careful when
6626 the search for [[:alpha:]] fails (bug#15580).
6627
ccd4a783
EZ
66282013-10-14 Eli Zaretskii <eliz@gnu.org>
6629
6630 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6631 to commands that scroll the menu.
6632
1eda1d8d
DG
66332013-10-14 Dmitry Gutov <dgutov@yandex.ru>
6634
c2de5588
DK
6635 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6636 Handle methods ending with `?' and `!'.
1eda1d8d 6637
e70181b8
AM
66382013-10-14 Akinori MUSHA <knu@iDaemons.org>
6639
6640 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6641 `japanese-cp932' to `cp932' to fix the problem where saving a
6642 source file written in Shift_JIS twice would end up having
6643 `coding: japanese-cp932' which Ruby could not recognize.
6644 (ruby-mode-set-encoding): Add support for encodings mapped to nil
6645 in `ruby-encoding-map'.
6646 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6647 doesn't need to be explicitly declared in magic comment.
6648 (ruby-encoding-map): Add type declaration for better customize UI.
6649
9148ee92
GM
66502013-10-13 Glenn Morris <rgm@gnu.org>
6651
a5d38e34
GM
6652 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6653 Occur buffers are read-only. http://bugs.debian.org/720775
6654
9148ee92
GM
6655 * emacs-lisp/authors.el (authors-fixed-entries):
6656 Comment out old alpha stuff.
6657
a9ba094b
DG
66582013-10-13 Dmitry Gutov <dgutov@yandex.ru>
6659
6660 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6661 to `after-save-hook' instead of `before-save-hook'.
6662 (ruby-mode-set-encoding): Use the value of coding system used to
6663 write the file. Call `basic-save-buffer-1' after modifying the
6664 buffer.
6665
7a068717
AM
66662013-10-13 Alan Mackenzie <acm@muc.de>
6667
6668 Fix indentation/fontification of Java enum with
6669 "implements"/generic.
6670
c2de5588
DK
6671 * progmodes/cc-engine.el (c-backward-over-enum-header):
6672 Extracted from the three other places and enhanced to handle generics.
7a068717
AM
6673 (c-inside-bracelist-p): Uses new function above.
6674 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6675 function above.
6676 (c-font-lock-enum-tail): Uses new function above.
6677
85b64f02
KH
66782013-10-13 Kenichi Handa <handa@gnu.org>
6679
6680 * international/mule-cmds.el (select-safe-coding-system): Remove a
6681 superfluous condition in chekcing whether a coding system is safe
6682 or not.
6683
fc7f501b
OK
66842013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
6685
6686 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
6687
fdcb2049
AP
66882013-10-13 Andreas Politz <politza@hochschule-trier.de>
6689
6690 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
6691
8c106d17
GM
66922013-10-13 Glenn Morris <rgm@gnu.org>
6693
feab892d
GM
6694 * menu-bar.el (menu-bar-update-buffers):
6695 Unify Buffers menu prompt string. (Bug#15576)
6696
b22d0686
GM
6697 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
6698
8c106d17
GM
6699 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6700 Add some entries.
6701 (authors-fixed-entries): Use accented form of name.
6702
1b12c797
SM
67032013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6704
650fa7bf 6705 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
e70181b8 6706 method calls (bug#15594).
650fa7bf
SM
6707 (ruby-smie--args-separator-p): New function.
6708 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6709 recognize paren-free method calls.
6710
1b12c797
SM
6711 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6712 internals of universal-argument.
6713
029619c8
EZ
67142013-10-11 Eli Zaretskii <eliz@gnu.org>
6715
6716 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
f747170f
EZ
6717 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6718 dropped menu on second mouse click on the menu bar.
029619c8 6719
dd070019
SM
67202013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6723 (explicit-shell-file-name): Declare.
6724 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6725 (sh-completion-at-point-function): New function.
6726 (sh-mode): Use it.
6727 (sh-smie--keyword-p): Remove unused argument.
6728 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6729 vars.
6730 (sh-set-shell): Always setup SMIE, even if we use the
6731 old indentation code.
6732
0922b826
DG
67332013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6734
b68e2926
DG
6735 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6736 cases of ? and =.
6737 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6738 predicate would return nil are almost non-existent.
6739 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6740
0922b826
DG
6741 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6742 cache also after commands that modify the buffer but don't move
6743 point.
6744
ee041f2d
SM
67452013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * env.el (substitute-env-in-file-name): New function.
6748 (substitute-env-vars): Extend the meaning of the optional arg.
6749
a5dab159
EZ
67502013-10-10 Eli Zaretskii <eliz@gnu.org>
6751
6752 * term/w32-win.el (dynamic-library-alist): Define separate lists
6753 of GIF DLLs for versions before and after 5.0.0 of giflib.
6754 (Bug#15531)
6755
0449d6cd 67562013-10-10 João Távora <joaotavora@gmail.com>
db138698
JT
6757
6758 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6759 not locked, use last revision and current source as
6760 defaults. (Bug#15569)
6761
2f6e161e
MY
67622013-10-10 Masatake YAMATO <yamato@redhat.com>
6763
6764 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6765 menu-bar is hidden.
6766
6c8413fc
MR
67672013-10-10 Martin Rudalics <rudalics@gmx.at>
6768
6769 * window.el (pop-to-buffer-same-window): Fix doc-string.
6770 (Bug#15492)
6771
20832de0
SM
67722013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6775
c6e8ae77
AC
67762013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6777
6778 * calendar/icalendar.el (icalendar-import-file):
6779 Fix interactive spec. (Bug#15482)
6780
9db13baf
GM
67812013-10-10 Glenn Morris <rgm@gnu.org>
6782
9271e90e
GM
6783 * desktop.el (desktop-save): Default to saving in .emacs.d,
6784 since PWD is no longer in desktop-path by default. (Bug#15319)
6785
9db13baf
GM
6786 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6787 now that text mode has a menu with the same entry.
6788 (menu-bar-text-mode-auto-fill): Remove now unused func.
6789 * textmodes/text-mode.el (text-mode-map):
6790 Use auto-fill help text from menu-bar.el.
6791
a0be396a 67922013-10-10 John Anthony <john@jo.hnanthony.com>
a066720c
JA
6793
6794 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6795
2edcd3c7
JL
67962013-10-09 Juri Linkov <juri@jurta.org>
6797
6798 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6799 instead of this-command-keys. Add universal-argument-more and
6800 universal-argument-minus to the list of prefix commands. (Bug#15568)
6801
574411d0
GM
68022013-10-09 Glenn Morris <rgm@gnu.org>
6803
14afa541
GM
6804 * vc/vc-svn.el (vc-svn-create-repo):
6805 Expand paths in file://... url. (Bug#15446)
6806
574411d0
GM
6807 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6808 Add some entries.
6809 (authors): Remove unused local variables.
6810
79804536
SM
68112013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * profiler.el: Create a more coherent calltree from partial backtraces.
6814 (profiler-format): Hide the tail with `invisible' so that C-s can still
6815 find the hidden elements.
6816 (profiler-calltree-depth): Don't recurse so enthusiastically.
6817 (profiler-function-equal): New hash-table-test.
6818 (profiler-calltree-build-unified): New function.
6819 (profiler-calltree-build): Use it.
6820 (profiler-report-make-name-part): Indent the calltree less.
6821 (profiler-report-mode): Add visibility specs for profiler-format.
6822 (profiler-report-expand-entry, profiler-report-toggle-entry):
6823 Expand the whole subtree when provided with a prefix arg.
6824
238150c8
DG
68252013-10-09 Dmitry Gutov <dgutov@yandex.ru>
6826
6827 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6828 iuwu-mod token.
6829 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6830 hanging iuwu-mod token.
6831 (ruby-smie--forward-token): Do not include a dot after a token in
6832 that token.
6833 (ruby-smie--backward-token): Likewise.
6834
b0949cc4
JL
68352013-10-08 Juri Linkov <juri@jurta.org>
6836
6837 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6838 to isearch-other-control-char.
6839 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6840 and isearch-post-command-hook to post-command-hook.
6841 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6842 and isearch-post-command-hook from post-command-hook.
6843 (isearch-unread-key-sequence)
6844 (isearch-reread-key-sequence-naturally)
6845 (isearch-lookup-scroll-key, isearch-other-control-char)
6846 (isearch-other-meta-char): Remove functions.
6847 (isearch-pre-command-hook, isearch-post-command-hook):
6848 New functions based on isearch-other-meta-char rewritten
6849 relying on the new behavior of overriding-terminal-local-map
6850 that does not replace the local keymaps any more. (Bug#15200)
6851
4ed77415
EZ
68522013-10-08 Eli Zaretskii <eliz@gnu.org>
6853
6854 Support menus on text-mode terminals.
6855 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6856 functionality.
6857
6858 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6859
c2de5588
DK
6860 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6861 Move here from mouse.el.
4ed77415
EZ
6862 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6863 and arrow keys.
6864 (tty-menu-navigation-map): New map for TTY menu navigation.
6865
6866 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6867
6868 * frame.el (display-mouse-p): Report text-mode mouse as available
6869 on w32.
6870 (display-popup-menus-p): Report availability if mouse is
6871 available; don't condition on window-system.
6872
6873 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6874 (tty-menu-selected-face): New faces.
6875
b7d5bd82
TL
68762013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6877
06286513
SM
6878 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6879 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6880 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6881 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6882 New constants.
6883 (lisp-mode-variables): New `elisp' argument.
6884 (emacs-lisp-mode): Use it.
6885 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6886 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6887
b7d5bd82
TL
6888 * indent.el: Use lexical-binding.
6889 (indent-region): Add progress reporter.
6890 (tab-stop-list): Make it implicitly extend to infinity by repeating the
6891 last step.
6892 (indent--next-tab-stop): New function to implement this behavior.
6893 (tab-to-tab-stop, move-to-tab-stop): Use it.
6894
68952013-10-08 Teemu Likonen <tlikonen@iki.fi>
6896
6897 * indent.el (indent-rigidly--current-indentation): New function.
6898 (indent-rigidly-map): New var.
6899 (indent-rigidly): Use it to provide interactive mode (bug#8196).
6900
5ea75d23
BG
69012013-10-08 Bastien Guerry <bzg@gnu.org>
6902
f2726fa2 6903 * register.el (insert-register): Fix 2013-10-07 change.
5ea75d23 6904
cc5da1ec
SM
69052013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6906
8ffa1a0b
SM
6907 * progmodes/perl-mode.el: Use lexical-binding.
6908 Remove redundant :group args.
6909 (perl-nochange): Change default to be closer to other major modes's
6910 standard behavior.
6911 (perl-indent-line): Don't consider text on current line as a
6912 valid beginning of function from which to indent.
6913
f2223371
SM
6914 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6915 with more than one argument (bug#15538).
6916
44256060
SM
6917 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6918
cc5da1ec
SM
6919 * vc/pcvs.el: Use lexical-binding.
6920 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6921 environment of `eval'.
6922 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6923 than a list of expressions. Adjust callers.
6924 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6925
0ea1599d
DG
69262013-10-07 Dmitry Gutov <dgutov@yandex.ru>
6927
6928 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
cc5da1ec 6929 case of the dot in a chained method call being on the following line.
0ea1599d 6930
da3e5ebb
SM
69312013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6932
2abb4e65
SM
6933 * electric.el (electric-indent-inhibit): New var.
6934 (electric-indent-post-self-insert-function): Use it.
6935 * progmodes/python.el (python-mode): Set it.
6936
d2e0e795
SM
6937 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6938 open braces.
6939
6940 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6941
bdc6b4c8
SM
6942 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6943 (css-mode): Use electric-indent-chars.
6944
da3e5ebb
SM
6945 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6946 (font-lock-beg, font-lock-end): Move before first use.
6947 (nxml-mode): Use syntax-propertize-function.
6948 (nxml-after-change, nxml-after-change1): Adjust accordingly.
6949 (nxml-extend-after-change-region): Remove.
6950 * nxml/xmltok.el: Use lexical-binding.
6951 (xmltok-save): Use `declare'.
6952 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6953 * nxml/nxml-util.el: Use lexical-binding.
6954 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6955 Use `declare'.
6956 * nxml/nxml-ns.el: Use lexical-binding.
6957 (nxml-ns-save): Use `declare'.
6958 (nxml-ns-prefixes-for): Avoid add-to-list.
6959 * nxml/rng-match.el: Use lexical-binding.
6960 (rng--ipattern): Use cl-defstruct.
6961 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6962 (rng-cons-group-after, rng-subst-group-after)
6963 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6964 Use closures instead of `(lambda...).
6965
f8f91d5d
MA
69662013-10-07 Michael Albinus <michael.albinus@gmx.de>
6967
6968 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6969 of BEG and END.
6970
da3e5ebb
SM
6971 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6972 Use `tramp-handle-insert-file-contents'.
f8f91d5d
MA
6973 (tramp-gvfs-handle-insert-file-contents): Remove function.
6974
da3e5ebb
SM
6975 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6976 Use `save-restriction' in order to keep markers.
f8f91d5d
MA
6977
6978 * net/trampver.el: Update release number.
6979
7ccae3b1
SM
69802013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6981
55ca2c0d
SM
6982 * progmodes/compile.el (compilation-parse-errors):
6983 Use compilation--put-prop.
6984 (compilation--ensure-parse): Check compilation-multiline.
6985
731fc3ae
SM
6986 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6987
da3e5ebb
SM
6988 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6989 lexical-binding.
a5833280 6990
2e7ba2c2
SM
6991 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6992
7ccae3b1
SM
6993 * progmodes/ruby-mode.el: Fix recently added tests.
6994 (ruby-smie-grammar): Add - and +.
6995 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6996 (ruby-smie--backward-id): New functions.
6997 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6998 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
6999 any more.
7000
85698d63
LL
70012013-10-07 Leo Liu <sdl.web@gmail.com>
7002
7003 * register.el (register-preview-delay)
7004 (register-preview-functions): New variables.
7005 (register-read-with-preview, register-preview)
7006 (register-describe-oneline): New functions.
7007 (point-to-register, window-configuration-to-register)
7008 (frame-configuration-to-register, jump-to-register)
7009 (number-to-register, view-register, insert-register)
7010 (copy-to-register, append-to-register, prepend-to-register)
7011 (copy-rectangle-to-register): Use register-read-with-preview to
7012 read register. (Bug#15525)
7013
3986af6c
DS
70142013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7015
7016 * net/network-stream.el (network-stream-open-starttls): Don't add
7017 --insecure if it's already present, because that gnutls-cli
7018 rejects getting that parameter twice.
7019
5cd9cda9
DG
70202013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7021
7022 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7023 keyword, too.
7024
da9ea6d9
DG
70252013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7026
7027 * newcomment.el (comment-use-global-state): Change default value
7028 to t, mark obsolete (Bug#15251).
7029 (comment-beginning): In addition to `comment-to-syntax', check the
7030 value of `comment-use-global-state'.
7031
34d1a133
SM
70322013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7033
7034 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7035 (ruby-comment-column): Follow the global default, by default.
7036 (ruby-smie-grammar): Add assignment syntax.
7037 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7038 open-paren, a comma, or a \.
7039 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7040 and line continuations.
7041 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7042 followed by implicit semi-colons. Add rule for string concatenation
7043 and for indentation at BOB.
27821a89 7044 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
34d1a133
SM
7045
7046 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7047 calling next-sexp, since next-token may have skipped chars which
7048 next-sexp doesn't know should be skipped!
7049
6f6ab820
LL
70502013-10-05 Leo Liu <sdl.web@gmail.com>
7051
34d1a133
SM
7052 * progmodes/octave.el (octave-send-region):
7053 Call compilation-forget-errors.
6f6ab820 7054
34ca0f4c
XF
70552013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7056
7057 * vc/vc-svn.el (vc-svn-find-admin-dir):
7058 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7059 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7060 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7061 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7062
a27c1b72
SM
70632013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7066
258ab3bc
SM
70672013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * subr.el (read-passwd): Hide chars even when called within a context
7070 where after-change-functions is disabled (bug#15501).
7071 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7072 until we removed ourself from overriding-terminal-local-map.
7073
939fb29c
LL
70742013-10-04 Leo Liu <sdl.web@gmail.com>
7075
258ab3bc
SM
7076 * progmodes/octave.el (inferior-octave-mode):
7077 Call compilation-forget-errors.
939fb29c 7078
63bd7f35
XF
70792013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7080
7081 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7082
9e6229fa
MA
70832013-10-04 Michael Albinus <michael.albinus@gmx.de>
7084
7085 * net/secrets.el (secrets-create-collection): Add optional
7086 argument ALIAS. Use proper Label keyword. Append ALIAS as
7087 dbus-call-method argument. (Bug#15516)
7088
1dab32a3
LL
70892013-10-04 Leo Liu <sdl.web@gmail.com>
7090
7091 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7092 (inferior-octave-compilation-font-lock-keywords): New variables.
7093 (compilation-error-regexp-alist)
7094 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7095 (inferior-octave-mode): Use compilation-shell-minor-mode.
7096
6cad7ba3
JS
70972013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7098
7099 * minibuffer.el (completion--replace): Be careful that `end' might be
7100 a marker.
7101
acbadd00
DU
71022013-10-03 Daiki Ueno <ueno@gnu.org>
7103
7104 Add support for package signature checking.
7105 * emacs-lisp/package.el (url-http-file-exists-p)
7106 (epg-make-context, epg-context-set-home-directory)
7107 (epg-verify-string, epg-context-result-for)
7108 (epg-signature-status, epg-signature-to-string)
7109 (epg-check-configuration, epg-configuration)
7110 (epg-import-keys-from-file): Declare.
7111 (package-check-signature): New user option.
7112 (package-unsigned-archives): New user option.
7113 (package-desc): Add `signed' field.
7114 (package-load-descriptor): Set `signed' field if .signed file exists.
7115 (package--archive-file-exists-p): New function.
7116 (package--check-signature): New function.
7117 (package-install-from-archive): Check package signature.
7118 (package--download-one-archive): Check archive signature.
7119 (package-delete): Remove .signed file.
7120 (package-import-keyring): New command.
7121 (package-refresh-contents): Import default keyring.
7122 (package-desc-status): Add "unsigned" status.
7123 (describe-package-1, package-menu--print-info)
7124 (package-menu-mark-delete, package-menu--find-upgrades)
7125 (package-menu--status-predicate): Support "unsigned" status.
7126
adf2aa61
SM
71272013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7130 the new compilation scheme using the new byte-codes.
7131
7132 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7133 (byte-pophandler): New byte codes.
7134 (byte-goto-ops): Adjust accordingly.
7135 (byte-compile--use-old-handlers): New var.
7136 (byte-compile-catch): Use new byte codes depending on
7137 byte-compile--use-old-handlers.
7138 (byte-compile-condition-case--old): Rename from
7139 byte-compile-condition-case.
7140 (byte-compile-condition-case--new): New function.
7141 (byte-compile-condition-case): New function that dispatches depending
7142 on byte-compile--use-old-handlers.
7143 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7144 when we can.
7145
7146 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7147 Optimize under `condition-case' and `catch' if
7148 byte-compile--use-old-handlers is nil.
7149 (disassemble-offset): Handle new bytecodes.
7150
328a8179
SM
71512013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * subr.el (error): Use `declare'.
7154 (decode-char, encode-char): Use advertised-calling-convention instead
7155 of the docstring to discourage use of the `restriction' arg.
7156
15a1e936
DU
71572013-10-03 Daiki Ueno <ueno@gnu.org>
7158
7159 * epg.el (epg-verify-file): Add a comment saying that it does not
7160 notify verification error as a return value nor a signal.
7161 (epg-verify-string): Ditto.
7162
376f862a
KR
71632013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7164
7165 * progmodes/compile.el (compilation-start): Try globbing the arg to
7166 `cd' (bug#15417).
7167
a2f93a5f
MA
71682013-10-02 Michael Albinus <michael.albinus@gmx.de>
7169
7170 Sync with Tramp 2.2.8.
7171
7172 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7173 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7174 * net/trampver.el: Update release number.
7175
0daa0804
JD
71762013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7177
7178 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7179 and default-process-coding-system for darwin only.
7180
abd1ae34
SM
71812013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7184
be4e325d
MH
71852013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7186
7187 * vc/vc-git.el (vc-git-grep): Disable pager.
7188
e9155c4a
DG
71892013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7190
494e898b
DG
7191 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7192 Use :url instead of :homepage, as per
7193 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7194
e9155c4a
DG
7195 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7196 non-nil, use `syntax-ppss' (Bug#15251).
7197
481a8e0f
RS
71982013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7199
be4e325d
MH
7200 * progmodes/octave.el (inferior-octave-startup-file):
7201 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 7202
056453c6
DG
72032013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7204
be4e325d
MH
7205 * emacs-lisp/package.el (package-desc-from-define):
7206 Accept additional arguments as plist, convert them to an alist and store
7207 them in the `extras' slot.
056453c6
DG
7208 (package-generate-description-file): Convert extras alist back to
7209 plist and append to the `define-package' form arguments.
7210 (package--alist-to-plist): New function.
7211 (package--ac-desc): Add `extras' slot.
7212 (package--add-to-archive-contents): Check if the archive-contents
7213 vector is long enough, and if it is, pass its `extras' slot value
7214 to `package-desc-create'.
7215 (package-buffer-info): Call `lm-homepage', pass the returned value
7216 to `package-desc-from-define'.
7217 (describe-package-1): Render the homepage button (Bug#13291).
7218
be4e325d
MH
7219 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7220 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 7221
832966e5
JD
72222013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7223
7224 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7225 and default-process-coding-system to utf-8-unix (Bug#15402).
7226
6cfe977d
XF
72272013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7228
7229 * subr.el (looking-back): Do not recommend using looking-back.
7230
38de11bd
AM
72312013-09-28 Alan Mackenzie <acm@muc.de>
7232
7233 Fix indentation/fontification of Java enum with "implements".
7234
7235 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7236 regexp which matches "implements", etc., in Java.
7237 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7238 specifier clauses coming after "enum".
7239 * progmodes/cc-fonts.el (c-font-lock-declarations)
7240 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7241 after "enum".
7242
1610938f
JD
72432013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7244
7245 * faces.el (region): Change ns_selection_color to
7246 ns_selection_fg_color, add ns_selection_bg_color.
7247
e090f499
LL
72482013-09-28 Leo Liu <sdl.web@gmail.com>
7249
4d2e94d1
LL
7250 * progmodes/octave.el (inferior-octave-completion-table)
7251 (inferior-octave-completion-at-point): Minor tweaks.
7252
e090f499
LL
7253 * textmodes/ispell.el (ispell-lookup-words): Rename from
7254 lookup-words. (Bug#15460)
7255 (lookup-words): Obsolete.
7256 (ispell-complete-word, ispell-command-loop): All uses changed.
7257
7e138a62
RS
72582013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7259
a12bf61e 7260 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7e138a62
RS
7261 (octave-mode-menu): Add octave-send-buffer.
7262 (octave-send-buffer): New function.
7263
5af5ed08
RS
72642013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7265
a12bf61e 7266 * progmodes/octave.el (octave-mode-map): Add key binding for
5af5ed08
RS
7267 octave-lookfor.
7268 (octave-mode-menu): Add octave-lookfor.
7269 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7270 octave-lookfor.
7271 (octave-lookfor): New function.
7272
3b7b2692
SM
72732013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7274
35e951cd 7275 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
3b7b2692
SM
7276 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7277 its convention.
7278 (cl--loop-set-iterator-function): New function.
7279 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7280 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7281 Bind `it' with `let' instead of substituting it with `cl-subst'.
7282 (cl--unused-var-p): New function.
7283 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7284 Eliminate some unused variable warnings (bug#15326).
7285
529fb53f
TH
72862013-09-27 Tassilo Horn <tsdh@gnu.org>
7287
7288 * doc-view.el (doc-view-scale-reset): Rename from
7289 `doc-view-reset-zoom-level'.
7290 (doc-view-scale-adjust): New command.
7291 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7292 `doc-view-scale-adjust'.
7293
0550c95a
TH
72942013-09-26 Tassilo Horn <tsdh@gnu.org>
7295
7296 * doc-view.el (doc-view-reset-zoom-level): New command.
7297 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7298 zoom commands (bug#15466).
7299
6950f152
KH
73002013-09-26 Kenichi Handa <handa@gnu.org>
7301
7302 * international/quail.el (quail-help): Make it not a command.
7303
39587580
LL
73042013-09-26 Leo Liu <sdl.web@gmail.com>
7305
7306 * minibuffer.el (completion-all-sorted-completions): Make args
7307 optional as they are.
7308
00578659
DC
73092013-09-25 Daniel Colascione <dancol@dancol.org>
7310
7311 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7312 specs are and that they're not evaluated.
7313
0c173878
SS
73142013-09-24 Sam Steingold <sds@gnu.org>
7315
7316 * midnight.el (clean-buffer-list-kill-regexps)
7317 (clean-buffer-list-kill-buffer-names): Update for the new Man
7318 buffer naming which includes the object name.
7319
84998447
SM
73202013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7323 (eshell-parse-command, eshell-parse-pipeline): Use it since
7324 eshell-separate-commands requires a dynamic scoped var.
7325 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7326
33215353
LL
73272013-09-23 Leo Liu <sdl.web@gmail.com>
7328
7329 * autoinsert.el (auto-insert-alist): Make the value of
7330 lexical-binding match its file setting.
7331
57b16162
JB
73322013-09-23 Juanma Barranquero <lekktu@gmail.com>
7333
c8af4e67
JB
7334 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7335
57b16162
JB
7336 * autoarg.el (autoarg-kp-digit-argument):
7337 * electric.el (Electric-command-loop):
7338 * kmacro.el (kmacro-step-edit-insert):
7339 Do not set universal-argument-num-events.
7340
7186ba60
LL
73412013-09-22 Leo Liu <sdl.web@gmail.com>
7342
7343 * files.el (interpreter-mode-alist): Add octave.
7344
ece15004
AM
73452013-09-21 Alan Mackenzie <acm@muc.de>
7346
7347 C++: fontify identifier in declaration following "public:" correctly.
7348 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7349 to match "public", etc.
7350 (c-decl-prefix-re): Add ":" into the C++ value.
7351 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7352 bit. Add a check for a ":" preceded by "public", etc.
7353
75d83e22
EZ
73542013-09-21 Eli Zaretskii <eliz@gnu.org>
7355
7356 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7357 recognized by GDB 7.5 and later.
7358
d052d3bd
XF
73592013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7360
7361 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7362
31dca772
R
73632013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * subr.el (internal--call-interactively): New const.
7366 (called-interactively-p): Use it (bug#3984).
7367
98ccf24e
XF
73682013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7369
7370 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
7371 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7372 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 7373
c39cc7d1
SM
73742013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7377 (eshell-ls-orig-insert-directory): Remove.
7378 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7379 (eshell-ls-use-in-dired): Use advice-add/remove.
7380 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7381 Add `orig-fun' arg for use in :around advice.
7382 Make it check (redundantly) eshell-ls-use-in-dired.
7383
9a0289a2
GM
73842013-09-19 Glenn Morris <rgm@gnu.org>
7385
a2c501b8
GM
7386 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7387
c440407a
GM
7388 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7389
9a0289a2
GM
7390 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7391
85e05915
MA
73922013-09-19 Michael Albinus <michael.albinus@gmx.de>
7393
7394 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7395 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7396 (tramp-get-remote-python): New defuns.
7397 (tramp-get-remote-uid-with-perl)
7398 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7399 contributed by yary <not.com@gmail.com> (tiny change).
7400 (tramp-get-remote-uid-with-python)
7401 (tramp-get-remote-gid-with-python): New defuns. Python code
7402 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7403 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7404
ce503312
GM
74052013-09-19 Glenn Morris <rgm@gnu.org>
7406
f7544773
GM
7407 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7408
72fd2877
GM
7409 * eshell/em-unix.el (eshell-remove-entries):
7410 Rename argument to avoid name-clash with global `top-level'.
7411
336b5a56
GM
7412 * eshell/esh-proc.el (eshell-kill-process-function):
7413 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7414 (eshell-reset-after-proc): Remove unused arg `proc'.
7415
57a3a53d
GM
7416 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7417 (directory-files-and-attributes): Mark unused arg.
7418
3261d4af
GM
7419 * eshell/em-unix.el (eshell-remove-entries):
7420 Remove unused arg `path'. Update callers.
7421
8e51b5d0
GM
7422 * eshell/em-hist.el (eshell-hist-parse-arguments):
7423 Remove unused arg `silent'. Update callers.
7424
ce503312
GM
7425 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7426 Fix (f)boundp mix-up.
7427
7428 * eshell/em-smart.el (eshell-smart-scroll-window)
7429 (eshell-disable-after-change):
336b5a56 7430 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 7431
ee3ce8a7
AM
74322013-09-18 Alan Mackenzie <acm@muc.de>
7433
7434 Fix fontification of type when followed by "const".
7435 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7436 "known" types from fontification.
7437
ec9177ba
GM
74382013-09-18 Glenn Morris <rgm@gnu.org>
7439
7bb3e768
GM
7440 * emacs-lisp/chart.el (x-display-color-cells): Declare.
7441 (chart-face-list): Drop Emacsen without display-color-p.
7442
5148da15
GM
7443 * net/eww.el (libxml-parse-html-region): Declare.
7444 (eww-display-html): Explicit error if no libxml2 support.
7445
2f68e157
GM
7446 * doc-view.el (doc-view-mode): Silence --without-x compilation.
7447
9019d095
GM
7448 * image.el (image-type-from-buffer, image-multi-frame-p):
7449 Remove --without-x warning/error.
67645389 7450
5f30349b 7451 * mouse.el (mouse-yank-primary):
45069b2e 7452 * term.el (term-mouse-paste):
5f30349b
GM
7453 Reorder to silence --without-x compilation.
7454
cd8edbbe
GM
7455 * mpc.el (doc-view-mode): Silence --without-x compilation.
7456
8a78544e
GM
7457 * mail/rmailmm.el (rmail-mime-set-bulk-data):
7458 Silence --without-x compilation.
7459
12679bfd
GM
7460 * progmodes/gud.el (gud-find-file, gud-mode):
7461 Silence --without-x compilation.
7462 (tooltip-mode): Declare.
30810a05 7463
f0047cb9
GM
7464 * wdired.el (dired-backup-overwrite): Remove declaration.
7465 (wdired-mode-map): Add doc string.
7466
e740f9d2
GM
7467 * custom.el (x-get-resource): Declare.
7468
92d77c89
GM
7469 * eshell/em-glob.el (ange-cache):
7470 * eshell/em-unix.el (ange-cache): Declare.
7471
76e69577
GM
7472 * faces.el (x-display-list, x-open-connection, x-get-resource):
7473 Declare.
7e58af4b
GM
7474
7475 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7476 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7477 Declare.
76e69577 7478
4bd4c0af 7479 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 7480
ffb82dbd
GM
7481 * net/gnutls.el (gnutls-log-level): Declare.
7482
986ed135
GM
7483 * net/shr.el (image-size, image-animate): Declare.
7484
e740f9d2
GM
7485 * simple.el (font-info): Declare.
7486
d2f3e9f8
GM
7487 * subr.el (x-popup-dialog): Declare.
7488
047a1a4c
GM
7489 * term/common-win.el (x-select-enable-primary)
7490 (x-last-selected-text-primary, x-last-selected-text-clipboard):
7491 Declare.
7492
f4a1d572
GM
7493 * term/ns-win.el (x-handle-args): Declare.
7494
e843de77
GM
7495 * term/x-win.el (x-select-enable-clipboard): Declare.
7496
5fa89513
GM
7497 * term/w32-win.el (create-default-fontset): Declare.
7498
38702b5b
GM
7499 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7500 Declare.
7501
e740f9d2
GM
7502 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7503 (fit-frame-to-buffer): Explicit error if --without-x.
7504 (mouse-autoselect-window-select): Silence compiler.
7505
49a053fc
GM
7506 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7507
7508 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7509 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7510 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 7511 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
7512 Remove unused local variables.
7513
7514 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7515
ec9177ba
GM
7516 * textmodes/two-column.el: Make 2C-split work for --without-x.
7517 (scroll-bar-columns): Autoload.
7518 (top-level): Require fringe when compiling.
7519
9f25cb77
LL
75202013-09-18 Leo Liu <sdl.web@gmail.com>
7521
7522 * subr.el (add-hook): Robustify to handle closure as well.
7523
2b42da98
GM
75242013-09-17 Glenn Morris <rgm@gnu.org>
7525
7526 * simple.el (messages-buffer-mode-map): Unbind "g".
7527
e8b66a6a
SM
75282013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7529
9c0ad4f7
SM
7530 * help-mode.el (help-mode-finish): Use derived-mode-p.
7531 Remove obsolete highlighting.
7532
7a806dfb
SM
7533 * play/life.el (life-mode): Use define-derived-mode. Derive from
7534 special-mode.
7535 (life): Let-bind inhibit-read-only.
7536 (life-setup): Avoid `setq'. Use `life-mode'.
7537
96dbf5a8
SM
7538 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7539 which should not be needed any more.
7540 (package-menu-refresh, package-menu-describe-package): Use user-error.
7541
e8b66a6a
SM
7542 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7543 (eshell-post-rewrite-command-hook): Make obsolete.
7544 (eshell-parse-command): Simplify.
7545 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7546 (eshell--cmd): Declare.
7547 (eshell-parse-pipeline): Remove unused var `final-p'.
7548 Pass a dynvar to eshell-post-rewrite-command-hook.
7549 Implement the new eshell-post-rewrite-command-function.
7550 (eshell-invoke-directly): Remove unused arg `input'.
7551 * eshell/esh-io.el (eshell-io-initialize):
7552 Use eshell-post-rewrite-command-function (bug#15399).
7553 (eshell--apply-redirections): Rename from eshell-apply-redirections;
7554 adjust to new calling convention.
7555 (eshell-create-handles): Rename args to avoid clashing with dynvar
7556 `standard-output'.
7557
90582f05
GM
75582013-09-17 Glenn Morris <rgm@gnu.org>
7559
7560 * simple.el (messages-buffer-mode): New major mode.
7561 (messages-buffer): New function.
7562 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7563 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 7564 (ert-run-test): Use `messages-buffer' function.
90582f05 7565 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
7566 * help.el (view-echo-area-messages): Use `messages-buffer' function.
7567 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 7568
39eb0cb5 75692013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
7570
7571 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7572
1d42e5b6 7573 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
1f1e06e2 7574
70568a90
SM
75752013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7576
504a0381
SM
7577 * icomplete.el (icomplete-in-buffer): New var.
7578 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7579 vars and replace them with functions.
7580 (icomplete-minibuffer-setup): Adjust accordingly.
7581 (icomplete--completion-table, icomplete--completion-predicate)
7582 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7583 New functions.
7584 (icomplete-forward-completions, icomplete-backward-completions)
7585 (icomplete-simple-completing-p, icomplete-exhibit)
7586 (icomplete-completions): Use them.
7587 (icomplete--in-region-buffer): New var.
7588 (icomplete--in-region-setup): New function.
7589 (icomplete-mode): Use it.
7590
70568a90
SM
7591 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7592 (bug#15379).
7593 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7594 return args and options.
7595 (eshell-eval-using-options): Use the new return value of
7596 eshell--do-opts to set the options's vars in their scope.
7597 (eshell--set-option): Rename from eshell-set-option.
7598 Add arg `opt-vals'.
7599 (eshell--process-option): Rename from eshell-process-option.
7600 Add arg `opt-vals'.
7601 (eshell--process-args): Use an `opt-vals' alist to store the options's
7602 values during their processing and return them additionally to the
7603 remaining args.
7604
578c21bc
DG
76052013-09-15 Dmitry Gutov <dgutov@yandex.ru>
7606
7607 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7608 continuation character an operator, as far as indentation is
7609 concerned (Bug#15369).
7610
c089653d
MR
76112013-09-15 Martin Rudalics <rudalics@gmx.at>
7612
7613 * window.el (window--state-put-2): Don't process buffer state
7614 when buffer doesn't exist any more (Bug#15382).
7615
1e53bb4b
GM
76162013-09-15 Glenn Morris <rgm@gnu.org>
7617
30753242
GM
7618 * eshell/em-unix.el (eshell/rm):
7619 Make -f ignore missing files. (Bug#15373)
7620
1e53bb4b
GM
7621 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
7622 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7623 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7624
0d8863b3
GM
76252013-09-14 Glenn Morris <rgm@gnu.org>
7626
7627 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7628
d3fc6549
GM
76292013-09-13 Glenn Morris <rgm@gnu.org>
7630
7631 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7632 (dired-guess-default): Make `file' available in the env. (Bug#15363)
7633
fcd42c11
DA
76342013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7635
7636 * frame.el (x-focus-frame): Mark as declared in frame.c.
7637
7830899f
SM
76382013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7639
7640 * ls-lisp.el: Use advice-add.
7641 (original-insert-directory): Remove.
7642 (ls-lisp--insert-directory): Rename from insert-directory; add
7643 `orig-fun' argument.
7644 (insert-directory): Advise.
7645
84387cd2
EZ
76462013-09-13 Eli Zaretskii <eliz@gnu.org>
7647
7648 * term.el (term-emulate-terminal): Decode the command string
7649 before passing it to term-command-hook. (Bug#15337)
7650
35ffc6ba
GM
76512013-09-13 Glenn Morris <rgm@gnu.org>
7652
5c3f9bcc
GM
7653 * eshell/esh-util.el (ange-cache): Move declaration earlier.
7654
2ada368a
GM
7655 * eshell/esh-ext.el (eshell-search-path): Declare.
7656
fcef2e13
GM
7657 * eshell/em-prompt.el (eshell/pwd): Autoload it.
7658 Otherwise an error occurs if eshell-dirs module not loaded.
7659
35ffc6ba
GM
7660 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7661
35c3d36e
MA
76622013-09-13 Michael Albinus <michael.albinus@gmx.de>
7663
7664 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7665 `tramp-check-proper-host'. Check for a valid method name.
7666
7667 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7668 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7669 * net/tramp-sh.el (tramp-maybe-open-connection):
7670 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7671
7672 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7673 also for hash values.
7674
ae5e4c48
SM
76752013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7676
379add74
SM
7677 * term/ns-win.el (parameters): Don't declare as dynamic.
7678 (before-make-frame-hook): Don't add ineffective function.
7679
ae5e4c48
SM
7680 * eshell/*.el: Use lexical-binding (bug#15231).
7681
b5623270
KH
76822013-09-12 Kenichi Handa <handa@gnu.org>
7683
ae5e4c48 7684 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 7685
30213927
GM
76862013-09-12 Glenn Morris <rgm@gnu.org>
7687
be94d713 7688 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 7689 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 7690
44915370
GM
7691 * subr.el (do-after-load-evaluation): Also give compiler warnings
7692 when obsolete files are used (except by obsolete files).
7693
a6ae021f
GM
7694 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7695 in the status output, assume `filename' is the first. (Bug#15322)
7696
40e64f0c
GM
7697 * vc/vc.el (vc-deduce-fileset): Doc fix.
7698
16d9f896
GM
7699 * calc/calc-help.el (Info-goto-node):
7700 * progmodes/cperl-mode.el (Info-find-node):
7701 * vc/ediff.el (Info-goto-node): Update declarations.
7702
dea01c6e
GM
7703 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7704
759880bf 7705 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
7706 (vc-bzr-pull): Require vc-dispatcher.
7707 * vc/vc-git.el (vc-compilation-mode): Declare.
7708 (vc-git-pull): Require vc-dispatcher.
7709
08d66420
GM
7710 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7711
30b626e9
GM
7712 * progmodes/octave.el (help-button-action): Declare.
7713
8c05cb10
GM
7714 * shell.el (shell-directory-tracker): Output error as a message
7715 rather than just returning it as a string.
7716 (shell-process-pushd): Remove useless use of message.
7717
30213927
GM
7718 * dframe.el (dframe-timer-fn):
7719 * files.el (dir-locals-read-from-file):
7720 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7721 (mpc-format):
7722 * reveal.el (reveal-post-command):
7723 * saveplace.el (load-save-place-alist-from-file):
7724 * shell.el (shell-resync-dirs):
7725 * w32-common-fns.el (x-get-selection-value):
7726 * emacs-lisp/copyright.el (copyright-find-copyright):
7727 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7728 * emulation/tpu-edt.el (tpu-copy-keyfile):
7729 * play/bubbles.el (bubbles--mark-neighbourhood):
7730 * progmodes/executable.el
7731 (executable-make-buffer-file-executable-if-script-p):
7732 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7733
d3b049e6
SM
77342013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7735
170266d0
SM
7736 Cleanup Eshell to rely less on dynamic scoping.
7737 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7738 last-value, and ext-command here. Bind `args' closer to `body'.
7739 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7740 (eshell--args): Declare new dynamic var.
7741 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7742 last-value, and ext-command. Pass `args' to `body'.
7743 (eshell-process-args): Bind eshell--args.
7744 (eshell-set-option): Use eshell--args.
7745 * eshell/eshell.el (eshell): Use derived-mode-p.
7746 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7747 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7748 (eshell-glob-function): Declare.
7749 * eshell/esh-util.el: Require cl-lib.
7750 (eshell-read-hosts-file): Avoid add-to-list.
7751 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7752 `err'.
7753 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7754 Declare.
7755 (eshell/diff): Remove unused var `err'.
7756 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7757 `killflag'.
7758 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7759 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7760 first use.
7761 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7762 Move declaration before first use.
7763 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
7764 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7765 rely on cl-return.
7766
56834f3b
GM
77672013-09-12 Glenn Morris <rgm@gnu.org>
7768
7769 * term/ns-win.el (global-map): Remove binding for ispell-next,
7770 deleted 1999-05-29. (Bug#15357)
7771
5c91a2b8
GM
77722013-09-11 Glenn Morris <rgm@gnu.org>
7773
da712f22
GM
7774 * echistory.el (electric-command-history): Remove call to deleted func.
7775
512e4cdc
GM
7776 * play/landmark.el (landmark-mode): Fix typos.
7777
d3506ca5
GM
7778 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7779 Check cvs-sort-ignore-file is bound.
7780
5c91a2b8
GM
7781 * savehist.el: No need for cl when compiling on Emacs.
7782
feeff482
SM
77832013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7784
656bd483
SM
7785 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7786 (bug#15338).
d3b049e6
SM
7787 (eshell-self-insert-command, eshell-send-invisible):
7788 Remove unused argument.
656bd483
SM
7789 (eshell-handle-control-codes): Remove unused var `orig'.
7790 Avoid delete-backward-char.
7791
feeff482
SM
7792 * files.el (set-auto-mode): Simplify a bit further.
7793
2a08047a
GM
77942013-09-11 Glenn Morris <rgm@gnu.org>
7795
7796 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7797 (set-auto-mode): Don't regexp-quote elements.
7798 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7799 * progmodes/cc-mode.el (interpreter-mode-alist):
7800 * progmodes/ruby-mode.el (interpreter-mode-alist):
7801 Revert previous change.
7802
34675540
SM
78032013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7804
1b3b87df
SM
7805 * play/snake.el (snake-mode):
7806 * play/mpuz.el (mpuz-mode):
7807 * play/landmark.el (lm-mode):
7808 * play/blackbox.el (blackbox-mode):
7809 * play/5x5.el (5x5-mode):
7810 * obsolete/options.el (Edit-options-mode):
7811 * net/quickurl.el (quickurl-list-mode):
7812 * net/newst-treeview.el (newsticker-treeview-mode):
7813 * mail/rmailsum.el (rmail-summary-mode):
7814 * mail/mspools.el (mspools-mode):
7815 * locate.el (locate-mode):
7816 * ibuffer.el (ibuffer-mode):
7817 * emulation/ws-mode.el (wordstar-mode):
7818 * emacs-lisp/debug.el (debugger-mode):
7819 * array.el (array-mode):
7820 * net/eudc.el (eudc-mode): Use define-derived-mode.
7821 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7822 Move initialization into declaration.
7823 (mairix-searches-mode): Use define-derived-mode.
7824 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7825 (eudc-edit-hotlist): Use dolist.
7826 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7827 (Man-mode): Use define-derived-mode.
7828 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7829 (Info-edit-mode): Use define-derived-mode.
7830 (Info-cease-edit): Use Info-mode.
7831 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7832 into declaration.
7833 (eshell-mode): Use define-derived-mode.
7834 * chistory.el (command-history-mode-map): Rename from
7835 command-history-map.
7836 (command-history-mode): Use define-derived-mode.
da712f22 7837 (Command-history-setup): Remove function.
1b3b87df
SM
7838 * calc/calc.el (calc-trail-mode-map): New var.
7839 (calc-trail-mode): Use define-derived-mode.
7840 (calc-trail-buffer): Set calc-main-buffer manually.
7841 * bookmark.el (bookmark-insert-annotation): New function.
7842 (bookmark-edit-annotation): Use it.
7843 (bookmark-edit-annotation-mode): Make it a proper major mode.
7844 (bookmark-send-edited-annotation): Use derived-mode-p.
7845 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7846 closer to its ideal place. Use \' to match EOS.
7847
34675540
SM
7848 * profiler.el (profiler-calltree-find): Use function-equal.
7849
6a5c15d9
GM
78502013-09-10 Glenn Morris <rgm@gnu.org>
7851
1af4c220
GM
7852 * files.el (interpreter-mode-alist): Convert to regexps.
7853 (set-auto-mode): Adapt for this. (Bug#15306)
7854 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7855 Comment out unused variable.
7856 * progmodes/cc-mode.el (interpreter-mode-alist):
7857 * progmodes/python.el (interpreter-mode-alist):
7858 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7859 * progmodes/sh-script.el (sh-set-shell):
7860 No longer use interpreter-mode-alist to get list of shells.
7861
6a5c15d9
GM
7862 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7863
8c27f5ff
SM
78642013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7865
02ef6c1a 7866 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 7867 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
7868 Bind switch-frame explicitly. Replace universal-argument-minus with
7869 a conditional binding.
7870 (universal-argument-num-events, saved-overriding-map): Remove.
7871 (restore-overriding-map): Remove.
7872 (universal-argument--mode): Rename from save&set-overriding-map,
7873 and rewrite.
7874 (universal-argument, universal-argument-more, negative-argument)
7875 (digit-argument): Adjust accordingly.
7876 (universal-argument-minus): Remove.
7877 (universal-argument-other-key): Remove.
7878
8c27f5ff
SM
7879 * subr.el (with-demoted-errors): Add `format' argument.
7880
6480194c
MA
78812013-09-10 Michael Albinus <michael.albinus@gmx.de>
7882
7883 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
7884 `tramp-cleanup-connection'.
7885
7886 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7887 parameters KEEP-DEBUG and KEEP-PASSWORD.
7888
7889 * net/tramp.el (tramp-file-name-handler):
7890 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7891 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7892 (tramp-maybe-open-connection):
8c27f5ff
SM
7893 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7894 Use `tramp-cleanup-connection'.
6480194c 7895
8c27f5ff
SM
7896 * net/tramp-sh.el (tramp-maybe-open-connection):
7897 Catch 'uname-changed inside the progress reporter.
6480194c 7898
e5e916d8
GM
78992013-09-10 Glenn Morris <rgm@gnu.org>
7900
9a2c9b47
GM
7901 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
7902
e5e916d8
GM
7903 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7904 returns "alternate access method" in mode (eg "-rw-r--r--.").
7905
144e38fe
GM
79062013-09-08 Glenn Morris <rgm@gnu.org>
7907
7908 * saveplace.el (load-save-place-alist-from-file):
7909 Demote errors. (Bug#15305)
7910
af9ff9e8
MA
79112013-09-08 Michael Albinus <michael.albinus@gmx.de>
7912
7913 Improve compatibility with older Emacsen, and XEmacs.
7914
7915 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7916 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
7917 (with-tramp-progress-reporter): Do not let-bind `result'.
7918 This yields to scoping errors in XEmacs.
af9ff9e8
MA
7919 (tramp-handle-make-auto-save-file-name): New function, moved from
7920 tramp-sh.el.
7921
7922 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7923 for `make-auto-save-file-name'.
8c27f5ff
SM
7924 (tramp-adb--gnu-switches-to-ash):
7925 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
7926
7927 * net/tramp-cache.el (tramp-cache-print): Call
7928 `substring-no-properties' only if it is bound. It isn't for XEmacs.
7929
7930 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7931 bound. It isn't for XEmacs.
7932
8c27f5ff
SM
7933 * net/tramp-compat.el (tramp-compat-copy-file):
7934 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
7935 (tramp-compat-replace-regexp-in-string): New defun.
7936
7937 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7938 for `make-auto-save-file-name'.
7939 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7940 `copy-file'.
7941 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7942 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7943 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7944
8c27f5ff
SM
7945 * net/tramp-gw.el (tramp-gw-open-network-stream):
7946 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 7947
8c27f5ff
SM
7948 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7949 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
7950 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7951 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
7952 (tramp-sh-file-inotifywait-process-filter):
7953 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
7954 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7955
7956 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7957 for `make-auto-save-file-name'.
8c27f5ff
SM
7958 (tramp-smb-handle-copy-directory):
7959 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
7960 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7961 (tramp-smb-handle-copy-file): Improve error message.
7962 (tramp-smb-handle-rename-file): Rename directly only in case
7963 `newname' does not exist yet. This is a restriction of smbclient.
7964 (tramp-smb-maybe-open-connection): Rerun the function only when
7965 `auth-sources' is non-nil.
7966
0ca754d0
KH
79672013-09-08 Kenichi Handa <handa@gnu.org>
7968
e0eb0550 7969 * international/characters.el: Set category "^" (Combining) for
0ca754d0
KH
7970 more characters.
7971
e8dd0787
AM
79722013-09-07 Alan Mackenzie <acm@muc.de>
7973
7974 Correctly fontify Java class constructors.
7975 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7976 in Java Mode.
7977 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
7978 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7979 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
7980 "typeless" declaration there.
7981
f2f248e7
RW
79822013-09-07 Roland Winkler <winkler@gnu.org>
7983
7984 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7985 field subtitle for entry type book.
7986
67982e2b
SM
79872013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * minibuffer.el: Make minibuffer-complete call completion-in-region
7990 rather than other way around.
7991 (completion--some, completion-pcm--find-all-completions):
7992 Don't delay signals when debugging.
7993 (minibuffer-completion-contents): Beware fields within the
7994 minibuffer contents.
7995 (completion-all-sorted-completions): Use defvar-local.
7996 (completion--do-completion, completion--cache-all-sorted-completions)
7997 (completion-all-sorted-completions, minibuffer-force-complete):
7998 Add args `beg' and `end'.
7999 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8000 (minibuffer-complete): Use completion-in-region.
8001 (completion-complete-and-exit): New fun, extracted from
8002 minibuffer-complete-and-exit.
8003 (minibuffer-complete-and-exit): Use it.
8004 (completion--complete-and-exit): Rename from
8005 minibuffer--complete-and-exit.
8006 (completion-in-region--single-word): New function, extracted from
8007 minibuffer-complete-word.
8008 (minibuffer-complete-word): Use it.
8009 (display-completion-list): Make `common-substring' argument obsolete.
8010 (completion--in-region): Call completion--in-region-1 instead of
8011 minibuffer-complete.
8012 (completion-help-at-point): Pass boundaries to
8013 minibuffer-completion-help as args rather than via an overlay.
8014 (completion-pcm--string->pattern): Use `any-delim'.
8015 (completion-pcm--optimize-pattern): New function.
8016 (completion-pcm--pattern->regex): Handle `any-delim'.
8017 * icomplete.el (icomplete-forward-completions)
8018 (icomplete-backward-completions, icomplete-completions):
8019 Adjust calls to completion-all-sorted-completions and
8020 completion--cache-all-sorted-completions.
8021 (icomplete-with-completion-tables): Default to t.
8022 * emacs-lisp/crm.el (crm--current-element): Rename from
8023 crm--select-current-element. Don't put an overlay but return the
8024 boundaries instead.
8025 (crm--completion-command): Take two new args to bind to the boundaries.
8026 (crm-completion-help): Adjust accordingly.
8027 (crm-complete): Use completion-in-region.
8028 (crm-complete-word): Use completion-in-region--single-word.
8029 (crm-complete-and-exit): Use completion-complete-and-exit.
8030
e17d94a5
SM
80312013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8034 than dynamically.
8035
96727100
JL
80362013-09-06 Juri Linkov <juri@jurta.org>
8037
8038 * info.el (Info-display-images-node): When image file doesn't exist
8039 display text version of the image if it's provided in the Info file.
8040 Otherwise, display the location of missing image from SRC attribute.
8041 Add help-echo text property from ALT attribute. (Bug#15279)
8042
86cf7329
SM
80432013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8044
8045 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8046 (edit-abbrevs-mode): Use define-derived-mode.
8047
8048 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8049 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8050 that it's defined.
8051 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8052 Use define-derived-mode.
8053
8054 * epg.el (epg-start-encrypt): Minor CSE simplification.
8055
816244a2
WX
80562013-09-06 William Xu <william.xwl@gmail.com>
8057
8058 * arc-mode.el: Add support for 7za (bug#15264).
8059 (archive-7z-program): New var.
8060 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8061 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8062 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8063
1486fa31
MA
80642013-09-06 Michael Albinus <michael.albinus@gmx.de>
8065
8066 Remove URL syntax.
8067
8068 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8069 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8070 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8071 (tramp-postfix-host-format, tramp-file-name-regexp)
8072 (tramp-completion-file-name-regexp)
8073 (tramp-completion-dissect-file-name)
8074 (tramp-handle-substitute-in-file-name): Remove 'url case.
8075 (tramp-file-name-regexp-url)
8076 (tramp-completion-file-name-regexp-url): Remove constants.
8077
39785324
GM
80782013-09-06 Glenn Morris <rgm@gnu.org>
8079
8080 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8081
1f896cb7
DG
80822013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8083
8084 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8085 keywords" below "here-doc beginnings" (Bug#15270).
8086
c0458e0b
SM
80872013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8088
8089 * subr.el (pop): Use `car-safe'.
8090 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8091 to detect unused `pop' return value.
8092
8093 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8094 var `block-regexp'.
8095 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8096 (python-fill-string): Remove unused var `marker'.
8097 (python-skeleton-add-menu-items): Remove unused var `items'.
8098
8099 * international/mule-cmds.el: Require CL.
8100 (find-coding-systems-for-charsets): Avoid add-to-list.
8101 (sanitize-coding-system-list): New function, extracted from
8102 select-safe-coding-system-interactively.
8103 (select-safe-coding-system-interactively): Use it.
8104 (read-input-method-name): Accept symbols for `default'.
8105
8106 * emacs-lisp/advice.el (defadvice): Add indent rule.
8107
6c42fc3e
DH
81082013-09-05 Daniel Hackney <dan@haxney.org>
8109
8110 * dired-x.el:
8111 * net/ange-ftp.el:
8112 * net/browse-url.el:
8113 * net/dbus.el:
8114 * net/eudc.el:
8115 * net/eudcb-ldap.el:
8116 * net/eww.el:
8117 * net/imap.el:
8118 * printing.el:
8119 * vc/ediff-diff.el:
8120 * vc/ediff-init.el:
8121 * vc/ediff-merg.el:
8122 * vc/ediff-mult.el:
8123 * vc/ediff-util.el:
8124 * vc/ediff-wind.el:
8125 * vc/ediff.el:
8126 * vc/emerge.el:
8127 * vc/pcvs.el:
8128 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8129 byte compiler. Remove some unused let-bound variables.
8130
4c528aab
SM
81312013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8134 a "ref-cell", since it gets better optimized (bug#14883).
8135
bd15c390
GM
81362013-09-05 Glenn Morris <rgm@gnu.org>
8137
8138 * progmodes/cc-awk.el (c-forward-sws): Declare.
8139
1c3ac2e5
GM
81402013-09-04 Glenn Morris <rgm@gnu.org>
8141
8142 * generic-x.el [rul-generic-mode]: Require cc-mode.
8143 (c++-mode-syntax-table): Declare.
8144 (rul-generic-mode-syntax-table): Init in the defvar.
8145
52b1cc79
SM
81462013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8147
c828af56
SM
8148 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8149 (vc-do-command, vc-set-async-update):
8150 * vc/vc-mtn.el (vc-mtn-dir-status):
8151 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8152 (vc-hg-pull, vc-hg-merge-branch):
8153 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8154 (vc-git-merge-branch):
8155 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8156 (vc-cvs-dir-status-files):
8157 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8158 (vc-bzr-dir-status-files):
8159 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8160 * vc/vc-annotate.el: Use lexical-binding.
8161 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8162 (vc-sentinel-movepoint): Declare.
8163 (vc-annotate): Don't use `goto-line'.
8164 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8165 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8166 (vc-sentinel-movepoint): Declare.
8167 * vc/vc-svn.el: Use lexical-binding.
8168 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8169 * vc/vc-sccs.el:
8170 * vc/vc-rcs.el: Use lexical-binding.
8171
abae272c
SM
8172 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8173 `deleted'. Don't drop errors silently.
8174
52b1cc79
SM
8175 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8176
63191d9f
XF
81772013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8178
8179 * vc/vc.el (vc-ignore): Rewrite.
8180 (vc-default-ignore): New function.
8181 (vc-default-ignore-completion-table): Use find-ignore-file.
8182
8183 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8184 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8185 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8186 Remove. Most code moved to vc.el.
8187
9d3f707c
SM
81882013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8189
abae272c 8190 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
8191 * net/tramp-smb.el (tramp-smb-get-file-entries):
8192 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8193 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8194
fde38d49
SM
8195 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8196 Update call to it.
8197 (eww-change-select): Remove unused var `properties'.
8198 (eww-make-unique-file-name): Remove unused var `base'.
8199
8200 * finder.el (finder-compile-keywords): Don't mess with windows.
8201
84032db7
SM
8202 * calculator.el (calculator-funcall): Fix typo in last change.
8203
724f5e41
SM
8204 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8205
14b511d4
SM
8206 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8207 <pkg>-autoloads.el file stop us.
8208
9d3f707c 8209 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 8210 warnings, and factor out common code.
9d3f707c 8211
88527bc0
DG
82122013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8213
8214 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8215 two-character operators and whether the character preceding them
8216 changes their meaning (Bug#15208).
8217
96edb677
FEG
82182013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8219
8220 Format code sent to Python shell for robustness.
9d3f707c
SM
8221 * progmodes/python.el (python-shell-buffer-substring):
8222 New function.
96edb677
FEG
8223 (python-shell-send-region, python-shell-send-buffer): Use it.
8224
95beaef3
MA
82252013-09-02 Michael Albinus <michael.albinus@gmx.de>
8226
8227 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8228 * net/tramp.el (tramp-user-error): ... here.
8229 (tramp-find-method, tramp-check-proper-host)
8230 (tramp-dissect-file-name, tramp-debug-message)
8231 (tramp-handle-shell-command):
8232 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8233 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8234
8235 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8236
f167c27b
MR
82372013-09-02 Martin Rudalics <rudalics@gmx.at>
8238
8239 * avoid.el (mouse-avoidance-point-position)
8240 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8241 returns nil.
8242
cd16c5f1
FEG
82432013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8244
8245 * progmodes/python.el (python-shell-completion-get-completions):
8246 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 8247 (python-nav-if-name-main): New command.
cd16c5f1 8248
e73c3a0d
GM
82492013-09-01 Glenn Morris <rgm@gnu.org>
8250
f8ccce03
GM
8251 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8252 Avoid leading space in $wins. Otherwise the sed command used by
8253 eg compile-main ends up containing "/*.el". (Bug#15170)
8254
e73c3a0d
GM
8255 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8256
415f808e
GM
82572013-08-30 Glenn Morris <rgm@gnu.org>
8258
8259 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8260 Fix is-this-a-directory logic. (Bug#15220)
8261
f069bba8
SM
82622013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8263
112798c1
SM
8264 * textmodes/css-mode.el: Use SMIE.
8265 (css-smie-grammar): New var.
8266 (css-smie--forward-token, css-smie--backward-token)
8267 (css-smie-rules): New functions.
8268 (css-mode): Use them.
8269 (css-navigation-syntax-table): Remove var.
8270 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8271 (css-indent-calculate, css-indent-line): Remove functions.
8272
8273 Misc changes to reduce use of `(lambda...); and other cleanups.
8274 * cus-edit.el: Use lexical-binding.
8275 (customize-push-and-save, customize-apropos)
8276 (custom-buffer-create-internal): Use closures.
8277 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8278 * progmodes/ada-xref.el: Use setq.
8279 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8280 * dframe.el: Use lexical-binding.
8281 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8282 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8283 * descr-text.el: Use lexical-binding.
8284 (describe-text-widget, describe-text-sexp, describe-property-list):
8285 Use closures.
8286 * comint.el (comint-history-isearch-push-state): Use a closure.
8287 * calculator.el: Use lexical-binding.
8288 (calculator-number-to-string): Make it work with lexical-binding.
8289 (calculator-funcall): Same and use cl-letf.
8290
2da4c3ab
SM
8291 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8292 (lisp--company-doc-string, lisp--company-location): New functions.
8293 (lisp-completion-at-point): Use them to improve Company support.
8294
f069bba8
SM
8295 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8296 params of lambda expressions.
8297 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8298 (ruby-smie--opening-pipe-p): New function.
8299 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8300 symbols and matched |...| for formal params.
8301 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8302 from being treated as hanging. Handle "rescue".
8303
6758b6a8
GM
83042013-08-29 Glenn Morris <rgm@gnu.org>
8305
8306 * progmodes/cc-engine.el (c-pull-open-brace):
8307 Move definition before use.
8308
e8dfd197
SM
83092013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8310
8311 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8312 are immutable. Don't use `unsafe' any more.
8313 (cl--defsubst-expand): Don't substitute at the same time as keeping
8314 a residual unused let-binding. Don't use `unsafe' any more.
8315
cc585c96
GM
83162013-08-29 Glenn Morris <rgm@gnu.org>
8317
ba579ea6
GM
8318 * calendar/cal-china.el (calendar-chinese-year-cache):
8319 Recenter on 2015.
8320
8201a87e
GM
8321 * nxml/nxml-util.el (nxml-debug-clear-inside):
8322 Use cl-loop rather than loop.
8323
6ee877c7
GM
8324 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8325
cc585c96
GM
8326 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8327
27be8d39
GM
83282013-08-28 Glenn Morris <rgm@gnu.org>
8329
397440a1
GM
8330 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8331
2bb762d4
GM
8332 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8333
27be8d39
GM
8334 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8335
2d69b99e
SM
83362013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8337
f663baa7
SM
8338 * simple.el (repeat-complex-command--called-interactively-skip):
8339 New function.
8340 (repeat-complex-command): Use it (bug#14136).
8341
dd4f8b74
SM
8342 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8343 (c-define-abbrev-table): Add `doc' argument.
8344 (c-mode-abbrev-table, c++-mode-abbrev-table)
8345 (objc-mode-abbrev-table, java-mode-abbrev-table)
8346 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8347 (awk-mode-abbrev-table): Use it.
8348 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8349 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8350 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8351 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8352 Move initialization into the declaration; and remove any
8353 autoload cookie.
8354
b58969f7
SM
8355 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8356 and dynamic let binding.
8357
4021d6a6
SM
8358 * vc/smerge-mode.el: Remove redundant :group args.
8359
2d69b99e
SM
8360 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8361 to load-path.
8362
274919fd
JL
83632013-08-28 Juri Linkov <juri@jurta.org>
8364
8365 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8366 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8367 (isearch-other-meta-char): Handle an undefined shifted printing
8368 character by downshifting it. (Bug#15200)
8369
121f8c95
JL
83702013-08-28 Juri Linkov <juri@jurta.org>
8371
8372 * isearch.el (isearch-search): Change regexp error message for
8373 non-regexp searches. (Bug#15166)
8374
50b13cde
PE
83752013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8376
8377 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8378 for portability to hosts where /bin/sh has problems.
8379
95888bca
SM
83802013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8383
bbe558f1
JL
83842013-08-27 Juri Linkov <juri@jurta.org>
8385
8386 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8387 in the keyboard macro. (Bug#15126)
8388
26f98a7d
JL
83892013-08-27 Juri Linkov <juri@jurta.org>
8390
8391 * isearch.el (isearch-quote-char): Comment out converting unibyte
8392 to multibyte, thus syncing with its `quoted-insert' counterpart.
8393 (Bug#15166)
8394
7c97d35e
MR
83952013-08-27 Martin Rudalics <rudalics@gmx.at>
8396
8397 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
8398 argument in call of get-largest-window (Bug#15185).
8399 Reported by Stephen Leake.
7c97d35e 8400
a0b5606e 84012013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
8402
8403 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8404
9e89d835
SM
84052013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8408 from a matcher-function unless there's no more matches (bug#15161).
8409
78fc2530
MA
84102013-08-26 Michael Albinus <michael.albinus@gmx.de>
8411
8412 * minibuffer.el: Revert change from 2013-08-20.
8413
8414 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8415 with text property `tramp-default', if appropriate.
8416 (tramp-check-proper-host): New defun.
8417 (tramp-dissect-file-name): Do not check hostname. Revert change
8418 of 2013-03-18.
8419 (tramp-backtrace): Make VEC-OR-PROC optional.
8420
8421 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8422 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8423 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
8424 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8425 Apply `tramp-check-proper-host'.
78fc2530 8426
edca97cd
TH
84272013-08-26 Tassilo Horn <tsdh@gnu.org>
8428
8429 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8430 lambda expression in order to have `describe-variable' display it.
8431
df54bcbd
MA
84322013-08-26 Michael Albinus <michael.albinus@gmx.de>
8433
8434 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8435 BUF can be optional. (Bug#15186)
8436
eed99101
XF
84372013-08-25 Xue Fuqiao <xfq.free@gmail.com>
8438
8439 * progmodes/flymake.el (flymake-get-real-file-name-function):
8440 Fix broken customization. (Bug#15184)
8441
b5eb9035
AM
84422013-08-25 Alan Mackenzie <acm@muc.de>
8443
8a51e842
AM
8444 Improve indentation of bracelists defined by macros (without "=").
8445
8446 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8447 expansion begins with "{", regard it as bracelist when it doesn't
8448 contain a ";".
8449
869455d4
AM
8450 Parse C++ inher-intro when there's a template split over 2 lines.
8451
8452 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8453 rigorously the search for "class" etc. followed by ":".
8454
8455 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8456 random languages a regexp which never matches rather than nil.
8457
b5eb9035
AM
8458 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8459
8460 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8461 (c-awk-regexp-one-line-possibly-open-char-list-re)
8462 (c-awk-one-line-possibly-open-regexp-re)
8463 (c-awk-one-line-non-syn-ws*-re): Remove.
8464 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8465 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8466 (c-awk-space*-unclosed-regexp-/-re): New constants.
8467 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8468 aren't regexp delimiters.
8469
8470 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8471 handling for a rare situation in AWK Mode involving unterminated
8472 strings/regexps.
8473
61611d54
GM
84742013-08-23 Glenn Morris <rgm@gnu.org>
8475
2d85dc34
GM
8476 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8477
cb8d2612
GM
8478 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8479
bb35f42f
GM
8480 * files.el (create-file-buffer): If the result would begin with
8481 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 8482
b9808e77
SM
84832013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8484
e3a66363
SM
8485 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8486 text-properties (bug#15155).
8487
b9808e77
SM
8488 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8489 exist any more.
8490 (calc-keypad-redraw): Remove unused var `pad'.
8491 (calc-keypad-press): Remove unused var `menu'.
8492
7fd5f65e
MR
84932013-08-23 Martin Rudalics <rudalics@gmx.at>
8494
b9808e77
SM
8495 * window.el (display-buffer-pop-up-frame):
8496 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
8497 use it as the new frame's buffer (Bug#15133).
8498
8352b530
SM
84992013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * calendar/timeclock.el: Minor cleanups.
8502 (timeclock-ask-before-exiting, timeclock-use-display-time):
8503 Use `symbol'.
8504 (timeclock-modeline-display): Define as alias before the
8505 actual definition.
8506 (timeclock-mode-line-display): Use define-minor-mode.
8507 (timeclock-day-list-template): Make it a function, add an argument.
8508 (timeclock-day-list-required, timeclock-day-list-length)
8509 (timeclock-day-list-debt, timeclock-day-list-span)
8510 (timeclock-day-list-break): Adjust calls accordingly.
8511
9f7b1925
SM
85122013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8515 Use read--expression so that completion works again.
8516
6e50e983
SS
85172013-08-21 Sam Steingold <sds@gnu.org>
8518
8519 Add rudimentary inferior shell interaction
8520 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8521 (sh-set-shell): Reset it.
9f7b1925
SM
8522 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8523 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 8524
dbb0d350
SM
85252013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8526
8527 * align.el: Use lexical-binding.
8528 (align-region): Simplify accordingly.
8529
c88586a9
MA
85302013-08-20 Michael Albinus <michael.albinus@gmx.de>
8531
8532 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8533
8534 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8535 `non-essential' up.
8536
f95527c8
MA
85372013-08-17 Michael Albinus <michael.albinus@gmx.de>
8538
8539 * net/tramp.el:
8540 * net/tramp-adb.el:
8541 * net/tramp-cmds.el:
8542 * net/tramp-ftp.el:
8543 * net/tramp-gvfs.el:
8544 * net/tramp-gw.el:
8545 * net/tramp-sh.el: Don't wrap external variable declarations by
8546 `eval-when-compile'.
8547
4b5fe4ee
LMI
85482013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8549
8550 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8551 now that Emacs supports ImageMagick animations.
8552
13c366c9
MA
85532013-08-16 Michael Albinus <michael.albinus@gmx.de>
8554
8555 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8556 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8557
3dfc5cd6
MR
85582013-08-16 Martin Rudalics <rudalics@gmx.at>
8559
8560 * window.el (mouse-autoselect-window-select): Do autoselect when
8561 mouse pointer is on margin.
8562
4bbb4381
WP
85632013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
8564
8565 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
8566
3a2ddc2d
GM
85672013-08-16 Glenn Morris <rgm@gnu.org>
8568
e8bedf5a
GM
8569 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8570 Handle "Remote Directory" response of some clients. (Bug#15058)
8571
58c4682f
GM
8572 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8573 Tweak warning. (Bug#14926)
8574
57953f49
GM
8575 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8576 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
8577
3a2ddc2d
GM
8578 * image-mode.el (image-mode-map): Add menu items to reverse,
8579 increase, decrease, reset animation speed.
8580 (image--set-speed, image-increase-speed, image-decrease-speed)
8581 (image-reverse-speed, image-reset-speed): New functions.
8582 (image-mode-map): Add bindings for speed commands.
8583
8584 * image.el (image-animate-get-speed, image-animate-set-speed):
8585 New functions.
8586 (image-animate-timeout): Respect image :speed property.
8587
10fa0ed3
SM
85882013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8589
8590 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8591 previous line (bug#15101).
8592 (debugger-eval-expression, debugger-record-expression):
8593 Use read--expression (bug#15102).
8594
5d89d9d2
MA
85952013-08-15 Michael Albinus <michael.albinus@gmx.de>
8596
8597 Remove byte compiler warnings, visible when compiling with
8598 `byte-compile-force-lexical-warnings' set to t.
8599
8600 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8601 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8602 (tramp-handle-unhandled-file-name-directory)
8603 (tramp-handle-file-notify-add-watch, tramp-action-login)
8604 (tramp-action-succeed, tramp-action-permission-denied)
8605 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8606 arguments with "_".
8607
8608 * net/tramp-adb.el (tramp-adb-parse-device-names)
8609 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8610 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8611 (tramp-adb-handle-file-truename): Remove unused arguments.
8612
8613 * net/tramp-cache.el (tramp-flush-directory-property)
8614 (tramp-flush-connection-property, tramp-list-connections)
8615 (tramp-parse-connection-properties): Prefix unused arguments with "_".
8616
10fa0ed3
SM
8617 * net/tramp-compat.el (tramp-compat-make-temp-file):
8618 Rename FILENAME to F.
5d89d9d2
MA
8619
8620 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8621 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8622 (tramp-zeroconf-parse-workstation-device-names)
8623 (tramp-zeroconf-parse-webdav-device-names)
8624 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8625
8626 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8627 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8628
8629 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8630 arguments.
8631 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8632 (tramp-sh-handle-insert-file-contents-literally)
8633 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8634 with "_".
8635 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8636 Remove unused variables.
8637
8638 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8639 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8640 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8641
8642 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8643 Make them a defconst.
8644 (tramp-uuencode-region): Remove unused variable.
8645
62f33bae
JB
86462013-08-14 Juanma Barranquero <lekktu@gmail.com>
8647
8648 * frameset.el (frameset--prop-setter): New function.
8649 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
8650 (frameset-filter-minibuffer): Deal with the case that the minibuffer
8651 parameter was already set in FILTERED. Doc fix.
8652 (frameset--record-minibuffer-relationships): Allow saving a
8653 minibufferless frame without its corresponding minibuffer frame.
8654 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8655 frame, if the frame id matches.
8656 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8657 frames before orphaned ones.
8658 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 8659
c660a885
MR
86602013-08-14 Martin Rudalics <rudalics@gmx.at>
8661
8662 * window.el (window-make-atom): Don't overwrite parameter
8663 already present.
8664 (display-buffer-in-atom-window): Handle special case where we
8665 split an already atomic window.
8666 (window--major-non-side-window, display-buffer-in-side-window)
8667 (window--side-check): Ignore minibuffer window when walking
8668 window tree.
8669 (window-deletable-p): Return 'frame only if no other frame uses
8670 our minibuffer window.
8671 (record-window-buffer): Run buffer-list-update-hook.
8672 (split-window): Make sure window--check-frame won't destroy an
8673 existing atomic window in case the new window gets nested
8674 inside.
8675 (display-buffer-at-bottom): Ignore minibuffer window when
8676 walking window tree. Don't split a side window.
8677 (pop-to-buffer): Don't set-buffer here, the select-window call
8678 should do that.
8679 (mouse-autoselect-window-select): Autoselect only if we are in the
8680 text portion of the window.
8681
8259030d
LMI
86822013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8683
21c58ae2
LMI
8684 * net/shr.el (shr-parse-image-data): New function to grab both the
8685 data itself and the Content-Type.
8686 (shr-put-image): Use it.
8687
8688 * net/eww.el (eww-display-image): Ditto.
8689
8259030d
LMI
8690 * image.el (image-content-type-suffixes): New variable.
8691
ad756449
FEG
86922013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8693
8694 * progmodes/python.el (python-imenu--build-tree)
8695 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8696
f73f4ce6
XF
86972013-08-13 Xue Fuqiao <xfq.free@gmail.com>
8698
8699 * simple.el (backward-word): Mention the optional argument.
8700
1f585e65
SM
87012013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * frameset.el (frameset--make): Rename constructor from make-frameset.
8704 (frameset-p, frameset-valid-p): Don't autoload.
8705 (frameset-valid-p): Use normal accessors.
8706
af1c6c84
GM
87072013-08-13 Glenn Morris <rgm@gnu.org>
8708
55e47f95
GM
8709 * progmodes/compile.el (compile-command): Tweak example in doc.
8710 * obsolete/scribe.el (scribe-mode):
8711 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8712
f0024d8c
GM
8713 * mail/feedmail.el (feedmail-confirm-outgoing)
8714 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8715
8716 * cus-start.el (truncate-partial-width-windows): Fix type.
8717
8718 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8719
af1c6c84
GM
8720 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8721
5514cc4c
SM
87222013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * emacs-lisp/timer.el (timer--time-setter): New function.
8725 (timer--time): Use it as gv-setter.
8726
8727 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8728 setter is not a symbol.
8729
7997a2f1
GJ
87302013-08-12 Grégoire Jadi <daimrod@gmail.com>
8731
8732 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8733 if sending fails. This makes debugging easier.
8734
01f1a9ab
JB
87352013-08-12 Juanma Barranquero <lekktu@gmail.com>
8736
8737 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8738 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8739 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8740
594a4307
EZ
87412013-08-12 Eli Zaretskii <eliz@gnu.org>
8742
8743 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8744
7a22490f 87452013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
8746
8747 * format.el (format-annotate-function):
8748 Handle read-only text properties in the source. (Bug#14887)
8749
3e41a054
LMI
87502013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8751
5514cc4c
SM
8752 * net/eww.el (eww-display-html): Ignore coding system errors.
8753 One web site uses "utf-8lias" as the coding system.
3e41a054 8754
7ec326db
JB
87552013-08-11 Juanma Barranquero <lekktu@gmail.com>
8756
8757 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8758
5660113b
JB
87592013-08-10 Juanma Barranquero <lekktu@gmail.com>
8760
9a4ebc74
JB
8761 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8762 (tutorial--detailed-help): Remove unused local variables.
8763 (tutorial--save-tutorial-to): Use ignore-errors.
8764 (help-with-tutorial): Use looking-at-p.
8765
8766 * view.el (view-buffer-other-window, view-buffer-other-frame):
8767 Mark unused arguments.
8768
8769 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8770 (woman-select-symbol-fonts, woman, woman-find-file)
8771 (woman-insert-file-contents, woman-non-underline-faces):
8772 Use string-match-p.
8773 (woman1-unquote): Move declaration.
8774
8775 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8776 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8777 argument. Remove unused local variable.
8778 (xml-parse-elem-type): Use string-match-p.
8779 (xml-substitute-numeric-entities): Use ignore-errors.
8780
45fdb482
JB
8781 * calculator.el (calculator): Mark unused argument.
8782 (calculator-paste, calculator-quit, calculator-integer-p):
8783 Use ignore-errors.
8784 (calculator-string-to-number, calculator-decimal, calculator-exp)
8785 (calculator-op-or-exp): Use string-match-p.
8786
8787 * dired.el (dired-buffer-more-recently-used-p): Declare.
8788 (dired-insert-set-properties, dired-insert-old-subdirs):
8789 Use ignore-errors.
8790
8791 * dired-aux.el (dired-compress): Use ignore-errors.
8792 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8793 (dired-do-async-shell-command, dired-do-shell-command)
8794 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8795 (dired-insert-subdir-validate): Use string-match-p.
8796 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8797 (dired-add-entry): Use string-match-p, looking-at-p.
8798 (dired-insert-subdir-newpos): Remove unused local variable.
8799
8800 * filenotify.el (file-notify-callback): Remove unused local variable.
8801
8802 * filesets.el (filesets-error): Mark unused argument.
8803 (filesets-which-command-p, filesets-filter-dir-names)
8804 (filesets-directory-files, filesets-get-external-viewer)
8805 (filesets-ingroup-get-data): Use string-match-p.
8806
8807 * find-file.el (ff-other-file-name, ff-other-file-name)
8808 (ff-find-the-other-file, ff-cc-hh-converter):
8809 Remove unused local variables.
8810 (ff-get-file-name): Use string-match-p.
8811 (ff-all-dirs-under): Use ignore-errors.
8812
8813 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8814 (follow-select-if-visible): Remove unused local variable.
8815
8816 * forms.el (read-file-filter): Move declaration.
8817 (forms--make-format, forms--make-parser, forms-insert-record):
8818 Quote function with #'.
8819 (forms--update): Use string-match-p. Quote function with #'.
8820
8821 * help-mode.el (help-dir-local-var-def): Mark unused argument.
8822 (help-make-xrefs): Use looking-at-p.
8823 (help-xref-on-pp): Use looking-at-p, ignore-errors.
8824
8825 * ibuffer.el (ibuffer-ext-visible-p): Declare.
8826 (ibuffer-confirm-operation-on): Use string-match-p.
8827
8828 * msb.el (msb-item-handler, msb-dired-item-handler):
8829 Mark unused arguments.
8830
8831 * ses.el (ses-decode-cell-symbol)
8832 (ses-kill-override): Remove unused local variable.
8833 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8834 (ses-load): Use ignore-errors, looking-at-p.
8835 (ses-jump-safe): Use ignore-errors.
8836 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8837
8838 * tabify.el (untabify, tabify): Mark unused arguments.
8839
8840 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8841 Mark unused argument.
8842 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8843 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8844
c880af52
JB
8845 * emacs-lisp/timer.el (timer--time): Define setter with
8846 gv-define-setter to avoid deprecation warning.
8847
5660113b 8848 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 8849 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
8850 (cmpl-statistics-block): Remove (body was commented out).
8851 All callers changed.
8852 (add-completions-from-buffer, load-completions-from-file):
8853 Remove unused variables.
8854
156aab80
JB
88552013-08-09 Juanma Barranquero <lekktu@gmail.com>
8856
5c5dee78
JB
8857 * filecache.el (file-cache-delete-file-list):
8858 Print message only when told so.
8859 (file-cache-files-matching): Use #' in mapconcat argument.
8860
156aab80
JB
8861 * ffap.el (ffap-url-at-point): Fix reference to variable
8862 thing-at-point-default-mail-uri-scheme.
8863
ad9dcd70
SM
88642013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8865
54bd972f
SM
8866 * subr.el (define-error): New function.
8867 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8868 error-file-not-found and define with define-error.
8869 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8870 and define with define-error.
8871 * userlock.el (file-locked, file-supersession):
8872 * simple.el (mark-inactive):
8873 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8874 * progmodes/ada-mode.el (ada-mode-errors):
8875 * play/life.el (life-extinct):
8876 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8877 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8878 * nxml/rng-util.el (rng-error):
8879 * nxml/rng-uri.el (rng-uri-error):
8880 * nxml/rng-match.el (rng-compile-error):
8881 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8882 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8883 * nxml/nxml-rap.el (nxml-scan-error):
8884 * nxml/nxml-outln.el (nxml-outline-error):
8885 * net/soap-client.el (soap-error):
8886 * net/gnutls.el (gnutls-error):
8887 * net/ange-ftp.el (ftp-error):
8888 * mpc.el (mpc-proc-error):
8889 * json.el (json-error, json-readtable-error, json-unknown-keyword)
8890 (json-number-format, json-string-escape, json-string-format)
8891 (json-key-format, json-object-format):
8892 * jka-compr.el (compression-error):
8893 * international/quail.el (quail-error):
8894 * international/kkc.el (kkc-error):
8895 * emacs-lisp/ert.el (ert-test-failed):
8896 * calc/calc.el (calc-error, inexact-result, math-overflow)
8897 (math-underflow):
8898 * bookmark.el (bookmark-error-no-filename):
8899 * epg.el (epg-error): Define with define-error.
8900
0ea9e53a
SM
8901 * time.el (display-time-event-handler)
8902 (display-time-next-load-average): Don't call sit-for since it seems
8903 unnecessary (bug#15045).
8904
b0429158
SM
8905 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8906 Use #' instead of ' to quote functions.
8907 (checkdoc-output-mode): Use setq-local.
8908 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8909 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8910 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8911 (checkdoc-ispell, checkdoc-ispell-current-buffer)
8912 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8913 (checkdoc-ispell-message-text, checkdoc-ispell-start)
8914 (checkdoc-ispell-continue, checkdoc-ispell-comments)
8915 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8916
ad9dcd70
SM
8917 * ido.el (ido-completion-help): Fix up compiler warning.
8918
77187e6f
JB
89192013-08-09 Juanma Barranquero <lekktu@gmail.com>
8920
8921 * frameset.el (frameset-p): Add autoload cookie.
8922 (frameset--jump-to-register): New function, based on code moved from
8923 register.el.
8924 (frameset-to-register): Move from register.el. Adapt to `registerv'.
8925
8926 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8927 (frameset-restore, frameset-save, frameset-session-filter-alist):
8928 Remove declarations.
8929 (register-alist): Doc fix.
8930 (frameset-to-register): Move to frameset.el.
8931 (jump-to-register, describe-register-1): Remove frameset-specific code.
8932
9d3aa82c
JB
89332013-08-08 Juanma Barranquero <lekktu@gmail.com>
8934
8935 * allout-widgets.el (allout-widgets-pre-command-business)
8936 (allout-widgets-post-command-business)
8937 (allout-widgets-after-change-handler)
8938 (allout-decorate-item-and-context, allout-set-boundary-marker)
8939 (allout-body-modification-handler)
8940 (allout-graphics-modification-handler): Mark ignored arguments.
8941 (allout-widgets-post-command-business)
8942 (allout-widgets-exposure-change-processor)
8943 (allout-widgets-exposure-undo-processor)
8944 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8945 (allout-parse-item-at-point, allout-decorate-item-guides)
8946 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8947 * allout.el (epa-passphrase-callback-function): Declare.
8948 (allout-overlay-insert-in-front-handler)
8949 (allout-overlay-interior-modification-handler)
8950 (allout-isearch-end-handler, allout-chart-siblings)
8951 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8952 (allout-yank-processing, allout-process-exposed)
8953 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 8954 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
8955 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8956 (lisp-indent-defform): Mark ignored arguments.
8957 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
8958 (calculate-lisp-indent): Remove unused variables.
8959 * international/characters.el (indian-2-column, arabic-2-column)
8960 (tibetan): Mark ignored arguments.
8961 (use-cjk-char-width-table): Mark ignored arguments.
8962 Remove unused variables.
8963 * international/fontset.el (build-default-fontset-data)
8964 (x-compose-font-name, create-fontset-from-fontset-spec):
8965 Mark ignored arguments.
8966 (fontset-plain-name): Remove unused variables.
8967 * international/mule.el (charset-id, charset-bytes, generic-char-p)
8968 (keyboard-coding-system): Mark ignored arguments.
8969 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
8970 * help.el (resize-temp-buffer-window):
8971 * window.el (display-buffer-in-major-side-window)
8972 (display-buffer-in-side-window, display-buffer-in-previous-window):
8973 Remove unused variables.
8974 * isearch.el (isearch-forward-symbol):
8975 * version.el (emacs-bzr-version-bzr):
8976 * international/mule-cmds.el (current-language-environment):
8977 * term/common-win.el (x-handle-iconic, x-handle-geometry)
8978 (x-handle-display):
8979 * term/pc-win.el (x-list-fonts, x-display-planes)
8980 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8981 (x-server-version, x-display-screens, x-display-mm-height)
8982 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8983 (x-selection-owner-p, x-own-selection-internal)
8984 (x-disown-selection-internal, x-get-selection-internal)
8985 (msdos-initialize-window-system):
8986 * term/tty-colors.el (tty-color-alist, tty-color-clear):
8987 * term/x-win.el (x-handle-no-bitmap-icon):
8988 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8989 (vc-default-find-file-hook, vc-default-extra-menu):
8990 Mark ignored arguments.
8991
0ca3f70e
SM
89922013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8993
8994 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8995 break-condition in the context of the debugged code (bug#12685).
8996
74c5d24c
CS
89972013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
8998
8999 * comint.el:
9000 Do not use an overlay to highlight the last prompt. (Bug#14744)
9001 (comint-mode): Make comint-last-prompt buffer local.
9002 (comint-last-prompt): New variable.
9003 (comint-last-prompt-overlay): Remove. Superseded by
9004 comint-last-prompt.
0ca3f70e
SM
9005 (comint-snapshot-last-prompt, comint-output-filter):
9006 Use comint-last-prompt.
74c5d24c 9007
c03c02ee
JB
90082013-08-08 Juanma Barranquero <lekktu@gmail.com>
9009
a3738d20 9010 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
9011 (frameset-save): Check validity of the resulting frameset.
9012
04263d23
XF
90132013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9014
9015 * ido.el (ido-record-command): Add doc string.
9016
76c5e5ab
JB
90172013-08-08 Juanma Barranquero <lekktu@gmail.com>
9018
9019 * frameset.el (frameset): Do not disable creation of the default
9020 frameset-p predicate. Doc fix.
9021 (frameset-valid-p): New function, copied from the old predicate-p.
9022 Add additional checks.
9023 (frameset-restore): Check with frameset-valid-p.
9024 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9025 (frameset-name, frameset-description, frameset-properties)
9026 (frameset-states): Add docstring.
f9dbf1cb
JB
9027 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9028 (frameset-filter-alist): Doc fixes.
76c5e5ab 9029
bd0c3c0b
JB
90302013-08-08 Juanma Barranquero <lekktu@gmail.com>
9031
9032 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9033
c735544c
SM
90342013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9037 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9038 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9039 (byte-compile-normal-call): Remove obsolescence check.
9040
2805a651
JB
90412013-08-08 Juanma Barranquero <lekktu@gmail.com>
9042
3677ffeb
JB
9043 * frameset.el (frameset-restore): Doc fix.
9044
2805a651
JB
9045 * register.el (frameset-frame-id, frameset-frame-with-id)
9046 (frameset-p, frameset-restore, frameset-save): Declare.
9047 (register-alist): Document framesets.
9048 (frameset-session-filter-alist): Declare.
9049 (frameset-to-register): New function.
9050 (jump-to-register): Implement jumping to framesets. Doc fix.
9051 (describe-register-1): Describe framesets.
9052
9053 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9054
a912c016
JB
90552013-08-07 Juanma Barranquero <lekktu@gmail.com>
9056
9057 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9058 Use lexical-binding.
9059
9060 * frameset.el (frameset): Use type vector, not list (incompatible
9061 change). Do not declare a new constructor, use the default one.
9062 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9063 `name' and `description', respectively, and add read-only slot
9064 `timestamp'. Doc fixes.
9065 (frameset-copy, frameset-persistent-filter-alist)
9066 (frameset-filter-alist, frameset-switch-to-gui-p)
9067 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9068 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9069 (frameset-filter-iconified, frameset-keep-original-display-p):
9070 Doc fixes.
9071 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9072 Rename from frameset-filter-(save|restore)-param. All callers changed.
9073 Doc fix.
9074 (frameset-p): Adapt to change to vector and be more thorough.
9075 Change arg name to OBJECT. Doc fix.
9076 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9077 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9078 All callers changed.
9079 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9080 All callers changed.
9081 (frameset--record-minibuffer-relationships): Rename from
9082 frameset--process-minibuffer-frames. All callers changed.
9083 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9084 Use new default constructor (again). Doc fix.
c295fc18 9085 (frameset--find-frame-if): Rename from `frameset--find-frame'.
a912c016
JB
9086 All callers changed.
9087 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9088 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9089 Doc fix.
9090 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9091 PARAMETERS and WINDOW-STATE, respectively.
9092 (frameset-restore): Add new keyword argument PREDICATE.
9093 Reset frameset--target-display to nil. Doc fix.
9094
bb41480a
SM
90952013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9096
f001e98e
SM
9097 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9098 (bat-mode): Use it.
9099 (bat-mode-syntax-table): Mark \n as end-of-comment.
9100 (bat-font-lock-keywords): Remove comment rule.
9101
7679edb1
SM
9102 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9103 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9104
bb41480a
SM
9105 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9106 (byte-compile-callargs-warn): Use `push'.
9107 (byte-compile-arglist-warn): Ignore higher-order "calls".
9108 (byte-compile-file-form-autoload): Use `pcase'.
9109 (byte-compile-function-form): If quoting a symbol, check that it exists.
9110
cdc1ebb9
EZ
91112013-08-07 Eli Zaretskii <eliz@gnu.org>
9112
9113 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9114 and add a few popular commands found in batch files.
9115 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9116 (dos-mode): Doc fixes.
9117
312b1740
SM
91182013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9121 (dos-mode): Use setq-local. Add space after "rem".
9122 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9123 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9124
400a3178
AM
91252013-08-07 Arni Magnusson <arnima@hafro.is>
9126
9127 * progmodes/dos.el: New file.
9128 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9129 dos-mode.
9130
3b5c03d3
GM
91312013-08-06 Glenn Morris <rgm@gnu.org>
9132
9133 * calendar/calendar.el: Add new faces, and day-header-array.
9134 (calendar-weekday-header, calendar-weekend-header)
9135 (calendar-month-header): New faces.
9136 (calendar-day-header-construct): New function.
9137 (calendar-day-header-width): Also :set calendar-day-header-array.
9138 (calendar-american-month-header, calendar-european-month-header)
9139 (calendar-iso-month-header): Use calendar- faces.
9140 (calendar-generate-month):
9141 Use calendar-day-header-array for day headers; apply faces to them.
9142 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9143 (calendar-abbrev-construct): Add optional maxlen argument.
9144 (calendar-day-name-array): Doc fix.
9145 (calendar-day-name-array, calendar-abbrev-length)
9146 (calendar-day-abbrev-array):
9147 Also :set calendar-day-header-array, and maybe redraw.
9148 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 9149 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
9150 (calendar-day-name): Add option to use header array.
9151
ec6a2d7a
LMI
91522013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9153
9154 * net/shr.el (shr-render-td): Remove debugging.
9155 (shr-render-td): Make width computation consistent by defaulting
9156 all zero-width columns to 10 characters. This may not be optimal,
9157 but it's at least consistent.
2122cb6d
LMI
9158 (shr-make-table-1): Redo last change to fix the real problem in
9159 colspan handling.
ec6a2d7a 9160
ed4fd9c5
DA
91612013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9162
0ca3f70e
SM
9163 * files.el (cache-long-line-scans):
9164 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 9165
64e22afe
JB
91662013-08-06 Juanma Barranquero <lekktu@gmail.com>
9167
024b38fc
JB
9168 * frameset.el (frameset, frameset-filter-alist)
9169 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9170 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9171 (frameset-compute-pos): Rename from frameset--compute-pos,
9172 and add docstring.
9173 (frameset-move-onscreen): Use frameset-compute-pos.
9174 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9175
64e22afe
JB
9176 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9177 Fix typos in docstrings.
9178
c8c2aca8
DA
91792013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9180
9181 * frame.el (get-other-frame): Tiny cleanup.
9182
1d237bba
JB
91832013-08-06 Juanma Barranquero <lekktu@gmail.com>
9184
8951efef
JB
9185 * vc/vc.el (vc-default-ignore-completion-table):
9186 Silence byte-compiler warning.
9187
307764cc 9188 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3fcfc4ee 9189 slot, which can indeed be nil.
307764cc
JB
9190 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9191 Move entry for `left' from persistent to live filter alist.
9192 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9193 Doc fixes.
9194 (frameset-filter-params): When restoring a frame, copy items added to
9195 `filtered', to avoid unwittingly modifying the original parameters.
9196 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9197 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9198
1d237bba
JB
9199 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9200 to use looking-at-p instead of looking-at. (Bug#15028)
9201
dc6c0eda
SM
92022013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 Revert introduction of isearch-filter-predicates (bug#14714).
9205 Rely on add-function instead.
9206 * isearch.el (isearch-filter-predicates): Rename it back to
9207 isearch-filter-predicate.
9208 (isearch-message-prefix): Use advice-function-mapc and advice
9209 properties to get the isearch-message-prefix.
9210 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9211 instead of run-hook-with-args-until-failure.
9212 (isearch-filter-visible): Not obsolete any more.
9213 * loadup.el: Preload nadvice.
9214 * replace.el (perform-replace): Revert to funcall
9215 instead of run-hook-with-args-until-failure.
9216 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9217 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9218 dired-isearch-filenames-toggle; make it into a proper minor mode.
9219 Use add/remove-function.
9220 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9221 Call the minor-mode rather than add/remove-hook.
9222 (dired-isearch-filter-filenames):
9223 Remove isearch-message-prefix property.
9224 * info.el (Info--search-loop): New function, extracted from Info-search.
9225 Funcall isearch-filter-predicate instead of
9226 run-hook-with-args-until-failure isearch-filter-predicates.
9227 (Info-search): Use it.
9228 (Info-mode): Use isearch-filter-predicate instead of
9229 isearch-filter-predicates.
9230
290d5b58
DA
92312013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9232
9233 Do not call to `selected-window' where it is assumed by default.
9234 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9235 `window-hscroll', `window-width', `window-height', `window-buffer',
9236 `window-frame', `window-start', `window-point', `next-window'
9237 and `window-display-table'.
9238 * abbrev.el (abbrev--default-expand):
9239 * bs.el (bs--show-with-configuration):
9240 * buff-menu.el (Buffer-menu-mouse-select):
9241 * calc/calc.el (calc):
9242 * calendar/calendar.el (calendar-generate-window):
9243 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9244 (diary-make-entry):
9245 * comint.el (send-invisible, comint-dynamic-complete-filename)
9246 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9247 * completion.el (complete):
9248 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9249 * disp-table.el (describe-current-display-table):
9250 * doc-view.el (doc-view-insert-image):
9251 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9252 * ehelp.el (with-electric-help):
9253 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9254 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9255 * emacs-lisp/helper.el (Helper-help-scroller):
9256 * emulation/cua-base.el (cua--post-command-handler-1):
9257 * eshell/esh-mode.el (eshell-output-filter):
9258 * ffap.el (ffap-gnus-wrapper):
9259 * help-macro.el (make-help-screen):
9260 * hilit-chg.el (highlight-compare-buffers):
9261 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9262 * hl-line.el (global-hl-line-highlight):
9263 * icomplete.el (icomplete-simple-completing-p):
9264 * isearch.el (isearch-done):
9265 * jit-lock.el (jit-lock-stealth-fontify):
9266 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
a12bf61e 9267 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
290d5b58
DA
9268 * mpc.el (mpc-tagbrowser, mpc):
9269 * net/rcirc.el (rcirc-any-buffer):
9270 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9271 * play/landmark.el (landmark-max-width, landmark-max-height):
9272 * play/zone.el (zone):
9273 * progmodes/compile.el (compilation-goto-locus):
9274 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9275 * progmodes/etags.el (find-tag-other-window):
9276 * progmodes/fortran.el (fortran-column-ruler):
9277 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9278 * progmodes/verilog-mode.el (verilog-point-text):
9279 * reposition.el (reposition-window):
9280 * rot13.el (toggle-rot13-mode):
9281 * server.el (server-switch-buffer):
9282 * shell.el (shell-dynamic-complete-command)
9283 (shell-dynamic-complete-environment-variable):
9284 * simple.el (insert-buffer, set-selective-display)
9285 (delete-completion-window):
9286 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9287 (speedbar-recenter):
9288 * startup.el (fancy-splash-head):
9289 * textmodes/ispell.el (ispell-command-loop):
9290 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9291 * tutorial.el (help-with-tutorial):
9292 * vc/add-log.el (add-change-log-entry):
9293 * vc/compare-w.el (compare-windows):
9294 * vc/ediff-help.el (ediff-indent-help-message):
9295 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9296 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9297 (ediff-setup-control-frame):
9298 * vc/emerge.el (emerge-position-region):
9299 * vc/pcvs-util.el (cvs-bury-buffer):
9300 * window.el (walk-windows, mouse-autoselect-window-select):
9301 * winner.el (winner-set-conf, winner-undo): Related users changed.
9302
38276e01
JB
93032013-08-05 Juanma Barranquero <lekktu@gmail.com>
9304
9305 * frameset.el (frameset--set-id): Doc fix.
9306 (frameset-frame-id, frameset-frame-id-equal-p)
9307 (frameset-locate-frame-id): New functions.
9308 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9309 (frameset-restore): Use them.
9310
12b4c0ea
DA
93112013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9312
9313 Do not call to `selected-frame' where it is assumed by default.
9314 Affected functions are `raise-frame', `redraw-frame',
9315 `frame-first-window', `frame-terminal' and `delete-frame'.
9316 * calendar/appt.el (appt-disp-window):
9317 * epg.el (epg-wait-for-completion):
9318 * follow.el (follow-delete-other-windows-and-split)
9319 (follow-avoid-tail-recenter):
9320 * international/mule.el (set-terminal-coding-system):
9321 * mail/rmail.el (rmail-mail-return):
9322 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9323 * progmodes/f90.el (f90-add-imenu-menu):
9324 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9325 * server.el (server-switch-buffer):
9326 * simple.el (delete-completion-window):
9327 * talk.el (talk):
9328 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9329 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9330 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9331 * vc/ediff.el (ediff-documentation): Related users changed.
9332 * frame.el (selected-terminal): Remove the leftover.
9333
17f25e76
GM
93342013-08-05 Glenn Morris <rgm@gnu.org>
9335
9336 * calendar/calendar.el (calendar-generate-month):
9337 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
9338 (calendar-generate-month, calendar-font-lock-keywords):
9339 Fix for calendar-day-header-width > length of any day name.
17f25e76 9340
063233c3
JB
93412013-08-05 Juanma Barranquero <lekktu@gmail.com>
9342
9343 * desktop.el (desktop-clear): Use new name of sort predicate.
9344
9345 * frameset.el (frameset): Add docstring. Move :version property to its
9346 own `version' slot.
9347 (frameset-copy): Rename from copy-frameset.
9348 (frameset-p): Check more thoroughly.
9349 (frameset-prop): Do not check for :version, which is no longer a prop.
9350 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9351 Use new :never value instead of t.
9352 (frameset-filter-alist): Expand and clarify docstring.
9353 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9354 (frameset-filter-minibuffer, frameset-filter-save-param)
9355 (frameset-filter-restore-param, frameset-filter-iconified):
9356 Add pointer to docstring of frameset-filter-alist.
9357 (frameset-filter-params): Rename filter values to be more meaningful:
9358 :never instead of t, and reverse the meanings of :save and :restore.
9359 (frameset--process-minibuffer-frames): Clarify error message.
9360 (frameset-save): Avoid unnecessary and confusing call to framep.
9361 Use new BOA constructor for framesets.
9362 (frameset--reuse-list): Doc fix.
9363 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9364 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9365 (frameset-minibufferless-first-p): Doc fix.
9366 Rename from frameset-sort-frames-for-deletion.
9367 (frameset-restore): Doc fixes. Use new function names.
9368 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9369
d5671a82
JB
93702013-08-04 Juanma Barranquero <lekktu@gmail.com>
9371
9372 * desktop.el (desktop-restore-forces-onscreen)
9373 (desktop-restore-reuses-frames): Document :keyword constant values.
9374 (desktop-filter-parameters-alist): Remove, now identical to
9375 frameset-filter-alist.
9376 (desktop--filter-tty*): Remove, moved to frameset.el.
9377 (desktop-save-frameset, desktop-restore-frameset):
9378 Do not pass :filters argument.
9379
9380 * frameset.el (frameset-live-filter-alist)
9381 (frameset-persistent-filter-alist): New variables.
9382 (frameset-filter-alist): Use them. Add autoload cookie.
9383 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9384 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9385 `frameset--id' (it's supposed to be internal to frameset.el).
9386 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9387 (frameset--initial-params): New function.
9388 (frameset--get-frame): Use it. Doc fix.
9389 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9390 Accept :all, not 'all.
9391 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9392 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9393 with fbound symbols. Fix frame id matching, and remove matching ids if
9394 the frame being restored is deleted. Obey :delete.
9395
671d5c16
SM
93962013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * subr.el (macrop): New function.
9399 (text-clone--maintaining): New var.
9400 (text-clone--maintain): Rename from text-clone-maintain. Use it
9401 instead of inhibit-modification-hooks.
9402
9403 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9404 a proxy, so as handle autoloads and redefinitions of the target.
9405 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9406
9407 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9408 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9409 (pcase--mutually-exclusive-p): New function.
9410 (pcase--split-consp): Use it.
9411 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9412 mutually exclusive with the current predicate.
9413
9414 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9415 (edebug-macrop): Remove. Use `macrop' instead.
9416 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9417 (ad-macro-p):
9418 * eshell/esh-cmd.el (eshell-macrop):
9419 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9420
1d44e9dc
SM
94212013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9424 (advice-mapc): New function, using it.
9425 (advice-function-member-p): New function.
9426 (advice--normalize): Store the cdr in advice--saved-rewrite since
9427 that's the part that will be changed.
9428 (advice--symbol-function): New function.
9429 (advice-remove): Handle removal before the function is defined.
9430 Adjust to new advice--saved-rewrite.
9431 (advice-member-p): Use advice-function-member-p and
9432 advice--symbol-function.
9433
5414a283
JB
94342013-08-04 Juanma Barranquero <lekktu@gmail.com>
9435
51d30f2c
JB
9436 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9437 (frameset-filter-minibuffer): Doc fix.
9438 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
9439 (frameset--set-id, frameset--process-minibuffer-frames)
9440 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9441 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 9442
5414a283
JB
9443 * desktop.el (desktop-clear): Only delete frames when called
9444 interactively and desktop-restore-frames is non-nil. Doc fix.
9445 (desktop-read): Set desktop-saved-frameset to nil.
9446
ab419665
XF
94472013-08-04 Xue Fuqiao <xfq.free@gmail.com>
9448
9449 * vc/vc.el (vc-ignore): Rewrite.
35e951cd 9450 (vc-default-ignore-completion-table, vc--read-lines)
ab419665
XF
9451 (vc--add-line, vc--remove-regexp): New functions.
9452
9453 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9454 (vc-svn-ignore-completion-table): New function.
9455
9456 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
35e951cd 9457 (vc-hg-ignore-completion-table)
ab419665
XF
9458 (vc-hg-find-ignore-file): New functions.
9459
9460 * vc/vc-git.el (vc-git-ignore): Rewrite.
35e951cd 9461 (vc-git-ignore-completion-table)
ab419665
XF
9462 (vc-git-find-ignore-file): New functions.
9463
9464 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9465
9466 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
35e951cd 9467 (vc-bzr-ignore-completion-table)
ab419665
XF
9468 (vc-bzr-find-ignore-file): New functions.
9469
2613dea2
JB
94702013-08-03 Juanma Barranquero <lekktu@gmail.com>
9471
9472 * frameset.el (frameset-prop): New function and setter.
9473 (frameset-save): Do not modify frame list passed by the caller.
9474
9c959872
SM
94752013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9476
9477 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9478
a104f656
SM
94792013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9480
70122acf
SM
9481 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9482 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9483
a104f656
SM
9484 * custom.el (custom-initialize-default, custom-initialize-set)
9485 (custom-initialize-reset, custom-initialize-changed): Affect the
9486 toplevel-default-value (bug#6275, bug#14586).
9487 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9488 for bug#6275.
9489
f078d570
JB
94902013-08-02 Juanma Barranquero <lekktu@gmail.com>
9491
185e3b5a
JB
9492 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9493 Add cl-def* expressions.
9494
f078d570
JB
9495 * frameset.el (frameset-filter-params): Fix order of arguments.
9496
9421876d
JB
94972013-08-02 Juanma Barranquero <lekktu@gmail.com>
9498
9499 Move code related to saving frames to frameset.el.
9500 * desktop.el: Require frameset.
9501 (desktop-restore-frames): Doc fix.
9502 (desktop-restore-reuses-frames): Rename from
9503 desktop-restoring-reuses-frames.
9504 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9505 (desktop-clear): Clear frames too.
9506 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9507 (desktop--filter-tty*, desktop-save, desktop-read):
9508 Use frameset functions.
9509 (desktop-before-saving-frames-functions, desktop--filter-*-color)
9510 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9511 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9512 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9513 (desktop--process-minibuffer-frames, desktop-save-frames)
9514 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9515 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9516 (desktop--sort-states, desktop-restoring-frames-p)
9517 (desktop-restore-frames): Remove. Most code moved to frameset.el.
9518 (desktop-restoring-frameset-p, desktop-restore-frameset)
9519 (desktop--check-dont-save, desktop-save-frameset): New functions.
9520 (desktop--app-id): New constant.
9521 (desktop-first-buffer, desktop-buffer-ok-count)
9522 (desktop-buffer-fail-count): Move before first use.
9523 * frameset.el: New file.
9524
76dc5996
SM
95252013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 * files.el: Use lexical-binding.
9528 (dir-locals-read-from-file): Remove unused `err' variable.
9529 (hack-dir-local-variables--warned-coding): New var.
9530 (hack-dir-local-variables): Use it to avoid repeated warnings.
9531 (make-backup-file-name--default-function): New function.
9532 (make-backup-file-name-function): Use it as default.
9533 (buffer-stale--default-function): New function.
9534 (buffer-stale-function): Use it as default.
9535 (revert-buffer-insert-file-contents--default-function): New function.
9536 (revert-buffer-insert-file-contents-function): Use it as default.
9537 (insert-directory): Avoid add-to-list.
9538
9539 * autorevert.el (auto-revert-handler): Simplify.
9540 Use buffer-stale--default-function.
9541
06d36e2b
TH
95422013-08-01 Tassilo Horn <tsdh@gnu.org>
9543
5f648ab4
TH
9544 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9545
06d36e2b
TH
9546 * whitespace.el (whitespace-ensure-local-variables): New function.
9547 (whitespace-cleanup-region): Call it.
9548 (whitespace-turn-on): Call it.
9549
a43dc424
MA
95502013-08-01 Michael Albinus <michael.albinus@gmx.de>
9551
9552 Complete file name handlers.
9553
9554 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9555 (tramp-handle-verify-visited-file-modtime)
9556 (tramp-handle-file-notify-rm-watch): New functions.
9557 (tramp-call-process): Do not bind `default-directory'.
9558
44e18199
JB
9559 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9560 Order alphabetically.
afe1e4c8
GM
9561 <access-file, add-name-to-file, dired-call-process>:
9562 <dired-compress-file, file-acl, file-notify-rm-watch>:
9563 <file-ownership-preserved-p, file-selinux-context>:
9564 <make-directory-internal, make-symbolic-link, set-file-acl>:
9565 <set-file-selinux-context, set-visited-file-modtime>:
9566 <verify-visited-file-modtime>: Add handler.
a43dc424
MA
9567 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9568
9569 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
afe1e4c8
GM
9570 <file-notify-add-watch, file-notify-rm-watch>:
9571 <set-file-times, set-visited-file-modtime>:
9572 <verify-visited-file-modtime>: Add handler.
a43dc424
MA
9573 (with-tramp-gvfs-error-message)
9574 (tramp-gvfs-handle-set-visited-file-modtime)
9575 (tramp-gvfs-fuse-file-name): Remove.
9576 (tramp-gvfs-handle-file-notify-add-watch)
9577 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9578 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9579
44e18199
JB
9580 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9581 Order alphabetically.
afe1e4c8
GM
9582 <file-notify-rm-watch>: Use default Tramp handler.
9583 <executable-find>: Remove private handler.
a43dc424
MA
9584 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9585 `default-directory'.
9586 (tramp-sh-handle-executable-find)
9587 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9588 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9589 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9590 Do not use `format' in `tramp-message'.
9591
9592 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
afe1e4c8
GM
9593 <file-notify-rm-watch, set-visited-file-modtime>:
9594 <verify-visited-file-modtime>: Add handler.
a43dc424
MA
9595 (tramp-smb-call-winexe): Do not bind `default-directory'.
9596
7188b515
XF
95972013-08-01 Xue Fuqiao <xfq.free@gmail.com>
9598
9599 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9600
2412ee1a
DG
96012013-07-31 Dmitry Gutov <dgutov@yandex.ru>
9602
9603 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9604 use it.
9605 (log-view-diff-changeset): Same.
9606 (log-view-diff-common): Call backend command `previous-revision'
9607 to find out the previous revision, in both cases. Swap the
9608 variables `to' and `fr', so that `fr' usually refers to the
9609 earlier revision (Bug#14989).
9610
5002a754
KRC
96112013-07-31 Kan-Ru Chen <kanru@kanru.info>
9612
9613 * ibuf-ext.el (ibuffer-filter-by-filename):
9614 Make it work with dired buffers too.
9615
44e18199 96162013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
9617
9618 * emacs-lisp/re-builder.el (reb-color-display-p):
9619 * files.el (save-buffers-kill-terminal):
9620 * net/browse-url.el (browse-url):
9621 * server.el (server-save-buffers-kill-terminal):
9622 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9623 Prefer nil to selected-frame for the first arg of frame-parameter.
9624
aeca3fbb
XF
96252013-07-31 Xue Fuqiao <xfq.free@gmail.com>
9626
9627 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9628
158bc55c
SB
96292013-07-30 Stephen Berman <stephen.berman@gmx.net>
9630
9631 * minibuffer.el (completion--twq-all): Try and preserve each
9632 completion's case choice (bug#14907).
9633
d50fceab
LMI
96342013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9635
ac38e731
LMI
9636 * net/network-stream.el (open-network-stream): Mention the new
9637 :nogreeting parameter.
9638 (network-stream-open-starttls): Use the :nogreeting parameter
9639 (bug#14938).
9640
1211de50
LMI
9641 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9642
997798bf
LMI
9643 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9644 more natural than popping.
9645
d50fceab 9646 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 9647 (shr-urlify): Highlight under mouse.
d50fceab 9648
5c09de04
XF
96492013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9650
207d1d04
XF
9651 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9652
9653 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9654
5c09de04
XF
9655 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
9656 buffer for output.
9657
3cd51eaa
XF
9658 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
9659 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 9660
44e18199 9661 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 9662 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
9663
9664 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9665
9666 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
9667 buffer for output.
9668
35a89bdd
EZ
96692013-07-29 Eli Zaretskii <eliz@gnu.org>
9670
9671 * frame.el (frame-notice-user-settings): Avoid inflooping when the
9672 initial frame is minibuffer-less. (Bug#14841)
9673
78822e94
MA
96742013-07-29 Michael Albinus <michael.albinus@gmx.de>
9675
9676 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9677 option.
9678
9679 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9680 (tramp-maybe-open-connection): Use it.
9681
9503c190
JB
96822013-07-28 Juanma Barranquero <lekktu@gmail.com>
9683
9684 * desktop.el (desktop--make-frame): Include `minibuffer' in the
9685 minimal set of parameters passed when creating a frame, because
9686 the minibuffer status of a frame cannot be changed later.
9687
d5a845b4
SB
96882013-07-28 Stephen Berman <stephen.berman@gmx.net>
9689
9690 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9691 replace-regexp-in-string and inadvertent omissions in previous change.
9692 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 9693 name of filtered items buffer.
d5a845b4 9694
ddeffb17
JB
96952013-07-28 Juanma Barranquero <lekktu@gmail.com>
9696
9697 * desktop.el: Optionally force offscreen frames back onscreen.
9698 (desktop-restoring-reuses-frames): New option.
9699 (desktop--compute-pos, desktop--move-onscreen): New functions.
9700 (desktop--make-frame): Use desktop--move-onscreen.
9701
f5950f7a
AM
97022013-07-27 Alan Mackenzie <acm@muc.de>
9703
9704 Fontify a Java generic method as a function.
9705 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9706 value to t.
9707
ae43b66a
SB
97082013-07-27 Stephen Berman <stephen.berman@gmx.net>
9709
9710 * calendar/todo-mode.el: Add command to rename todo files.
9711 (todo-rename-file): New command.
9712 (todo-key-bindings-t): Add key binding for it. Change the
9713 bindings of todo-filter-regexp-items(-multifile) to use `x'
9714 instead of `r', since the latter is better suited to the new
9715 renaming command.
9716
5ab78d3d
AM
97172013-07-27 Alan Mackenzie <acm@muc.de>
9718
9719 Make Java try-with-resources statement parse properly.
9720 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9721 (c-block-stmt-1-2-key): New language constants/variables.
9722 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9723 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9724 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 9725 with c-block-stmt-1-2-key.
5ab78d3d 9726
d85c4d50
JB
97272013-07-27 Juanma Barranquero <lekktu@gmail.com>
9728
9729 * desktop.el (desktop--make-frame): Apply most frame parameters after
9730 creating the frame to force (partially or totally) offscreen frames to
9731 be restored as such.
9732
e4c467f9
XF
97332013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9734
9735 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 9736 (Bug#14948)
e4c467f9 9737
7ced0d04
SM
97382013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9739
9740 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9741 `base' arg of backtrace-frame.
9742
fec92060
EZ
97432013-07-26 Eli Zaretskii <eliz@gnu.org>
9744
9745 * simple.el (list-processes): Doc fix.
9746
d58d31fb
JB
97472013-07-26 Juanma Barranquero <lekktu@gmail.com>
9748
9749 * desktop.el (desktop--select-frame):
d85c4d50 9750 Try harder to reuse existing frames.
d58d31fb 9751
53ff3e77
SM
97522013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9755 (edebug-eval): Use backtrace-eval.
9756 (edebug--display, edebug--recursive-edit): Don't let-bind the
9757 edebug-outer-* vars that keep track of variables we locally let-bind.
9758 (edebug-outside-excursion): Don't restore outside values of locally
9759 let-bound vars.
9760 (edebug--display): Use user-error.
9761 (cl-lexical-debug, cl-debug-env): Remove.
9762
045f7a53
JB
97632013-07-26 Juanma Barranquero <lekktu@gmail.com>
9764
9765 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9766 are restored to be sure that they are visible before deleting any
9767 remaining ones.
9768
59070b32
MM
97692013-07-26 Matthias Meulien <orontee@gmail.com>
9770
742a3501
XF
9771 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9772 vc-print-root-log. (Bug#14948)
59070b32 9773
b1fb3596
RS
97742013-07-26 Richard Stallman <rms@gnu.org>
9775
9776 Add aliases for encrypting mail.
9777 * epa.el (epa-mail-aliases): New option.
9778 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9779 Bind inhibit-read-only so read-only text doesn't ruin everything.
9780 (epa-mail-default-recipients): New subroutine broken out.
9781 Handle epa-mail-aliases.
9782
56ea7291
SM
97832013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 Add support for lexical variables to the debugger's `e' command.
9786 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9787 vars, except for debugger-outer-match-data.
9788 (debugger-frame-number): Move check for "on a function call" from
9789 callers into it. Add `skip-base' argument.
9790 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9791 (debugger-env-macro): Only reset the state stored in non-variables,
9792 i.e. current-buffer and match-data.
9793 (debugger-eval-expression): Rewrite using backtrace-eval.
9794 * subr.el (internal--called-interactively-p--get-frame): Remove.
9795 (called-interactively-p):
9796 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9797 `base' arg of backtrace-frame instead.
9798
15ac32d5
GM
97992013-07-26 Glenn Morris <rgm@gnu.org>
9800
8358a09d
GM
9801 * align.el (align-regexp): Doc fix. (Bug#14857)
9802 (align-region): Explicit error if subexpression missing/does not match.
9803
15ac32d5
GM
9804 * simple.el (global-visual-line-mode):
9805 Do not duplicate the mode lighter. (Bug#14858)
9806
f47ad11b
MR
98072013-07-25 Martin Rudalics <rudalics@gmx.at>
9808
9809 * window.el (display-buffer): In display-buffer bind
9810 split-window-keep-point to t, bug#14829.
9811
02530987
JB
98122013-07-25 Juanma Barranquero <lekktu@gmail.com>
9813
9814 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9815 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9816 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9817 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9818 Change accordingly.
f63ebeb5
JB
9819 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9820 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 9821
6ccb9cab 98222013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 9823
6ccb9cab 9824 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 9825
cb3a56d2
JB
98262013-07-25 Juanma Barranquero <lekktu@gmail.com>
9827
9828 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9829 parameter to modify-frame-parameters if the value has not changed;
9830 this is a workaround for bug#14949.
9831 (desktop--make-frame): On cl-delete-if call, check parameter name,
9832 not full parameter.
9833
7aa7fff0
XF
98342013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9835
9836 * vc/vc.el (vc-ignore): New function.
9837
9838 * vc/vc-svn.el (vc-svn-ignore): New function.
9839
9840 * vc/vc-hg.el (vc-hg-ignore): New function.
9841
9842 * vc/vc-git.el (vc-git-ignore): New function.
9843
9844 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9845 (vc-dir-ignore): New function.
9846
9847 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 9848 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
9849
9850 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9851
9852 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9853
889acc5c
JB
98542013-07-24 Juanma Barranquero <lekktu@gmail.com>
9855
9856 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9857 (desktop-restore-frames): Warn when deleting an existing frame failed.
9858
86c40970
GM
98592013-07-24 Glenn Morris <rgm@gnu.org>
9860
9861 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9862
d5d3c58a
MA
98632013-07-24 Michael Albinus <michael.albinus@gmx.de>
9864
9865 * filenotify.el (file-notify-supported-p):
9866 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9867 Remove functions.
9868
35e951cd 9869 * autorevert.el (auto-revert-use-notify)
d5d3c58a
MA
9870 (auto-revert-notify-add-watch):
9871 * net/tramp.el (tramp-file-name-for-operation):
9872 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9873 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9874 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9875 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9876 Remove `file-notify-supported-p' entry.
9877
d100084b
GM
98782013-07-24 Glenn Morris <rgm@gnu.org>
9879
9880 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 9881 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 9882
ac93e56b
SM
98832013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9884
249eea30
SM
9885 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9886 checked with memq (bug#14935).
9887
ac93e56b
SM
9888 * files.el (revert-buffer-function): Use a non-nil default.
9889 (revert-buffer-preserve-modes): Declare var to
9890 provide access to the `preserve-modes' argument.
9891 (revert-buffer): Let-bind it.
9892 (revert-buffer--default): New function, extracted from revert-buffer.
9893
2cdeb903
SM
98942013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9895
9896 * lpr.el: Signal print errors more prominently.
9897 (print-region-function): Don't default to nil.
9898 (lpr-print-region): New function, extracted from print-region-1.
9899 Check lpr's return value and signal an error in case of problem.
9900 (print-region-1): Use it.
9901 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9902 versions instead.
9903 (ps-printer-name): Default to nil.
9904 (ps-printer-name-option): Default to lpr-printer-switch.
9905 (ps-print-region-function): Don't default to nil.
9906 (ps-postscript-code-directory): Simplify default.
9907 (ps-do-despool): Use lpr-print-region to properly check the outcome.
9908 (ps-string-list, ps-eval-switch, ps-flatten-list)
9909 (ps-flatten-list-1): Remove.
9910 (ps-multibyte-buffer): Avoid setq.
9911 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9912 (print-region-function, ps-print-region-function): Don't set them here.
9913
73600831
XF
99142013-07-24 Xue Fuqiao <xfq.free@gmail.com>
9915
35e951cd
JB
9916 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9917 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9918 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
0e55c076
XF
9919 (ido-decorations): Doc fix.
9920
73600831
XF
9921 * ansi-color.el: Fix old URL.
9922
3d012865
MM
99232013-07-23 Michael R. Mauger <michael@mauger.com>
9924
e903c210 9925 * progmodes/sql.el: Version 3.3
3d012865
MM
9926 (sql-product-alist): Improve oracle :prompt-cont-regexp.
9927 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9928 (sql-interactive-remove-continuation-prompt): Rewrite, use
9929 functions above. Fix continuation prompt and complete output line
9930 handling.
9931 (sql-redirect-one, sql-execute): Use `read-only-mode' on
9932 redirected output buffer.
9933 (sql-mode): Restore deleted code (Bug#13591).
9934
da77a2e2
JB
99352013-07-23 Juanma Barranquero <lekktu@gmail.com>
9936
9937 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9938
80ff0c71
MA
99392013-07-23 Michael Albinus <michael.albinus@gmx.de>
9940
9941 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9942
9943 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9944 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9945 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9946
b61d71e4
JB
99472013-07-23 Juanma Barranquero <lekktu@gmail.com>
9948
9949 * desktop.el (desktop-clear): Simplify; remove useless checks
9950 against invalid buffer names.
9951 (desktop-list*): Use cl-list*.
9952 (desktop-buffer-info, desktop-create-buffer): Simplify.
9953
c3512092
LL
99542013-07-23 Leo Liu <sdl.web@gmail.com>
9955
9956 * bookmark.el (bookmark-make-record): Restore NAME as a default
9957 value. (Bug#14933)
9958
0ac26976
SM
99592013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9960
7d22ce18
SM
9961 * emacs-lisp/autoload.el (autoload--setup-output): New function,
9962 extracted from autoload--insert-text.
9963 (autoload--insert-text): Remove.
9964 (autoload--print-cookie-text): New function, extracted from
9965 autoload--insert-cookie-text.
9966 (autoload--insert-cookie-text): Remove.
9967 (autoload-generate-file-autoloads): Adjust calls accordingly.
9968
9b2607e8
SM
9969 * winner.el (winner-hook-installed-p): Remove.
9970 (winner-mode): Simplify accordingly.
9971
c43a8618
SM
9972 * subr.el (add-to-list): Fix compiler-macro when `append' is
9973 not constant. Don't use `cl-member' for the base case.
9974
0ac26976
SM
9975 * progmodes/subword.el: Fix boundary case (bug#13758).
9976 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
9977 own group.
9978 (subword-backward-regexp): Make it a constant.
9979 (subword-forward-internal): Don't treat a trailing capital as the
9980 beginning of a word.
9981
6874724a
AR
99822013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
9983
9984 * emacs-lisp/package.el (package-menu-mode): Don't modify the
9985 global value of tabulated-list-revert-hook (bug#14930).
9986
70f1b5e8
JB
99872013-07-22 Juanma Barranquero <lekktu@gmail.com>
9988
a1c80d9d
JB
9989 * desktop.el: Require 'cl-lib.
9990 (desktop-before-saving-frames-functions): New hook.
9991 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9992 for frames being saved. Rename from desktop--save-minibuffer-frames.
9993 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
9994 Do not save frames with non-nil `desktop-dont-save' parameter.
9995 Filter out deleted frames.
a1c80d9d
JB
9996 (desktop--find-frame): Use cl-find-if.
9997 (desktop--select-frame): Use cl-(first|second|third) to access values
9998 of desktop-mini.
9999 (desktop--make-frame): Use cl-delete-if.
10000 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10001 (desktop-restore-frames): Use cl-(first|second|third) to access values
10002 of desktop-mini. Look for visible frame at the end, not while
10003 restoring frames.
10004
70f1b5e8
JB
10005 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10006 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10007 Use string-match-p, looking-at-p (bug#14927).
10008
728dc3cc
JB
100092013-07-21 Juanma Barranquero <lekktu@gmail.com>
10010
56bc453c
JB
10011 * desktop.el (desktop-saved-frame-states):
10012 Rename from desktop--saved-states; all users changed.
10013 (desktop-save-frames): Rename from desktop--save-frames.
10014 Do not save state to desktop file.
10015 (desktop-save): Save desktop-saved-frame-states to desktop file
10016 and reset to nil.
10017 (desktop-restoring-frames-p): New function.
10018 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10019 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10020 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10021
728dc3cc
JB
10022 * desktop.el: Correctly restore iconified frames.
10023 (desktop--filter-iconified-position): New function.
10024 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10025
862f1c9c
GM
100262013-07-20 Glenn Morris <rgm@gnu.org>
10027
c4074c9f
GM
10028 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10029 Let `message' do the formatting.
10030 (def-gdb-preempt-display-buffer): Add explicit format.
10031
d828e5f9
GM
10032 * image-dired.el (image-dired-track-original-file):
10033 Use with-current-buffer.
10034 (image-dired-track-thumbnail): Use with-current-buffer.
10035 Avoid changing point of wrong window.
10036
862f1c9c
GM
10037 * image-dired.el (image-dired-track-original-file):
10038 Avoid changing point of wrong window. (Bug#14909)
10039
f0398ec1 100402013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
10041
10042 * progmodes/gdb-mi.el (gdb-done-or-error):
10043 Guard against "%" in gdb output. (Bug#14127)
10044
1451928f
AS
100452013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10046
763a086d
JB
10047 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10048 (Bug#14826)
f7a03897 10049
1451928f
AS
10050 * international/mule.el (coding-system-iso-2022-flags): Fix last
10051 change.
10052
99107004
KH
100532013-07-20 Kenichi Handa <handa@gnu.org>
10054
763a086d
JB
10055 * international/mule.el (coding-system-iso-2022-flags):
10056 Add `8-bit-level-4'. (Bug#8522)
99107004 10057
48494e06
LMI
100582013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10059
8ba8eec5
LMI
10060 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10061 (bug#14815).
10062
dfbc66e3
LMI
10063 * net/eww.el (eww-process-text-input): Allow inputting when the
10064 point is at the start of the line, as the properties aren't
10065 front-sticky.
10066
48494e06
LMI
10067 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10068 degenerate widths.
10069
77c92cb9
RS
100702013-07-19 Richard Stallman <rms@gnu.org>
10071
aec7da77
RS
10072 * epa.el (epa-popup-info-window): Doc fix.
10073
77c92cb9
RS
10074 * subr.el (split-string): New arg TRIM.
10075
945c5bb1
JB
100762013-07-18 Juanma Barranquero <lekktu@gmail.com>
10077
10078 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10079 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10080
e06ec67f
MA
100812013-07-18 Michael Albinus <michael.albinus@gmx.de>
10082
c7064f05 10083 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
10084 `file-notify-support'. Do not autoload. Adapt all uses.
10085 (file-notify-supported-p): New defun.
10086
c7064f05
JB
10087 * autorevert.el (auto-revert-use-notify):
10088 Use `file-notify-supported-p' instead of `file-notify-support'.
10089 Adapt docstring.
e06ec67f
MA
10090 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10091
10092 * net/tramp.el (tramp-file-name-for-operation):
10093 Add `file-notify-supported-p'.
10094
10095 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10096 New defun.
10097 (tramp-sh-file-name-handler-alist): Add it as handler for
10098 `file-notify-supported-p '.
10099
10100 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10101 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10102 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10103 Add `ignore' as handler for `file-notify-*' functions.
10104
5dc8a629
EZ
101052013-07-17 Eli Zaretskii <eliz@gnu.org>
10106
10107 * simple.el (line-move-partial, line-move): Don't start vscroll or
10108 scroll-up if the current line is not taller than the window.
10109 (Bug#14881)
10110
77aea2fb
DG
101112013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10112
10113 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10114 highlight question marks in the method names as strings.
ac72c08d
DG
10115 (ruby-block-beg-keywords): Inline.
10116 (ruby-font-lock-keyword-beg-re): Extract from
10117 `ruby-font-lock-keywords'.
77aea2fb 10118
18c26d81
JD
101192013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10120
10121 * frame.el (blink-cursor-blinks): New defcustom.
10122 (blink-cursor-blinks-done): New defvar.
10123 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10124 (blink-cursor-timer-function): Check if number of blinks has been
10125 done on X and NS.
10126 (blink-cursor-suspend, blink-cursor-check): New defuns.
10127
da48522e
GM
101282013-07-15 Glenn Morris <rgm@gnu.org>
10129
10130 * edmacro.el (edmacro-format-keys): Fix previous change.
10131
0463c1ef
PE
101322013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10133
10134 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10135 The hack didn't work outside English locales anyway.
10136
b43f6451
JB
101372013-07-15 Juanma Barranquero <lekktu@gmail.com>
10138
10139 * simple.el (define-alternatives): Rename from alternatives-define,
10140 per RMS' suggestion.
10141
b958c0ad
JB
101422013-07-14 Juanma Barranquero <lekktu@gmail.com>
10143
10144 * desktop.el (desktop-restore-frames): Change default to t.
10145 (desktop-restore-in-current-display): Now offer more options.
10146 (desktop-restoring-reuses-frames): New customization option.
10147 (desktop--saved-states): Doc fix.
10148 (desktop-filter-parameters-alist): New variable, renamed and expanded
10149 from desktop--excluded-frame-parameters.
10150 (desktop--target-display): New variable.
10151 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10152 (desktop--filter-tty*, desktop--filter-*-color)
10153 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10154 (desktop--filter-save-desktop-parm)
10155 (desktop-restore-in-original-display-p): New functions.
10156 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10157 (desktop--save-minibuffer-frames): New function, inspired by a similar
10158 function from Martin Rudalics.
10159 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10160 (desktop--restore-in-this-display-p): Remove.
10161 (desktop--find-frame): Rename from desktop--find-frame-in-display
10162 and add predicate argument.
10163 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10164 (desktop--reuse-list): New variable.
10165 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10166 New functions.
10167 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10168
f6dd8b36
MA
101692013-07-14 Michael Albinus <michael.albinus@gmx.de>
10170
10171 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10172
2ce3c565
DG
101732013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10174
763a086d
JB
10175 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10176 Highlight conversion methods on Kernel.
2ce3c565 10177
2cdb7698
AM
101782013-07-13 Alan Mackenzie <acm@muc.de>
10179
10180 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10181 and comment it out. This out-commenting enables certain C++
10182 declarations to be parsed correctly.
10183
1a67b811
EZ
101842013-07-13 Eli Zaretskii <eliz@gnu.org>
10185
1b796d6b
EZ
10186 * international/mule.el (define-coding-system): Doc fix.
10187
1a67b811
EZ
10188 * simple.el (default-font-height): Don't call font-info if the
10189 frame's default font didn't change since the frame was created.
10190 (Bug#14838)
10191
58fbe886
LL
101922013-07-13 Leo Liu <sdl.web@gmail.com>
10193
10194 * ido.el (ido-read-file-name): Guard against non-symbol value.
10195
1f0480d4
FEG
101962013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10197
10198 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10199 in nested defuns.
10200
97ead0e5
LL
102012013-07-13 Leo Liu <sdl.web@gmail.com>
10202
10203 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10204 ido-set-matches call. (Bug#6852)
10205
0880a952
DG
102062013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10207
35e951cd 10208 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
0880a952
DG
10209 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10210 Ruby 2.0.
10211 (ruby-font-lock-keywords): Distinguish calls to functions with
10212 module-like names from module references. Highlight character
10213 literals.
10214
a7d8babb
SDJ
102152013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10216
10217 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 10218 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 10219
acfcc8c5
JB
102202013-07-12 Juanma Barranquero <lekktu@gmail.com>
10221
10222 * desktop.el (desktop--v2s): Remove unused local variable.
10223 (desktop-save-buffer): Make defvar-local; adjust docstring.
10224 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10225 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10226
051f2775
AS
102272013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10228
10229 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10230
f24e7572
GM
102312013-07-12 Eli Zaretskii <eliz@gnu.org>
10232
10233 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10234 (Bug#14842)
10235
539a920c
GM
102362013-07-12 Glenn Morris <rgm@gnu.org>
10237
10238 * doc-view.el: Require cl-lib at runtime too.
10239 (doc-view-remove-if): Remove.
10240 (doc-view-search-next-match, doc-view-search-previous-match):
10241 Use cl-remove-if.
10242
10243 * edmacro.el: Require cl-lib at runtime too.
10244 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10245 (edmacro-mismatch, edmacro-subseq): Remove.
10246
10247 * shadowfile.el: Require cl-lib.
10248 (shadow-remove-if): Remove.
10249 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10250 Use cl-remove-if.
10251
10252 * wid-edit.el: Require cl-lib.
10253 (widget-choose): Use cl-remove-if.
10254 (widget-remove-if): Remove.
10255
10256 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10257 (ebrowse-delete-if-not): Remove.
10258 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10259 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10260 Use cl-delete-if-not.
10261
1048af7c
JB
102622013-07-12 Juanma Barranquero <lekktu@gmail.com>
10263
10264 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10265 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10266
6c0674ee
LL
102672013-07-12 Leo Liu <sdl.web@gmail.com>
10268
10269 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10270
a19b3c2d
GM
102712013-07-11 Glenn Morris <rgm@gnu.org>
10272
4582a01c
GM
10273 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10274 (edebug-gensym-index, edebug-gensym):
10275 Remove reimplementation of cl-gensym.
10276 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10277
10278 * thumbs.el: Require cl-lib at run-time too.
10279 (thumbs-gensym-counter, thumbs-gensym):
10280 Remove reimplementation of cl-gensym.
10281 (thumbs-temp-file): Use cl-gensym.
10282
a19b3c2d
GM
10283 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10284 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10285 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10286 (ert--union, ert--gensym-counter, ert--gensym-counter)
10287 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10288 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10289 (ert-make-test-unbound, ert--expand-should-1)
10290 (ert--expand-should, ert--should-error-handle-error)
10291 (should-error, ert--explain-equal-rec)
10292 (ert--plist-difference-explanation, ert-select-tests)
10293 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10294 Use cl-lib functions rather than reimplementations.
10295
88f6a933
MA
102962013-07-11 Michael Albinus <michael.albinus@gmx.de>
10297
10298 * net/tramp.el (tramp-methods): Extend docstring.
10299 (tramp-connection-timeout): New defcustom.
10300 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10301 (with-tramp-progress-reporter): Simplify.
10302 (tramp-process-actions): Improve messages.
10303
10304 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10305 * net/tramp-sh.el (tramp-maybe-open-connection):
10306 Use `tramp-connection-timeout'.
afe1e4c8 10307 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
88f6a933
MA
10308 (Bug#14808)
10309
a43d577e
LL
103102013-07-11 Leo Liu <sdl.web@gmail.com>
10311
10312 * ido.el (ido-read-file-name): Conform to the requirements of
10313 read-file-name. (Bug#11861)
10314 (ido-read-directory-name): Conform to the requirements of
10315 read-directory-name.
10316
d77974bf
JB
103172013-07-11 Juanma Barranquero <lekktu@gmail.com>
10318
10319 * subr.el (delay-warning): New function.
10320
35cb8a3e
EZ
103212013-07-10 Eli Zaretskii <eliz@gnu.org>
10322
10323 * simple.el (default-line-height): New function.
10324 (line-move-partial, line-move): Use it instead of computing the
10325 line height inline.
10326 (line-move-partial): Always compute ROWH. If the last line is
10327 partially-visible, but its text is completely visible, allow
10328 cursor to enter such a partially-visible line.
10329
525c5c77
MA
103302013-07-10 Michael Albinus <michael.albinus@gmx.de>
10331
10332 Improve error messages. (Bug#14808)
10333
10334 * net/tramp.el (tramp-current-connection): New defvar, moved from
10335 tramp-sh.el.
0ac26976 10336 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 10337 needed anymore.
0ac26976
SM
10338 (tramp-error-with-buffer): Show message in minibuffer.
10339 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
10340 (with-tramp-progress-reporter): Improve messages.
10341 (tramp-process-actions): Use progress reporter. Delete process in
10342 case of error. Improve messages.
10343
763a086d
JB
10344 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10345 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 10346 (tramp-current-connection): Remove.
525c5c77
MA
10347 (tramp-maybe-open-connection): The car of
10348 `tramp-current-connection' are the first 3 slots of the vector.
10349
c7a4d368
TZ
103502013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10351
10352 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10353 inside continued strings.
10354
954b166e
PE
103552013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10356
10357 Timestamp fixes for undo (Bug#14824).
10358 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10359
56973319
LL
103602013-07-10 Leo Liu <sdl.web@gmail.com>
10361
10362 * files.el (require-final-newline): Allow safe local value.
10363 (Bug#14834)
10364
5550a72c
LL
103652013-07-09 Leo Liu <sdl.web@gmail.com>
10366
10367 * ido.el (ido-read-directory-name): Handle fallback.
10368 (ido-read-file-name): Update DIR to ido-current-directory.
10369 (Bug#1516)
c28b9050 10370 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 10371
70c46b28
DG
103722013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10373
10374 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10375 "autoload". Remove "warn lower camel case" section, previously
10376 commented out. Highlight negation char. Do not highlight the
10377 target in singleton method definitions.
10378
0b64b838
SM
103792013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10380
7fd72e2c
SM
10381 * faces.el (tty-setup-hook): Declare the hook.
10382
0b64b838
SM
10383 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10384 and detect when a guard/pred depends on local vars (bug#14773).
10385 (pcase--u1): Adjust caller.
10386
ab49d60b
EZ
103872013-07-08 Eli Zaretskii <eliz@gnu.org>
10388
10389 * simple.el (line-move-partial, line-move): Account for
10390 line-spacing.
701d79aa
EZ
10391 (line-move-partial): Avoid setting vscroll when the last
10392 partially-visible line in window is of default height.
ab49d60b 10393
2d756ae0
LMI
103942013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10395
10396 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10397 been used a while.
10398
ed095bd7
JB
103992013-07-07 Juanma Barranquero <lekktu@gmail.com>
10400
10401 * subr.el (read-quoted-char): Remove unused local variable `char'.
10402
f1e6674b
MK
104032013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10404
584ee3fc
GM
10405 * ediff.el (ediff-version): Version update.
10406 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10407 (ediff-merge-with-ancestor-command, ediff-directories-command)
10408 (ediff-directories3-command, ediff-merge-directories-command)
10409 (ediff-merge-directories-with-ancestor-command): New functions.
10410 All are command-line interfaces to ediff: to facilitate calling
10411 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
10412
10413 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10414 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 10415
584ee3fc
GM
10416 * viper.el (viper-version): Version update.
10417 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 10418
584ee3fc
GM
104192013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10422 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10423 (viper-intercept-ESC-key): Simplify.
10424 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10425 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10426 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10427 (viper-setup-ESC-to-escape): New functions.
10428 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10429 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 10430
9aff9b38
EZ
104312013-07-07 Eli Zaretskii <eliz@gnu.org>
10432
5165d44a
JB
10433 * simple.el (default-font-height, window-screen-lines):
10434 New functions.
9aff9b38
EZ
10435 (line-move, line-move-partial): Use them instead of
10436 frame-char-height and window-text-height. This makes scrolling
10437 text smoother when the buffer's default face uses a font that is
10438 different from the frame's default font.
10439
1afb1d07
JD
104402013-07-06 Jan Djärv <jan.h.d@swipnet.se>
10441
10442 * files.el (write-file): Do not display confirm dialog for NS,
d5081c1e 10443 it does its own dialog, which can't be canceled (Bug#14578).
1afb1d07 10444
23de972a
EZ
104452013-07-06 Eli Zaretskii <eliz@gnu.org>
10446
10447 * simple.el (line-move-partial): Adjust the row returned by
10448 posn-at-point for the current window-vscroll. (Bug#14567)
10449
54a42486
MA
104502013-07-06 Michael Albinus <michael.albinus@gmx.de>
10451
35e951cd 10452 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
54a42486
MA
10453 (tramp-sh-file-inotifywait-process-filter): Handle file names with
10454 spaces.
10455
34ada5f4
MR
104562013-07-06 Martin Rudalics <rudalics@gmx.at>
10457
10458 * window.el (window-state-put-stale-windows): New variable.
10459 (window--state-put-2): Save list of windows without matching buffer.
10460 (window-state-put): Remove "bufferless" windows if possible.
10461
11e03d89
JB
104622013-07-06 Juanma Barranquero <lekktu@gmail.com>
10463
10464 * simple.el (alternatives-define): Remove leftover :group keyword.
10465 Tweak docstring.
10466
3504a4be
LL
104672013-07-06 Leo Liu <sdl.web@gmail.com>
10468
10469 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10470 (ido-enable-virtual-buffers): New variable.
10471 (ido-buffer-internal, ido-toggle-virtual-buffers)
10472 (ido-make-buffer-list): Use it.
10473 (ido-exhibit): Support turning on and off virtual buffers
10474 automatically.
10475
61e56e2c
JB
104762013-07-06 Juanma Barranquero <lekktu@gmail.com>
10477
10478 * simple.el (alternatives-define): New macro.
10479
321e1a9c
SM
104802013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * subr.el (read-quoted-char): Use read-key.
10483 (sit-for): Let read-event decode tty input (bug#14782).
10484
d610f6dd
SB
104852013-07-05 Stephen Berman <stephen.berman@gmx.net>
10486
10487 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
10488 mode command and externally. Fix various related bugs.
10489 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
10490 (todo-delete-file): New command.
10491 (todo-check-file): New function.
10492 (todo-show): Handle external deletion of the file we're trying to
10493 show (bug#14688). Replace called-interactively-p by an optional
10494 prefix argument to avoid problematic interaction with catch form
10495 when byte compiled (bug#14702).
10496 (todo-quit): Handle external deletion of the archive's todo file.
10497 Make sure the buffer that was visiting the archive file is still
10498 live before trying to bury it.
10499 (todo-category-completions): Handle external deletion of any
10500 category completion files.
10501 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10502 of todo files, in case of external deletion.
10503 (todo-add-file): Replace unnecessary setq by let-binding.
10504 (todo-find-archive): Check whether there are any archives.
10505 Replace unnecessary setq by let-binding.
10506 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
10507 archive buffer whether or not the archive already exists.
10508 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
10509 check if the archive is new; if it is, update list of archives.
10510 (todo-default-todo-file): Allow nil to be a valid value for when
10511 there are no todo files.
10512 (todo-reevaluate-default-file-defcustom): Use corrected definition
10513 of todo-default-todo-file.
10514 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10515 (todo-delete-category, todo-show-categories-table)
10516 (todo-category-number): Clarify comment.
10517 (todo-filter-items): Clarify documentation string.
10518 (todo-show-current-file, todo-display-as-todo-file)
10519 (todo-reset-and-enable-done-separator): Tweak documentation string.
10520 (todo-done-separator): Make separator length window-width, since
10521 bug#2749 is now fixed.
10522
ddbdfd6f
MA
105232013-07-05 Michael Albinus <michael.albinus@gmx.de>
10524
321e1a9c
SM
10525 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10526 Support both "gvfs-monitor-dir" and "inotifywait".
10527 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
10528 `tramp-sh-file-notify-process-filter'.
10529 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10530 (tramp-get-remote-gvfs-monitor-dir): New defuns.
10531
96eb829a
LL
105322013-07-05 Leo Liu <sdl.web@gmail.com>
10533
10534 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10535
cf13177e
YM
105362013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10537
10538 * frame.el (display-pixel-height, display-pixel-width)
10539 (display-mm-height, display-mm-width): Mention behavior on
10540 multi-monitor setups in docstrings.
10541 (w32-display-monitor-attributes-list): Declare function.
10542 (display-monitor-attributes-list): Use it.
10543
864c58ca
MA
105442013-07-04 Michael Albinus <michael.albinus@gmx.de>
10545
10546 * filenotify.el: New package.
10547
10548 * autorevert.el (top): Require filenotify.el.
10549 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
10550 instead.
10551 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10552 (auto-revert-notify-handler): Use `file-notify-*' functions.
10553
10554 * subr.el (file-notify-handle-event): Move function to filenotify.el.
10555
321e1a9c
SM
10556 * net/tramp.el (tramp-file-name-for-operation):
10557 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
10558
10559 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10560 for `file-notify-add-watch' and `file-notify-rm-watch'.
10561 (tramp-process-sentinel): Improve trace.
10562 (tramp-sh-handle-file-notify-add-watch)
10563 (tramp-sh-file-notify-process-filter)
10564 (tramp-sh-handle-file-notify-rm-watch)
10565 (tramp-get-remote-inotifywait): New defuns.
10566
96673afe
JL
105672013-07-03 Juri Linkov <juri@jurta.org>
10568
10569 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10570 call of `occur-read-primary-args' to interactive spec.
10571
10572 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10573 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
10574
924494f4
MM
105752013-07-03 Matthias Meulien <orontee@gmail.com>
10576
10577 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10578 `Buffer-menu-multi-occur'. Add it to the menu.
10579 (Buffer-menu-mode): Document it in docstring.
10580 (Buffer-menu-multi-occur): New command. (Bug#14673)
10581
56f75efc
DG
105822013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10583
10584 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10585 keywords and built-ins.
10586
9b057d61
GM
105872013-07-03 Glenn Morris <rgm@gnu.org>
10588
208dee4d
GM
10589 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
10590
9b057d61
GM
10591 Make info-xref checks case-sensitive by default
10592 * info.el (Info-find-node, Info-find-in-tag-table)
10593 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10594 Add option for exact case matching of nodes.
10595 * info-xref.el (info-xref): New custom group.
10596 (info-xref-case-fold): New option.
10597 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10598
e01aa29c
LL
105992013-07-03 Leo Liu <sdl.web@gmail.com>
10600
10601 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10602
3086ca2e
DG
106032013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10604
10605 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10606 middle of block statement initially, lower the depth. Remove
10607 FIXME comment, not longer valid. Remove middle of block statement
10608 detection, no need to do that anymore since we've been using
10609 `ruby-parse-region' here.
10610
a3b49114
JD
106112013-07-02 Jan Djärv <jan.h.d@swipnet.se>
10612
10613 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10614
08e5c823 106152013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
10616
10617 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10618
2addf922
JB
106192013-07-01 Juanma Barranquero <lekktu@gmail.com>
10620
10621 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10622 (desktop-restore-in-current-display): New customization option.
10623 (desktop--excluded-frame-parameters): Add `font'.
10624 (desktop--save-frames): Rename from desktop--save-windows.
10625 (desktop--restore-in-this-display-p): New function.
10626 (desktop--make-full-frame): Remove unwanted width/height from
10627 full(width|height) frames.
10628 (desktop--restore-frames): Rename from desktop--restore-windows.
10629 Obey desktop-restore-current-display. Do not delete old frames or
10630 select a new frame unless we were able to restore at least one frame.
10631
ef099a94
MN
106322013-06-30 Michal Nazarewicz <mina86@mina86.com>
10633
10634 * files.el (find-file-noselect): Simplify conditional expression.
10635
a12bf61e 10636 * textmodes/remember.el (remember-append-to-file):
ef099a94
MN
10637 Don't mix `find-buffer-visiting' and `get-file-buffer'.
10638
10639 Add `remember-notes' function to store random notes across Emacs
10640 restarts.
3fcfc4ee
JB
10641 * textmodes/remember.el (remember-data-file): Add :set callback to
10642 affect notes buffer (if any).
ef099a94
MN
10643 (remember-notes): New command.
10644 (remember-notes-buffer-name, bury-remember-notes-on-kill):
10645 New defcustoms for the `remember-notes' function.
10646 (remember-notes-save-and-bury-buffer): New command.
10647 (remember-notes-mode-map): New variable.
10648 (remember-mode): New minor mode.
10649 (remember-notes--kill-buffer-query): New function.
10650 * startup.el (initial-buffer-choice): Add notes to custom type.
10651
0865d506
EZ
106522013-06-30 Eli Zaretskii <eliz@gnu.org>
10653
0ba54312
EZ
10654 * bindings.el (right-char, left-char): Don't call sit-for, this is
10655 no longer needed. Use arithmetic comparison only for numerical
10656 arguments.
10657
ef099a94
MN
10658 * international/mule-cmds.el (select-safe-coding-system):
10659 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 10660
2fae38e5
LMI
106612013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10662
10663 * net/shr.el (shr-make-table-1): Add a sanity check that allows
10664 progression on degenerate tables.
ef099a94 10665 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 10666
a47cbd64
JB
106672013-06-30 Juanma Barranquero <lekktu@gmail.com>
10668
10669 Some fixes and improvements for desktop frame restoration.
10670 It is still experimental and disabled by default.
10671 * desktop.el (desktop--save-windows): Put the selected frame at
10672 the head of the list.
10673 (desktop--make-full-frame): New function.
10674 (desktop--restore-windows): Try to re-select the frame that was
10675 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
10676 just show an error message and continue. Set up maximized frames
10677 so they have default non-maximized dimensions.
a47cbd64 10678
6dbafa30
DG
106792013-06-30 Dmitry Gutov <dgutov@yandex.ru>
10680
ef099a94
MN
10681 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10682 Don't start heredoc inside a string or comment.
6dbafa30 10683
4c672a0f
EZ
106842013-06-29 Eli Zaretskii <eliz@gnu.org>
10685
10686 * bindings.el (visual-order-cursor-movement): New defcustom.
10687 (right-char, left-char): Provide visual-order cursor motion by
10688 calling move-point-visually. Update the doc strings.
10689
50960f36
KH
106902013-06-28 Kenichi Handa <handa@gnu.org>
10691
10692 * international/mule.el (define-coding-system): New coding system
10693 properties :inhibit-null-byte-detection,
10694 :inhibit-iso-escape-detection, and :prefer-utf-8.
10695 (set-buffer-file-coding-system): If :charset-list property of
10696 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10697 appropriate for setting.
10698
c1ea3abf
JB
10699 * international/mule-cmds.el (select-safe-coding-system):
10700 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10701 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
10702
10703 * international/mule-conf.el (prefer-utf-8): New coding system.
10704 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10705 files.
10706
75dbaf9d
IK
107072013-06-28 Ivan Kanis <ivan@kanis.fr>
10708
eadb6068
IK
10709 * net/shr.el (shr-render-region): New function.
10710
75dbaf9d
IK
10711 * net/eww.el: Autoload `eww-browse-url'.
10712
9ea5cf9f
DG
107132013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10714
c1ea3abf
JB
10715 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10716 Adapt to `package-desc-version' being a list.
10717 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
10718 archive element.
10719
39c0e36f
JB
107202013-06-27 Juanma Barranquero <lekktu@gmail.com>
10721
10722 New experimental feature to save&restore window and frame setup.
10723 * desktop.el (desktop-save-windows): New defcustom.
10724 (desktop--saved-states): New var.
10725 (desktop--excluded-frame-parameters): New defconst.
10726 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10727 (desktop--restore-windows, desktop--save-windows): New functions.
10728 (desktop-save): Call `desktop--save-windows'.
10729 (desktop-read): Call `desktop--restore-windows'.
10730
7f13406b
LMI
107312013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10732
ef099a94 10733 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 10734
1e072639
SB
107352013-06-27 Stephen Berman <stephen.berman@gmx.net>
10736
10737 * info.el (Info-try-follow-nearest-node): Move search for footnote
10738 above search for node name to prevent missing a footnote (bug#14717).
10739
f3e2cbde
SB
107402013-06-27 Stephen Berman <stephen.berman@gmx.net>
10741
10742 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10743
99906aa0
LL
107442013-06-27 Leo Liu <sdl.web@gmail.com>
10745
10746 * net/eww.el (eww-read-bookmarks): Check file size.
10747
539f75f4
SM
107482013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10749
10750 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10751 advice--pending if newdef is nil or an autoload (bug#13820).
10752 (advice-mapc): New function.
10753
843571cb
LMI
107542013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10755
10756 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10757 probably.
23a75d7f 10758 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
10759 (eww-add-bookmark): New command.
10760 (eww-bookmark-mode): New mode and commands.
a285ce99 10761 (eww-add-bookmark): Remove newlines from the title.
47fd571b 10762 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 10763
f2136e1e
GM
107642013-06-26 Glenn Morris <rgm@gnu.org>
10765
eab35f39
GM
10766 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10767 (hfy-size): Handle ttys. (Bug#14668)
10768
f2136e1e
GM
10769 * info-xref.el: Update for Texinfo 5 change in *note format.
10770 (info-xref-node-re, info-xref-note-re): New constants.
10771 (info-xref-check-buffer): Use info-xref-note-re.
10772
a49ff80c
SM
107732013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10774
a343d218
SM
10775 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10776
a49ff80c
SM
10777 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10778 nil terminate the loop (bug#14718).
10779
8308f184
LMI
107802013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10781
10782 * net/eww.el: Rework history traversal. When going forward/back,
10783 put these actions into the history, too, so that they can be
10784 replayed.
26bf2b82 10785 (eww-render): Move the history reset to the correct buffer.
8308f184 10786
ec64c273
JL
107872013-06-25 Juri Linkov <juri@jurta.org>
10788
10789 * files-x.el (modify-dir-local-variable): Change the header comment
10790 in the file with directory local variables. (Bug#14692)
10791
e080a9d7
JL
10792 * files-x.el (read-file-local-variable-value): Add `default'.
10793 (Bug#14710)
10794
bfbc93a1
IK
107952013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10796
10797 * net/eww.el (eww-make-unique-file-name): Create a unique file
10798 name before saving to entering `y' accidentally asynchronously.
10799
108002013-06-25 Ivan Kanis <ivan@kanis.fr>
10801
10802 * net/eww.el (eww-download): New command and keystroke.
10803
16f74f10
LMI
108042013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10805
a49ff80c 10806 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
10807
10808 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10809 be more consistent with Info and dired.
10810
10811 * net/eww.el (eww-mode-map): Ditto.
10812
12059709
SM
108132013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10814
10815 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
10816 packages from archives.
10817 (package-archive-contents): Change format; include obsolete packages.
10818 (package-desc): Use `dir' to mark builtin packages.
10819 (package--from-builtin): Set the `dir' field to `builtin'.
10820 (generated-autoload-file, version-control): Declare.
10821 (package-compute-transaction): Change first arg and return value to be
10822 lists of package-descs. Adjust to new package-archive-contents format.
10823 (package--add-to-archive-contents): Adjust to new
10824 package-archive-contents format.
10825 (package-download-transaction): Arg is now a list of package-descs.
10826 (package-install): If `pkg' is a package name, pass it as
10827 a requirement, so it is subject to the usual (e.g. disabled) checks.
10828 (describe-package): Accept package-desc as well.
10829 (describe-package-1): Describe a specific package-desc. Add links to
10830 other package-descs for the same package name.
10831 (package-menu-describe-package): Pass the actual package-desc.
10832 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10833 works correctly.
10834 (package-desc-status): New function.
10835 (package-menu--refresh): New function, extracted
10836 from package-menu--generate.
10837 (package-menu--generate): Use it.
10838 (package-delete): Update package-alist.
10839 (package-menu-execute): Don't call package-initialize.
10840
10841 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10842 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10843 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10844 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10845 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10846 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10847
8bbdea0f
MR
108482013-06-25 Martin Rudalics <rudalics@gmx.at>
10849
10850 * window.el (window--state-get-1): Workaround for bug#14527.
10851 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10852
e82b0991
LMI
108532013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10854
10855 * net/eww.el (eww-back-url): Implement the history by stashing all
10856 the data into a list.
d3f0f918 10857 (eww-forward-url): Allow going forward in the history, too.
e82b0991 10858
c763842b
SM
108592013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10860
10861 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10862 for values and use read--expression for expressions (bug#14710).
10863 (read-file-local-variable): Avoid setq.
10864 (read-file-local-variable-mode): Use minor-mode-list.
10865
bceff189
RW
108662013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10867
864c58ca 10868 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
10869 for DOI URLs.
10870
45f431c6
RW
108712013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10872
864c58ca 10873 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
10874 Update imenu-support when dialect changes.
10875
f42d8237
LL
108762013-06-25 Leo Liu <sdl.web@gmail.com>
10877
10878 * ido.el (ido-read-internal): Allow forward slash on windows.
10879
be549ce6
LMI
108802013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10881
10882 * net/eww.el (eww): Start of strings is \\`, not ^.
10883
71d4c19d
IK
108842013-06-24 Ivan Kanis <ivan@kanis.fr>
10885
5196f88a
IK
10886 * net/shr.el (shr-browse-url): Fix interactive spec.
10887
71d4c19d
IK
10888 * net/eww.el (eww): Add a trailing slash to domain names.
10889
ae36ca55
JB
108902013-06-24 Juanma Barranquero <lekktu@gmail.com>
10891
10892 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10893
0ebd92a3
LMI
108942013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10895
bdaa086b
LMI
10896 * net/shr.el (shr-browse-url): Use an external browser if given a
10897 prefix.
10898
c763842b 10899 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 10900
b89fc156
IK
109012013-06-24 Ivan Kanis <ivan@kanis.fr>
10902
10903 * net/eww.el (eww): Work more correctly for file: URLs.
10904 (eww-detect-charset): Allow quoted charsets.
10905 (eww-yank-page-url): New command and keystroke.
10906
18eb4bca
DU
109072013-06-24 Daiki Ueno <ueno@gnu.org>
10908
10909 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10910 file name of gpg executable.
10911 (epg-context-program): New function.
10912 (epg-context-home-directory): New function.
10913 (epg-context-set-program): New function.
10914 (epg-context-set-home-directory): New function.
10915 (epg--start): Use `epg-context-program' instead of
10916 'epg-gpg-program'.
10917 (epg--list-keys-1): Likewise.
10918
6c6268c8
LL
109192013-06-24 Leo Liu <sdl.web@gmail.com>
10920
10921 * ido.el (ido-read-internal): Fix bug#14620.
10922
5e400cb3
JB
109232013-06-23 Juanma Barranquero <lekktu@gmail.com>
10924
10925 * faces.el (face-documentation): Simplify.
10926 (read-face-attribute, tty-find-type, x-resolve-font-name):
10927 Use `string-match-p'.
10928 (list-faces-display): Use `string-match-p'. Simplify.
10929 (face-spec-recalc): Check face to avoid face alias loops.
10930 (read-color): Use `string-match-p' and non-capturing parenthesis.
10931
f3f9606c
LMI
109322013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10933
10934 * net/shr.el (shr-rescale-image): Use the new
10935 :max-width/:max-height functionality.
10936
a3ca09b9
IK
109372013-06-23 Ivan Kanis <ivan@kanis.fr>
10938
10939 * net/eww.el (eww-search-prefix): New variable.
10940 (eww): Use it.
f865b474
IK
10941 (eww-external-browser): New variable.
10942 (eww-mode-map): New keystroke.
10943 (eww-browse-with-external-browser): New command.
a3ca09b9 10944
e854cfc7
IK
10945 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10946
18bb9e21
JB
109472013-06-23 Juanma Barranquero <lekktu@gmail.com>
10948
10949 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10950 Don't skip aligning the next header field when padding is 0;
10951 otherwise, field width is not respected unless the title is as
10952 wide as the field.
10953
5b165ade
SM
109542013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * emacs-lisp/package.el (package-el-version): Remove.
10957 (package-process-define-package): Fix inf-loop.
10958 (package-install): Allow symbols as arguments again.
10959
12adebe9
DG
109602013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10961
10962 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10963 add some more keyword-like methods.
10964 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10965
388573ee
JB
109662013-06-22 Juanma Barranquero <lekktu@gmail.com>
10967
10968 * bs.el (bs-buffer-show-mark): Make defvar-local.
10969 (bs-mode): Use setq-local.
10970
10971 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10972 (emacs-lock--try-unlocking): Make defvar-local.
10973
4582a01c 109742013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 10975
2663dd23
GM
10976 * play/cookie1.el (cookie-apropos): Minor simplification.
10977
3d94f3ad
GM
10978 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10979
f72e2fdb
DG
109802013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10981
10982 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10983 `regexp-opt', it breaks the build during dumping.
10984
73eab938
DG
109852013-06-21 Dmitry Gutov <dgutov@yandex.ru>
10986
c763842b
SM
10987 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10988 Highlight keyword-like methods on Kernel and Module with
73eab938 10989 font-lock-builtin-face.
5cf8176d
DG
10990 (auto-mode-alist): Consolidate different entries into one regexp
10991 and add more *file-s.
73eab938 10992
d26255f6
SB
109932013-06-21 Stephen Berman <stephen.berman@gmx.net>
10994
10995 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10996
10997 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10998 (diary-entry): Use it in the action of this button type instead of
10999 diary-goto-entry.
11000
11001 * calendar/todo-mode.el: New version.
11002 (todo-add-category): Append new category to end of file and give
11003 it the highest number, instead of putting it at the beginning and
11004 giving it 0. Incorporate noninteractive functionality.
11005 (todo-forward-category): Adapt to 1-based category numbering.
11006 Allow skipping over archived categories.
11007 (todo-backward-category): Derive from todo-forward-category.
11008 (todo-backward-item, todo-forward-item): Make noninteractive and
11009 delegate interactive part to new commands. Make sensitive to done items.
11010 (todo-categories): Make value an alist of category names and
11011 vectors of item counts.
11012 (todo-category-beg): Make a defconst.
11013 (todo-category-number): Use 1 instead of 0 as initial value.
11014 (todo-category-select): Make sensitive to overlays, optional item
11015 highlighting and done items.
11016 (todo-delete-item): Make sensitive to overlays and marked and done items.
11017 (todo-edit-item): Make sensitive to overlays and editing of
11018 date/time header optional. Add format checks.
11019 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11020 no-op if point is not on an item. Advertise using todo-edit-quit.
11021 (todo-edit-mode): Make sensitive to new format, font-locking, and
11022 multiple todo files.
11023 (todo-insert-item, todo-insert-item-here): Derive from
11024 todo-basic-insert-item and extend functionality.
11025 (todo-item-end, todo-item-start): Make sensitive to done items.
11026 (todo-item-string): Don't return text properties. Restore point.
11027 (todo-jump-to-category): Make sensitive to multiple todo files and
11028 todo archives. Use extended category completion.
11029 (todo-lower-item, todo-raise-item): Rename to *-priority and
11030 derive from todo-set-item-priority.
11031 (todo-mode): Derive from special-mode. Make sensitive to new
11032 format, font-locking and multiple todo files. Make read-only.
11033 (todo-mode-map): Don't suppress digit keys, so they can supply
11034 prefix arguments. Add many new key bindings.
11035 (todo-prefix): Insert as an overlay instead of file text.
11036 Change semantics from diary date expression to purely visual mark.
11037 (todo-print): Rename to todo-print-buffer. Make buffer display
11038 features printable. Remove option to restrict number of items
11039 printed. Add option to print to file.
11040 (todo-print-function): Rename to todo-print-buffer-function.
11041 (todo-quit): Extend to handle exiting new todo modes.
11042 (todo-remove-item): Make sensitive to overlays.
11043 (todo-save): Extend to buffers of filtered items.
11044 (todo-show): Make sensitive to done items, multiple todo files and
11045 new todo modes. Offer to convert legacy todo file before creating
11046 first new todo file.
11047 (todo-show-priorities): Rename to todo-top-priorities.
11048 Change semantics of value 0.
11049 (todo-top-priorities): Rename to todo-filter-top-priorities,
11050 derive from todo-filter-items and extend functionality.
11051 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11052 and extend functionality to other types of filtered items.
11053 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11054 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11055 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11056 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11057 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11058 (todo-edit-mode-hook, todo-entry-prefix-function)
11059 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11060 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11061 (todo-initials, todo-insert-threshold, todo-item-string-start)
11062 (todo-line-string, todo-menu, todo-mode-hook)
11063 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11064 (todo-print-priorities, todo-remove-separator)
11065 (todo-save-top-priorities-too, todo-string-count-lines)
11066 (todo-string-multiline-p, todo-time-string-format)
11067 (todo-tmp-buffer-name): Remove.
11068 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11069 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11070 (todo-edit-category-diary-inclusion)
11071 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11072 (todo-edit-file, todo-edit-item-date-day)
11073 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11074 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11075 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11076 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11077 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11078 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11079 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11080 (todo-filter-top-priorities-multifile, todo-find-archive)
11081 (todo-find-filtered-items-file, todo-go-to-source-item)
11082 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11083 (todo-jump-to-archive-category, todo-lower-category)
11084 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11085 (todo-move-category, todo-move-item, todo-next-button)
11086 (todo-next-item, todo-padded-string, todo-powerset)
11087 (todo-previous-button, todo-previous-item)
11088 (todo-print-buffer-to-file, todo-raise-category)
11089 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11090 (todo-set-category-number, todo-set-item-priority)
11091 (todo-set-top-priorities-in-category)
11092 (todo-set-top-priorities-in-file, todo-show-categories-table)
11093 (todo-sort-categories-alphabetically-or-numerically)
11094 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11095 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11096 (todo-toggle-item-header, todo-toggle-item-highlighting)
11097 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11098 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11099 (todo-unarchive-items, todo-unmark-category): New commands.
11100 (todo-absolute-file-name, todo-add-to-buffer-list)
11101 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11102 (todo-basic-insert-item, todo-category-completions)
11103 (todo-category-number, todo-category-string-matcher-1)
11104 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11105 (todo-check-format, todo-clear-matches)
11106 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11107 (todo-current-category, todo-date-string-matcher)
11108 (todo-define-insertion-command, todo-diary-expired-matcher)
11109 (todo-diary-goto-entry, todo-diary-item-p)
11110 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11111 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11112 (todo-done-item-section-p, todo-done-separator)
11113 (todo-done-string-matcher, todo-files, todo-filter-items)
11114 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11115 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11116 (todo-insert-category-line, todo-insert-item-from-calendar)
11117 (todo-insert-sort-button, todo-insert-with-overlays)
11118 (todo-insertion-command-name, todo-insertion-key-bindings)
11119 (todo-label-to-key, todo-longest-category-name-length)
11120 (todo-make-categories-list, todo-mode-external-set)
11121 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11122 (todo-modes-set-3, todo-multiple-filter-files)
11123 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11124 (todo-read-category, todo-read-date, todo-read-dayname)
11125 (todo-read-file-name, todo-read-time)
11126 (todo-reevaluate-category-completions-files-defcustom)
11127 (todo-reevaluate-default-file-defcustom)
11128 (todo-reevaluate-filelist-defcustoms)
11129 (todo-reevaluate-filter-files-defcustom)
11130 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11131 (todo-reset-done-separator, todo-reset-done-separator-string)
11132 (todo-reset-done-string, todo-reset-global-current-todo-file)
11133 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11134 (todo-reset-prefix, todo-set-categories)
11135 (todo-set-date-from-calendar, todo-set-show-current-file)
11136 (todo-set-top-priorities, todo-short-file-name)
11137 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11138 (todo-total-item-counts, todo-update-buffer-list)
11139 (todo-update-categories-display, todo-update-categories-sexp)
11140 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11141 New functions.
11142 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11143 New major modes.
11144 (todo-categories, todo-display, todo-edit, todo-faces)
11145 (todo-filtered): New defgroups.
11146 (todo-archived-only, todo-button, todo-category-string, todo-date)
11147 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11148 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11149 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11150 (todo-add-item-if-new-category, todo-always-add-time-string)
11151 (todo-categories-align, todo-categories-archived-label)
11152 (todo-categories-category-label, todo-categories-diary-label)
11153 (todo-categories-done-label, todo-categories-number-separator)
11154 (todo-categories-todo-label, todo-categories-totals-label)
11155 (todo-category-completions-files, todo-completion-ignore-case)
11156 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11157 (todo-done-separator-string, todo-done-string)
11158 (todo-files-function, todo-filter-done-items, todo-filter-files)
11159 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11160 (todo-initial-category, todo-initial-file, todo-item-mark)
11161 (todo-legacy-date-time-regexp, todo-mode-line-function)
11162 (todo-nondiary-marker, todo-number-prefix)
11163 (todo-print-buffer-function, todo-show-current-file)
11164 (todo-show-done-only, todo-show-first, todo-show-with-done)
11165 (todo-skip-archived-categories, todo-top-priorities-overrides)
11166 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11167 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11168 New defcustoms.
11169 (todo-category-done, todo-date-pattern, todo-date-string-start)
11170 (todo-diary-items-buffer, todo-done-string-start)
11171 (todo-filtered-items-buffer, todo-item-start)
11172 (todo-month-abbrev-array, todo-month-name-array)
11173 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11174 (todo-top-priorities-buffer): New defconsts.
11175 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11176 (todo-categories-with-marks, todo-category-string-face)
11177 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11178 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11179 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11180 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11181 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11182 (todo-font-lock-keywords, todo-global-current-todo-file)
11183 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11184 (todo-insertion-commands-args)
11185 (todo-insertion-commands-args-genlist)
11186 (todo-insertion-commands-names, todo-insertion-map)
11187 (todo-key-bindings-t, todo-key-bindings-t+a)
11188 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11189 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11190 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11191 (todo-visited): New variables.
11192
cad5d1cb
GM
111932013-06-21 Glenn Morris <rgm@gnu.org>
11194
11195 * play/cookie1.el (cookie-apropos): Add optional display argument.
11196 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11197 (psychoanalyze-pinhead): Use cookie-doctor.
11198
9e277302
JB
111992013-06-21 Juanma Barranquero <lekktu@gmail.com>
11200
11201 * emacs-lisp/package.el (tar-get-file-descriptor)
11202 (tar--extract): Declare.
11203
c5b0993e
EW
112042013-06-21 Eduard Wiebe <usenet@pusto.de>
11205
11206 Extend flymake's warning predicate to be a function (bug#14217).
11207 * progmodes/flymake.el (flymake-warning-predicate): New.
11208 (flymake-parse-line): Use it.
11209 (flymake-warning-re): Make obsolete alias to
11210 `flymake-warning-predicate'.
11211
a7d2d465
SM
112122013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11215 (package-obsolete-list): Remove.
11216 (package-activate): Remove min-version argument. Add `force' argument.
11217 Adjust to new package-alist format.
11218 (package-mark-obsolete): Remove.
11219 (package-unpack): Force reload of the package's autoloads.
11220 (package-installed-p): Check builtins if the installed package is not
11221 recent enough.
11222 (package-initialize): Don't reset package-obsolete-list.
11223 Don't specify which package version to activate.
11224 (package-process-define-package, describe-package-1)
11225 (package-menu--generate): Adjust to new package-alist format.
11226
cedf5c9d
JB
112272013-06-21 Juanma Barranquero <lekktu@gmail.com>
11228
11229 * allout-widgets.el (allout-widgets-mode-off)
11230 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11231 (allout-widgets-post-command-business)
11232 (allout-widgets-after-copy-or-kill-function)
11233 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11234 (allout-decorate-item-and-context)
11235 (allout-graphics-modification-handler): Fix typos in docstrings.
11236 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11237
11238 * cmuscheme.el (scheme-start-file): Doc fix.
11239 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11240 (scheme-input-filter): Use `string-match-p'.
11241
11242 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11243
11244 * dired-x.el: Use Dired consistently in docstrings.
11245
11246 * dired.el: Use Dired consistently in docstrings.
11247 (dired-readin, dired-mode): Use `setq-local'.
11248 (dired-switches-alist): Make defvar-local.
11249 (dired-buffers-for-dir): Use `zerop'.
11250 (dired-safe-switches-p, dired-switches-escape-p)
11251 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11252 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
35e951cd 11253 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
cedf5c9d
JB
11254 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11255 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11256 (dired-toggle-marks, dired-mark-files-containing-regexp)
11257 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11258 (dired-flag-auto-save-files, dired-flag-backup-files):
11259 Use `looking-at-p'.
11260 (dired-mark-files-regexp, dired-build-subdir-alist):
11261 Use `string-match-p', `looking-at-p'.
11262
11263 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11264 (direct-print-region-helper): Use `string-match-p'.
11265
aed838b5
LL
112662013-06-21 Leo Liu <sdl.web@gmail.com>
11267
cedf5c9d
JB
11268 * comint.el (comint-redirect-results-list-from-process):
11269 Fix infinite loop.
aed838b5 11270
d80a808f
LMI
112712013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11272
11273 * net/eww.el (eww-update-header-line-format): Quote % characters.
11274
e7a526e3
GM
112752013-06-21 Glenn Morris <rgm@gnu.org>
11276
11277 * play/cookie1.el (cookie): New custom group.
11278 (cookie-file): New option.
11279 (cookie-check-file): New function.
11280 (cookie): Make it interactive. Make start and end messages optional.
11281 Interactively, display the result. Default to cookie-file.
11282 (cookie-insert): Default to cookie-file.
11283 (cookie-snarf): Make start and end messages optional.
11284 Default to cookie-file. Use with-temp-buffer.
11285 (cookie-read): Rename from read-cookie.
11286 Make start and end messages optional. Default to cookie-file.
11287 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 11288 Do not autoload it.
e7a526e3
GM
11289 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11290 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11291
62efb35e
LL
112922013-06-21 Leo Liu <sdl.web@gmail.com>
11293
11294 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11295
21e3f963
GM
112962013-06-21 Glenn Morris <rgm@gnu.org>
11297
11298 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11299
fd846ab4
SM
113002013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11301 Daniel Hackney <dan@haxney.org>
11302
11303 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11304 Consolidate the single-file vs tarball code.
11305 (package-desc-suffix): New function.
11306 (package-desc-full-name): Don't bother inlining it.
11307 (package-load-descriptor): Return the new package-desc.
11308 (package-mark-obsolete): Remove unused arg `package'.
11309 (package-unpack): Make it work for single files as well.
11310 Make it update package-alist.
11311 (package--make-autoloads-and-stuff): Rename from
11312 package--make-autoloads-and-compile. Don't compile any more.
11313 (package--compile): New function.
11314 (package-generate-description-file): New function, extracted from
11315 package-unpack-single.
11316 (package-unpack-single): Remove.
11317 (package--with-work-buffer): Add indentation and debugging info.
11318 (package-download-single): Remove.
11319 (package-install-from-archive): Rename from package-download-tar, make
11320 it take a pkg-desc, and make it work for single files as well.
11321 (package-download-transaction): Simplify.
11322 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11323 external tar program.
11324 (package-install-from-buffer): Remove `pkg-desc' argument.
11325 Use package-tar-file-info for tar-mode buffers.
11326 (package-install-file): Simplify accordingly.
11327 (package-archive-base): Change to take a pkg-desc.
11328 * tar-mode.el (tar--check-descriptor): New function, extracted from
11329 tar-get-descriptor.
11330 (tar-get-descriptor): Use it.
11331 (tar-get-file-descriptor): New function.
11332 (tar--extract): New function, extracted from tar-extract.
11333 (tar--extract): Use it.
11334 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11335 case the summary uses non-ascii. Adjust to new calling convention of
11336 package-tar-file-info.
11337
b7deae5e
LL
113382013-06-21 Leo Liu <sdl.web@gmail.com>
11339
fd846ab4
SM
11340 * comint.el (comint-redirect-results-list-from-process):
11341 Fix random delay. (Bug#14681)
b7deae5e 11342
7a65a0b2
JB
113432013-06-21 Juanma Barranquero <lekktu@gmail.com>
11344
11345 * profiler.el (profiler-format-number): Use log, not log10.
11346
1493c2af
JB
113472013-06-20 Juanma Barranquero <lekktu@gmail.com>
11348
11349 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11350
aff6371e
SM
113512013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11354 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11355 yet available.
11356 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11357 (AUTOGENEL): ... here.
11358 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11359 (cl--defsubst-expand): Use it.
11360
89561f72
PE
113612013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11362
11363 * subr.el (log10): Move here from C code, and declare as obsolete.
11364 All uses of (log10 X) replaced with (log X 10).
11365
47199123
JB
113662013-06-20 Juanma Barranquero <lekktu@gmail.com>
11367
11368 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11369 Declare with `defvar-local'.
11370 (tabulated-list-use-header-line, tabulated-list-entries)
11371 (tabulated-list-padding, tabulated-list-printer)
11372 (tabulated-list-sort-key): Declare with `defvar-local'.
11373 (tabulated-list-init-header, tabulated-list-print-fake-header):
11374 Use `setq-local'.
11375
4a172eab
MA
113762013-06-20 Michael Albinus <michael.albinus@gmx.de>
11377
47199123
JB
11378 * arc-mode.el (archive-mode): Add `archive-write-file' to
11379 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 11380
5fc0acc0
JB
113812013-06-20 Juanma Barranquero <lekktu@gmail.com>
11382
d5b27848
JB
11383 * cus-edit.el (custom-commands): Fix typos.
11384 (custom-display): Fix tooltip text.
11385 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11386 Fix typos in docstrings.
11387 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11388 (custom-unlispify-menu-entry, custom-magic-value-create)
11389 (custom-add-see-also, custom-group-value-create): Use ?\s.
11390 (custom-guess-type, customize-apropos, editable-field)
11391 (custom-face-value-create): Use `string-match-p'.
11392 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11393
11394 * custom.el (custom-load-symbol): Use `string-match-p'.
11395
a5c581d8
JB
11396 * ansi-color.el: Convert to lexical binding.
11397 (ansi-colors): Fix URL.
11398 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11399 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11400 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11401
970ad972
G
114022013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11403
11404 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11405
11406 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11407
114082013-06-19 Tom Tromey <tromey@redhat.com>
11409
11410 * net/eww.el (eww-top-url): Remove.
11411 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11412 (eww-render): Set new variables. Don't set eww-top-url.
11413 (eww-handle-link): Handle "prev", "home", and "contents".
11414 Downcase the rel text.
11415 (eww-top-url): Choose best top URL.
11416
114172013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11418
11419 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11420 relying in widget.el. Using widget.el leads to too many
11421 user interface inconsistencies.
11422 (eww-self-insert): Implement entering commands in text fields.
11423 (eww-process-text-input): New function to make text input field editing
11424 work.
11425 (eww-submit): Rewrite to use the new-style form methods.
11426 (eww-select-display): Display the correct selected item.
11427 (eww-change-select): Implement changing the select value.
11428 (eww-toggle-checkbox): Implement radio/checkboxes.
11429 (eww-update-field): Fix compilation error.
11430 (eww-tag-textarea): Implement <textarea>.
11431
11432 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11433 we don't shadow mode-specific bindings.
11434
11435 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11436 nothing to push.
11437
11438 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11439
4582a01c 114402013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
11441
11442 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11443
15b263dc
MA
114442013-06-19 Michael Albinus <michael.albinus@gmx.de>
11445
11446 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11447 not needed.
11448
11449 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11450
8f5297f7
LMI
114512013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11452
11453 * net/browse-url.el (browse-url-browser-function):
11454 `eww-browse-url' has the right calling signature, `eww' does not.
11455
011c4552
GM
114562013-06-19 Glenn Morris <rgm@gnu.org>
11457
2285bd27
GM
11458 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11459 Only eval autoloaded macros.
11460 (byte-compile-autoload): Only give the macro warning for macros.
11461
1d653303
GM
11462 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11463 (ps-underlined-faces): Declare.
11464
bdd779ec
GM
11465 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11466 (speedbar-add-supported-extension): Declare.
11467
011c4552
GM
11468 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11469 Don't include a date stamp in the header of the generated file;
11470 it leads to needless differences between output files.
11471
e59dfb0e
MA
114722013-06-19 Michael Albinus <michael.albinus@gmx.de>
11473
c763842b
SM
11474 * net/secrets.el (secrets-struct-secret-content-type):
11475 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 11476 Some servers do not offer introspection.
e59dfb0e 11477
102626e2
SM
114782013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11479
11480 * electric.el (electric-pair-mode): Improve interaction with
11481 electric-layout-mode.
11482 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11483 (electric-pair-syntax): Use text-mode-syntax-table in comments
11484 and strings.
11485 (electric-pair--insert): New function.
11486 (electric-pair-post-self-insert-function): Use it and
11487 electric--after-char-pos.
11488
ad528125
LL
114892013-06-19 Leo Liu <sdl.web@gmail.com>
11490
11491 * progmodes/octave.el (octave-help): Fix regexp.
11492
924d6997
G
114932013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11494
11495 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11496 (shr-table-horizontal-line): Allow nil as a value, and change the
11497 default.
11498 (shr-insert-table-ruler): Respect the nil value.
11499
115002013-06-18 Tom Tromey <tromey@barimba>
11501
11502 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11503 New defvars.
11504 (eww-open-file): New defun.
11505 (eww-render): Initialize new variables.
11506 (eww-display-html): Handle "link" and "a".
11507 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11508 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
11509 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
11510 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11511 New defuns.
924d6997 11512
d1bbba4f
DG
115132013-06-18 Dmitry Gutov <dgutov@yandex.ru>
11514
11515 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11516 Distinguish ternary operator tokens from slash symbol and slash
11517 char literal.
11518
14dd22d2
JB
115192013-06-18 Juanma Barranquero <lekktu@gmail.com>
11520
11521 Convert symbol prettification into minor mode and global minor mode.
11522
11523 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11524 `prog-prettify-symbols', and make a local defvar instead of defcustom.
11525 (prettify-symbols--keywords): Rename from
11526 `prog-prettify-symbols-alist' and make a local defvar.
11527 (prettify-symbols--compose-symbol): Rename from
11528 `prog--prettify-font-lock-compose-symbol'.
11529 (prettify-symbols--make-keywords): Rename from
11530 `prog-prettify-font-lock-symbols-keywords' and simplify.
11531 (prog-prettify-install): Remove.
11532 (prettify-symbols-mode): New minor mode, based on
11533 `prog-prettify-install'.
11534 (turn-on-prettify-symbols-mode): New function.
11535 (global-prettify-symbols-mode): New globalized minor mode.
11536
11537 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11538 * progmodes/cfengine.el (cfengine3-mode):
11539 * progmodes/perl-mode.el (perl-mode): Don't call
11540 `prog-prettify-install'; set `prettify-symbols-alist' instead.
11541
292c880c
JL
115422013-06-18 Juri Linkov <juri@jurta.org>
11543
11544 * files-x.el (modify-file-local-variable-message): New function.
11545 (modify-file-local-variable)
11546 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11547 and call `modify-file-local-variable-message' when it's non-nil.
11548 (add-file-local-variable, delete-file-local-variable)
11549 (add-file-local-variable-prop-line)
11550 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11551 and use it. (Bug#9820)
11552
0950aa27
JL
115532013-06-18 Juri Linkov <juri@jurta.org>
11554
11555 * emulation/vi.el (vi-shell-op):
11556 * emulation/vip.el (vip-execute-com, ex-command):
11557 * emulation/viper-cmd.el (viper-exec-bang):
11558 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11559 the call of `shell-command-on-region'. (Bug#14637)
11560
11561 * simple.el (shell-command-on-region): Doc fix.
11562
8fbcca16
SM
115632013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11564
11565 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11566 (bug#14633).
11567
dd7426ea
GM
115682013-06-18 Glenn Morris <rgm@gnu.org>
11569
4ba54f7d
GM
11570 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11571
dd7426ea
GM
11572 * newcomment.el (comment-search-forward, comment-search-backward):
11573 Doc fix. (Bug#14376)
11574
58aa805b
JB
115752013-06-18 Juanma Barranquero <lekktu@gmail.com>
11576
11577 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11578 (buffer-face-mode-invoke): Doc fix.
11579
9a08a617
MM
115802013-06-18 Matthias Meulien <orontee@gmail.com>
11581
11582 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 11583 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 11584
f2f426ca
GM
115852013-06-18 Glenn Morris <rgm@gnu.org>
11586
9445f99b
GM
11587 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11588 Replace obsolete function generic-make-keywords with its expansion.
11589
e0df2d14
GM
11590 * progmodes/python.el (ffap-alist): Declare.
11591
f2f426ca
GM
11592 * textmodes/reftex.el (bibtex-mode-map): Declare.
11593
f7f9a720
SM
115942013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11597 (package-unpack, package-unpack-single): Return the pkg-dir.
11598 (package-download-transaction): Use it to update package-alist.
11599
57ff04e0
LMI
116002013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11601
11602 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11603 possible choice.
11604
c048c022
JL
116052013-06-17 Juri Linkov <juri@jurta.org>
11606
11607 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11608
b5bcaee5
DG
116092013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11610
a020afb9
JB
11611 * emacs-lisp/package.el (package-load-descriptor):
11612 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
11613 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11614
551e07e5
JB
116152013-06-17 Juanma Barranquero <lekktu@gmail.com>
11616
11617 * startup.el (command-line): Expand package name returned by
11618 `package--description-file' (bug#14639).
11619
d363bffb
DG
116202013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11621
11622 * emacs-lisp/package.el (package-load-descriptor): Do not call
11623 `emacs-lisp-mode', just use its syntax table.
11624
f612933b
JB
116252013-06-17 Juanma Barranquero <lekktu@gmail.com>
11626
11627 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11628 `font-lock-extra-managed-props' if any prettifying keyword is added.
11629 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11630 (prog-mode): Use `setq-local'.
11631
db3b7db5
SM
116322013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * international/characters.el (standard-case-table): Set syntax of ?»
11635 and ?« to punctuation.
11636
f3d674df
JB
116372013-06-16 Juanma Barranquero <lekktu@gmail.com>
11638
11639 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11640 Save relevant match data before calling `syntax-ppss' (bug#14595).
11641
31489a32
JL
116422013-06-15 Juri Linkov <juri@jurta.org>
11643
11644 * files-x.el (modify-file-local-variable-prop-line): Add local
11645 variables to the end of the existing comment on the first line.
11646 Use `file-auto-mode-skip' to skip interpreter magic line,
11647 and also skip XML declaration.
11648
66bd25ab
SM
116492013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11650
11651 * startup.el (package--builtin-versions): New var.
11652 (package-subdirectory-regexp): Remove.
11653 (package--description-file): Hard code its value instead.
11654
11655 * emacs-lisp/package.el: Don't activate packages older than builtin.
11656 (package-obsolete-list): Rename from package-obsolete-alist, and make
11657 it into a simple list of package-desc.
11658 (package-strip-version): Remove.
11659 (package-built-in-p): Use package--builtin-versions.
11660 (package-mark-obsolete): Simplify.
11661 (package-process-define-package): Mark it obsolete if older than the
11662 builtin version.
11663 (package-handle-response): Use line-end-position.
11664 (package-read-archive-contents, package--download-one-archive):
11665 Simplify.
11666 (package--add-to-archive-contents): Skip if older than the builtin or
11667 installed version.
11668 (package-menu-describe-package): Fix last change.
11669 (package-list-unversioned): New var.
11670 (package-menu--generate): Use it.
11671
11672 * emacs-lisp/autoload.el: Manage package--builtin-versions.
11673 (autoload--insert-text, autoload--insert-cookie-text): New functions.
11674 (autoload-builtin-package-versions): New variable.
11675 (autoload-generate-file-autoloads): Use them.
11676 Remove the list of autoloaded functions/macros from the
11677 (autoload...) comments.
11678
11679 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11680
9583ec36
EZ
116812013-06-15 Eli Zaretskii <eliz@gnu.org>
11682
11683 * simple.el (line-move-partial): Don't jump to the next screen
11684 line as soon as it becomes visible. Instead, continue enlarging
11685 the vscroll until the portion of a tall screen line that's left on
11686 display is about the height of the frame's default font.
11687 (Bug#14567)
11688
f0100d8a
GM
116892013-06-15 Glenn Morris <rgm@gnu.org>
11690
b86a85ca
GM
11691 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11692 compilation-error-regexp-alist void, or local while let-bound.
11693
f0100d8a
GM
11694 * progmodes/make-mode.el (makefile-mode-syntax-table):
11695 Treat "=" as punctuation. (Bug#14614)
11696
05e7ce90
JB
116972013-06-15 Juanma Barranquero <lekktu@gmail.com>
11698
11699 * help-fns.el (describe-variable):
11700 Add extra line for permanent-local variables.
11701
12e5e86e
SH
117022013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11703
11704 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11705 Add export, import, library. (Bug#9164)
11706 (library): Set indent function.
11707
230dcbaf
GM
117082013-06-14 Glenn Morris <rgm@gnu.org>
11709
11710 * term/xterm.el (xterm--query):
11711 Stop after first matching handler. (Bug#14615)
11712
e36b2d20 117132013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
11714
11715 Add support for dired in saveplace.
11716 * dired.el (dired-initial-position-hook): New variable.
11717 (dired-initial-position): Call hook to place cursor position.
11718 * saveplace.el (save-place-to-alist): Add dired position.
11719 (save-place-dired-hook): New function.
11720
0b31660d
SM
117212013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11722
bf1e6ae8
SM
11723 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11724 through a symbol rather than letrec.
11725
1b8dff23
SM
11726 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11727 (package-desc): Add `dir' field.
11728 (package-desc-full-name): New function.
11729 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11730 (package-maybe-load-descriptor): Remove.
11731 (package-load-all-descriptors): Just call package-load-descriptor.
11732 (package--disabled-p): New function.
11733 (package-desc-vers, package-desc-doc): Remove aliases.
11734 (package--dir): Remove function.
11735 (package-activate): Check if a package is disabled.
11736 (package-process-define-package): New function, extracted from
11737 define-package.
11738 (define-package): Turn into a place holder.
11739 (package-unpack-single, package-tar-file-info):
11740 Use package--description-file.
11741 (package-compute-transaction): Use package--disabled-p.
11742 (package-download-transaction): Don't call
11743 package-maybe-load-descriptor since they're all loaded anyway.
11744 (package-install): Change argument to be a pkg-desc.
11745 (package-delete): Use a single pkg-desc argument.
11746 (describe-package-1): Use package-desc-dir instead of package--dir.
11747 Use package-desc property instead of package-symbol.
11748 (package-install-button-action): Adjust accordingly.
11749 (package--push): Rewrite.
11750 (package-menu--print-info): Adjust accordingly. Change the ID format
11751 to be a pkg-desc.
11752 (package-menu-describe-package, package-menu-get-status)
11753 (package-menu--find-upgrades, package-menu-mark-upgrades)
11754 (package-menu-execute, package-menu--name-predicate):
11755 Adjust accordingly.
11756 * startup.el (package--description-file): New function.
11757 (command-line): Use it.
11758 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11759 Use package-desc-version.
11760
0b31660d
SM
11761 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11762 (byte-compile-preprocess): Use it.
11763 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11764 can't quite recognize.
11765 (byte-compile-add-to-list): Remove.
11766 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11767 (cconv-closure-convert): Add assertion.
11768
11769 * emacs-lisp/map-ynp.el: Use lexical-binding.
11770 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11771 Factor out some repeated code.
11772
de0503df
SM
117732013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * subr.el (with-eval-after-load): New macro.
11776 (eval-after-load): Allow form to be a function.
11777 take advantage of lexical-binding.
11778 (do-after-load-evaluation): Use dolist and adjust to new format.
11779 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11780
bc5c8c5a
JL
117812013-06-13 Juri Linkov <juri@jurta.org>
11782
11783 * replace.el (perform-replace): Display "symbol " and other search
11784 modes from `isearch-message-prefix' in the *Help* buffer.
11785
11786 * isearch.el (isearch-query-replace): Add " symbol" and other
11787 possible search modes from `isearch-message-prefix' to the prompt.
11788 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11789 when reading a regexp to collect.
11790
a22289f7
JL
117912013-06-13 Juri Linkov <juri@jurta.org>
11792
11793 * isearch.el (word-search-regexp): Match whitespace if the search
11794 string begins or ends in whitespace. The LAX arg is applied to
11795 both ends of the search string. Use `regexp-quote' and explicit
11796 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11797 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11798 boundaries are replaced with symbol boundaries, and characters
11799 between symbols match non-word non-symbol syntax. (Bug#14602)
11800
cb89acab
JL
118012013-06-13 Juri Linkov <juri@jurta.org>
11802
11803 * isearch.el (isearch-del-char): Don't exceed the length of
11804 `isearch-string' by the prefix arg. (Bug#14563)
11805
6e8cfc81
JL
118062013-06-13 Juri Linkov <juri@jurta.org>
11807
11808 * isearch.el (isearch-yank-word, isearch-yank-line)
11809 (isearch-char-by-name, isearch-quote-char)
11810 (isearch-printing-char, isearch-process-search-char):
11811 Add optional count prefix arg. (Bug#14563)
11812
11813 * international/isearch-x.el
11814 (isearch-process-search-multibyte-characters):
11815 Add optional count prefix arg.
11816
c23d55f4
VS
118172013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11820 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11821 lexical-binding.
11822
118232013-06-13 Vitalie Spinu <spinuvit@gmail.com>
11824
11825 * subr.el (set-temporary-overlay-map): Add on-exit argument.
11826
ba947bc4
GM
118272013-06-13 Glenn Morris <rgm@gnu.org>
11828
8baeb37a
GM
11829 * startup.el (tty-handle-args):
11830 Don't just discard "--" and anything after. (Bug#14608)
11831
ba947bc4
GM
11832 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11833
9abefce4
MA
118342013-06-13 Michael Albinus <michael.albinus@gmx.de>
11835
11836 Implement changes in Secret Service API. Make it backward compatible.
11837 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11838 (secrets-create-item): Use it. Prefix properties with interface.
11839
5755011f
MH
118402013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
11841
11842 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
11843 (term-emulate-terminal): Respect term-suppress-hard-newline.
11844
1261d2da
S
118452013-06-13 E Sabof <esabof@gmail.com> (tiny change)
11846
11847 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11848 Only remove a `thumb-file' overlay. (Bug#14548)
11849
868490bb
GJ
118502013-06-12 Grégoire Jadi <daimrod@gmail.com>
11851
11852 * mail/reporter.el (reporter-submit-bug-report):
11853 Handle missing package-name. (Bug#14600)
11854
79d7167f
TH
118552013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11856
11857 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11858 (reftex-citation-prompt, reftex-default-bibliography)
11859 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11860 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11861 (reftex-bib-sort-author, reftex-bib-sort-year)
11862 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11863 (reftex-extract-bib-entries-from-thebibliography)
11864 (reftex-get-bibkey-default, reftex-get-bib-names)
11865 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11866 (reftex-format-bib-entry, reftex-parse-bibitem)
11867 (reftex-format-bibitem, reftex-do-citation)
11868 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11869 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11870 (reftex-insert-bib-matches, reftex-format-citation)
11871 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11872 (reftex-create-bibtex-file): Add docstrings, mostly by converting
11873 existing comments into docstrings.
11874
5f9dbd7a
XF
118752013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11876
11877 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11878
94df41ab
AS
118792013-06-12 Andreas Schwab <schwab@suse.de>
11880
11881 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11882 for auto-save files.
11883
a7f3fecc
GM
118842013-06-12 Glenn Morris <rgm@gnu.org>
11885
001809f6
GM
11886 * ido.el (ido-delete-ignored-files): Remove.
11887 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11888 Go back to calling ido-ignore-item-p directly.
a7f3fecc 11889
834b5ded
EL
118902013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
11891
08c73ed2
EL
11892 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11893
834b5ded
EL
11894 * ido.el (ido-delete-ignored-files): New function,
11895 split from ido-make-file-list-1.
11896 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
11897 (ido-make-file-list-1): Use ido-delete-ignored-files.
11898
daabf15a
LL
118992013-06-12 Leo Liu <sdl.web@gmail.com>
11900
11901 * progmodes/octave.el (inferior-octave-startup)
11902 (inferior-octave-completion-table)
11903 (inferior-octave-track-window-width-change)
11904 (octave-eldoc-function-signatures, octave-help)
11905 (octave-find-definition): Use single quoted strings.
11906 (inferior-octave-startup-args): Change default value.
11907 (inferior-octave-startup): Do not hard code "-i" and
11908 "--no-line-editing".
11909 (inferior-octave-resync-dirs): Add optional arg NOERROR.
11910 (inferior-octave-directory-tracker): Use it.
11911 (octave-goto-function-definition): Robustify.
11912 (octave-help): Support highlighting operators in 'See also'.
11913 (octave-find-definition): Find subfunctions only in Octave mode.
11914
cf4e5178
SM
119152013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 * help-fns.el (help-fns--compiler-macro): If the handler function is
11918 named, then put a link to it.
11919 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11920 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11921 (cl-typep): Use it.
11922 (cl-eval-when): Simplify debug spec.
11923 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
11924 compiler-macro function instead of setting `compiler-macro-file'.
11925
99c81280 119262013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
11927
11928 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11929 * vc/vc-hooks.el (vc-stay-local): Doc fix.
11930
f56be016
SM
119312013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11932 Daniel Hackney <dan@haxney.org>
11933
11934 First part of Daniel Hackney's patch to package.el.
11935 * emacs-lisp/package.el: Use defstruct.
11936 (package-desc): New, main struct.
11937 (package--bi-desc, package--ac-desc): New structs, used to describe the
11938 format in external files.
11939 (package-desc-vers): Replace with package-desc-version accessor.
11940 (package-desc-doc): Replace with package-desc-summary accessor.
11941 (package-activate-1): Remove `package' arg since the pkg-vec now
11942 includes the name.
11943 (define-package): Use package-desc-from-define.
11944 (package-unpack-single): Change file-name arg to be a symbol.
11945 (package--add-to-archive-contents): Use package-desc-create and new
11946 accessor functions to package--ac-desc.
11947 (package-buffer-info, package-tar-file-info): Return a package-desc.
11948 (package-install-from-buffer): Remove `type' argument. Change pkg-info
11949 arg to be a package-desc.
11950 (package-install-file): Adjust accordingly. Use \' to match EOS.
11951 (package--from-builtin): New function.
11952 (describe-package-1, package-menu--generate): Use it.
11953 (package--make-autoloads-and-compile): Change name arg to be a symbol.
11954 (package-generate-autoloads): Idem and return the name of the file.
11955 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11956 Change pkg-info arg to be a package-desc.
11957 Use package-make-ac-desc.
11958 (package-upload-file): Use \' to match EOS.
11959 * finder.el (finder-compile-keywords): Use package-make-builtin.
11960
31119d63
SM
119612013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11962
931a2762
SM
11963 * vc/vc.el (vc-deduce-fileset): Change error message.
11964 (vc-read-backend): New function.
11965 (vc-next-action): Use it.
11966
5a3eb0c6
SM
11967 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11968
e3eb1bb7
SM
11969 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11970 (prolog-font-lock-keywords): Use regexp-opt instead.
11971 Don't manually highlight strings.
11972 (prolog-mode-variables): Simplify comment-start-skip.
11973 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
11974
31119d63
SM
11975 * emacs-lisp/generic.el (generic--normalise-comments)
11976 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11977 (generic-mode-set-comments): Use them.
11978 (generic-bracket-support): Use setq-local.
11979 (generic-make-keywords-list): Declare obsolete.
11980
7de135d0
GM
119812013-06-11 Glenn Morris <rgm@gnu.org>
11982
11983 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11984 Prettify after setting font-lock-defaults. (Bug#14574)
11985
fa6bc6fd
JB
119862013-06-11 Juanma Barranquero <lekktu@gmail.com>
11987
11988 * replace.el (query-replace, occur-read-regexp-defaults-function)
11989 (replace-search):
11990 * subr.el (declare-function, number-sequence, local-set-key)
11991 (substitute-key-definition, locate-user-emacs-file)
11992 (with-silent-modifications, split-string, eval-after-load):
11993 Fix typos, remove unneeded backslashes and reflow some docstrings.
11994
cf1f9b9a
SM
119952013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11996
11997 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11998 default for Elisp files.
11999
56602a4b
GM
120002013-06-11 Glenn Morris <rgm@gnu.org>
12001
12002 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12003 although define-derived-mode was doing this anyway. (Bug#14583)
12004
30ae0b2c
JB
120052013-06-10 Juanma Barranquero <lekktu@gmail.com>
12006
12007 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12008 Fix make-variable-buffer-local call to refer to the correct variable.
12009
fa472906
AG
120102013-06-10 Aidan Gauland <aidalgol@amuri.net>
12011
12012 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
12013 (eshell-visual-subcommands, eshell-visual-options):
12014 Add summary line to docstrings. Add cross-references.
fa472906 12015
ff4871b9
GM
120162013-06-10 Glenn Morris <rgm@gnu.org>
12017
12018 * epa.el (epa-read-file-name): New function. (Bug#14510)
12019 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12020
04fcf1b0
AG
120212013-06-09 Aidan Gauland <aidalgol@amuri.net>
12022
12023 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12024 output redirection to be ignored with visual commands.
12025
88b00caa
AG
120262013-06-09 Aidan Gauland <aidalgol@amuri.net>
12027
12028 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
12029 (eshell-term-initialize): Move long lambda to separate function
12030 eshell-visual-command-p.
27821a89 12031 * eshell/em-dirs.el (eshell-dirs-initialize):
e7b41c4c
JB
12032 * eshell/em-script.el (eshell-script-initialize):
12033 Add missing #' to lambda.
88b00caa 12034
fda74125
LL
120352013-06-08 Leo Liu <sdl.web@gmail.com>
12036
12037 * progmodes/octave.el (octave-add-log-current-defun): New function.
12038 (octave-mode): Set add-log-current-defun-function.
12039 (octave-goto-function-definition): Do not move point if not found.
12040 (octave-find-definition): Enhance to try subfunctions first.
12041
467f3b33
GM
120422013-06-08 Glenn Morris <rgm@gnu.org>
12043
12044 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12045 (byte-compile-backward-char, byte-compile-backward-word):
12046 Improve previous change, to handle non-explicit nil.
12047
544badc3
SM
120482013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12049
12050 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12051 (smie--opener/closer-at-point): New function.
12052 (smie--matching-block-data): Use it. Don't match from right after an
12053 opener or right before a closer. Obey smie-blink-matching-inners.
12054 Don't signal a mismatch for repeated inners like "switch..case..case".
12055
a175bf33
LL
120562013-06-07 Leo Liu <sdl.web@gmail.com>
12057
12058 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12059 to t. (Bug#14303)
ce8209d4
LL
12060 (octave-function-header-regexp): Fix. (Bug#14570)
12061 (octave-help-mode-finish-hook, octave-help-mode-finish):
12062 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
12063
12064 * newcomment.el (comment-search-backward): Revert last change.
12065 (Bug#14434)
12066
12067 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12068
a822acff
EZ
120692013-06-07 Eli Zaretskii <eliz@gnu.org>
12070
12071 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12072 through xargs, to avoid failure due to MS-Windows limitations on
12073 command-line length.
12074
961166f5
GM
120752013-06-06 Glenn Morris <rgm@gnu.org>
12076
d0341459
GM
12077 * font-lock.el (lisp-font-lock-keywords-2):
12078 Treat user-error like error.
12079
961166f5
GM
12080 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12081 (byte-compile-backward-char, byte-compile-backward-word):
12082 Handle explicit nil arguments. (Bug#14565)
12083
80fa505f
AM
120842013-06-05 Alan Mackenzie <acm@muc.de>
12085
12086 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 12087 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 12088 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 12089 (Bug#9706)
80fa505f 12090
fccdc796
SM
120912013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12092
12093 * autorevert.el (auto-revert-notify-handler): Use memq.
12094 Hide assertion failure.
12095
12096 * skeleton.el: Use cl-lib.
12097 (skeleton-further-elements): Use defvar-local.
12098 (skeleton-insert): Use cl-progv.
12099
9bfff84b
TZ
121002013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12101
12102 * progmodes/prog-mode.el (prog-prettify-symbols)
12103 (prog-prettify-install): Update docstrings.
12104
55577e7c
SM
121052013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12106
12107 * simple.el: Move all the prog-mode code to prog-mode.el.
12108 * progmodes/prog-mode.el: New file.
12109 * loadup.el: Add prog-mode.el.
12110
8fc57765
TZ
121112013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12112
12113 * simple.el (prog-prettify-symbols): Add version.
12114 (prog-prettify-install): Add convenience function to prettify symbols.
12115
12116 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12117 (perl--augmented-font-lock-keywords-1)
12118 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12119 variables and use it.
12120
12121 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12122 (cfengine3-mode): Remove unneeded variable and use it.
12123
12124 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12125 (lisp--augmented-font-lock-keywords-1)
12126 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12127 Remove unneeded variables and use it.
12128
650645d5 121292013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
12130
12131 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 12132 to point when opening the connection. (Bug#14380)
28f5da6d 12133
781b4af6
SM
121342013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12135
12136 * subr.el (load-history-regexp, load-history-filename-element)
12137 (eval-after-load, after-load-functions, do-after-load-evaluation)
12138 (eval-next-after-load, display-delayed-warnings)
12139 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12140 definition of save-match-data.
12141 (overriding-local-map): Remove accidental obsolescence declaration.
12142
12143 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12144
3ca0d0b4
TZ
121452013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12146
12147 Generalize symbol prettify support to prog-mode and implement it
12148 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12149 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12150 (prog--prettify-font-lock-compose-symbol)
12151 (prog-prettify-font-lock-symbols-keywords): New variables and
12152 functions to support symbol prettification.
12153 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12154 (lisp--augmented-font-lock-keywords-1)
12155 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12156 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12157 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
12158 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12159 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
12160 * progmodes/perl-mode.el (perl-prettify-symbols)
12161 (perl--font-lock-compose-symbol)
12162 (perl--font-lock-symbols-keywords): Move to prog-mode.
12163 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12164 (perl-font-lock-keywords-1)
12165 (perl-font-lock-keywords-2): Remove explicit prettify support.
12166 (perl--augmented-font-lock-keywords)
12167 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
12168 (perl--augmented-font-lock-keywords-2, perl-mode):
12169 Implement prettify support.
3ca0d0b4 12170
976cb066
LL
121712013-06-05 Leo Liu <sdl.web@gmail.com>
12172
27821a89 12173 Re-implement SMIE matching block highlight using
976cb066
LL
12174 show-paren-data-function. (Bug#14395)
12175 * emacs-lisp/smie.el (smie-matching-block-highlight)
12176 (smie--highlight-matching-block-overlay)
12177 (smie--highlight-matching-block-lastpos)
12178 (smie-highlight-matching-block)
12179 (smie-highlight-matching-block-mode): Remove.
12180 (smie--matching-block-data-cache): New variable.
12181 (smie--matching-block-data): New function.
12182 (smie-setup): Use smie--matching-block-data for
12183 show-paren-data-function.
12184
12185 * progmodes/octave.el (octave-mode-menu): Fix.
12186 (octave-find-definition): Skip garbage lines.
12187
208d0342
SM
121882013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12189
12190 Fix compilation error with simultaneous dynamic+lexical scoping.
12191 Add warning when a defvar appears after the first let-binding.
12192 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12193 (byte-compile-close-variables): Initialize it.
12194 (byte-compile--declare-var): New function.
12195 (byte-compile-file-form-defvar)
12196 (byte-compile-file-form-define-abbrev-table)
12197 (byte-compile-file-form-custom-declare-variable): Use it.
12198 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12199 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12200 (byte-compile-bind): Handle dynamic bindings that shadow
12201 lexical bindings.
12202 (byte-compile-unbind): Make arg non-optional.
12203 (byte-compile-let): Simplify.
12204 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12205 (cconv--analyse-function, cconv-analyse-form): Populate it.
12206 Protect byte-compile-bound-variables to limit the scope of defvars.
12207 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12208 Remove unneeded rule for `declare'.
12209
12210 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12211 so as to avoid depending on cl-adjoin at run-time.
12212 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12213
12214 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12215 (macroexp--warn-and-return): Use it.
12216
1ac2891e
GM
122172013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12218
a12bf61e 12219 * subr.el: Convert to lexical binding.
1ac2891e
GM
12220 (overriding-local-map): Make obsolete.
12221 (add-to-list): Doc fix. Add compiler macro.
12222 (read-key): Swap values of local maps.
12223
2587b005
LL
122242013-06-05 Leo Liu <sdl.web@gmail.com>
12225
12226 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12227
f1da3c88
LL
122282013-06-04 Leo Liu <sdl.web@gmail.com>
12229
12230 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12231 (compilation-auto-jump): Suppress the "Mark set" message to give
12232 way to exit message.
12233
3caa391f
AM
122342013-06-04 Alan Mackenzie <acm@muc.de>
12235
12236 Remove faulty optimisation from indentation calculation.
12237 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12238 search limit based on 2000 characters back from indent-point.
12239
068922a2
TH
122402013-06-03 Tassilo Horn <tsdh@gnu.org>
12241
12242 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12243
1f8fdd53
SM
122442013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12245
bbcc4d97
SM
12246 * emacs-lisp/lisp.el: Use lexical-binding.
12247 (lisp--local-variables-1, lisp--local-variables): New functions.
12248 (lisp--local-variables-completion-table): New var.
208d0342 12249 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 12250
1f8fdd53
SM
12251 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12252 eagerly (bug#14422).
12253
c9628c79
MA
122542013-06-03 Michael Albinus <michael.albinus@gmx.de>
12255
12256 * autorevert.el (auto-revert-notify-enabled)
12257 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12258 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12259 (auto-revert-notify-handler): Handle also gfilenotify.
12260
e7b41c4c 12261 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 12262 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 12263 Remove.
c9628c79 12264
e5e4a942
JL
122652013-06-03 Juri Linkov <juri@jurta.org>
12266
12267 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12268 `M-s h .'. (Bug#14427)
12269
12270 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12271 command `hi-lock-face-symbol-at-point'.
12272 (hi-lock-face-symbol-at-point): New command.
12273 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12274 (hi-lock-menu): Add `highlight-symbol-at-point'.
12275 (hi-lock-mode): Doc fix.
12276
12277 * isearch.el (isearch-forward-symbol-at-point): New command.
12278 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12279 (isearch-highlight-regexp): Add a regexp which matches
12280 words/symbols for word/symbol mode.
12281
12282 * subr.el (find-tag-default-bounds): New function with the body
12283 mostly moved from `find-tag-default'.
12284 (find-tag-default): Move most code to `find-tag-default-bounds',
12285 call it and apply `buffer-substring-no-properties' afterwards.
12286
26b3353a
TH
122872013-06-03 Tassilo Horn <tsdh@gnu.org>
12288
781b4af6
SM
12289 * eshell/em-term.el (eshell-term-initialize):
12290 Use `cl-intersection' rather than `intersection'.
26b3353a 12291
51b60f53
XF
122922013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12293
fe054b63 12294 * vc/log-view.el: Doc fix.
d3ffe17c 12295 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 12296
a0eb10b3 122972013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
12298
12299 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12300 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12301 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12302 (eieio-unbound, eieio-default-superclass)
12303 (eieio--define-field-accessors, method-static, method-before)
12304 (method-primary, method-after, method-num-lists)
12305 (method-generic-before, method-generic-primary)
12306 (method-generic-after, method-num-slots)
12307 (eieio-specialized-key-to-generic-key)
12308 (eieio--check-type, class-v, class-p)
12309 (eieio-class-name, define-obsolete-function-alias)
12310 (eieio-class-parents-fast, eieio-class-children-fast)
12311 (same-class-fast-p, class-constructor, generic-p)
12312 (generic-primary-only-p, generic-primary-only-one-p)
12313 (class-option-assoc, class-option, eieio-object-p)
12314 (class-abstract-p, class-method-invocation-order)
12315 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12316 (eieio-class-un-autoload, eieio-defclass)
12317 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12318 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12319 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12320 (eieio-defgeneric-reset-generic-form)
12321 (eieio-defgeneric-form-primary-only)
12322 (eieio-defgeneric-reset-generic-form-primary-only)
12323 (eieio-defgeneric-form-primary-only-one)
12324 (eieio-defgeneric-reset-generic-form-primary-only-one)
12325 (eieio-unbind-method-implementations)
12326 (eieio--defmethod, eieio--typep)
12327 (eieio-perform-slot-validation, eieio-validate-slot-value)
12328 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12329 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12330 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12331 (eieio-slot-name-index, eieio-class-slot-name-index)
12332 (eieio-set-defaults, eieio-initarg-to-attribute)
12333 (eieio-attribute-to-initarg, eieio-c3-candidate)
12334 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12335 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12336 (eieio-class-precedence-list, eieio-generic-call-methodname)
12337 (eieio-generic-call-arglst, eieio-generic-call-key)
12338 (eieio-generic-call-next-method-list)
12339 (eieio-pre-method-execution-functions, eieio-generic-call)
12340 (eieio-generic-call-primary-only, eieiomt-method-list)
12341 (eieiomt-optimizing-obarray, eieiomt-install)
12342 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12343 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 12344 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
12345 (defclass): Remove `eval-and-compile' from macro.
12346 (call-next-method, shared-initialize): Instead of using
12347 `scoped-class' variable, use new eieio--scoped-class, and
12348 eieio--with-scoped-class.
12349 (initialize-instance): Rename local variable 'scoped-class' to
12350 'this-class' to remove ambiguitity from old global.
12351
12352 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12353 eieio.el.
4f405069
JB
12354 (eieio--scoped-class-stack): New variable.
12355 (eieio--scoped-class): New fcn.
890f7890
DE
12356 (eieio--with-scoped-class): New scoping macro.
12357 (eieio-defclass): Use pushnew instead of add-to-list.
12358 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12359 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12360 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12361 `scoped-class' variable, use new eieio--scoped-class, and
12362 eieio--with-scoped-class.
12363
12364 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12365
d105b0e2
TH
123662013-06-02 Tassilo Horn <tsdh@gnu.org>
12367
12368 * eshell/esh-ext.el (eshell-external-command): Pass args to
12369 `eshell-find-interpreter'.
12370 (eshell-find-interpreter): Add new second parameter ARGS.
12371
12372 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 12373 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
12374
12375 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 12376 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
12377
12378 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12379 (eshell-visual-options): New defcustom.
12380 (eshell-escape-control-x): Adapt docstring.
12381 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12382 `eshell-visual-options' in addition to `eshell-visual-commands'.
12383 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12384
f46305c8 123852013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
12386
12387 * progmodes/python.el (python-indent-block-enders): Add break,
12388 continue and raise keywords.
12389
d870df21
GM
123902013-06-01 Glenn Morris <rgm@gnu.org>
12391
9133b82e
GM
12392 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12393
02c992ec 12394 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
12395 * progmodes/cc-cmds.el (delete-forward-p):
12396 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12397 * progmodes/cc-engine.el (buffer-syntactic-context):
12398 * progmodes/cc-fonts.el (face-property-instance):
12399 * progmodes/cc-mode.el (set-keymap-parents):
12400 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12401 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12402 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
12403 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12404 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 12405
31e7b090
GM
12406 * progmodes/cc-vars.el (other): Emacs has this widget since
12407 at least 21.1, so don't (re)define it.
12408
d870df21
GM
12409 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12410 Replace the obsolete alias pcomplete-arg-quote-list.
12411
c75c93c7
LL
124122013-06-01 Leo Liu <sdl.web@gmail.com>
12413
12414 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12415 punctuation syntax.
12416 (inferior-octave-minimal-columns)
12417 (inferior-octave-last-column-width): New variables.
12418 (inferior-octave-track-window-width-change): New function.
12419 (inferior-octave-mode): Adjust column width so that Octave output,
12420 for example from 'ls', can fit into the window nicely.
12421
973d1e12
DG
124222013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12423
12424 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12425 Highlight expansions inside regexp literals.
12426
0888c286
GM
124272013-05-31 Glenn Morris <rgm@gnu.org>
12428
e26aac1f
GM
12429 * obsolete/sym-comp.el (symbol-complete):
12430 Replace obsolete completion-annotate-function.
12431
0888c286
GM
12432 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12433
19bb8e62
DG
124342013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12435
781b4af6
SM
12436 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12437 New function, checks if point is inside a literal that allows
19bb8e62
DG
12438 expression expansion.
12439 (ruby-syntax-propertize-expansion): Use it.
12440 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12441 around the body.
12442
01dea85f
JL
124432013-05-30 Juri Linkov <juri@jurta.org>
12444
12445 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12446 to "\M-si".
12447 (isearch-invisible): New variable.
12448 (isearch-forward): Doc fix.
12449 (isearch-mode): Set `isearch-invisible'
12450 to the value of `search-invisible'.
12451 (isearch-toggle-case-fold): Doc fix.
12452 (isearch-toggle-invisible): New command.
12453 (isearch-query-replace): Let-bind `search-invisible'
12454 to the value of `isearch-invisible'.
12455 (isearch-search): Use `isearch-invisible' instead of
12456 `search-invisible'. Let-bind `search-invisible'
12457 to the value of `isearch-invisible'. (Bug#11378)
12458
ab1bdce5
JL
124592013-05-30 Juri Linkov <juri@jurta.org>
12460
12461 * replace.el (perform-replace): Avoid `isearch-range-invisible'
12462 call when `query-flag' is nil and `search-invisible' is non-nil.
12463 (Bug#11746)
12464
d6d236e2
GM
124652013-05-30 Glenn Morris <rgm@gnu.org>
12466
8accd027
GM
12467 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12468
2a8bed1c
GM
12469 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12470 (cc-require): Suppress spurious "noruntime" warnings.
12471 (cc-require-when-compile): Use fboundp, for sake of compiler.
12472
d6d236e2
GM
12473 * progmodes/cc-mode.el: Move load of cc-vars before that of
12474 cc-langs (which in turn loads cc-vars), to quieten compiler.
12475
9190b35b
SM
124762013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * paren.el: Simplify the code.
12479 (show-paren-mode): Always start the timer.
12480 (show-paren--idle-timer): Rename from show-paren-idle-timer.
12481 (show-paren--overlay, show-paren--overlay-1): Rename from
12482 show-paren-overlay and show-paren-overlay-1, and initialize to an
12483 overlay rather than to nil.
12484 (show-paren-function): Misc cleanup and simplifications.
12485
4f8d1cf6
SM
124862013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 * paren.el (show-paren-data-function): New hook.
12489 (show-paren--default): New function, extracted from show-paren-function.
12490 (show-paren-function): Use show-paren-data-function.
12491
02d844b5
GM
124922013-05-30 Glenn Morris <rgm@gnu.org>
12493
d209d4a9
GM
12494 * ielm.el (ielm-map, ielm-complete-symbol):
12495 Use completion-at-point rather than obsolete functions.
12496 (inferior-emacs-lisp-mode): Doc fix.
12497 Set completion-at-point-functions, rather than
12498 comint-dynamic-complete-functions.
12499
2082faa6
GM
12500 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12501 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12502 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12503
dd8620de
GM
12504 * image.el (image-animated-p): Tweak definition.
12505
ceca95b1
GM
12506 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12507 (rlogin-process-connection-type): Tweak default. Add set-after.
12508 (rlogin-host): Doc fix.
12509 (rlogin): Tweak prompt.
12510 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12511
ee9f1acc
GM
12512 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12513 * progmodes/tcl.el (inferior-tcl-mode-map):
12514 Use completion-at-point rather than obsolete alias.
12515
45ce222e
GM
12516 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12517
02d844b5
GM
12518 * minibuffer.el (read-file-name-completion-ignore-case):
12519 Move before completion--in-region, for eager macro expansion.
12520
ac44d6c1
JL
125212013-05-29 Juri Linkov <juri@jurta.org>
12522
12523 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12524 for total count of matching lines. Add `global-matches' for total
12525 count of matches. Rename `matches' to `lines' for count of
12526 matching lines. Add `matches' for count of matches.
12527 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
12528 to `prev-line' for line number of prev match endpt.
12529 Increment `matches' for every match. Print the number of
12530 matching lines in the header.
12531 (occur-context-lines): Rename `lines' to `curr-line'.
12532 Rename `prev-lines' to `prev-line'. (Bug#14017)
12533
3c9c9d38
JL
125342013-05-29 Juri Linkov <juri@jurta.org>
12535
12536 * replace.el (perform-replace): Add `skip-read-only-count',
12537 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12538 Increment them for corresponding conditions and report the number
12539 of skipped occurrences in the final message. (Bug#11746)
12540 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12541 (replace-string, replace-regexp): Doc fix.
12542
33e249a2
SM
125432013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12544
8e399682
SM
12545 * emacs-lisp/trace.el (trace--read-args): Provide a default.
12546
33e249a2 12547 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 12548 prog-mode-map (bug#14504).
33e249a2 12549
f236dd84
LL
125502013-05-29 Leo Liu <sdl.web@gmail.com>
12551
12552 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12553 (octave-help): Small simplification.
12554
12555 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12556 off the highlight first.
12557
3694d13f
GM
125582013-05-29 Glenn Morris <rgm@gnu.org>
12559
03983bdc
GM
12560 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12561 Handle idlwave-last-system-routine-info-cons-cell being nil.
12562
bc74a74a
GM
12563 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12564 (idlwave-write-paths): Simplify via with-temp-buffer.
12565
8b394200
GM
12566 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12567 * emulation/cua-rect.el: Also load cua-base at run time.
12568
3694d13f
GM
12569 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12570 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12571 (cperl-imenu-on-info): Require imenu.
12572
336d7284
AM
125732013-05-28 Alan Mackenzie <acm@muc.de>
12574
12575 Handle "capitalised keywords" correctly.
33e249a2 12576 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 12577
cb29c582
AG
125782013-05-28 Aidan Gauland <aidalgol@amuri.net>
12579
781b4af6 12580 * eshell/em-unix.el: Add -r option to cp.
cb29c582 12581
690e44b2
GM
125822013-05-28 Glenn Morris <rgm@gnu.org>
12583
e658d75c
GM
12584 * vc/vc-arch.el (vc-exec-after): Declare.
12585 (vc-switches): Autoload.
12586 * vc/vc-bzr.el: No need to require vc when compiling.
12587 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12588 (vc-resynch-buffer, vc-dir-refresh): Declare.
12589 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
12590 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12591 (vc-resynch-buffer): Declare.
12592 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 12593 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
12594 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12595 (grep-read-regexp, grep-read-files, grep-expand-template)
12596 (vc-dir-refresh): Declare.
12597 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12598 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12599 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
12600 * vc/vc-mtn.el (vc-exec-after): Declare.
12601 (vc-switches): Autoload.
12602 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12603 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12604 (vc-file-tree-walk): Declare.
712b9732
GM
12605 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12606 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12607 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
12608 * vc/vc-svn.el (vc-exec-after): Declare.
12609 (vc-switches, vc-setup-buffer): Autoload.
12610 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12611 Autoload.
12612 (vc-resynch-buffer): Declare.
12613
98e87fb3
GM
12614 * obsolete/fast-lock.el (byte-compile-warnings):
12615 Don't warn about obsolete features in this obsolete file.
12616
f5379553
GM
12617 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12618 Move definition before use.
12619
7a20ef83
GM
12620 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12621 (dun-unix-verbs): Remove dun-zippy.
12622 (dun-zippy): Remove function.
12623
690e44b2
GM
12624 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12625
3a52ccf7
JL
126262013-05-27 Juri Linkov <juri@jurta.org>
12627
12628 * replace.el (replace-search): New function with code moved out
12629 from `perform-replace'.
12630 (replace-highlight, replace-dehighlight): Move function definitions
12631 up closer to `replace-search'. (Bug#11746)
12632
d289938a
JL
126332013-05-27 Juri Linkov <juri@jurta.org>
12634
12635 * replace.el (perform-replace): Ignore invisible matches.
12636 In addition to checking `query-replace-skip-read-only', also
12637 filter out matches by calling `run-hook-with-args-until-failure'
12638 on `isearch-filter-predicates', and also check `search-invisible'
12639 for t or call `isearch-range-invisible'.
12640 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
12641
66fc57e3
JL
126422013-05-27 Juri Linkov <juri@jurta.org>
12643
12644 * isearch.el (isearch-filter-predicates): Rename from
12645 `isearch-filter-predicate'. Doc fix. (Bug#11378)
12646 (isearch-message-prefix): Display text from the property
12647 `isearch-message-prefix' of the currently active filters.
12648 (isearch-search): Don't compare `isearch-filter-predicate' with
12649 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
12650 on `isearch-filter-predicates'. Also check `search-invisible' for t
12651 or call `isearch-range-invisible'.
12652 (isearch-filter-visible): Make obsolete.
12653 (isearch-lazy-highlight-search):
12654 Call `run-hook-with-args-until-failure' on
12655 `isearch-filter-predicates' and use `isearch-range-invisible'.
12656
12657 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12658 `isearch-filter-predicates' instead of `funcall'ing
12659 `isearch-filter-predicate'.
12660 (Info-mode): Set `Info-isearch-filter' to
12661 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12662
12663 * dired-aux.el (dired-isearch-filter-predicate-orig):
12664 Remove variable.
12665 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12666 (dired-isearch-filenames-end): Add and remove
12667 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12668 instead of changing the value of `isearch-filter-predicate'.
12669 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12670 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12671 Put property `isearch-message-prefix' to "filename " on
12672 `dired-isearch-filter-filenames'.
12673
12674 * wdired.el (wdired-change-to-wdired-mode):
12675 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12676 locally instead of changing `isearch-filter-predicate'.
12677 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12678
f1a60a0f
DG
126792013-05-27 Dmitry Gutov <dgutov@yandex.ru>
12680
12681 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12682 return the commit hash (Bug#14459). Also set the
12683 `vc-git-detached' property.
12684 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12685 (vc-git-mode-line-string): Use the same help-echo format whether
12686 in detached mode or not, because we know the actual revision now.
12687 When in detached mode, shorten the revision to 7 chars.
12688
7f17cc40
SM
126892013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * emacs-lisp/easy-mmode.el (define-minor-mode):
12692 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12693 mode hook and provide a docstring.
12694
25c8401c
AM
126952013-05-27 Alan Mackenzie <acm@muc.de>
12696
12697 Remove spurious syntax-table text properties inserted by C-y.
12698 * progmodes/cc-mode.el (c-after-change): Also clear hard
12699 syntax-table property with value nil.
12700
dde84790
MA
127012013-05-27 Michael Albinus <michael.albinus@gmx.de>
12702
12703 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12704 when reading the events; the buffer layout shall not be changed.
12705
837fd9af
LL
127062013-05-27 Leo Liu <sdl.web@gmail.com>
12707
12708 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12709 New variable.
12710 (inferior-octave-directory-tracker): Automatically re-sync
12711 default-directory.
12712 (octave-help): Improve handling of 'See also'.
12713
4fd996b3
SM
127142013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12715
416f1802
SM
12716 * doc-view.el: Minor naming convention tweaks.
12717 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12718
4fd996b3
SM
12719 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12720 even if there's no `display' property yet (bug#14435).
12721
a052ef3b
EZ
127222013-05-25 Eli Zaretskii <eliz@gnu.org>
12723
4fd996b3 12724 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
12725
12726 * Makefile.in (custom-deps, finder-data, autoloads)
12727 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12728 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12729 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12730
c9023370
SM
127312013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12732
12733 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12734 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 12735 Don't burp at EOB.
c9023370 12736
24d699fa
LL
127372013-05-25 Leo Liu <sdl.web@gmail.com>
12738
12739 * comint.el (comint-previous-matching-input): Do not flood the
12740 *Messages* buffer with trivial messages.
12741
17e5c0cc
SM
127422013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * progmodes/flymake.el (flymake-nop): Don't return a string.
12745 (flymake-set-at): Fix typo.
12746
12747 * simple.el (read--expression): New function, extracted from
12748 eval-expression. Set completion-at-point-functions (bug#14465).
12749 (eval-expression, eval-minibuffer): Use it.
12750
5d028165
XF
127512013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12752
12753 * progmodes/flymake.el (flymake-save-buffer-in-file)
12754 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12755 (flymake-selected-frame, flymake-log, flymake-ins-after)
12756 (flymake-set-at, flymake-get-buildfile-from-cache)
12757 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12758 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12759 Refine the doc string.
12760 (flymake-get-file-name-mode-and-masks): Reformat.
12761 (flymake-get-real-file-name-function): Fix a minor bug.
12762
7a1d7ba7
JL
127632013-05-24 Juri Linkov <juri@jurta.org>
12764
12765 * progmodes/grep.el (grep-mode-font-lock-keywords):
12766 Support =linenumber= format used by git-grep for lines with
12767 function names. (Bug#13549)
12768
650cff3d
SM
127692013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12770
12771 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12772 0 after a semi-colon; it works better for smie-auto-fill.
12773 (octave--indent-new-comment-line): New function.
12774 (octave-indent-new-comment-line): Use it (indirectly).
12775 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12776 modify comment-line-break-function.
12777
12778 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12779 (smie-setup): Use add-function to set it.
12780
9631677d
SS
127812013-05-24 Sam Steingold <sds@gnu.org>
12782
12783 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12784 argument (before the `interactive' argument).
12785
50105835
SM
127862013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * image-mode.el (image-mode-winprops): Add winprops to
12789 image-mode-winprops-alist before running
12790 image-mode-new-window-functions.
12791 * doc-view.el (doc-view-new-window-function): Don't delay
12792 doc-view-goto-page via timers (bug#14435).
12793
57b9823e
TH
127942013-05-24 Tassilo Horn <tsdh@gnu.org>
12795
12796 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12797 (doc-view-desktop-save-buffer): New function.
12798 (doc-view-restore-desktop-buffer): New function.
50105835
SM
12799 (desktop-buffer-mode-handlers):
12800 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
12801 handler.
12802 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12803 `desktop-save-buffer' function.
12804
91aafa16
MA
128052013-05-24 Michael Albinus <michael.albinus@gmx.de>
12806
12807 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12808 (tramp-gvfs-file-name-handler): Raise a user error when
12809 `tramp-gvfs-enabled' is nil.
12810 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12811 Do not raise a user error when loading package. (Bug#14447)
12812
ec076379
MA
12813 * net/xesam.el: Move to obsolete/.
12814
db785726
GM
128152013-05-24 Glenn Morris <rgm@gnu.org>
12816
af5c7606
GM
12817 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12818
e5d1916a
GM
12819 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12820
ded62b08
GM
12821 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12822 (Info-find-node, Man-getpage-in-background): Declare.
12823
9e614a3f
GM
12824 * mail/unrmail.el (unrmail):
12825 Replace obsolete detect-coding-with-priority.
12826
892f8ca3
GM
12827 * net/socks.el (socks-split-string): Use this rather than split-string.
12828 (socks-nslookup-host): Update for above change.
12829 (dynamic-choice, s5-dynamic-choice-match)
12830 (s5-dynamic-choice-match-inline, s5-widget-value-create):
12831 Comment out unused code.
12832
3c291973
GM
12833 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12834 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12835 (gud-tooltip-echo-area): Make obsolete.
12836 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12837
43cc956b
GM
12838 * progmodes/js.el (js--optimize-arglist): Declare.
12839
dab49a3b
GM
12840 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12841
36b9d085
GM
12842 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12843 (ediff-window-C): Declare.
12844
e354ae76
GM
12845 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12846 Tweak requires to silence compiler.
12847
b8e57bf4
GM
12848 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12849 (he-search-string, he-tried-table, he-expand-list)
12850 (he-init-string, he-string-member, he-substitute-string)
12851 (he-reset-string): Declare.
12852
db785726
GM
12853 * obsolete/options.el (list-options): Use custom-variable-p,
12854 rather than obsolete alias.
12855
b3531901
SS
128562013-05-23 Sam Steingold <sds@gnu.org>
12857
12858 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 12859 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
12860 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12861
bdda4c66
SM
128622013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12863
12864 * emacs-lisp/smie.el (smie-indent-forward-token)
12865 (smie-indent-backward-token): Handle string tokens (bug#14381).
12866
c43d45f9
TH
128672013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12868
fe1eb856
RS
12869 * ielm.el (ielm-menu): New menu.
12870 (inferior-emacs-lisp-mode): Set comment-start.
96172128 12871
fe1eb856
RS
128722013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12873
a12bf61e 12874 * textmodes/reftex.el (reftex-ref-style-toggle):
fe1eb856
RS
12875 Fix deactivate action.
12876
a12bf61e 12877 * textmodes/reftex-vars.el (reftex-ref-style-alist):
fe1eb856 12878 Add cleveref macros.
074dd971 12879
9b017563
JB
12880 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12881 Accept options for bibliography commands.
a12bf61e 12882 * textmodes/reftex-vars.el (reftex-bibliography-commands):
c43d45f9
TH
12883 Add addbibresource. Basic Biblatex support.
12884
7764286e
MA
128852013-05-23 Michael Albinus <michael.albinus@gmx.de>
12886
12887 * net/tramp-gvfs.el (top):
12888 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12889 when loading package. (Bug#14447)
12890
d361bc10
GM
128912013-05-23 Glenn Morris <rgm@gnu.org>
12892
8fa23984
GM
12893 * progmodes/js.el: No need to load comint when compiling.
12894 (ring-insert, comint-send-string, comint-send-input)
12895 (comint-last-input-end, ido-chop): Declare.
12896
a5c7df1a
GM
12897 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12898 * vc/ediff-mult.el: Adjust requires.
12899 (ediff-directories-internal, ediff-directory-revisions-internal)
12900 (ediff-patch-file-internal): Declare.
12901 * vc/ediff-ptch.el: Adjust requires.
12902 (ediff-use-last-dir, ediff-buffers-internal): Declare.
12903 (ediff-find-file): Autoload.
12904 * vc/ediff-util.el: No need to load ediff when compiling.
12905 (ediff-regions-internal): Declare.
12906 * vc/ediff-wind.el: Adjust requires.
12907 (ediff-compute-toolbar-width): Define when compiling.
12908 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12909 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12910 (dired-get-filename, dired-get-marked-files)
12911 (ediff-last-dir-patch, ediff-patch-default-directory)
12912 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12913 (ediff-patch-buffer-internal): Declare.
12914
e2aec513
GM
12915 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12916 (ispell-process, ispell-buffer-local-words, lm-summary)
12917 (lm-section-start, lm-section-end): Declare.
12918 (checkdoc-ispell-init): Simplify.
12919
e68bbd7c
GM
12920 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12921 (he-string-member, he-reset-string, he-substitute-string): Declare.
12922
7efe0991
GM
12923 * eshell/em-ls.el: Adjust requires.
12924 (eshell-glob-regexp): Declare.
f87b1284
GM
12925 * eshell/em-tramp.el: Adjust requires.
12926 (eshell-parse-command): Autoload.
12927 * eshell/em-xtra.el: Adjust requires.
12928 (eshell-parse-command): Autoload.
12929 * eshell/esh-ext.el: Adjust requires.
12930 (eshell-parse-command, eshell-close-handles): Autoload.
12931 * eshell/esh-io.el: Adjust requires.
12932 (eshell-output-filter): Autoload.
12933 * eshell/esh-util.el: No need to load tramp when compiling.
12934 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12935 Declare.
12936 (eshell-parse-ange-ls): Require ange-ftp and tramp.
12937 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12938 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12939 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12940 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12941 * eshell/esh-opt.el, eshell/esh-proc.el:
12942 * eshell/esh-var.el: Adjust requires.
12943 * eshell/eshell.el: Do not require esh-util twice.
12944 (eshell-add-input-to-history): Declare.
12945 (eshell-command): Check history module is active before using it.
12946
d361bc10
GM
12947 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12948
85d090a9
LL
129492013-05-22 Leo Liu <sdl.web@gmail.com>
12950
12951 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12952
5d0acd9d
MA
129532013-05-22 Michael Albinus <michael.albinus@gmx.de>
12954
12955 * autorevert.el (auto-revert-notify-add-watch)
12956 (auto-revert-notify-handler): Add `attrib' for the inotify case,
12957 it indicates changes in file modification time.
12958
0cdffd7d
GM
129592013-05-22 Glenn Morris <rgm@gnu.org>
12960
ca5995ec
GM
12961 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12962 Always delete the autoloaded function from the noruntime and
12963 unresolved functions lists.
12964
6450907e
GM
12965 * allout.el: No need to load epa, epg, overlay when compiling.
12966 (epg-context-set-passphrase-callback, epg-list-keys)
12967 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12968 (epg-key-user-id-list): Declare.
12969
9c6906f6
GM
12970 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12971 (viper-set-parsing-style-toggling-macro)
12972 (viper-set-emacs-state-searchstyle-macros):
12973 Use called-interactively-p on Emacs.
12974 (viper-looking-back): Make it an obsolete alias. Update callers.
12975 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12976 Use looking-back rather than viper-looking-back.
12977 (viper-tmp-insert-at-eob, viper-enlarge-region)
12978 (viper-read-string-with-history, viper-register-to-point)
12979 (viper-append-to-register, viper-change-state-to-vi)
12980 (viper-backward-char-carefully, viper-forward-char-carefully)
12981 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12982 (viper-change-state-to-emacs): Declare.
12983 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12984 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12985 * emulation/viper-mous.el: Do not load viper-cmd.
12986 (viper-backward-char-carefully, viper-forward-char-carefully)
12987 (viper-forward-word, viper-adjust-window): Declare.
12988
5f70c169
GM
12989 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12990
b1b7f300
GM
12991 * progmodes/idlw-help.el (idlwave-help-fontify):
12992 Use called-interactively-p.
12993
f6ebbb46
GM
12994 * term/w32console.el (w32-get-console-codepage)
12995 (w32-get-console-output-codepage): Declare.
12996
0cdffd7d
GM
12997 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12998 Remove unnecessary declarations.
12999 (dframe-message): Doc fix.
13000
13001 * info.el (dframe-select-attached-frame, dframe-current-frame):
13002 Declare.
13003
13004 * speedbar.el (speedbar-message): Make it an obsolete alias.
13005 Update all callers.
13006 (speedbar-with-attached-buffer)
13007 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13008 (speedbar-with-writable): Use backquote.
13009 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13010 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13011 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13012 rather than speedbar- aliases.
13013 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13014 (speedbar-make-specialized-keymap, speedbar-insert-button)
13015 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13016 (speedbar-do-function-pointer): Declare.
13017 (rmail-speedbar-button, rmail-speedbar-find-file)
13018 (rmail-speedbar-move-message):
13019 Use dframe-with-attached-buffer rather than speedbar- alias.
13020 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13021 (dframe-message, speedbar-make-specialized-keymap)
13022 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13023 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13024 (speedbar-insert-button, dframe-select-attached-frame)
13025 (dframe-maybee-jump-to-attached-frame)
13026 (speedbar-change-initial-expansion-list)
13027 (speedbar-previously-used-expansion-list-name): Declare.
13028 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13029 Use dframe-message, dframe-with-attached-buffer rather than
13030 speedbar- aliases.
13031 (gud-sentinel): Silence compiler.
13032 * progmodes/vhdl-mode.el (speedbar-refresh)
13033 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13034 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13035 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13036 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13037 (speedbar-file-lists, speedbar-make-tag-line)
13038 (speedbar-line-directory, speedbar-goto-this-file)
13039 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13040 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13041 (speedbar-make-button, speedbar-reset-scanners)
13042 (speedbar-files-item-info, speedbar-line-text)
13043 (speedbar-find-file-in-frame, speedbar-set-timer)
13044 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13045 (speedbar-with-writable): Do not (re)define it.
13046 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13047 rather than speedbar- alias.
13048
ee44b62a
LL
130492013-05-21 Leo Liu <sdl.web@gmail.com>
13050
13051 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13052 menu items.
13053 (octave-mode): Tweak fill-nobreak-predicate.
13054 (inferior-octave-startup): Check process to avoid infinite loop.
13055 (inferior-octave): Pop to buffer first to show abornmal process
13056 exit information.
13057
640f050f
GM
130582013-05-21 Glenn Morris <rgm@gnu.org>
13059
79458038
GM
13060 * printing.el (pr-menu-bar): Define when compiling.
13061
9cc3e83f
LL
130622013-05-21 Leo Liu <sdl.web@gmail.com>
13063
13064 * progmodes/octave.el (octave-auto-fill): Remove.
13065 (octave-indent-new-comment-line): Improve.
13066 (octave-mode): Use auto fill mode through
4f405069 13067 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 13068 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 13069 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
13070 (octave-help): Show parent directory.
13071
f440830d
GM
130722013-05-21 Glenn Morris <rgm@gnu.org>
13073
13074 * files.el (dired-unmark):
13075 * progmodes/gud.el (gdb-input): Update declarations.
13076
13077 * calculator.el (electric, ehelp): No need to load when compiling.
13078 (Electric-command-loop, electric-describe-mode): Declare.
13079
13080 * doc-view.el (doc-view-current-converter-processes): Move before use.
13081
13082 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13083 Move MODE-set-explicitly definition before use.
13084
13085 * international/mule-diag.el (mule-diag):
13086 Don't use obsolete window-system-version.
13087
13088 * mail/feedmail.el (smtpmail): No need to load when compiling.
13089 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13090
13091 * mail/mail-utils.el (rfc822): No need to load when compiling.
13092 (rfc822-addresses): Autoload it.
13093 (mail-strip-quoted-names): Trivial simplification.
13094
13095 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13096 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13097
13098 * net/snmp-mode.el (tempo): Don't duplicate requires.
13099
13100 * progmodes/prolog.el (info): No need to load when compiling.
13101 (comint): Require before shell requires it.
13102 (Info-goto-node): Autoload it.
13103 (Info-follow-nearest-node): Declare.
13104 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13105
13106 * textmodes/artist.el (picture-mode-exit): Declare.
13107
13108 * textmodes/reftex-parse.el (reftex-parse-from-file):
13109 Trivial rewrite so the compiler can parse it better.
13110
b4da2cbb
LL
131112013-05-20 Leo Liu <sdl.web@gmail.com>
13112
13113 * progmodes/octave.el (octave-help-mode-map)
13114 (octave-help-mode-finish-hook): New variables.
13115 (octave-help-mode, octave-help-mode-finish): New functions.
13116 (octave-help): Use octave-help-mode.
13117
33c0f65b
GM
131182013-05-20 Glenn Morris <rgm@gnu.org>
13119
13120 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13121
1a0a0a8a
DG
131222013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13123
13124 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13125 start at point, so that expansion starting right after opening
13126 slash in a regexp is recognized.
13127 (ruby-syntax-before-regexp-re): New defvar, extracted from
13128 ruby-syntax-propertize-function. Since the value of this regexp
13129 is looked up at runtime now, we should be able to turn
13130 `ruby-syntax-methods-before-regexp' into a defcustom later.
13131 (ruby-syntax-propertize-function): Split regexp matching into two
13132 parts, for opening and closing slashes. That allows us to skip
13133 over string interpolations and support multiline regexps.
13134 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13135 for them, which calls `ruby-syntax-propertize-expansion'.
13136 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13137 call to `ruby-syntax-propertize-function'.
13138 (ruby-syntax-propertize-expansion): Extracted from
13139 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
13140 (ruby-syntax-propertize-percent-literal): Leave point right after
13141 the percent symbol, so that the expression expansion rule can
13142 propertize the contents.
462388b6
DG
13143 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13144 heredoc openers.
13145 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 13146
c1a6c0a4
JL
131472013-05-18 Juri Linkov <juri@jurta.org>
13148
13149 * man.el (Man-default-man-entry): Remove `-' from the end
13150 of the default value. (Bug#14400)
13151
8051fccd
GM
131522013-05-18 Glenn Morris <rgm@gnu.org>
13153
13154 * comint.el (comint-password-prompt-regexp):
13155 Allow "password for XXX" where XXX contains colons (eg https://...).
13156
5e80b74f
LL
131572013-05-18 Leo Liu <sdl.web@gmail.com>
13158
13159 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 13160 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
13161 (octave-source-directories): Don't check process.
13162 (octave-source-directories, octave-find-definition): Doc fix.
13163
521a54c5
GM
131642013-05-18 Glenn Morris <rgm@gnu.org>
13165
86a94b05
GM
13166 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13167 Remove backspace/delete bindings. (Bug#14392)
13168
521a54c5
GM
13169 * cus-dep.el (custom-make-dependencies): Sort the output.
13170 (custom-versions-load-alist): Convert comment to doc.
13171
42caeb89
LL
131722013-05-17 Leo Liu <sdl.web@gmail.com>
13173
13174 * newcomment.el (comment-search-backward): Stricter in finding
13175 comment start. (Bug#14303)
13176
13177 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13178 (octave-comment-start-skip): Properly anchored.
13179
e219dd97
LL
131802013-05-17 Leo Liu <sdl.web@gmail.com>
13181
fe1eb856
RS
13182 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13183 Clean up when turned off. (Bug#14395)
e219dd97
LL
13184 (smie--highlight-matching-block-overlay): No longer buffer-local.
13185 (smie-highlight-matching-block): Adjust.
13186
dc5dcb4b
PE
131872013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13188
13189 Doc string fix for "nanoseconds" (Bug#14406).
13190 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13191 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13192
1db165f0
JB
131932013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13194
13195 * calc/calc-units.el (math-extract-units): Preserve powers
13196 of units.
13197
c7a8fcac
LL
131982013-05-17 Leo Liu <sdl.web@gmail.com>
13199
13200 * subr.el (delete-consecutive-dups): New function.
13201 * ido.el (ido-set-matches-1): Use it.
13202 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13203 * ido.el (ido-remove-consecutive-dups): Remove.
13204
f678b18a
SM
132052013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13208 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13209 regexp-opt's `words'.
13210
ebfe68e8
LL
132112013-05-16 Leo Liu <sdl.web@gmail.com>
13212
13213 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13214 (smie--highlight-matching-block-overlay)
13215 (smie--highlight-matching-block-lastpos)
13216 (smie--highlight-matching-block-timer): New variables.
13217 (smie-highlight-matching-block): New function.
13218 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13219 (smie-setup): Conditionally enable smie-blink-matching-open.
13220
bc8bc17d
WS
132212013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13222
13223 Sync with upstream verilog-mode r840.
13224 * progmodes/verilog-mode.el (verilog-mode-version)
13225 (verilog-mode-release-date): Update.
13226 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13227 (verilog-sig-tieoff): Fix string error on
13228 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13229 (verilog-read-decls): Fix parameters confusing
13230 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13231
df065a0b
EZ
132322013-05-16 Eli Zaretskii <eliz@gnu.org>
13233
13234 * subr.el (reveal-filename): New function.
13235
13236 * loadup.el: Compute Emacs executable versions on MS-Windows,
13237 where executables have the .exe extension. Add a hard link
13238 emacs-XX.YY.ZZ.exe on MS-Windows.
13239
13240 * Makefile.in (XARGS_LIMIT): New variable.
13241 (custom-deps, finder-data, autoloads)
13242 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13243 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13244 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13245 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13246
2d4bf34b
LL
132472013-05-16 Leo Liu <sdl.web@gmail.com>
13248
13249 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13250 (octave-mode-menu, octave-mode-map): Remove its uses.
13251
6b9c2d85
RZ
132522013-05-16 Reto Zimmermann <reto@gnu.org>
13253
13254 Sync with upstream vhdl mode v3.34.2.
13255 * progmodes/vhdl-mode.el: Use `push' throughout.
13256 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13257 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13258 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13259 (vhdl-actual-generic-name): New option to derive actual generic name.
13260 (vhdl-port-paste-signals): Replace formal by actual generics.
13261 (vhdl-beautify): New name for old group vhdl-align. Update users.
13262 (vhdl-beautify-options): New option.
13263 (vhdl-last-input-event): New compat alias. Use throughout.
13264 (vhdl-goto-line): Replace user level function `goto-line'.
13265 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13266 vhdl-fix-statement-buffer.
13267 (vhdl-create-mode-menu): Add some entries.
13268 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13269 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13270 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13271 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13272 to force statements on one line.
13273 (vhdl-remove-trailing-spaces-region):
13274 New, split from vhdl-remove-trailing-spaces.
13275 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13276 Respect vhdl-beautify-options.
13277 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13278 (vhdl-update-sensitivity-list): Not add with index if exists without.
13279 Not include array index with signal. Ignore keywords in comments.
13280 (vhdl-get-visible-signals): Regexp tweaks.
13281 (vhdl-template-component-inst): Handle empty library.
13282 (vhdl-template-type): Add template for 'enum' type.
13283 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13284 Use vhdl-replace-string.
13285 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13286 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13287 (vhdl-speedbar-initialize): Update for above name change.
13288 (vhdl-compose-wire-components): Fix in handling of constants.
13289 (vhdl-error-regexp-emacs-alist): New variable.
13290 (vhdl-error-regexp-add-emacs): New function;
13291 adds support for new compile.el (Emacs 22+)
13292 (vhdl-generate-makefile-1): Change target order for single lib. units.
13293 Allow use of absolute file names.
13294
9df4ec5e
LL
132952013-05-16 Leo Liu <sdl.web@gmail.com>
13296
13297 * simple.el (prog-indent-sexp): Indent enclosing defun.
13298
f5ba00a6
GM
132992013-05-15 Glenn Morris <rgm@gnu.org>
13300
ed8be7ff
GM
13301 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13302 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13303 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13304 (whitespace-highlight): Move to whitespace group.
13305
13306 * comint.el (comint-source):
13307 * pcmpl-linux.el (pcmpl-linux):
13308 * shell.el (shell-faces):
13309 * eshell/esh-opt.el (eshell-opt):
13310 * international/ccl.el (ccl): Remove empty custom groups.
13311
13312 * completion.el (dynamic-completion-mode):
13313 * jit-lock.el (jit-lock-debug-mode):
13314 * minibuffer.el (completion-in-region-mode):
13315 * type-break.el (type-break-mode-line-message-mode)
13316 (type-break-query-mode):
13317 * emulation/tpu-edt.el (tpu-edt-mode):
13318 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13319 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13320 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13321
13322 * term/xterm.el (xterm): Change parent group to terminals.
13323
13324 * master.el (master): Remove empty custom group.
13325 (master-mode): Remove unused :group argument.
13326 * textmodes/refill.el (refill): Remove empty custom group.
13327 (refill-mode): Remove unused :group argument.
13328
13329 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13330
82a7c41b
GM
13331 * cus-dep.el: Provide a feature.
13332 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
13333 Don't mistakenly ignore files whose basenames match a basename
13334 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 13335 Add a fallback method for getting :group.
f5ba00a6 13336
6d65486d
JL
133372013-05-15 Juri Linkov <juri@jurta.org>
13338
da547b32
JL
13339 * isearch.el (isearch-char-by-name): Rename from
13340 `isearch-insert-char-by-name'. Doc fix.
13341 (isearch-forward): Mention `isearch-char-by-name' in
13342 the docstring. (Bug#13348)
13343
6d65486d
JL
13344 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13345 `exit-minibuffer' instead of
13346 `isearch-nonincremental-exit-minibuffer'.
13347 (isearch-edit-string): Remove mention of
13348 `isearch-nonincremental-exit-minibuffer' from docstring.
13349 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13350 (isearch-forward-exit-minibuffer)
13351 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13352
c9990474
SM
133532013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13354
6e911150
SM
13355 * loadup.el: Just use unversioned DOC.
13356
c9990474
SM
13357 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13358 literals as extending to EOB.
13359 (nxml-last-fontify-end): Remove unused variable.
13360 (nxml-after-change1): Use with-silent-modifications.
13361 (nxml-extend-after-change-region): Simplify.
13362 (nxml-extend-after-change-region1): Remove function.
13363 (nxml-after-change1): Don't adjust for dependent regions.
13364 (nxml-fontify-matcher): Simplify.
13365 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13366 (xmltok-add-dependent): Remove function.
13367 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13368 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13369 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13370 unclosed <[[, <?, comment, and other literals as extending to EOB.
13371 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13372 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13373 Remove functions.
13374 (rng-do-some-validation-1): Don't mark dependent regions.
13375 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13376 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13377 (nxml-clear-dependent-regions): Remove functions.
13378 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13379 (nxml-ensure-scan-up-to-date):
13380 Don't clear&mark dependent regions.
13381
e3772e98
LL
133822013-05-15 Leo Liu <sdl.web@gmail.com>
13383
c9990474
SM
13384 * progmodes/octave.el (octave-goto-function-definition):
13385 Improve and fix callers.
e3772e98 13386
5ac2eb34
SM
133872013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13388
c46c57b0
SM
13389 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13390 the setter (bug#14387).
13391
5ac2eb34
SM
13392 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13393 surrounding group (bug#14402).
13394
180ed218
JL
133952013-05-14 Juri Linkov <juri@jurta.org>
13396
13397 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13398 (Bug#14390)
13399
0ac0fecb
GM
134002013-05-14 Glenn Morris <rgm@gnu.org>
13401
13402 * progmodes/f90.el (f90-imenu-generic-expression):
13403 Fix typo in 2013-05-08 change. (Bug#14402)
13404
2e78e6a7
JPG
134052013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13406
5ac2eb34
SM
13407 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13408 Remove signals for which replies are never received.
2e78e6a7 13409
53267cca
JPG
134102013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13411
13412 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13413 (gdb-handler-alist, gdb-handler-number): Remove variables.
13414 (gdb-handler-list): New variable.
13415 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13416 (gdb-pending-handler-p, gdb-handle-reply)
13417 (gdb-remove-all-pending-triggers): New functions.
13418 (gdb-discard-unordered-replies): New defcustom.
13419 (gdb-handler): New defstruct.
13420 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13421 instead of gdb-pending-triggers. Update docstring.
13422 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13423 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13424 (gdb-var-update-handler, def-gdb-auto-update-trigger)
13425 (def-gdb-auto-update-handler, gdb-get-changed-registers)
13426 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13427 (gdb-frame-handler): Pending triggers are now automatically managed.
13428 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13429 Remove argument.
13430 (gdb-input): Automatically handles pending triggers. Update docstring.
13431 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13432 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13433 Update comments.
13434 (gdb-done-or-error): Now use gdb-handle-reply.
13435
d04ce803
JPG
134362013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13437
13438 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13439 gdb-debug-log.
13440
0114073a
GM
134412013-05-14 Glenn Morris <rgm@gnu.org>
13442
13443 * subr.el (user-emacs-directory-warning): New option.
13444 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
13445
4d25fd7e
LL
134462013-05-14 Leo Liu <sdl.web@gmail.com>
13447
13448 * progmodes/octave.el (octave-font-lock-keywords): Fix error
13449 during redisplay.
13450 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
13451 (octave-font-lock-texinfo-comment): Fix invalid search bound
13452 error: wrong side of point.
4d25fd7e 13453
27c8b6eb
GM
134542013-05-14 Glenn Morris <rgm@gnu.org>
13455
61aaeb01
GM
13456 * progmodes/flymake.el (flymake-xml-program): New option.
13457 (flymake-xml-init): Use it.
13458
5bf90bc5
GM
13459 * term/xterm.el: Provide a feature.
13460
13461 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 13462
f4c7dfd2
GM
134632013-05-13 Glenn Morris <rgm@gnu.org>
13464
13465 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13466 Add compat aliases as a hack workaround. (Bug#14384)
13467
2aeb3a1d
LL
134682013-05-13 Leo Liu <sdl.web@gmail.com>
13469
b0e069c2
LL
13470 * progmodes/octave.el (octave-indent-comment): Fix indentation for
13471 ###, and %!.
f5a9432f
LL
13472 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13473 C-M-q.
b0e069c2
LL
13474 (octave-comment-start-skip): Include %!.
13475 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 13476
30ea8374
LL
134772013-05-12 Leo Liu <sdl.web@gmail.com>
13478
13479 * progmodes/octave.el (inferior-octave-startup): Store the value
13480 of __octave_srcdir__ for octave-source-directories.
13481 (inferior-octave-check-process): New function refactored out of
13482 inferior-octave-send-list-and-digest.
13483 (octave-source-directories)
13484 (octave-find-definition-filename-function): New variables.
13485 (octave-source-directories)
13486 (octave-find-definition-default-filename): New functions.
13487 (octave-find-definition): Improve to find functions implemented in C++.
13488
472a3834
GM
134892013-05-12 Glenn Morris <rgm@gnu.org>
13490
13491 * calendar/diary-lib.el (diary-outlook-format-1):
13492 Don't include dayname in the output. (Bug#14349)
13493
3191b52f
GM
134942013-05-11 Glenn Morris <rgm@gnu.org>
13495
0060ac73
GM
13496 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13497
3191b52f
GM
13498 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13499 Treat cc-provide like provide.
13500
e065ba74
KR
135012013-05-11 Kevin Ryde <user42@zip.com.au>
13502
13503 * cus-dep.el (custom-make-dependencies):
13504 Use generated-autoload-load-name for the sake of files such
13505 such cedet/semantic/bovine/c.el, where the base file name
13506 is not in load-path. (Bug#5277)
13507
36f84c37
GM
135082013-05-11 Glenn Morris <rgm@gnu.org>
13509
13510 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13511 Provide features.
13512
c8730c3a
LL
135132013-05-11 Leo Liu <sdl.web@gmail.com>
13514
13515 * progmodes/octave.el (octave-indent-comment): Improve.
13516 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
13517 (octave-eldoc-function-signatures, octave-eldoc-function):
13518 New functions.
c8730c3a
LL
13519 (octave-mode, inferior-octave-mode): Add eldoc support.
13520
212e29f2
RS
135212013-05-11 Richard Stallman <rms@gnu.org>
13522
13523 * epa.el (epa-decrypt-file): Take output file name as argument
13524 and read it using `interactive'.
13525
083fe0d7
LL
135262013-05-11 Leo Liu <sdl.web@gmail.com>
13527
13528 * progmodes/octave.el (octave-beginning-of-line)
13529 (octave-end-of-line): Check before using up-list because it jumps
13530 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
13531 (octave-indent-comment): New function.
13532 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
13533 (octave-begin-keywords, octave-end-keywords)
13534 (octave-reserved-words, octave-smie-bnf-table)
13535 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 13536
8582e4c4
GM
135372013-05-11 Glenn Morris <rgm@gnu.org>
13538
f20def1f
GM
13539 * faces.el (internal-face-x-get-resource):
13540 * frame.el (ns-display-monitor-attributes-list):
d78abe37 13541 * calc/calc-aent.el (math-to-radians-2):
f20def1f 13542 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 13543 Fix declarations.
f20def1f 13544
445f95e2
GM
13545 * calc/calc-menu.el: Make it loadable in isolation.
13546
13547 * net/eudcb-bbdb.el: Make it loadable without bbdb.
13548 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13549 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13550 (eudc-bbdb-query-internal): Require 'bbdb.
13551
99fb2756
GM
13552 * lpr.el (lpr-headers-switches):
13553 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13554
13555 * progmodes/sql.el (sql-login-params): Fix and improve :type.
13556
0da7ad96
GM
13557 * emulation/edt-mapper.el: In batch mode, error rather than hang.
13558
8582e4c4
GM
13559 * term.el (term-set-escape-char): Make it idempotent.
13560
f71c50d0
LL
135612013-05-10 Leo Liu <sdl.web@gmail.com>
13562
5ac2eb34
SM
13563 * progmodes/octave.el (inferior-octave-completion-table):
13564 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
13565 completion due to bug#11906.
13566 (octave-beginning-of-defun): Re-write to be more general.
13567
d5837773
GM
135682013-05-10 Glenn Morris <rgm@gnu.org>
13569
13570 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13571
027c0f75
SM
135722013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13573
13574 * comint.el (comint-redirect-send-command-to-process): Use :around
13575 rather than :override for comint-redirect-filter.
13576 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13577 Call it instead of comint-redirect-original-filter-function (which
13578 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
13579
4465bfb4
JD
135802013-05-09 Jan Djärv <jan.h.d@swipnet.se>
13581
13582 * frame.el (display-monitor-attributes-list): Add NS case.
13583 (ns-display-monitor-attributes-list): Declare.
13584
2d809ffa 135852013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
13586
13587 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
13588
e54eeb9b
GM
135892013-05-09 Glenn Morris <rgm@gnu.org>
13590
56cd351d
GM
13591 * international/fontset.el (vertical-centering-font-regexp):
13592 Set standard-value.
13593
d84b6108
GM
13594 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13595
a931698a
GM
13596 * bookmark.el (bookmark-search-delay):
13597 * cus-start.el (vertical-centering-font-regexp):
13598 * ps-mule.el (ps-mule-font-info-database-default):
13599 * ps-print.el (ps-default-fg, ps-default-bg):
13600 * type-break.el (type-break-good-break-interval):
13601 * whitespace.el (whitespace-indentation-regexp)
13602 (whitespace-space-after-tab-regexp):
13603 * emacs-lisp/testcover.el (testcover-1value-functions)
13604 (testcover-noreturn-functions, testcover-progn-functions)
13605 (testcover-prog1-functions):
13606 * emulation/viper-init.el (viper-emacs-state-cursor-color):
13607 * eshell/em-glob.el (eshell-glob-translate-alist):
13608 * play/tetris.el (tetris-tty-colors):
13609 * progmodes/cpp.el (cpp-face-default-list):
13610 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13611 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13612 (idlwave-help-browser-generic-args):
13613 * progmodes/make-mode.el (makefile-special-targets-list):
13614 * progmodes/python.el (python-shell-virtualenv-path):
13615 * progmodes/verilog-mode.el (verilog-active-low-regexp)
13616 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13617 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13618 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13619 * textmodes/reftex-vars.el (reftex-format-label-function):
13620 * textmodes/remember.el (remember-diary-file): Fix custom types.
13621
e54eeb9b
GM
13622 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13623 Add :version.
13624
455851dd
LL
136252013-05-09 Leo Liu <sdl.web@gmail.com>
13626
13627 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 13628 Restore file completion. (Bug#14300)
455851dd
LL
13629 (inferior-octave-startup): Fix incorrect highlighting for the
13630 first prompt.
13631
a9e4425b
SM
136322013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13633
13634 * progmodes/ruby-mode.el: First cut at SMIE support.
13635 (ruby-use-smie): New var.
13636 (ruby-smie-grammar): New constant.
13637 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13638 (ruby-smie--forward-token, ruby-smie--backward-token)
13639 (ruby-smie-rules): New functions.
13640 (ruby-mode-variables): Setup SMIE if applicable.
13641
060ca408
EZ
136422013-05-08 Eli Zaretskii <eliz@gnu.org>
13643
13644 * simple.el (line-move-visual): Signal beginning/end of buffer
13645 only if vertical-motion moved less than it was requested. Avoids
13646 silly incorrect error messages when there are display strings with
13647 multiple newlines at EOL.
13648
1d5963cc
SM
136492013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13650
13651 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13652 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13653 (prolog-char-quote-workaround):
13654 * progmodes/cperl-mode.el (cperl-under-as-char):
13655 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
13656 Mark as obsolete.
13657 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
13658 their declaration.
13659 (vhdl-mode-syntax-table-init): Remove.
13660
c9990474
SM
13661 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13662 last change.
1d5963cc
SM
13663
13664 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13665 syntax for "_".
13666 (ld-script-font-lock-keywords):
13667 Change regexps to use things like \_< and \_>.
13668
13669 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13670 Change all regexps to use things like \_< and \_>.
13671
13672 * progmodes/autoconf.el (autoconf-definition-regexp)
13673 (autoconf-font-lock-keywords, autoconf-current-defun-function):
13674 Handle a _ with symbol syntax.
13675 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13676
c9990474
SM
13677 * progmodes/ada-mode.el (ada-mode-abbrev-table):
13678 Consolidate declaration.
1d5963cc
SM
13679 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13680 the declaration.
13681 (ada-create-syntax-table): Remove.
13682 (ada-capitalize-word): Don't mess with the syntax of "_" since it
13683 already has the right syntax nowadays.
13684 (ada-goto-next-word): Don't change the syntax of "_".
13685
13686 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13687 with-wrapper-hook.
13688
72d3cfca
SS
136892013-05-08 Sam Steingold <sds@gnu.org>
13690
13691 * thingatpt.el (thing-at-point): Accept optional second argument
13692 NO-PROPERTIES to strip the text properties from the return value.
13693 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13694 to `thing-at-point' instead of stripping the properties ourselves.
13695 Also, when `thing-at-point' fails to find a url, prepend "http://"
13696 to the filename at point on the assumption that the user is
13697 pointing at something like gnu.org/gnu.
13698
5cb15713
JB
136992013-05-08 Juanma Barranquero <lekktu@gmail.com>
13700
13701 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13702 * faces.el (crm-separator):
13703 Silence byte-compiler.
13704
13705 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13706 (tool-bar-map): Remove unneeded defvars.
13707
ea78b95b
LL
137082013-05-08 Leo Liu <sdl.web@gmail.com>
13709
13710 Re-work a fix for bug#10994 based on Le Wang's patch.
13711 * ido.el (ido-remove-consecutive-dups): New helper.
13712 (ido-completing-read): Use it.
13713 (ido-chop): Revert fix for bug#10994.
13714
dc7466df
AS
137152013-05-08 Adam Spiers <emacs@adamspiers.org>
13716
13717 * cus-edit.el (custom-save-variables):
13718 Pretty-print long values. (Bug#14187)
13719
9ecf672a
GM
137202013-05-08 Glenn Morris <rgm@gnu.org>
13721
13722 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13723 (m4-mode-syntax-table): Init in the defvar.
13724 (m4-mode-abbrev-table): Let define-derived-mode define it.
13725
3f555be8
TT
137262013-05-08 Tom Tromey <tromey@redhat.com>
13727
13728 * progmodes/m4-mode.el (m4-mode-syntax-table):
13729 Do not treat "_" as word constituent. (Bug#14167)
13730
7cc8ae06
GM
137312013-05-07 Glenn Morris <rgm@gnu.org>
13732
4f58bc06
GM
13733 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13734 Remove explicit eshell-isearch-cancel-map.
13735
7cc8ae06
GM
13736 * progmodes/f90.el (f90-smart-end-names): New option.
13737 (f90-smart-end): Doc fix.
13738 (f90-end-block-optional-name): New constant.
13739 (f90-block-match): Respect f90-smart-end-names.
13740
ceb57e59
SM
137412013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13744 about implicit semi-colons (bug#14218).
13745
4e3f9230
YM
137462013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13747
13748 * frame.el (display-monitor-attributes-list)
13749 (frame-monitor-attributes): New functions.
13750
203a5572
LL
137512013-05-06 Leo Liu <sdl.web@gmail.com>
13752
13753 * progmodes/octave.el (octave-syntax-propertize-function): Change
13754 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13755 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 13756 (octave-completion-at-point): Rename from
203a5572
LL
13757 octave-completion-at-point-function.
13758 (inferior-octave-directory-tracker): Robustify.
13759 (octave-text-functions): Remove and fix its uses. No such things
13760 any more.
13761
ee6cff99
SM
137622013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13763
13764 * emacs-lisp/trace.el (trace--display-buffer): New function.
13765 (trace-make-advice): Use it.
13766
32985194
JL
137672013-05-06 Juri Linkov <juri@jurta.org>
13768
13769 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13770 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13771 Doc fix.
13772 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13773 in the help string. (Bug#12985)
13774
a1c700de
KD
137752013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13776
13777 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13778
c67c0839
SM
137792013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13780
323885fd
SM
13781 * progmodes/perl-mode.el: Add support for here documents.
13782 (perl-syntax-propertize-function): Match here-doc markers.
13783 (perl-syntax-propertize-special-constructs): Find their end.
13784 (perl-imenu-generic-expression): Use [:alnum:].
13785
c67c0839
SM
13786 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13787 (advice--add-function): Refresh the advice if already present
13788 (bug#14317).
13789
d491e7a8
IA
137902013-05-06 Ivan Andrus <darthandrus@gmail.com>
13791
13792 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13793
ddf9925e
GM
137942013-05-06 Glenn Morris <rgm@gnu.org>
13795
7cc3af27
GM
13796 * w32-fns.el (w32-charset-info-alist): Declare.
13797
16e343d6
GM
13798 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13799 of its defcustom properties.
13800 (eshell-cmpl-initialize): No need to load pcomplete.
13801
7d889a47
GM
13802 * generic-x.el: No need to require comint when compiling.
13803
ddf9925e
GM
13804 * net/eudc-export.el: Make it loadable without bbdb.
13805 (top-level): Use require rather than load-library.
13806 (eudc-create-bbdb-record, eudc-bbdbify-phone)
13807 (eudc-batch-export-records-to-bbdb)
13808 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13809 Require bbdb.
13810
1e2c18df
SM
138112013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13812
13813 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13814 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13815 some tweaks, instead.
13816
02502a5f
LL
138172013-05-05 Leo Liu <sdl.web@gmail.com>
13818
13819 * progmodes/octave.el (octave-font-lock-keywords)
13820 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13821 (inferior-octave-send-list-and-digest): Improve error message.
13822 (octave-mode, inferior-octave-mode): Use setq-local.
13823 (octave-help): Set info-lookup-mode.
13824
0dc04f42
RS
138252013-05-05 Richard Stallman <rms@gnu.org>
13826
6c54491c
RS
13827 * vc/compare-w.el (compare-windows-whitespace):
13828 Treat no-break space as whitespace.
13829
0dc04f42
RS
13830 * mail/rmailsum.el (rmail-summary-rmail-update):
13831 Detect empty summary and don't change selected message.
13832 (rmail-summary-goto-msg): Likewise.
13833
df8f35df
RS
13834 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13835 Doc fixes, rename args.
13836
5356e1a3
AM
138372013-05-05 Alan Mackenzie <acm@muc.de>
13838
13839 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13840
d44014cb
JL
138412013-05-05 Juri Linkov <juri@jurta.org>
13842
13843 * info.el (Info-read-subfile): Use (point-min) instead of (point)
13844 to not add the length of the summary segment to the return value.
13845 (Bug#14125)
13846
c129b51f
LL
138472013-05-05 Leo Liu <sdl.web@gmail.com>
13848
13849 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13850 (inferior-octave-output-filter): Remove.
13851 (octave-send-region, inferior-octave-startup): Fix callers.
13852 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13853 (octave-binary-file-extensions): New user variable.
13854 (octave-find-definition): Confirm if opening binary files.
13855 (octave-help-file): Use octave-find-definition to get the binary
13856 confirmation.
13857 (octave-help): Adjust for octave-help-file change.
13858
aa7dab97
SM
138592013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13862 Merge the two entries that handle function definitions.
13863 (pascal--syntax-propertize): New const.
13864 (pascal-mode): Use it. Use setq-local.
13865
fd3a9a6b
GM
138662013-05-04 Glenn Morris <rgm@gnu.org>
13867
13868 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13869 (diary-from-outlook): Respect diary-from-outlook-function.
13870
30c7e542
SM
138712013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13872
13873 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13874 Move the declaration from C.
13875 (read-minibuffer, eval-minibuffer): Move from C.
13876 (completion-setup-function): Avoid minibuffer-completion-contents.
13877
b54f978b
LL
138782013-05-03 Leo Liu <sdl.web@gmail.com>
13879
13880 * progmodes/octave.el (octave-font-lock-keywords): Do not
13881 dehighlight 'end' in comments or strings.
30c7e542
SM
13882 (octave-completing-read, octave-goto-function-definition):
13883 New helpers.
d4d0f9b3
LL
13884 (octave-help-buffer): New user variable.
13885 (octave-help-file, octave-help-function): New button types.
13886 (octave-help): New command and bind it to C-h ;.
13887 (octave-find-definition): New command and bind it to M-.
d74a1581 13888 (user-error): Alias to error if not defined.
b54f978b 13889
27135018
LL
138902013-05-02 Leo Liu <sdl.web@gmail.com>
13891
13892 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13893 for \. (bug#14332)
13894 (octave-font-lock-keywords): Include [ and {.
13895
0d634d3a
LL
138962013-05-02 Leo Liu <sdl.web@gmail.com>
13897
13898 * progmodes/octave.el (inferior-octave-startup-file): Change default.
13899 (inferior-octave): Remove calling comint-mode and return the buffer.
13900 (inferior-octave-startup): Cosmetic changes.
13901
b4c8295e
LL
139022013-05-02 Leo Liu <sdl.web@gmail.com>
13903
30c7e542
SM
13904 * progmodes/octave.el (octave-syntax-propertize-function):
13905 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 13906
f12ad6ec
GM
139072013-05-02 Glenn Morris <rgm@gnu.org>
13908
13909 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13910 * desktop.el (vc-dir-mode): Just autoload it here.
13911
30cac1e0
AM
139122013-05-02 Alan Mackenzie <acm@muc.de>
13913
13914 Eliminate variable c-standard-font-lock-fontify-region-function.
13915 * progmodes/cc-mode.el
13916 (c-standard-font-lock-fontify-region-function): Remove.
13917 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13918
d8ef28b1
LL
139192013-05-01 Leo Liu <sdl.web@gmail.com>
13920
2640d52e 13921 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 13922 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 13923 variables were removed from Octave in 2007.
d8ef28b1
LL
13924 (inferior-octave-startup): Fix uses.
13925 (comint-line-beginning-position): Remove compatibility code for
13926 emacs 21.
13927
ac63ec89
JL
139282013-05-01 Juri Linkov <juri@jurta.org>
13929
13930 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
13931
9e9be37c
JL
139322013-05-01 Juri Linkov <juri@jurta.org>
13933
13934 * comint.el (comint-previous-matching-input): Don't print message
13935 "History item: %d" when `isearch-mode' is active.
13936 (comint-history-isearch-message): Print message "History item: %d"
13937 when `comint-input-ring-index' is not empty and this function is
13938 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
13939
9b92c13b
LL
139402013-05-01 Leo Liu <sdl.web@gmail.com>
13941
13942 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13943 definitions. Use completion-at-point to insert keywords.
13944 (octave-abbrev-start): Remove.
13945 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13946
b12d33d7
LL
139472013-04-30 Leo Liu <sdl.web@gmail.com>
13948
13949 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13950 change.
13951
3d1c39fa
AM
139522013-04-30 Alan Mackenzie <acm@muc.de>
13953
13954 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
13955 * progmodes/cc-engine.el (c-back-over-member-initializers):
13956 new function.
3d1c39fa
AM
13957 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13958 (most) member init lists.
13959
5147fc17
RS
139602013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13961
13962 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13963 variable.
13964
5b78d7fc
LL
139652013-04-30 Leo Liu <sdl.web@gmail.com>
13966
13967 * progmodes/octave.el (octave-variables): Remove. No builtin
13968 variables any more. All converted to functions.
13969 (octave-font-lock-keywords, octave-completion-at-point-function):
13970 Fix uses.
13971 (octave-font-lock-texinfo-comment): New user variable.
13972 (octave-texinfo-font-lock-keywords): New variable for texinfo
13973 comment block.
13974 (octave-function-comment-block): New face.
13975 (octave-font-lock-texinfo-comment): New function.
13976 (octave-mode): Font lock texinfo comment block.
13977
38d8527b
LL
139782013-04-29 Leo Liu <sdl.web@gmail.com>
13979
13980 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13981 indexing expression.
13982 (octave-continuation-string): Do not use \.
13983 (inferior-octave-complete-impossible): Remove.
13984 (inferior-octave-completion-table)
13985 (inferior-octave-completion-at-point): Remove its uses.
13986 (inferior-octave-startup): completion_matches was introduced to
13987 Octave in 1996 so safe to assume it.
13988 (octave-function-file-comment): Improve to follow how Octave does it.
13989 (octave-update-function-file-comment): Tweak.
13990
2ec12cb0
LL
139912013-04-29 Leo Liu <sdl.web@gmail.com>
13992
13993 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13994 (inferior-octave-startup): Remove inferior-octave-startup-hook.
13995 (octave-function-file-comment): Fix typo.
13996 (octave-sync-function-file-names): Use read-char-choice.
13997
6eaed048
JB
139982013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
13999
14000 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14001 to t for the less important warnings.
14002
3ffa2d4f
DH
140032013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14004
14005 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14006
685c9501
GM
140072013-04-27 Glenn Morris <rgm@gnu.org>
14008
14009 * vc/log-view.el (log-view-current-entry):
14010 Treat "---" separator lines as part of the following rev. (Bug#14169)
14011
0208ede7
JL
140122013-04-27 Juri Linkov <juri@jurta.org>
14013
14014 * subr.el (read-number): Doc fix about using it by interactive
14015 code letter `n'. (Bug#14254)
14016
5db9dace
JL
140172013-04-27 Juri Linkov <juri@jurta.org>
14018
14019 * desktop.el (desktop-auto-save-timeout): New option.
14020 (desktop-file-checksum): New variable.
14021 (desktop-save): Add optional arg `auto-save' and don't auto-save
14022 if nothing changed.
14023 (desktop-auto-save-timer): New variable.
14024 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14025 (after-init-hook): Call `desktop-auto-save-set-timer'.
14026 Suggested by Reuben Thomas <rrt@sc3d.org> in
14027 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14028
b7260dd4
LL
140292013-04-27 Leo Liu <sdl.web@gmail.com>
14030
14031 * progmodes/octave.el (octave-function-file-p)
14032 (octave-skip-comment-forward, octave-function-file-comment)
14033 (octave-update-function-file-comment): New functions.
14034 (octave-mode-map): Bind C-c ; to
14035 octave-update-function-file-comment.
14036 (octave-mode-menu): Add octave-update-function-file-comment.
14037 (octave-mode, inferior-octave-mode): Fix doc-string.
14038 (octave-insert-defun): Conform to Octave's coding convention.
14039 (Bug#14285)
14040
14041 * files.el (basic-save-buffer): Don't let errors in
14042 before-save-hook prevent saving buffer.
14043
c46da669
RW
140442013-04-20 Roland Winkler <winkler@gnu.org>
14045
14046 * faces.el (read-face-name): Use completing-read if arg multiple
14047 is nil.
14048
a81ee1eb
IL
140492013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14050
14051 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
14052 displayed, move point to after the totals line.
14053 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
14054 for the details.
14055
4fac34ce
SM
140562013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14059 Add current dir to the load-path.
14060 (package-generate-autoloads): Don't rely on
14061 autoload-ensure-default-file.
14062
f6bfc063
RT
140632013-04-26 Reuben Thomas <rrt@sc3d.org>
14064
d40ab5cf
BG
14065 * textmodes/remember.el (remember-store-in-files): Document that
14066 the file name format is passed to `format-time-string'.
f6bfc063 14067
e55d3b04
LL
140682013-04-26 Leo Liu <sdl.web@gmail.com>
14069
14070 * progmodes/octave.el (octave-sync-function-file-names): New function.
14071 (octave-mode): Use it in before-save-hook.
14072
e53052d3
SM
140732013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14074
140ef50c
SM
14075 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14076 (bug#14274).
14077
e53052d3
SM
14078 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14079 \n and comment, even if it's not an implicit ; (bug#14218).
14080
af80458d 140812013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
14082
14083 * subr.el (read-number): Once more use `read' rather than
14084 `string-to-number', to trap non-numeric input. (Bug#14254)
14085
af80458d 140862013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
14087
14088 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14089 Use `syntax-multiline' text property consistently instead of
8a621d53 14090 `font-lock-multiline'. (Bug#14237)
70203c2e 14091
e6ea1f6c
GM
140922013-04-26 Glenn Morris <rgm@gnu.org>
14093
14094 * emacs-lisp/shadow.el (list-load-path-shadows):
14095 No longer necessary to check for duplicate simple.el, since
14096 2012-07-07 change to init_lread to not include installation lisp
14097 directories in load-path when running uninstalled. (Bug#14270)
14098
070ccca4
LL
140992013-04-26 Leo Liu <sdl.web@gmail.com>
14100
14101 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14102 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 14103 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
14104 octave-in-string-or-comment-p.
14105 (octave-in-comment-p, octave-in-string-p)
14106 (octave-in-string-or-comment-p): Replace defsubst with defun.
14107
9d1c5fb6
PE
141082013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14109
14110 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14111
c034abda
BG
141122013-04-25 Bastien Guerry <bzg@gnu.org>
14113
14114 * textmodes/remember.el (remember-data-directory)
14115 (remember-directory-file-name-format): Fix custom types.
14116
584ea277
LL
141172013-04-25 Leo Liu <sdl.web@gmail.com>
14118
e53052d3
SM
14119 * progmodes/octave.el (octave-completion-at-point-function):
14120 Make use of inferior octave process.
584ea277
LL
14121 (octave-initialize-completions): Remove.
14122 (inferior-octave-completion-table): New function.
14123 (inferior-octave-completion-at-point): Use it.
14124 (octave-completion-alist): Remove.
14125
1693b06a
SM
141262013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14129 (opascal-mode-syntax-table): New var.
14130 (opascal-literal-kind, opascal-is-literal-end)
14131 (opascal-literal-token-at): Rewrite.
14132 (opascal--literal-start-re, opascal-font-lock-keywords)
14133 (opascal--syntax-propertize): New constants.
14134 (opascal-font-lock-defaults): Adjust.
14135 (opascal-mode): Use them. Set comment-<foo> variables as well.
14136 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14137 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14138 (delphi-other-face, opascal-other-face): Remove face variables.
14139 (opascal-save-state): Remove macro.
14140 (opascal-fontifying-progress-step): Remove constant.
14141 (opascal--ignore-changes): Remove var.
14142 (opascal-set-token-property, opascal-parse-next-literal)
14143 (opascal-is-stable-literal, opascal-complete-literal)
14144 (opascal-is-literal-start, opascal-face-of)
14145 (opascal-parse-region, opascal-parse-region-until-stable)
14146 (opascal-fontify-region, opascal-after-change)
14147 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14148 (opascal-debug-parse-region, opascal-debug-parse-window)
14149 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14150 (opascal-debug-fontify-buffer): Remove.
14151 (opascal-debug-mode-map): Adjust accordingly.
14152
be64c05d
LL
141532013-04-25 Leo Liu <sdl.web@gmail.com>
14154
14155 Merge octave-mod.el and octave-inf.el into octave.el with some
14156 cleanups.
14157 * progmodes/octave.el: New file renamed from octave-mod.el.
14158 * progmodes/octave-inf.el: Merged into octave.el.
14159 * progmodes/octave-mod.el: Renamed to octave.el.
14160
d79d37bd
TH
141612013-04-25 Tassilo Horn <tsdh@gnu.org>
14162
14163 * textmodes/reftex-vars.el
14164 (reftex-label-ignored-macros-and-environments): New defcustom.
14165
14166 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14167
ced3fc5d
SM
141682013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14169
14170 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14171 (smie-indent-keyword): Improve the check to ensure that the next
14172 comment is really on the same line.
14173 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14174
14175 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14176 semi-colons if the line is not otherwise empty (bug#14218).
14177
1c141dad
GM
141782013-04-25 Glenn Morris <rgm@gnu.org>
14179
14180 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14181
5058062a
SM
141822013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14183
14184 * progmodes/opascal.el (opascal-set-token-property): Rename from
14185 opascal-set-text-properties and only set `token' (bug#14134).
14186 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14187 (opascal-literal-text-properties): Remove.
14188 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14189 Adjust callers.
14190
5db9dace 141912013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
14192
14193 * textmodes/remember.el (remember-handler-functions): Add an
14194 option for a new handler `remember-store-in-files'.
14195 (remember-data-directory, remember-directory-file-name-format):
14196 New options.
14197 (remember-store-in-files): New function to store remember notes
14198 as separate files within a directory.
14199
4391916c
MH
142002013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14201
14202 * progmodes/compile.el (compilation-next-error-function):
14203 Pass "formats" to compilation-find-file (bug#11777).
14204
bb7cdf58
GM
142052013-04-24 Glenn Morris <rgm@gnu.org>
14206
3b8fe752 14207 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
14208 * vc/vc-hg.el (vc-hg-print-log):
14209 * vc/vc-svn.el (vc-svn-print-log):
14210 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14211
bb7cdf58
GM
14212 * vc/vc-bzr.el (vc-bzr-print-log):
14213 * vc/vc-cvs.el (vc-cvs-print-log):
14214 * vc/vc-git.el (vc-git-print-log):
14215 * vc/vc-hg.el (vc-hg-print-log):
14216 * vc/vc-mtn.el (vc-mtn-print-log):
14217 * vc/vc-rcs.el (vc-rcs-print-log):
14218 * vc/vc-sccs.el (vc-sccs-print-log):
14219 * vc/vc-svn.el (vc-svn-print-log):
14220 * vc/vc.el (vc-print-log-internal): Doc fixes.
14221
b46a056e
GM
142222013-04-23 Glenn Morris <rgm@gnu.org>
14223
14224 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14225 Remove venerable code attempting to avoid substitute-command-keys.
14226
0aecf718
TH
142272013-04-23 Tassilo Horn <tsdh@gnu.org>
14228
4391916c
MH
14229 * textmodes/reftex-vars.el (reftex-label-regexps):
14230 Call `reftex-compile-variables' after changes to this variable.
0aecf718 14231
117f94cf
SM
142322013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14233
4391916c 14234 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
14235 Use lexical-binding.
14236 (jit-lock-force-redisplay): Use markers, check buffer's continued
14237 existence and beware narrowed buffers.
14238 (jit-lock-fontify-now): Adjust call accordingly.
14239
1d829c64
SM
142402013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14241
14242 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14243 to avoid misleading the user.
14244
72d548a9
LL
142452013-04-22 Leo Liu <sdl.web@gmail.com>
14246
14247 * info-look.el: Prefer latex2e.info. (Bug#14240)
14248
d0853629
MA
142492013-04-22 Michael Albinus <michael.albinus@gmx.de>
14250
14251 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14252
14253 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 14254 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
14255 (tramp-set-completion-function, tramp-parse-putty):
14256 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14257 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14258 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14259 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14260 (tramp-call-local-coding-command): Use `tramp-call-process'
14261 instead of `tramp-compat-call-process'.
14262
14263 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14264 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
35e951cd 14265 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
7764286e 14266 (tramp-find-inline-compress): Improve traces.
d0853629
MA
14267 (tramp-maybe-send-script): Check for Perl binary.
14268 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14269
38cc0210
DU
142702013-04-22 Daiki Ueno <ueno@gnu.org>
14271
14272 * epg.el (epg-context-pinentry-mode): New function.
14273 (epg-context-set-pinentry-mode): New function.
14274 (epg--start): Pass --pinentry-mode option to gpg command.
14275
cc641ee1
XF
142762013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14277
02d844b5 14278 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 14279 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 14280 `completion-at-point'. (Bug#13774)
5d4e5c31 14281
cc641ee1
XF
14282 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14283 default key binding for `describe-distribution' has been moved to
14284 `C-h C-o'. (Bug#13970)
14285
1b42ee43
GM
142862013-04-21 Glenn Morris <rgm@gnu.org>
14287
14288 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14289 Add doc strings.
14290 (vc-print-log): Clarify interactive prompt.
14291
a6d63d97
GM
142922013-04-20 Glenn Morris <rgm@gnu.org>
14293
14294 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14295 No longer include timestamp etc information.
14296
d7f5c16f
RW
142972013-04-20 Roland Winkler <winkler@gnu.org>
14298
14299 * faces.el (read-face-name): Bug fix, return just one face if arg
14300 multiple is nil. (Bug#14209)
14301
bcd7a0a4
SM
143022013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14303
14304 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14305 (remove-function): Autoload.
14306
14307 * comint.el (comint-redirect-original-filter-function): Remove.
14308 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
14309 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14310 (vc-cvs-annotate-command):
bcd7a0a4
SM
14311 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14312 * progmodes/prolog.el (prolog-consult-compile):
14313 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14314 Use add/remove-function instead.
14315 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14316 (gud-tooltip-process-output, gud-tooltip-tips):
14317 Use add/remove-function instead.
14318 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14319 (scheme-interaction-mode, exit-scheme-interaction-mode):
14320 Use add/remove-function instead.
14321
14322 * vc/vc-dispatcher.el: Use lexical-binding.
14323 (vc--process-sentinel): Rename from vc-process-sentinel.
14324 Change last arg to be the code to run. Don't use vc-previous-sentinel
14325 and vc-sentinel-commands any more.
14326 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14327 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14328
e36b2d20 143292013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 14330
bcd7a0a4 14331 * progmodes/sh-script.el (sh-imenu-generic-expression):
27821a89 14332 Handle function names with a single character. (Bug#14111)
4d3268ba 14333
27821a89 143342013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
14335
14336 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14337 for subroutines defined in an eval (bug#14182).
14338
7d688336
TV
143392013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14340
14341 * bookmark.el (bookmark-completing-read): Improve handling of empty
14342 string (bug#14176).
14343
31dcede0
SM
143442013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14345
14346 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14347
adc31213
FEG
143482013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14349
14350 New faster Imenu implementation (bug#14058).
9b017563 14351 * progmodes/python.el (python-imenu-prev-index-position)
adc31213
FEG
14352 (python-imenu-format-item-label-function)
14353 (python-imenu-format-parent-item-label-function)
14354 (python-imenu-format-parent-item-jump-label-function):
14355 New vars.
14356 (python-imenu-format-item-label)
14357 (python-imenu-format-parent-item-label)
14358 (python-imenu-format-parent-item-jump-label)
14359 (python-imenu--put-parent, python-imenu--build-tree)
14360 (python-imenu-create-index, python-imenu-create-flat-index)
14361 (python-util-popn): New functions.
14362 (python-mode): Set imenu-create-index-function to
14363 python-imenu-create-index.
14364
cdca8255
SM
143652013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14366
14367 * winner.el (winner-active-region): Use region-active-p, activate-mark
14368 and deactivate-mark (bug#14225).
14369
14370 * simple.el (deactivate-mark): Don't inline it.
14371
beb42340
MA
143722013-04-18 Michael Albinus <michael.albinus@gmx.de>
14373
14374 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14375
fc7f4d7e
TH
143762013-04-18 Tassilo Horn <tsdh@gnu.org>
14377
14378 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14379 file extensions from the archive-mode entry in order to prefer
14380 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14381
29f47822
LL
143822013-04-18 Leo Liu <sdl.web@gmail.com>
14383
14384 * bindings.el (help-event-list): Add ?\?.
14385
d36ed1c8
SM
143862013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14387
14388 * subr.el (with-wrapper-hook): Declare obsolete.
14389 * simple.el (filter-buffer-substring-function): New hook.
14390 (filter-buffer-substring): Use it.
14391 (filter-buffer-substring-functions): Mark obsolete.
14392 * minibuffer.el (completion-in-region-function): New hook.
14393 (completion-in-region): Use it.
14394 (completion-in-region-functions): Mark obsolete.
14395 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14396 * abbrev.el (abbrev-expand-function): New hook.
14397 (expand-abbrev): Use it.
14398 (abbrev-expand-functions): Mark obsolete.
14399 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14400 and :filter-return.
14401
04754d36
FEG
144022013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14403
14404 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14405 and do not care about match data.
14406
dd8791e9
SM
144072013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14408
14409 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14410 completion tables when completing error conditions and
14411 `declare' arguments.
14412 (lisp-complete-symbol, field-complete): Mark as obsolete.
14413 (check-parens): Unmatched parens are user errors.
14414 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14415
ffe54a13
AM
144162013-04-17 Michal Nazarewicz <mina86@mina86.com>
14417
dd8791e9
SM
14418 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14419 command changed buffer (ie. `flyspell-pre-buffer' is not current
14420 buffer), which prevents making decisions based on invalid value of
14421 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14422 cause an error when `flyspell-pre-point' was nil after switching
14423 buffers.
14424 (flyspell-post-command-hook): No longer needs to change buffers when
14425 checking pre-word. While at it remove unnecessary progn.
ffe54a13 14426
ec7e39f2
AM
144272013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
14428
14429 * textmodes/ispell.el (ispell-add-per-file-word-list):
14430 Fix `flyspell-correct-word-before-point' error when accepting
14431 words and `coment-padding' is an integer by using
14432 `comment-normalize-vars' (Bug #14214).
14433
083850a6
FEG
144342013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14435
14436 New defun movement commands.
14437 * progmodes/python.el (python-nav--syntactically)
14438 (python-nav--forward-defun, python-nav-backward-defun)
14439 (python-nav-forward-defun): New functions.
14440
619ed6e1
FEG
144412013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14442
14443 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14444 (python-syntax-context): Use named compiler-macro for backwards
14445 compatibility with Emacs 24.x.
14446
7a1beb6c
LL
144472013-04-17 Leo Liu <sdl.web@gmail.com>
14448
14449 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14450 octave-hide-process-buffer.
14451
2d3fa3e5
SM
144522013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14455 (bug#14216).
14456
7ce5be54
JPG
144572013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
14458
14459 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14460 Fix adjustment of offset when receiving incomplete responses from GDB
14461 (bug#14129).
14462
351edece
SM
144632013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14464
14465 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14466 python-mode-abbrev-table.
14467 (python-skeleton-define): Adjust accordingly.
14468 (python-mode-abbrev-table): New table that inherits from it so that
14469 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14470
14471 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14472 (abbrev-symbol): Use it.
14473 (abbrev--before-point): Use it since we already handle inheritance.
14474
613f9481
LL
144752013-04-16 Leo Liu <sdl.web@gmail.com>
14476
14477 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14478 binding to info-lookup-symbol.
14479
51646b62
JB
144802013-04-16 Juanma Barranquero <lekktu@gmail.com>
14481
14482 * minibuffer.el (completion--twq-all):
14483 * term/ns-win.el (ns-initialize-window-system):
14484 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14485
efb3f01d
SM
144862013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14487
36c0a301
SM
14488 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14489 global bindings.
14490
efb3f01d
SM
14491 * doc-view.el (doc-view-start-process): Handle url-handler directories.
14492
fb549d64
DG
144932013-04-15 Dmitry Gutov <dgutov@yandex.ru>
14494
14495 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14496 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14497 to nil.
14498 (ruby-end-of-defun): Remove the unused arg, change the docstring
14499 to reflect that this function is only used as the value of
14500 `end-of-defun-function'.
14501 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14502 to reflect an earlier change that beginning/end-of-defun functions
14503 jump between methods in a class definition, as well as top-level
14504 functions.
14505
21e8fe2f
SM
145062013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14507
14508 * minibuffer.el (minibuffer-complete): Don't just scroll
14509 a *Completions* that's been iconified.
14510 (minibuffer-force-complete): Make sure repetitions do cycle when going
14511 through completion-in-region -> minibuffer-complete.
14512
20e527d0
AM
145132013-04-15 Alan Mackenzie <acm@muc.de>
14514
14515 Correct the placement of c-cpp-delimiters when there're #s not at
14516 col 0.
14517
14518 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14519 place a submatch around the #.
21e8fe2f
SM
14520 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14521 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
14522 on the #, not BOL.
14523
dabefae5
SM
145242013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14525
14526 * emacs-lisp/nadvice.el: Properly test names when adding advice.
14527 (advice--member-p): New arg `name'.
14528 (advice--add-function, advice-member-p): Use it (bug#14202).
14529
85c9ab64
AM
145302013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
14531
14532 Reformulate java imenu-generic-expression.
14533 The old expression contained ill formed regexps.
14534
14535 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14536 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14537 (cc-imenu-java-method-arg-regexp): New defconsts.
14538 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 14539 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
14540 handling of spaces in the regexp.
14541
0f821d99
AM
145422013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14543
14544 * textmodes/ispell.el (ispell-command-loop): Remove
14545 flyspell highlight of a word when ispell accepts it (bug #14178).
14546
eb922adf
MA
145472013-04-15 Michael Albinus <michael.albinus@gmx.de>
14548
14549 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14550 uses code from the previous `ange-ftp-run-real-handler'.
14551 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14552 only in case that function exist. This is needed for proper
14553 unloading of Tramp.
14554
4d9a0979
TH
145552013-04-15 Tassilo Horn <tsdh@gnu.org>
14556
14557 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14558
14559 * textmodes/reftex.el (reftex-compile-variables): Use it.
14560
a829b0dc
SM
145612013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14562
91e8293c
SM
14563 * files.el (normal-mode): Only use default major-mode if no other mode
14564 was specified.
14565
830aed4d
SM
14566 * emacs-lisp/trace.el (trace-values): New function.
14567
a829b0dc
SM
14568 * files.el: Allow : in local variables (bug#14089).
14569 (hack-local-variable-regexp): New var.
14570 (hack-local-variables-prop-line, hack-local-variables): Use it.
14571
7ae9f0fb
RW
145722013-04-13 Roland Winkler <winkler@gnu.org>
14573
14574 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
14575 data before it gets modified by bibtex-beginning-of-entry.
14576
6646e848
RW
145772013-04-13 Roland Winkler <winkler@gnu.org>
14578
14579 * textmodes/bibtex.el (bibtex-url): Doc fix.
14580
145812013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
14582
14583 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14584 does not visit a BibTeX file, exclude it from the list of buffers
14585 returned by bibtex-initialize.
14586
0aa3616e
SB
145872013-04-13 Stephen Berman <stephen.berman@gmx.net>
14588
14589 * window.el (split-window): Remove interactive form, since as a
14590 command this function is a special case of split-window-below.
14591 Correct doc string.
14592
011cddd6
RW
145932013-04-12 Roland Winkler <winkler@gnu.org>
14594
14595 * faces.el (read-face-name): Do not override value of arg default.
14596 Allow single faces and strings as default values. Remove those
14597 elements from return value that are not faces.
14598 (describe-face): Simplify.
14599 (face-at-point): New optional args thing and multiple so that this
14600 function can provide the same functionality previously provided by
14601 read-face-name.
14602 (make-face-bold, make-face-unbold, make-face-italic)
14603 (make-face-unitalic, make-face-bold-italic, invert-face)
14604 (modify-face, read-face-and-attribute): Use face-at-point.
14605
14606 * cus-edit.el (customize-face, customize-face-other-window)
14607 * cus-theme.el (custom-theme-add-face)
14608 * face-remap.el (buffer-face-set)
14609 * facemenu.el (facemenu-set-face): Use face-at-point.
14610
f24e0036
MA
146112013-04-12 Michael Albinus <michael.albinus@gmx.de>
14612
14613 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14614
da3cda2d
TH
146152013-04-10 Tassilo Horn <tsdh@gnu.org>
14616
14617 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14618 off leading { and trailing } from field values.
14619
15e54145
SM
146202013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14621
78ce603d
SM
14622 * emacs-lisp/timer.el (timer--check): New function.
14623 (timer--time, timer-set-function, timer-event-handler): Use it.
14624 (timer-set-idle-time): Simplify.
14625 (timer--activate): CSE.
14626 (timer-event-handler): Give more info in error message.
14627 (internal-timer-start-idle): New function, moved from C.
14628
15e54145
SM
14629 * mpc.el (mpc-proc): Add `restart' argument.
14630 (mpc-proc-cmd): Use it.
14631 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14632 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14633 less often.
14634
7144c627
MY
146352013-04-10 Masatake YAMATO <yamato@redhat.com>
14636
14637 * progmodes/sh-script.el: Implement `sh-mode' own
14638 `add-log-current-defun-function' (bug#14112).
14639 (sh-current-defun-name): New function.
14640 (sh-mode): Use the function.
14641
b39792eb
BG
146422013-04-09 Bastien Guerry <bzg@gnu.org>
14643
14644 * simple.el (choose-completion-string): Fix docstring (bug#14163).
14645
8acdeb71
SM
146462013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14647
6fcdab68
SM
14648 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14649
8acdeb71
SM
14650 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14651 timer (bug#14156).
14652
e3e7b504
NF
146532013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
14654
14655 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14656 declaration.
14657
201bb296
LL
146582013-04-07 Leo Liu <sdl.web@gmail.com>
14659
14660 * pcmpl-x.el: New file.
14661
ebb19708
DA
146622013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
14663
14664 Do not set x-display-name until X connection is established.
14665 This is needed to prevent from weird situation described at
14666 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14667 * frame.el (make-frame): Set x-display-name after call to
14668 window system initialization function, not before.
14669 * term/x-win.el (x-initialize-window-system): Add optional
14670 display argument and use it.
14671 * term/w32-win.el (w32-initialize-window-system):
14672 * term/ns-win.el (ns-initialize-window-system):
14673 * term/pc-win.el (msdos-initialize-window-system):
14674 Add compatible optional display argument.
14675
33bb237a
EZ
146762013-04-06 Eli Zaretskii <eliz@gnu.org>
14677
14678 * files.el (normal-backup-enable-predicate): On MS-Windows and
14679 MS-DOS compare truenames of temporary-file-directory and of the
14680 file, so that 8+3 aliases (usually found in $TEMP on Windows)
14681 don't fail comparison by compare-strings. Also, compare file
14682 names case-insensitively on MS-Windows and MS-DOS.
14683
134abf1f
SM
146842013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14685
14686 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14687 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14688
d695cb94
DG
146892013-04-05 Dmitry Gutov <dgutov@yandex.ru>
14690
e3e7b504
NF
14691 * whitespace.el (whitespace-color-on, whitespace-color-off):
14692 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 14693
f4ad7ea1 146942013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
14695
14696 * ispell.el (ispell-set-spellchecker-params):
14697 Really set `ispell-args' for all equivs.
14698
632556e4
SM
146992013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14700
14701 * ido.el (ido-completions): Use extra elements of ido-decorations
14702 (bug#14143).
14703 (ido-decorations): Update docstring.
14704
2a417372
MA
147052013-04-05 Michael Albinus <michael.albinus@gmx.de>
14706
14707 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14708 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14709 nil during initialization, in order not to miss changes since the
14710 file was opened. (Bug#14140)
14711
fc164b0c
LL
147122013-04-05 Leo Liu <sdl.web@gmail.com>
14713
14714 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14715
0ccecc08
JB
147162013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14717
14718 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14719
51af1aa2
GM
147202013-04-04 Glenn Morris <rgm@gnu.org>
14721
14722 * electric.el (electric-pair-inhibit-predicate): Add :version.
14723
b208ebc6
SM
147242013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14725
14726 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14727 when a package is required several times (bug#14082).
14728
f3d3eaf0
RW
147292013-04-04 Roland Winkler <winkler@gnu.org>
14730
14731 * faces.el (read-face-name): Behave as promised by the docstring.
14732 Assume that arg default is a list of faces.
14733 (describe-face): Call read-face-name with list of default faces.
14734
2575da50
TV
147352013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14736
14737 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14738 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14739 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14740 the header.
14741 (bookmark-exit-hook-internal): Save even if list is empty.
14742
397703b4
YH
147432013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14744
14745 * emacs-lisp/package.el (package-pinned-packages): New var.
14746 (package--add-to-archive-contents): Obey it (bug#14118).
14747
691e26ae
AM
147482013-04-03 Alan Mackenzie <acm@muc.de>
14749
8a621d53
JB
14750 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14751 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
14752
14753 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14754 parameter `not-in-delimiter'. Handle being inside comment opener.
14755 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14756 character in case we're typing a '*' after a '/'.
14757 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14758 instead by passing the parameter to c-state-pp-to-literal.
14759
14760 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14761 for elt. 7 of a parse state.
14762
4b725a70
PE
147632013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14764
14765 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14766 * international/latin1-disp.el, international/mule-util.el:
14767 * language/cyril-util.el, language/european.el, language/ind-util.el:
14768 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14769 * language/tibetan.el, language/viet-util.el:
14770 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14771
15c579f0
SM
147722013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14773
14774 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14775 (electric-pair-post-self-insert-function): Use it.
14776 (electric-pair-default-inhibit): New function, extracted from
14777 electric-pair-post-self-insert-function.
14778
a77e2924
RW
147792013-03-31 Roland Winkler <winkler@gnu.org>
14780
14781 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14782
2bd8a4a8
SM
147832013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14784
14785 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14786
8d3655be 147872013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
14788
14789 Un-indent after "pass" and "return" statements (Bug#13888)
14790 * progmodes/python.el (python-indent-block-enders): New var.
14791 (python-indent-calculate-indentation): Use it.
14792
8d3655be 147932013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
14794
14795 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14796 defun. Defining it as defalias could introduce too eager
14797 byte-compiler optimization. (Bug#14030)
14798
8d3655be 147992013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
14800
14801 * iswitchb.el (iswitchb-read-buffer): Fix typo.
14802
0b1619da
LL
148032013-03-30 Leo Liu <sdl.web@gmail.com>
14804
14805 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14806 (kmacro-execute-from-register): Pass the keyboard macro to
14807 kmacro-call-macro or repeating won't work correctly.
14808
0b938190
TZ
148092013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
14810
14811 * progmodes/subword.el: Back to using `forward-symbol'.
14812
14813 * subr.el (forward-whitespace, forward-symbol)
14814 (forward-same-syntax): Move from thingatpt.el.
14815
35710234
LL
148162013-03-29 Leo Liu <sdl.web@gmail.com>
14817
14818 * kmacro.el (kmacro-to-register): New command.
14819 (kmacro-execute-from-register): New function.
14820 (kmacro-keymap): Bind to 'x'. (Bug#14071)
14821
efc0bb73
SM
148222013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14823
14824 * mpc.el: Use defvar-local and setq-local.
14825 (mpc--proc-connect): Connection failures are not bugs.
14826 (mpc-mode-map): `follow-link' only applies to the buffer's content.
14827 (mpc-volume-map): Bind to the up-events.
14828
75a2f981
TZ
148292013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14830
14831 * progmodes/subword.el (superword-mode): Use `forward-sexp'
14832 instead of `forward-symbol'.
14833
17c781d1
SM
148342013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14835
14836 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14837 (edebug--recursive-edit): Use it.
14838 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14839 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14840
f67bfbcf
LL
148412013-03-28 Leo Liu <sdl.web@gmail.com>
14842
14843 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
14844
b59f639d
EZ
148452013-03-27 Eli Zaretskii <eliz@gnu.org>
14846
14847 * facemenu.el (list-colors-callback): New defvar.
14848 (list-colors-redisplay): New function.
14849 (list-colors-display): Install list-colors-redisplay as the
14850 revert-buffer-function. (Bug#14063)
14851
f557c1b1
SM
148522013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14853
b1da2957
SM
14854 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14855 and suffixes don't overlap (bug#14061).
14856
f557c1b1
SM
14857 * case-table.el: Use lexical-binding.
14858 (case-table-get-table): New function.
14859 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14860
002668e1
TZ
148612013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14862
14863 * progmodes/subword.el: Add `superword-mode' to do word motion
14864 over symbol_words (parallels and leverages `subword-mode' which
14865 does word motion inside MixedCaseWords).
14866
73572c72
AG
148672013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14868
78b8f320 14869 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 14870 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 14871
69b2c07e
SM
148722013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14873
14874 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14875 Change return value to be a sexp. Delay `get-buffer' to after
14876 restoring the desktop (bug#13951).
14877
08bb5ee2
LL
148782013-03-26 Leo Liu <sdl.web@gmail.com>
14879
14880 * register.el: Move semantic tag handling back to
14881 cedet/semantic/senator.el. (Bug#14052)
14882
8d4c974e
SM
148832013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14884
14885 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14886 into the prompt either (bug#13963).
14887
b234d92c
SM
148882013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14889
14890 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14891 part of "(error-foo)".
14892
ddfa3cb4
JL
148932013-03-24 Juri Linkov <juri@jurta.org>
14894
14895 * replace.el (list-matching-lines-prefix-face): New defcustom.
14896 (occur-1): Pass `list-matching-lines-prefix-face' to the function
14897 `occur-engine' if `face-differs-from-default-p' returns t.
14898 (occur-engine): Add `,' inside backquote construct to evaluate
14899 `prefix-face'. Propertize the prefix with the `prefix-face' face.
14900 Pass `prefix-face' to the functions `occur-context-lines' and
14901 `occur-engine-add-prefix'.
14902 (occur-engine-add-prefix, occur-context-lines): Add optional arg
14903 `prefix-face' and propertize the prefix with `prefix-face'.
14904 (Bug#14017)
14905
7b0e2f85
LL
149062013-03-24 Leo Liu <sdl.web@gmail.com>
14907
14908 * nxml/rng-valid.el (rng-validate-while-idle)
14909 (rng-validate-quick-while-idle): Guard against deleted buffer.
14910 (Bug#13999)
14911
14912 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14913 is the last entry in kill-buffer-hook.
14914
14915 * files.el (kill-buffer-hook): Doc fix.
14916
b3082f49
DG
149172013-03-23 Dmitry Gutov <dgutov@yandex.ru>
14918
b234d92c
SM
14919 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14920 Make it safe-local.
bde73d27 14921
b3082f49
DG
14922 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14923
a320a2db
LL
149242013-03-23 Leo Liu <sdl.web@gmail.com>
14925
7e74b0fb
LL
14926 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14927 Remove.
14928
14929 * nxml/rng-valid.el (rng-validate-mode)
14930 (rng-after-change-function, rng-do-some-validation):
14931 * nxml/rng-maint.el (rng-validate-buffer):
14932 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14933 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14934 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14935 (nxml-extend-after-change-region): Use with-silent-modifications.
14936
a320a2db
LL
14937 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14938 timer-idle-list.
14939
14940 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14941 (rng-next-error-1, rng-previous-error-1): Do not let-bind
14942 timer-idle-list. (Bug#13999)
14943
e38e6780
JL
149442013-03-23 Juri Linkov <juri@jurta.org>
14945
14946 * info.el (info-index-match): New face.
14947 (Info-index, Info-apropos-matches): Add a nested subgroup to the
14948 main pattern and add text properties with the new face to matches
14949 in index entries relative to the beginning of the index entry.
14950 (Bug#14015)
14951
e8cc7880
DE
149522013-03-21 Eric Ludlam <zappo@gnu.org>
14953
39c87140 14954 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
e8cc7880
DE
14955 Inhibit read only while inserting objects.
14956
9bb0d822
TZ
149572013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
14958
14959 * progmodes/cfengine.el: Update docs to mention
14960 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
14961 symbol motion. Remove "_" from the word syntax.
14962
aa703640
TZ
149632013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
14964
14965 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14966 syntax for both `cfengine2-mode' and `cfengine3-mode'.
14967
afff09d0
JL
149682013-03-20 Juri Linkov <juri@jurta.org>
14969
14970 * info.el (Info-next-reference-or-link)
14971 (Info-prev-reference-or-link): New functions.
14972 (Info-next-reference, Info-prev-reference): Use them.
14973 (Info-try-follow-nearest-node): Handle footnote navigation.
14974 (Info-fontify-node): Fontify footnotes. (Bug#13989)
14975
9a1ff164
SM
149762013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14977
14978 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14979 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14980
2667d15d
PE
149812013-03-20 Paul Eggert <eggert@cs.ucla.edu>
14982
14983 Suppress unnecessary non-ASCII chatter during build process.
14984 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14985 (batch-skkdic-convert): Suppress most of the chatter.
14986 It's not needed so much now that machines are faster,
14987 and its non-ASCII component was confusing; see Dmitry Gutov in
14988 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14989
438b0579
LL
149902013-03-20 Leo Liu <sdl.web@gmail.com>
14991
14992 * ido.el (ido-chop): Fix bug#10994.
14993
c128ab07
DG
149942013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14995
14996 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14997 Remove vars.
9a1ff164
SM
14998 (whitespace-color-on, whitespace-color-off):
14999 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 15000
0e6008c5
SM
150012013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15004 remapping in mode-line.
15005 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15006
627b52b0
DG
150072013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15008
15009 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15010 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
15011 (whitespace-font-lock-keywords): Change description.
15012 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15013 the constructed keywords instead.
15014 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 15015
50c3a20b
LL
150162013-03-19 Leo Liu <sdl.web@gmail.com>
15017
15018 * progmodes/compile.el (compilation-display-error): New command.
15019 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15020 C-o. (Bug#13992)
15021
2aa2157b
PE
150222013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15023
15024 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15025
e477dbfa
JD
150262013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15027
15028 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15029
64ab82d1
MA
150302013-03-18 Michael Albinus <michael.albinus@gmx.de>
15031
15032 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15033
15034 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15035 * net/tramp-gvfs.el (top):
15036 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15037 (tramp-handle-shell-command): Use it.
15038 (tramp-dissect-file-name): Raise an error when hostname is a
15039 method name, and neither method nor user is specified.
15040
15041 * net/trampver.el: Update release number.
15042
33cef733
LL
150432013-03-18 Leo Liu <sdl.web@gmail.com>
15044
15045 Make sure eldoc can be turned off properly.
15046 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15047 eldoc-mode.
15048 (eldoc-display-message-p): Revert last change.
15049 (eldoc-display-message-no-interference-p)
15050 (eldoc-print-current-symbol-info): Tweak.
15051
2167b7b2
TH
150522013-03-18 Tassilo Horn <tsdh@gnu.org>
15053
15054 * doc-view.el (doc-view-new-window-function): Check the new window
15055 overlay's display property instead the char property of the
15056 buffer's first char. Use `with-selected-window' instead of
15057 `save-window-excursion' with `select-window'.
15058 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 15059 display property instead the char property of the buffer's first char.
2167b7b2 15060
982efbcd
PE
150612013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15062
15063 Automate the build of ja-dic.el (Bug#13984).
15064 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15065 from the input, rather than assume that it's been done for us by the
15066 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15067 the current date into a ja-dic.el comment, as that complicates
15068 regression testing.
15069
2fcc7665
SM
150702013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15071
15072 * whitespace.el: Fix double evaluation.
15073 (whitespace-space, whitespace-hspace, whitespace-tab)
15074 (whitespace-newline, whitespace-trailing, whitespace-line)
15075 (whitespace-space-before-tab, whitespace-indentation)
15076 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15077 obsolete defvars.
15078 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15079 (whitespace-color-on): Use a single font-lock-add-keywords call.
15080 Fix double-evaluation of face variables.
15081
67c0a6e6
MA
150822013-03-17 Michael Albinus <michael.albinus@gmx.de>
15083
2fcc7665
SM
15084 * net/tramp-adb.el (tramp-adb-parse-device-names):
15085 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 15086 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 15087
69489f1d
LL
150882013-03-17 Leo Liu <sdl.web@gmail.com>
15089
15090 Extend eldoc to display info in the mode-line. (Bug#13978)
15091 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15092 (eldoc-mode-line-string): New variable.
15093 (eldoc-minibuffer-message): New function.
15094 (eldoc-message-function): New variable.
15095 (eldoc-message): Use it.
15096 (eldoc-display-message-p)
2fcc7665
SM
15097 (eldoc-display-message-no-interference-p):
15098 Support eldoc-post-insert-mode.
69489f1d
LL
15099
15100 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15101 (eval-expression): Run it.
15102
9c44569e
RW
151032013-03-17 Roland Winkler <winkler@gnu.org>
15104
15105 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15106 strings in the list of return values.
15107
327f1f6f
JB
151082013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15109
15110 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15111 radix before checking for HMS forms.
15112
67ed8fcd
LL
151132013-03-16 Leo Liu <sdl.web@gmail.com>
15114
15115 * progmodes/scheme.el: Add indentation and font-locking for λ.
15116 (Bug#13975)
15117
78be8b64 151182013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
15119
15120 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15121 token before point (bug#13942).
15122
78be8b64 151232013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 15124
95b43468 15125 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 15126
98e775e6
EZ
151272013-03-16 Eli Zaretskii <eliz@gnu.org>
15128
15129 * startup.el (command-line-normalize-file-name): Fix handling of
15130 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15131 <xfq.free@gmail.com> in
15132 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15133
2edd6029
MA
151342013-03-15 Michael Albinus <michael.albinus@gmx.de>
15135
15136 Sync with Tramp 2.2.7.
15137
15138 * net/trampver.el: Update release number.
15139
d35f5864
TH
151402013-03-14 Tassilo Horn <tsdh@gnu.org>
15141
e903c210 15142 * doc-view.el: Fix bug#13887.
f35ffe5e
TH
15143 (doc-view-insert-image): Don't modify overlay associated to
15144 non-live windows, and implement horizontal centering of image in
15145 case it's smaller than the window.
15146 (doc-view-new-window-function): Force redisplay of new windows on
15147 doc-view buffers.
d35f5864 15148
1c4a85ed
KF
151492013-03-13 Karl Fogel <kfogel@red-bean.com>
15150
15151 * saveplace.el (save-place-alist-to-file): Don't sort
15152 `save-place-alist', just pretty-print it (bug#13882).
15153
85b66a21
MA
151542013-03-13 Michael Albinus <michael.albinus@gmx.de>
15155
a020afb9
JB
15156 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15157 Check whether `default-file-name-coding-system' is bound.
15158 It isn't in XEmacs.
85b66a21 15159
175600da
SM
151602013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15161
e7f7cb1a
SM
15162 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15163 backquotes for `obsolete' (bug#13929).
15164
175600da
SM
15165 * international/mule.el (find-auto-coding): Include file name in
15166 obsolescence warning (bug#13922).
15167
ca68a22e
TZ
151682013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15169
15170 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15171 for CFEngine 3-specific indentation.
15172 (cfengine3-indent-line): Use it. Fix up category regex.
15173 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15174
940e5099
SM
151752013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15176
15177 * type-break.el (type-break-file-name):
15178 * textmodes/remember.el (remember-data-file):
15179 * strokes.el (strokes-file):
15180 * shadowfile.el (shadow-initialize):
15181 * saveplace.el (save-place-file):
15182 * ps-bdf.el (bdf-cache-file):
15183 * progmodes/idlwave.el (idlwave-config-directory):
15184 * net/quickurl.el (quickurl-url-file):
15185 * international/kkc.el (kkc-init-file-name):
15186 * ido.el (ido-save-directory-list-file):
15187 * emulation/viper.el (viper-custom-file-name):
15188 * emulation/vip.el (vip-startup-file):
15189 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15190 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15191
cc725808
PE
151922013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15193
15194 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15195 * language/thai-word.el: Switch to UTF-8.
15196
a020afb9 15197See ChangeLog.16 for earlier changes.
e3d51b27
MR
15198
15199;; Local Variables:
15200;; coding: utf-8
e3d51b27
MR
15201;; End:
15202
ba318903 15203 Copyright (C) 2011-2014 Free Software Foundation, Inc.
e3d51b27
MR
15204
15205 This file is part of GNU Emacs.
15206
15207 GNU Emacs is free software: you can redistribute it and/or modify
15208 it under the terms of the GNU General Public License as published by
15209 the Free Software Foundation, either version 3 of the License, or
15210 (at your option) any later version.
15211
15212 GNU Emacs is distributed in the hope that it will be useful,
15213 but WITHOUT ANY WARRANTY; without even the implied warranty of
15214 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15215 GNU General Public License for more details.
15216
15217 You should have received a copy of the GNU General Public License
15218 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.